:root{--bg:#0f1419;--fg:#e8eaed;--muted:#9aa0a6;--accent:#3b82f6;--scrollbar-thumb:#f4f3f5;--scrollbar-track:transparent;--scrollbar-gutter-size:2px}*,:after,:before{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}*,body,html{scrollbar-width:thin;scrollbar-color:#f4f3f5 transparent}body,html{max-width:100vw;margin:0;min-height:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--fg)}img{user-select:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;-webkit-user-drag:none;-khtml-user-drag:none;-webkit-touch-callout:none}a{color:var(--accent)}main{padding:1.5rem;max-width:48rem}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}