html,body{background:var(--background)}body{min-height:100vh;position:relative}[data-act="1"]{z-index:1;background:var(--background);justify-content:center;align-items:center;height:100vh;padding:clamp(96px,14vh,160px) clamp(20px,4vw,56px) clamp(64px,10vh,120px);display:flex;position:sticky;top:0}.api-hero{text-align:center;flex-direction:column;align-items:center;gap:clamp(20px,2.2vw,28px);width:100%;max-width:820px;display:flex}.api-hero-h1{font-family:var(--font-display,var(--font-base));font-size:var(--mkt-hero-xl);letter-spacing:-.022em;color:var(--text-primary);cursor:default;margin:0;font-weight:500;line-height:1.02}.api-hero-h1 .hero-o{font-style:normal;display:inline-block;position:relative}.api-hero-h1 .hero-o-letter{transition:opacity .28s cubic-bezier(.22,1,.36,1);display:inline-block}.api-hero-h1 .hero-o-svg{opacity:0;width:.92em;height:.92em;color:var(--mkt-purple-text);pointer-events:none;transition:opacity .28s cubic-bezier(.22,1,.36,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.api-hero-h1:hover .hero-o-letter{opacity:0}.api-hero-h1:hover .hero-o-svg{opacity:1}.api-hero-sub{max-width:620px;font-family:var(--font-base);font-size:var(--mkt-body);color:var(--text-secondary);margin:0;line-height:1.5}.api-hero-rename{font-family:var(--font-base);font-size:var(--mkt-caption,13px);color:var(--text-tertiary);margin:0;line-height:1.4}.api-hero-rename a{color:var(--text-secondary);text-underline-offset:2px;text-decoration:underline}.api-hero-cta{justify-content:center;margin-top:clamp(4px,.8vh,8px)}.api-try[hidden]{display:none}.api-try{gap:var(--space-400,14px);border-radius:var(--radius-display,20px);background:var(--background);text-align:left;flex-direction:column;width:100%;max-width:680px;margin-top:clamp(8px,1.2vw,16px);padding:clamp(20px,1.8vw,28px);display:flex;box-shadow:0 28px 64px -20px #0000008c}.api-try-field{flex-direction:column;gap:6px;display:flex}.api-try-label{font-family:var(--font-base);font-size:var(--text-tiny,11px);letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);font-weight:500}.api-try-input{border-radius:var(--radius-default,6px);border:1px solid var(--border-default);width:100%;height:44px;color:var(--text-primary);font-family:var(--font-code,"IBM Plex Mono"),monospace;font-size:var(--text-small,13px);background:0 0;outline:none;padding:0 14px;transition:border-color .18s cubic-bezier(.22,1,.36,1),background .18s cubic-bezier(.22,1,.36,1),box-shadow .18s cubic-bezier(.22,1,.36,1)}.api-try-input::placeholder{color:var(--text-quaternary)}.api-try-input:hover{border-color:var(--border-default-hover,var(--zen-gray-6))}.api-try-input:focus,.api-try-input:focus-visible{border-color:var(--border-accent);background:var(--sunken-hover);box-shadow:0 0 0 3px var(--zen-purple-3)}.api-try-row{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.api-try-segments{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-full,999px);scrollbar-width:none;flex-shrink:1;align-items:center;gap:4px;min-width:0;padding:4px;display:inline-flex;overflow-x:auto}.api-try-segments::-webkit-scrollbar{display:none}.api-try-chip{appearance:none;color:var(--text-secondary);font-family:var(--font-base);font-size:var(--text-small,13px);letter-spacing:.01em;border-radius:var(--radius-full,999px);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:6px 14px;font-weight:500;transition:background .18s cubic-bezier(.22,1,.36,1),color .18s cubic-bezier(.22,1,.36,1)}.api-try-chip:hover{color:var(--text-primary);background:var(--sunken-hover)}.api-try-chip.is-active{background:var(--text-primary);color:var(--background)}.api-try-submit{appearance:none;border-radius:var(--radius-full,999px);background:var(--text-primary);height:44px;color:var(--background);font-family:var(--font-base);font-size:var(--text-small,13px);cursor:pointer;border:none;flex-shrink:0;align-items:center;gap:10px;padding:0 22px;font-weight:500;transition:background .18s cubic-bezier(.22,1,.36,1),transform .18s cubic-bezier(.22,1,.36,1),box-shadow .18s cubic-bezier(.22,1,.36,1);display:inline-flex}.api-try-submit>span:last-child{transition:transform .22s cubic-bezier(.34,1.56,.64,1)}.api-try-submit:hover{transform:translateY(-1px)}.api-try-submit:hover>span:last-child{transform:translate(4px)}.api-try-submit:active{transform:translateY(0)}.api-try-submit:disabled,.api-try-submit[aria-disabled=true]{cursor:not-allowed;border:1px solid var(--border-subtle);color:var(--text-quaternary);box-shadow:none;background:0 0;transform:none}.api-try-submit:disabled:hover,.api-try-submit[aria-disabled=true]:hover{box-shadow:none;transform:none}.api-try-submit:disabled:hover>span:last-child,.api-try-submit[aria-disabled=true]:hover>span:last-child{transform:none}[data-act="2"]{z-index:2;background:var(--background);position:relative}.endpoint-stage{min-height:340vh;padding:0;position:relative}.endpoint-frame{flex-direction:column;justify-content:center;align-items:flex-start;gap:clamp(28px,4vh,48px);height:100vh;padding:clamp(80px,12vh,120px) clamp(20px,5vw,64px) clamp(48px,8vh,80px);display:flex;position:sticky;top:0;overflow:hidden}.endpoint-frame-header{text-align:left;flex-direction:column;align-items:flex-start;gap:12px;width:100%;max-width:1080px;display:flex}.endpoint-h2{font-family:var(--font-display,var(--font-base));font-size:var(--mkt-h3);letter-spacing:-.018em;color:var(--text-primary);margin:0;font-weight:500;line-height:1.08}.endpoint-sub{max-width:580px;font-family:var(--font-base);font-size:var(--mkt-body-sm);color:var(--text-secondary);margin:0;line-height:1.5}.endpoint-frame-body{grid-template-columns:minmax(0,1.4fr) minmax(200px,240px) minmax(220px,280px);align-items:stretch;gap:clamp(24px,2.6vw,36px);width:100%;max-width:1280px;display:grid}.endpoint-terminal{border-radius:var(--radius-display,20px);background:var(--background);flex-direction:column;min-height:0;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 64px -20px #0000008c}.endpoint-terminal-bar{border-bottom:1px solid var(--border);background:0 0;align-items:center;gap:6px;padding:10px 14px;display:flex}.endpoint-terminal-dot{background:var(--zen-gray-5);border-radius:50%;width:10px;height:10px}.endpoint-terminal-name{font-family:var(--font-code,monospace);letter-spacing:.04em;color:var(--text-quaternary);margin-left:10px;font-size:11px}.endpoint-terminal-code{font-family:var(--font-code,monospace);font-size:var(--mkt-body-xs);color:var(--text-primary);white-space:pre;flex:auto;min-height:0;margin:0;padding:clamp(18px,2vw,26px);line-height:1.6;overflow-x:clip}.endpoint-terminal-code code{color:inherit;font-family:inherit}.endpoint-prompt{color:var(--zen-yellow-6);font-weight:500}.endpoint-response{--response-progress:0;border-top:1px solid var(--border);background:var(--background);max-height:calc(var(--response-progress)*320px);opacity:var(--response-progress);transition:max-height .24s cubic-bezier(.22,1,.36,1),opacity .24s cubic-bezier(.22,1,.36,1);overflow:hidden}.endpoint-response-bar{font-family:var(--font-code,monospace);letter-spacing:.04em;border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;padding:10px 16px;font-size:11px;display:flex}.endpoint-response-status{color:var(--zen-yellow-8);font-weight:700}.endpoint-response-meta{color:var(--text-tertiary)}.endpoint-response-code{font-family:var(--font-code,monospace);font-size:var(--mkt-body-xs);color:var(--text-secondary);white-space:pre;margin:0;padding:14px 18px;line-height:1.55;overflow-x:auto}.endpoint-throws{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.endpoint-throw{--throw-progress:0;border:1px solid var(--border);cursor:pointer;transform:translateY(calc((1 - var(--throw-progress))*6px));opacity:calc(.35 + var(--throw-progress)*.65);background:0 0;border-radius:10px;justify-content:space-between;align-items:center;gap:14px;padding:12px 16px;transition:background .24s cubic-bezier(.22,1,.36,1),border-color .24s cubic-bezier(.22,1,.36,1),transform .24s cubic-bezier(.22,1,.36,1);display:flex}.endpoint-throw[data-illuminated="1"]{background:var(--zen-purple-2);border-color:var(--zen-purple-5)}.endpoint-throw-label{font-family:var(--font-base);color:var(--text-secondary);font-size:14px;font-weight:500;transition:color .24s cubic-bezier(.22,1,.36,1)}.endpoint-throw[data-illuminated="1"] .endpoint-throw-label{color:var(--text-primary)}.endpoint-throw-end{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex;position:relative}.endpoint-throw-check{width:18px;height:18px;color:var(--text-quaternary);transition:color .24s cubic-bezier(.22,1,.36,1),opacity .2s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.endpoint-throw-check path{stroke-dasharray:32;stroke-dashoffset:calc(32*(1 - var(--throw-progress)));transition:stroke-dashoffset .24s cubic-bezier(.22,1,.36,1)}.endpoint-throw[data-illuminated="1"] .endpoint-throw-check{color:var(--mkt-purple-text)}.endpoint-throw-favicon{background:var(--text-primary);object-fit:contain;opacity:0;border-radius:50%;width:18px;height:18px;transition:opacity .2s cubic-bezier(.22,1,.36,1),transform .24s cubic-bezier(.34,1.56,.64,1);position:absolute;inset:0;transform:scale(.7)}.endpoint-throw:hover{border-color:var(--zen-purple-6);background:var(--zen-purple-3)}.endpoint-throw[data-domain]:hover .endpoint-throw-check{opacity:0}.endpoint-throw[data-domain]:hover .endpoint-throw-favicon{opacity:1;transform:scale(1)}.endpoint-stepper{background:var(--background);border-radius:var(--radius-display,20px);flex-direction:column;gap:14px;margin:0;padding:14px 4px;list-style:none;display:flex;box-shadow:0 28px 64px -20px #0000008c}.endpoint-step{font-family:var(--font-base);color:var(--text-quaternary);align-items:center;gap:12px;padding:4px 12px;font-size:13px;line-height:1.4;transition:color .24s cubic-bezier(.22,1,.36,1);display:flex}.endpoint-step[data-state=active]{color:var(--text-primary)}.endpoint-step[data-state=done]{color:var(--text-tertiary)}.endpoint-step-indicator{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:relative}.endpoint-step-dot{background:var(--zen-green-6);opacity:0;border-radius:50%;width:8px;height:8px;transition:opacity .24s cubic-bezier(.22,1,.36,1);position:absolute}.endpoint-step[data-state=waiting] .endpoint-step-indicator:before{content:"";border:1.5px solid var(--zen-gray-5);border-radius:50%;width:8px;height:8px;position:absolute}.endpoint-step[data-state=active] .endpoint-step-dot,.endpoint-step[data-state=done] .endpoint-step-dot{opacity:1}.endpoint-step[data-state=active] .endpoint-step-dot{animation:1.8s cubic-bezier(.4,0,.6,1) infinite endpoint-step-pulse}@keyframes endpoint-step-pulse{0%{box-shadow:0 0 0 0 color-mix(in srgb,var(--zen-green-6)55%,transparent)}70%{box-shadow:0 0 0 5px color-mix(in srgb,var(--zen-green-6)0%,transparent)}to{box-shadow:0 0 0 0 color-mix(in srgb,var(--zen-green-6)0%,transparent)}}.endpoint-step[data-state=done] .endpoint-step-dot{opacity:0}.endpoint-step-check{width:14px;height:14px;color:var(--zen-green-6);opacity:0;transition:opacity .24s cubic-bezier(.22,1,.36,1);position:absolute}.endpoint-step[data-state=done] .endpoint-step-check{opacity:1}.endpoint-step-label{flex:auto;min-width:0}.endpoint-step-time{font-family:var(--font-code,monospace);color:var(--text-quaternary);opacity:0;flex-shrink:0;font-size:11px;transition:opacity .24s cubic-bezier(.22,1,.36,1)}.endpoint-step[data-state=done] .endpoint-step-time{opacity:1}@media (width<=1199px){.endpoint-frame-body{grid-template-columns:1fr 1fr;grid-template-areas:"terminal terminal""throws stepper";gap:20px}.endpoint-terminal{grid-area:terminal}.endpoint-throws{grid-area:throws}.endpoint-stepper{grid-area:stepper}}@media (width<=900px){.endpoint-stage{min-height:auto}.endpoint-frame{justify-content:flex-start;gap:24px;height:auto;padding:96px 18px 80px;position:static;overflow:visible}.endpoint-frame-body{grid-template-columns:1fr;grid-template-areas:"terminal""throws""stepper";gap:16px}}@media (width<=600px){.endpoint-frame{gap:24px;padding:88px 16px 72px}.endpoint-h2{font-size:var(--mkt-h4)}.endpoint-throw{padding:10px 14px}.endpoint-throw-label{font-size:13px}.endpoint-step{padding:4px 10px;font-size:12px}.endpoint-stepper{gap:12px;padding:12px 4px}}[data-act="3"]{z-index:3;background:var(--background);position:relative}.shapes-stage{min-height:auto;position:relative}.shapes-curtain{--bloom:0%;z-index:0;clip-path:circle(var(--bloom)at 100% 0%);will-change:clip-path;pointer-events:none;background:#7adae6;position:absolute;inset:0}html:not(.js) .shapes-curtain{clip-path:none}.shapes-frame{z-index:1;flex-direction:column;justify-content:flex-start;gap:clamp(28px,5vh,56px);min-height:auto;padding:clamp(96px,14vh,140px) clamp(24px,6vw,80px) clamp(56px,9vh,96px);display:flex;position:relative;overflow-x:hidden}@media (width>=900px) and (height<=800px){.shapes-frame{gap:14px;padding:88px clamp(24px,6vw,80px) 24px}}.shapes-header{flex-direction:column;gap:4px;width:100%;max-width:1280px;display:flex}.shapes-h2{font-family:var(--font-display,var(--font-base));font-size:var(--mkt-h2);letter-spacing:-.025em;color:#1d1612;margin:0;font-weight:500;line-height:1}.shapes-spread{flex:none;grid-template-columns:minmax(0,1.45fr) minmax(220px,280px);align-items:stretch;column-gap:clamp(32px,5vw,80px);width:100%;max-width:1280px;min-height:clamp(360px,44vh,460px);display:grid}.shapes-spotlight{display:grid;position:relative}.shape-card{border-radius:var(--radius-display,20px);background:var(--background);color:var(--text-primary);opacity:0;visibility:hidden;pointer-events:none;flex-direction:column;grid-area:1/1;gap:clamp(20px,2vw,28px);padding:clamp(28px,2.6vw,40px) clamp(28px,2.6vw,40px) clamp(36px,3.4vw,52px);transition:opacity .38s cubic-bezier(.22,1,.36,1),transform .46s cubic-bezier(.22,1,.36,1),visibility 0s linear .38s;display:flex;transform:translateY(12px);box-shadow:0 28px 64px -20px #0000008c}.shape-card[data-active=true]{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .38s cubic-bezier(.22,1,.36,1),transform .46s cubic-bezier(.22,1,.36,1),visibility linear;transform:translateY(0)}.shape-card-head{flex-direction:column;gap:8px;display:flex}.shape-card-tag{font-family:var(--font-base,"Manrope",system-ui,sans-serif);letter-spacing:.22em;text-transform:uppercase;color:var(--text-tertiary);font-size:11px}.shape-card-name{font-family:var(--font-display,var(--font-base));font-size:var(--mkt-h3);letter-spacing:-.022em;color:var(--text-primary);margin:0;font-weight:500;line-height:1.05}.shape-card-body{border:1px solid var(--border);font-family:var(--font-code,monospace);font-size:var(--mkt-body-xs);color:var(--text-secondary);white-space:pre;scrollbar-width:none;background:0 0;border-radius:12px;flex:auto;min-height:0;margin:0;padding:clamp(16px,1.6vw,22px) clamp(18px,1.8vw,24px);line-height:1.6;overflow:auto}.shape-card-body::-webkit-scrollbar{display:none}.shape-card-body code{color:inherit;font-family:inherit}.shape-card-body--shot{justify-content:center;align-items:stretch;padding:clamp(14px,1.2vw,18px);display:flex}.shot-frame{border:1px solid var(--border);background:0 0;border-radius:8px;flex-direction:column;flex:auto;display:flex;overflow:hidden}.shot-bar{border-bottom:1px solid var(--border);background:0 0;align-items:center;gap:6px;padding:8px 12px;display:flex}.shot-dot{background:var(--zen-gray-5);border-radius:50%;width:8px;height:8px}.shot-canvas{flex-direction:column;flex:auto;gap:10px;padding:18px;display:flex}.shot-line{background:var(--zen-gray-4);border-radius:4px;height:8px}.shot-line--xl{width:80%;height:14px}.shot-line--lg{width:60%}.shot-line--md{width:50%}.shot-line--sm{width:35%}.shot-block{background:linear-gradient(135deg,#7adae6,#7c4fe8);border-radius:6px;height:80px;margin:4px 0}.shape-card-tip{font-family:var(--font-base);font-size:var(--mkt-body-sm);color:var(--text-secondary);margin:0;line-height:1.55}.shape-card-body--templates{white-space:normal;flex-wrap:wrap;align-content:flex-start;align-items:flex-start;gap:8px 10px;display:flex}.template-chip{border-radius:var(--radius-full,999px);border:1px solid var(--border);font-family:var(--font-base);color:var(--text-secondary);white-space:nowrap;background:0 0;align-items:center;padding:8px 14px;font-size:13px;font-weight:500;display:inline-flex}.shapes-list{align-items:stretch;display:flex}.shapes-list ol{flex-direction:column;align-self:flex-start;gap:clamp(10px,1vh,14px);width:100%;margin:0;padding:clamp(8px,1vw,16px) 0 0;list-style:none;display:flex}.shapes-list-item{font-family:var(--font-base);color:#1d1612;opacity:.45;cursor:pointer;grid-template-columns:auto minmax(20px,1fr) auto;align-items:center;gap:14px;transition:opacity .26s cubic-bezier(.22,1,.36,1);display:grid}.shapes-list-item:hover{opacity:.8}.shapes-list-item:focus-visible{outline-offset:3px;opacity:1;outline:2px solid #1d1612}.shapes-list-item[data-active=true]{opacity:1}.shapes-list-num{font-family:var(--font-code,monospace);letter-spacing:.22em;color:#1d1612;font-size:11px}.shapes-list-rule{opacity:.3;transform-origin:0;background:#1d1612;height:1px;transition:transform .36s cubic-bezier(.22,1,.36,1),opacity .26s cubic-bezier(.22,1,.36,1);transform:scaleX(.4)}.shapes-list-item[data-active=true] .shapes-list-rule{opacity:.55;transform:scaleX(1)}.shapes-list-name{font-size:var(--mkt-body);color:#1d1612;letter-spacing:-.005em;white-space:nowrap;font-weight:500}.shapes-bridge{width:100%;max-width:1280px;font-family:var(--font-base);font-size:var(--text-small,13px);letter-spacing:-.005em;color:#1d1612;opacity:.7;margin:clamp(28px,4vh,48px) 0 0}.shapes-bridge-link{margin-left:6px}@media (width<=1199px){.shapes-spread{grid-template-columns:minmax(0,1fr);row-gap:clamp(24px,4vh,36px)}.shapes-list ol{flex-flow:wrap;gap:8px 22px;padding-top:0}.shapes-list-item{grid-template-columns:auto auto;gap:6px}.shapes-list-item .shapes-list-rule{display:none}}@media (width<=900px){.shapes-stage{min-height:auto}.shapes-h2{font-size:var(--mkt-h2)}.shape-card{gap:16px;padding:22px 22px 32px}.shape-card-name{font-size:26px}.shapes-frame{gap:24px;padding:80px 18px 56px}.shapes-header{padding:0 22px}}@media (width<=600px){.shapes-stage{min-height:auto}.shapes-h2{font-size:var(--mkt-h3)}.shape-card-body{font-size:12px}.shapes-list-name{font-size:13px}}[data-act="4"]{z-index:4;background:var(--background);position:relative}.switches-stage{min-height:300vh;position:relative}.switches-curtain{--bloom:0%;z-index:0;clip-path:circle(var(--bloom)at 0% 100%);will-change:clip-path;pointer-events:none;background:#7c4fe8;position:absolute;inset:0}html:not(.js) .switches-curtain{clip-path:none}.switches-frame{z-index:1;justify-content:center;align-items:center;height:100vh;padding:clamp(96px,14vh,140px) clamp(24px,6vw,80px) clamp(56px,9vh,96px);display:flex;position:sticky;top:0;overflow:hidden}.switches-spread{z-index:1;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);align-items:center;column-gap:clamp(32px,5vw,80px);width:100%;max-width:1280px;display:grid;position:relative}.switches-visuals{aspect-ratio:1;width:100%;max-width:600px;margin:0 auto;display:grid;position:relative}.switch-visual{opacity:0;grid-area:1/1;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .42s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1);display:flex;transform:scale(.96)}.switch-visual[data-active=true]{opacity:1;transform:scale(1)}.switches-copy{text-align:right;flex-direction:column;align-items:flex-end;gap:clamp(24px,4vh,40px);display:flex}.switches-header{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.switches-h2{font-family:var(--font-display,var(--font-base));font-size:var(--mkt-h2);letter-spacing:-.025em;color:var(--text-primary);margin:0;font-weight:500;line-height:1}.switches-beats{width:100%;max-width:360px;display:grid}.switch-beat{opacity:0;flex-direction:column;grid-area:1/1;align-items:flex-end;gap:10px;transition:opacity .36s cubic-bezier(.22,1,.36,1),transform .46s cubic-bezier(.22,1,.36,1);display:flex;transform:translateY(10px)}.switch-beat[data-active=true]{opacity:1;transform:translateY(0)}.switch-beat-tag{font-family:var(--font-base,"Manrope",system-ui,sans-serif);letter-spacing:.22em;text-transform:uppercase;color:var(--text-primary);opacity:.6;font-size:11px}.switch-beat-name{font-family:var(--font-display,var(--font-base));font-size:var(--mkt-h3);letter-spacing:-.022em;color:var(--text-primary);margin:0;font-weight:500;line-height:1.05}.switch-beat-body{font-family:var(--font-base);font-size:var(--mkt-body);color:var(--text-primary);opacity:.78;margin:0;line-height:1.55}.switches-progress{align-items:center;gap:8px;margin:0;padding:0;list-style:none;display:flex}.switches-progress-dot{border-radius:var(--radius-full,999px);background:var(--text-primary);opacity:.32;width:10px;height:10px;transition:width .36s cubic-bezier(.22,1,.36,1),opacity .24s cubic-bezier(.22,1,.36,1)}.switches-progress-dot[data-active=true]{opacity:1;width:32px}.stealth-art{width:100%;max-width:480px;height:auto}.stealth-ring{fill:none;stroke:var(--text-primary);stroke-width:1.2px;opacity:.5;transform-origin:160px 160px}.stealth-ring--1{stroke-dasharray:4 6;opacity:.75}.stealth-ring--2{stroke-dasharray:12 6;opacity:.55}.stealth-ring--3{stroke-dasharray:20 10;opacity:.42}.stealth-ring--4{stroke-dasharray:30 14;opacity:.3}.stealth-core{fill:var(--text-primary)}.switch-visual[data-shape="0"][data-active=true] .stealth-ring--1{animation:26s linear infinite stealth-spin}.switch-visual[data-shape="0"][data-active=true] .stealth-ring--2{animation:40s linear infinite reverse stealth-spin}.switch-visual[data-shape="0"][data-active=true] .stealth-ring--3{animation:58s linear infinite stealth-spin}.switch-visual[data-shape="0"][data-active=true] .stealth-ring--4{animation:84s linear infinite reverse stealth-spin}.switch-visual[data-shape="0"][data-active=true] .stealth-core{animation:2.4s ease-in-out infinite stealth-pulse}@keyframes stealth-spin{to{transform:rotate(360deg)}}@keyframes stealth-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(2.2)}}.proxies-art{width:100%;max-width:480px;height:auto}.globe-line{fill:none;stroke:var(--text-primary);stroke-width:1px;opacity:.42}.globe-line--rim{stroke-width:1.4px;opacity:.55}.proxy-dot{fill:#7adae6;transform-origin:50%;transform-box:fill-box}.switch-visual[data-shape="1"][data-active=true] .proxy-dot{animation:2.4s cubic-bezier(.4,0,.6,1) infinite proxy-pulse}.switch-visual[data-shape="1"][data-active=true] .proxy-dot--1{animation-delay:0s}.switch-visual[data-shape="1"][data-active=true] .proxy-dot--2{animation-delay:.45s}.switch-visual[data-shape="1"][data-active=true] .proxy-dot--3{animation-delay:.9s}.switch-visual[data-shape="1"][data-active=true] .proxy-dot--4{animation-delay:1.35s}.switch-visual[data-shape="1"][data-active=true] .proxy-dot--5{animation-delay:1.8s}@keyframes proxy-pulse{0%,to{opacity:.95;transform:scale(1)}50%{opacity:.55;transform:scale(1.8)}}.browser-mock{aspect-ratio:4/3;border:1px solid var(--border);background:0 0;border-radius:12px;flex-direction:column;width:100%;max-width:480px;display:flex;overflow:hidden;box-shadow:0 24px 48px -16px #0d080566}.browser-bar{border-bottom:1px solid var(--border);background:0 0;align-items:center;gap:8px;padding:10px 14px;display:flex}.browser-dot{background:var(--zen-gray-5);border-radius:50%;width:8px;height:8px}.browser-url{font-family:var(--font-code,monospace);color:var(--text-tertiary);letter-spacing:.04em;margin-left:10px;font-size:11px}.browser-canvas{flex-direction:column;flex:auto;gap:14px;padding:24px;display:flex;position:relative}.browser-line{background:var(--zen-gray-4);border-radius:5px;height:10px}.browser-line--lg{width:70%;height:14px}.browser-line--md{width:55%}.browser-input{background:var(--background);border:1px solid var(--border-default);font-family:var(--font-base);color:var(--text-secondary);border-radius:8px;align-items:center;margin-top:4px;padding:10px 14px;font-size:12px;display:flex}.browser-cta{border-radius:var(--radius-full,999px);background:var(--text-primary);color:var(--background);font-family:var(--font-base);align-self:flex-start;margin-top:4px;padding:8px 16px;font-size:12px;font-weight:500}.browser-cursor{fill:#7adae6;width:22px;height:22px;stroke:var(--background);stroke-width:1.5px;position:absolute;top:50%;left:40%}.switch-visual[data-shape="2"][data-active=true] .browser-cursor{animation:5.6s cubic-bezier(.4,0,.6,1) infinite browser-cursor-path}@keyframes browser-cursor-path{0%,8%{top:38%;left:50%;transform:scale(1)}18%{top:58%;left:50%;transform:scale(1)}22%{top:58%;left:50%;transform:scale(.82)}26%{top:58%;left:50%;transform:scale(1)}44%,56%{top:78%;left:16%;transform:scale(1)}60%{top:78%;left:16%;transform:scale(.82)}64%{top:78%;left:16%;transform:scale(1)}92%,to{top:38%;left:50%;transform:scale(1)}}@media (width<=1023px){.switches-spread{grid-template-columns:1fr;row-gap:clamp(24px,4vh,36px)}.switches-visuals{max-width:380px}.switches-stage{min-height:280vh}}@media (width<=600px){.switches-frame{padding:80px 18px 56px}.switches-visuals{max-width:280px}.switches-h2{font-size:var(--mkt-h3)}.switch-beat-name{font-size:26px}.switch-beat-body{font-size:14px}.switches-stage{min-height:260vh}}[data-act="5"]{z-index:5;background:var(--background);position:relative}.atlas-stage{min-height:auto;position:relative}.atlas-frame{justify-content:center;align-items:center;height:auto;padding:clamp(96px,14vh,140px) clamp(24px,6vw,80px) clamp(56px,9vh,96px);display:flex;position:static;overflow:hidden}.atlas-spread{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start;column-gap:clamp(40px,7vw,96px);width:100%;max-width:1280px;height:auto;max-height:none;display:grid}.atlas-side{flex-direction:column;justify-content:center;gap:clamp(20px,3vh,32px);display:flex}.atlas-h2{font-family:var(--font-display,var(--font-base));font-size:var(--mkt-h2);letter-spacing:-.025em;color:var(--text-primary);margin:0;font-weight:500;line-height:.98}.atlas-sub{max-width:380px;font-family:var(--font-base);font-size:var(--mkt-body);color:var(--text-secondary);margin:0;line-height:1.55}.atlas-list{border-top:1px solid var(--border);flex-direction:column;gap:10px;margin:0;padding:clamp(12px,1.4vh,18px) 0 0;list-style:none;display:flex}.atlas-list-item{appearance:none;text-align:left;width:100%;font-family:var(--font-base);color:var(--text-quaternary);cursor:pointer;background:0 0;border:none;grid-template-columns:auto auto 1fr auto;align-items:center;gap:14px;padding:4px 0;transition:color .26s cubic-bezier(.22,1,.36,1);display:grid}.atlas-list-item:hover{color:var(--text-secondary)}.atlas-list-item:focus-visible{outline:1px solid var(--border-accent);outline-offset:4px;border-radius:2px}.atlas-list-item[data-active=true]{color:var(--text-primary)}.atlas-list-item:before{content:"";opacity:.4;transform-origin:0;background:currentColor;width:12px;height:1px;transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .24s cubic-bezier(.22,1,.36,1);transform:scaleX(.5)}.atlas-list-item:hover:before{opacity:.7;transform:scaleX(.8)}.atlas-list-item[data-active=true]:before{opacity:1;transform:scaleX(1)}.atlas-list-num{font-family:var(--font-code,monospace);letter-spacing:.22em;font-size:11px}.atlas-list-name{font-size:var(--mkt-body-sm);letter-spacing:-.005em;font-weight:500}.atlas-list-count{font-family:var(--font-code,monospace);opacity:.6;font-size:11px}.atlas-roll{overscroll-behavior:contain;scrollbar-width:none;height:min(68vh,600px);position:relative;overflow-y:auto;-webkit-mask-image:linear-gradient(#0000 0%,#000 12% 88%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 12% 88%,#0000 100%)}.atlas-roll-list{flex-direction:column;gap:clamp(24px,3vh,36px);display:flex}.atlas-roll::-webkit-scrollbar{display:none}.atlas-group{flex-direction:column;display:flex}.atlas-group-head{border-bottom:1px solid var(--border);align-items:baseline;gap:14px;margin-bottom:clamp(8px,1vh,12px);padding:0 0 clamp(12px,1.4vh,18px);display:flex}.atlas-group-num{font-family:var(--font-code,monospace);letter-spacing:.22em;color:var(--text-tertiary);font-size:11px}.atlas-group-name{font-family:var(--font-display,var(--font-base));letter-spacing:-.012em;color:var(--text-primary);font-size:clamp(18px,1.6vw,22px);font-weight:500}.atlas-group-count{font-family:var(--font-code,monospace);color:var(--text-quaternary);text-transform:uppercase;letter-spacing:.18em;margin-left:auto;font-size:11px}.atlas-group-rows{margin:0;padding:0;list-style:none}.atlas-row{grid-template-columns:1fr auto;align-items:baseline;gap:14px;padding:clamp(4px,.6vh,8px) 0;display:grid}.atlas-row-name{font-family:var(--font-display,var(--font-base));font-size:var(--mkt-h4);letter-spacing:-.018em;color:var(--text-primary);font-weight:500;line-height:1.15}.atlas-row-tag{font-family:var(--font-base,"Manrope",system-ui,sans-serif);font-size:var(--mkt-body-xs);letter-spacing:.04em;color:var(--text-tertiary)}@media (width<=1023px){.atlas-stage{min-height:auto}.atlas-frame{justify-content:flex-start;align-items:flex-start;height:auto;padding:104px 24px 88px;position:static;overflow:visible}.atlas-spread{grid-template-columns:1fr;row-gap:clamp(28px,4vh,40px);height:auto;max-height:none}.atlas-roll{height:auto;overflow:visible;-webkit-mask-image:none;mask-image:none}.atlas-roll-list{transform:none!important}}@media (width<=600px){.atlas-frame{gap:24px;padding:96px 16px 80px}.atlas-h2{font-size:var(--mkt-h2)}.atlas-row-name{font-size:var(--mkt-h4)}}[data-act="6"]{z-index:6;background:var(--background);position:relative}.codes-stage{min-height:auto;position:relative}.codes-frame{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:clamp(24px,3.5vh,36px);height:auto;padding:clamp(96px,14vh,140px) clamp(24px,6vw,80px) clamp(56px,9vh,96px);display:flex;position:static;overflow:visible}.codes-header{flex-flow:wrap;order:2;justify-content:space-between;align-items:flex-end;gap:clamp(20px,3vw,48px);width:100%;max-width:1280px;margin:0 auto;display:flex}.codes-header-text{text-align:left;flex-direction:column;align-items:flex-start;gap:6px;min-width:0;display:flex}.codes-h2{font-family:var(--font-display,var(--font-base));font-size:var(--mkt-h3);letter-spacing:-.02em;color:var(--text-primary);margin:0;font-weight:500;line-height:1.06}.codes-sub{max-width:520px;font-family:var(--font-base);font-size:var(--mkt-body-sm);color:var(--text-secondary);margin:0;line-height:1.55}.codes-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,1.4vw,20px);width:100%;max-width:1280px;display:grid}.code-card{--card-progress:1;border-radius:var(--radius-display,20px);background:var(--background);cursor:pointer;min-height:clamp(180px,22vh,220px);opacity:var(--card-progress);transform:translateY(calc((1 - var(--card-progress))*18px));flex-direction:column;gap:14px;padding:clamp(18px,1.6vw,22px) clamp(18px,1.6vw,22px) clamp(22px,2vw,26px);transition:border-color .24s cubic-bezier(.22,1,.36,1),transform .2s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden;box-shadow:0 28px 64px -20px #0000008c}.code-card:before{content:"";background:linear-gradient(90deg,#7c4fe8 0%,var(--zen-cyan-6)35%,transparent 80%);opacity:0;height:2px;transition:opacity .22s;position:absolute;top:0;left:0;right:0}.code-card:hover{transform:translateY(calc((1 - var(--card-progress))*18px - 2px));box-shadow:0 32px 72px -18px #000000a6}.code-card:hover:before{opacity:1}.code-card-head{align-items:center;gap:10px;display:flex}.code-card-icon{background:var(--text-primary);object-fit:contain;border-radius:50%;flex-shrink:0;width:16px;height:16px}.code-card-name{font-family:var(--font-base);font-size:var(--mkt-body-sm);letter-spacing:-.005em;color:var(--text-primary);font-weight:500}.code-card-body{font-family:var(--font-code,monospace);font-size:var(--mkt-body-xs);color:var(--text-secondary);white-space:pre;flex:auto;min-height:0;margin:0;line-height:1.55;overflow:hidden}.code-card-body code{color:inherit;font-family:inherit}.code-shared{color:inherit;background:0 0;border-radius:3px;margin:0 -3px;padding:1px 3px;transition:background .36s cubic-bezier(.22,1,.36,1),color .28s cubic-bezier(.22,1,.36,1);display:inline;position:relative}[data-act="6"][data-wave=on] .code-shared{color:var(--mkt-purple-text);background:#7c4fe833}@media (width<=1199px){.codes-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=767px){.codes-stage{min-height:auto}.codes-frame{justify-content:flex-start;gap:28px;height:auto;padding:96px 18px 80px;position:static;overflow:visible}.codes-grid{grid-template-columns:1fr;gap:14px}.codes-h2{font-size:var(--mkt-h2)}.code-card{--card-progress:1}}.codes-tier-bar{flex-shrink:0}.codes-tier-num{font-family:var(--font-code,monospace);letter-spacing:.12em;opacity:.55;font-size:10px}.codes-stack{order:1;grid-template-areas:"stack";width:100%;max-width:1280px;margin:0 auto;display:grid;position:relative}.codes-stack>.codes-grid{opacity:0;pointer-events:none;visibility:hidden;grid-area:stack;transition:opacity .36s cubic-bezier(.22,1,.36,1),visibility 0s linear .36s}.codes-stack>.codes-grid[data-active=true]{opacity:1;pointer-events:auto;visibility:visible;transition:opacity .42s cubic-bezier(.22,1,.36,1),visibility linear}@media (width<=1199px){.codes-tier-bar{font-size:12px}.codes-tier{padding:6px 12px}}@media (width<=600px){.codes-tier-bar{gap:2px;padding:3px}.codes-tier{gap:6px;padding:6px 10px}.codes-tier-num{display:none}}[data-act="7"]{z-index:7;background:var(--background);position:relative}.closer-stage{min-height:180vh;position:relative}.closer-curtain{--bloom:0%;z-index:0;clip-path:circle(var(--bloom)at 50% 50%);will-change:clip-path;pointer-events:none;background:0 0;position:absolute;inset:0}html:not(.js) .closer-curtain{clip-path:none}.closer-frame{text-align:center;z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:clamp(16px,2vh,24px);height:100vh;padding:clamp(96px,14vh,140px) clamp(24px,6vw,80px) clamp(56px,9vh,96px);display:flex;position:sticky;top:0;overflow:hidden}.closer-frame>:not(.closer-curtain){z-index:1;position:relative}.closer-kicker{font-family:var(--font-base);font-size:var(--text-tiny,11px);letter-spacing:.22em;text-transform:uppercase;color:var(--text-primary);opacity:.55;margin:0;font-weight:500}.closer-h2{font-family:var(--font-display,var(--font-base));font-size:var(--mkt-hero);letter-spacing:-.028em;color:var(--text-primary);margin:0;font-weight:500;line-height:.98}.closer-sub{max-width:540px;font-family:var(--font-base);font-size:var(--mkt-body);color:var(--text-primary);opacity:.78;margin:0;line-height:1.6}.closer-ctas{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(16px,2vw,28px);margin-top:clamp(8px,1.5vh,14px);display:flex}.closer-ctas .link-cta{align-self:center}@media (width<=767px){.closer-sub{font-size:15px}.closer-frame{gap:14px;padding:96px 18px 80px}.closer-stage{min-height:140vh}}@media (width>=1600px){.api-hero{gap:30px;max-width:920px}.api-try{max-width:720px}.endpoint-frame-body{grid-template-columns:minmax(0,1.4fr) 240px 280px;max-width:1400px}.endpoint-frame-header{max-width:1400px}.endpoint-h2{font-size:44px}.shapes-h2{font-size:72px}.shapes-spread{max-width:1400px}.switches-h2{font-size:72px}.switches-spread{max-width:1400px}.switches-visuals{max-width:780px}.stealth-art,.proxies-art,.browser-mock{max-width:620px}.atlas-h2{font-size:72px}.atlas-spread{max-width:1400px;max-height:820px}.atlas-row-name{font-size:40px}.codes-h2{font-size:44px}.codes-grid,.codes-header{max-width:1400px}}@media (width>=1920px){.api-hero{gap:34px;max-width:1040px}.api-try{max-width:760px;padding:32px}.endpoint-frame-body{grid-template-columns:minmax(0,1.4fr) 260px 300px;max-width:1560px}.endpoint-frame-header{max-width:1560px}.endpoint-h2{font-size:52px}.endpoint-throw-label{font-size:15px}.endpoint-step{font-size:14px}.shapes-h2{font-size:84px}.shapes-spread{max-width:1560px}.switches-h2{font-size:84px}.switches-spread{max-width:1560px}.switches-visuals{max-width:880px}.stealth-art,.proxies-art,.browser-mock{max-width:720px}.atlas-h2{font-size:84px}.atlas-spread{max-width:1560px;max-height:900px}.atlas-row-name{font-size:46px}.atlas-group-name{font-size:24px}.codes-h2{font-size:52px}.codes-grid,.codes-header{max-width:1560px}}@media (width>=2400px){.api-hero{max-width:1160px}.api-try{max-width:820px}.endpoint-frame-body{grid-template-columns:minmax(0,1.4fr) 300px 340px;max-width:1760px}.endpoint-frame-header{max-width:1760px}.endpoint-h2{font-size:60px}.shapes-h2{font-size:100px}.shapes-spread{max-width:1760px}.switches-h2{font-size:100px}.switches-spread{max-width:1760px}.switches-visuals{max-width:1000px}.stealth-art,.proxies-art,.browser-mock{max-width:840px}.atlas-h2{font-size:100px}.atlas-spread{max-width:1760px;max-height:1020px}.atlas-row-name{font-size:56px}.atlas-group-name{font-size:28px}.codes-h2{font-size:60px}.codes-grid,.codes-header{max-width:1760px}}@media (width<=767px){[data-act="1"]{min-height:calc(100vh - 56px);padding:clamp(80px,16vh,120px) 18px 56px}.api-hero-sub{font-size:15px}.api-try{padding:18px}.api-try-row{flex-direction:column;align-items:stretch;gap:12px}.api-try-segments{align-self:center;max-width:100%}.api-try-submit{justify-content:center;width:100%}}[data-audience-tech][hidden],[data-audience-bu][hidden]{display:none!important}.audience-switch{z-index:250;border:1px solid var(--border-subtle);background:color-mix(in srgb,var(--background)88%,transparent);-webkit-backdrop-filter:blur(10px);will-change:transform;backface-visibility:hidden;border-radius:999px;grid-template-rows:1fr 1fr;display:grid;position:fixed;top:50%;right:16px;overflow:hidden;transform:translateY(-50%)translateZ(0)}.audience-switch:before{content:"";z-index:0;pointer-events:none;background:#7c4fe8;height:50%;transition:transform .32s cubic-bezier(.22,1,.36,1);position:absolute;top:0;left:0;right:0}body[data-audience=bu] .audience-switch:before{transform:translateY(100%)}.audience-switch-btn{z-index:1;-webkit-appearance:none;appearance:none;cursor:pointer;font-family:var(--font-code,var(--font-mono),"IBM Plex Mono",monospace);letter-spacing:.18em;text-transform:uppercase;color:var(--text-tertiary);writing-mode:vertical-rl;background:0 0;border:0;padding:16px 11px;font-size:9.5px;transition:color .22s cubic-bezier(.22,1,.36,1);position:relative}.audience-switch-btn[aria-pressed=true]{color:#fff}.audience-switch-btn:hover:not([aria-pressed=true]){color:var(--text-secondary)}@media (width<=720px){.audience-switch{grid-template-rows:none;grid-template-columns:1fr 1fr;top:auto;bottom:20px;right:16px;transform:translateZ(0)}.audience-switch:before{width:50%;height:100%;inset:0 auto auto 0}body[data-audience=bu] .audience-switch:before{transform:translate(100%)}.audience-switch-btn{writing-mode:horizontal-tb;padding:10px 18px;font-size:10px}}html:not(.dark) body{background:var(--background);color:var(--text-primary)}html:not(.dark) .audience-switch{background:var(--zen-gray-1);border-color:var(--border-default);box-shadow:0 12px 28px -12px #1d16122e}html:not(.dark) .api-hero-h1,html:not(.dark) .endpoint-h2,html:not(.dark) .shapes-h2,html:not(.dark) .switches-h2,html:not(.dark) .atlas-h2,html:not(.dark) .codes-h2,html:not(.dark) .closer-h2{font-family:Mq12,system-ui,sans-serif;font-weight:500}html:not(.dark) .nav-dropdown{border-color:var(--border-subtle);background:#fff;box-shadow:0 28px 56px -20px #1d16122e}html:not(.dark) .nav-mega-item>a{color:var(--text-secondary)}html:not(.dark) .nav-mega-item>a:hover,html:not(.dark) .nav-mega-item>a:focus-visible{background:var(--sunken-hover);color:var(--text-primary)}html:not(.dark) .nav-mega-item.is-active>a{background:var(--sunken-active);color:var(--text-primary)}html:not(.dark) .nav-mega-item>span{color:var(--text-tertiary)}html:not(.dark) .nav-mega-item.is-active>span{background:var(--sunken-active);color:var(--text-secondary)}html:not(.dark) .nav-mega-group-label{color:var(--text-tertiary)}html:not(.dark) .nav-mega-headline{background-color:#1d1612;border-color:#1d16122e}html:not(.dark) .nav-mega-preview-desc{color:var(--text-secondary)}.fx-rive-band{z-index:7;background:var(--background);width:100%;max-width:none;margin:0;padding-top:clamp(80px,12vh,160px);line-height:0;display:block;position:relative;overflow:hidden}.fx-rive-canvas{aspect-ratio:16/9;width:100%;height:auto;display:block}.fx-rive-band.is-fade-armed .fx-rive-canvas{opacity:0;transition:opacity .8s cubic-bezier(.22,1,.36,1)}.fx-rive-band.is-fade-armed.is-revealed .fx-rive-canvas{opacity:1}