/* CRM LMG · núcleo Dark/Light compartilhado.
   Somente tokens, estado do documento e o controle de tema; cada tela mantém
   seu próprio layout e seus próprios componentes. */
:root{
  --red:#e2231a;--red-dark:#b51914;--red-soft:#351719;
  --ink:#f4f7f9;--muted:#aab6c2;--dim:#7f8d9a;
  --deep:#070b0f;--bg:#0a1016;--surface:#111922;--surface-2:#17212b;--surface-3:#1d2833;
  --line:#2b3743;--line-strong:#3a4855;
  --success:#65d5a5;--warning:#f0b85a;--info:#77b7ff;--focus:#ff7b73;
  --wa:#2fbf62;
  /* aliases herdados do 082 — todo var() antigo continua declarado */
  --brand:#e2231a;--accent:#e2231a;--text:#f4f7f9;--border:#2b3743;
  --danger:#ff8a80;--shadow:none;
  --r1:8px;--r2:12px;--r3:16px;
  --focus-ring:0 0 0 3px rgba(255,123,115,.35);
  --well:#0d141b;
  --font-ui:"Archivo","Segoe UI",Roboto,system-ui,sans-serif;
  --font-num:"IBM Plex Mono",ui-monospace,Consolas,monospace
}
html{background:var(--deep);color-scheme:dark}
html[data-theme="light"]{
  color-scheme:light;
  --red:#c81810;--red-dark:#9e1109;--red-soft:#fde9e7;
  --ink:#1f2937;--muted:#5f6b7a;--dim:#7a8491;
  --deep:#fff;--bg:#f5f6f8;--surface:#fff;--surface-2:#f7f8fa;--surface-3:#eef0f3;
  --line:#e5e7eb;--line-strong:#cfd4dc;
  --success:#2e9e5b;--warning:#a75a08;--info:#1769aa;--focus:#c81810;
  --wa:#238b4b;--brand:#c81810;--accent:#c81810;--text:#1f2937;--border:#e5e7eb;
  --danger:#b42318;--focus-ring:0 0 0 3px rgba(200,24,16,.22);--well:#fff
}
.theme-toggle{appearance:none;width:100%;border:0;background:transparent;color:var(--dim);font:inherit;font-weight:700;padding:10px;display:flex;align-items:center;gap:9px;text-align:left;border-radius:var(--r1);cursor:pointer}
.theme-toggle:hover{color:var(--ink);background:var(--surface-2)}
.theme-toggle:focus-visible{outline:0;box-shadow:var(--focus-ring)}
.theme-toggle svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:none}
.theme-icon-moon{display:none}
html[data-theme="light"] .theme-icon-sun{display:none}
html[data-theme="light"] .theme-icon-moon{display:block}
.crm-theme-live-region{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
