.docs{--docs-max:860px;--docs-max-wide:1100px}.docs .hero{max-width:var(--docs-max-wide);margin:0 auto;padding:40px 0 16px}.docs .hero .kicker{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted-foreground);margin-bottom:10px;font-size:11px}.docs .hero h1{letter-spacing:-.035em;max-width:16ch;margin:0 0 14px;font-size:clamp(32px,4vw,52px);font-weight:450;line-height:1.02}.docs .hero p.lede{color:var(--color-muted-foreground);max-width:58ch;margin:0 0 22px;font-size:18px;line-height:1.5}.docs .hero .cta-row{flex-wrap:wrap;gap:10px;display:flex}.docs .section{max-width:var(--docs-max);margin:0 auto;padding:32px 0}.docs .section.wide{max-width:var(--docs-max-wide)}.docs .section h2{letter-spacing:-.025em;margin:0 0 6px;font-size:28px;font-weight:450}.docs .section h2 .num{font-family:var(--font-mono);color:var(--color-muted-foreground);vertical-align:4px;letter-spacing:.04em;margin-right:10px;font-size:13px}.docs .section h3{letter-spacing:-.01em;margin:18px 0 6px;font-size:16px;font-weight:500}.docs .section p,.docs .section li{color:var(--color-foreground);font-size:15px;line-height:1.62}.docs .section p{margin:8px 0 12px}.docs .section .sub{color:var(--color-muted-foreground);margin-bottom:18px;font-size:15px}.docs .section ul,.docs .section ol{margin:8px 0 16px;padding-left:20px}.docs .section code{font-family:var(--font-mono);background:var(--color-muted);border-radius:4px;padding:1px 5px;font-size:.88em}.docs .section .divider{background:var(--color-border);height:1px;margin:32px 0}.docs .code-block{color:#ececec;background:#1a1a1a;border:1px solid #ffffff0f;border-radius:8px;margin:14px 0 18px;position:relative;overflow:hidden}.docs .code-block pre{font-family:var(--font-mono);color:inherit;background:0 0;margin:0;padding:16px 52px 16px 18px;font-size:13px;line-height:1.55;overflow-x:auto}.docs .code-block code{font-family:inherit;font-size:inherit;color:inherit;white-space:pre;background:0 0;border-radius:0;padding:0}.docs .code-block-copy{color:#ececec;cursor:pointer;background:#ffffff14;border:1px solid #ffffff24;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:background .12s,border-color .12s,color .12s;display:inline-flex;position:absolute;top:8px;right:8px}.docs .code-block-copy:hover{background:#ffffff29;border-color:#ffffff47}.docs .code-block-copy:focus-visible{outline-offset:2px;outline:2px dashed #ececec}.docs .shot{border:1px dashed var(--color-border);background:repeating-linear-gradient(45deg, transparent 0 10px, #00000006 10px 20px), var(--color-card);aspect-ratio:16/10;color:var(--color-muted-foreground);font-size:12px;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;border-radius:10px;justify-content:center;align-items:center;margin:10px 0 18px;display:flex}.docs .shot.tall{aspect-ratio:3/4}.docs .shot.wide{aspect-ratio:21/9}.docs .shot .inner{text-align:center;line-height:1.5}.docs .shot .inner b{color:var(--color-foreground);font-weight:500}.docs .shot-note{opacity:.7;text-transform:none;letter-spacing:0;font-family:var(--font-sans);margin-top:4px}.docs .shot.shot-has-image{border:1px solid var(--color-border);background:var(--color-card);aspect-ratio:auto;margin:14px 0 22px;padding:0;display:block;overflow:hidden}.docs .shot.shot-has-image img{width:100%;height:auto;display:block}.docs .callout{background:var(--accent-butter-bg);color:var(--accent-butter-ink);border-radius:10px;margin:14px 0;padding:14px 16px;font-size:14px;line-height:1.55}.docs .callout.tip{background:var(--accent-sage-bg);color:var(--accent-sage-ink)}.docs .callout.note{background:var(--accent-cocoa-bg);color:var(--accent-cocoa-ink)}.docs .callout.warn{background:var(--color-status-warn-bg);color:var(--color-status-warn)}.docs .callout strong{text-transform:uppercase;letter-spacing:.06em;opacity:.85;margin-bottom:4px;font-size:12px;display:block}.docs kbd{font-family:var(--font-mono);background:var(--color-card);border:1px solid var(--color-border);color:var(--color-foreground);border-bottom-width:2px;border-radius:4px;padding:1px 6px;font-size:11px}.docs .card-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;margin:14px 0 8px;display:grid}.docs .card{color:inherit;background:var(--color-card);border:1px solid var(--color-border);cursor:pointer;text-align:left;min-height:140px;font:inherit;border-radius:10px;flex-direction:column;gap:8px;padding:16px;text-decoration:none;transition:border-color .15s,transform .15s;display:flex}.docs .card:hover{border-color:#0000004d;transform:translateY(-1px)}.docs .card .ico{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.docs .card h3{letter-spacing:-.01em;margin:0;font-size:15px;font-weight:500}.docs .card p{color:var(--color-muted-foreground);flex:1;margin:0;font-size:13px;line-height:1.45}.docs .card .arrow{font-family:var(--font-mono);color:var(--color-muted-foreground);font-size:11px}.docs .step-list{flex-direction:column;gap:12px;margin:8px 0 16px;padding:0;list-style:none;display:flex}.docs .step-list li{gap:14px;padding:0;display:flex}.docs .step-list .n{background:var(--accent-cocoa-bg);height:30px;color:var(--accent-cocoa-ink);font-size:13px;font-weight:500;font-family:var(--font-mono);letter-spacing:0;border-radius:9999px;flex:0 0 30px;justify-content:center;align-items:center;display:flex}.docs .step-list .body{flex:1;padding-top:3px}.docs .step-list .body strong{font-weight:500}.docs details{border-top:1px solid var(--color-border);padding:12px 0}.docs details:last-of-type{border-bottom:1px solid var(--color-border)}.docs details summary{cursor:pointer;justify-content:space-between;align-items:center;font-size:15px;font-weight:500;list-style:none;display:flex}.docs details summary::-webkit-details-marker{display:none}.docs details summary:after{content:"+";font-family:var(--font-mono);color:var(--color-muted-foreground);font-size:18px}.docs details[open] summary:after{content:"–"}.docs details p{color:var(--color-muted-foreground);margin:10px 0 4px}.docs .hub-modal{z-index:100;background:#0000004d;padding:40px 20px;position:fixed;inset:0;overflow:auto}.docs .hub-modal-inner{background:var(--color-background);border:1px solid var(--color-border);border-radius:14px;max-width:740px;margin:0 auto;padding:28px 36px 40px;position:relative}.docs .hub-modal-close{border:1px solid var(--color-border);background:var(--color-card);cursor:pointer;width:32px;height:32px;color:var(--color-foreground);border-radius:9999px;font-size:16px;position:absolute;top:14px;right:14px}.docs .hub-modal-kicker{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted-foreground);margin-bottom:8px;font-size:11px}.docs .hub-modal-title{letter-spacing:-.025em;margin:0 0 14px;font-size:28px;font-weight:450}.docs .hub-modal-nav{border-top:1px solid var(--color-border);gap:10px;margin-top:24px;padding-top:18px;display:flex}.docs .hub-modal-nav .spacer{margin-left:auto}
