:root{--fg:#1a1a1a;--muted:#5a5a5a;--bg:#fff;--accent:#0b5fff;--border:#e5e7eb}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}.container{max-width:760px;margin:0 auto;padding:3rem 1.5rem 5rem}h1,h2,h3,h4{line-height:1.25;margin-top:2.2rem;margin-bottom:.6rem}h1{font-size:2rem;margin-top:0}h2{font-size:1.4rem;border-bottom:1px solid var(--border);padding-bottom:.35rem}h3{font-size:1.15rem}ol,p,ul{margin:.75rem 0}ol,ul{padding-left:1.4rem}li{margin:.25rem 0}a{color:var(--accent);text-decoration:underline}code{background:#f4f4f5;padding:.1rem .3rem;border-radius:4px;font-size:.92em}hr{border:0;border-top:1px solid var(--border);margin:2rem 0}blockquote{border-left:3px solid var(--border);margin:1rem 0;padding:.25rem 1rem;color:var(--muted)}.nav{display:flex;gap:1rem;margin-bottom:2rem;font-size:.95rem}