:root,:root[data-theme=dark]{--bg:#0f172a;--surface:#1e293b;--surface-alt:#0f172a;--border:#334155;--border-strong:#475569;--text:#e2e8f0;--text-subtle:#cbd5e1;--text-muted:#94a3b8;--text-faint:#64748b;--primary:#3b82f6;--primary-hover:#2563eb;--primary-text:#fff;--danger:#ef4444;--success:#22c55e;--warning:#fbbf24;--warning-bg:rgba(251,191,36,.12);--accent:#a78bfa;--overlay:rgba(0,0,0,.65);--code-bg:#0b1220;--shadow:0 4px 20px rgba(0,0,0,.4);--fs-xs:12px;--fs-sm:13px;--fs-md:14px;--fs-lg:16px;--fs-xl:18px;--fs-2xl:22px;--fs-3xl:28px;--r-sm:6px;--r-md:10px;--r-lg:14px;--r-xl:20px;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:24px;--sp-6:32px;--sp-8:48px;color-scheme:dark}:root[data-theme=light]{--bg:#f8fafc;--surface:#fff;--surface-alt:#f1f5f9;--border:#e2e8f0;--border-strong:#cbd5e1;--text:#0f172a;--text-subtle:#1e293b;--text-muted:#475569;--text-faint:#64748b;--primary:#2563eb;--primary-hover:#1d4ed8;--primary-text:#fff;--danger:#dc2626;--success:#16a34a;--warning:#d97706;--warning-bg:rgba(217,119,6,.12);--accent:#7c3aed;--overlay:rgba(15,23,42,.45);--code-bg:#f1f5f9;--shadow:0 4px 20px rgba(15,23,42,.08);color-scheme:light}body{background-color:var(--bg);color:var(--text);transition:background-color .2s,color .2s}