/* Generado por Theme::generate() — no editar a mano. */
:root{
  --exc-accent:#d6a23d;
  --exc-accent-contrast:#1b1a17;
  --exc-accent-soft:#f6ecd8;
  --exc-secondary:#a9761a;
  --exc-success:#1e9e6a;
  --exc-warning:#d98518;
  --exc-danger:#d6483f;
  --exc-info:#2f7dd1;
  --exc-radius:14px;
  --exc-radius-sm:8px;
  --exc-radius-card:18px;
  --exc-border-width:1px;
  --exc-font:'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --exc-font-display:'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --exc-shadow:0 2px 14px rgba(0,0,0,.07);
  --exc-shadow-lg:0 12px 40px rgba(0,0,0,.14);
}

:root, [data-theme="light"]{
  --exc-bg:#f7f5f1;
  --exc-surface:#ffffff;
  --exc-surface-2:#f6f6f6;
  --exc-text:#1b1a17;
  --exc-muted:#6f6a61;
  --exc-border:#e4dfd4;
  --exc-accent:#d6a23d;
  --exc-accent-rgb:214,162,61;
  --exc-accent-contrast:#1b1a17;
}

[data-theme="dark"]{
  --exc-bg:#0c0c0e;
  --exc-surface:#161619;
  --exc-surface-2:#1f1e21;
  --exc-text:#ece7dd;
  --exc-muted:#9a948a;
  --exc-border:#2b2b31;
  --exc-accent:#e8bb5c;
  --exc-accent-rgb:232,187,92;
  --exc-accent-contrast:#1b1a17;
}

:root{--exc-sidebar-bg:var(--exc-surface);--exc-sidebar-text:var(--exc-text);--exc-sidebar-hover:var(--exc-accent-soft);}
[data-theme="dark"]{--exc-sidebar-hover:rgba(255,255,255,.06);}
