:root{
  --bg:#ffffff;--surface:#f8fafc;--surface-2:#eef2f7;--text:#0f172a;--muted:#475569;--accent:#2563eb;--accent-2:#1d4ed8;--border:#e2e8f0;--shadow:0 10px 30px rgba(15,23,42,.08);--radius:12px;--space:1;--motion:.18s;
  --hecu-theme-intensity:100;--hecu-intensity-mix:100%;--hecu-night-opacity:0;--hecu-night-color:#ffd24a;--hecu-theme-bg:var(--bg);--hecu-theme-ui:var(--bg);--bg-active:var(--hecu-theme-bg,var(--bg))
}
.theme-light,.theme-default-light{--bg:#ffffff;--surface:#f8fafc;--surface-2:#eef2f7;--text:#0f172a;--muted:#475569;--accent:#2563eb;--accent-2:#1d4ed8;--border:#e2e8f0}
.theme-dark,.theme-default-dark{--bg:#0f172a;--surface:#111827;--surface-2:#1e293b;--text:#f8fafc;--muted:#cbd5e1;--accent:#38bdf8;--accent-2:#0ea5e9;--border:#334155;--shadow:0 10px 30px rgba(0,0,0,.35)}
.theme-green,.theme-green-light{--bg:#f3fff6;--surface:#ffffff;--surface-2:#dcfce7;--text:#052e16;--muted:#166534;--accent:#16a34a;--accent-2:#15803d;--border:#bbf7d0}
.theme-green-dark{--bg:#071b10;--surface:#0f2a1a;--surface-2:#12351f;--text:#ecfdf5;--muted:#86efac;--accent:#22c55e;--accent-2:#4ade80;--border:#14532d}
.theme-blue,.theme-blue-light{--bg:#f4f8ff;--surface:#ffffff;--surface-2:#dbeafe;--text:#0f172a;--muted:#1d4ed8;--accent:#2563eb;--accent-2:#1d4ed8;--border:#bfdbfe}
.theme-blue-dark{--bg:#071527;--surface:#10223a;--surface-2:#172f4f;--text:#eff6ff;--muted:#93c5fd;--accent:#3b82f6;--accent-2:#60a5fa;--border:#1e3a8a}
.theme-purple,.theme-purple-light{--bg:#fbf7ff;--surface:#ffffff;--surface-2:#f3e8ff;--text:#241036;--muted:#7e22ce;--accent:#9333ea;--accent-2:#7e22ce;--border:#e9d5ff}
.theme-purple-dark{--bg:#16091f;--surface:#251233;--surface-2:#321744;--text:#faf5ff;--muted:#d8b4fe;--accent:#a855f7;--accent-2:#c084fc;--border:#581c87}
.theme-orange,.theme-orange-light{--bg:#fff8ed;--surface:#ffffff;--surface-2:#ffedd5;--text:#341a03;--muted:#c2410c;--accent:#ea580c;--accent-2:#f97316;--border:#fed7aa}
.theme-orange-dark{--bg:#211003;--surface:#331a06;--surface-2:#49260a;--text:#fff7ed;--muted:#fdba74;--accent:#f97316;--accent-2:#fb923c;--border:#7c2d12}
.theme-rose,.theme-rose-light{--bg:#fff5f7;--surface:#ffffff;--surface-2:#ffe4e6;--text:#3f0715;--muted:#be123c;--accent:#e11d48;--accent-2:#be123c;--border:#fecdd3}
.theme-rose-dark{--bg:#210611;--surface:#351020;--surface-2:#4a152b;--text:#fff1f2;--muted:#fda4af;--accent:#f43f5e;--accent-2:#fb7185;--border:#881337}
.theme-slate,.theme-slate-light{--bg:#f8fafc;--surface:#ffffff;--surface-2:#e2e8f0;--text:#0f172a;--muted:#475569;--accent:#334155;--accent-2:#0f172a;--border:#cbd5e1}
.theme-slate-dark{--bg:#020617;--surface:#0f172a;--surface-2:#1e293b;--text:#f8fafc;--muted:#94a3b8;--accent:#64748b;--accent-2:#94a3b8;--border:#334155}
.density-compact{--space:.82}.density-normal{--space:1}.density-comfort{--space:1.16}.radius-none{--radius:0}.radius-small{--radius:6px}.radius-medium{--radius:12px}.radius-large{--radius:20px}.radius-pill{--radius:999px}.motion-none{--motion:0s}.motion-normal{--motion:.18s}
html.hecu{--hecu-theme-bg:var(--hecu-theme-bg,var(--bg));--hecu-theme-ui:var(--hecu-theme-ui,var(--bg))}
html.hecu::after{content:"";position:fixed;inset:0;z-index:2147483646;pointer-events:none;background:var(--hecu-night-color,#ffd24a);opacity:var(--hecu-night-opacity,0);mix-blend-mode:multiply;transition:opacity .125s linear}
@media (prefers-reduced-motion:reduce){:root{--motion:0s!important}html.hecu::after{transition:none}}
