/* ============================================================
   TEMAS DE COR — versões em verde para aprovação
   Aplique colocando data-theme no <html>, ex.:
     <html lang="pt-BR" data-theme="esmeralda">
   Sem data-theme, o site usa o padrão (preto/ink) do styles.css.
   ============================================================ */

/* 1) Esmeralda Profundo — verde frio e encorpado, "o navy em verde" */
html[data-theme="esmeralda"] {
  --ink: #15241d;          /* texto: quase-preto esverdeado */
  --ink-soft: #2c4339;
  --forest: #14362b;       /* superfícies escuras */
  --forest-soft: #1d4a3b;  /* hover */
  --forest-darker: #0d251d;/* rodapé */
  --shadow: rgba(8,40,30,0.5);
}

/* 2) British Racing Green — verde clássico, levemente acinzentado */
html[data-theme="british"] {
  --ink: #17251c;
  --ink-soft: #2f4334;
  --forest: #1b3a2a;
  --forest-soft: #264f39;
  --forest-darker: #122619;
  --shadow: rgba(10,38,24,0.5);
}

/* 3) Verde Petróleo / Pinheiro — frio puxando para o teal, próximo do navy */
html[data-theme="petroleo"] {
  --ink: #13231f;
  --ink-soft: #2a4641;
  --forest: #0e3a33;
  --forest-soft: #155049;
  --forest-darker: #0a2620;
  --shadow: rgba(6,40,35,0.5);
}

/* 4) Azul-marinho profundo (navy) — autoridade clássica do setor jurídico/financeiro */
html[data-theme="navy"] {
  --ink: #15202e;          /* texto: quase-preto azulado */
  --ink-soft: #2c3b50;
  --forest: #14263f;       /* superfícies escuras */
  --forest-soft: #1f3a5c;  /* hover */
  --forest-darker: #0e1a2b;/* rodapé */
  --shadow: rgba(10,30,60,0.5);
}

/* 5) Bordô / vinho profundo — nobre e incomum, "biblioteca de Direito" */
html[data-theme="bordo"] {
  --ink: #271419;          /* texto: quase-preto avinhado */
  --ink-soft: #45262e;
  --forest: #45182a;       /* superfícies escuras */
  --forest-soft: #5a2138;  /* hover */
  --forest-darker: #2f0f1c;/* rodapé */
  --shadow: rgba(50,14,28,0.5);
}

/* 6) Espresso / grafite quente — marrom bem escuro, casa com o dourado */
html[data-theme="espresso"] {
  --ink: #211a14;
  --ink-soft: #3f342a;
  --forest: #2a211a;
  --forest-soft: #3c3025;
  --forest-darker: #1c150f;
  --shadow: rgba(40,28,16,0.5);
}

/* 0) Preto original — mantido para comparação */
html[data-theme="preto"] {
  --ink: #16181b;
  --ink-soft: #2b2f34;
  --forest: #16181b;
  --forest-soft: #2b2f34;
  --forest-darker: #0e0f11;
  --shadow: rgba(15,39,65,0.45);
}
