:root{color-scheme:light;--bg: #fafaf8;--fg: #1f2328;--muted: #59636e;--link: #0a5bd6;--rule: #e3e5e8;--surface: #ffffff;--accent-a: #16a34a;--accent-b: #4ade80}:root[data-theme=dark]{color-scheme:dark;--bg: #14171a;--fg: #e6e8eb;--muted: #9aa4ae;--link: #7fb2ff;--rule: #2b3138;--surface: #1c2126;--accent-a: #4ade80;--accent-b: #a7f3d0}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg: #14171a;--fg: #e6e8eb;--muted: #9aa4ae;--link: #7fb2ff;--rule: #2b3138;--surface: #1c2126;--accent-a: #4ade80;--accent-b: #a7f3d0}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--muted) 55%,transparent) transparent}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--muted) 55%,transparent);border:3px solid var(--bg);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}body{margin:0;background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.0625rem;line-height:1.6;transition:background-color .25s ease,color .25s ease}a{color:var(--link)}@media(prefers-reduced-motion:reduce){body{transition:none}}
