:root{color-scheme:light dark;--fg:#17181c;--bg:#ffffff;--muted:#6b7280;--border:#e5e7eb}@media (prefers-color-scheme:dark){:root{--fg:#e8eaed;--bg:#101114;--muted:#9aa1ab;--border:#2a2d33}}*{box-sizing:border-box}body{margin:0;padding:3rem 1.5rem;background:var(--bg);color:var(--fg);font:15px/1.55 ui-sans-serif,system-ui,-apple-system,sans-serif}main{max-width:42rem;margin:0 auto}h1{font-size:1.375rem;font-weight:600;margin:0 0 .5rem}p{color:var(--muted);margin:0 0 1.5rem}table{width:100%;border-collapse:collapse;font-size:.875rem}td,th{text-align:left;padding:.5rem .75rem .5rem 0;border-bottom:1px solid var(--border)}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8125rem}