:root{color-scheme:light;--bg:#fff;--surface:#f8fafc;--surface-alt:#f2f5f8;--surface-raised:#ffffff;--border:#e2e8f0;--border-strong:#dde3ea;--text:#18293a;--text-muted:#5a7080;--text-faint:#8fa3b1;--overlay:rgba(0,0,0,0.35)}[data-theme=dark]{color-scheme:dark;--bg:#0b1119;--surface:#141d29;--surface-alt:#1a2531;--surface-raised:#16202c;--border:#2a3644;--border-strong:#3a4757;--text:#e7edf3;--text-muted:#a6b6c4;--text-faint:#7c8fa0;--overlay:rgba(0,0,0,0.6)}body,html{padding:0;margin:0;background:var(--bg);color:var(--text)}html{scroll-behavior:smooth}*{box-sizing:border-box}