:root{color-scheme:dark}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{font-family:Inter,Segoe UI,Arial,sans-serif;background:#07111f;color:#e6eefc}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(140,180,255,.2);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:rgba(140,180,255,.35)}code,pre{font-family:JetBrains Mono,Fira Code,Consolas,monospace}