.hero-stats-mobile{display:flex;flex-direction:column;gap:var(--space-4);margin-top:var(--space-6);padding-top:var(--space-6);border-top:1px solid var(--border);touch-action:pan-y}.hero-stat-slide{position:relative;display:block;width:100%;border:0;padding:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;aspect-ratio:5 / 4;min-height:120px;opacity:.4;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;perspective:900px;transition:opacity .24s var(--ease-standard),transform var(--duration-flip) var(--ease-in-out)}.hero-stat-slide--active{opacity:1}.hero-stat-slide[data-flipped=true]{transform:rotateY(180deg)}.hero-stat-slide:focus-visible{outline:2px solid var(--ring);outline-offset:4px;border-radius:var(--radius-lg)}.hero-stat-slide__face{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:var(--space-6) var(--space-5);border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--card);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);backface-visibility:hidden;-webkit-backface-visibility:hidden;overflow:hidden}.hero-stat-slide__face--front{box-shadow:inset 0 1px 0 var(--divider)}.hero-stat-slide__face--back{transform:rotateY(180deg);background:var(--card-strong);justify-content:space-between}.hero-stat-slide__face--front:before{content:"";position:absolute;left:0;top:52%;height:1px;width:0;background:linear-gradient(90deg,transparent 0%,var(--primary) 50%,transparent 100%);box-shadow:0 0 8px var(--primary);opacity:0;pointer-events:none;z-index:1}.hero-stat-slide[data-counting=true] .hero-stat-slide__face--front:before{animation:hero-stat-scan-mobile 1.2s var(--ease-out) forwards}@keyframes hero-stat-scan-mobile{0%{width:0%;opacity:0}10%{opacity:1}to{width:100%;opacity:0}}.hero-stat-slide__value{font-size:var(--fs-stat-value);font-weight:600;background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1;letter-spacing:-.025em;margin:0 0 var(--space-3);font-variant-numeric:tabular-nums}.hero-stat-slide__label{font-size:var(--fs-small);color:var(--foreground);font-weight:500;letter-spacing:.01em;line-height:var(--leading-tight)}.hero-stat-slide__detail{font-size:var(--fs-small);line-height:var(--leading-snug);color:var(--foreground)}.hero-stat-slide__flip-hint{font-size:var(--fs-caption);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;font-weight:500;color:var(--foreground-muted)}.hero-stat-slide__flip-cue{position:absolute;inset-block-end:var(--space-3);inset-inline-end:var(--space-3);width:14px;height:14px;color:var(--foreground-muted);pointer-events:none;opacity:.75}.hero-stats-dots{display:flex;justify-content:center;align-items:center;gap:0;margin:0;padding:0;list-style:none}.hero-stats-dots>li{display:flex;list-style:none;margin:0;padding:0}.hero-stats-dot{position:relative;width:var(--touch-min);height:var(--touch-min);background:transparent;border:0;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent;display:grid;place-items:center}.hero-stats-dot:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--foreground-faint);transition:background .2s var(--ease-standard),transform .2s var(--ease-standard)}.hero-stats-dot--active:before{background:var(--primary);transform:scale(1.25)}.hero-stats-dot:focus-visible{outline:2px solid var(--ring);outline-offset:-8px;border-radius:50%}@media(prefers-reduced-motion:reduce){.hero-stat-slide,.hero-stats-dot{transition-duration:.01ms!important}.hero-stat-slide[data-counting=true] .hero-stat-slide__face--front:before{animation-duration:.01ms!important}}.hero[data-astro-cid-4z5ypzu4]{background:transparent;color:var(--foreground);position:relative;overflow:hidden;isolation:isolate;display:flex;flex-direction:column;padding:calc(var(--nav-height) + var(--space-5)) 0 var(--space-7)}@media(min-width:768px)and (max-width:1199px){.hero[data-astro-cid-4z5ypzu4]{padding:calc(var(--nav-height) + var(--space-6)) 0 var(--space-8)}}@media(min-width:1200px){.hero[data-astro-cid-4z5ypzu4]{padding:calc(var(--nav-height) + var(--space-7)) 0 clamp(2.5rem,6vh,4rem);min-height:100svh;justify-content:safe center}}.hero__container[data-astro-cid-4z5ypzu4]{position:relative;z-index:1;width:100%;margin:0;display:grid;padding-inline:max(var(--space-5),env(safe-area-inset-left)) max(var(--space-5),env(safe-area-inset-right));grid-template-columns:minmax(0,1fr);grid-template-areas:"eyebrow" "heading" "lede" "cta" "visual" "statslead" "stats" "disclaimer";row-gap:0;animation:hero-fade-up .8s var(--ease-out) both}@media(min-width:768px)and (max-width:1199px){.hero__container[data-astro-cid-4z5ypzu4]{max-width:clamp(720px,80vw,960px);margin-inline:auto;padding-inline:max(var(--space-7),env(safe-area-inset-left)) max(var(--space-7),env(safe-area-inset-right));row-gap:var(--space-5)}}@media(min-width:1200px){.hero__container[data-astro-cid-4z5ypzu4]{padding-inline:clamp(1.25rem,4vw,5rem);grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);grid-template-areas:"eyebrow    visual" "heading    visual" "lede       visual" "cta        visual" "statslead  visual" "stats      visual" "disclaimer visual";column-gap:clamp(1.5rem,4vw,5rem);row-gap:var(--space-5);align-items:center}}.hero__eyebrow[data-astro-cid-4z5ypzu4]{grid-area:eyebrow}.hero__heading[data-astro-cid-4z5ypzu4]{grid-area:heading}.hero__lede[data-astro-cid-4z5ypzu4]{grid-area:lede}.hero__cta-row[data-astro-cid-4z5ypzu4]{grid-area:cta}.hero__stats--desktop[data-astro-cid-4z5ypzu4],.hero__stats--mobile-wrapper[data-astro-cid-4z5ypzu4]{grid-area:stats;opacity:var(--hero-tail-fade, 1);transition:opacity .2s var(--ease-standard)}.hero__stats-lead[data-astro-cid-4z5ypzu4]{grid-area:statslead;margin:0;font-size:.9rem;font-weight:600;color:var(--foreground-muted);letter-spacing:-.01em}.hero__disclaimer[data-astro-cid-4z5ypzu4]{grid-area:disclaimer;opacity:var(--hero-tail-fade, 1);transition:opacity .2s var(--ease-standard)}.hero__visual[data-astro-cid-4z5ypzu4]{grid-area:visual}.hero__heading[data-astro-cid-4z5ypzu4],.hero__lede[data-astro-cid-4z5ypzu4]{margin-block-start:var(--space-4)}.hero__cta-row[data-astro-cid-4z5ypzu4]{margin-block-start:var(--space-5)}.hero__visual[data-astro-cid-4z5ypzu4]{margin-block-start:var(--space-6)}.hero__stats--desktop[data-astro-cid-4z5ypzu4],.hero__stats--mobile-wrapper[data-astro-cid-4z5ypzu4]{margin-block-start:var(--space-7)}.hero__disclaimer[data-astro-cid-4z5ypzu4]{margin-block-start:var(--space-6)}@media(min-width:768px){.hero__heading[data-astro-cid-4z5ypzu4],.hero__lede[data-astro-cid-4z5ypzu4],.hero__cta-row[data-astro-cid-4z5ypzu4],.hero__visual[data-astro-cid-4z5ypzu4],.hero__stats--desktop[data-astro-cid-4z5ypzu4],.hero__stats--mobile-wrapper[data-astro-cid-4z5ypzu4],.hero__disclaimer[data-astro-cid-4z5ypzu4]{margin-block-start:0}}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(36px) scale(.97);filter:blur(8px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.hero__eyebrow[data-astro-cid-4z5ypzu4]{margin:0;font-size:var(--fs-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;font-weight:600;color:var(--primary)}.hero__heading[data-astro-cid-4z5ypzu4]{margin:0;font-size:1.875rem;line-height:1.15;letter-spacing:var(--tracking-tight);font-weight:600;color:var(--foreground)}@media(min-width:768px)and (max-width:1199px){.hero__heading[data-astro-cid-4z5ypzu4]{font-size:2.75rem;line-height:var(--leading-display);letter-spacing:var(--tracking-display)}}@media(min-width:1200px){.hero__heading[data-astro-cid-4z5ypzu4]{font-size:var(--fs-display);line-height:var(--leading-display);letter-spacing:var(--tracking-display)}}.hero__heading-accent[data-astro-cid-4z5ypzu4]{display:block}.hero__lede[data-astro-cid-4z5ypzu4]{margin:0;color:var(--foreground-muted);font-size:1rem;line-height:1.45;max-width:32rem}@media(min-width:768px)and (max-width:1199px){.hero__lede[data-astro-cid-4z5ypzu4]{font-size:1.125rem;line-height:var(--leading-snug)}}@media(min-width:1200px){.hero__lede[data-astro-cid-4z5ypzu4]{font-size:var(--fs-headline);line-height:var(--leading-snug)}}.hero__lede-pop[data-astro-cid-4z5ypzu4]{color:var(--foreground);font-weight:500}.hero__cta-row[data-astro-cid-4z5ypzu4]{display:flex;flex-direction:column;align-items:stretch;gap:var(--space-4);margin-top:var(--space-2)}@media(min-width:768px){.hero__cta-row[data-astro-cid-4z5ypzu4]{flex-direction:row;flex-wrap:wrap;align-items:center}}.hero__cta[data-astro-cid-4z5ypzu4]{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-3);padding:var(--space-4) var(--space-6);border-radius:var(--radius-pill);font-weight:600;font-size:var(--fs-small);text-decoration:none;transition:transform var(--duration-base) var(--ease-spring),box-shadow var(--duration-medium) var(--ease-standard),background var(--duration-base) var(--ease-standard)}.hero__cta--primary[data-astro-cid-4z5ypzu4]{width:100%;min-height:var(--touch-pref);background:var(--gradient-brand);color:var(--primary-foreground);box-shadow:var(--shadow-glow-cyan)}@media(min-width:768px){.hero__cta--primary[data-astro-cid-4z5ypzu4]{width:auto;min-height:0}}@media(hover:hover){.hero__cta--primary[data-astro-cid-4z5ypzu4]:hover{transform:translateY(-1px);box-shadow:var(--shadow-glow-amber)}}.hero__cta--secondary[data-astro-cid-4z5ypzu4]{align-self:center;background:transparent;color:var(--foreground-muted);border:0;padding:var(--space-3) var(--space-4);min-height:var(--touch-min)}@media(min-width:768px){.hero__cta--secondary[data-astro-cid-4z5ypzu4]{align-self:auto;background:rgb(var(--fg-channel) / .04);color:var(--foreground-soft);border:1px solid var(--border-strong);padding:var(--space-4) var(--space-6);min-height:0}}@media(hover:hover){.hero__cta--secondary[data-astro-cid-4z5ypzu4]:hover{color:var(--foreground)}}@media(hover:hover)and (min-width:768px){.hero__cta--secondary[data-astro-cid-4z5ypzu4]:hover{background:var(--border);border-color:var(--ring)}}.hero__stats--desktop[data-astro-cid-4z5ypzu4]{display:none;list-style:none;margin:var(--space-6) 0 0;padding:var(--space-6) 0 0;grid-template-columns:repeat(auto-fit,minmax(min(100%,150px),1fr));gap:var(--space-4);border-top:1px solid var(--border);perspective:900px}@media(min-width:768px){.hero__stats--desktop[data-astro-cid-4z5ypzu4]{display:grid}}@media(min-width:768px){.hero__stats--mobile-wrapper[data-astro-cid-4z5ypzu4]{display:none}}.hero__stats-item[data-astro-cid-4z5ypzu4]{list-style:none;margin:0;padding:0;display:flex}.hero__stat-card[data-astro-cid-4z5ypzu4]{position:relative;width:100%;aspect-ratio:5 / 4;min-height:92px;border:0;padding:0;background:transparent;cursor:pointer;color:inherit;font:inherit;transform-style:preserve-3d;transition:transform var(--duration-flip) var(--ease-in-out);text-align:left}.hero__stat-card[data-astro-cid-4z5ypzu4]:focus-visible{outline:2px solid var(--ring);outline-offset:4px;border-radius:var(--radius-lg)}.hero__stat-card[data-astro-cid-4z5ypzu4][data-flipped=true]{transform:rotateY(180deg)}.hero__stat-card[data-astro-cid-4z5ypzu4]:before{content:"";position:absolute;left:0;top:52%;height:1px;width:100%;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,transparent 0%,var(--primary) 50%,transparent 100%);box-shadow:0 0 8px var(--primary);opacity:0;pointer-events:none;z-index:1}.hero__stat-card[data-astro-cid-4z5ypzu4][data-counting=true]:before{animation:hero-stat-scan 1.2s var(--ease-out) forwards}@keyframes hero-stat-scan{0%{transform:scaleX(0);opacity:0}10%{opacity:1}to{transform:scaleX(1);opacity:0}}@media(hover:hover){.hero__stat-card[data-astro-cid-4z5ypzu4]:after{content:"";position:absolute;inset:-8px;z-index:-1;background:radial-gradient(60% 60% at 50% 50%,var(--primary) 0%,var(--accent) 50%,transparent 75%);opacity:0;filter:blur(20px);transition:opacity var(--duration-medium) var(--ease-standard);border-radius:inherit}.hero__stat-card[data-astro-cid-4z5ypzu4]:hover:after{opacity:.35}}.hero__stat-face[data-astro-cid-4z5ypzu4]{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:var(--space-6) var(--space-5);border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--card);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:border-color var(--duration-base) var(--ease-standard),background var(--duration-base) var(--ease-standard)}.hero__stat-face--front[data-astro-cid-4z5ypzu4]{box-shadow:inset 0 1px 0 var(--divider)}.hero__stat-face--back[data-astro-cid-4z5ypzu4]{transform:rotateY(180deg);background:var(--card-strong);justify-content:space-between}.hero__stat-value[data-astro-cid-4z5ypzu4]{font-size:var(--fs-stat-value);font-weight:600;line-height:1;letter-spacing:-.025em;margin:0 0 var(--space-3);font-variant-numeric:tabular-nums}.hero__stat-label[data-astro-cid-4z5ypzu4]{font-size:var(--fs-small);color:var(--foreground);font-weight:500;letter-spacing:.01em;line-height:var(--leading-tight)}.hero__stat-detail[data-astro-cid-4z5ypzu4]{font-size:var(--fs-small);line-height:var(--leading-snug);color:var(--foreground)}.hero__stat-flip-hint[data-astro-cid-4z5ypzu4]{font-size:var(--fs-caption);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;font-weight:500;color:var(--foreground-muted)}.hero__stat-flip-cue[data-astro-cid-4z5ypzu4]{position:absolute;inset-block-end:var(--space-3);inset-inline-end:var(--space-3);width:14px;height:14px;color:var(--foreground-muted);pointer-events:none;opacity:.75;display:none}@media(max-width:1199px){.hero__stat-flip-cue[data-astro-cid-4z5ypzu4]{display:block}}.hero__disclaimer[data-astro-cid-4z5ypzu4]{margin:var(--space-4) 0 0;font-size:var(--fs-caption);color:var(--foreground-faint);line-height:var(--leading-snug);max-width:36rem}.hero__visual[data-astro-cid-4z5ypzu4]{position:relative;aspect-ratio:4 / 3;max-height:60vh;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 1px 0 var(--divider) inset,0 24px 60px -24px #0009,0 0 80px -20px rgb(var(--primary-channel) / .18);animation:hero-fade-up 1.1s .18s var(--ease-out) both;-webkit-mask-image:linear-gradient(180deg,transparent 0%,black 3%);mask-image:linear-gradient(180deg,transparent 0%,black 3%)}@media(min-width:768px)and (max-width:1199px){.hero__visual[data-astro-cid-4z5ypzu4]{aspect-ratio:16 / 10;max-height:480px;border-radius:var(--radius-xl)}}@media(min-width:1200px){.hero__visual[data-astro-cid-4z5ypzu4]{aspect-ratio:3 / 2;max-height:none;border-radius:var(--radius-xl)}}.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.05) contrast(1.05) brightness(.92)}.hero__visual-veil[data-astro-cid-4z5ypzu4]{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgb(var(--bg-channel) / 0) 50%,rgb(var(--bg-channel) / .55)),linear-gradient(120deg,rgb(var(--bg-channel) / .3),rgb(var(--bg-channel) / 0) 35%)}.hero__visual-grade[data-astro-cid-4z5ypzu4]{position:absolute;inset:0;pointer-events:none;mix-blend-mode:screen;background:radial-gradient(60% 50% at 30% 30%,rgb(var(--accent-channel) / .16),transparent 70%),radial-gradient(50% 40% at 80% 80%,rgb(var(--primary-channel) / .16),transparent 70%)}.hero__photo-tag[data-astro-cid-4z5ypzu4]{position:absolute;top:var(--space-5);left:var(--space-5);display:inline-flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-pill);font-size:var(--fs-caption);font-weight:500;background:var(--overlay);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid var(--border);color:var(--foreground)}.hero__photo-tag-dot[data-astro-cid-4z5ypzu4]{width:7px;height:7px;border-radius:50%;background:var(--destructive);box-shadow:0 0 10px var(--destructive);animation:hero-tag-pulse 1.4s var(--ease-in-out) infinite;animation-play-state:paused}.hero[data-astro-cid-4z5ypzu4][data-inview=true] .hero__photo-tag-dot[data-astro-cid-4z5ypzu4]{animation-play-state:running}@keyframes hero-tag-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}}@media(prefers-reduced-motion:reduce){.hero[data-astro-cid-4z5ypzu4],.hero[data-astro-cid-4z5ypzu4] [data-astro-cid-4z5ypzu4],.hero[data-astro-cid-4z5ypzu4] [data-astro-cid-4z5ypzu4]:before,.hero[data-astro-cid-4z5ypzu4] [data-astro-cid-4z5ypzu4]:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hero__stat-card[data-astro-cid-4z5ypzu4]{aspect-ratio:auto;transform:none!important}.hero__stat-face--back[data-astro-cid-4z5ypzu4]{position:static;transform:none;margin-top:var(--space-3);background:transparent;border:0;padding:0}}.forwhom[data-astro-cid-qv5o6krd]{background:transparent;padding:clamp(1.75rem,4vh,3rem) 0 clamp(1rem,2.5vh,1.75rem);position:relative;isolation:isolate}.forwhom__container[data-astro-cid-qv5o6krd]{width:min(1080px,100% - 2.5rem);margin:0 auto;text-align:center}.forwhom__intro[data-astro-cid-qv5o6krd]{display:flex;flex-direction:column;gap:.85rem;align-items:center}.forwhom__heading[data-astro-cid-qv5o6krd]{margin:0;max-width:20ch;font-size:clamp(2rem,5.2vw,3.6rem);line-height:1.05;font-weight:600;letter-spacing:-.01em;color:rgb(var(--fg-channel) / .96);opacity:0;transform:translateY(20px);transition:opacity .8s var(--ease-out),transform .8s var(--ease-out)}.forwhom__audience[data-astro-cid-qv5o6krd]{margin:0;display:inline-flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.25rem .75rem;font-size:clamp(.95rem,1.6vw,1.1rem);font-weight:500;color:rgb(var(--fg-channel) / .62);opacity:0;transform:translateY(16px);transition:opacity .8s var(--ease-out),transform .8s var(--ease-out);transition-delay:.12s}.forwhom__audience-sep[data-astro-cid-qv5o6krd]{color:rgb(var(--primary-channel) / .5)}.forwhom__crops[data-astro-cid-qv5o6krd]{list-style:none;margin:clamp(1.75rem,4vh,2.75rem) 0 0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem .75rem}.forwhom__crop[data-astro-cid-qv5o6krd]{padding:.4rem .9rem;border-radius:999px;border:1px solid rgb(var(--fg-channel) / .12);background:rgb(var(--fg-channel) / .04);font-size:clamp(.82rem,1.2vw,.9rem);font-weight:500;color:rgb(var(--fg-channel) / .82);opacity:0;transform:translateY(14px);transition:opacity .6s var(--ease-out),transform .6s var(--ease-out),border-color .2s var(--ease-out),background-color .2s var(--ease-out);transition-delay:calc(.22s + var(--crop-i) * 70ms)}.forwhom__crop--etc[data-astro-cid-qv5o6krd]{border-color:transparent;background:transparent;color:rgb(var(--fg-channel) / .45);font-style:italic;padding-inline:.5rem}@media(hover:hover){.forwhom__crop[data-astro-cid-qv5o6krd]:not(.forwhom__crop--etc):hover{border-color:rgb(var(--primary-channel) / .5);background:rgb(var(--primary-channel) / .1)}}.forwhom[data-astro-cid-qv5o6krd][data-revealed=true] .forwhom__heading[data-astro-cid-qv5o6krd],.forwhom[data-astro-cid-qv5o6krd][data-revealed=true] .forwhom__audience[data-astro-cid-qv5o6krd],.forwhom[data-astro-cid-qv5o6krd][data-revealed=true] .forwhom__crop[data-astro-cid-qv5o6krd]{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.forwhom__heading[data-astro-cid-qv5o6krd],.forwhom__audience[data-astro-cid-qv5o6krd],.forwhom__crop[data-astro-cid-qv5o6krd]{transition:none;opacity:1;transform:none}}.vp[data-astro-cid-h5csh56e]{position:relative;color:var(--foreground);background:transparent;z-index:0}.vp__orbs[data-astro-cid-h5csh56e]{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0}.vp__orb[data-astro-cid-h5csh56e]{position:absolute;top:var(--orb-y);left:var(--orb-x);width:var(--orb-size);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgb(var(--orb-color) / .4) 0%,rgb(var(--orb-color) / .18) 35%,transparent 70%);filter:blur(20px);transform:translate(-50%,-50%);animation:vp-orb-pulse var(--orb-dur, 6s) var(--ease-in-out) infinite;animation-delay:var(--orb-delay, 0s);animation-play-state:paused}[data-astro-cid-h5csh56e][data-inview=true] .vp__orb[data-astro-cid-h5csh56e]{animation-play-state:running}@keyframes vp-orb-pulse{0%,to{opacity:.55;scale:1}50%{opacity:1;scale:1.15}}.vp__container[data-astro-cid-h5csh56e]{max-width:var(--max-content-wide);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,5rem);display:grid;grid-template-columns:minmax(0,1fr);column-gap:clamp(2rem,4vw,5rem);align-items:start;min-height:180dvh;position:relative;z-index:1}.vp[data-astro-cid-h5csh56e][data-stage=revealed] .vp__container[data-astro-cid-h5csh56e]{grid-template-columns:auto minmax(0,1fr)}.vp__canvas[data-astro-cid-h5csh56e]{grid-column:1;grid-row:1;z-index:1;position:sticky;top:8vh;height:84vh;width:clamp(440px,38vw,560px);display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.96);pointer-events:none;transition:opacity 1.1s var(--ease-standard),transform 1.1s var(--ease-out)}.vp[data-astro-cid-h5csh56e][data-stage=rest] .vp__canvas[data-astro-cid-h5csh56e]{transition-duration:.38s}.vp[data-astro-cid-h5csh56e][data-stage=revealed] .vp__canvas[data-astro-cid-h5csh56e]{opacity:1;transform:scale(1);pointer-events:auto}.vp__card[data-astro-cid-h5csh56e]{width:100%;aspect-ratio:16 / 9;border-radius:var(--radius-xl);overflow:hidden;position:relative;isolation:isolate;background:var(--surface-sunk);box-shadow:0 24px 60px -24px #0000008c,0 0 0 1px var(--border) inset}.vp__card-img[data-astro-cid-h5csh56e]{display:block;position:absolute;inset:0;width:100%;height:100%;opacity:0;scale:.94;transition:opacity 1.1s var(--ease-in-out),scale 1.3s var(--ease-out)}.vp__card-img-inner[data-astro-cid-h5csh56e]{width:100%;height:100%;object-fit:cover;translate:var(--card-parallax-x, 0px) var(--card-parallax-y, 0px);transition:translate .22s var(--ease-standard);animation:vp-card-breathe 6s var(--ease-in-out) infinite}@keyframes vp-card-breathe{0%,to{scale:1}50%{scale:1.015}}.vp__canvas[data-astro-cid-h5csh56e][data-active="1"] .vp__card-img[data-astro-cid-h5csh56e][data-beat="2"],.vp__canvas[data-astro-cid-h5csh56e][data-active="1"] .vp__card-img[data-astro-cid-h5csh56e][data-beat="3"],.vp__canvas[data-astro-cid-h5csh56e][data-active="2"] .vp__card-img[data-astro-cid-h5csh56e][data-beat="3"]{opacity:0;scale:.94}.vp__canvas[data-astro-cid-h5csh56e][data-active="2"] .vp__card-img[data-astro-cid-h5csh56e][data-beat="2"],.vp__canvas[data-astro-cid-h5csh56e][data-active="3"] .vp__card-img[data-astro-cid-h5csh56e][data-beat="3"]{opacity:1;scale:1;filter:blur(0) saturate(1)}.vp__canvas[data-astro-cid-h5csh56e][data-active="2"] .vp__card-img[data-astro-cid-h5csh56e][data-beat="2"]{filter:blur(0) saturate(1) brightness(1)}.vp__canvas[data-astro-cid-h5csh56e][data-active="3"] .vp__card-img[data-astro-cid-h5csh56e][data-beat="3"]{filter:blur(0) saturate(1.05) brightness(1.05)}.vp__card-tint[data-astro-cid-h5csh56e]{position:absolute;inset:0;opacity:0;mix-blend-mode:overlay;transition:opacity 1.3s var(--ease-standard);pointer-events:none;z-index:1}.vp__card-tint--cyan[data-astro-cid-h5csh56e]{background:var(--primary)}.vp__card-tint--amber[data-astro-cid-h5csh56e]{background:var(--accent)}.vp__canvas[data-astro-cid-h5csh56e][data-active="2"] .vp__card-tint--cyan[data-astro-cid-h5csh56e]{opacity:.18}.vp__canvas[data-astro-cid-h5csh56e][data-active="3"] .vp__card-tint--amber[data-astro-cid-h5csh56e]{opacity:.22}.vp__hud-bracket[data-astro-cid-h5csh56e]{position:absolute;width:24px;height:24px;border-color:var(--primary);border-style:solid;pointer-events:none;z-index:2;opacity:0;transition:opacity 1s var(--ease-standard)}.vp__hud-bracket--tl[data-astro-cid-h5csh56e]{top:var(--space-4);left:var(--space-4);border-width:2px 0 0 2px}.vp__hud-bracket--tr[data-astro-cid-h5csh56e]{top:var(--space-4);right:var(--space-4);border-width:2px 2px 0 0}.vp__hud-bracket--bl[data-astro-cid-h5csh56e]{bottom:var(--space-4);left:var(--space-4);border-width:0 0 2px 2px}.vp__hud-bracket--br[data-astro-cid-h5csh56e]{bottom:var(--space-4);right:var(--space-4);border-width:0 2px 2px 0}.vp__canvas[data-astro-cid-h5csh56e][data-active="2"] .vp__hud-bracket[data-astro-cid-h5csh56e],.vp__canvas[data-astro-cid-h5csh56e][data-active="3"] .vp__hud-bracket[data-astro-cid-h5csh56e]{opacity:1}.vp__hud-alert[data-astro-cid-h5csh56e]{position:absolute;inset-inline-end:var(--space-3);width:clamp(200px,42%,240px);padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);border:1px solid var(--border-strong);background:rgb(var(--bg-channel) / .74);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-size:var(--fs-caption);color:var(--foreground);z-index:3;pointer-events:none;opacity:0;transform:translate(28px);transition:opacity .6s var(--ease-standard),transform .6s var(--ease-spring)}.vp__hud-alert[data-astro-cid-h5csh56e][data-alert="1"]{inset-block-start:var(--space-3)}.vp__hud-alert[data-astro-cid-h5csh56e][data-alert="2"]{inset-block-start:calc(var(--space-3) + 52px)}.vp__hud-alert[data-astro-cid-h5csh56e][data-alert="3"]{inset-block-start:calc(var(--space-3) + 104px)}.vp__canvas[data-astro-cid-h5csh56e][data-active="3"] .vp__hud-alert[data-astro-cid-h5csh56e]{opacity:1;transform:translate(0)}.vp__canvas[data-astro-cid-h5csh56e][data-active="3"] .vp__hud-alert[data-astro-cid-h5csh56e][data-alert="1"]{transition-delay:0ms}.vp__canvas[data-astro-cid-h5csh56e][data-active="3"] .vp__hud-alert[data-astro-cid-h5csh56e][data-alert="2"]{transition-delay:.18s}.vp__canvas[data-astro-cid-h5csh56e][data-active="3"] .vp__hud-alert[data-astro-cid-h5csh56e][data-alert="3"]{transition-delay:.36s}.vp__hud-alert-row[data-astro-cid-h5csh56e]{display:flex;align-items:center;gap:var(--space-2);margin-block-end:2px;line-height:1.2}.vp__hud-alert-dot[data-astro-cid-h5csh56e]{display:inline-block;width:7px;height:7px;border-radius:50%;flex:0 0 7px}.vp__hud-alert-time[data-astro-cid-h5csh56e]{color:var(--foreground-muted);font-variant-numeric:tabular-nums;letter-spacing:.02em}.vp__hud-alert-class[data-astro-cid-h5csh56e]{color:var(--foreground);font-weight:500}.vp__hud-alert-meta[data-astro-cid-h5csh56e]{color:var(--foreground-muted);line-height:var(--leading-snug)}.vp__hud-alert-meta[data-astro-cid-h5csh56e] strong[data-astro-cid-h5csh56e]{color:var(--foreground);font-weight:600}.vp__track[data-astro-cid-h5csh56e]{grid-column:1 / -1;grid-row:1;width:100%;max-width:60rem;margin-inline:auto;position:relative;height:50dvh;z-index:2}.vp[data-astro-cid-h5csh56e][data-stage=revealed] .vp__track[data-astro-cid-h5csh56e]{grid-column:2;max-width:36rem;margin-inline:0;position:sticky;top:8vh;height:84vh}.vp__beat[data-astro-cid-h5csh56e]{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;gap:var(--space-4);opacity:0;transition:opacity 1.3s var(--ease-in-out)}.vp[data-astro-cid-h5csh56e][data-stage=rest] .vp__beat[data-astro-cid-h5csh56e][data-beat-index="1"]{opacity:1;align-items:center;text-align:center;max-width:none}.vp[data-astro-cid-h5csh56e][data-stage=revealed] .vp__beat[data-astro-cid-h5csh56e][data-beat-index="1"]{display:none}.vp[data-astro-cid-h5csh56e][data-stage=rest] .vp__beat[data-astro-cid-h5csh56e][data-beat-index="1"] .vp__lede[data-astro-cid-h5csh56e]{align-self:stretch;max-width:34rem;margin-inline:auto;font-size:var(--fs-body);opacity:.62}.vp[data-astro-cid-h5csh56e][data-stage=revealed][data-active-beat="2"] .vp__beat[data-astro-cid-h5csh56e][data-beat-index="2"],.vp[data-astro-cid-h5csh56e][data-stage=revealed][data-active-beat="3"] .vp__beat[data-astro-cid-h5csh56e][data-beat-index="3"]{opacity:1}.vp__heading[data-astro-cid-h5csh56e]{margin:0;color:var(--foreground);font-weight:600;font-size:var(--fs-section);line-height:var(--leading-display);letter-spacing:var(--tracking-display);display:flex;flex-wrap:wrap;column-gap:.25em;row-gap:0}.vp[data-astro-cid-h5csh56e][data-stage=rest] .vp__beat[data-astro-cid-h5csh56e][data-beat-index="1"] .vp__heading[data-astro-cid-h5csh56e]{font-size:var(--fs-section);line-height:1.15;letter-spacing:-.02em;justify-content:center;align-self:stretch}.vp__word[data-astro-cid-h5csh56e]{display:inline-block}.vp__beat[data-astro-cid-h5csh56e][data-beat-index="1"] .vp__word[data-astro-cid-h5csh56e]{opacity:0;transform:translateY(.5em);transition:opacity .6s var(--ease-out),transform .6s var(--ease-out);transition-delay:calc(var(--line-i, 0) * 90ms)}.vp[data-astro-cid-h5csh56e][data-beat1-seen=true] .vp__beat[data-astro-cid-h5csh56e][data-beat-index="1"] .vp__word[data-astro-cid-h5csh56e]{opacity:1;transform:translateY(0)}.vp__beat[data-astro-cid-h5csh56e][data-beat-index="1"] .vp__heading[data-astro-cid-h5csh56e]{font-weight:500}.vp__beat[data-astro-cid-h5csh56e][data-beat-index="1"] .vp__accent[data-astro-cid-h5csh56e]{background:none;-webkit-text-fill-color:currentColor;color:rgb(var(--fg-channel) / .92)}.vp__challenge-label[data-astro-cid-h5csh56e]{margin:0 0 .6rem;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:rgb(var(--fg-channel) / .62)}.vp__client-photo[data-astro-cid-h5csh56e]{margin:clamp(1.25rem,3vh,2rem) auto 0;max-width:420px;border-radius:14px;overflow:hidden;border:1px solid var(--divider);background:var(--card-light)}.vp__client-photo[data-astro-cid-h5csh56e] img{display:block;width:100%;height:auto}.vp__client-photo[data-astro-cid-h5csh56e] figcaption[data-astro-cid-h5csh56e]{margin:0;padding:.5rem .8rem;font-size:.78rem;line-height:1.4;text-align:center;color:rgb(var(--fg-channel) / .55)}@media(min-width:1200px){.vp__client-photo[data-astro-cid-h5csh56e]{display:none}}.vp__accent[data-astro-cid-h5csh56e]{background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.vp__accent--cyan[data-astro-cid-h5csh56e]{background-image:linear-gradient(180deg,var(--primary) 0%,var(--foreground) 95%)}.vp__accent--green[data-astro-cid-h5csh56e]{background-image:linear-gradient(180deg,var(--brand-green) 0%,var(--foreground) 95%)}@media(forced-colors:active){.vp__accent[data-astro-cid-h5csh56e],.vp__accent--cyan[data-astro-cid-h5csh56e],.vp__accent--green[data-astro-cid-h5csh56e]{color:CanvasText;-webkit-text-fill-color:CanvasText;background-image:none}}.vp__lede[data-astro-cid-h5csh56e]{margin:0;font-size:var(--fs-headline);line-height:var(--leading-snug);color:var(--foreground-muted);max-width:36rem}.vp__scroll-cue[data-astro-cid-h5csh56e]{margin-block-start:var(--space-6);display:inline-flex;align-items:center;gap:var(--space-3);color:var(--foreground-muted);font-size:var(--fs-caption);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase}.vp__scroll-cue-arrow[data-astro-cid-h5csh56e]{width:14px;height:14px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);animation:vp-scroll-cue-bob 1.8s var(--ease-in-out) infinite}@keyframes vp-scroll-cue-bob{0%,to{transform:rotate(45deg) translate(0);opacity:.55}50%{transform:rotate(45deg) translate(4px,4px);opacity:1}}.vp__alerts-inline[data-astro-cid-h5csh56e]{display:none}@media(max-width:1199px),(prefers-reduced-motion:reduce){.vp__container[data-astro-cid-h5csh56e]{display:block;min-height:auto;max-width:min(720px,100%);padding-inline:max(var(--space-7),env(safe-area-inset-left)) max(var(--space-7),env(safe-area-inset-right))}.vp__canvas[data-astro-cid-h5csh56e],.vp__scroll-cue[data-astro-cid-h5csh56e]{display:none}.vp__track[data-astro-cid-h5csh56e]{position:static;height:auto;max-width:none}.vp__beat[data-astro-cid-h5csh56e]{position:static;padding-block:var(--space-7);max-width:none;opacity:1}.vp__beat[data-astro-cid-h5csh56e]:not(:last-child){border-block-end:1px solid var(--border)}.vp__alerts-inline[data-astro-cid-h5csh56e]{display:none}.vp__alert-inline[data-astro-cid-h5csh56e]{padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--card-strong);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-size:var(--fs-caption)}}@media(max-width:767px){.vp__beat[data-astro-cid-h5csh56e][data-beat-index="1"] .vp__heading[data-astro-cid-h5csh56e]{font-size:var(--fs-h1)}.vp__lede[data-astro-cid-h5csh56e]{font-size:1rem}}.vp-outro[data-astro-cid-h5csh56e]{position:relative;width:100%;height:55dvh;min-height:320px;overflow:hidden;background:transparent}.vp-outro__orbs[data-astro-cid-h5csh56e]{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0}.vp-outro__fade[data-astro-cid-h5csh56e]{position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse at center,transparent 0%,transparent 35%,rgb(var(--bg-channel) / .18) 80%,rgb(var(--bg-channel) / .32) 100%)}.vp-outro__frame[data-astro-cid-h5csh56e]{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;pointer-events:none;padding-block:20px}.vp-outro__stage[data-astro-cid-h5csh56e]{position:relative;width:clamp(560px,60vw,960px);aspect-ratio:16 / 9}.vp-outro__crisp{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-2xl);box-shadow:0 32px 80px -24px #000000a6,0 0 60px rgb(var(--drift-cyan) / .12);opacity:0;transform:scale(.94);transition:opacity .8s var(--ease-standard),transform 1.2s var(--ease-spring),box-shadow 4s var(--ease-in-out)}.vp-outro[data-astro-cid-h5csh56e][data-revealed=true] .vp-outro__crisp{opacity:1;transform:scale(1)}.vp-outro[data-astro-cid-h5csh56e][data-finished=true] .vp-outro__crisp{animation:vp-outro-halo-breathe 4s var(--ease-in-out) infinite}@keyframes vp-outro-halo-breathe{0%,to{box-shadow:0 32px 80px -24px #000000a6,0 0 60px rgb(var(--drift-cyan) / .12)}50%{box-shadow:0 32px 80px -24px #000000a6,0 0 100px rgb(var(--drift-cyan) / .28)}}.vp-outro__corner[data-astro-cid-h5csh56e]{position:absolute;width:28px;height:28px;border-color:rgb(var(--drift-cyan) / .85);border-style:solid;pointer-events:none;opacity:0;transform:scale(.6);transition:opacity .6s var(--ease-standard),transform .6s var(--ease-spring)}.vp-outro__corner--tl[data-astro-cid-h5csh56e]{top:-10px;left:-10px;border-width:2px 0 0 2px}.vp-outro__corner--tr[data-astro-cid-h5csh56e]{top:-10px;right:-10px;border-width:2px 2px 0 0}.vp-outro__corner--bl[data-astro-cid-h5csh56e]{bottom:-10px;left:-10px;border-width:0 0 2px 2px}.vp-outro__corner--br[data-astro-cid-h5csh56e]{bottom:-10px;right:-10px;border-width:0 2px 2px 0}.vp-outro[data-astro-cid-h5csh56e][data-revealed=true] .vp-outro__corner[data-astro-cid-h5csh56e]{opacity:1;transform:scale(1);transition-delay:0ms}@media(max-width:1199px){.vp-outro[data-astro-cid-h5csh56e]{height:70dvh;min-height:360px}.vp-outro__stage[data-astro-cid-h5csh56e]{width:min(86vw,720px)}}@media(max-width:767px){.vp-outro[data-astro-cid-h5csh56e]{height:50dvh;min-height:280px}}@media(prefers-reduced-motion:reduce){.vp__scroll-cue-arrow[data-astro-cid-h5csh56e],.vp__orb[data-astro-cid-h5csh56e]{animation:none!important}.vp__beat[data-astro-cid-h5csh56e][data-beat-index="1"] .vp__word[data-astro-cid-h5csh56e]{opacity:1!important;transform:none!important;transition-duration:.01ms!important}.vp__orb[data-astro-cid-h5csh56e]{opacity:.7!important;scale:1!important}.vp-outro__crisp{transition-duration:.01ms!important;animation:none!important}.vp-outro__corner[data-astro-cid-h5csh56e]{transition-duration:.01ms!important}.vp__canvas[data-astro-cid-h5csh56e],.vp__card-img[data-astro-cid-h5csh56e]{transition-duration:.01ms!important;filter:none!important;scale:1!important}}.live-ui[data-astro-cid-ecwmyb7g]{--bg: var(--background);--panel-bg: var(--card-default);--panel-border: var(--divider);--text: rgb(var(--fg-channel) / .95);--text-muted: var(--foreground-subtle);--accent-cyan: var(--primary);--accent-amber: var(--accent);--accent-purple: var(--accent-violet);color:var(--text);padding:clamp(4rem,9vh,7rem) 0;position:relative;isolation:isolate}.live-ui__container[data-astro-cid-ecwmyb7g]{width:min(1240px,100% - 2.5rem);margin:0 auto}.live-ui__intro[data-astro-cid-ecwmyb7g]{max-width:64ch;margin:0 auto clamp(2.5rem,6vh,4rem);text-align:center}.live-ui__eyebrow[data-astro-cid-ecwmyb7g]{margin:0 0 1rem;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-cyan);font-weight:600}.live-ui__heading[data-astro-cid-ecwmyb7g]{margin:0 0 1.25rem;font-size:clamp(2rem,5.2vw,3.6rem);line-height:1.05;letter-spacing:-.02em;font-weight:600;color:var(--text)}.live-ui__lede[data-astro-cid-ecwmyb7g]{margin:0;color:var(--text-muted);font-size:clamp(1rem,1.6vw,1.15rem);line-height:1.5}.live-ui__lede-pop[data-astro-cid-ecwmyb7g]{color:var(--text)}.live-ui__main[data-astro-cid-ecwmyb7g]{position:relative;isolation:isolate;overflow:visible;min-height:460px}@media(min-width:768px){.live-ui__main[data-astro-cid-ecwmyb7g]{min-height:600px}}@media(min-width:1200px){.live-ui__main[data-astro-cid-ecwmyb7g]{min-height:680px}}.live-ui-island--skeleton{display:block;width:100%;min-height:inherit;height:460px;border-radius:22px;background:var(--card-default);border:1px solid var(--divider)}@media(min-width:768px){.live-ui-island--skeleton{height:600px}}@media(min-width:1200px){.live-ui-island--skeleton{height:680px}}.live-ui__main-glow[data-astro-cid-ecwmyb7g]{position:absolute;inset:-8% -6%;z-index:-1;pointer-events:none;background:radial-gradient(50% 50% at 25% 30%,rgb(var(--primary-channel) / .22),transparent 70%),radial-gradient(45% 50% at 80% 75%,rgb(var(--accent-channel) / .18),transparent 70%);filter:blur(40px)}.live-ui__detail-row[data-astro-cid-ecwmyb7g]{margin-top:clamp(2rem,4vw,3rem);display:grid;grid-template-columns:1fr;gap:clamp(1rem,2.5vw,1.75rem);align-items:center;max-width:1180px;margin-inline:auto}@media(min-width:768px){.live-ui__detail-row[data-astro-cid-ecwmyb7g]{grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:clamp(1.25rem,3vw,2.25rem)}}.live-ui__detail-intro[data-astro-cid-ecwmyb7g]{display:flex;flex-direction:column;gap:.65rem}.live-ui__detail-eyebrow[data-astro-cid-ecwmyb7g]{margin:0;font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--accent-amber)}.live-ui__detail-heading[data-astro-cid-ecwmyb7g]{margin:0;font-size:clamp(1.2rem,2.4vw,1.55rem);line-height:1.25;font-weight:600;color:var(--text);letter-spacing:-.015em}.live-ui__detail-lede[data-astro-cid-ecwmyb7g]{margin:.25rem 0 0;color:var(--text-muted);font-size:.95rem;line-height:1.5}.live-ui__panel[data-astro-cid-ecwmyb7g]{border-radius:22px;overflow:hidden;background:var(--panel-bg);border:1px solid var(--panel-border);box-shadow:0 1px rgb(var(--fg-channel) / .04) inset,0 40px 80px -32px #000000b3,0 0 0 1px rgb(var(--primary-channel) / .04);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.live-ui__detection-wrap[data-astro-cid-ecwmyb7g]{position:relative;display:flex;flex-direction:column;isolation:isolate}.live-ui__detection-wrap[data-astro-cid-ecwmyb7g]:before{content:"";position:absolute;inset:-6% -4%;z-index:-1;pointer-events:none;background:radial-gradient(50% 50% at 30% 30%,rgb(var(--primary-channel) / .18),transparent 70%),radial-gradient(45% 50% at 75% 75%,rgb(var(--accent-channel) / .14),transparent 70%);filter:blur(36px)}.detection-gallery{display:flex;flex-direction:column;gap:1rem;width:100%}.detection-gallery__embla{position:relative;width:100%;overflow:visible}.detection-gallery__slide{flex:0 0 100%;min-width:0}.detection-gallery__figure{margin:0;transition:opacity .32s var(--ease-out),transform .32s var(--ease-out)}@media(min-width:768px){.detection-gallery__slide{flex-basis:84%}.detection-gallery__slide:not([data-active=true]) .detection-gallery__figure{opacity:.4;transform:scale(.92)}}.detection-gallery__img{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:16px;border:1px solid rgb(var(--fg-channel) / .08);box-shadow:0 30px 60px -28px #000000bf}.detection-gallery__caption{display:inline-flex;align-items:center;gap:.45rem;margin-top:.7rem;font-size:.8rem;font-weight:600;letter-spacing:.02em;color:rgb(var(--fg-channel) / .7)}.detection-gallery__caption-dot{width:.45rem;height:.45rem;border-radius:50%;background:var(--primary);box-shadow:0 0 8px rgb(var(--primary-channel) / .7)}.detection-gallery__arrow{display:none}@media(min-width:768px){.detection-gallery__arrow{display:inline-flex;position:absolute;top:38%;width:2.75rem;height:2.75rem;border-radius:999px;background:rgb(var(--bg-channel) / .7);border:1px solid rgb(var(--fg-channel) / .12);color:var(--foreground);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:2}.detection-gallery__arrow--prev{left:.5rem}.detection-gallery__arrow--next{right:.5rem}@media(hover:hover){.detection-gallery__arrow:hover{background:rgb(var(--primary-channel) / .2);border-color:rgb(var(--primary-channel) / .5)}}}.detection-gallery__dots{display:flex;justify-content:center;gap:.5rem}.detection-gallery__dot{position:relative;width:8px;height:8px;border-radius:50%;border:0;padding:0;cursor:pointer;background:rgb(var(--fg-channel) / .25);transition:background .2s var(--ease-out)}.detection-gallery__dot:before{content:"";position:absolute;inset:-18px}.detection-gallery__dot[data-active=true]{background:var(--primary);width:22px;border-radius:999px}@media(prefers-reduced-motion:reduce){.detection-gallery__figure{transition:none}}.live-ui-island{display:flex;flex-direction:column;gap:1rem;color:rgb(var(--fg-channel) / .92)}.live-ui-island__chrome{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;flex-wrap:wrap}.live-ui-island__actions{position:absolute;left:16px;bottom:14px;z-index:4;display:inline-flex;align-items:center;gap:.5rem}.live-ui-island__actions-sep{width:1px;height:22px;background:rgb(var(--fg-channel) / .1);margin:0 .05rem}.live-ui-action--icon-only{width:36px;height:36px;padding:0;justify-content:center}.live-ui-action.live-ui-island__reset{position:absolute;z-index:5;inset:auto 16px 14px auto}@media(max-width:1199px){.live-ui-action.live-ui-island__reset{bottom:60px}}@media(max-width:767px){.live-ui-action.live-ui-island__reset{right:12px}}.live-ui-action{--acc: 255, 255, 255;--acc-hex: #ffffff;position:relative;display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .95rem;border-radius:999px;font-family:inherit;font-size:.82rem;font-weight:500;letter-spacing:-.005em;line-height:1;color:rgb(var(--fg-channel) / .88);background:#0e121ab3;border:1px solid rgb(var(--fg-channel) / .09);backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);cursor:pointer;min-height:var(--touch-min, 44px);min-width:var(--touch-min, 44px);white-space:nowrap;box-shadow:0 1px rgb(var(--fg-channel) / .05) inset,0 8px 22px -10px #0000008c;transition:transform .2s var(--ease-spring),box-shadow .24s ease,background .24s ease,color .2s ease,border-color .24s ease}.live-ui-action__icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;color:rgba(var(--acc),.9);transition:color .2s ease,transform .24s var(--ease-spring)}.live-ui-action__label{font-feature-settings:"cv11","ss03"}.live-ui-action__dot{width:6px;height:6px;border-radius:50%;background:rgba(var(--acc),0);box-shadow:0 0 rgba(var(--acc),0);opacity:0;margin-left:.05rem;transition:opacity .22s ease,background .22s ease,box-shadow .22s ease}.live-ui-action:hover{transform:translateY(-1px);color:rgb(var(--fg-channel) / .98);border-color:rgba(var(--acc),.45);background:rgb(var(--panel-channel) / .82);box-shadow:0 1px 0 var(--border-subtle) inset,0 0 0 4px rgba(var(--acc),.07),0 10px 24px -8px rgba(var(--acc),.32)}.live-ui-action:hover .live-ui-action__icon{transform:rotate(90deg)}.live-ui-action--reset:hover .live-ui-action__icon{transform:rotate(-60deg)}.live-ui-action:active{transform:translateY(0);transition-duration:80ms}.live-ui-action:focus-visible{outline:2px solid rgba(var(--acc),.7);outline-offset:3px}.live-ui-action[data-active=true]{color:#fff;background:linear-gradient(135deg,rgba(var(--acc),.34),rgba(var(--acc),.16));border-color:rgba(var(--acc),.7);box-shadow:0 1px rgb(var(--fg-channel) / .12) inset,0 0 0 4px rgba(var(--acc),.14),0 12px 28px -8px rgba(var(--acc),.55);transform:translateY(-1px)}.live-ui-action[data-active=true] .live-ui-action__icon{color:#fff;transform:rotate(45deg)}.live-ui-action[data-active=true] .live-ui-action__dot{background:rgba(var(--acc),1);box-shadow:0 0 10px rgba(var(--acc),.8);opacity:1;animation:live-ui-action-dot 1.6s ease-in-out infinite}@keyframes live-ui-action-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.35);opacity:.55}}.live-ui-action--note{--acc: 62, 197, 231;--acc-hex: var(--primary)}.live-ui-action--tx{--acc: 186, 130, 230;--acc-hex: var(--accent-violet)}.live-ui-action--reset{--acc: 200, 210, 224;--acc-hex: #c8d2e0;color:rgb(var(--fg-channel) / .72)}.live-ui-action--reset:hover{color:rgb(var(--fg-channel) / .96)}.live-ui-action--reset .live-ui-action__icon{color:rgb(var(--fg-channel) / .7)}.live-ui-island__mode-banner{position:absolute;top:14px;left:50%;transform:translate(-50%);z-index:6;padding:.5rem 1.1rem;border-radius:999px;background:rgb(var(--bg-channel) / .86);border:1px solid rgb(var(--primary-channel) / .55);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-size:.82rem;color:rgb(var(--fg-channel) / .95);pointer-events:none;white-space:nowrap;animation:live-ui-banner-in .28s var(--ease-spring);box-shadow:0 10px 30px -10px rgb(var(--primary-channel) / .35)}.live-ui-island__mode-banner[data-mode=addingTreatment]{border-color:rgb(var(--violet-channel) / .55);box-shadow:0 10px 30px -10px rgb(var(--violet-channel) / .35)}@keyframes live-ui-banner-in{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}.live-ui-demo-cursor{position:absolute;z-index:7;width:22px;height:22px;pointer-events:none;transform:translate(-50%,-50%);transition:left .8s cubic-bezier(.45,.05,.55,.95),top .8s cubic-bezier(.45,.05,.55,.95),opacity .32s ease}.live-ui-demo-cursor[data-stage=cursor-in],.live-ui-demo-cursor[data-stage=cursor-moving],.live-ui-demo-cursor[data-stage=pressing],.live-ui-demo-cursor[data-stage=dragging],.live-ui-demo-cursor[data-stage=releasing]{opacity:1}.live-ui-demo-cursor[data-stage=fading-out]{opacity:0}.live-ui-demo-cursor[data-stage=pressing]{transition-duration:.18s}.live-ui-demo-cursor[data-stage=dragging]{transition-duration:.7s}.live-ui-demo-cursor__dot{position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle,rgb(var(--fg-channel) / .98),rgb(var(--primary-channel) / .9) 60%,rgb(var(--drift-teal) / .6));border:1.5px solid rgb(var(--fg-channel) / .95);box-shadow:0 0 0 3px rgb(var(--primary-channel) / .25),0 0 18px rgb(var(--primary-channel) / .55);transform:scale(1);transition:transform .18s ease}.live-ui-demo-cursor[data-stage=pressing] .live-ui-demo-cursor__dot,.live-ui-demo-cursor[data-stage=dragging] .live-ui-demo-cursor__dot{transform:scale(.75)}.live-ui-demo-cursor__halo{position:absolute;inset:-8px;border-radius:50%;border:1.5px solid rgb(var(--primary-channel) / .55);opacity:0;animation:live-ui-demo-halo 1.6s ease-out infinite}@keyframes live-ui-demo-halo{0%{opacity:.7;transform:scale(.6)}to{opacity:0;transform:scale(1.8)}}.live-ui-demo-rect{position:absolute;z-index:6;pointer-events:none;border:1.5px dashed rgb(var(--primary-channel) / .7);background:rgb(var(--primary-channel) / .1);border-radius:3px;transition:width .7s cubic-bezier(.45,.05,.55,.95),height .7s cubic-bezier(.45,.05,.55,.95),opacity .32s ease}.live-ui-demo-rect[data-stage=dragging]{box-shadow:0 0 24px rgb(var(--primary-channel) / .25) inset}.live-ui-demo-rect[data-stage=releasing]{background:rgb(var(--primary-channel) / .18);box-shadow:0 0 32px rgb(var(--primary-channel) / .45) inset}.live-ui-demo-rect[data-stage=fading-out]{opacity:0}.live-ui-island__stage{--canvas-h: clamp(540px, 70vh, 720px);position:relative;display:grid;grid-template-columns:minmax(0,1fr);gap:0;border-radius:22px;overflow:visible;isolation:isolate}@media(min-width:1200px){.live-ui-island__stage{grid-template-columns:minmax(0,9fr) minmax(0,3fr)}}.live-ui-island__canvas{position:relative;z-index:2;height:var(--canvas-h);border-radius:22px;overflow:hidden;background:var(--background);border:1px solid var(--divider);box-shadow:0 1px rgb(var(--fg-channel) / .04) inset,0 40px 80px -32px #000000b3}.live-ui-island__canvas[data-selection=on]{box-shadow:0 0 0 1px rgb(var(--primary-channel) / .6) inset,0 40px 80px -32px #000000b3}.live-ui-island__dom-overlay{position:absolute;inset:0;pointer-events:none;z-index:3}.live-ui-island__dom-overlay>*{pointer-events:auto}.live-ui-island__status{position:absolute;left:50%;bottom:14px;transform:translate(-50%);z-index:4;display:inline-flex;align-items:center;gap:.55rem;padding:.4rem .85rem;border-radius:999px;background:rgb(var(--bg-channel) / .8);border:1px solid var(--border);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-size:.78rem;color:rgb(var(--fg-channel) / .78);font-variant-numeric:tabular-nums;white-space:nowrap;max-width:calc(100% - 24px);overflow:hidden;text-overflow:ellipsis}@media(max-width:767px){.live-ui-island__status{font-size:.7rem;padding:.35rem .7rem;gap:.4rem}.live-ui-island__status-frame,.live-ui-island__status-frame-sep,.live-ui-island__status-week{display:none}}.live-ui-island__status strong{color:rgb(var(--fg-channel) / .95);font-weight:600}.live-ui-island__status-issue{color:var(--accent)!important}.live-ui-island__status-sep{opacity:.45}.live-ui-filter-row{display:inline-flex;align-items:center;gap:.75rem;padding:.3rem .5rem .3rem .8rem;border-radius:999px;background:var(--card-default);border:1px solid var(--divider);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);flex-wrap:wrap;max-width:100%}@media(max-width:767px){.live-ui-filter-row{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;width:100%;border-radius:14px}.live-ui-filter-row::-webkit-scrollbar{display:none}.live-ui-filter-row__group{flex-wrap:nowrap}.live-ui-filter-row__chip{flex-shrink:0}}.live-ui-filter-row__label{font-size:.74rem;font-weight:500;color:var(--foreground-subtle);text-transform:uppercase;letter-spacing:.06em}.live-ui-filter-row__group{display:inline-flex;gap:.25rem;background:transparent}.live-ui-filter-row__chip{display:inline-flex;align-items:center;gap:.35rem;padding:.6rem .9rem;font-size:.78rem;font-weight:500;border-radius:999px;background:rgb(var(--fg-channel) / .03);color:rgb(var(--fg-channel) / .72);border:1px solid transparent;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease;min-height:var(--touch-min, 44px)}.live-ui-filter-row__chip:hover{color:rgb(var(--fg-channel) / .95);background:var(--divider)}.live-ui-filter-row__chip[data-state=on]{background:rgb(var(--primary-channel) / .18);color:#fff;border-color:rgb(var(--primary-channel) / .45)}.live-ui-marker{position:absolute;transform:translate(-50%,-50%);transition:opacity .32s ease-out,transform .32s var(--ease-spring);pointer-events:auto}.live-ui-marker[data-intro=out]{opacity:0;transform:translate(-50%,calc(-50% - 12px))}.live-ui-marker__hit{background:transparent;border:0;padding:0;cursor:pointer;display:inline-flex;font:inherit;color:inherit;transition:transform .2s var(--ease-spring);position:relative}.live-ui-marker__hit:before{content:"";position:absolute;top:50%;left:50%;width:44px;height:44px;transform:translate(-50%,-50%);border-radius:999px;z-index:0}.live-ui-marker__hit:hover{transform:scale(1.12)}.live-ui-marker__hit:active{transform:scale(1)}.live-ui-marker__hit:focus-visible{outline:2px solid var(--accent-cyan, #3ec5e7);outline-offset:4px;border-radius:999px}.live-ui-island[data-affordance=camera][data-affordance-cam="0"] .live-ui-marker--camera[data-cam-index="0"],.live-ui-island[data-affordance=camera][data-affordance-cam="1"] .live-ui-marker--camera[data-cam-index="1"],.live-ui-island[data-affordance=camera][data-affordance-cam="2"] .live-ui-marker--camera[data-cam-index="2"],.live-ui-island[data-affordance=camera][data-affordance-cam="3"] .live-ui-marker--camera[data-cam-index="3"],.live-ui-island[data-affordance=camera][data-affordance-cam="4"] .live-ui-marker--camera[data-cam-index="4"],.live-ui-island[data-affordance=camera][data-affordance-cam="5"] .live-ui-marker--camera[data-cam-index="5"]{animation:live-ui-hint-pulse .45s ease-out;z-index:5}.live-ui-island[data-affordance=camera][data-affordance-cam="0"] .live-ui-marker--camera[data-cam-index="0"]:after,.live-ui-island[data-affordance=camera][data-affordance-cam="1"] .live-ui-marker--camera[data-cam-index="1"]:after,.live-ui-island[data-affordance=camera][data-affordance-cam="2"] .live-ui-marker--camera[data-cam-index="2"]:after,.live-ui-island[data-affordance=camera][data-affordance-cam="3"] .live-ui-marker--camera[data-cam-index="3"]:after,.live-ui-island[data-affordance=camera][data-affordance-cam="4"] .live-ui-marker--camera[data-cam-index="4"]:after,.live-ui-island[data-affordance=camera][data-affordance-cam="5"] .live-ui-marker--camera[data-cam-index="5"]:after{content:"";position:absolute;inset:-10px;border-radius:50%;border:2px solid rgb(var(--primary-channel) / .8);animation:live-ui-hint-ring .52s ease-out;pointer-events:none}.live-ui-island[data-affordance=note] .live-ui-marker--note{animation:live-ui-hint-pulse 1.1s ease-out;z-index:5}.live-ui-island[data-affordance=note] .live-ui-marker--note:after{content:"";position:absolute;inset:-10px;border-radius:50%;border:2px solid rgba(255,229,178,.85);animation:live-ui-hint-ring 1.1s ease-out;pointer-events:none}.live-ui-island[data-affordance=note] .live-ui-action--note:not([data-active=true]){animation:live-ui-hint-button-cyan 1.1s ease-out}.live-ui-island[data-affordance=treatment] .live-ui-marker--treatment{animation:live-ui-hint-pulse 1.1s ease-out;z-index:5}.live-ui-island[data-affordance=treatment] .live-ui-marker--treatment:after{content:"";position:absolute;inset:-10px;border-radius:50%;border:2px solid rgb(var(--violet-channel) / .85);animation:live-ui-hint-ring 1.1s ease-out;pointer-events:none}.live-ui-island[data-affordance=treatment] .live-ui-action--tx:not([data-active=true]){animation:live-ui-hint-button-purple 1.1s ease-out}@keyframes live-ui-hint-pulse{0%{transform:translate(-50%,-50%) scale(1)}35%{transform:translate(-50%,-50%) scale(1.22)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes live-ui-hint-ring{0%{opacity:.9;transform:scale(.7)}to{opacity:0;transform:scale(2.4)}}@keyframes live-ui-hint-button-cyan{0%,to{box-shadow:0 1px rgb(var(--fg-channel) / .05) inset,0 8px 22px -10px #0000008c;transform:translateY(0)}35%{box-shadow:0 1px rgb(var(--fg-channel) / .12) inset,0 0 0 6px rgb(var(--primary-channel) / .18),0 12px 28px -8px rgb(var(--primary-channel) / .6);transform:translateY(-2px)}}@keyframes live-ui-hint-button-purple{0%,to{box-shadow:0 1px rgb(var(--fg-channel) / .05) inset,0 8px 22px -10px #0000008c;transform:translateY(0)}35%{box-shadow:0 1px rgb(var(--fg-channel) / .12) inset,0 0 0 6px rgb(var(--violet-channel) / .18),0 12px 28px -8px rgb(var(--violet-channel) / .6);transform:translateY(-2px)}}.live-ui-cam-pin{position:relative;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:rgb(var(--bg-channel) / .92);border:1.5px solid var(--accent-cyan, #3ec5e7);color:var(--accent-cyan, #3ec5e7);box-shadow:0 0 12px rgb(var(--primary-channel) / .35)}.live-ui-cam-pin:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%) rotate(45deg);width:6px;height:6px;background:rgb(var(--bg-channel) / .92);border-right:1.5px solid var(--accent-cyan, #3ec5e7);border-bottom:1.5px solid var(--accent-cyan, #3ec5e7)}.live-ui-cam-pin[data-status=issue]{border-color:var(--accent-amber, #fdba4d);color:var(--accent-amber, #fdba4d);box-shadow:0 0 12px rgb(var(--accent-channel) / .45)}.live-ui-cam-pin[data-status=issue]:after{border-right-color:var(--accent-amber, #fdba4d);border-bottom-color:var(--accent-amber, #fdba4d)}.live-ui-cam-pin[data-status=offline]{border-color:rgb(var(--fg-channel) / .35);color:rgb(var(--fg-channel) / .45);box-shadow:none}.live-ui-cam-pin[data-status=offline]:after{border-right-color:rgb(var(--fg-channel) / .35);border-bottom-color:rgb(var(--fg-channel) / .35)}.live-ui-cam-pin__icon{display:inline-flex}.live-ui-treatment-pin{display:inline-flex;color:var(--accent-violet);filter:drop-shadow(0 6px 10px rgba(106,0,194,.45))}.live-ui-marker__hit--treatment:focus-visible{outline-color:var(--accent-violet)}.live-ui-marker__hit--note:focus-visible{outline-color:#ffe5b2}.live-ui-marker-card{background:rgb(var(--bg-channel) / .95);border:1px solid rgb(var(--fg-channel) / .12);color:rgb(var(--fg-channel) / .95);width:220px;padding:.75rem .85rem}.live-ui-marker-card__name{font-weight:600;font-size:.92rem;margin-bottom:.4rem}.live-ui-marker-card__row{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.3rem;font-size:.78rem}.live-ui-marker-card__meta{color:rgb(var(--fg-channel) / .6)}.live-ui-marker-card__detail{font-size:.75rem;color:var(--foreground-subtle)}.live-ui-cell-anchor{position:absolute;width:0;height:0;pointer-events:none}.live-ui-cell-tooltip{background:rgb(var(--bg-channel) / .97);border:1px solid rgb(var(--fg-channel) / .12);color:rgb(var(--fg-channel) / .95);width:240px;padding:.75rem 0}.live-ui-cell-tooltip__title{padding:0 .9rem .6rem;font-size:.82rem;font-weight:600;letter-spacing:.01em}.live-ui-cell-tooltip__rows{display:flex;flex-direction:column}.live-ui-cell-tooltip__row{display:grid;grid-template-columns:20px 1fr auto;gap:.65rem;align-items:center;padding:.4rem .9rem;font-size:.83rem}.live-ui-cell-tooltip__label{color:rgb(var(--fg-channel) / .88)}.live-ui-cell-tooltip__count{font-variant-numeric:tabular-nums;font-weight:600;color:rgb(var(--fg-channel) / .95)}.live-ui-cell-tooltip__sep{margin:.3rem 0;background:var(--border)}.live-ui-cell-tooltip__view{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem .9rem;background:transparent;border:0;color:var(--accent-cyan, #3ec5e7);font-size:.82rem;font-weight:500;cursor:pointer}.live-ui-cell-tooltip__view:hover{background:rgb(var(--primary-channel) / .08)}.live-ui-note-tooltip{background:rgb(var(--bg-channel) / .97);border:1px solid rgba(255,226,178,.22);color:rgb(var(--fg-channel) / .95);width:280px;padding:.75rem .85rem .9rem}.live-ui-note-tooltip__header{display:flex;gap:.55rem;align-items:flex-start;margin-bottom:.55rem}.live-ui-note-tooltip__pin{display:inline-flex;transform:scale(.78);transform-origin:top left;margin-top:-2px}.live-ui-note-tooltip__title{font-size:.82rem;font-weight:600;color:rgb(var(--fg-channel) / .96)}.live-ui-note-tooltip__time{font-size:.7rem;color:rgb(var(--fg-channel) / .5);margin-top:.1rem}.live-ui-note-tooltip__body{font-size:.85rem;line-height:1.4;color:rgb(var(--fg-channel) / .88);padding:.1rem .05rem .6rem}.live-ui-note-tooltip__sep{background:var(--border);margin:.3rem 0}.live-ui-note-tooltip__section-label{font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;color:rgb(var(--fg-channel) / .5);padding:.45rem 0 .3rem}.live-ui-note-tooltip__comments{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.live-ui-note-tooltip__comment{display:grid;grid-template-columns:1fr auto;gap:.2rem .5rem}.live-ui-note-tooltip__comment-author{font-size:.74rem;font-weight:500;color:rgb(var(--fg-channel) / .85)}.live-ui-note-tooltip__comment-time{font-size:.68rem;color:rgb(var(--fg-channel) / .45);font-variant-numeric:tabular-nums}.live-ui-note-tooltip__comment-body{grid-column:1 / -1;margin:0;font-size:.76rem;line-height:1.35;color:rgb(var(--fg-channel) / .7)}.live-ui-note-tooltip__attachments{display:flex;flex-direction:column;gap:.3rem;padding-top:.4rem}.live-ui-note-tooltip__attachment{display:inline-flex;align-items:center;gap:.4rem;font-size:.74rem;color:rgb(var(--primary-channel) / .85);padding:.2rem .4rem;border-radius:4px;background:rgb(var(--primary-channel) / .07);width:fit-content;cursor:pointer;transition:background .16s ease}.live-ui-note-tooltip__attachment:hover{background:rgb(var(--primary-channel) / .14)}.live-ui-tx-tooltip{background:rgb(var(--bg-channel) / .97);border:1px solid rgb(var(--violet-channel) / .32);color:rgb(var(--fg-channel) / .95);width:280px;padding:.75rem .85rem .85rem}.live-ui-tx-tooltip__header{display:flex;gap:.55rem;align-items:flex-start;margin-bottom:.6rem}.live-ui-tx-tooltip__pin{transform:scale(.75);transform-origin:top left;margin-top:-1px}.live-ui-tx-tooltip__title{font-size:.86rem;font-weight:600;color:rgb(var(--fg-channel) / .96)}.live-ui-tx-tooltip__time{font-size:.7rem;color:rgb(var(--fg-channel) / .5);margin-top:.1rem}.live-ui-tx-tooltip__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;padding:.3rem 0 .4rem}.live-ui-tx-tooltip__stat{display:flex;flex-direction:column;gap:.15rem}.live-ui-tx-tooltip__stat-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.06em;color:rgb(var(--fg-channel) / .5)}.live-ui-tx-tooltip__stat-value{font-size:.84rem;font-weight:600;color:rgb(var(--fg-channel) / .95)}.live-ui-tx-tooltip__stat-value--ok{color:var(--success)}.live-ui-tx-tooltip__sep{background:var(--border);margin:.2rem 0 .5rem}.live-ui-tx-tooltip__note{font-size:.72rem;color:var(--foreground-subtle);line-height:1.35}.live-ui-activity{position:relative;z-index:1;display:flex;flex-direction:column;gap:.85rem;padding:1rem 1rem 1.1rem;border-radius:22px;background:rgb(var(--panel-channel) / .65);border:1px solid var(--border-subtle);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);height:var(--canvas-h);max-height:var(--canvas-h);min-height:0;overflow:hidden;box-shadow:0 30px 60px -30px #0000008c}@media(max-width:1199px){.live-ui-activity{height:auto;max-height:none;min-height:0}}@media(min-width:1200px){.live-ui-activity{transform:translate(-32px);padding-left:2.5rem}}.live-ui-chart{display:flex;flex-direction:column;gap:.4rem}.live-ui-chart__header{display:flex;flex-direction:column;gap:.25rem}.live-ui-chart__title{font-size:.78rem;font-weight:600;color:rgb(var(--fg-channel) / .85);letter-spacing:.01em}.live-ui-chart__legend{display:flex;gap:.6rem;flex-wrap:wrap;font-size:.7rem;color:rgb(var(--fg-channel) / .7)}.live-ui-chart__legend-item{display:inline-flex;align-items:center;gap:.3rem;transition:opacity .16s ease}.live-ui-chart__legend-item[data-on=false]{opacity:.35}.live-ui-chart__swatch{width:8px;height:8px;border-radius:2px}.live-ui-chart__canvas{height:160px}.live-ui-chart__tooltip{z-index:3;min-width:120px;padding:.45rem .55rem;border-radius:8px;background:rgb(var(--bg-channel) / .95);border:1px solid rgb(var(--fg-channel) / .12);box-shadow:0 18px 38px #00000073;font-size:.66rem;color:rgb(var(--fg-channel) / .92)}.live-ui-chart__tooltip-date{color:rgb(var(--fg-channel) / .6);margin-bottom:.3rem}.live-ui-chart__tooltip-row{display:flex;align-items:center;gap:.35rem}.live-ui-chart__tooltip-row strong{margin-left:auto;font-variant-numeric:tabular-nums}.live-ui-list{display:flex;flex-direction:column;gap:.5rem;min-height:0;flex:1}.live-ui-list__header{display:flex;align-items:center;justify-content:space-between;font-size:.78rem;font-weight:600;color:rgb(var(--fg-channel) / .85)}.live-ui-list__count{font-size:.7rem;color:var(--foreground-subtle);background:rgb(var(--fg-channel) / .05);padding:.1rem .45rem;border-radius:999px}.live-ui-list__scroll{flex:1 1 0;min-height:0;overflow:hidden;border-radius:10px;background:rgb(var(--fg-channel) / .02);border:1px solid rgb(var(--fg-channel) / .04)}.live-ui-list__items{list-style:none;margin:0;padding:.25rem 0;display:flex;flex-direction:column}.live-ui-list__empty{padding:1rem;font-size:.8rem;color:rgb(var(--fg-channel) / .45);text-align:center}.live-ui-list-row{display:grid;grid-template-columns:22px 1fr auto;gap:.55rem;align-items:start;padding:.5rem .65rem;font-size:.78rem;border-bottom:1px solid rgb(var(--fg-channel) / .04)}.live-ui-list-row:last-child{border-bottom:0}.live-ui-list-row__icon{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center}.live-ui-list-row__icon--note{transform:scale(.75);transform-origin:top left}.live-ui-list-row__icon--tx{color:var(--accent-violet);transform:scale(.7);transform-origin:top left}.live-ui-list-row__body{min-width:0}.live-ui-list-row__title{color:rgb(var(--fg-channel) / .92);font-weight:500;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-ui-list-row__detail{margin-top:.1rem;color:var(--foreground-subtle);font-size:.72rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-ui-list-row__time{color:rgb(var(--fg-channel) / .45);font-size:.7rem;font-variant-numeric:tabular-nums;padding-top:.1rem}.detection-card{display:flex;flex-direction:column;width:100%}.detection-card__chrome{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;border-bottom:1px solid rgb(var(--fg-channel) / .05);background:rgb(var(--bg-channel) / .6);gap:.75rem;flex-wrap:wrap}.detection-card__classes{display:flex;gap:.4rem;flex-wrap:wrap}.detection-card__class-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .65rem;border-radius:999px;background:color-mix(in srgb,var(--chip-color) 14%,transparent);border:1px solid color-mix(in srgb,var(--chip-color) 50%,transparent);font-size:.74rem;font-weight:500;color:rgb(var(--fg-channel) / .95);white-space:nowrap}.detection-card__class-dot{width:7px;height:7px;border-radius:50%;background:var(--chip-color);box-shadow:0 0 10px var(--chip-color);animation:detection-pulse 1.6s ease-in-out infinite}.detection-card__class-count{color:var(--foreground-subtle);font-weight:400}@keyframes detection-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(1.5)}}.detection-card__meta{display:flex;gap:.4rem;font-size:.75rem;color:rgb(var(--fg-channel) / .5);letter-spacing:.01em}.detection-card__sep{opacity:.5}.detection-card__viewport{position:relative;flex:1;aspect-ratio:16 / 10;overflow:hidden;background:#050709}.detection-card__photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.detection-card__svg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.detection-card__svg .detection-card__bbox{pointer-events:auto;transition:stroke-width .14s ease,filter .24s ease}.detection-card__footer{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;border-top:1px solid rgb(var(--fg-channel) / .05);background:rgb(var(--bg-channel) / .6);gap:.75rem;flex-wrap:wrap}.detection-card__stats{display:inline-flex;align-items:baseline;gap:.4rem;color:var(--foreground-subtle);font-size:.82rem}.detection-card__stats strong{font-size:1.15rem;font-weight:600;color:rgb(var(--fg-channel) / .95)}.detection-card__cta-row{display:flex;gap:.45rem}.detection-card__cta{background:var(--primary);color:#051a20;border:0;padding:.7rem 1.1rem;min-height:var(--touch-min, 44px);border-radius:8px;font-size:.82rem;font-weight:600;cursor:pointer;transition:transform .14s ease,box-shadow .2s ease;box-shadow:0 0 rgb(var(--primary-channel) / 0);font-family:inherit}.detection-card__cta:hover{transform:translateY(-1px);box-shadow:0 8px 18px -6px rgb(var(--primary-channel) / .5)}.detection-card__cta--secondary{background:var(--border);color:rgb(var(--fg-channel) / .85)}.detection-card__cta--secondary:hover{background:rgb(var(--fg-channel) / .14);box-shadow:none}@media(prefers-reduced-motion:reduce){.live-ui-marker,.live-ui-demo-cursor,.live-ui-demo-rect{transition:none!important}.live-ui-cam-pin,.live-ui-marker-card,.live-ui-cell-tooltip,.detection-card__class-dot,.live-ui-demo-cursor__halo,.live-ui-island__mode-banner,.live-ui-action__dot,.live-ui-action{animation:none!important}}@media(max-width:1199px){.live-ui-island__chrome{flex-direction:column;align-items:stretch;gap:.7rem}.live-ui-activity{transform:none;padding-left:1rem;min-height:0}.live-ui-chart__canvas{height:140px}}@media(max-width:1199px){.live-ui-island__actions{bottom:60px;left:12px}}@media(max-width:767px){.live-ui-action__label{display:none}.live-ui-action{padding:.45rem .6rem;gap:.35rem}.live-ui-action__dot,.live-ui-list{display:none}}.hiw[data-astro-cid-62z7vfvx]{background:transparent;color:rgb(var(--fg-channel) / .95);padding:clamp(4rem,9vh,7rem) 0;position:relative;isolation:isolate}.hiw__container[data-astro-cid-62z7vfvx]{width:min(1240px,100% - 2.5rem);margin:0 auto}.hiw__intro[data-astro-cid-62z7vfvx]{max-width:56ch;margin:0 auto clamp(2.5rem,6vh,4rem);text-align:center}.hiw__heading[data-astro-cid-62z7vfvx]{margin:0 0 1.25rem;font-size:clamp(2rem,5.2vw,3.6rem);line-height:1.05;letter-spacing:-.02em;font-weight:600;color:rgb(var(--fg-channel) / .95)}.hiw__sub[data-astro-cid-62z7vfvx]{margin:.85rem auto 0;max-width:56ch;color:rgb(var(--fg-channel) / .6);font-size:clamp(.92rem,1.5vw,1.05rem);line-height:1.5}.hiw__steps[data-astro-cid-62z7vfvx]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:clamp(1.25rem,2.5vw,2rem)}.hiw__step[data-astro-cid-62z7vfvx]{display:grid;grid-template-columns:1fr;gap:1.25rem;padding:clamp(1.25rem,2.5vw,2.25rem);border-radius:var(--radius-lg);background:var(--card-default);border:1px solid var(--divider);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@media(min-width:1200px){.hiw__step[data-astro-cid-62z7vfvx]{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:clamp(1.25rem,2.5vw,2.25rem);align-items:center}}.hiw__step-content[data-astro-cid-62z7vfvx] h3[data-astro-cid-62z7vfvx]{margin:0 0 .65rem;font-size:clamp(1.15rem,2vw,1.4rem);font-weight:600;line-height:1.25;color:rgb(var(--fg-channel) / .95);letter-spacing:-.01em}.hiw__step-content[data-astro-cid-62z7vfvx] p[data-astro-cid-62z7vfvx]{margin:0 0 1rem;color:rgb(var(--fg-channel) / .65);font-size:.97rem;line-height:1.5}.hiw__chips[data-astro-cid-62z7vfvx]{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}.hiw__chips[data-astro-cid-62z7vfvx] li[data-astro-cid-62z7vfvx]{padding:.3rem .7rem;border-radius:999px;background:var(--primary-bg-faint);border:1px solid rgb(var(--primary-channel) / .25);color:#b4e6f5eb;font-size:.78rem;font-weight:500;line-height:1.3}.hiw__step-foot[data-astro-cid-62z7vfvx]{margin:1rem 0 0;display:inline-flex;align-items:flex-start;gap:.4rem;font-size:.78rem;color:var(--foreground-subtle);font-style:italic}.hiw__step-foot[data-astro-cid-62z7vfvx] span[data-astro-cid-62z7vfvx]{color:var(--primary);font-style:normal;font-weight:600}.hiw__step-anchor[data-astro-cid-62z7vfvx]{display:inline-flex;align-items:center;gap:.4rem;margin-top:.5rem;padding:.6rem 1rem;min-height:var(--touch-min, 44px);border-radius:10px;background:var(--gradient-brand);color:#051a20;font-size:.88rem;font-weight:600;text-decoration:none;transition:transform .14s ease,box-shadow .2s ease;box-shadow:0 8px 18px -10px rgb(var(--primary-channel) / .6)}.hiw__step-anchor[data-astro-cid-62z7vfvx]:hover{transform:translateY(-1px);box-shadow:0 12px 24px -10px rgb(var(--accent-channel) / .7)}.hiw__step-anchor[data-astro-cid-62z7vfvx]:focus-visible{outline:3px solid var(--primary);outline-offset:4px}.hiw__step-anchor[data-astro-cid-62z7vfvx] span[data-astro-cid-62z7vfvx]{font-size:1rem;line-height:1;font-weight:700}.hiw__step-visual[data-astro-cid-62z7vfvx]{position:relative;aspect-ratio:4 / 3;border-radius:14px;overflow:hidden;background:#050709;border:1px solid var(--divider)}.hiw__step-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hiw__step-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.05) contrast(1.05) brightness(.92)}.hiw__step[data-astro-cid-62z7vfvx][data-visual=map] .hiw__step-visual[data-astro-cid-62z7vfvx]{display:flex;flex-direction:column;padding:1rem;gap:.75rem;background:linear-gradient(135deg,#143c2466,#050709)}.hiw__map[data-astro-cid-62z7vfvx]{flex:1;background:repeating-linear-gradient(0deg,rgb(var(--fg-channel) / .03) 0,rgb(var(--fg-channel) / .03) 1px,transparent 1px,transparent 18px),repeating-linear-gradient(90deg,rgb(var(--fg-channel) / .03) 0,rgb(var(--fg-channel) / .03) 1px,transparent 1px,transparent 18px);border-radius:8px;position:relative;overflow:hidden}.hiw__map-cell[data-astro-cid-62z7vfvx]{position:absolute;border-radius:4px;border:1.5px dashed currentColor;animation:hiw-pulse 2s ease-in-out infinite;animation-play-state:paused}.hiw[data-astro-cid-62z7vfvx][data-inview=true] .hiw__map-cell[data-astro-cid-62z7vfvx]{animation-play-state:running}.hiw__map-cell--high[data-astro-cid-62z7vfvx]{color:var(--danger);background:#d62f3d2e;top:22%;left:18%;width:22%;height:24%}.hiw__map-cell--mid[data-astro-cid-62z7vfvx]{color:var(--accent);background:rgb(var(--accent-channel) / .18);top:50%;left:55%;width:18%;height:20%;animation-delay:.3s}.hiw__map-cell--low[data-astro-cid-62z7vfvx]{color:var(--primary);background:rgb(var(--primary-channel) / .18);top:12%;left:65%;width:14%;height:16%;animation-delay:.6s}@keyframes hiw-pulse{0%,to{opacity:1}50%{opacity:.55}}.hiw__map-caption[data-astro-cid-62z7vfvx]{margin:0;font-size:.78rem;color:var(--foreground-subtle);text-align:center;line-height:1.35}.hiw__intro[data-astro-cid-62z7vfvx],.hiw__step[data-astro-cid-62z7vfvx]{opacity:0;transform:translateY(44px) scale(.97);filter:blur(8px);transition:opacity 1s var(--ease-out),transform 1s var(--ease-out),filter 1s var(--ease-out)}.hiw[data-astro-cid-62z7vfvx][data-revealed=true] .hiw__intro[data-astro-cid-62z7vfvx]{opacity:1;transform:translateY(0) scale(1);filter:blur(0);transition-delay:0ms}.hiw[data-astro-cid-62z7vfvx][data-revealed=true] .hiw__step[data-astro-cid-62z7vfvx]:nth-child(1){opacity:1;transform:translateY(0) scale(1);filter:blur(0);transition-delay:.15s}.hiw[data-astro-cid-62z7vfvx][data-revealed=true] .hiw__step[data-astro-cid-62z7vfvx]:nth-child(2){opacity:1;transform:translateY(0) scale(1);filter:blur(0);transition-delay:.3s}.hiw[data-astro-cid-62z7vfvx][data-revealed=true] .hiw__step[data-astro-cid-62z7vfvx]:nth-child(3){opacity:1;transform:translateY(0) scale(1);filter:blur(0);transition-delay:.45s}@media(min-width:768px)and (max-width:1199px){.hiw__step[data-astro-cid-62z7vfvx]{grid-template-columns:1fr;gap:1.5rem}.hiw__step-visual[data-astro-cid-62z7vfvx]{width:100%;max-width:480px;justify-self:center}}@media(max-width:767px){.hiw[data-astro-cid-62z7vfvx]{padding:3.5rem 0}.hiw__container[data-astro-cid-62z7vfvx]{width:min(1240px,100% - 2rem)}.hiw__heading[data-astro-cid-62z7vfvx]{font-size:clamp(1.75rem,7vw,2.25rem)}.hiw__sub[data-astro-cid-62z7vfvx]{font-size:.97rem}.hiw__step[data-astro-cid-62z7vfvx]{grid-template-columns:1fr;gap:1rem;padding:1.25rem}.hiw__step-content[data-astro-cid-62z7vfvx] h3[data-astro-cid-62z7vfvx]{font-size:1.2rem}.hiw__step-foot[data-astro-cid-62z7vfvx]{font-size:.82rem}}@media(prefers-reduced-motion:reduce){.hiw__intro[data-astro-cid-62z7vfvx],.hiw__step[data-astro-cid-62z7vfvx]{transition-duration:.01ms!important;transform:none!important;filter:none!important;opacity:1!important}.hiw__map-cell[data-astro-cid-62z7vfvx]{animation:none!important}.hiw__step-anchor[data-astro-cid-62z7vfvx]{transition:none!important}}.tm[data-astro-cid-xlxfypyb]{background:transparent;padding:clamp(2.5rem,6vh,4rem) 0;border-block:1px solid rgb(var(--fg-channel) / .04);position:relative;overflow:hidden;isolation:isolate}.tm__container[data-astro-cid-xlxfypyb]{width:min(1240px,100% - 2.5rem);margin:0 auto}.tm__caption[data-astro-cid-xlxfypyb]{margin:0 0 1.5rem;text-align:center;color:rgb(var(--fg-channel) / .45);font-size:.82rem;letter-spacing:.04em}.tm__caption[data-astro-cid-xlxfypyb] span[data-astro-cid-xlxfypyb]{color:rgb(var(--fg-channel) / .78);font-weight:500}.tm__track-wrap[data-astro-cid-xlxfypyb]{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 92%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 92%,transparent 100%)}.tm__pause[data-astro-cid-xlxfypyb]{position:absolute;top:50%;right:12px;transform:translateY(-50%);z-index:2;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border-radius:999px;background:rgb(var(--panel-channel) / .78);border:1px solid rgb(var(--fg-channel) / .12);color:rgb(var(--fg-channel) / .78);cursor:pointer;transition:opacity .22s ease,background .22s ease,color .22s ease;opacity:0}.tm__track-wrap[data-astro-cid-xlxfypyb]:hover .tm__pause[data-astro-cid-xlxfypyb],.tm__track-wrap[data-astro-cid-xlxfypyb]:focus-within .tm__pause[data-astro-cid-xlxfypyb],.tm__pause[data-astro-cid-xlxfypyb]:focus-visible{opacity:1}.tm__pause[data-astro-cid-xlxfypyb]:hover,.tm__pause[data-astro-cid-xlxfypyb]:focus-visible{background:rgb(var(--panel-channel) / .95);color:#fff}.tm__pause[data-astro-cid-xlxfypyb]:focus-visible{outline:2px solid rgb(var(--primary-channel) / .6);outline-offset:2px}.tm__pause-icon--paused[data-astro-cid-xlxfypyb],.tm[data-astro-cid-xlxfypyb][data-paused=true] .tm__pause-icon--playing[data-astro-cid-xlxfypyb]{display:none}.tm[data-astro-cid-xlxfypyb][data-paused=true] .tm__pause-icon--paused[data-astro-cid-xlxfypyb]{display:inline}.tm[data-astro-cid-xlxfypyb][data-paused=true] .tm__track[data-astro-cid-xlxfypyb]{animation-play-state:paused}.tm__track[data-astro-cid-xlxfypyb]{display:flex;align-items:center;gap:3.5rem;padding:.5rem clamp(1rem,.5rem + 3vw,3.5rem);width:max-content;animation:tm-scroll var(--marquee-dur, 36s) linear infinite;animation-play-state:paused}.tm[data-astro-cid-xlxfypyb][data-inview=true] .tm__track[data-astro-cid-xlxfypyb]{animation-play-state:running}.tm[data-astro-cid-xlxfypyb][data-paused=true][data-inview=true] .tm__track[data-astro-cid-xlxfypyb]{animation-play-state:paused}@keyframes tm-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(hover:hover){.tm__track[data-astro-cid-xlxfypyb]:hover{animation-play-state:paused}}.tm__logo[data-astro-cid-xlxfypyb]{display:flex;align-items:center;flex-shrink:0;color:rgb(var(--fg-channel) / .92);opacity:.62;filter:grayscale(.2);transition:opacity .22s ease,filter .22s ease;--logo-h: 28px}.tm__logo[data-astro-cid-xlxfypyb]:hover{opacity:1;filter:grayscale(0)}.tm__caption[data-astro-cid-xlxfypyb],.tm__track-wrap[data-astro-cid-xlxfypyb]{opacity:0;transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}.tm__caption[data-astro-cid-xlxfypyb]{transform:translateY(16px)}.tm__track-wrap[data-astro-cid-xlxfypyb]{transform:translateY(24px)}.tm[data-astro-cid-xlxfypyb][data-revealed=true] .tm__caption[data-astro-cid-xlxfypyb]{opacity:1;transform:translateY(0);transition-delay:0ms}.tm[data-astro-cid-xlxfypyb][data-revealed=true] .tm__track-wrap[data-astro-cid-xlxfypyb]{opacity:1;transform:translateY(0);transition-delay:.15s}@media(min-width:768px)and (max-width:1199px){.tm[data-astro-cid-xlxfypyb]{padding:clamp(2rem,5vh,3rem) 0}.tm__track[data-astro-cid-xlxfypyb]{gap:3rem;--marquee-dur: 40s}}@media(max-width:767px){.tm[data-astro-cid-xlxfypyb]{padding:2rem 0}.tm__caption[data-astro-cid-xlxfypyb]{font-size:.95rem;margin-bottom:1.25rem}.tm__track[data-astro-cid-xlxfypyb]{gap:2.5rem;--marquee-dur: 45s}.tm__logo[data-astro-cid-xlxfypyb]{--logo-h: 36px}}@media(prefers-reduced-motion:reduce){.tm__caption[data-astro-cid-xlxfypyb],.tm__track-wrap[data-astro-cid-xlxfypyb]{opacity:1!important;transform:none!important;transition:none!important}.tm__track[data-astro-cid-xlxfypyb]{animation:none!important;flex-wrap:wrap;width:100%;justify-content:center}.tm__track[data-astro-cid-xlxfypyb]>.tm__logo[data-astro-cid-xlxfypyb][aria-hidden=true]{display:none}.tm__logo[data-astro-cid-xlxfypyb]{transition:none!important}}.roi[data-astro-cid-7njeef7m]{background:transparent;color:rgb(var(--fg-channel) / .95);padding:clamp(4rem,9vh,7rem) 0;position:relative;isolation:isolate}.roi__container[data-astro-cid-7njeef7m]{width:min(1240px,100% - 2.5rem);margin:0 auto}.roi__intro[data-astro-cid-7njeef7m]{max-width:56ch;margin:0 auto clamp(2.5rem,6vh,4rem);text-align:center}.roi__heading[data-astro-cid-7njeef7m]{margin:0 0 1.25rem;font-size:clamp(2rem,5.2vw,3.6rem);line-height:1.05;letter-spacing:-.02em;font-weight:600;color:rgb(var(--fg-channel) / .95)}.roi__lede[data-astro-cid-7njeef7m]{margin:.85rem auto 0;max-width:56ch;color:rgb(var(--fg-channel) / .6);font-size:clamp(.92rem,1.5vw,1.05rem);line-height:1.5}.roi__sub[data-astro-cid-7njeef7m]{margin:.5rem auto 0;max-width:56ch;color:rgb(var(--fg-channel) / .45);font-size:.82rem;font-style:italic;line-height:1.5}.roi__disclaimer[data-astro-cid-7njeef7m]{margin:clamp(2.5rem,5vh,4rem) auto 0;max-width:56ch;text-align:center;font-size:clamp(.75rem,1.1vw,.82rem);line-height:1.5;color:var(--foreground-faint);font-style:italic}.roi__grid[data-astro-cid-7njeef7m]{display:grid;grid-template-columns:1fr;gap:clamp(2rem,4vw,3rem);align-items:start}@media(min-width:1200px){.roi__grid[data-astro-cid-7njeef7m]{grid-template-columns:minmax(0,1fr) 420px;gap:clamp(2.5rem,5vw,4rem);align-items:stretch}}.roi__preview[data-astro-cid-7njeef7m]{display:flex;flex-direction:column}.roi-chart{border-radius:14px;overflow:hidden;background:rgb(var(--bg-channel) / .55);border:1px solid var(--divider);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;flex-direction:column;flex:1;min-height:360px}.roi-chart__chrome{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.55rem .85rem;border-bottom:1px solid rgb(var(--fg-channel) / .05);flex-shrink:0}.roi-chart__chrome-left{display:inline-flex;align-items:center;gap:.45rem;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--foreground-subtle)}.roi-chart__chrome-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .6rem;border-radius:999px;font-size:.7rem;font-weight:600;letter-spacing:.04em;color:var(--primary);background:rgb(var(--primary-channel) / .12);border:1px solid rgb(var(--primary-channel) / .3);font-variant-numeric:tabular-nums;transition:color .24s ease,background .24s ease,border-color .24s ease,box-shadow .24s ease}.roi-chart__chrome-badge--pulse{animation:roi-badge-pulse .52s var(--ease-out)}@keyframes roi-badge-pulse{0%{transform:scale(1);box-shadow:0 0 rgb(var(--primary-channel) / .55)}40%{transform:scale(1.06);box-shadow:0 0 0 8px rgb(var(--primary-channel) / 0)}to{transform:scale(1);box-shadow:0 0 rgb(var(--primary-channel) / 0)}}.roi-chart .roi-chart__svg>*{opacity:0;transform:translateY(8px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}.roi-chart[data-mounted=true] .roi-chart__svg>*{opacity:1;transform:translateY(0)}.roi-chart[data-mounted=true] .roi-chart__svg>path[fill^=url]{transition-delay:.1s}.roi-chart[data-mounted=true] .roi-chart__svg>path[stroke]{transition-delay:.24s}.roi-chart[data-mounted=true] .roi-chart__svg>circle{transition-delay:.48s}@media(prefers-reduced-motion:reduce){.roi-chart .roi-chart__svg>*{opacity:1!important;transform:none!important;transition:none!important}.roi-chart__chrome-badge--pulse{animation:none!important}}.roi-chart__dot{width:6px;height:6px;border-radius:50%;background:var(--success);box-shadow:0 0 8px var(--success);animation:roi-chart-dot-pulse 1.6s ease-in-out infinite;animation-play-state:paused}.roi[data-astro-cid-7njeef7m][data-inview=true] .roi-chart__dot{animation-play-state:running}@keyframes roi-chart-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(1.3)}}.roi-chart__body{padding:0;display:flex;flex-direction:column;position:relative;flex:1;min-height:240px}.roi-chart__svg{width:100%;height:100%;display:block;cursor:crosshair;touch-action:pan-y;flex:1}.roi-chart__legend{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;padding:.65rem 1rem;font-size:.76rem;border-top:1px solid rgb(var(--fg-channel) / .05);background:#00000026;flex-shrink:0;color:rgb(var(--fg-channel) / .75)}.roi-chart__legend-item{display:inline-flex;align-items:center;gap:.4rem}.roi-chart__legend-item strong{margin-left:.15rem;color:rgb(var(--fg-channel) / .95);font-variant-numeric:tabular-nums;font-weight:600}.roi-chart__legend-sep{width:1px;height:12px;background:rgb(var(--fg-channel) / .12)}.roi-chart__swatch{width:12px;height:12px;border-radius:3px}.roi-chart__swatch--loss{background:#d68b98}.roi-chart__swatch--save{background:var(--primary)}.roi-chart__tooltip{position:absolute;top:.5rem;pointer-events:none;z-index:5;background:rgb(var(--bg-channel) / .95);border:1px solid rgb(var(--fg-channel) / .12);border-radius:10px;padding:.55rem .75rem;min-width:180px;font-size:.75rem;color:rgb(var(--fg-channel) / .85);box-shadow:0 8px 24px #0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.roi-chart__tooltip-month{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:rgb(var(--fg-channel) / .5);margin-bottom:.35rem;font-weight:600}.roi-chart__tooltip-row{display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:.45rem;padding:.15rem 0;font-size:.72rem}.roi-chart__tooltip-row .roi-chart__swatch{width:10px;height:10px}.roi-chart__tooltip-row strong{color:rgb(var(--fg-channel) / .95);font-variant-numeric:tabular-nums;font-weight:600}.roi-chart__tooltip-delta{margin-top:.4rem;padding-top:.35rem;border-top:1px solid var(--border);color:rgb(var(--fg-channel) / .75);font-size:.72rem}.roi-chart__tooltip-delta strong{color:var(--primary);font-variant-numeric:tabular-nums;font-weight:700}.roi-chart__tooltip-delta[data-negative=true]{color:#d68b98e6}.roi-chart__tooltip-delta[data-negative=true] strong{color:#d68b98}.roi-form__payback{margin-top:.6rem;padding:.65rem .85rem;border-radius:10px;background:rgb(var(--primary-channel) / .08);border:1px solid rgb(var(--primary-channel) / .2);display:flex;align-items:center;justify-content:space-between;font-size:.85rem}.roi-form__payback strong{color:var(--primary);font-weight:700;font-variant-numeric:tabular-nums}.roi-form__output-sub-value[data-negative=true]{color:#d68b98}.roi__widget[data-astro-cid-7njeef7m]{padding:clamp(1.25rem,2.5vw,2rem);border-radius:var(--radius-lg);background:var(--card-default);border:1px solid var(--divider);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.roi-form{display:flex;flex-direction:column;gap:1.25rem}.roi-form__slider-row{display:flex;flex-direction:column;gap:.4rem}.roi-form__slider-label{display:flex;align-items:baseline;justify-content:space-between;font-size:.85rem;color:rgb(var(--fg-channel) / .85);font-weight:500}.roi-form__slider-value{font-variant-numeric:tabular-nums;color:rgb(var(--fg-channel) / .95);font-weight:600}.roi-form__slider{appearance:none;-webkit-appearance:none;width:100%;height:6px;background:linear-gradient(to right,var(--primary) 0%,var(--primary) calc(var(--p, 0%)),rgb(var(--fg-channel) / .12) calc(var(--p, 0%)),rgb(var(--fg-channel) / .12) 100%);border-radius:999px;outline:none;cursor:pointer}.roi-form__slider::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid var(--primary);box-shadow:0 0 0 4px rgb(var(--primary-channel) / .15);cursor:grab;transition:transform .14s ease,box-shadow .2s ease}.roi-form__slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 0 0 6px rgb(var(--primary-channel) / .22)}.roi-form__slider::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.05)}.roi-form__slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid var(--primary);box-shadow:0 0 0 4px rgb(var(--primary-channel) / .15);cursor:grab;transition:transform .14s ease,box-shadow .2s ease}.roi-form__slider:focus-visible{outline:2px solid var(--primary);outline-offset:6px;border-radius:999px}.roi-form__slider-bounds{display:flex;justify-content:space-between;font-size:.7rem;color:var(--foreground-faint);font-variant-numeric:tabular-nums}.roi-form__divider{height:1px;background:var(--border);margin:.25rem 0}.roi-form__outputs{display:flex;flex-direction:column;gap:.85rem}.roi-form__output-primary{display:flex;flex-direction:column;gap:.3rem}.roi-form__output-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--foreground-subtle);font-weight:600}.roi-form__output-value{font-size:clamp(2rem,5vw,3.6rem);font-weight:700;line-height:1;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.roi-form__output-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding-top:.25rem}.roi-form__output-sub-label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:rgb(var(--fg-channel) / .5);margin-bottom:.15rem}.roi-form__output-sub-value{display:block;font-size:.92rem;color:rgb(var(--fg-channel) / .85);font-weight:500;font-variant-numeric:tabular-nums}.roi__intro[data-astro-cid-7njeef7m],.roi__preview[data-astro-cid-7njeef7m],.roi__widget[data-astro-cid-7njeef7m]{opacity:0;transform:translateY(44px) scale(.97);filter:blur(8px);transition:opacity 1s var(--ease-out),transform 1s var(--ease-out),filter 1s var(--ease-out)}.roi__preview[data-astro-cid-7njeef7m]{transform:translateY(44px) translate(-24px) scale(.97)}.roi__widget[data-astro-cid-7njeef7m]{transform:translateY(44px) translate(24px) scale(.97)}.roi[data-astro-cid-7njeef7m][data-revealed=true] .roi__intro[data-astro-cid-7njeef7m]{opacity:1;transform:translateY(0) scale(1);filter:blur(0);transition-delay:0ms}.roi[data-astro-cid-7njeef7m][data-revealed=true] .roi__preview[data-astro-cid-7njeef7m]{opacity:1;transform:translateY(0) translate(0) scale(1);filter:blur(0);transition-delay:.15s}.roi[data-astro-cid-7njeef7m][data-revealed=true] .roi__widget[data-astro-cid-7njeef7m]{opacity:1;transform:translateY(0) translate(0) scale(1);filter:blur(0);transition-delay:.25s}@media(max-width:1199px){.roi__widget[data-astro-cid-7njeef7m]{order:1}.roi__preview[data-astro-cid-7njeef7m]{order:2}.roi__preview[data-astro-cid-7njeef7m],.roi__widget[data-astro-cid-7njeef7m]{transform:translateY(44px) scale(.97)}}@media(max-width:767px){.roi[data-astro-cid-7njeef7m]{padding:3.5rem 0}.roi__container[data-astro-cid-7njeef7m]{width:min(1240px,100% - 2rem)}.roi__heading[data-astro-cid-7njeef7m]{font-size:clamp(1.75rem,7vw,2.25rem)}.roi-form__slider::-webkit-slider-thumb,.roi-form__slider::-moz-range-thumb{width:24px;height:24px}.roi-form__output-row{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.roi__intro[data-astro-cid-7njeef7m],.roi__preview[data-astro-cid-7njeef7m],.roi__widget[data-astro-cid-7njeef7m]{transition:none!important;transform:none!important;filter:none!important;opacity:1!important}.roi-form__slider::-webkit-slider-thumb,.roi-form__slider::-moz-range-thumb{transition:none!important}.roi-chart__dot{animation:none!important}}.nextsteps[data-astro-cid-mvpztiyp]{background:transparent;padding:clamp(3rem,8vh,6rem) 0;position:relative;isolation:isolate}.nextsteps__container[data-astro-cid-mvpztiyp]{width:min(1080px,100% - 2.5rem);margin:0 auto}.nextsteps__intro[data-astro-cid-mvpztiyp]{text-align:center;display:flex;flex-direction:column;gap:.5rem;align-items:center;margin-bottom:clamp(2rem,5vh,3.5rem)}.nextsteps__heading[data-astro-cid-mvpztiyp]{margin:0;font-size:clamp(1.5rem,3.2vw,2.4rem);line-height:1.12;font-weight:600;letter-spacing:-.01em;color:rgb(var(--fg-channel) / .96)}.nextsteps__lede[data-astro-cid-mvpztiyp]{margin:0;font-size:clamp(.95rem,1.6vw,1.15rem);font-weight:500;color:rgb(var(--primary-channel) / .85)}.nextsteps__steps[data-astro-cid-mvpztiyp]{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(max-width:1023px){.nextsteps__steps[data-astro-cid-mvpztiyp]{grid-template-columns:repeat(2,1fr)}}@media(max-width:559px){.nextsteps__steps[data-astro-cid-mvpztiyp]{grid-template-columns:1fr}}.nextsteps__step[data-astro-cid-mvpztiyp]{display:flex;flex-direction:column;gap:.55rem;padding:clamp(1.25rem,2.5vw,1.75rem);border-radius:var(--radius-lg);border:1px solid rgb(var(--fg-channel) / .1);background:rgb(var(--fg-channel) / .03);opacity:0;transform:translateY(18px);transition:opacity .6s var(--ease-out),transform .6s var(--ease-out);transition-delay:calc(var(--step-i) * 90ms)}.nextsteps__num[data-astro-cid-mvpztiyp]{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.6rem;background:rgb(var(--primary-channel) / .14);color:var(--primary);font-size:1.05rem;font-weight:700}.nextsteps__step-title[data-astro-cid-mvpztiyp]{margin:0;font-size:clamp(.95rem,1.5vw,1.05rem);font-weight:600;color:rgb(var(--fg-channel) / .95)}.nextsteps__step-body[data-astro-cid-mvpztiyp]{margin:0;font-size:.9rem;line-height:1.5;color:rgb(var(--fg-channel) / .6)}.nextsteps__cta[data-astro-cid-mvpztiyp]{margin-top:clamp(1.75rem,4vh,2.75rem);padding:clamp(1.5rem,3vw,2.25rem);border-radius:var(--radius-lg);background:var(--gradient-brand);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 1.5rem;opacity:0;transform:translateY(18px);transition:opacity .6s var(--ease-out),transform .6s var(--ease-out);transition-delay:.36s}.nextsteps__cta-text[data-astro-cid-mvpztiyp]{margin:0;font-size:clamp(1rem,1.8vw,1.2rem);font-weight:600;color:var(--primary-foreground);max-width:28ch}.nextsteps__cta-actions[data-astro-cid-mvpztiyp]{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem 1.25rem}.nextsteps__cta-btn[data-astro-cid-mvpztiyp]{display:inline-flex;align-items:center;min-height:var(--touch-md, 48px);padding:0 1.5rem;border-radius:999px;background:var(--background);color:var(--foreground);font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .18s var(--ease-out)}.nextsteps__cta-btn[data-astro-cid-mvpztiyp]:active{transform:translateY(1px)}.nextsteps__cta-btn[data-astro-cid-mvpztiyp]:focus-visible{outline:2px solid var(--primary-foreground);outline-offset:3px}.nextsteps__cta-mail[data-astro-cid-mvpztiyp]{display:inline-flex;align-items:center;min-height:var(--touch-min, 44px);padding-block:.4rem;color:var(--primary-foreground);font-size:.92rem;font-weight:600;text-decoration:underline;text-underline-offset:2px}.nextsteps[data-astro-cid-mvpztiyp][data-revealed=true] .nextsteps__step[data-astro-cid-mvpztiyp],.nextsteps[data-astro-cid-mvpztiyp][data-revealed=true] .nextsteps__cta[data-astro-cid-mvpztiyp]{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.nextsteps__step[data-astro-cid-mvpztiyp],.nextsteps__cta[data-astro-cid-mvpztiyp]{transition:none;opacity:1;transform:none}}.testimonials[data-astro-cid-ee3h546r]{background:transparent;color:rgb(var(--fg-channel) / .95);padding:clamp(4rem,9vh,7rem) 0;position:relative;isolation:isolate}.testimonials__container[data-astro-cid-ee3h546r]{width:min(1240px,100% - 2.5rem);margin:0 auto}.testimonials__intro[data-astro-cid-ee3h546r]{max-width:56ch;margin:0 auto clamp(2.5rem,6vh,4rem);text-align:center}.testimonials__heading[data-astro-cid-ee3h546r]{margin:0 0 1.25rem;font-size:clamp(2rem,5.2vw,3.6rem);line-height:1.05;letter-spacing:-.02em;font-weight:600;color:rgb(var(--fg-channel) / .95)}.testimonials__sub[data-astro-cid-ee3h546r]{margin:.85rem auto 0;max-width:56ch;color:rgb(var(--fg-channel) / .6);font-size:clamp(.92rem,1.5vw,1.05rem);line-height:1.55}.testimonials__grid[data-astro-cid-ee3h546r]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.25rem,2.5vw,1.75rem)}@media(max-width:767px){.testimonials__grid[data-astro-cid-ee3h546r]{display:none}}.testimonials__card{--accent-from: var(--primary);--accent-to: var(--accent);--mx: .5;--my: .5;--hover: 0;position:relative;padding:clamp(1.5rem,3vw,2rem);padding-top:clamp(2.5rem,4vw,3.2rem);border-radius:var(--radius-lg);background:var(--card-default);border:1px solid var(--divider);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;flex-direction:column;gap:1.25rem;overflow:hidden;transform-style:preserve-3d;transform:perspective(900px) rotateX(calc((var(--my) - .5) * -6deg * var(--hover))) rotateY(calc((var(--mx) - .5) * 6deg * var(--hover))) translateY(calc(var(--hover) * -4px));transition:border-color .32s ease,box-shadow .32s ease,transform .32s var(--ease-out)}@media(hover:hover){.testimonials__card:hover{border-color:color-mix(in srgb,var(--accent-from) 40%,transparent);box-shadow:0 24px 48px #0000006b,0 0 0 1px color-mix(in srgb,var(--accent-from) 18%,transparent)}}.testimonials__card-halo{position:absolute;inset:-1px;pointer-events:none;background:radial-gradient(circle at calc(var(--mx) * 100%) calc(var(--my) * 100%),color-mix(in srgb,var(--accent-from) 18%,transparent) 0%,transparent 55%);opacity:var(--hover);transition:opacity .32s ease;border-radius:inherit;z-index:0}.testimonials__card>[data-astro-cid-ee3h546r]{position:relative;z-index:1}.testimonials__quote-mark{position:absolute;top:.25rem;left:.85rem;font-size:clamp(3rem,5vw,4.5rem);line-height:1;font-style:normal;font-family:Georgia,Times New Roman,serif;font-weight:700;user-select:none;background:linear-gradient(120deg,var(--accent-from) 0%,var(--accent-to) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;opacity:.45;transform:scale(calc(1 + var(--hover) * .12)) translateY(calc(var(--hover) * -2px));transition:opacity .32s ease,transform .32s var(--ease-out)}.testimonials__card:hover .testimonials__quote-mark{opacity:.8}.testimonials__quote{margin:0;font-size:clamp(.98rem,1.4vw,1.08rem);line-height:1.6;color:rgb(var(--fg-channel) / .88);font-style:italic}.testimonials__meta{display:flex;align-items:center;gap:.85rem;font-style:normal;padding-top:.85rem;border-top:1px solid var(--border-subtle);margin-top:auto}.testimonials__avatar{flex-shrink:0;width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;letter-spacing:.02em;color:var(--primary-foreground);background:linear-gradient(135deg,var(--accent-from) 0%,var(--accent-to) 100%);box-shadow:0 4px 16px color-mix(in srgb,var(--accent-from) 32%,transparent);user-select:none}.testimonials__meta-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.testimonials__meta-text>strong{color:rgb(var(--fg-channel) / .95);font-weight:600;font-size:.95rem;line-height:1.2}.testimonials__meta-text>span{color:var(--foreground-subtle);font-size:.8rem;line-height:1.3}.testimonials__company{color:color-mix(in srgb,var(--accent-from) 92%,white 8%)!important;font-weight:500}.testimonials__mobile[data-astro-cid-ee3h546r]{display:none}@media(max-width:767px){.testimonials__mobile[data-astro-cid-ee3h546r]{display:block}}.testimonials-carousel__embla{overflow:hidden}.testimonials-carousel__slide{flex:0 0 100%;padding:0 .25rem}.testimonials-carousel__dots{display:flex;justify-content:center;gap:1.5rem;margin-top:1.25rem}.testimonials-carousel__dot{width:8px;height:8px;border-radius:50%;background:rgb(var(--fg-channel) / .2);border:0;padding:0;cursor:pointer;position:relative;transition:background-color .24s ease,transform .24s ease}.testimonials-carousel__dot[data-active=true]{background:var(--primary);transform:scale(1.3)}.testimonials-carousel__dot:before{content:"";position:absolute;inset:-16px}.testimonials__intro[data-astro-cid-ee3h546r],.testimonials__card[data-astro-cid-ee3h546r]{opacity:0;transform:translateY(24px);filter:blur(8px);transition:opacity .8s var(--ease-out),transform .8s var(--ease-out),filter .8s var(--ease-out)}.testimonials[data-astro-cid-ee3h546r][data-revealed=true] .testimonials__intro[data-astro-cid-ee3h546r],.testimonials[data-astro-cid-ee3h546r][data-revealed=true] .testimonials__card[data-astro-cid-ee3h546r]{opacity:1;transform:translateY(0);filter:blur(0)}.testimonials[data-astro-cid-ee3h546r][data-revealed=true] .testimonials__card[data-astro-cid-ee3h546r]:nth-child(1){transition-delay:80ms}.testimonials[data-astro-cid-ee3h546r][data-revealed=true] .testimonials__card[data-astro-cid-ee3h546r]:nth-child(2){transition-delay:.16s}.testimonials[data-astro-cid-ee3h546r][data-revealed=true] .testimonials__card[data-astro-cid-ee3h546r]:nth-child(3){transition-delay:.24s}.testimonials[data-astro-cid-ee3h546r][data-revealed=true] .testimonials__card[data-astro-cid-ee3h546r]:nth-child(4){transition-delay:.32s}@media(max-width:767px){.testimonials[data-astro-cid-ee3h546r]{padding:3.5rem 0}.testimonials__container[data-astro-cid-ee3h546r]{width:min(1240px,100% - 2rem)}.testimonials__quote{font-size:1rem}}@media(prefers-reduced-motion:reduce){.testimonials__intro[data-astro-cid-ee3h546r],.testimonials__card[data-astro-cid-ee3h546r]{transition:none!important;transform:none!important;filter:none!important;opacity:1!important}.testimonials__card,.testimonials-carousel__dot{transition:none!important}}
