.api-reference-page{--api-ref-nav-width:280px;--api-ref-code-min-width:380px;--api-ref-code-text:var(--app-text);--api-ref-code-muted:var(--app-muted-2);--api-ref-code-string:var(--app-green);--api-ref-code-key:var(--app-purple-text);--api-ref-code-number:var(--app-orange);--api-ref-code-flag:var(--app-purple);height:100%;min-height:0;width:100%;background:var(--app-bg);color:var(--app-text);font-family:var(--font-noto-sans),system-ui,sans-serif}.api-ref-layout{display:grid;min-height:0;height:100%;width:100%;grid-template-columns:1fr}@media (min-width:960px){.api-ref-layout{grid-template-columns:var(--api-ref-nav-width) minmax(0,1fr)}}.api-ref-nav{min-height:0;overflow-y:auto;border-bottom:1px solid var(--app-border);background:var(--app-card)}@media (min-width:960px){.api-ref-nav{border-bottom:none;border-right:1px solid var(--app-border)}}.api-ref-nav-search{position:sticky;top:0;z-index:10;border-bottom:1px solid var(--app-border);background:color-mix(in srgb,var(--app-card) 96%,transparent);padding:12px;backdrop-filter:blur(10px)}.api-ref-export-btn{margin-top:8px;width:100%;justify-content:center}.api-ref-search-wrap{position:relative}.api-ref-search-icon{pointer-events:none;position:absolute;left:10px;top:50%;height:15px;width:15px;transform:translateY(-50%);color:var(--app-muted-2)}.api-ref-search-input{height:36px;width:100%;border-radius:10px;border:1px solid var(--app-border);background:var(--app-surface-subtle);padding:0 52px 0 34px;font-size:.8125rem;color:var(--app-text);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.api-ref-search-input::placeholder{color:var(--app-muted-2)}.api-ref-search-input:focus{border-color:var(--app-focus-border);box-shadow:0 0 0 3px var(--app-focus-shadow)}.api-ref-search-kbd{pointer-events:none;position:absolute;right:8px;top:50%;transform:translateY(-50%);border-radius:6px;border:1px solid var(--app-border);background:var(--app-card);padding:1px 6px;font-size:.625rem;font-weight:600;color:var(--app-muted-2)}.api-ref-nav-list{padding:10px 8px 24px}.api-ref-nav-section-label{margin:16px 10px 6px;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--app-muted-2)}.api-ref-nav-section-label:first-child{margin-top:4px}.api-ref-nav-group+.api-ref-nav-group{margin-top:2px}.api-ref-nav-group-toggle{display:flex;width:100%;align-items:center;gap:6px;border:none;border-radius:8px;padding:7px 10px;background:transparent;color:var(--app-text);cursor:pointer;text-align:left;transition:background-color .15s ease}.api-ref-nav-group-toggle:hover{background:var(--app-surface-hover)}.api-ref-nav-chevron{height:14px;width:14px;flex-shrink:0;color:var(--app-muted-2);transition:transform .15s ease}.api-ref-nav-chevron--open{transform:rotate(0deg)}.api-ref-nav-chevron:not(.api-ref-nav-chevron--open){transform:rotate(-90deg)}.api-ref-nav-group-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:600}.api-ref-nav-group-count{font-size:.6875rem;color:var(--app-muted-2)}.api-ref-nav-endpoints{display:flex;flex-direction:column;gap:1px;padding:2px 0 6px 8px}.api-ref-nav-endpoint{display:block;width:100%;border:none;border-radius:8px;padding:7px 10px;background:transparent;text-align:left;cursor:pointer;transition:background-color .15s ease,color .15s ease}.api-ref-nav-endpoint:hover{background:var(--app-surface-hover)}.api-ref-nav-endpoint--active{background:var(--accent);border:1px solid var(--app-purple-border);color:var(--accent-foreground)}.api-ref-nav-endpoint-line{display:flex;align-items:center;gap:8px;min-width:0}.api-ref-nav-endpoint-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:500;color:var(--app-text)}.api-ref-nav-endpoint--active .api-ref-nav-endpoint-title{color:var(--accent-foreground)}.api-ref-nav-method-dot{flex-shrink:0;border-radius:4px;padding:2px 5px;font-size:.625rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;line-height:1.1}.api-ref-nav-endpoint--active .api-ref-nav-method-dot{border:1px solid color-mix(in srgb,currentColor 20%,transparent)}.api-ref-empty,.api-ref-nav-empty{padding:3rem 1rem;text-align:center;font-size:.875rem;color:var(--app-muted)}.api-ref-body{display:grid;min-height:0;min-width:0;height:100%;width:100%;grid-template-columns:1fr;overflow:hidden}@media (min-width:1200px){.api-ref-body{grid-template-columns:minmax(0,1fr) minmax(var(--api-ref-code-min-width),1.15fr)}}.api-ref-content{min-height:0;min-width:0;width:100%;overflow-y:auto;background:var(--app-bg)}.api-ref-detail-main{width:100%;max-width:48rem;padding:32px 36px 48px}.api-ref-detail-main--mobile-code{max-width:none;padding-top:0}@media (min-width:1200px){.api-ref-detail-main--mobile-code{display:none}}@media (max-width:900px){.api-ref-detail-main{padding:24px 18px 36px}}.api-ref-endpoint-title{margin:0;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--app-text)}.api-ref-endpoint-route{display:inline-flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px;border-radius:10px;background:var(--app-surface-subtle);border:1px solid var(--app-border);padding:8px 12px}.api-ref-method{border-radius:6px;padding:3px 7px;font-size:.6875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.api-ref-method--get{background:var(--app-green-soft);color:var(--app-green)}.api-ref-method--post{background:var(--app-purple-soft);color:var(--app-purple-text)}.api-ref-method--patch,.api-ref-method--put{background:var(--app-orange-soft);color:var(--app-orange)}.api-ref-method--delete{background:var(--app-red-soft);color:var(--app-red)}.api-ref-path{font-family:var(--font-mono),ui-monospace,monospace;font-size:.8125rem;font-weight:500;color:var(--app-text);word-break:break-all}.api-ref-endpoint-description,.api-ref-tag-context{margin:18px 0 0;white-space:pre-wrap;font-size:.9375rem;line-height:1.7;color:var(--app-muted)}.api-ref-endpoint-description code,.api-ref-endpoint-description strong{color:var(--app-text)}.api-ref-inline-code{border-radius:6px;background:var(--app-surface-subtle);border:1px solid var(--app-border);padding:1px 6px;font-family:var(--font-mono),ui-monospace,monospace;font-size:.8125rem}.api-ref-auth-inline{margin-top:16px;font-size:.875rem;line-height:1.6;color:var(--app-muted)}.api-ref-link{color:var(--app-purple-text);text-decoration:none;font-weight:500}.api-ref-link:hover{text-decoration:underline;text-underline-offset:3px}.api-ref-section{margin-top:32px}.api-ref-subheading{margin:0 0 16px;font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--app-text)}.api-ref-params{display:flex;flex-direction:column}.api-ref-param-row{display:grid;gap:8px 24px;border-top:1px solid var(--app-row-border);padding:18px 0}.api-ref-param-row:first-child{border-top:none;padding-top:0}@media (min-width:640px){.api-ref-param-row{grid-template-columns:168px minmax(0,1fr)}}.api-ref-param-name{font-family:var(--font-mono),ui-monospace,monospace;font-size:.875rem;font-weight:600;color:var(--app-text)}.api-ref-param-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px;font-size:.75rem;color:var(--app-muted-2)}.api-ref-param-meta span:not(:last-child):after{content:"·";margin-left:8px;color:var(--app-muted-2)}.api-ref-param-description{margin:0;font-size:.9375rem;line-height:1.65;color:var(--app-muted)}.api-ref-param-description--empty{color:var(--app-muted-2);font-style:italic}.api-ref-responses{display:flex;flex-direction:column;gap:10px}.api-ref-response-row{display:flex;align-items:baseline;gap:12px}.api-ref-response-status{min-width:2.25rem;font-family:var(--font-mono),ui-monospace,monospace;font-size:.8125rem;font-weight:700;color:var(--app-green)}.api-ref-response-description{font-size:.9375rem;line-height:1.5;color:var(--app-muted)}.api-ref-code-rail{display:none;min-height:0;min-width:0;height:100%;width:100%;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:20px;overflow-x:hidden;overflow-y:auto;border-top:1px solid var(--app-border);background:var(--app-bg);padding:20px}@media (min-width:1200px){.api-ref-code-rail{display:flex;border-top:none;border-left:1px solid var(--app-border)}}.api-ref-code-rail-mobile{display:flex;flex-direction:column;gap:20px;margin-top:32px;overflow:visible;background:transparent}@media (min-width:1200px){.api-ref-code-rail-mobile{display:none}}.api-ref-code-panel{display:flex;flex:0 0 auto;flex-direction:column;overflow:hidden;border:1px solid var(--app-border);border-radius:var(--app-radius);background:var(--app-card);box-shadow:0 1px 2px color-mix(in srgb,var(--app-text) 4%,transparent)}.api-ref-code-rail-mobile .api-ref-code-panel{flex:0 0 auto;max-height:min(420px,55vh)}.api-ref-code-panel-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;border-bottom:1px solid var(--app-border);border-radius:var(--app-radius) var(--app-radius) 0 0;padding:14px 20px;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--app-muted);background:var(--app-surface-subtle)}.api-ref-copy-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--app-border);border-radius:8px;background:var(--app-card);padding:6px;color:var(--app-muted);cursor:pointer;transition:color .15s ease,background-color .15s ease}.api-ref-copy-btn:hover{background:var(--app-surface-hover);color:var(--app-text)}.api-ref-code-block{overflow:auto;flex:0 0 auto;margin:0;padding:20px 24px;font-family:var(--font-mono),ui-monospace,monospace;font-size:.8125rem;line-height:1.75;color:var(--api-ref-code-text);white-space:pre;background:var(--app-card);tab-size:2;max-height:min(420px,45vh)}.api-ref-code-block code,.api-ref-code-line{display:block}.api-ref-code-comment{color:var(--api-ref-code-muted)}.api-ref-code-flag{color:var(--api-ref-code-flag)}.api-ref-code-string{color:var(--api-ref-code-string)}.api-ref-code-key{color:var(--api-ref-code-key)}.api-ref-code-number{color:var(--api-ref-code-number)}.api-ref-code-punct{color:var(--api-ref-code-muted)}.api-ref-shell{display:flex;height:100svh;min-height:0;width:100%;flex-direction:column;overflow:hidden;background:var(--app-bg)}.api-ref-shell-header{z-index:50;display:flex;height:3.5rem;min-height:3.5rem;width:100%;flex-shrink:0;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--app-border);background:var(--app-card);padding:0 16px}.api-ref-shell-left,.api-ref-shell-right{display:flex;min-width:0;align-items:center;gap:8px}.api-ref-shell-right{flex-shrink:0}.api-ref-shell-divider{height:20px;width:1px;background:var(--app-border)}.api-ref-shell-brand{display:flex;min-width:0;align-items:center;gap:8px}.api-ref-shell-title{font-size:.875rem;font-weight:600;color:var(--app-text)}.api-ref-shell-subtitle,.api-ref-shell-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.api-ref-shell-subtitle{font-size:.75rem;color:var(--app-muted)}.api-ref-shell-main{min-height:0;min-width:0;width:100%;flex:1;overflow:hidden;background:var(--app-bg);font-family:var(--font-noto-sans),system-ui,sans-serif}