:root {
  --brand:#BCF506; --ink:#141414; --bg:#fafafa; --box:#ffffff;
  --hairline:rgba(20,20,20,.10); --heading:#141414; --subtitle:#656565;
  --nav:#616161; --placeholder:#757575; --chip-fill:rgba(20,20,20,.025);
  --chip-border:rgba(20,20,20,.22);
  --chip-edge:linear-gradient(135deg,rgba(20,20,20,.75) 0%,rgba(20,20,20,.54) 22%,rgba(20,20,20,.27) 38%,rgba(20,20,20,.16) 50%,rgba(20,20,20,.08) 63%,rgba(20,20,20,.04) 75%,rgba(20,20,20,.02) 100%);
  --icon:#272727; --mic:#535353; --strip:#626262;
  --grad:linear-gradient(90deg,rgba(188,245,6,0) 0%,#e4ff97 6%,#BCF506 26%,#BCF506 42%,#aace30 60%,#86a820 74%,#c3df8c 88%,rgba(195,223,140,.55) 100%);
  --grad-solid:linear-gradient(90deg,#e4ff97 0%,#BCF506 22%,#BCF506 40%,#aace30 60%,#86a820 76%,#c3df8c 100%);
  --reveal:cubic-bezier(.16,1,.3,1); --lift:cubic-bezier(.22,1,.36,1);
}
*,*::before,*::after{box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth;scroll-padding-top:24px}
body{margin:0;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body.menu-open{overflow:hidden}
button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit}
button:disabled{opacity:.48;cursor:wait}svg{display:block}button svg,.wo-i{width:24px;height:24px;flex-shrink:0}
[hidden]{display:none!important}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--ink);outline-offset:5px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:10px;left:16px;z-index:120;background:var(--ink);color:white;padding:12px 16px;border-radius:8px;transform:translateY(-180%)}.skip-link:focus{transform:none}
.section-one{min-height:100dvh;font-family:"Inter","Helvetica Neue",Arial,system-ui,sans-serif;background:var(--bg)}
.page{min-height:100dvh;display:flex;flex-direction:column;padding:clamp(14px,1.55vw,26px) clamp(16px,1.7vw,28px) 0}
.topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;position:relative;z-index:80}
.brand{display:inline-flex;align-items:center;gap:12px;font-size:clamp(20px,1.7vw,28px);font-weight:600;letter-spacing:-.05em;text-decoration:none;justify-self:start}.brand-pro{font-weight:400;color:var(--nav)}
.brand-tile{display:inline-flex;align-items:center;justify-content:center;background:var(--ink);color:var(--brand);width:clamp(34px,3.1vw,52px);height:clamp(34px,3.1vw,52px);border-radius:28%;flex-shrink:0}.brand-tile .wo-mark{width:62%;height:auto;fill:currentColor}
.nav-links{display:flex;align-items:center;gap:clamp(1.6rem,2.63vw,2.75rem);list-style:none;margin:0;padding:0}.nav-links a{font-size:clamp(1rem,1.435vw,1.5rem);font-weight:400;letter-spacing:.005em;color:var(--nav);text-decoration:none;transition:color .18s ease}.nav-links a:hover{color:var(--ink)}
.nav-actions{justify-self:end}.start-free{display:inline-flex;align-items:center;justify-content:center;background:var(--ink);color:white;text-decoration:none;font-size:clamp(1rem,1.25vw,1.25rem);font-weight:500;border:1px solid var(--ink);border-radius:999px;padding:clamp(.55em,.9vw,.62em) clamp(1.1em,2vw,1.35em);transition:background .18s,transform .18s}.start-free:hover{background:#333}.start-free:active{transform:scale(.98)}
.burger{display:none;background:none;border:0;width:44px;height:44px;padding:11px;position:relative;z-index:90}.burger span{position:absolute;left:11px;right:11px;height:1.5px;background:var(--ink);top:50%;transition:transform .3s,opacity .2s}.burger span:first-child{transform:translateY(-7px)}.burger span:last-child{transform:translateY(7px)}.burger[aria-expanded=true] span:first-child{transform:rotate(45deg)}.burger[aria-expanded=true] span:nth-child(2){opacity:0}.burger[aria-expanded=true] span:last-child{transform:rotate(-45deg)}
.hero-content{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:clamp(48px,7vh,96px) 0 clamp(30px,4vh,60px);text-align:center;min-width:0}
.hero-copy{transition:opacity .36s var(--reveal),transform .5s var(--reveal);width:100%}
h1{margin:0;color:var(--heading);font-weight:500;line-height:1.04;letter-spacing:-.021em;font-size:clamp(2rem,5.263vw,5.5rem)}
.hl-mask{display:block;padding-bottom:.16em;margin-bottom:-.16em}.hl-line{display:block}.subtitle{color:var(--subtitle);font-weight:400;font-size:clamp(.95rem,1.435vw,1.5rem);line-height:1.3;letter-spacing:.004em;margin:clamp(1.1rem,2.9vw,3rem) auto 0;max-width:100%}
.composer-shell{position:relative;isolation:isolate;transform:translate3d(0,0,0);width:clamp(300px,55vw,913px);max-width:100%;margin-top:clamp(1.2rem,2.9vw,3.05rem);border-radius:clamp(14px,1.32vw,22px);scroll-margin-top:110px;transition:width .6s var(--reveal),margin .6s var(--reveal)}
.composer{position:relative;z-index:1;background:linear-gradient(180deg,rgba(255,255,255,.6),rgba(255,255,255,0) 42%),var(--box);border:1px solid var(--hairline);border-radius:inherit;box-shadow:0 2px 40px rgba(20,20,20,.065),inset 0 1px 0 rgba(255,255,255,.7);padding:clamp(16px,1.9vw,32px);min-height:clamp(150px,17.2vw,288px);display:flex;flex-direction:column;text-align:left;view-transition-name:iw-workspace}
.composer-glow{position:absolute;z-index:0;left:0;right:0;top:0;bottom:calc(-1 * clamp(3px,.35vw,6px));border-radius:inherit;background:var(--grad-solid);filter:blur(.4px);opacity:.95}
#flow-form{flex:1;display:flex;flex-direction:column}#flow-start{flex:1;display:flex;flex-direction:column;gap:12px}
.composer-input{width:100%;min-width:0;background:transparent;border:0;padding:0 0 16px;color:var(--ink);font-size:clamp(.95rem,1.435vw,1.5rem);min-height:44px}.composer-input::placeholder{color:var(--placeholder);opacity:1}.composer-input:focus-visible{outline-offset:6px;border-radius:2px}
.composer-controls{margin-top:auto;display:flex;align-items:center;gap:clamp(8px,1.08vw,18px);padding-top:12px}.control-spacer{flex:1}
.chip{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--chip-fill);color:var(--ink);border:1px solid var(--chip-border);height:clamp(38px,3.23vw,54px);border-radius:999px;flex-shrink:0;transition:background .18s}.chip::before{content:"";position:absolute;inset:-1px;padding:1px;border-radius:inherit;background:var(--chip-edge);pointer-events:none;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude}.chip:hover{background:rgba(20,20,20,.06)}
.round-chip{width:clamp(38px,3.23vw,54px);padding:0}.secure-chip{padding:0 clamp(12px,1.4vw,23px);font-size:clamp(.9rem,1.316vw,1.375rem)}.secure-chip svg{width:20px;height:20px}
.motion-button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;border:0;background:transparent;border-radius:50%;color:var(--mic)}.motion-button:hover{background:var(--chip-fill)}.motion-play{display:none}.motion-paused .motion-pause{display:none}.motion-paused .motion-play{display:block}
.send-button{--send-ring:clamp(1.1px,.092vw,1.53px);position:relative;isolation:isolate;display:flex;width:clamp(40px,3.35vw,56px);height:clamp(40px,3.35vw,56px);border:1px solid var(--ink);border-radius:50%;padding:var(--send-ring);background:var(--grad-solid);overflow:hidden;flex-shrink:0;transition:filter .2s,transform .2s}.send-button::before{content:"";position:absolute;inset:-12px;border-radius:50%;z-index:-1;background:var(--grad-solid)}.send-inner{flex:1;display:flex;align-items:center;justify-content:center;background:var(--ink);border-radius:50%;color:#fafafa}.send-inner svg{width:44%;height:44%}.send-button:hover{filter:brightness(1.08)}.send-button:active{transform:scale(.95)}.hero-ready:not(.motion-paused) .send-button::before{animation:send-ring-sweep 10s linear infinite}@keyframes send-ring-sweep{from{transform:rotate(0)}to{transform:rotate(360deg)}}
.flow-note{margin:14px 0 0;font-size:12px;line-height:1.55;color:var(--subtitle);min-height:19px}.flow-note.is-error{color:#a22122}.hero-footnote{font-size:14px;line-height:1.5;color:var(--subtitle);margin:25px 0 0}.hero-footnote a{text-decoration-thickness:1px;text-underline-offset:4px;color:var(--ink)}
.trust-strip{display:flex;align-items:center;justify-content:center;gap:clamp(1.6rem,5.6vw,5.9rem);padding:16px 0 clamp(24px,3.8vh,44px);color:var(--strip)}.trust-brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-size:clamp(.875rem,1.25vw,1.125rem);white-space:nowrap;transition:color .2s}.trust-brand:hover{color:var(--ink)}.trust-art{display:flex;align-items:center;justify-content:center;background:var(--ink);width:44px;height:44px;border-radius:14px;flex-shrink:0}.trust-art .bot{width:29px;height:29px}
.bot{width:68px;height:68px;display:block;overflow:visible}.bot__fill{fill:var(--brand)}.bot__ink{fill:var(--ink)}.bot__body{transform-origin:center;transform-box:fill-box}.hero-ready:not(.motion-paused) .trust-brand:hover .bot__body{animation:gummy-arrive .7s var(--reveal) both}.setup-agents{display:flex;justify-content:center;gap:36px;padding:28px 0 18px;background:var(--ink);border-radius:18px;margin:24px 0}.setup-agents>span{animation:gummy-arrive .7s var(--reveal) both}.setup-agents>span:nth-child(2){animation-delay:.09s}.setup-agents>span:nth-child(3){animation-delay:.18s}@keyframes gummy-arrive{0%{opacity:0;transform:translateY(14px) scale(.88,1.1)}55%{opacity:1;transform:translateY(-4px) scale(1.06,.95)}100%{opacity:1;transform:none}}
.section-two{min-height:100dvh;background:var(--bg);padding:clamp(20px,3.2vh,42px) clamp(16px,6vw,91px) clamp(16px,2.4vh,32px);font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI",Arial,sans-serif;--heading:#141414;--subhead:#656565;--panel-bg:#fff;--bubble-bg:#f1f2ef;--msg-text:#232323;--reason-text:#1c240a;--green:#4a6500;--input-bg:#fdfdfd;--placeholder:#6b6b6d;--send-bg:#141414}
.features-wrap{max-width:1300px;margin:0 auto}.section-two h2{margin:0;color:var(--heading);font-weight:400;letter-spacing:-.02em;font-size:clamp(1.6rem,4.1vw,3.3rem);line-height:1.11}.subhead{color:var(--subhead);font-size:clamp(1rem,1.25vw,1.125rem);line-height:1.55;margin:24px 0 38px}
.panel{position:relative;isolation:isolate;overflow:hidden;border-radius:clamp(10px,1vw,14px);padding:clamp(18px,3vw,42px);background:radial-gradient(120% 150% at 9% 52%,#d2ef51 0%,#c6e55b 22%,rgba(175,195,55,0) 56%),radial-gradient(120% 150% at 95% 50%,#d9eabf 0%,#bdd9a0 34%,rgba(160,190,130,0) 64%),radial-gradient(80% 110% at 42% 6%,rgba(214,245,102,.55) 0%,rgba(190,215,85,0) 42%),linear-gradient(96deg,#c6e619 0%,#c5df66 32%,#c7dba0 62%,#b5d198 100%)}.panel::after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(135% 120% at 50% 50%,transparent 58%,rgba(20,35,0,.10) 100%)}
.live-row{display:flex;align-items:center;gap:10px;max-width:814px;margin:0 auto 18px;color:var(--reason-text);font-size:14px;font-weight:500}.live-dot{width:7px;height:7px;background:var(--green);border-radius:50%;box-shadow:0 0 6px rgba(74,101,0,.35)}.preview-label{margin-left:auto;font-size:12px;font-weight:400}
.chat-card{max-width:814px;margin:auto;background:var(--panel-bg);border:1px solid rgba(20,20,20,.10);border-radius:clamp(12px,1.4vw,18px);padding:clamp(14px,2vw,30px);box-shadow:0 16px 44px -30px rgba(20,30,0,.4)}.conversation{display:flex;flex-direction:column;gap:18px}.message{display:flex;gap:10px;align-items:flex-start;scroll-margin-top:100px}.user-message{justify-content:flex-end}.ai-message{justify-content:flex-start}.bubble{max-width:78%;padding:12px 16px;background:var(--bubble-bg);color:var(--msg-text);border-radius:clamp(11px,1.1vw,15px);font-size:clamp(.875rem,1.12vw,1.06rem);line-height:1.42}.bubble ul{margin:.75em 0;padding-left:1.1em}.user-message .bubble{background:#f5f5f5}.user-avatar,.ai-avatar{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:30px;height:30px;border-radius:50%;background:#e9e9e9;color:#555;margin-top:3px}.user-avatar svg{width:18px;height:18px}.ai-avatar{background:var(--ink);color:var(--brand)}.ai-avatar .wo-mark{width:18px;height:auto;fill:currentColor}
.inputbar{display:flex;align-items:center;gap:12px;margin-top:24px;padding:5px 6px 5px 18px;min-height:clamp(44px,4.4vh,48px);border:1px solid #d6d6d6;background:var(--input-bg);border-radius:999px;font-size:14px;color:var(--placeholder);text-decoration:none}.inputbar-send{display:flex;align-items:center;justify-content:center;background:var(--send-bg);color:white;width:34px;height:34px;border-radius:50%;margin-left:auto;flex-shrink:0}.inputbar-send svg{width:18px;height:18px}
.nav-overlay{position:fixed;inset:0;z-index:70;display:flex;flex-direction:column;justify-content:center;padding:100px 32px 32px;background:radial-gradient(ellipse at 5% 95%,rgba(188,245,6,.18),transparent 55%),linear-gradient(rgba(250,250,250,.94),rgba(250,250,250,.97));backdrop-filter:blur(22px) saturate(120%);opacity:0;visibility:hidden;transition:opacity .34s,visibility .34s;pointer-events:none}.nav-overlay.open{opacity:1;visibility:visible;pointer-events:auto}.nav-overlay nav{display:flex;flex-direction:column;gap:24px}.nav-overlay nav a{align-self:flex-start;position:relative;text-decoration:none;font:500 clamp(2rem,9vw,3.4rem)/1.2 "Inter",sans-serif;transform:translateY(18px);opacity:0;transition:opacity .5s var(--lift),transform .5s var(--lift)}.nav-overlay.open nav a{opacity:1;transform:none}.nav-overlay.open nav a:nth-child(1){transition-delay:.08s}.nav-overlay.open nav a:nth-child(2){transition-delay:.14s}.nav-overlay.open nav a:nth-child(3){transition-delay:.20s}.nav-overlay.open nav a:nth-child(4){transition-delay:.26s}.nav-overlay nav a::after{content:"";position:absolute;bottom:-7px;left:0;width:100%;height:2px;background:var(--grad);transform:scaleX(0);transform-origin:left;transition:transform .25s}.nav-overlay nav a:hover::after{transform:scaleX(1)}.overlay-footer{margin-top:auto;padding-top:36px;display:flex;flex-direction:column;gap:24px}.overlay-footer>span{height:2px;background:var(--grad)}.overlay-footer .start-free{width:100%;min-height:52px}
.phone-field{padding:10px 0}.phone-field label,.code-field label{display:block;font-size:14px;margin-bottom:10px;font-weight:500}.phone-field label span{font-size:12px;font-weight:400;color:var(--subtitle);margin-left:8px}.phone-field input{border:1px solid #cecece;border-radius:10px;padding:12px 14px;width:100%;background:white;color:var(--ink)}
.hero-content[data-phase]:not([data-phase=intro]) .hero-copy,.hero-content[data-phase]:not([data-phase=intro]) .hero-footnote{display:none}.hero-content[data-phase]:not([data-phase=intro]) .composer-shell{width:min(620px,100%);margin-top:0}.hero-content[data-phase=entering] .composer-shell{transform:scale(1.015);transition:transform .3s var(--reveal)}
.setup-heading{display:flex;align-items:center;gap:16px}.setup-heading h2{font-size:clamp(1.35rem,2vw,1.65rem);letter-spacing:-.035em;line-height:1.2;font-weight:500;margin:0}.eyebrow{font-size:11px;letter-spacing:.10em;color:var(--subtitle);margin:0 0 7px;font-weight:500}.verification-mark{color:var(--ink);width:46px;height:46px;flex-shrink:0}.verification-mark svg{width:100%}.setup-steps{list-style:none;padding:0;margin:22px 0 12px;display:grid;gap:16px}.setup-steps li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--subtitle)}.step-check{width:22px;height:22px;border-radius:50%;border:1px solid #b9b9b9;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-check svg{width:13px;height:13px;visibility:hidden}.setup-steps .done .step-check{background:var(--ink);border-color:var(--ink);color:var(--brand)}.setup-steps .done .step-check svg{visibility:visible}.step-meta{margin-left:auto;font-size:12px}.setup-steps .done{color:var(--ink)}.setup-steps .skipped .step-check{background:transparent;color:var(--subtitle)}.setup-steps .skipped .step-check svg{visibility:hidden}.verify-caption{font-size:14px;color:var(--subtitle);line-height:1.5;margin:24px 0;overflow-wrap:anywhere}.verify-caption strong{color:var(--ink);font-weight:500}.code-field{margin-bottom:20px}.code-field input{width:100%;border:1px solid #b9b9b9;border-radius:12px;padding:15px 20px;font-size:28px;letter-spacing:.34em;font-variant-numeric:tabular-nums;background:#fafafa;color:var(--ink)}.code-field input::placeholder{color:#999}.code-field input[aria-invalid=true]{border-color:#a22122}
.primary-button{display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid var(--ink);background:var(--brand);color:var(--ink);font-weight:500;border-radius:999px;padding:14px 20px;min-height:52px;width:100%;font-size:16px;transition:transform .2s,background .2s}.primary-button:hover{background:#caff21}.primary-button:active{transform:scale(.99)}.primary-button svg{width:18px;height:18px}.verification-help{display:flex;justify-content:space-between;gap:14px;margin-top:14px}.verification-help button,.retry-button{border:0;background:none;color:var(--ink);font-size:14px;padding:10px 0;text-decoration:underline;text-underline-offset:4px}.verification-help button:disabled{cursor:default}.retry-button{display:flex;align-items:center;gap:6px}.entry-success{text-align:center;padding:30px 0}.entry-success .brand-tile{width:72px;height:72px;margin:auto}.entry-success h2{font-weight:500;font-size:42px;letter-spacing:-.04em;margin:24px 0 8px}.entry-success p{font-size:16px;color:var(--subtitle)}.entry-success a{display:inline-flex;align-items:center;gap:8px;font-size:14px;margin-top:12px}.entry-success a svg{width:16px;height:16px}.noscript-notice{font-size:14px;line-height:1.6}
.entrance .section-one [data-enter],.entrance .section-one .hl-line,.entrance-s2 .section-two [data-enter],.entrance-s2 .section-two .hl-line{opacity:0}.entrance .section-one .hl-mask,.entrance-s2 .section-two .hl-mask{overflow:hidden}.motion-paused *,.motion-paused *::before,.motion-paused *::after{animation-play-state:paused!important}
@view-transition{navigation:auto}::view-transition-group(iw-workspace){animation-duration:.65s;animation-timing-function:var(--reveal)}::view-transition-old(root),::view-transition-new(root){animation-duration:.25s}
@media(min-width:1025px){h1{font-size:clamp(3.25rem,4.6vw,4.75rem)}.composer-shell{width:clamp(560px,52vw,820px)}.composer{min-height:clamp(170px,15vw,250px)}.section-two{padding-top:clamp(130px,12.6vw,210px)}}
@media(max-width:1024px){.topbar{grid-template-columns:1fr auto}.desktop-nav,.nav-actions{display:none}.burger{display:block}.composer-shell{width:clamp(320px,72vw,760px)}.hero-content{padding:72px 0 45px}.section-two{padding-top:75px}.trust-strip{gap:28px;flex-wrap:wrap}.trust-brand{font-size:14px}}
@media(max-width:680px){.hero-content{padding:62px 0 40px}h1{font-size:clamp(2rem,7vw,3rem)}.subtitle{width:min(100%,22rem);font-size:16px;line-height:1.5}.subtitle br{display:none}.composer-shell{width:100%;margin-top:32px}.composer{padding:20px 18px;min-height:198px}.composer-input{font-size:16px}.composer-controls{gap:9px}.chip,.round-chip{height:44px}.round-chip{width:44px}.secure-chip{font-size:14px;padding:0 12px;gap:6px}.secure-chip svg{width:17px;height:17px}.send-button{width:44px;height:44px}.flow-note{font-size:12px}.section-two{padding-top:65px}.section-two h2{font-size:clamp(1.6rem,6vw,2.4rem)}.subhead{font-size:16px;margin:20px 0 30px}.subhead br{display:none}.preview-label{display:none}.panel{padding:18px 12px}.chat-card{padding:18px 12px}.bubble{max-width:84%;font-size:14px;padding:11px 13px}.message{gap:8px}.user-avatar,.ai-avatar{width:24px;height:24px}.ai-avatar .wo-mark{width:15px}.conversation{gap:16px}.inputbar{font-size:14px;padding-left:12px}.live-row{font-size:13px}.setup-agents{gap:28px}.setup-agents .bot{width:54px;height:54px}.code-field input{font-size:26px}.verify-caption{margin:20px 0}.hero-content[data-phase]:not([data-phase=intro]){padding:38px 0}.hero-content[data-phase]:not([data-phase=intro]) .composer{padding:22px 18px}.nav-overlay nav a{font-size:clamp(2rem,9vw,3.4rem)}}
@media(max-width:600px){.trust-strip{display:grid;grid-template-columns:repeat(2,max-content);gap:20px 30px;padding-bottom:24px}.trust-art{width:36px;height:36px;border-radius:11px}.trust-art .bot{width:25px;height:25px}}
@media(max-width:360px){.composer{padding:18px 12px}.composer-controls{gap:6px}.secure-chip{font-size:12px;padding:0 9px}.secure-chip svg{width:16px}.motion-button{width:34px}.trust-strip{gap:16px 20px}.trust-brand{font-size:13px;gap:8px}}
@media(max-height:520px){.section-two .subhead{display:none}.panel{margin-top:24px}.hero-content{padding-top:40px}.nav-overlay{padding-top:70px}.nav-overlay nav{gap:12px}.nav-overlay nav a{font-size:1.8rem}.overlay-footer{padding-top:20px;gap:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.entrance [data-enter],.entrance .hl-line,.entrance-s2 [data-enter],.entrance-s2 .hl-line{opacity:1!important}.nav-overlay nav a{transform:none}.setup-agents>span{opacity:1;transform:none}::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}}
