:root{--brand:#1fa9d6;--brand-dark:#1785a9;--brand-hover:#1785a9;--brand-soft:#e3f7fc;--brand-border:#a6e0f2;--ink:#152532;--muted:#5b6b77;--body-text:#3e4d59;--navigation-heading:#40515e;--navigation-text:#344451;--line:#dbe5ea;--surface:#fff;--surface-alt:#f6f9fb;--header-surface:hsla(0,0%,100%,0.96);--footer-surface:hsla(0,0%,100%,0.98);--code:var(--surface-alt);--code-ink:var(--ink);--success:#137449;--radius:12px;--shadow:0 8px 22px rgba(16,34,47,0.06);--header-height:58px;--footer-height:52px}.dark{color-scheme:dark;--brand:#1fa9d6;--brand-dark:#4bbbe0;--brand-hover:#1785a9;--brand-soft:rgba(31,169,214,0.16);--brand-border:rgba(31,169,214,0.34);--ink:#e5eaf3;--muted:#a3abb7;--body-text:#cfd3dc;--navigation-heading:#cfd3dc;--navigation-text:#cfd3dc;--line:#2c2c2c;--surface:#141414;--surface-alt:#1f1f1f;--header-surface:rgba(20,20,20,0.96);--footer-surface:rgba(20,20,20,0.98);--code:var(--surface-alt);--code-ink:#e8f1f4;--success:#50bd88;--shadow:0 8px 22px rgba(0,0,0,0.28)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--surface);color:var(--ink);font-family:Inter,Avenir Next,Avenir,Arial,sans-serif;line-height:1.55}#app{min-height:100vh}a{color:var(--brand-dark)}button,input,select{font:inherit}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid rgba(31,169,214,.32);outline-offset:2px}.docs-app{display:flex;min-height:100vh;flex-direction:column;padding-bottom:var(--footer-height)}.app-header{position:sticky;top:0;z-index:20;min-height:var(--header-height);justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);background:var(--header-surface);padding:5px clamp(16px,3vw,32px);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.app-header,.brand-group{display:flex;align-items:center}.brand-group{min-width:0;gap:10px}.brand-logo{width:106px;height:48px;-o-object-fit:contain;object-fit:contain}.brand-label{border-left:1px solid var(--line);color:var(--muted);font-size:.88rem;font-weight:600;line-height:1.15;padding-left:12px;white-space:nowrap}.header-controls{display:flex;align-items:center;gap:18px}.theme-switch{position:relative;width:47px;height:25px;border:0;border-radius:999px;background:#d5dce1;padding:2px;transition:background .16s ease}.theme-switch.active{background:var(--brand)}.theme-switch-thumb{display:grid;width:21px;height:21px;place-items:center;border-radius:50%;background:#fff;color:#657480;transition:transform .16s ease}.theme-switch.active .theme-switch-thumb{color:var(--brand);transform:translateX(22px)}.theme-switch svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.theme-switch svg circle{fill:currentColor;stroke:none}.version-control{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.9rem;font-weight:600}.version-control select{min-width:76px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);padding:5px 9px}.account-menu{position:relative}.account-menu summary{display:flex;align-items:center;cursor:pointer;list-style:none;outline:none}.account-menu summary::-webkit-details-marker{display:none}.account-avatar{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:var(--brand);color:#fff;transition:opacity .16s ease}.account-avatar svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.account-menu[open] .account-avatar,.account-menu summary:hover .account-avatar{opacity:.9}.account-dropdown{position:absolute;right:0;top:calc(100% + 8px);min-width:208px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);padding:6px 0}.account-email{overflow:hidden;color:var(--muted);font-size:.82rem;padding:7px 16px 10px;text-overflow:ellipsis;white-space:nowrap}.account-dropdown button{display:block;width:100%;border:0;border-top:1px solid var(--line);background:transparent;color:var(--ink);font-size:.9rem;margin:0;padding:10px 16px 6px;text-align:left}.account-dropdown button:hover{color:var(--brand-dark);background:var(--surface-alt)}.docs-shell{display:flex;flex:1;align-items:flex-start}.sidebar{width:300px;flex:0 0 300px;border-right:1px solid var(--line);background:var(--surface)}.desktop-navigation{position:sticky;top:var(--header-height);height:calc(100vh - var(--header-height) - var(--footer-height));overflow-y:auto;padding:22px 14px 30px}.menu-toggle,.mobile-navigation,.navigation-backdrop{display:none}.docs-navigation .field-label{display:block;margin:0 6px 8px;color:var(--muted);font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.search-field{margin:0 6px 22px}.search-field input{width:100%;border:1px solid var(--line);border-radius:9px;padding:9px 11px}.navigation-group{border-bottom:1px solid var(--line);padding:0 0 10px;margin-bottom:10px}.navigation-group summary{border-radius:8px;color:var(--navigation-heading);cursor:pointer;font-weight:550;padding:9px 8px}.navigation-group summary:hover{background:var(--surface-alt)}.navigation-category-title{margin:11px 8px 4px;color:var(--muted);font-size:.73rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.navigation-link{display:flex;width:100%;align-items:center;gap:8px;border:0;border-radius:8px;background:transparent;color:var(--navigation-text);padding:8px;text-align:left}.navigation-link:hover{background:var(--surface-alt)}.navigation-link.active{background:var(--brand-soft);color:var(--brand-dark);font-weight:600}.navigation-title{min-width:0;font-size:.88rem;line-height:1.35}.navigation-empty{color:var(--muted);font-size:.92rem;padding:8px}.search-results{padding-bottom:8px}.search-results-title{margin:0 8px 14px;color:var(--ink);font-size:.95rem;font-weight:700}.docs-content{width:min(100%,980px);min-width:0;margin:0 auto;padding:clamp(24px,5vw,52px) clamp(18px,5vw,56px) 72px;outline:none}.page-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:32px}.breadcrumb{margin:0;color:var(--muted);font-size:.85rem}.copy-button,.share-button{flex-shrink:0;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--brand-dark);font-size:.84rem;font-weight:600;padding:7px 12px}.copy-button:hover,.share-button:hover{background:var(--brand-soft)}.document-page{text-align:left}.document-header{max-width:760px;margin-bottom:38px}.document-header h1{margin:0 0 16px;color:var(--ink);font-size:clamp(1.8rem,4vw,2.4rem);line-height:1.2;letter-spacing:-.025em}.title-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px 13px;margin-bottom:16px}.title-row h1{margin-bottom:0}.docs-rich-text,.document-header>p:not(.protocol-label){color:var(--body-text);font-size:.98rem}.docs-rich-text p{margin:0}.docs-rich-text p+p{margin-top:14px}.docs-rich-text b,.docs-rich-text strong{color:var(--ink)}.protocol-label,.step-label{margin:0 0 9px;color:var(--brand);font-size:.76rem;font-weight:750;letter-spacing:.09em;text-transform:uppercase}.release-badge{display:inline-flex;align-items:center;margin:0;border:1px solid var(--brand-border);border-radius:999px;background:var(--brand-soft);color:var(--brand-dark);font-size:.74rem;font-weight:700;letter-spacing:.025em;padding:4px 11px}.document-section{margin:0 0 38px}.document-section h2{margin:0 0 14px;font-size:1.18rem;line-height:1.35}.document-section h3{margin:0;font-size:1rem}.endpoint-panel{display:flex;align-items:center;gap:14px;min-width:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-alt);padding:14px}.endpoint-panel code{min-width:0;flex:1;overflow-x:auto;color:var(--ink);font-size:.94rem;white-space:nowrap}.method-pill{display:inline-flex;align-items:center;justify-content:center;min-width:62px;border-radius:6px;background:#daf5e7;color:#08623b;font-size:.78rem;font-weight:750;letter-spacing:.045em;padding:6px 9px}.method-pill.post{background:#def2ff;color:#006497}.method-pill.patch,.method-pill.put{background:#fff2d6;color:#875700}.method-pill.delete{background:#ffebeb;color:#a32929}.method-pill.ws{background:#ede8ff;color:#5139a3}.method-pill.small{min-width:43px;border-radius:5px;font-size:.63rem;padding:3px 4px}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius)}table{width:100%;border-collapse:collapse;font-size:.9rem}th{background:var(--surface-alt);color:var(--muted);font-size:.74rem;font-weight:750;letter-spacing:.06em;text-align:left;text-transform:uppercase}td,th{border-bottom:1px solid var(--line);padding:12px 14px;vertical-align:top}tbody tr:last-child td{border-bottom:0}.parameter-heading code,td code{color:var(--brand-dark);font-size:.88rem;font-weight:600}.child-parameter td:first-child{padding-left:28px}.required-pill{display:inline-block;border-radius:12px;background:#eef2f4;color:var(--muted);font-size:.76rem;padding:2px 8px}.required-pill.required{background:#fff2d6;color:#7d5100}.parameter-cards{display:none}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.section-heading h2{margin:0}.sample-caption{margin:5px 0 0;color:var(--muted);font-size:.84rem}.sample-caption code{color:var(--brand-dark);font-weight:600}.example-tabs{display:inline-flex;overflow:hidden;border:1px solid var(--line);border-radius:9px 9px 0 0;background:var(--surface)}.example-tab{position:relative;border:0;border-right:1px solid var(--line);background:transparent;color:var(--muted);font-size:.84rem;font-weight:650;padding:8px 13px}.example-tab:last-child{border-right:0}.example-tab:hover{background:var(--surface-alt)}.example-tab.active{color:var(--brand)}.example-tab.active:after{position:absolute;right:12px;bottom:0;left:12px;height:2px;border-radius:999px;background:var(--brand);content:""}.example-tabs+.code-panel{border-top-left-radius:0}.code-heading{margin-top:26px}.code-panel{overflow-x:auto;margin:0;border-radius:var(--radius);background:var(--code);color:var(--code-ink);font:.87rem/1.62 SFMono-Regular,Consolas,Liberation Mono,monospace;padding:clamp(14px,3vw,20px);white-space:pre}.rich-code .docs-rich-text,.rich-code pre{color:var(--code-ink);font:inherit;white-space:pre-wrap}.response-status{display:flex;align-items:center;gap:8px;margin:0;color:var(--success);font-weight:650}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--success)}.muted-text{margin:0 0 14px;color:var(--muted)}.lifecycle-grid .lifecycle-card{border-left:2px solid var(--brand-soft);padding-left:clamp(16px,3vw,25px)}.lifecycle-card .docs-rich-text pre{overflow-x:auto;border-radius:8px;background:var(--code);color:var(--code-ink);font:.86rem/1.55 SFMono-Regular,Consolas,monospace;padding:14px}.primary-action,.primary-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;background:var(--brand);color:#fff;font-weight:650;padding:11px 17px;text-decoration:none}.primary-action:hover,.primary-button:hover{background:var(--brand-hover);color:#fff}.app-footer{position:fixed;z-index:25;right:0;bottom:0;left:0;display:flex;min-height:var(--footer-height);align-items:center;justify-content:center;flex-direction:column;border-top:1px solid var(--line);color:var(--muted);font-size:.74rem;text-align:center;background:var(--footer-surface);padding:7px clamp(18px,4vw,34px);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.footer-version{margin-top:2px}.auth-page{display:grid;min-height:calc(100vh - var(--footer-height));place-items:center;padding:28px 18px}.signin-card{width:min(100%,410px);border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow);padding:clamp(28px,7vw,44px)}.signin-logo{display:block;width:min(100%,176px);height:74px;margin:0 auto 22px;-o-object-fit:contain;object-fit:contain}.signin-card h1{margin:0 0 8px;font-size:2rem}.signin-description{margin:0 0 28px;color:var(--muted)}.login-form{display:flex;flex-direction:column;gap:8px}.login-form label{color:var(--ink);font-size:.88rem;font-weight:650;margin-top:10px}.login-form input{width:100%;border:1px solid var(--line);border-radius:9px;padding:11px 12px}.login-form .primary-button{width:100%;gap:9px;margin-top:20px}.primary-button:disabled{cursor:progress;opacity:.7}.form-error{border-radius:7px;background:#fff0f0;color:#a32929;font-size:.86rem;margin:12px 0 0;padding:8px 10px}.loading-spinner{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.4);border-top-color:#fff;border-radius:50%;animation:rotate .8s linear infinite}.not-found{display:grid;min-height:100vh;align-content:center;justify-items:center;gap:16px;padding:24px}.not-found h1{margin:0 0 10px}@keyframes rotate{to{transform:rotate(1turn)}}@media (max-width:880px){.app-header{min-height:var(--header-height);gap:12px}.brand-logo{width:96px;height:44px}.menu-toggle{display:grid;width:40px;height:40px;align-content:center;gap:5px;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:9px}.menu-toggle span{display:block;height:2px;background:var(--ink)}.desktop-navigation{display:none}.mobile-navigation{position:fixed;z-index:40;display:block;top:0;bottom:0;left:0;width:min(86vw,340px);overflow-y:auto;padding:18px 14px 28px;transform:translateX(-102%);transition:transform .18s ease}.mobile-navigation.open{transform:translateX(0)}.mobile-navigation-heading{display:flex;align-items:center;justify-content:space-between;margin:0 6px 22px}.mobile-navigation-heading button{border:0;background:transparent;color:var(--brand-dark);padding:6px}.navigation-backdrop{position:fixed;z-index:30;display:block;inset:0;background:rgba(16,34,47,.44)}.docs-content{padding-top:27px}}@media (max-width:640px){.app-header{flex-wrap:wrap}.header-controls{margin-left:auto;gap:8px}.brand-label{font-size:.8rem;padding-left:9px}.version-control span{display:none}.account-menu summary{max-width:115px}.page-toolbar{margin-bottom:24px}.page-toolbar,.title-row{align-items:flex-start;flex-direction:column}.endpoint-panel{align-items:stretch;flex-wrap:wrap}.endpoint-panel code{flex-basis:calc(100% - 78px)}.endpoint-panel .copy-button{margin-left:auto}.parameter-table{display:none}.parameter-cards{display:grid;gap:10px}.parameter-card{border:1px solid var(--line);border-radius:10px;padding:12px}.parameter-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.parameter-card p{margin:8px 0 0;color:var(--body-text);font-size:.88rem}.parameter-card .parameter-type{color:var(--muted);font-size:.8rem}.status-table td,.status-table th{padding:10px}.app-footer{align-items:center;flex-direction:column;text-align:center;min-height:64px;padding:8px 14px}.docs-app{padding-bottom:64px}.auth-page{min-height:calc(100vh - 64px)}}