:root { color-scheme: dark; --bg:#090909; --panel:#111; --line:#252525; --ink:#f4f4f5; --muted:#a1a1aa; --soft:#181818; --focus:#3b82f6; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; min-width:320px; background:var(--bg); color:var(--ink); font:16px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
a { color:inherit; text-decoration:none; } a:hover { color:#fff; } code,pre { font-family:"SFMono-Regular",Consolas,"Liberation Mono",monospace; }
.topbar { height:96px; display:flex; align-items:center; gap:28px; padding:0 32px; border-bottom:1px solid var(--line); }
.brand { font-size:18px; font-weight:750; letter-spacing:-.02em; white-space:nowrap; } .brand span { color:var(--muted); font-weight:500; }
.topnav { display:flex; gap:22px; color:#d4d4d8; font-weight:600; } .topnav a[aria-current="page"] { color:#fff; }
.search { margin-left:auto; width:min(330px,28vw); background:var(--soft); color:var(--muted); border:1px solid transparent; border-radius:10px; padding:11px 14px; font:inherit; } .search:focus { outline:2px solid var(--focus); }
.status-link { color:var(--muted); white-space:nowrap; } .pill { display:inline-flex; align-items:center; border:1px solid #333; border-radius:8px; padding:7px 10px; font-weight:650; }
.shell { display:grid; grid-template-columns:250px minmax(0,760px) 220px; justify-content:center; max-width:1500px; min-height:calc(100vh - 96px); margin:auto; }
.sidebar { border-right:1px solid var(--line); padding:42px 18px 60px; } .eyebrow { margin:0 0 12px 12px; color:var(--muted); font-size:13px; font-weight:650; }
.navlist { display:grid; gap:3px; margin:0 0 34px; padding:0; list-style:none; } .navlist a { display:block; padding:9px 12px; border-radius:9px; color:#d4d4d8; font-weight:600; } .navlist a:hover,.navlist a[aria-current="page"] { background:#2a2a2a; color:#fff; }
.article { padding:74px 54px 88px; } .article h1 { margin:0 0 16px; font-size:clamp(2.4rem,4.2vw,3.6rem); line-height:1.05; letter-spacing:-.055em; } .lead { max-width:680px; margin:0 0 38px; color:var(--muted); font-size:22px; line-height:1.5; }
.article section { margin:52px 0; scroll-margin-top:28px; } .article h2 { margin:0 0 16px; font-size:25px; letter-spacing:-.03em; } .article h3 { margin:28px 0 12px; font-size:18px; } .article p,.article li { color:#d4d4d8; } .article strong { color:#fff; } .article ul,.article ol { padding-left:22px; } .article li+li { margin-top:10px; }
.callout { border-left:2px solid #6b7280; padding:4px 0 4px 18px; } .callout p { color:#e4e4e7; } .state { color:#7dd3a9; }
pre { overflow:auto; margin:18px 0; padding:16px; border:1px solid #282828; border-radius:10px; background:#111; color:#e4e4e7; font-size:13px; line-height:1.55; } :not(pre)>code { padding:2px 5px; border-radius:5px; background:#202020; color:#e4e4e7; font-size:.88em; }
table { width:100%; border-collapse:collapse; font-size:14px; } th,td { padding:12px 8px; border-bottom:1px solid var(--line); text-align:left; vertical-align:top; } th { color:#fff; } td { color:#c7c7cc; }
.toc { padding:46px 20px 60px 28px; } .toc h2 { margin:0 0 14px; color:var(--muted); font-size:14px; font-weight:650; } .toc a { display:block; padding:5px 0; color:var(--muted); font-size:14px; } .toc a:hover { color:#fff; }
.footer { padding-top:20px; border-top:1px solid var(--line); color:var(--muted); font-size:14px; }
.status-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; } .status-card { border:1px solid #282828; border-radius:12px; padding:16px; background:#101010; } .status-card h3 { margin:0 0 7px; } .status-card p { margin:0; font-size:14px; }
@media (max-width:1080px) { .shell { grid-template-columns:220px minmax(0,760px); } .toc { display:none; } .article { padding-right:36px; } }
@media (max-width:760px) { .topbar { height:auto; min-height:64px; padding:14px 16px; gap:14px; flex-wrap:wrap; } .topnav { display:none; } .search { order:3; width:100%; margin:0; } .status-link { margin-left:auto; } .shell { display:block; min-height:auto; } .sidebar { display:none; } .article { padding:42px 20px 60px; } .lead { font-size:19px; } .status-grid { grid-template-columns:1fr; } table { display:block; overflow:auto; white-space:nowrap; } }
