:root{--bg:#0b0c10;--fg:#e5e7eb;--muted:#9ca3af;--accent:#8b5cf6}*{box-sizing:border-box}body,html{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji;background:var(--bg);color:var(--fg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:1rem}@media (min-width:600px){.container{padding:1.25rem}}@media (min-width:900px){.container{padding:1.5rem}}h1,h2,h3{margin:0 0 .75rem}section{line-height:1.7}code{background:#2a2a2a;padding:.1rem .3rem;border-radius:4px}footer{color:var(--muted);margin-top:3rem;border-top:1px solid #333;padding-top:1rem}.chip{display:inline-block;padding:.1rem .45rem;border-radius:999px;background:#121212;border:1px solid #2a2a2a;font-size:.85rem;line-height:1.6;margin:0 .25rem .25rem 0}.muted{color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}table{border-collapse:collapse}table,td,th{white-space:nowrap}