:root{--bg:#0f1419;--fg:#e8eaed;--muted:#9aa0a6;--accent:#3b82f6;--scrollbar-thumb:#f4f3f5;--scrollbar-track:transparent;--scrollbar-gutter-size:2px}*,:before,:after{box-sizing:border-box}::-webkit-scrollbar{width:var(--scrollbar-gutter-size);height:var(--scrollbar-gutter-size)}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border-radius:9999px}*,html,body{scrollbar-width:thin;scrollbar-color:#f4f3f5 transparent}html,body{background:var(--bg);max-width:100vw;min-height:100%;color:var(--fg);margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}a{color:var(--accent)}main{max-width:48rem;padding:1.5rem}h1{font-size:1.5rem;font-weight:600}p{color:var(--muted);line-height:1.5}ul{padding-left:1.25rem}li{margin:.35rem 0}
