:root{--brand: #039fe9;--fg: #1f2937;--muted: #6b7280;--bg: #f7f7f7;--card: #ffffff;--border: #e5e7eb;--code-bg: #f8fafc}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";line-height:1.6}.page{max-width:860px;margin:48px auto;padding:28px 24px;background:var(--card);border:1px solid var(--border);border-radius:10px;box-shadow:0 2px 8px #0000000a}.page h1{margin:0 0 12px;font-size:2rem;line-height:1.2}.page h1:after{content:"";display:block;height:3px;width:72px;margin-top:8px;background:var(--brand);border-radius:2px}.page h2{margin-top:2rem;padding-top:.25rem;border-top:1px solid var(--border)}.page a{color:var(--brand);text-decoration:none}.page a:hover{text-decoration:underline}.page p{margin:.75rem 0}.page ul,.page ol{padding-left:1.25rem}.page li{margin:.25rem 0}.page blockquote{margin:1rem 0;padding:.5rem 1rem;border-left:4px solid var(--brand);background:#f0f9ff;color:#0c4a6e}.page code{background:var(--code-bg);border:1px solid var(--border);border-radius:4px;padding:0 .25em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.95em}.page pre code{border:none;padding:0;background:transparent}.page pre{background:var(--code-bg);border:1px solid var(--border);border-radius:8px;padding:12px 14px;overflow:auto}.page table{border-collapse:collapse;width:100%;margin:1rem 0}.page th,.page td{border:1px solid var(--border);padding:.5rem .6rem}.page th{background:#f3f4f6;text-align:left}.page tbody tr:nth-child(2n){background:#fafafa}.muted{color:var(--muted)}
