.docs-hud{--disp:"Clash Display",var(--font-grotesk),sans-serif;--serif:"Bespoke Serif",Georgia,serif;--mono:var(--font-jbmono,"JetBrains Mono",monospace);position:relative}.docs-hud:before{content:"";position:absolute;top:-24px;left:-40px;right:-40px;height:320px;z-index:-1;pointer-events:none;background:radial-gradient(620px 220px at 18% 0,rgba(240,169,77,.06),transparent 70%)}.docs-hud .docs-head{margin-bottom:44px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.08)}.docs-hud .docs-kick{display:inline-flex;align-items:center;gap:9px;font-family:var(--mono);font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--brand);margin-bottom:16px}.docs-hud .docs-kick:before{content:"";width:22px;height:1px;background:var(--brand);opacity:.7}.docs-hud .docs-head h1{font-family:var(--disp);font-weight:600;font-size:clamp(34px,5vw,54px);letter-spacing:-.02em;line-height:1.02;color:var(--text)}.docs-hud .docs-head p{font-family:var(--font-body);font-weight:400;font-size:clamp(16px,2vw,19px);line-height:1.62;color:var(--text-2);max-width:66ch;margin-top:16px}.docs-hud .docs-toc nav{display:flex;flex-direction:column;gap:2px}.docs-hud .docs-toc nav a{font-family:var(--mono);font-size:12.5px;letter-spacing:.01em;color:var(--text-dim);padding:8px 13px;border-radius:8px;border-left:2px solid transparent;text-decoration:none;transition:color .18s var(--ease-out),background .18s var(--ease-out),border-color .18s var(--ease-out)}.docs-hud .docs-toc nav a:hover{color:var(--text);background:rgba(255,255,255,.03)}.docs-hud .docs-toc nav a.active{color:var(--brand);border-left-color:var(--brand);background:rgba(240,169,77,.07)}.docs-hud .docs-content{max-width:760px;padding-bottom:55vh}.docs-hud .docs-section{margin-bottom:52px;scroll-margin-top:90px}.docs-hud .docs-section h2{font-family:var(--disp);font-weight:600;font-size:clamp(22px,3vw,30px);letter-spacing:-.01em;line-height:1.1;color:var(--text);margin:0 0 18px}.docs-hud .docs-body{font-family:var(--font-body);font-size:16.5px;line-height:1.72;color:var(--text-2)}.docs-hud .docs-body p{margin:0 0 15px}.docs-hud .docs-body p:last-child{margin-bottom:0}.docs-hud .docs-body strong{color:var(--text);font-weight:600}.docs-hud .docs-body ol,.docs-hud .docs-body ul{margin:12px 0 16px;padding-left:22px}.docs-hud .docs-body li{margin-bottom:8px}.docs-hud .docs-body li::marker{color:var(--brand)}.docs-hud .docs-body a{color:var(--brand);text-decoration:none;border-bottom:1px solid rgba(240,169,77,.32);transition:border-color .18s var(--ease-out)}.docs-hud .docs-body a:hover{border-bottom-color:var(--brand)}.docs-hud .docs-body h3{font-family:var(--disp);font-weight:600;font-size:18px;color:var(--text);margin:22px 0 10px;letter-spacing:-.01em}.docs-hud .docs-body code{font-family:var(--mono);font-size:13px;color:var(--gold);background:var(--surface-2);border:1px solid var(--border);padding:2px 7px;border-radius:6px}.docs-hud .docs-body pre{margin:14px 0;padding:14px 16px;overflow-x:auto;background:var(--surface-2);border:1px solid var(--border);border-radius:10px}.docs-hud .docs-body pre code{display:block;padding:0;border:none;background:none;font-family:var(--mono);font-size:12.5px;line-height:1.6;color:var(--text-2);white-space:pre}.docs-hud .docs-body table{width:100%;border-collapse:collapse;margin:14px 0;font-family:var(--mono);font-size:13px}.docs-hud .docs-body td,.docs-hud .docs-body th{text-align:left;padding:9px 12px;border-bottom:1px solid var(--border)}.docs-hud .docs-body th{color:var(--text-dim);font-weight:500;text-transform:uppercase;letter-spacing:.08em;font-size:10.5px}.docs-hud .doc-note{font-family:var(--font-body);font-size:15.5px;line-height:1.6;color:var(--text-2);border-left:2px solid var(--brand);background:rgba(240,169,77,.06);border-radius:0 10px 10px 0;padding:15px 18px;margin:18px 0}.docs-hud .doc-note strong{color:var(--text)}.docs-hud .doc-tag{display:inline-block;vertical-align:middle;margin-left:8px;font-family:var(--font-mono,monospace);font-size:10.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:2px 8px;border-radius:999px;color:var(--brand);background:rgba(240,169,77,.1);border:1px solid rgba(240,169,77,.32)}@media (max-width:640px){.docs-hud .docs-content{max-width:100%}}@media (max-width:900px){.docs-hud .docs-grid{grid-template-columns:1fr;gap:18px}.docs-hud .docs-toc{position:-webkit-sticky;position:sticky;top:53px;z-index:25;margin:0 -14px;padding:9px 14px;background:color-mix(in srgb,#080a0f 90%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.docs-hud .docs-toc nav{flex-direction:row;gap:6px;border-left:none;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.docs-hud .docs-toc nav::-webkit-scrollbar{display:none}.docs-hud .docs-toc nav a{flex:none;white-space:nowrap;margin-left:0;padding:7px 13px;border-radius:999px;border-left-width:1px;border:1px solid var(--border);font-size:12px}.docs-hud .docs-toc nav a.active{color:var(--brand);border-color:var(--brand-line);background:rgba(240,169,77,.08);border-left-color:var(--brand-line)}.docs-hud .docs-content{padding-bottom:140px}.docs-hud .docs-head{margin-bottom:26px;padding-bottom:20px}}