:root{color-scheme:light;--bg:#f2f4f0;--surface:#ffffff;--title:#171a18;--title-secondary:#3e463f;--body:#5e675f;--muted:#778078;--accent:#d5f000;--on-accent:#111500;--line:rgba(38,48,40,.2);--radius:5px;--s1:4px;--s2:8px;--s3:12px;--s4:16px;--s6:24px;--s8:32px;--s12:48px;--s16:64px;--gutter:clamp(40px,4.65vw,80px);--font:Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;--content-max:1600px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--bg);color:var(--title);font-family:var(--font);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--accent);outline-offset:6px}a:hover{color:var(--title)}svg{width:18px;height:18px;flex-shrink:0}p,figure,h1,ul{margin:0}ul{padding:0;list-style:none}.page{width:min(calc(100% - var(--gutter)*2),var(--content-max));margin:auto;min-height:100vh;min-height:100svh;display:flex;flex-direction:column}.header{height:80px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:2}.wordmark{display:inline-flex;gap:13px;align-items:center;font-size:27px;font-weight:400;letter-spacing:7px;line-height:1}.wordmark span{width:8px;height:8px;background:var(--accent);margin-left:-4px}.desktop-nav{display:flex;gap:44px;margin-left:85px;color:var(--body);font-size:14px}.desktop-nav a,.login{display:flex;align-items:center;min-height:44px;padding:0 7px}.header-actions{display:flex;gap:24px;align-items:center;font-size:14px}.console-link{height:44px;display:inline-flex;gap:12px;align-items:center;border:1px solid #a5a89f;border-radius:var(--radius);padding:0 18px}.console-link:hover{border-color:var(--title);background:#ffffff08}.login{color:var(--body)}.menu-trigger,.mobile-menu{display:none}.hero{position:relative;display:grid;grid-template-columns:43% 57%;align-items:center;flex:1;min-height:570px}.hero-copy{position:relative;z-index:1;padding:40px 0 68px;pointer-events:none}.hero-copy a{pointer-events:auto}.eyebrow{display:flex;align-items:center;gap:20px;font-size:11px;letter-spacing:3.7px;color:#c4c7bf;margin-bottom:30px;white-space:nowrap}.eyebrow>span{display:block;background:var(--accent);width:32px;height:3px}h1{font-weight:800;font-size:clamp(72px,6.9vw,110px);line-height:1.12;letter-spacing:-.035em;white-space:nowrap}h1>span{display:block}h1>span+span{color:var(--title-secondary)}h1 b{color:var(--accent);font-weight:700;display:inline-block;width:.42em;margin-left:-.05em}.description{margin-top:30px;color:var(--body);font-size:clamp(16px,1.45vw,20px);line-height:1.65;letter-spacing:.6px}.cta-row{display:flex;gap:32px;align-items:center;margin-top:38px}.primary-button{height:52px;padding:0 28px;min-width:170px;display:inline-flex;align-items:center;justify-content:center;gap:18px;background:var(--accent);color:var(--on-accent);border-radius:var(--radius);font-size:16px;font-weight:600;letter-spacing:1px;transition:background .2s,transform .2s}.primary-button:hover{background:#e9ff61;color:var(--on-accent)}.primary-button:active{transform:translateY(1px)}.docs-link{display:inline-flex;gap:12px;align-items:center;min-height:44px;border-bottom:1px solid #c5c6bc;font-size:15px;font-weight:500;white-space:nowrap}.cta-row svg,.console-link svg{transition:transform .2s}.cta-row a:hover svg,.console-link:hover svg{transform:translate(2px,-2px)}.gateway{position:relative;width:118%;margin-left:-12%;align-self:stretch;display:flex;align-items:center;justify-content:center;min-width:0;pointer-events:none}.gateway img{width:118%;max-width:none;height:auto;object-fit:contain;display:block;mix-blend-mode:lighten;margin-left:-2%}.gateway figcaption{position:absolute;right:0;bottom:35px;display:flex;align-items:center;gap:17px;color:var(--body)}.caption-en{display:block;font-size:10px;letter-spacing:2px;color:#e0e2d8}.caption-cn{display:block;font-size:12px;letter-spacing:1px;margin-top:8px}.cross{width:30px;height:30px;position:relative}.cross:before,.cross:after{content:"";position:absolute;background:var(--body);top:50%;left:0;width:100%;height:1px}.cross:after{transform:rotate(90deg)}.provider-strip{min-height:74px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);gap:24px;flex-shrink:0}.tagline{font-size:11px;letter-spacing:3.8px;white-space:nowrap;color:#d0d2c9}.providers{display:flex;align-items:center;gap:24px}.provider-note{color:var(--muted);font-size:11px;letter-spacing:1px}.providers ul{display:flex;gap:44px;align-items:center;color:#c5c7be;font-size:19px;font-weight:400}.footer{height:58px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;color:var(--body);font-size:12px;letter-spacing:.7px}.footer nav{display:flex;gap:24px}.footer nav a{display:flex;min-height:44px;align-items:center;text-decoration:underline;text-underline-offset:5px}.skip-link{position:fixed;left:20px;top:10px;padding:12px;z-index:10;background:var(--accent);color:var(--on-accent);transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.hero-copy{animation:reveal .55s ease-out both}.gateway img{animation:reveal .65s ease-out both}@keyframes reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(min-width:1440px)and (min-height:960px){.hero-copy{padding-bottom:100px}.header{height:88px}.provider-strip{min-height:84px}.footer{height:64px}}@media(min-width:1024px)and (max-height:820px){.hero{min-height:500px}.hero-copy{padding:32px 0 55px}h1{font-size:clamp(70px,6.55vw,94px)}.eyebrow{margin-bottom:22px}.description{margin-top:24px}.cta-row{margin-top:30px}.gateway figcaption{bottom:22px}.header{height:72px}.provider-strip{min-height:66px}.footer{height:50px}}@media(min-width:1024px)and (max-width:1199px){:root{--gutter:40px}h1{font-size:70px}.eyebrow{font-size:10px;letter-spacing:2.4px;gap:14px}.description{font-size:16px;letter-spacing:0}.cta-row{gap:20px}.primary-button{min-width:150px;padding:0 20px}.docs-link{font-size:14px}.providers ul{gap:25px;font-size:17px}.provider-note{display:none}.desktop-nav{margin-left:25px}}@media(max-width:1023px){.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:65px 0 0}.gateway{width:100%;margin:-22px 0 0;align-self:auto;padding-bottom:65px}.gateway img{width:100%;margin:0}.gateway figcaption{bottom:15px;right:0}.provider-strip{padding:22px 0;align-items:flex-start;flex-direction:column;gap:22px}.providers{width:100%;justify-content:space-between}.providers ul{gap:30px}.desktop-nav{margin-left:0;gap:24px}.header-actions{gap:14px}.tagline{font-size:12px}.footer{height:65px}.hero-copy h1{font-size:clamp(72px,10vw,96px)}}@media(max-width:767px){:root{--gutter:22px}.page{padding-bottom:env(safe-area-inset-bottom)}.header{height:76px}.wordmark{font-size:21px;letter-spacing:5px;gap:10px}.wordmark span{width:7px;height:7px}.desktop-nav,.desktop-link{display:none}.header-actions{gap:9px}.console-link{font-size:12px;padding:0 10px;gap:8px;height:40px;min-height:44px}.console-link svg{width:13px;height:13px}.menu-trigger{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:0;background:none;color:var(--title);padding:0;margin-right:-10px}.menu-icon{width:20px;height:12px;border-top:1px solid;border-bottom:1px solid;position:relative}.menu-icon.is-open{border:0}.menu-icon.is-open:before,.menu-icon.is-open:after{content:"";width:20px;height:1px;background:currentColor;position:absolute;left:0;top:5px;transform:rotate(45deg)}.menu-icon.is-open:after{transform:rotate(-45deg)}.mobile-menu:not([hidden]){display:flex;position:absolute;top:75px;left:0;right:0;background:var(--surface);border:1px solid var(--line);padding:12px 20px;flex-direction:column;box-shadow:0 15px 30px #0009}.mobile-menu a{min-height:52px;display:flex;align-items:center;justify-content:space-between;font-size:15px}.hero-copy{padding-top:48px}.eyebrow{font-size:9px;letter-spacing:2.8px;gap:14px;margin-bottom:25px}.eyebrow>span{width:24px;height:2px}.hero-copy h1{font-size:clamp(48px,13.3vw,68px);line-height:1.14;letter-spacing:-.025em}.description{margin-top:25px;font-size:15px;line-height:1.7;letter-spacing:0}.cta-row{gap:24px;margin-top:28px}.primary-button{min-width:145px;height:50px;font-size:15px;padding:0 18px;gap:15px}.docs-link{font-size:13px;gap:9px}.docs-link svg{width:15px}.gateway{margin-top:22px;width:calc(100% + 20px);margin-left:-10px;padding-bottom:63px}.gateway img{width:100%}.gateway figcaption{right:10px;bottom:22px;gap:12px}.caption-en{font-size:9px;letter-spacing:1.7px}.caption-cn{font-size:11px}.cross{width:24px;height:24px}.provider-strip{gap:22px;padding:23px 0}.tagline{font-size:10px;letter-spacing:2.5px}.providers{flex-direction:column;align-items:flex-start;gap:12px}.providers ul{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:16px 28px;font-size:18px}.provider-note{font-size:11px}.footer{font-size:11px;height:60px}.footer nav{gap:15px}}.console-link{border-color:var(--line)}.eyebrow{color:var(--muted)}.docs-link{border-bottom-color:var(--line)}.caption-en,.tagline,.providers ul{color:var(--body)}.gateway img{mix-blend-mode:normal}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}.gateway-scene{position:relative;width:118%;margin-left:-2%;transform:translate3d(var(--parallax-x,0),var(--parallax-y,0),0);transition:transform .5s cubic-bezier(.2,.7,.2,1);will-change:transform}.gateway-scene img{width:100%;margin:0}.data-overlay{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.pulse-paths{stroke-width:5;stroke-linecap:round;stroke-dasharray:.018 .982;filter:url(#pulse-glow)}.pulse{opacity:0;animation:data-flow 7s linear infinite;animation-delay:var(--delay,0s)}.pulse-1{--delay:-.2s}.pulse-2{--delay:-1.65s}.pulse-3{--delay:-3.1s}.pulse-4{--delay:-4.55s}.pulse-app{stroke-width:6;--delay:-2.6s;animation-duration:7.5s}.core-status{fill:var(--accent);opacity:.28;transform-origin:803px 484px;animation:core-response 7s ease-in-out infinite}[data-page-hidden] .pulse,[data-page-hidden] .core-status{animation-play-state:paused}@keyframes data-flow{0%{opacity:0;stroke-dashoffset:1}7%{opacity:.85}16%{opacity:.12}22%,to{opacity:0;stroke-dashoffset:0}}@keyframes core-response{0%,20%{opacity:.28;filter:none}24%{opacity:1;filter:drop-shadow(0 0 7px var(--accent))}31%,to{opacity:.28;filter:none}}@media(max-width:1023px){.gateway-scene{width:100%;margin:0;transform:none}.gateway-scene img{width:100%;margin:0}.pulse-paths{stroke-width:4}.pulse-app{stroke-width:5}}.gateway-scene .pulse{animation-duration:var(--flow-duration,7s)}.gateway-scene .pulse-app{animation-duration:var(--app-flow-duration,7.5s)}.gateway-scene .core-status{animation-duration:var(--core-feedback-duration,7s)}.gateway-scene{--parallax-x:0px;--parallax-y:0px}.wordmark-logo{width:34px;height:34px;object-fit:cover;border-radius:8px;display:block}@media(max-width:767px){.wordmark-logo{width:30px;height:30px}}.gateway-v2 .pulse{animation:none;opacity:.08;stroke-dasharray:.018 .982;filter:url(#pulse-glow-v2);transition:opacity .35s,stroke-width .35s}.gateway-v2 .core-status{animation:none;opacity:.24;transition:opacity .35s,filter .35s}.gateway-v2 .gateway-scene[data-phase=request] .pulse-app{animation:route-forward 1.25s linear forwards;opacity:.9}.gateway-v2 .gateway-scene[data-phase=request] .core-status{opacity:1;filter:drop-shadow(0 0 7px var(--accent))}.gateway-v2 .gateway-scene[data-phase=route] .pulse{opacity:.05}.gateway-v2 .gateway-scene[data-phase=route] .pulse-1,.gateway-v2 .gateway-scene[data-phase=route] .pulse-2,.gateway-v2 .gateway-scene[data-phase=route] .pulse-3,.gateway-v2 .gateway-scene[data-phase=route] .pulse-4{animation:route-forward 1.45s linear forwards}.gateway-v2 .gateway-scene[data-model="0"][data-phase=route] .pulse-1,.gateway-v2 .gateway-scene[data-model="1"][data-phase=route] .pulse-2,.gateway-v2 .gateway-scene[data-model="2"][data-phase=route] .pulse-3,.gateway-v2 .gateway-scene[data-model="3"][data-phase=route] .pulse-4{opacity:.94;stroke-width:7}.gateway-v2 .gateway-scene[data-phase=response] .pulse-app{animation:route-reverse 1.5s linear forwards;opacity:.9}.gateway-v2 .gateway-scene[data-model="0"][data-phase=response] .pulse-1,.gateway-v2 .gateway-scene[data-model="1"][data-phase=response] .pulse-2,.gateway-v2 .gateway-scene[data-model="2"][data-phase=response] .pulse-3,.gateway-v2 .gateway-scene[data-model="3"][data-phase=response] .pulse-4{animation:route-reverse 1.45s linear forwards;opacity:.9;stroke-width:7}.gateway-v2 .gateway-scene[data-phase=response] .core-status{opacity:1;filter:drop-shadow(0 0 7px var(--accent))}.gateway-v2 .gateway-scene[data-phase=settle] .pulse-app{opacity:.9;animation:route-forward .8s ease-out forwards}@keyframes route-forward{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}@keyframes route-reverse{0%{stroke-dashoffset:0}to{stroke-dashoffset:1}}.gateway-v2 .model-picker{display:flex;position:absolute;right:0;bottom:0;gap:4px;padding:4px;border:1px solid rgba(255,255,255,.14);background:#080908cc}.gateway-v2 .model-picker button,.demo-toggle{border:0;background:transparent;color:var(--muted);font-size:11px;letter-spacing:.5px;min-height:32px;padding:0 10px;cursor:pointer;transition:color .22s,background .22s}.gateway-v2 .model-picker button:hover,.gateway-v2 .model-picker button:focus-visible{color:var(--title)}.gateway-v2 .model-picker button.is-selected{color:var(--on-accent);background:var(--accent)}.demo-toggle{border-left:1px solid rgba(255,255,255,.2);white-space:nowrap}.demo-toggle:hover{color:var(--title)}@media(max-width:767px){.gateway-v2 .model-picker{position:relative;right:auto;bottom:auto;margin:8px auto 0;width:max-content;max-width:100%}.gateway-v2 .model-picker button{min-height:36px;padding:0 8px;font-size:10px}.gateway-v2 figcaption{flex-wrap:wrap}.gateway-v2 .demo-toggle{order:3;width:100%;border-left:0;border-top:1px solid rgba(255,255,255,.16);margin-top:8px}.gateway-v2 .gateway-scene{transform:none!important}}[data-page-hidden] .gateway-v2 .pulse,[data-page-hidden] .gateway-v2 .core-status{animation-play-state:paused}@media(prefers-reduced-motion:reduce){.gateway-v2 .pulse{animation:none!important;opacity:.08!important}.gateway-v2 .core-status{animation:none!important;opacity:.36!important}.gateway-v2 .gateway-scene{transform:none!important}}.gateway-v2 .model-picker,.gateway-v2 .demo-toggle{pointer-events:auto}.gateway-v2>.model-picker{display:none}.gateway-v2 figcaption{bottom:34px}.gateway-v2 .caption-cn{font-size:12px}.provider-buttons{display:flex;align-items:center;gap:28px}.provider-buttons button{position:relative;display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:var(--muted);font:inherit;font-size:18px;min-height:44px;padding:0;cursor:pointer;transition:color .24s}.provider-buttons button:hover,.provider-buttons button.is-selected{color:var(--title)}.provider-buttons button i{width:4px;height:4px;border-radius:50%;background:var(--accent);opacity:0;transform:scale(.6);transition:opacity .24s,transform .24s}.provider-buttons button.is-selected i{opacity:1;transform:scale(1)}.provider-buttons button:after{content:"";position:absolute;left:0;right:11px;bottom:3px;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .28s}.provider-buttons button.is-selected:after{transform:scaleX(1)}.provider-buttons button:focus-visible{outline:2px solid var(--accent);outline-offset:5px}.gateway-v2 .demo-toggle{min-width:44px;min-height:44px;padding:0 9px;border-left:1px solid rgba(255,255,255,.2);font-size:11px}.gateway-v2 .demo-toggle:before{content:"Ⅱ";display:inline-block;margin-right:6px;font-size:13px;letter-spacing:-2px}.gateway-v2 .demo-toggle[aria-label^=播放]:before{content:"▶";letter-spacing:0}.gateway-v2 .demo-toggle{font-size:0}.gateway-v2 .demo-toggle:after{content:"暂停";font-size:11px}.gateway-v2 .demo-toggle[aria-label^=播放]:after{content:"播放"}@media(max-width:767px){.provider-buttons{width:100%;justify-content:space-between;gap:10px}.provider-buttons button{font-size:15px}.gateway-v2 figcaption{bottom:19px}.gateway-v2 .demo-toggle{width:auto;margin-top:0;border-top:0;border-left:1px solid rgba(255,255,255,.16)}.gateway-v2 .demo-toggle:after{content:"暂停"}.gateway-v2 .demo-toggle[aria-label^=播放]:after{content:"播放"}}.gateway-v2 .gateway-scene img{mix-blend-mode:normal;mask-image:linear-gradient(90deg,transparent 0%,#000 4%,#000 96%,transparent 100%),linear-gradient(180deg,transparent 0%,#000 4%,#000 95%,transparent 100%);mask-composite:intersect;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 4%,#000 96%,transparent 100%),linear-gradient(180deg,transparent 0%,#000 4%,#000 95%,transparent 100%);-webkit-mask-composite:source-in}.gateway-v2 .core-status{display:none}.gateway-v2 .caption-cn{font-size:0}.gateway-v2 .caption-cn:before{content:"多模型统一接入";font-size:12px}.gateway-v2 .pulse{stroke-dasharray:var(--beam-length,.19) calc(1 - var(--beam-length,.19));stroke-width:var(--beam-width,5px)}.gateway-v2 .pulse-paths{filter:url(#pulse-glow-v2)}.gateway-v2 .gateway-scene[data-phase=request] img,.gateway-v2 .gateway-scene[data-phase=response] img{filter:brightness(1.08) contrast(1.025);transition:filter .35s}.gateway-v2 .gateway-scene[data-phase=idle] img,.gateway-v2 .gateway-scene[data-phase=route] img,.gateway-v2 .gateway-scene[data-phase=settle] img{filter:none}.gateway-v2 .gateway-scene[data-phase=route] .pulse-1,.gateway-v2 .gateway-scene[data-phase=route] .pulse-2,.gateway-v2 .gateway-scene[data-phase=route] .pulse-3,.gateway-v2 .gateway-scene[data-phase=route] .pulse-4,.gateway-v2 .gateway-scene[data-phase=response] .pulse-1,.gateway-v2 .gateway-scene[data-phase=response] .pulse-2,.gateway-v2 .gateway-scene[data-phase=response] .pulse-3,.gateway-v2 .gateway-scene[data-phase=response] .pulse-4{animation-duration:1.1s}.gateway-v2 .caption-cn:after{content:"调用流程演示";display:block;font-size:11px;color:var(--muted);margin-top:6px;min-width:96px;transition:opacity .18s}.gateway-v2:has(.gateway-scene[data-phase=request]) .caption-cn:after{content:"发送请求"}.gateway-v2:has(.gateway-scene[data-phase=route]) .caption-cn:after{content:"路由至当前模型"}.gateway-v2:has(.gateway-scene[data-phase=response]) .caption-cn:after{content:"返回响应"}.gateway-v2:has(.gateway-scene[data-phase=settle]) .caption-cn:after{content:"调用完成"}.gateway-v2 .caption-cn:before{font-size:12px}.gateway-v2 .model-picker{display:none}.gateway-v2 .pulse{stroke-dasharray:19 81!important;stroke-dashoffset:100}.gateway-v2 .gateway-scene[data-phase=route] .pulse-1,.gateway-v2 .gateway-scene[data-phase=route] .pulse-2,.gateway-v2 .gateway-scene[data-phase=route] .pulse-3,.gateway-v2 .gateway-scene[data-phase=route] .pulse-4,.gateway-v2 .gateway-scene[data-phase=response] .pulse-1,.gateway-v2 .gateway-scene[data-phase=response] .pulse-2,.gateway-v2 .gateway-scene[data-phase=response] .pulse-3,.gateway-v2 .gateway-scene[data-phase=response] .pulse-4{animation-name:beam-forward-vivid;animation-duration:1.15s;animation-timing-function:cubic-bezier(.2,.7,.2,1)}.gateway-v2 .gateway-scene[data-phase=response] .pulse-1,.gateway-v2 .gateway-scene[data-phase=response] .pulse-2,.gateway-v2 .gateway-scene[data-phase=response] .pulse-3,.gateway-v2 .gateway-scene[data-phase=response] .pulse-4{animation-name:beam-reverse-vivid}.gateway-v2 .gateway-scene[data-phase=request] .pulse-app{animation-name:beam-forward-vivid;animation-duration:1.1s}.gateway-v2 .gateway-scene[data-phase=response] .pulse-app{animation-name:beam-reverse-vivid;animation-duration:1.25s}@keyframes beam-forward-vivid{0%{stroke-dashoffset:100}to{stroke-dashoffset:0}}@keyframes beam-reverse-vivid{0%{stroke-dashoffset:0}to{stroke-dashoffset:100}}.gateway-v2:has(.gateway-scene[data-phase=route][data-model="0"]) .caption-cn:after{content:"路由至 OpenAI"}.gateway-v2:has(.gateway-scene[data-phase=route][data-model="1"]) .caption-cn:after{content:"路由至 Anthropic"}.gateway-v2:has(.gateway-scene[data-phase=route][data-model="2"]) .caption-cn:after{content:"路由至 Google"}.gateway-v2:has(.gateway-scene[data-phase=route][data-model="3"]) .caption-cn:after{content:"路由至 DeepSeek"}.gateway-v2 .caption-cn:after{width:112px;white-space:nowrap}.gateway-v2 .gateway-scene[data-phase=route] .pulse-1,.gateway-v2 .gateway-scene[data-phase=route] .pulse-2,.gateway-v2 .gateway-scene[data-phase=route] .pulse-3,.gateway-v2 .gateway-scene[data-phase=route] .pulse-4{animation-name:beam-reverse-vivid}.gateway-v2 .gateway-scene[data-phase=response] .pulse-1,.gateway-v2 .gateway-scene[data-phase=response] .pulse-2,.gateway-v2 .gateway-scene[data-phase=response] .pulse-3,.gateway-v2 .gateway-scene[data-phase=response] .pulse-4{animation-name:beam-forward-vivid}.gateway-v2 .gateway-scene[data-phase=request] .pulse-app{animation-name:beam-reverse-vivid}.gateway-v2 .gateway-scene[data-phase=response] .pulse-app{animation-name:beam-forward-vivid}.gateway-v2 .pulse{stroke-dasharray:19 81!important;stroke-dashoffset:100;stroke-linecap:round;vector-effect:non-scaling-stroke}.gateway-v2 .pulse-paths{filter:none}.gateway-v2 .pulse-glow-paths{filter:url(#pulse-glow-v2);opacity:.7}.gateway-v2 .pulse-main{filter:drop-shadow(0 0 2px rgba(242,255,120,.9))}.gateway-v2 .pulse-glow{stroke-width:12;opacity:.18}.gateway-v2 .pulse-main{stroke-width:4.5;opacity:.08}.gateway-v2 .gateway-scene[data-phase=request] .pulse-app.pulse-glow{opacity:.72;stroke-width:12}.gateway-v2 .gateway-scene[data-phase=request] .pulse-app.pulse-main{opacity:.98;stroke-width:5}.gateway-v2 .gateway-scene[data-phase=response] .pulse-app.pulse-glow{opacity:.72;stroke-width:12}.gateway-v2 .gateway-scene[data-phase=response] .pulse-app.pulse-main{opacity:.98;stroke-width:5}.gateway-v2 .gateway-scene[data-phase=route] .pulse{opacity:.035!important}.gateway-v2 .gateway-scene[data-phase=route][data-model="0"] .pulse-1,.gateway-v2 .gateway-scene[data-phase=route][data-model="1"] .pulse-2,.gateway-v2 .gateway-scene[data-phase=route][data-model="2"] .pulse-3,.gateway-v2 .gateway-scene[data-phase=route][data-model="3"] .pulse-4{opacity:.98!important}.gateway-v2 .gateway-scene[data-phase=route][data-model="0"] .pulse-1.pulse-glow,.gateway-v2 .gateway-scene[data-phase=route][data-model="1"] .pulse-2.pulse-glow,.gateway-v2 .gateway-scene[data-phase=route][data-model="2"] .pulse-3.pulse-glow,.gateway-v2 .gateway-scene[data-phase=route][data-model="3"] .pulse-4.pulse-glow{opacity:.72!important;stroke-width:12}.gateway-v2 .gateway-scene[data-phase=route][data-model="0"] .pulse-1.pulse-main,.gateway-v2 .gateway-scene[data-phase=route][data-model="1"] .pulse-2.pulse-main,.gateway-v2 .gateway-scene[data-phase=route][data-model="2"] .pulse-3.pulse-main,.gateway-v2 .gateway-scene[data-phase=route][data-model="3"] .pulse-4.pulse-main{stroke-width:5!important}@keyframes beam-forward-vivid{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}@keyframes beam-reverse-vivid{0%{stroke-dashoffset:0}to{stroke-dashoffset:1}}.gateway-v2 .pulse-main,.gateway-v2 .pulse-glow{animation-name:ambient-flow;animation-duration:3.8s;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:both}.gateway-v2 .pulse-main{opacity:.32}.gateway-v2 .pulse-glow{opacity:.14}.gateway-v2 .gateway-scene[data-model="0"] .pulse-1,.gateway-v2 .gateway-scene[data-model="1"] .pulse-2,.gateway-v2 .gateway-scene[data-model="2"] .pulse-3,.gateway-v2 .gateway-scene[data-model="3"] .pulse-4{opacity:.62}.gateway-v2 .gateway-scene[data-model="0"] .pulse-1.pulse-glow,.gateway-v2 .gateway-scene[data-model="1"] .pulse-2.pulse-glow,.gateway-v2 .gateway-scene[data-model="2"] .pulse-3.pulse-glow,.gateway-v2 .gateway-scene[data-model="3"] .pulse-4.pulse-glow{opacity:.28}@keyframes ambient-flow{0%{stroke-dashoffset:100}to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){.gateway-v2 .pulse-main,.gateway-v2 .pulse-glow{animation:none!important}.gateway-v2 .pulse-main{opacity:.2!important}.gateway-v2 .pulse-glow{opacity:.08!important}}.gateway-v2 .pulse{animation-iteration-count:infinite!important;animation-fill-mode:none!important}.gateway-v2 .pulse{animation-name:ambient-flow!important;animation-duration:3.8s!important;animation-timing-function:linear!important;animation-iteration-count:infinite!important;animation-fill-mode:none!important}.gateway-v2 .gateway-scene img,.gateway-v2 .gateway-scene[data-phase=request] img,.gateway-v2 .gateway-scene[data-phase=route] img,.gateway-v2 .gateway-scene[data-phase=response] img,.gateway-v2 .gateway-scene[data-phase=settle] img{filter:none!important;transition:none!important}.account-link{gap:8px;color:var(--body)}.account-avatar{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:50%;background:var(--title);color:var(--surface);font-size:12px;font-weight:700;letter-spacing:0}
