:root{--alert-ok-border:#10b981;--alert-ok-bg:color-mix(in oklab,var(--surface) 90%,#10b981 10%);--alert-err-border:#ef4444;--alert-err-bg:color-mix(in oklab,var(--surface) 90%,#ef4444 10%);--bg:#0a0e1a;--surface:#0f172a;--text:#f1f5f9;--muted:#94a3b8;--brand:#9395f2;--accent:#06b6d4;--border:rgba(148,163,184,.12);--shadow:0 25px 50px rgba(0,0,0,.25);--radius:16px;--space-1:10px;--space-2:16px;--space-3:24px;--space-4:36px;--space-5:60px;--space-6:96px;--space-7:136px;}@media (prefers-color-scheme:light){:root{--bg:#ffffff;--surface:#fafbfc;--brand:#4346d2;--text:#1e293b;--muted:#64748b;--border:rgba(30,41,59,.08);--shadow:0 20px 40px rgba(0,0,0,.06)}}html[data-theme='light']{--bg:#ffffff;--surface:#fafbfc;--brand:#4346d2;--accent:#157b8d;--text:#1e293b;--muted:#64748b;--border:rgba(30,41,59,.08);--shadow:0 20px 40px rgba(0,0,0,.06)}html[data-theme='dark']{--bg:#0a0e1a;--surface:#0f172a;--text:#f1f5f9;--muted:#94a3b8;--border:rgba(148,163,184,.12);--shadow:0 25px 50px rgba(0,0,0,.25)}