@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=IBM+Plex+Sans:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500;600&display=swap";:root{--bg: #F1F2F4;--surface: #FFFFFF;--surface-2: #F7F8FA;--border: #E2E4E9;--text: #14171C;--text-muted: #5B6270;--accent: #DE8A16;--accent-ink: #14171C;--route: #2F5FD6;--success: #1E9E63;--danger: #D8383F;--purple: #7C5CE0;--code-bg: #161A22;--code-text: #E7E9EE;--code-border: #262C38;--shadow: 0 1px 2px rgba(20, 23, 28, .04), 0 8px 24px -12px rgba(20, 23, 28, .12);--radius: 8px;--font-display: "Space Grotesk", sans-serif;--font-body: "IBM Plex Sans", sans-serif;--font-mono: "IBM Plex Mono", monospace;--scrollbar-thumb: rgba(20, 23, 28, .22);--scrollbar-thumb-hover: rgba(20, 23, 28, .36);--scrollbar-thumb-dark: rgba(231, 233, 238, .16);--scrollbar-thumb-dark-hover: rgba(231, 233, 238, .28)}[data-theme=dark]{--bg: #0E1116;--surface: #151922;--surface-2: #1B202B;--border: #262C38;--text: #E9EBF0;--text-muted: #8A93A6;--accent: #F0A93E;--accent-ink: #14171C;--route: #7C9CF7;--success: #3FC183;--danger: #F17179;--purple: #A78BFA;--code-bg: #0A0C10;--code-text: #E7E9EE;--code-border: #232833;--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 12px 28px -14px rgba(0, 0, 0, .6)}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:14.5px;line-height:1.6;-webkit-font-smoothing:antialiased}::selection{background:var(--accent);color:var(--accent-ink)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}[data-theme=dark] *{scrollbar-color:var(--scrollbar-thumb-dark) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border-radius:999px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-corner{background:transparent}[data-theme=dark] ::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-dark)}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-dark-hover)}.codeblock::-webkit-scrollbar,.pg-resp pre::-webkit-scrollbar,pre::-webkit-scrollbar{height:8px;width:8px}.codeblock,.pg-resp pre,pre{scrollbar-color:rgba(231,233,238,.18) transparent}.codeblock::-webkit-scrollbar-thumb,.pg-resp pre::-webkit-scrollbar-thumb,pre::-webkit-scrollbar-thumb{background-color:#e7e9ee2e}.codeblock::-webkit-scrollbar-thumb:hover,.pg-resp pre::-webkit-scrollbar-thumb:hover,pre::-webkit-scrollbar-thumb:hover{background-color:#e7e9ee52}a{color:var(--route);text-decoration:none}a:hover{text-decoration:underline}code,pre,.mono{font-family:var(--font-mono)}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;letter-spacing:-.01em;margin:0}button{font-family:var(--font-body);cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--route);outline-offset:2px}.topbar{position:sticky;top:0;z-index:30;height:56px;display:flex;align-items:center;gap:16px;padding:0 16px;background:var(--surface);border-bottom:1px solid var(--border)}.brand{display:flex;align-items:center;gap:8px;font-family:var(--font-display);font-weight:700;font-size:16px;white-space:nowrap;line-height:1;text-decoration:none;color:var(--text)}.brand:hover{text-decoration:none;color:var(--text)}.brand-mark{position:relative;width:28px;height:28px;flex:none;display:flex;align-items:center;justify-content:center}.brand-mark img{max-width:100%;max-height:100%;width:auto;height:auto;display:block;object-fit:contain}.route-path{stroke-dasharray:4 4;animation:dash 1.1s linear infinite}@keyframes dash{to{stroke-dashoffset:-8}}.topbar-spacer{flex:1}.searchbox{display:flex;align-items:center;gap:8px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:7px 10px;color:var(--text-muted);font-size:13px;min-width:220px}.searchbox-placeholder{flex:1;text-align:left;color:var(--text-muted)}.searchbox kbd{font-family:var(--font-mono);font-size:11px;border:1px solid var(--border);border-radius:4px;padding:1px 5px;color:var(--text-muted);background:var(--surface)}.env-toggle{display:flex;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:2px;gap:2px}.env-toggle button{border:0;background:none;color:var(--text-muted);font-size:12.5px;font-weight:600;padding:6px 12px;border-radius:999px;transition:background .15s,color .15s}.env-toggle button.active{background:var(--accent);color:var(--accent-ink)}.env-toggle button.active.prod{background:var(--danger);color:#fff}.iconbtn{width:32px;height:32px;border-radius:8px;border:1px solid var(--border);background:var(--surface-2);display:flex;align-items:center;justify-content:center;color:var(--text)}.iconbtn svg{width:16px;height:16px}.iconbtn:hover{background:var(--border)}.shell{display:flex;min-height:calc(100vh - 56px)}.sidebar{width:250px;flex:none;border-right:1px solid var(--border);background:var(--surface);padding:18px 10px 60px;overflow-y:auto;position:sticky;top:56px;height:calc(100vh - 56px)}.side-group{margin-bottom:18px}.side-group-label{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-weight:600;padding:0 10px;margin-bottom:6px}.side-link{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:7px;color:var(--text);font-size:13.5px;cursor:pointer}.side-link:hover{background:var(--surface-2);text-decoration:none}.side-link.active{background:var(--surface-2);color:var(--route);font-weight:600}.method-tag{font-family:var(--font-mono);font-size:9.5px;font-weight:700;border-radius:4px;padding:2px 5px;flex:none;letter-spacing:.02em}.method-GET{background:#2f5fd624;color:var(--route)}.method-POST{background:#de8a1629;color:var(--accent)}.method-PATCH{background:#7c5ce029;color:var(--purple)}.method-DELETE{background:#d8383f24;color:var(--danger)}.content{flex:1 1 auto;min-width:0;padding:32px 32px 100px;max-width:760px;margin:0 auto}.playground-col{width:clamp(300px,26vw,360px);flex:none;border-left:1px solid var(--border);background:var(--surface);position:sticky;top:56px;height:calc(100vh - 56px);overflow-y:auto;padding:18px}@media (max-width: 1300px){.playground-col{width:300px;padding:16px}}@media (max-width: 1080px){.playground-col{display:none}}@media (max-width: 860px){.sidebar{display:none}.content{padding:20px;margin:0}}@media (max-width: 640px){.brand{font-size:14px}.topbar{gap:10px;padding:0 12px}.searchbox{min-width:0;flex:1}.searchbox-placeholder{display:none}.env-toggle button{padding:6px 9px;font-size:11.5px}}.eyebrow{color:var(--text-muted);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.page-title{font-size:26px;margin-bottom:8px}.page-summary{color:var(--text-muted);font-size:15px;margin-bottom:22px;max-width:62ch}.endpoint-line{display:flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:13.5px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:10px 14px;margin-bottom:22px;overflow-x:auto}.endpoint-line .method-tag{font-size:11px;padding:3px 7px}.endpoint-line .path{color:var(--text)}.endpoint-line .base{color:var(--text-muted)}.section-title{font-size:15px;margin:30px 0 12px;padding-bottom:8px;border-bottom:1px solid var(--border)}p{margin:0 0 12px}.prose{color:var(--text);font-size:14.5px}.prose code{background:var(--surface-2);border:1px solid var(--border);border-radius:4px;padding:1px 5px;font-size:13px}table.field-table{width:100%;border-collapse:collapse;font-size:13.5px;margin-bottom:8px}table.field-table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600;padding:6px 10px;border-bottom:1px solid var(--border)}table.field-table td{padding:9px 10px;border-bottom:1px solid var(--border);vertical-align:top}table.field-table tr:last-child td{border-bottom:none}.field-name{font-family:var(--font-mono);font-weight:600;font-size:13px}.field-req{color:var(--danger);font-size:10.5px;font-weight:700;margin-left:4px}.field-type{font-family:var(--font-mono);color:var(--route);font-size:12px;white-space:nowrap}.field-nested{margin-top:6px;margin-left:14px;border-left:2px solid var(--border);padding-left:10px}.enum-pill{display:inline-block;font-family:var(--font-mono);font-size:11.5px;background:var(--surface-2);border:1px solid var(--border);border-radius:5px;padding:1px 6px;margin:1px 3px 1px 0;color:var(--text)}.status-pill{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;padding:3px 9px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border)}.status-dot{width:7px;height:7px;border-radius:50%}.tone-route .status-dot,.tone-route{color:var(--route)}.tone-amber .status-dot,.tone-amber{color:var(--accent)}.tone-success .status-dot,.tone-success{color:var(--success)}.tone-danger .status-dot,.tone-danger{color:var(--danger)}.tone-purple .status-dot,.tone-purple{color:var(--purple)}.tone-muted .status-dot,.tone-muted{color:var(--text-muted)}.tone-route .status-dot{background:var(--route)}.tone-amber .status-dot{background:var(--accent)}.tone-success .status-dot{background:var(--success)}.tone-danger .status-dot{background:var(--danger)}.tone-purple .status-dot{background:var(--purple)}.tone-muted .status-dot{background:var(--text-muted)}.status-row{display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}.status-row:last-child{border-bottom:none}.status-row .status-pill{flex:none;margin-top:1px}.status-row .status-desc{color:var(--text-muted);font-size:13px}.errors-table td:first-child{font-family:var(--font-mono);color:var(--danger);font-weight:600;white-space:nowrap}.errors-table td:nth-child(2){font-family:var(--font-mono);font-size:12px;color:var(--text-muted);white-space:nowrap}.codeblock{background:var(--code-bg);border:1px solid var(--code-border);border-radius:var(--radius);color:var(--code-text);font-family:var(--font-mono);font-size:12.5px;overflow-x:auto;padding:14px 16px;line-height:1.65;position:relative}.codeblock pre{margin:0;white-space:pre}.code-tabs{display:flex;gap:2px;margin-bottom:0;border:1px solid var(--code-border);border-bottom:none;border-radius:var(--radius) var(--radius) 0 0;overflow:hidden;background:var(--code-bg)}.code-tabs button{background:none;border:0;color:var(--text-muted);font-family:var(--font-mono);font-size:12px;padding:9px 14px;border-bottom:2px solid transparent}.code-tabs button.active{color:var(--code-text);border-bottom-color:var(--accent)}.code-wrap .codeblock{border-radius:0 0 var(--radius) var(--radius);margin-top:0}.code-wrap{margin-bottom:20px;position:relative}.copybtn{position:absolute;top:8px;right:8px;background:var(--surface-2);border:1px solid var(--code-border);color:var(--text-muted);font-size:11px;border-radius:6px;padding:4px 8px;font-family:var(--font-body)}.copybtn:hover{color:var(--text)}.notecard{background:var(--surface-2);border:1px solid var(--border);border-left:3px solid var(--route);border-radius:6px;padding:12px 14px;font-size:13px;color:var(--text);margin-bottom:14px}.pg-title{font-family:var(--font-display);font-weight:600;font-size:14px;margin-bottom:14px;display:flex;align-items:center;gap:8px}.pg-title .live-dot{width:6px;height:6px;border-radius:50%;background:var(--success);box-shadow:0 0 0 3px #3fc1832e}.pg-block{margin-bottom:16px}.pg-label{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600;margin-bottom:6px}.pg-url{display:flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:12px;background:var(--surface-2);border:1px solid var(--border);border-radius:6px;padding:8px 10px;overflow-x:auto;white-space:nowrap}.pg-input,.pg-textarea,.pg-select{width:100%;background:var(--surface-2);border:1px solid var(--border);border-radius:6px;padding:8px 10px;color:var(--text);font-family:var(--font-mono);font-size:12.5px}.pg-input-readonly{color:var(--text-muted);-webkit-user-select:all;user-select:all;white-space:nowrap;overflow-x:auto;cursor:text;background:var(--surface-2)}.pg-textarea{resize:vertical;min-height:140px;line-height:1.55}.pg-row{display:flex;gap:8px}.pg-row>*{flex:1}.send-btn{width:100%;background:var(--accent);color:var(--accent-ink);border:0;border-radius:7px;padding:10px 12px;font-weight:700;font-size:13.5px;display:flex;align-items:center;justify-content:center;gap:8px}.send-btn:hover{filter:brightness(1.05)}.send-btn:disabled{opacity:.6;cursor:default}.pg-resp{margin-top:14px}.pg-resp-status{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:12px;font-weight:700;padding:3px 8px;border-radius:5px;margin-bottom:8px}.pg-resp-ok{background:#1e9e6324;color:var(--success)}.pg-resp-fail{background:#d8383f24;color:var(--danger)}.pg-resp pre{background:var(--code-bg);color:var(--code-text);border:1px solid var(--code-border);border-radius:6px;padding:12px;font-family:var(--font-mono);font-size:12px;max-height:320px;overflow:auto;margin:0;white-space:pre-wrap;word-break:break-word}.hint{color:var(--text-muted);font-size:11.5px;margin-top:4px}.pg-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;color:var(--text-muted);padding:40px 12px;min-height:calc(100vh - 176px)}.pg-empty svg{opacity:.35}.pg-empty .prose{font-size:13.5px;max-width:26ch}.hero{border:1px solid var(--border);border-radius:12px;background:var(--surface);padding:28px;margin-bottom:26px;position:relative;overflow:hidden}.hero h1{font-size:30px;margin-bottom:10px;overflow-wrap:anywhere}.grid-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(200px,100%),1fr));gap:12px;margin:20px 0}.card{border:1px solid var(--border);background:var(--surface);border-radius:10px;padding:14px 16px;min-width:0}.card .k{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:600;margin-bottom:6px}.card .v{font-family:var(--font-mono);font-size:13px;overflow-wrap:anywhere;word-break:break-word;line-height:1.45}.footer-note{color:var(--text-muted);font-size:12.5px;margin-top:40px;border-top:1px solid var(--border);padding-top:16px}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0a0c1080;display:flex;align-items:flex-start;justify-content:center;padding:12vh 16px 16px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.search-modal{width:100%;max-width:600px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 24px 60px -20px #0006;overflow:hidden;display:flex;flex-direction:column;max-height:70vh}.search-modal-input-row{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid var(--border);color:var(--text-muted);flex:none}.search-modal-input-row input{flex:1;border:0;background:none;color:var(--text);font-family:var(--font-body);font-size:15px}.search-modal-input-row input:focus{outline:none}.search-modal-input-row kbd{font-family:var(--font-mono);font-size:11px;border:1px solid var(--border);border-radius:4px;padding:1px 5px;color:var(--text-muted);background:var(--surface-2)}.search-results{overflow-y:auto;padding:8px;flex:1}.search-empty{padding:24px 12px;text-align:center;color:var(--text-muted);font-size:13.5px}.search-group{margin-bottom:6px}.search-group-label{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-weight:600;padding:6px 10px 4px}.search-result{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;cursor:pointer}.search-result.active{background:var(--surface-2)}.search-result-text{min-width:0}.search-result-title{font-size:13.5px;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-subtitle{font-size:12px;color:var(--text-muted);font-family:var(--font-mono);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-footer{display:flex;gap:16px;padding:10px 16px;border-top:1px solid var(--border);color:var(--text-muted);font-size:11.5px;flex:none}.search-footer kbd{font-family:var(--font-mono);font-size:10.5px;border:1px solid var(--border);border-radius:4px;padding:1px 4px;margin-right:2px;background:var(--surface-2)}
