:root{--bg:#fbfbfa;--card:#ffffff;--ink:#1a1a1e;--muted:#66666e;--accent:#0369a1;--accent-strong:#075985;--sun:#f5b700;--line:#e5e5e1;color-scheme:light dark}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#141417;--card:#1c1c21;--ink:#e7e7ea;--muted:#9a9aa3;--accent:#58b7e8;--accent-strong:#8ccdf0;--sun:#f5b700;--line:#2a2a30;color-scheme:dark}}:root[data-theme=dark]{--bg:#141417;--card:#1c1c21;--ink:#e7e7ea;--muted:#9a9aa3;--accent:#58b7e8;--accent-strong:#8ccdf0;--sun:#f5b700;--line:#2a2a30;color-scheme:dark}:root[data-theme=light]{color-scheme:light}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:IBM Plex Sans,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;color:var(--ink);background:var(--bg)}.mono{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}::selection{background:var(--sun);color:#1a1a1e}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}