:root{--bg:#f7f8fa;--surface:#fff;--line:#e4e7ec;--text:#101828;--muted:#667085;--accent:#4f46e5;--accent-soft:#eef2ff;--ok:#059669;--warn:#d97706;--err:#dc2626;--radius:10px}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.55}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{line-height:1.25;margin:0 0 8px;letter-spacing:-.01em}h1{font-size:28px}h2{font-size:20px}h3{font-size:16px}p{margin:0 0 10px}.mono,code,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace}.container{max-width:1040px;margin:0 auto;padding:20px 18px 64px}.muted{color:var(--muted)}.small{font-size:13px}