/* ==================== variables.css ==================== */
/* Theme tokens (day / night) shared across every component stylesheet. */

:root{
  --bg:#e8eef6;--glass:rgba(15,23,42,.08);--gb:rgba(15,23,42,.14);--text:#0f172a;--muted:#475569;
  --acc:#0284c7;--card:rgba(255,255,255,.96);--ct:#0f172a;--cm:#475569;--sh:0 12px 40px rgba(0,0,0,.16);
  --f:Inter,system-ui,sans-serif;--d:'Space Grotesk',Inter,sans-serif
}
html.night{
  --bg:#0b0f1a;--glass:rgba(255,255,255,.08);--gb:rgba(255,255,255,.14);--text:#f1f5f9;--muted:#94a3b8;
  --acc:#38bdf8;--card:rgba(12,18,32,.94);--ct:#f1f5f9;--cm:#94a3b8;--sh:0 12px 40px rgba(0,0,0,.45)
}
