@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Inter+Tight:wght@600;700;800&display=swap";:root{--bg: #f6f3ee;--bg-soft: #fffdfa;--surface: rgba(255, 255, 255, .82);--surface-strong: rgba(255, 255, 255, .94);--surface-glass: rgba(255, 255, 255, .72);--line: rgba(25, 31, 48, .1);--line-strong: rgba(25, 31, 48, .16);--text: #151c2f;--muted: #5f6778;--soft: #8a91a0;--mint: #0ea57d;--mint-soft: #e7fbf4;--cobalt: #3f63ff;--cobalt-soft: #ebefff;--amber: #d98f28;--amber-soft: #fff4e2;--coral: #e16c54;--coral-soft: #fff0ec;--graphite-soft: #f0f3f8;--radius: 4px;--shadow-sm: 0 16px 36px rgba(31, 42, 78, .08);--shadow-md: 0 24px 54px rgba(31, 42, 78, .12);--shadow-lg: 0 36px 80px rgba(31, 42, 78, .16);--site-header-height: 80px;color-scheme:light}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden;font-family:Inter,sans-serif;font-size:16px;line-height:1.6;color:var(--text);background:radial-gradient(circle at top left,rgba(14,165,125,.12),transparent 28%),radial-gradient(circle at top right,rgba(63,99,255,.1),transparent 32%),linear-gradient(180deg,#fbfaf8,#fffdfa 34%,#f7f5f1)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{border:0;background:none}img{display:block;max-width:100%}#root{min-height:100vh}.site-shell{position:relative;min-height:100vh;--page-frame-top-gap: .5rem}.site-shell:before,.site-shell:after{content:"";position:fixed;pointer-events:none;z-index:0;width:34rem;height:34rem;border-radius:999px;filter:blur(68px);opacity:.26}.site-shell:before{top:-14rem;left:-12rem;background:#0ea57d5c}.site-shell:after{top:12rem;right:-16rem;background:#3f63ff38}.shell-grid{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;opacity:.38;background-image:linear-gradient(rgba(21,28,47,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(21,28,47,.035) 1px,transparent 1px);background-size:88px 88px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.3),transparent 82%);mask-image:linear-gradient(180deg,rgba(0,0,0,.3),transparent 82%)}.site-shell__heroRibbon{position:absolute;top:0;left:calc(var(--home-hero-left-gap, 0px) + 9.6rem);right:auto;z-index:0;width:min(75vw,1290px);height:var(--home-hero-bottom-offset, calc(var(--site-header-height) + var(--page-frame-top-gap) + var(--home-hero-height, 720px)));pointer-events:none;opacity:1;overflow:hidden;clip-path:inset(0);will-change:transform}.hero-wave-canvas{display:block;width:100%;height:100%;opacity:1}.site-header,.page-frame,.site-footer{position:relative;z-index:1}.site-header{position:sticky;top:0;z-index:30;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:0}.site-header:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#151c2f1a;pointer-events:none;transition:opacity .18s ease}.site-header:has(.site-header__inner:hover):after,.site-header--platformOpen:after,.site-header--scrolled:after{opacity:0}.site-header__inner{position:relative;isolation:isolate;width:min(1200px,calc(100vw - 32px));margin:0 auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:1.35rem;padding:.72rem 1.5rem 1rem}.site-header__inner:before{content:"";position:absolute;top:6px;right:0;bottom:6px;left:0;z-index:-1;border:1px solid transparent;border-radius:4px;background:#fff0;box-shadow:none;opacity:0;pointer-events:none;transition:opacity .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.site-header__inner:hover:before,.site-header--scrolled .site-header__inner:before,.site-header--platformOpen .site-header__inner:before{opacity:1;background:#fff;border-color:#151c2f14;box-shadow:0 14px 30px #1a24400d}.site-header--platformOpen .site-header__inner:before{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:transparent}.brand-lockup{grid-column:1 / 2;display:inline-flex;align-items:center;min-width:0}.brand-lockup__eyebrow,.section-intro__eyebrow,.route-hero__eyebrow,.home-hero__eyebrow,.callout__eyebrow,.use-case-card__eyebrow,.screenshot-frame__eyebrow,.demo-banner__eyebrow,.demo-gate__eyebrow,.timeline-card__eyebrow,.checklist-card__eyebrow,.demo-layout__eyebrow,.demo-panel__eyebrow,.proof-metric-card__qualifier,.demo-metric-card__label,.site-footer__eyebrow,.site-footer__label,.hero-stage__windowMeta span,.screenshot-frame__caption,.stage-card__badge,.model-card__id,.model-card__state,.label-pill,.editorial-panel__header span,.editorial-step span,.pipeline-rail__item span{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700;color:var(--mint)}.brand-lockup__title{color:var(--muted);font-size:.95rem;font-weight:500}.brand-lockup--mark{justify-self:start}.brand-mark{display:inline-flex;width:2.75rem;height:2.75rem;border-radius:.48rem;box-shadow:0 14px 32px #3a54c62e}.brand-mark svg{display:block;width:100%;height:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header__menuButton{grid-column:4 / 5;justify-self:end;display:none;align-items:center;gap:.7rem;margin-left:auto;padding:.7rem .85rem;border:1px solid var(--line);border-radius:var(--radius);background:#ffffff47;-webkit-backdrop-filter:blur(12px) saturate(110%);backdrop-filter:blur(12px) saturate(110%);color:var(--text);cursor:pointer}.site-header__menuIcon{display:grid;gap:3px}.site-header__menuIcon span{width:14px;height:1px;border-radius:999px;background:currentColor}.site-header__nav{grid-column:2 / 3;position:relative;display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:1.15rem;min-width:0}.nav-chip{display:inline-flex;align-items:center;justify-content:center;min-height:auto;padding:.22rem 0;border:0;border-radius:0;background:transparent;color:#27324a;font-size:.95rem;font-weight:500;white-space:nowrap;transition:color .18s ease,opacity .18s ease}.nav-chip:hover,.nav-group__trigger:hover,.nav-group--open>.nav-group__trigger{color:#4f46ff}.nav-chip--active{color:var(--text)}.nav-group{position:relative}.nav-group__trigger{gap:.55rem}.nav-group--active>.nav-group__trigger{color:var(--text)}.nav-group__caret{width:.44rem;height:.44rem;border-right:1.4px solid currentColor;border-bottom:1.4px solid currentColor;transform:rotate(45deg) translateY(-1px);transform-origin:center;transition:transform .18s ease}.nav-group--open .nav-group__caret{transform:rotate(-135deg) translate(-1px)}.nav-group__panel{position:fixed;top:calc(var(--site-header-height) - 7px);left:50%;z-index:35;width:min(1200px,calc(100vw - 32px));padding:1.2rem 1.35rem 1.35rem;border:1px solid rgba(21,28,47,.08);border-top:0;border-radius:0 0 4px 4px;background:#fff;box-shadow:0 24px 56px #1a24401a;opacity:0;visibility:hidden;transform:translate(-50%,-10px);pointer-events:none;overflow:hidden;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.nav-group__panel--open{opacity:1;visibility:visible;transform:translate(-50%);pointer-events:auto}.nav-group__panel:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:#151c2f1a;pointer-events:none}.nav-group__eyebrow{margin:0 0 .55rem;text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;font-weight:700;color:var(--soft)}.nav-group__links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.nav-subitem{display:block;min-height:4.75rem;padding:.95rem 1rem;border:1px solid rgba(21,28,47,.08);border-radius:var(--radius);color:var(--text);font-weight:600;background:#fff;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}.nav-subitem:hover,.nav-subitem--active{transform:translateY(-1px);background:#f7f9ff;border-color:#151c2f24;color:var(--text)}.site-header__actions{grid-column:3 / 4;display:flex;align-items:center;gap:1rem}.site-header__actionLink{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.64rem 1.02rem;border:1px solid transparent;border-radius:4px;background:#fff0;color:#27324a;font-size:.94rem;font-weight:500;transition:color .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.site-header__inner:hover .site-header__actionLink,.site-header--scrolled .site-header__actionLink,.site-header--platformOpen .site-header__actionLink{border-color:#151c2f24;background:#fff;color:#4f46ff;box-shadow:0 10px 24px #1a24400f}.site-header__actionLink:hover,.site-header__actionLink:focus-visible{border-color:#151c2f3d;background:#fff;color:#3f63ff}.site-header__cta{display:inline-flex;align-items:center;justify-content:center;gap:.22rem;min-height:40px;padding:.64rem 1.08rem;border-radius:4px;background:linear-gradient(135deg,#3f5af5,#5d43ee);color:#fff;font-size:.94rem;font-weight:500;box-shadow:0 16px 32px #485fff2e;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.site-header__cta:hover,.site-header__cta:focus-visible{transform:translateY(-1px);background:linear-gradient(135deg,#263dd1,#3f28cf);box-shadow:0 18px 34px #2f47d442}.site-header__mobileActions{display:none}.page-frame{width:min(1200px,calc(100vw - 32px));margin:0 auto;padding:var(--page-frame-top-gap) 0 6rem}.page-stack{display:flex;flex-direction:column;gap:4.8rem}.home-hero,.route-hero,.content-section{scroll-margin-top:calc(var(--site-header-height) + 1rem)}.home-hero{position:relative;overflow:hidden;isolation:isolate;min-height:44rem;padding:0;border:1px solid rgba(21,28,47,.09);border-radius:var(--radius);background:linear-gradient(180deg,#ffffff57,#ffffff42);box-shadow:var(--shadow-lg)}.home-hero:before,.home-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.home-hero:before{background:linear-gradient(90deg,rgba(21,28,47,.06) 1px,transparent 1px),linear-gradient(rgba(21,28,47,.06) 1px,transparent 1px);background-size:118px 118px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.24),transparent 88%);mask-image:linear-gradient(180deg,rgba(0,0,0,.24),transparent 88%);opacity:.18}.home-hero:after{top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(90deg,#fffffff6,#fffffff0 38%,#fcfdffb8 54%,#f8faff38 66%,#f7f9ff0d,#f7f9ff00 92%);filter:none;opacity:1}.home-hero__content{position:relative;z-index:1;display:grid;gap:1.2rem;max-width:39rem}.home-hero__media{position:relative;inset:auto;min-height:34rem;pointer-events:none}.page-stack--overview{gap:3.45rem}.home-hero--stripe{position:relative;display:grid;gap:0;top:8px}.home-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(440px,.98fr);align-items:center;gap:2rem;min-height:34.5rem;padding:2.8rem 2rem 1rem 3.4rem}.home-hero__eyebrow{position:relative;z-index:2;margin:0;display:inline-flex;align-items:center;min-width:0;min-height:1.4em}.home-hero__eyebrowChip{position:relative;isolation:isolate;display:inline-flex;align-items:center;gap:.58rem;width:max-content;max-width:100%;min-width:0;padding:.56rem .78rem;border:1px solid rgba(69,100,255,.14);border-radius:4px;background:linear-gradient(135deg,#fffffff5,#f4f8fff0);box-shadow:0 14px 28px #3753ad14;overflow:hidden}.home-hero__eyebrowGlow,.home-hero__eyebrowDot{pointer-events:none}.home-hero__eyebrowGlow{position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;z-index:0;background:radial-gradient(circle at 16% 50%,rgba(18,179,138,.3),transparent 28%),radial-gradient(circle at 82% 50%,rgba(69,100,255,.28),transparent 30%);filter:blur(18px);opacity:.62}.home-hero__eyebrowDot{position:relative;z-index:2;width:.54rem;height:.54rem;flex:0 0 auto;border-radius:999px;background:linear-gradient(135deg,#12b38a,#4564ff);box-shadow:0 0 #4e75ff24}.home-hero__eyebrowText{display:inline-block;min-height:1.4em;max-width:100%;font-size:.68rem;letter-spacing:.1em}.home-hero__title>span{display:block;will-change:transform,opacity,filter;transform:translateZ(0);backface-visibility:hidden}.home-hero__titleAccent{display:block;background:linear-gradient(96deg,#4564ff,#4f79ff 32%,#2288b1 60%,#0ea57d);-webkit-background-clip:text;background-clip:text;color:transparent}.home-hero__title,.route-hero__title,.section-intro__title,.surface-card h3,.callout__title,.site-footer__title,.demo-banner h2,.demo-gate h2,.demo-layout__panel h2,.timeline h3,.hero-stage__windowMeta strong,.editorial-panel__header strong,.editorial-step strong,.pipeline-rail__item strong{margin:0;font-family:Inter,sans-serif;font-weight:800;letter-spacing:0;line-height:.98}.home-hero__title{max-width:8.4ch;font-family:Inter Tight,Inter,sans-serif;font-size:clamp(3.55rem,5.85vw,5.45rem);line-height:.92}.home-hero__body,.route-hero__body,.section-intro__body,.surface-card p,.callout__body,.site-footer__text,.site-footer__ctaText,.timeline__item p{margin:0;color:var(--muted)}.home-hero__body{max-width:33rem;font-size:1.08rem;line-height:1.56}.home-hero__trust{position:relative;z-index:2;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem;align-items:center;padding:.9rem 1.35rem .95rem;border-top:1px solid rgba(21,28,47,.08);background:linear-gradient(180deg,#ffffffb3,#f7faffeb)}.home-hero__trustItem{display:inline-flex;justify-content:center;font-size:.84rem;font-weight:700;color:#2f3950;text-align:center}.home-hero__pills,.home-hero__actions,.button-row,.inline-links,.route-hero__rail,.site-footer__actions{display:flex;flex-wrap:wrap;gap:.8rem}.home-hero__pill,.route-hero__railItem{display:inline-flex;align-items:center;min-height:2.5rem;padding:.7rem .95rem;border:1px solid rgba(21,28,47,.08);border-radius:var(--radius);background:#ffffffb8;color:var(--text);font-size:.92rem;box-shadow:0 12px 28px #1a24400d}.button-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.76rem 1.08rem;border:1px solid transparent;border-radius:var(--radius);font-size:.95rem;font-weight:500;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease}.button-link:hover{transform:translateY(-1px)}.button-link--withArrow{gap:.22rem}.button-link>span:first-child,.site-header__cta>span:first-child{display:inline-flex;align-items:center;line-height:1.1}.cta-arrow{display:inline-block;width:.78rem;height:.78rem;flex:0 0 auto;transform:translate(0);transition:transform .18s ease;overflow:visible}.cta-arrow__shaft,.cta-arrow__head{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cta-arrow__shaft{stroke-dasharray:5.2;stroke-dashoffset:5.2;transition:stroke-dashoffset .18s ease}.button-link--withArrow:hover .cta-arrow,.button-link--withArrow:focus-visible .cta-arrow,.site-header__cta:hover .cta-arrow,.site-header__cta:focus-visible .cta-arrow{transform:translate(2px)}.button-link--withArrow:hover .cta-arrow__shaft,.button-link--withArrow:focus-visible .cta-arrow__shaft,.site-header__cta:hover .cta-arrow__shaft,.site-header__cta:focus-visible .cta-arrow__shaft{stroke-dashoffset:0}.button-link--primary{background:linear-gradient(135deg,var(--mint),var(--cobalt));color:#fff;box-shadow:0 18px 32px #3666e933}.button-link--primary:hover,.button-link--primary:focus-visible{background:linear-gradient(135deg,#087f69,#2744cd)}.button-link--ghost{background:#fffffff5;border-color:#151c2f24;color:var(--text)}.button-link--quiet{background:#ffffffeb;border-color:#151c2f24;color:var(--muted)}.button-link--ghost:hover,.button-link--ghost:focus-visible,.button-link--quiet:hover,.button-link--quiet:focus-visible{border-color:#151c2f85;background:#fff;box-shadow:0 14px 28px #1a244014}.home-hero__stats,.metrics-grid,.three-up-grid,.two-up-grid,.flow-grid,.acquisition-grid,.gallery-grid,.application-matrix,.use-case-grid,.principle-grid,.stage-grid,.showcase-grid{display:grid;gap:1rem}.home-hero__stats{max-width:47rem;grid-template-columns:repeat(4,minmax(0,1fr))}.hero-stat,.surface-card,.editorial-panel,.pipeline-rail{position:relative;overflow:hidden;border:1px solid rgba(21,28,47,.08);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}.surface-card{--card-accent: rgba(21, 28, 47, .14);--card-soft: rgba(240, 243, 248, .9);display:grid;gap:.85rem;padding:1.4rem;background:linear-gradient(180deg,#ffffffe6,#ffffffc7)}.surface-card:before,.editorial-panel:before,.pipeline-rail:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent,transparent 44%,var(--card-soft));opacity:.9;pointer-events:none}.surface-card:after,.editorial-panel:after,.pipeline-rail:after{content:"";position:absolute;top:0;left:1.35rem;width:4.25rem;height:3px;border-radius:1px;background:var(--card-accent);pointer-events:none}.hero-stat{padding:1.05rem 1rem;background:#ffffffad;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-stat__value,.proof-metric-card__value,.demo-metric-card__value{display:block;font-family:Inter,sans-serif;font-size:1.7rem;font-weight:800;line-height:1}.hero-stat__label{margin-top:.45rem;color:var(--muted);font-size:.9rem;line-height:1.55}.hero-stage{position:relative;width:100%;height:100%;isolation:isolate}.hero-stage__ribbon{position:absolute;z-index:0;border-radius:20px;mix-blend-mode:normal;filter:saturate(110%)}.hero-stage__ribbon--primary{top:-6%;right:-12%;width:88%;height:120%;background:linear-gradient(135deg,#7b97ffcc,#ffa938f5 40%,#ff63bcc7 69%,#6659ffc2);transform:rotate(18deg);box-shadow:0 28px 80px #6f5bff2e}.hero-stage__ribbon--secondary{top:8%;right:12%;width:34%;height:82%;background:linear-gradient(180deg,#ffffffeb,#d6e1ff42);transform:rotate(16deg);opacity:.92}.hero-stage__ribbon--accent{right:24%;bottom:6%;width:22%;height:54%;background:linear-gradient(180deg,#ffffffc7,#ffc27080);transform:rotate(-10deg);opacity:.82}.hero-stage__window{position:absolute;overflow:hidden;border-radius:var(--radius);border:1px solid rgba(255,255,255,.58);background:#ffffffd1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 26px 60px #212e5f24;z-index:2}.hero-stage__window--primary{top:5%;right:7%;width:66%;transform:rotate(-5deg)}.hero-stage__window--secondary{top:18%;right:-1%;width:31%;transform:rotate(5deg)}.hero-stage__window--tertiary{right:24%;bottom:8%;width:40%;transform:rotate(-2deg)}.hero-stage__window--mint{background:linear-gradient(180deg,#e7fbf4e0,#ffffffe6)}.hero-stage__window--cobalt{background:linear-gradient(180deg,#ebefffe0,#ffffffe6)}.hero-stage__window--amber{background:linear-gradient(180deg,#fff4e2e6,#ffffffe6)}.hero-stage__windowChrome,.screenshot-frame__chrome,.demo-panel__chrome{position:relative;z-index:2;display:flex;gap:.35rem;align-items:center;padding:.65rem .8rem}.hero-stage__windowChrome span,.screenshot-frame__chrome span,.demo-panel__chrome span{width:.52rem;height:.52rem;border-radius:999px;background:#151c2f38}.hero-stage__image{width:100%;object-fit:cover;border-top:1px solid rgba(21,28,47,.06)}.hero-stage__window--primary .hero-stage__image{aspect-ratio:1.38}.hero-stage__window--secondary .hero-stage__image{aspect-ratio:.82}.hero-stage__window--tertiary .hero-stage__image{aspect-ratio:1.08}.hero-stage__windowMeta{display:grid;gap:.25rem;padding:.9rem 1rem 1rem}.hero-stage__windowMeta strong{font-size:1.04rem}.home-blueprint,.home-band,.home-cta-panel{position:relative;z-index:1}.home-blueprint{--blueprint-primary: #3f5af5;--blueprint-primary-strong: #3f63ff;padding-top:2.75rem;border-top:1px solid rgba(21,28,47,.08)}.home-blueprint__system{position:relative;display:grid;gap:1.4rem;padding-top:.55rem;padding-bottom:3rem;isolation:isolate}.home-blueprint__system:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgb(63 99 255 / .045) 1px,transparent 1px),linear-gradient(90deg,rgb(63 99 255 / .045) 1px,transparent 1px);background-size:92px 92px;-webkit-mask-image:linear-gradient(180deg,rgb(0 0 0 / .42),rgb(0 0 0 / .1) 72%,transparent);mask-image:linear-gradient(180deg,rgb(0 0 0 / .42),rgb(0 0 0 / .1) 72%,transparent)}.home-blueprint__headerRow,.home-blueprint__rail{position:relative;z-index:1}.home-blueprint__headerRow{display:grid;grid-template-columns:minmax(0,.48fr) minmax(23rem,.52fr);gap:clamp(1.4rem,2.7vw,2.4rem);align-items:start;min-height:19rem}.home-blueprint__copy,.home-cta-panel__copy,.home-band__header{display:grid;gap:.8rem}.home-blueprint__copy{max-width:31rem}.home-blueprint__eyebrow,.home-band__eyebrow,.home-cta-panel__eyebrow{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700;color:var(--mint)}.home-blueprint__eyebrow{color:var(--blueprint-primary)}.home-blueprint__title,.home-band__title,.home-cta-panel__copy h2{margin:0;font-family:Inter,sans-serif;font-size:clamp(2.05rem,3.5vw,3.1rem);line-height:.96;letter-spacing:0}.home-blueprint__body,.home-band__body,.home-cta-panel__copy p{margin:0;max-width:42rem;color:var(--muted);font-size:1rem;line-height:1.62}.home-blueprint__actions,.home-cta-panel__actions{display:flex;flex-wrap:wrap;gap:.8rem}.home-blueprint__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2}.home-blueprint__frameLine,.home-blueprint__traceBase,.home-blueprint__traceActive{fill:none;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:3;vector-effect:non-scaling-stroke}.home-blueprint__frameLine{stroke:#3f63ff24;stroke-width:1.15}.home-blueprint__traceBase{stroke:#3f63ff29;stroke-width:1.25}.home-blueprint__traceBase--tap{stroke-dasharray:5 11}.home-blueprint__traceBase--frame{stroke:#3f63ff2e;stroke-width:1.2}.home-blueprint__traceBase--bus{stroke:#3f63ff33;stroke-width:1.35;stroke-dasharray:4 10}.home-blueprint__traceBase--loop{stroke:#3f63ff1f}.home-blueprint__traceActive{stroke:url(#home-blueprint-trace);stroke-width:2.15;opacity:.72}.home-blueprint__traceActive--tap{stroke-width:1.55}.home-blueprint__traceActive--frame{stroke-width:1.7;opacity:.72}.home-blueprint__traceActive--bus{stroke-width:2.05;opacity:.84}.home-blueprint__traceActive--loop{opacity:.54}.home-blueprint__tracePulse{fill:none;stroke:#728dfff2;stroke-width:3.1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:3;stroke-dasharray:14 18;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 11px rgb(63 99 255 / .34));opacity:0}.home-blueprint__tracePulse--tap{stroke-width:2.4;stroke-dasharray:10 22}.home-blueprint__tracePulse--frame{stroke-width:2.5;stroke-dasharray:16 16;opacity:.94}.home-blueprint__tracePulse--bus{stroke-width:3;stroke-dasharray:18 14;opacity:.98}.home-blueprint__tracePulse--branch{stroke-width:2.85;stroke-dasharray:12 20}.home-blueprint__tracePulse--loop{stroke-width:3.05;stroke-dasharray:16 16}.home-blueprint__node{fill:#fff;stroke:var(--blueprint-primary);stroke-width:2;vector-effect:non-scaling-stroke;transform-box:fill-box;filter:drop-shadow(0 0 10px rgb(63 99 255 / .18))}.home-blueprint__node--mint{stroke:var(--mint)}.home-blueprint__node--amber{stroke:var(--amber)}.home-blueprint__node--coral{stroke:var(--coral)}.home-blueprint__travelNode{fill:#fff;stroke:var(--blueprint-primary);stroke-width:2.05;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 10px rgb(63 99 255 / .24));pointer-events:none;opacity:0}.home-blueprint__travelNode--mint{stroke:var(--mint)}.home-blueprint__travelNode--amber{stroke:var(--amber)}.home-blueprint__travelNode--coral{stroke:var(--coral)}.home-blueprint__contractPanel,.home-blueprint__stageCard{--panel-border: rgb(63 99 255 / .16);--panel-outline: rgb(63 99 255 / .16);--panel-outline-soft: rgb(63 99 255 / .09);position:relative;overflow:visible;isolation:isolate;border:1px solid rgb(63 99 255 / .12);border-radius:3px;background:linear-gradient(180deg,#ffffffe0,#ffffffb8);box-shadow:0 20px 44px #1e2d590f,inset 0 1px #ffffffb8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.home-blueprint__contractPanel{--panel-border: rgb(63 99 255 / .18);--panel-outline: rgb(63 99 255 / .18);--panel-outline-soft: rgb(63 99 255 / .1);padding:1.05rem 1.2rem 1.15rem}.home-blueprint__panelOutline{position:absolute;top:.52rem;right:.52rem;bottom:.52rem;left:.52rem;z-index:0;pointer-events:none;background:linear-gradient(var(--panel-outline),var(--panel-outline)) left top / 3.6rem 1px no-repeat,linear-gradient(var(--panel-outline),var(--panel-outline)) left top / 1px 1.85rem no-repeat,linear-gradient(var(--panel-outline-soft),var(--panel-outline-soft)) right top / 2.7rem 1px no-repeat,linear-gradient(var(--panel-outline-soft),var(--panel-outline-soft)) right top / 1px 1.25rem no-repeat,linear-gradient(var(--panel-outline),var(--panel-outline)) right bottom / 4.2rem 1px no-repeat,linear-gradient(var(--panel-outline),var(--panel-outline)) right bottom / 1px 1.85rem no-repeat,linear-gradient(var(--panel-outline-soft),var(--panel-outline-soft)) left bottom / 2.35rem 1px no-repeat,radial-gradient(circle at left .95rem top .95rem,var(--panel-outline) 0 1.1px,transparent 1.2px),radial-gradient(circle at right 1rem bottom .95rem,var(--panel-outline-soft) 0 1px,transparent 1.1px);opacity:.92}.home-blueprint__panelOutline:before,.home-blueprint__panelOutline:after{content:"";position:absolute;pointer-events:none}.home-blueprint__panelOutline:before{top:.9rem;right:1rem;width:2.6rem;border-top:1px solid var(--panel-outline-soft)}.home-blueprint__panelOutline:after{left:1rem;bottom:.9rem;width:1.8rem;border-top:1px solid var(--panel-outline-soft)}.home-blueprint__contractEyebrow,.home-blueprint__stageSignal,.home-blueprint__stageStep,.home-blueprint__contractStep{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700}.home-blueprint__contractEyebrow{position:relative;z-index:1;margin-bottom:.45rem;color:var(--mint)}.home-blueprint__contractList{display:grid}.home-blueprint__contractItem{position:relative;z-index:1;display:grid;grid-template-columns:auto minmax(0,1fr);gap:.88rem;padding:.94rem 0}.home-blueprint__contractItem+.home-blueprint__contractItem{border-top:1px solid rgba(21,28,47,.08)}.home-blueprint__contractStep,.home-blueprint__stageStep{color:var(--soft)}.home-blueprint__contractCopy{display:grid;gap:.4rem}.home-blueprint__itemHead{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.home-blueprint__contractCopy h3,.home-blueprint__stageCard h3{margin:0;font-family:Inter,sans-serif;font-size:1.08rem;line-height:1.08}.home-blueprint__contractCopy p,.home-blueprint__stageCard p{margin:0;color:var(--muted);line-height:1.58}.home-blueprint__itemIcon{flex:0 0 auto;width:1.9rem;height:1.35rem;display:inline-flex;align-items:center;justify-content:center;color:var(--blueprint-primary);background:linear-gradient(135deg,#ffffffe0,#ffffff70),linear-gradient(90deg,rgb(63 99 255 / .06),transparent);box-shadow:inset 0 0 0 1px #3f63ff24;clip-path:polygon(0 0,calc(100% - 7px) 0,100% 7px,100% 100%,0 100%)}.home-blueprint__itemIcon svg{width:1rem;height:1rem;stroke:currentColor;stroke-width:1.5;stroke-linecap:square;stroke-linejoin:miter;fill:none}.home-blueprint__itemIcon--contract,.home-blueprint__itemIcon--mint{color:var(--mint);box-shadow:inset 0 0 0 1px #0ea57d29}.home-blueprint__itemIcon--cobalt{color:var(--cobalt);box-shadow:inset 0 0 0 1px #3f63ff29}.home-blueprint__itemIcon--amber{color:var(--amber);box-shadow:inset 0 0 0 1px #d98f2829}.home-blueprint__itemIcon--coral{color:var(--coral);box-shadow:inset 0 0 0 1px #e16c5429}.home-blueprint__rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;padding-top:.4rem;padding-bottom:2.25rem}.home-blueprint__stageCard{min-height:18rem;display:grid;align-content:start;gap:.72rem;padding:1.05rem 1.1rem 1.15rem;isolation:isolate}.home-blueprint__stageCard:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgb(255 255 255 / .28),transparent 58%),linear-gradient(135deg,transparent 48%,rgb(63 99 255 / .05));pointer-events:none;z-index:0}.home-blueprint__stageCard:after{content:attr(data-step);position:absolute;top:.52rem;right:.88rem;z-index:0;font-family:Inter Tight,Inter,sans-serif;font-size:5.25rem;font-weight:800;line-height:1;color:#151c2f0d;pointer-events:none}.home-blueprint__stageCard--mint{--panel-border: rgb(14 165 125 / .22);--panel-outline: rgb(14 165 125 / .18);--panel-outline-soft: rgb(14 165 125 / .1);background:linear-gradient(180deg,#e7fbf4d1,#ffffffc7)}.home-blueprint__stageCard--cobalt{--panel-border: rgb(63 99 255 / .22);--panel-outline: rgb(63 99 255 / .18);--panel-outline-soft: rgb(63 99 255 / .1);background:linear-gradient(180deg,#ebefffd6,#ffffffc7)}.home-blueprint__stageCard--amber{--panel-border: rgb(217 143 40 / .22);--panel-outline: rgb(217 143 40 / .16);--panel-outline-soft: rgb(217 143 40 / .09);background:linear-gradient(180deg,#fff4e2d6,#fffc)}.home-blueprint__stageCard--coral{--panel-border: rgb(225 108 84 / .22);--panel-outline: rgb(225 108 84 / .16);--panel-outline-soft: rgb(225 108 84 / .09);background:linear-gradient(180deg,#fff0ecd6,#fffc)}.home-blueprint__stageMeta{position:relative;z-index:1;display:flex;align-items:center;gap:.46rem}.home-blueprint__stageDot{width:.6rem;height:.6rem;border-radius:999px;background:var(--cobalt);box-shadow:0 0 0 7px #3f63ff14}.home-blueprint__stageDot--mint{background:var(--mint);box-shadow:0 0 0 7px #0ea57d14}.home-blueprint__stageDot--amber{background:var(--amber);box-shadow:0 0 0 7px #d98f2814}.home-blueprint__stageDot--coral{background:var(--coral);box-shadow:0 0 0 7px #e16c5414}.home-blueprint__stageDot,.home-blueprint__node{transform-origin:center}.home-blueprint__stageSignal{position:relative;z-index:1;color:#151c2f94}.home-blueprint__stageCard h3,.home-blueprint__stageCard p{position:relative;z-index:1}.home-blueprint__stageCard h3{font-size:1.34rem;line-height:1.02}@media (max-width: 1100px){.home-blueprint{padding-top:2.35rem}.home-blueprint__overlay{display:none}.home-blueprint__headerRow{grid-template-columns:1fr;min-height:auto}.home-blueprint__copy{max-width:36rem}.home-blueprint__rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;padding-bottom:0}.home-blueprint__stageCard{min-height:16rem}}@media (prefers-reduced-motion: reduce){.home-blueprint__travelNode{display:none}}@media (max-width: 720px){.home-blueprint__contractPanel{padding:.98rem 1rem 1.05rem}.home-blueprint__rail{grid-template-columns:1fr;padding-bottom:0}.home-blueprint__stageCard{min-height:auto}}@media (max-width: 560px){.home-blueprint__title{font-size:1.82rem}}.home-band{display:grid;gap:1.5rem;padding-top:2.8rem;border-top:1px solid rgba(21,28,47,.08)}.home-band:before{content:"";width:5.2rem;height:3px;border-radius:1px;background:linear-gradient(90deg,var(--cobalt),rgba(63,99,255,.1))}.home-band--showcase:before{background:linear-gradient(90deg,var(--mint),rgba(14,165,125,.12))}.home-band--proof:before{background:linear-gradient(90deg,var(--amber),rgba(217,143,40,.12))}.home-band__header--compact{max-width:44rem}.metrics-grid--overview .proof-metric-card{min-height:16rem}.home-proof{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(1rem,2vw,1.45rem);align-items:start}.home-proof__editorial,.home-proof__pillars,.home-proof__stack,.home-proof-shot__copy{display:grid}.home-proof__editorial,.home-proof__stack{gap:1rem}.home-proof__pillars{gap:.9rem}.home-proof__pillar{--proof-accent: rgba(63, 99, 255, .2);--proof-soft: rgba(235, 239, 255, .72);display:grid;gap:.72rem;padding:1rem 1.05rem 1.05rem;border:1px solid rgba(21,28,47,.08);border-radius:var(--radius);background:linear-gradient(180deg,#ffffffeb,#ffffffbd),linear-gradient(135deg,var(--proof-soft),transparent 68%);box-shadow:0 20px 42px #1f2a4e0f}.home-proof__pillar--mint{--proof-accent: rgba(14, 165, 125, .24);--proof-soft: rgba(231, 251, 244, .78)}.home-proof__pillar--cobalt{--proof-accent: rgba(63, 99, 255, .22);--proof-soft: rgba(235, 239, 255, .82)}.home-proof__pillar--amber{--proof-accent: rgba(217, 143, 40, .22);--proof-soft: rgba(255, 244, 226, .82)}.home-proof__pillarTop,.home-proof-shot__meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.home-proof__pillarIndex,.home-proof__factLabel,.home-proof-shot__eyebrow{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700}.home-proof__pillarIndex{color:#151c2f6b}.home-proof__pillarEyebrow{margin:0;color:var(--text);font-size:.8rem;font-weight:600}.home-proof__pillar h3,.home-proof-shot h3{margin:0;font-size:1.28rem;line-height:1.08}.home-proof__pillar p,.home-proof-shot p,.home-proof__fact p{margin:0;color:var(--muted);line-height:1.58}.home-proof__pillarTags{display:flex;flex-wrap:wrap;gap:.5rem}.home-proof__pillarTag{display:inline-flex;align-items:center;min-height:1.9rem;padding:.3rem .62rem;border:1px solid var(--proof-accent);border-radius:999px;background:#ffffffb8;color:var(--text);font-size:.8rem;font-weight:600}.home-proof__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.home-proof__fact{--proof-fact-accent: rgba(21, 28, 47, .18);display:grid;gap:.35rem;min-height:7.1rem;padding:.9rem .95rem;border:1px solid rgba(21,28,47,.08);border-radius:calc(var(--radius) - 4px);background:linear-gradient(180deg,#ffffffe0,#f7faffeb);box-shadow:0 14px 28px #1f2a4e0a}.home-proof__fact:before{content:"";width:3rem;height:2px;background:var(--proof-fact-accent)}.home-proof__fact strong{font-family:Inter Tight,Inter,sans-serif;font-size:1.55rem;line-height:1;color:var(--text)}.home-proof__fact--mint{--proof-fact-accent: rgba(14, 165, 125, .72)}.home-proof__fact--cobalt{--proof-fact-accent: rgba(63, 99, 255, .72)}.home-proof__fact--amber{--proof-fact-accent: rgba(217, 143, 40, .72)}.home-proof__fact--coral{--proof-fact-accent: rgba(225, 108, 84, .72)}.home-proof__mosaic{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);gap:1rem;align-items:start}.home-proof-shot{--proof-shot-accent: rgba(63, 99, 255, .16);display:grid;gap:.85rem;padding:.88rem;border:1px solid rgba(21,28,47,.08);border-radius:var(--radius);background:linear-gradient(180deg,#fffffff0,#ffffffc7),linear-gradient(135deg,rgba(255,255,255,.3),transparent 62%);box-shadow:0 22px 44px #1f2a4e12}.home-proof-shot--mint{--proof-shot-accent: rgba(14, 165, 125, .18)}.home-proof-shot--cobalt{--proof-shot-accent: rgba(63, 99, 255, .18)}.home-proof-shot--amber{--proof-shot-accent: rgba(217, 143, 40, .18)}.home-proof-shot__shell{position:relative;overflow:hidden;border:1px solid rgba(21,28,47,.08);border-radius:calc(var(--radius) - 4px);background:linear-gradient(180deg,#f3f7ffe6,#fffffff0);box-shadow:inset 0 0 0 1px #ffffffb8}.home-proof-shot__shell:after{content:"";position:absolute;inset:auto 0 0 0;height:3px;background:linear-gradient(90deg,var(--proof-shot-accent),transparent 76%)}.home-proof-shot--primary .home-proof-shot__shell{aspect-ratio:1.18}.home-proof-shot--stacked .home-proof-shot__shell{aspect-ratio:1.42}.home-proof-shot__image{width:100%;height:100%;object-fit:cover;display:block}.home-proof-shot__copy{gap:.48rem}.home-proof-shot__eyebrow{color:var(--text)}.home-proof-shot__caption{color:var(--soft);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em}@media (max-width: 1100px){.home-proof{grid-template-columns:1fr}.home-proof__facts{grid-template-columns:repeat(4,minmax(0,1fr))}.home-proof__mosaic,.home-proof__stack{grid-template-columns:repeat(2,minmax(0,1fr))}.home-proof-shot--primary{grid-column:1 / -1}}@media (max-width: 720px){.home-proof__facts,.home-proof__mosaic,.home-proof__stack{grid-template-columns:1fr}}@media (max-width: 560px){.home-proof__facts{grid-template-columns:1fr}.home-proof__pillar,.home-proof-shot{padding:.88rem}}.home-cta-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.4rem;align-items:end;padding:1.55rem 1.7rem;border:1px solid rgba(21,28,47,.08);border-radius:var(--radius);background:linear-gradient(180deg,#ffffffd6,#f7faffeb);box-shadow:var(--shadow-sm)}.route-hero{display:grid;gap:2.25rem;align-items:end}.route-hero--withAside{grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr)}.route-hero__copy{display:grid;gap:.95rem;max-width:42rem}.route-hero__title{max-width:13ch;font-size:4rem}.route-hero--compact .route-hero__title{max-width:14ch;font-size:3.3rem}.route-hero__body{max-width:40rem;font-size:1.05rem;line-height:1.72}.route-hero__aside{min-width:0}.content-section{position:relative;display:flex;flex-direction:column;gap:1.8rem;padding-top:4.5rem;border-top:1px solid rgba(21,28,47,.08)}.content-section:before{content:"";width:5rem;height:3px;border-radius:1px;background:#151c2f1f}.content-section--mint:before{background:linear-gradient(90deg,var(--mint),rgba(14,165,125,.16))}.content-section--cobalt:before{background:linear-gradient(90deg,var(--cobalt),rgba(63,99,255,.16))}.content-section--amber:before{background:linear-gradient(90deg,var(--amber),rgba(217,143,40,.16))}.content-section--coral:before{background:linear-gradient(90deg,var(--coral),rgba(225,108,84,.16))}.section-intro{display:grid;gap:.7rem;max-width:44rem}.section-intro--center{margin:0 auto;text-align:center}.section-intro__title{font-size:2.7rem}.section-intro__body{font-size:1.02rem;line-height:1.72}.section-cluster{display:grid;gap:1.5rem}.split-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);gap:1.5rem;align-items:start}.three-up-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.two-up-grid,.application-matrix,.use-case-grid,.principle-grid,.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.flow-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.flow-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.acquisition-grid,.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.showcase-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.showcase-grid--editorial{grid-template-columns:minmax(0,1.35fr) minmax(0,.72fr)}.showcase-grid--editorial .screenshot-frame--featured{grid-column:1;grid-row:1 / span 2}.showcase-grid--editorial .screenshot-frame:nth-child(2){grid-column:2;grid-row:1}.showcase-grid--editorial .screenshot-frame:nth-child(3){grid-column:2;grid-row:2}.stage-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.section-intro__title,.surface-card h3,.callout__title,.demo-banner h2,.demo-gate h2,.demo-layout__panel h2,.timeline h3,.site-footer__title{color:var(--text)}.list-item-block,.callout,.proof-metric-card,.flow-step,.proof-index-card,.use-case-card,.stage-card,.model-card,.principle-card,.feature-summary-card,.proof-family-card,.demo-metric-card,.application-card,.checklist-card,.timeline-card{align-content:start}.list-item-block h3,.callout__title,.proof-metric-card__title,.use-case-card__pain,.stage-card h3,.model-card h3,.feature-summary-card h3,.proof-family-card h3{font-size:1.3rem}.list-item-block{min-height:17rem}.callout,.feature-summary-card,.proof-family-card,.proof-metric-card{min-height:15rem}.flow-step,.proof-index-card{min-height:15.5rem}.use-case-card{display:flex;flex-direction:column;min-height:18.5rem}.stage-card{min-height:19rem}.model-card{min-height:16rem}.principle-card{min-height:10rem;align-items:center}.feature-summary-card,.proof-family-card,.principle-card{align-content:center}.flow-step__eyebrow,.proof-index-card__scope,.cta-panel__eyebrow,.gallery-card__eyebrow,.application-card__eyebrow{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700;color:var(--card-accent)}.proof-index-card__evidence{padding-top:.85rem;border-top:1px solid rgba(21,28,47,.08);font-size:.94rem}.flow-step h3,.proof-index-card h3,.gallery-card__copy h3,.application-card__header h3{font-size:1.22rem}.proof-metric-card__header,.stage-card__top,.model-card__top,.screenshot-frame__meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.proof-metric-card__title{margin:.2rem 0 0}.proof-metric-card__value{margin-top:.4rem}.proof-metric-card__caveat{font-size:.94rem;line-height:1.6}.label-pill,.stage-card__badge,.model-card__id,.model-card__state{display:inline-flex;align-items:center;justify-content:center;min-height:1.9rem;padding:.3rem .65rem;border-radius:4px}.label-pill--benchmark{background:#d98f2824;color:var(--amber)}.label-pill--architecture,.model-card__id{background:#0ea57d24;color:var(--mint)}.label-pill--ops,.stage-card__badge{background:#3f63ff24;color:var(--cobalt)}.label-pill--runtime,.label-pill--validation,.model-card__state{background:#151c2f12;color:var(--muted)}.principle-list{list-style:none;padding:0;margin:0;display:grid;gap:.8rem}.principle-list li{position:relative;padding-left:1rem;color:var(--muted);line-height:1.7}.principle-list li:before{content:"";position:absolute;left:0;top:.72rem;width:.38rem;height:.38rem;border-radius:999px;background:var(--mint)}.inline-links a{padding-bottom:.12rem;border-bottom:1px solid rgba(21,28,47,.16);color:var(--text);font-weight:600}.stage-card p strong{display:block;margin-bottom:.2rem;color:var(--text);font-size:.76rem;text-transform:uppercase;letter-spacing:.1em}.stage-card p span{display:block}.stage-card__guarantee{padding-top:.7rem;border-top:1px solid rgba(21,28,47,.08)}.checklist-card,.timeline-card{padding:1.6rem}.timeline{display:grid;gap:1.2rem}.cta-panel{--card-accent: var(--cobalt);--card-soft: rgba(235, 239, 255, .72);position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(18rem,.8fr);gap:1.2rem;padding:1.6rem;border:1px solid rgba(21,28,47,.08);border-radius:var(--radius);background:linear-gradient(140deg,#fffffff0,#f8faffe6);box-shadow:var(--shadow-md)}.cta-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent,transparent 44%,var(--card-soft));pointer-events:none}.cta-panel__copy,.cta-panel__actions{position:relative;z-index:1}.cta-panel__copy{display:grid;gap:.8rem}.cta-panel__copy h2{margin:0;font-family:Inter,sans-serif;font-size:2.25rem;font-weight:800;line-height:1.04}.cta-panel__copy p:last-child{margin:0;color:var(--muted)}.cta-panel__actions{display:grid;gap:.8rem;align-content:center}.gallery-card{--card-accent: var(--mint);--card-soft: rgba(231, 251, 244, .72);position:relative;overflow:hidden;display:grid;gap:0;border:1px solid rgba(21,28,47,.08);border-radius:var(--radius);background:linear-gradient(180deg,#fffffff0,#ffffffd1);box-shadow:var(--shadow-sm)}.gallery-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,transparent,transparent 46%,var(--card-soft));opacity:.95;pointer-events:none}.gallery-card:after{content:"";position:absolute;top:0;left:1rem;width:4rem;height:3px;border-radius:1px;background:var(--card-accent);pointer-events:none}.gallery-card__media{aspect-ratio:1.18;overflow:hidden}.gallery-card__media img{width:100%;height:100%;object-fit:cover}.gallery-card__copy{display:grid;gap:.55rem;padding:1rem}.application-card{display:grid;gap:1rem;min-height:100%}.application-card__header{display:grid;gap:.45rem}.application-card__grid{display:grid;gap:.9rem;margin:0}.application-card__grid div{display:grid;gap:.22rem;padding-top:.8rem;border-top:1px solid rgba(21,28,47,.08)}.application-card__grid dt{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700;color:var(--card-accent)}.application-card__grid dd{margin:0;color:var(--muted)}.timeline__item{display:grid;grid-template-columns:1rem minmax(0,1fr);gap:.9rem}.timeline__marker{width:.7rem;height:.7rem;margin-top:.45rem;border-radius:999px;background:linear-gradient(135deg,var(--mint),var(--cobalt));box-shadow:0 0 0 8px #0ea57d1a}.editorial-panel{--card-accent: var(--mint);--card-soft: rgba(231, 251, 244, .78);display:grid;gap:1.4rem;padding:1.7rem;background:linear-gradient(140deg,#fffffff5,#f8faffeb)}.editorial-panel--cobalt{--card-accent: var(--cobalt);--card-soft: rgba(235, 239, 255, .8)}.editorial-panel--amber{--card-accent: var(--amber);--card-soft: rgba(255, 244, 226, .8)}.editorial-panel__header{display:grid;gap:.45rem;max-width:34rem}.editorial-panel__header strong{font-size:1.2rem;line-height:1.2}.editorial-panel__grid{display:grid;gap:.9rem}.editorial-panel__grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.editorial-panel__grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.editorial-step{position:relative;display:grid;gap:.7rem;min-height:13rem;padding:1.1rem;border:1px solid rgba(21,28,47,.08);border-radius:var(--radius);background:#ffffffc7;box-shadow:0 16px 36px #1f2a4e0f}.editorial-step--mint{background:linear-gradient(180deg,#e7fbf4d1,#ffffffe0)}.editorial-step--cobalt{background:linear-gradient(180deg,#ebefffd6,#ffffffe0)}.editorial-step--amber{background:linear-gradient(180deg,#fff4e2e0,#ffffffe6)}.editorial-step--coral{background:linear-gradient(180deg,#fff0ece0,#ffffffe6)}.editorial-step strong,.pipeline-rail__item strong{font-size:1.05rem;line-height:1.22}.editorial-step p,.pipeline-rail__item p{margin:0;color:var(--muted)}.editorial-bar{width:100%;height:.7rem;border-radius:3px;background:#151c2f12;overflow:hidden}.editorial-bar:after{content:"";display:block;height:100%;border-radius:inherit;background:linear-gradient(135deg,var(--mint),var(--cobalt))}.editorial-bar--tail:after{width:84%}.editorial-bar--slow:after{width:62%}.editorial-bar--fast:after{width:46%}.editorial-panel__ticks{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;color:var(--soft);font-size:.88rem}.pipeline-rail{--card-accent: var(--cobalt);--card-soft: rgba(235, 239, 255, .72);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:0;padding:1.1rem}.pipeline-rail__item{display:grid;gap:.55rem;padding:1rem;border:1px solid rgba(21,28,47,.08);border-radius:var(--radius);background:#ffffffd1}.pipeline-rail__connector{width:4.2rem;height:1px;margin:0 .6rem;background:linear-gradient(90deg,#0ea57d42,#3f63ff6b)}.screenshot-frame{--card-accent: var(--cobalt);--card-soft: rgba(235, 239, 255, .72);gap:1rem;padding:0;border:0;background:transparent;box-shadow:none}.screenshot-frame:before,.screenshot-frame:after{display:none}.screenshot-frame__shell,.demo-panel__shell{position:relative;overflow:hidden;border:1px solid rgba(21,28,47,.08);border-radius:var(--radius);background:linear-gradient(145deg,rgba(255,255,255,.96),var(--card-soft));box-shadow:var(--shadow-md)}.screenshot-frame__shell:before,.demo-panel__shell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,rgba(255,255,255,.16),transparent 40%);pointer-events:none;z-index:1}.screenshot-frame--wide .screenshot-frame__shell{aspect-ratio:1.52}.screenshot-frame--landscape .screenshot-frame__shell{aspect-ratio:1.32}.screenshot-frame--portrait .screenshot-frame__shell{aspect-ratio:.88}.screenshot-frame__image,.demo-panel__image{position:relative;z-index:1;width:100%;height:calc(100% - 2.5rem);object-fit:cover;object-position:center top;border-top:1px solid rgba(21,28,47,.06)}.screenshot-frame__copy{display:grid;gap:.65rem}.screenshot-frame__copy h3{font-size:1.28rem}.screenshot-frame__caption{color:var(--soft)}.screenshot-frame--featured{grid-column:span 2}.use-case-card__pain{font-size:1.28rem;line-height:1.2}.use-case-card__foot{margin-top:auto;padding-top:.95rem;border-top:1px solid rgba(21,28,47,.08)}.use-case-card__foot span{display:block;margin-bottom:.35rem;color:var(--soft);text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700}.demo-banner,.demo-gate{max-width:56rem}.demo-gate__form{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.3rem}.demo-gate__form input{flex:1 1 18rem;min-height:3.1rem;padding:.75rem .95rem;border:1px solid rgba(21,28,47,.1);border-radius:var(--radius);background:#fffffff0;color:var(--text)}.demo-gate__form button{min-height:3.1rem;padding:.75rem 1rem;border-radius:var(--radius);background:linear-gradient(135deg,var(--mint),var(--cobalt));color:#fff;font-weight:500;cursor:pointer}.demo-gate__form button:disabled{opacity:.56;cursor:not-allowed}.demo-gate__error{color:#c9463d}.demo-layout{display:grid;grid-template-columns:19rem minmax(0,1fr);gap:1.25rem;align-items:start}.demo-layout__tabs{position:sticky;top:calc(var(--site-header-height) + 2rem);gap:1rem}.demo-tabs{display:grid;gap:.75rem}.demo-tab,.demo-logout{cursor:pointer}.demo-tab{display:grid;gap:.35rem;padding:1rem;border:1px solid rgba(21,28,47,.08);border-radius:var(--radius);background:#ffffffd1;color:var(--text);text-align:left;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.demo-tab strong{font-size:1rem;line-height:1.32}.demo-tab span{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700;color:var(--mint)}.demo-tab--active{transform:translateY(-1px);border-color:#0ea57d38;background:linear-gradient(180deg,#e7fbf4b8,#ffffffeb);box-shadow:0 18px 36px #1f2a4e14}.demo-logout{width:100%}.demo-layout__panel{display:grid;grid-template-columns:minmax(0,.86fr) minmax(18rem,1.14fr);gap:0;padding:0}.demo-panel__copy{display:grid;gap:.95rem;padding:1.55rem}.demo-panel__note{color:var(--mint);font-weight:600}.demo-panel__media{display:flex;align-items:stretch;padding:1.1rem;border-left:1px solid rgba(21,28,47,.08)}.demo-panel__media--wide .demo-panel__shell,.demo-panel__media--landscape .demo-panel__shell{width:100%;aspect-ratio:1.35}.demo-panel__media--portrait .demo-panel__shell{width:100%;aspect-ratio:.92}.demo-panel__placeholder{display:flex;flex-direction:column;justify-content:center;gap:.7rem;height:calc(100% - 2.5rem);padding:1.4rem;border-top:1px solid rgba(21,28,47,.06);color:var(--muted);background:linear-gradient(180deg,#fff0ece0,#ffffffeb)}.demo-panel__placeholder strong{font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.3;color:var(--text)}.site-footer{width:min(1180px,calc(100vw - 48px));margin:0 auto 2.2rem;padding-top:2.2rem;border-top:1px solid rgba(21,28,47,.08)}.site-footer__inner{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(10rem,.56fr) minmax(14rem,.78fr) minmax(16rem,.82fr);gap:1.5rem;align-items:start}.site-footer__brand,.site-footer__group{display:grid;gap:.85rem}.site-footer__brand{max-width:32rem}.site-footer__title{font-size:2.35rem}.site-footer__links,.site-footer__list{display:grid;gap:.65rem}.site-footer__link{color:var(--muted);transition:color .18s ease,transform .18s ease}.site-footer__link:hover{color:var(--text);transform:translate(2px)}.site-footer__list{list-style:none;padding:0;margin:0}.site-footer__group--cta{padding:1.2rem;border:1px solid rgba(21,28,47,.08);border-radius:var(--radius);background:linear-gradient(135deg,#ebefff7a,#ffffffe0);box-shadow:0 18px 34px #1f2a4e0f}.site-footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem 1rem;margin-top:1.6rem;padding-top:1rem;border-top:1px solid rgba(21,28,47,.08);color:var(--soft);font-size:.9rem}.proof-metric-card--mint,.list-item-block--mint,.callout--mint,.flow-step--mint,.proof-index-card--mint,.use-case-card--mint,.stage-card--mint,.model-card--mint,.principle-card--mint,.feature-summary-card--mint,.proof-family-card--mint,.application-card--mint,.demo-metric-card--mint,.checklist-card--mint,.demo-layout__panel--mint,.gallery-card--mint,.screenshot-frame--mint{--card-accent: var(--mint);--card-soft: rgba(231, 251, 244, .82)}.proof-metric-card--cobalt,.list-item-block--cobalt,.callout--cobalt,.flow-step--cobalt,.proof-index-card--cobalt,.use-case-card--cobalt,.stage-card--cobalt,.model-card--cobalt,.principle-card--cobalt,.feature-summary-card--cobalt,.proof-family-card--cobalt,.application-card--cobalt,.demo-metric-card--cobalt,.checklist-card--cobalt,.demo-layout__panel--cobalt,.gallery-card--cobalt,.screenshot-frame--cobalt{--card-accent: var(--cobalt);--card-soft: rgba(235, 239, 255, .82)}.proof-metric-card--amber,.list-item-block--amber,.callout--amber,.flow-step--amber,.proof-index-card--amber,.use-case-card--amber,.stage-card--amber,.model-card--amber,.principle-card--amber,.feature-summary-card--amber,.proof-family-card--amber,.application-card--amber,.demo-metric-card--amber,.checklist-card--amber,.demo-layout__panel--amber,.gallery-card--amber,.screenshot-frame--amber{--card-accent: var(--amber);--card-soft: rgba(255, 244, 226, .86)}.proof-metric-card--coral,.list-item-block--coral,.callout--coral,.flow-step--coral,.proof-index-card--coral,.use-case-card--coral,.stage-card--coral,.model-card--coral,.principle-card--coral,.feature-summary-card--coral,.proof-family-card--coral,.application-card--coral,.demo-metric-card--coral,.checklist-card--coral,.demo-layout__panel--coral,.gallery-card--coral,.screenshot-frame--coral{--card-accent: var(--coral);--card-soft: rgba(255, 240, 236, .86)}.proof-metric-card--graphite,.list-item-block--graphite,.callout--graphite,.flow-step--graphite,.proof-index-card--graphite,.use-case-card--graphite,.stage-card--graphite,.model-card--graphite,.principle-card--graphite,.feature-summary-card--graphite,.proof-family-card--graphite,.application-card--graphite,.demo-metric-card--graphite,.checklist-card--graphite,.demo-layout__panel--graphite{--card-accent: rgba(21, 28, 47, .18);--card-soft: rgba(240, 243, 248, .88)}.screenshot-frame--featured.screenshot-frame--cobalt,.screenshot-frame--featured.screenshot-frame--mint,.screenshot-frame--featured.screenshot-frame--amber{grid-column:span 2}.market-toolbar-card,.market-chart-card,.market-summary-card{--card-accent: rgba(21, 28, 47, .16);--card-soft: rgba(240, 243, 248, .86)}.market-toolbar-card--mint,.market-chart-card--mint,.market-summary-card--mint{--card-accent: var(--mint);--card-soft: rgba(231, 251, 244, .82)}.market-toolbar-card--cobalt,.market-chart-card--cobalt,.market-summary-card--cobalt{--card-accent: var(--cobalt);--card-soft: rgba(235, 239, 255, .82)}.market-toolbar-card--amber,.market-chart-card--amber,.market-summary-card--amber{--card-accent: var(--amber);--card-soft: rgba(255, 244, 226, .86)}.market-toolbar-card--coral,.market-chart-card--coral,.market-summary-card--coral{--card-accent: var(--coral);--card-soft: rgba(255, 240, 236, .86)}.market-toolbar-card{gap:1.35rem;min-height:auto;overflow:visible}.market-toolbar__head{position:relative;z-index:1;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem 1.5rem;align-items:flex-start}.market-toolbar__head h3,.market-chart-card__header h3{margin:0;font-family:Inter,sans-serif;font-size:1.42rem;line-height:1.08}.market-toolbar__head p,.market-chart-card__header p{margin:0;color:var(--muted)}.market-toolbar__eyebrow,.market-chart-card__eyebrow,.market-summary-card__label{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700;color:var(--mint)}.market-toolbar__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.market-toolbar__button,.market-region__clear,.market-region__metricToggle{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.72rem .95rem;border:1px solid rgba(21,28,47,.1);border-radius:var(--radius);background:#ffffffdb;color:var(--text);font-weight:600;cursor:pointer;transition:transform .18s ease,background-color .18s ease,border-color .18s ease}.market-toolbar__button:hover,.market-region__clear:hover,.market-region__metricToggle:hover{transform:translateY(-1px);border-color:#151c2f29;background:#fffffff5}.market-time-window{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:.7rem}.market-time-window__button{min-height:40px;padding:.68rem .95rem;border:1px solid rgba(21,28,47,.09);border-radius:var(--radius);background:#ffffffd1;color:var(--muted);font-weight:600;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease}.market-time-window__button:hover,.market-time-window__button--active{transform:translateY(-1px);border-color:#3f63ff38;background:#ebefffe6;color:var(--text)}.market-toolbar__filters{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.market-filter{position:relative}.market-filter--open{z-index:4}.market-filter__summary{display:flex;align-items:center;justify-content:space-between;gap:.8rem;min-height:44px;padding:.78rem .9rem;border:1px solid rgba(21,28,47,.09);border-radius:var(--radius);background:#ffffffdb;color:var(--text);font-weight:600;cursor:pointer;text-align:left}.market-filter__summaryMeta{display:inline-flex;align-items:center;gap:.55rem}.market-filter__summaryValue{color:var(--soft);font-size:.88rem;font-weight:500}.market-filter__summaryChevron{color:var(--soft);font-size:.92rem;line-height:1;transition:transform .14s ease}.market-filter__summaryChevron--open{transform:rotate(180deg)}.market-filter__panel{position:absolute;top:calc(100% + .55rem);left:0;width:min(21rem,calc(100vw - 48px));padding:.95rem;border:1px solid rgba(21,28,47,.1);border-radius:var(--radius);background:#fffdfafa;box-shadow:0 22px 46px #1a24401f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.market-filter__panelHead{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:.75rem}.market-filter__panelHead strong{font-size:.94rem}.market-filter__panelHead button{color:var(--cobalt);font-weight:600;cursor:pointer}.market-filter__options{display:grid;gap:.45rem;max-height:15rem;overflow:auto}.market-filter__option{display:flex;align-items:center;gap:.7rem;padding:.68rem .78rem;border:1px solid transparent;border-radius:var(--radius);background:#ffffffd1;color:var(--text)}.market-filter__option input{margin:0;accent-color:var(--mint)}.market-filter__option--active{border-color:#0ea57d33;background:#e7fbf4eb}.market-analytics-page{gap:3rem}.market-analytics-page .route-hero{padding-top:.72rem}.market-analytics-page .route-hero__copy{gap:.72rem}.market-analytics-page .route-hero__title{max-width:10ch}.market-analytics-page .route-hero__body{max-width:31rem}.market-analytics-page .content-section{gap:1.05rem;padding-top:2.35rem}.market-analytics-page .section-intro{gap:.42rem;max-width:34rem}.market-analytics-page .section-intro__title{max-width:14ch;font-size:2.7rem}.market-analytics-page .section-intro__body{max-width:30rem}.market-analytics-page .market-toolbar__head p{display:none}.market-filter__empty,.market-inline-warning,.market-error-banner{margin:0}.market-filter__empty,.market-inline-warning{color:var(--muted)}.market-filter-tags{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:.55rem}.market-filter-tag{display:inline-flex;align-items:center;min-height:2rem;padding:.42rem .72rem;border:1px solid rgba(21,28,47,.08);border-radius:var(--radius);background:#ffffffb8;color:var(--muted);font-size:.88rem}.market-filter-tag--muted{border-style:dashed;color:var(--soft)}.market-error-banner{padding:.8rem .95rem;border:1px solid rgba(201,70,61,.18);border-radius:var(--radius);background:#fff0eceb;color:#b6473c}.market-summary-grid,.market-chart-grid{display:grid;gap:1rem}.market-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.market-summary-card{min-height:auto;padding:1.15rem 1.2rem;gap:.55rem}.market-summary-card__value{display:block;font-family:Inter,sans-serif;font-size:1.8rem;font-weight:800;line-height:1}.market-summary-card__hint{margin:0;color:var(--muted);font-size:.9rem;line-height:1.5}.market-chart-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.market-chart-grid--single{grid-template-columns:1fr}.market-chart-card{min-height:auto;padding:1.4rem;gap:1rem}.market-chart-card__header,.market-chart-card__body{position:relative;z-index:1}.market-chart-card__header{display:grid;gap:.45rem}.market-chart-card__body{min-height:320px}.market-chart-card__empty{display:flex;align-items:center;justify-content:center;min-height:320px;padding:1rem;border:1px dashed rgba(21,28,47,.12);border-radius:var(--radius);background:#ffffffb8;color:var(--muted);text-align:center}.market-region__controls{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1rem}.market-region__metricToggle--active{border-color:#3f63ff38;background:#ebefffe6;color:var(--text)}.market-region{display:grid;grid-template-columns:minmax(0,360px) minmax(0,1fr);gap:1rem}.market-region__map{display:grid;gap:.8rem;padding:1rem;border:1px solid rgba(21,28,47,.08);border-radius:var(--radius);background:#ffffffc2}.market-region__svg{width:100%;height:420px}.market-region__shape{cursor:default;stroke:#151c2f1f;stroke-width:2;transition:fill .18s ease,stroke .18s ease,stroke-width .18s ease}.market-region__shape--available{cursor:pointer}.market-region__shape--active{stroke:var(--cobalt);stroke-width:4}.market-region__label{fill:var(--text);font-size:10px;font-weight:700}.market-region__list{display:grid;gap:.75rem}.market-region__item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border:1px solid rgba(21,28,47,.08);border-radius:var(--radius);background:#fffc;color:var(--text);cursor:pointer;text-align:left;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.market-region__item:hover,.market-region__item--active{transform:translateY(-1px);border-color:#3f63ff38;background:#ebefffc2}.market-region__item div{display:grid;gap:.2rem}.market-region__item strong{font-size:1rem}.market-region__item span{color:var(--muted)}@media (max-width: 1280px){.site-shell__heroRibbon{left:calc(var(--home-hero-left-gap, 0px) + 8rem);width:min(82vw,1220px)}.home-hero__title{font-size:4.55rem}.route-hero__title{font-size:3.5rem}.route-hero--compact .route-hero__title{font-size:3rem}.stage-grid,.market-toolbar__filters,.market-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 1100px){.site-shell{--page-frame-top-gap: .56rem}.site-shell__heroRibbon{left:calc(var(--home-hero-left-gap, 0px) + 3.4rem);width:min(92vw,1000px)}.page-frame,.site-footer,.site-header__inner{width:min(100%,calc(100vw - 28px))}.home-hero{min-height:auto;display:block}.home-hero__grid{grid-template-columns:1fr;gap:1.6rem;min-height:auto;padding:2.35rem 1.6rem 1rem}.home-hero__media{min-height:23rem}.home-hero__trust{grid-template-columns:repeat(3,minmax(0,1fr));padding:1rem 1.2rem 1.1rem}.hero-stage__window{transform:none}.hero-stage__window--primary{width:58%;right:6%}.hero-stage__window--secondary{width:31%}.hero-stage__window--tertiary{width:38%;right:18%}.home-overview,.home-cta-panel,.route-hero--withAside,.split-grid,.demo-layout,.demo-layout__panel,.site-footer__inner{grid-template-columns:1fr}.home-overview__rail{grid-template-columns:repeat(2,minmax(0,1fr))}.home-overview__header{grid-template-columns:1fr}.home-overview__rail:before{display:none}.metrics-grid,.three-up-grid,.flow-grid,.acquisition-grid,.gallery-grid,.showcase-grid,.stage-grid,.showcase-grid--editorial{grid-template-columns:repeat(2,minmax(0,1fr))}.showcase-grid--editorial .screenshot-frame--featured{grid-column:1 / -1;grid-row:auto}.showcase-grid--editorial .screenshot-frame:nth-child(2),.showcase-grid--editorial .screenshot-frame:nth-child(3){grid-column:auto;grid-row:auto}.editorial-panel__grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.application-matrix,.cta-panel,.market-region{grid-template-columns:1fr}.site-footer__group--cta{padding:1rem 1.05rem}.demo-layout__tabs{position:static}.demo-panel__media{border-left:0;border-top:1px solid rgba(21,28,47,.08)}}@media (max-width: 1080px){.site-header__inner{grid-template-columns:1fr auto;gap:.8rem;padding:.82rem .95rem .92rem}.site-header__menuButton{grid-column:2 / 3;display:inline-flex}.site-header__actions{display:none}.site-header__nav{grid-column:1 / -1;position:absolute;top:calc(100% + .6rem);left:0;right:0;display:grid;grid-template-columns:1fr;gap:.45rem;justify-items:stretch;padding:.95rem;border:1px solid rgba(21,28,47,.08);border-radius:var(--radius);background:linear-gradient(180deg,#ffffffc2,#ffffffad);box-shadow:0 22px 46px #1a244024;-webkit-backdrop-filter:blur(24px) saturate(120%);backdrop-filter:blur(24px) saturate(120%);opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.site-header__nav--open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.nav-chip{width:100%;justify-content:flex-start;text-align:left;padding:.74rem .1rem;background:transparent}.nav-group{display:grid;gap:.45rem;width:100%}.nav-group__trigger{justify-content:space-between}.nav-group__panel{position:static;top:auto;left:auto;z-index:auto;width:auto;min-width:0;display:none;padding:.25rem 0 0 .7rem;border:0;border-left:1px solid rgba(21,28,47,.08);border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;opacity:1;visibility:visible;transform:none;pointer-events:auto}.nav-group__panel--open{display:block}.nav-group__links{grid-template-columns:1fr;gap:.2rem}.nav-subitem{min-height:0;background:transparent;border-color:transparent;transform:none}.site-header__mobileActions{display:grid;gap:.6rem;margin-top:.4rem;padding-top:.85rem;border-top:1px solid rgba(21,28,47,.08)}.nav-chip--mobileAction{min-height:44px;padding:.8rem .95rem;border:1px solid rgba(21,28,47,.08);border-radius:var(--radius);background:#ffffffeb}.nav-chip--mobileCta{min-height:44px;padding:.8rem .95rem;border:1px solid transparent;border-radius:var(--radius);justify-content:center;background:linear-gradient(135deg,#4564ff,#6a4fff);color:#fff}.nav-chip--mobileCta:hover,.nav-chip--mobileCta.nav-chip--active{color:#fff}.page-frame{padding-top:var(--page-frame-top-gap)}.page-stack{gap:4.3rem}.home-hero{padding:0}.home-hero__title{font-size:3.3rem}.home-overview__principle{grid-template-columns:1fr;gap:.35rem}.home-overview__principleStep{font-size:.68rem}.home-overview__cardNumber{font-size:3.6rem}.home-blueprint__title,.home-band__title,.home-cta-panel__copy h2{font-size:2.35rem}.route-hero__title{font-size:3rem}.route-hero--compact .route-hero__title,.section-intro__title,.site-footer__title{font-size:2.45rem}.home-hero__stats,.metrics-grid,.three-up-grid,.two-up-grid,.flow-grid,.acquisition-grid,.gallery-grid,.application-matrix,.use-case-grid,.principle-grid,.showcase-grid,.stage-grid,.editorial-panel__grid--four,.editorial-panel__grid--three{grid-template-columns:1fr}.market-toolbar__filters,.market-chart-grid--two,.market-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.screenshot-frame--featured{grid-column:span 1}.pipeline-rail{grid-template-columns:1fr;gap:.85rem}.pipeline-rail__connector{width:1px;height:2.6rem;margin:0 auto;background:linear-gradient(180deg,#0ea57d42,#3f63ff6b)}.hero-stage{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;align-content:start}.hero-stage__ribbon{display:none}.hero-stage__window{position:relative;top:auto;right:auto;bottom:auto;left:auto;width:auto}.hero-stage__window--primary{grid-column:1 / -1}.hero-stage__window--secondary,.hero-stage__window--tertiary{grid-column:span 1}.button-link,.demo-gate__form button{width:100%}.home-hero__actions,.button-row,.site-footer__actions,.cta-panel__actions,.home-cta-panel__actions,.demo-gate__form{display:grid;grid-template-columns:1fr}.demo-panel__copy{padding:1.2rem}.market-filter__panel{position:static;width:100%;margin-top:.55rem}.market-analytics-page{gap:2.45rem}.market-analytics-page .route-hero{padding-top:.45rem}.market-analytics-page .content-section{padding-top:1.9rem}.market-analytics-page .section-intro__title{font-size:2.2rem}}@media (max-width: 560px){.site-shell{--page-frame-top-gap: .62rem}.site-shell__heroRibbon{left:calc(var(--home-hero-left-gap, 0px) + 1.2rem);width:122vw}.site-header__inner,.page-frame,.site-footer{width:min(100%,calc(100vw - 20px))}.page-frame{padding-bottom:4.8rem}.home-hero{padding:0}.home-hero__grid{padding:1.8rem 1.2rem .95rem}.home-hero__eyebrowChip{padding:.68rem .9rem;min-width:0}.home-hero__title{font-size:2.6rem}.home-hero__body{font-size:1rem}.home-hero__media{min-height:18rem}.home-hero__trust{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;padding-inline:1rem}.route-hero__title{font-size:2.45rem}.route-hero--compact .route-hero__title,.section-intro__title,.site-footer__title{font-size:2.1rem}.home-hero__body,.route-hero__body,.section-intro__body{font-size:1rem}.cta-panel__copy h2{font-size:1.95rem}.home-blueprint__title,.home-band__title,.home-cta-panel__copy h2{font-size:1.82rem}.home-overview__principlesEyebrow{padding-bottom:.72rem}.home-overview__rail,.metrics-grid--overview{grid-template-columns:1fr}.home-band{padding-top:2.7rem}.home-cta-panel{padding:1.35rem}.content-section{gap:1.45rem;padding-top:3.5rem}.surface-card,.editorial-panel,.pipeline-rail,.timeline-card,.checklist-card{padding:1.1rem}.hero-stat{padding:.95rem .9rem}.hero-stat__value,.proof-metric-card__value,.demo-metric-card__value{font-size:1.45rem}.home-hero__stats{gap:.8rem}.demo-panel__media{padding:.85rem}.site-footer{padding-top:1.8rem;margin-bottom:1.2rem}.site-footer__bottom{justify-content:flex-start}.market-toolbar__actions,.market-toolbar__filters,.market-chart-grid--two,.market-summary-grid{grid-template-columns:1fr}.market-toolbar__actions,.market-time-window,.market-region__controls{display:grid;grid-template-columns:1fr}.market-chart-card,.market-summary-card{padding:1.1rem}.market-region__svg{height:360px}.market-analytics-page{gap:2rem}.market-analytics-page .route-hero{padding-top:.35rem}.market-analytics-page .content-section{gap:.95rem;padding-top:1.55rem}.market-analytics-page .section-intro__title{font-size:1.95rem}}.home-live-proof{gap:1.6rem}.home-live-proof--dark{border-radius:.34rem;background:radial-gradient(circle at 18% 0%,rgba(63,99,255,.18),transparent 28%),linear-gradient(180deg,#171d36,#0a1020);box-shadow:inset 0 0 0 1px #7686ff29,14px 14px #04081438}.home-live-proof__header{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:1.4rem;align-items:start}.home-live-proof__intro{display:grid;gap:.75rem}.home-live-proof__themeBar{display:flex;justify-content:flex-end;margin-top:-.75rem}.home-live-proof__themeToggle{display:inline-grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.18rem;padding:.18rem;border:1px solid rgba(63,99,255,.14);border-radius:.18rem;background:#ffffffeb;box-shadow:6px 6px #3f63ff14}.home-live-proof__themeButton{min-width:4.8rem;padding:.48rem .8rem;border:0;border-radius:.12rem;background:transparent;color:#1118279e;font:inherit;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.home-live-proof__themeButton:hover{transform:translateY(-1px)}.home-live-proof__themeButton.is-active{background:linear-gradient(135deg,#3f5af5,#3f63ffe0);box-shadow:4px 4px #3f63ff2e;color:#fff}.home-live-proof__constraint{margin:0;font-size:.92rem;color:#111827a8}.home-live-proof__form{display:grid;gap:.7rem;padding:1.15rem;border:1px solid rgba(63,99,255,.16);border-radius:1rem;background:#ffffffe0;box-shadow:0 24px 60px #1f293714}.home-live-proof__inputLabel{font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#11182794}.home-live-proof__inputRow{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem}.home-live-proof__input{min-width:0;padding:.95rem 1rem;border:1px solid rgba(99,115,148,.22);border-radius:.9rem;background:#f8faffeb;color:var(--ink, #111827);font:inherit}.home-live-proof__input:focus{outline:none;border-color:#3f63ff73;box-shadow:0 0 0 4px #3f63ff1a}.home-live-proof__submit{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-inline-size:11rem;padding:.95rem 1.15rem;border:0;border-radius:.9rem;background:linear-gradient(135deg,#3f5af5,#3f63ffeb);color:#fff;font:inherit;font-weight:700;cursor:pointer;white-space:nowrap;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease;box-shadow:0 18px 32px #3f63ff3d}.home-live-proof__submit:hover:not(:disabled){transform:translateY(-1px)}.home-live-proof__submit:active:not(:disabled){transform:translateY(0);box-shadow:0 12px 24px #3f63ff38}.home-live-proof__submit:disabled{opacity:.65;cursor:wait}.home-live-proof__submitSpinner{width:1rem;height:1rem;border-radius:999px;border:2px solid rgba(255,255,255,.35);border-top-color:#fffffff2;animation:home-live-proof-spinner .8s linear infinite}@keyframes home-live-proof-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-live-proof__limit,.home-live-proof__error{margin:0;font-size:.9rem}.home-live-proof__limit{color:#1118279e}.home-live-proof__error{color:#b42318}.home-live-proof__results{position:relative;display:grid;gap:1rem}.home-live-proof__results--overlay>.home-live-proof__resultCard,.home-live-proof__results--overlay>.home-live-proof__alternatives{opacity:.42;transform:scale(.996);filter:saturate(.8);pointer-events:none}.home-live-proof__empty{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.home-live-proof__empty>div{padding:1rem;border:1px solid rgba(63,99,255,.1);border-radius:1rem;background:#ffffffb8}.home-live-proof__empty strong{display:block;margin-bottom:.45rem;color:var(--ink, #111827)}.home-live-proof__empty p{margin:0;color:#111827ad}.home-live-proof__analysisStatus{display:grid;gap:.8rem;padding:1rem 1.05rem;border:1px solid rgba(63,99,255,.16);border-radius:1rem;background:linear-gradient(140deg,#ffffffeb,#f6f9ffd6);box-shadow:0 18px 48px #1f293714}.home-live-proof__analysisStatus--compact{max-width:36rem;padding:.95rem 1rem;background:linear-gradient(140deg,#ffffffe6,#f4f7ffb8);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.home-live-proof__analysisHeader{display:grid;gap:.35rem}.home-live-proof__analysisHeader p{margin:0;color:#111827a8}.home-live-proof__analysisBadge{display:inline-flex;align-items:center;width:fit-content;padding:.32rem .58rem;border-radius:999px;border:1px solid rgba(63,99,255,.16);background:#f4f7ffe0;color:#3f5af5;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.home-live-proof__analysisSteps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.home-live-proof__analysisStep{display:grid;gap:.45rem}.home-live-proof__analysisStep span{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1118278a}.home-live-proof__analysisStep i{position:relative;display:block;height:.32rem;border-radius:999px;background:#11182714;overflow:hidden}.home-live-proof__analysisStep i:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);border-radius:inherit;background:linear-gradient(90deg,#3f63ff26,#3f63ffe6,#3f63ff26)}.home-live-proof__analysisStep--completed span,.home-live-proof__analysisStep--active span{color:#111827c7}.home-live-proof__analysisStep--completed i:after{transform:translate(0)}.home-live-proof__analysisStep--active i:after{animation:home-live-proof-analysis-progress 1s linear infinite}.home-live-proof__analysisOverlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;align-content:start;justify-items:center;padding:1rem;border-radius:1.1rem;background:linear-gradient(180deg,#fafcff70,#fafcff2e);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:none}.home-live-proof__analysisOverlay:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(63,99,255,.04) 1px,transparent 1px),linear-gradient(rgba(63,99,255,.04) 1px,transparent 1px);background-size:108px 108px;opacity:.7;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.65),transparent 88%);mask-image:linear-gradient(180deg,rgba(0,0,0,.65),transparent 88%);pointer-events:none}.home-live-proof__analysisOverlay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,transparent 0%,rgba(63,99,255,0) 44%,rgba(63,99,255,.12) 50%,rgba(63,99,255,0) 56%,transparent 100%);transform:translate(-120%);animation:home-live-proof-overlay-sweep 1.2s linear infinite;pointer-events:none}.home-live-proof__analysisOverlay>*{position:relative;z-index:1}.home-live-proof__loading{display:grid;gap:1rem}.home-live-proof__skeletonCard{display:grid;grid-template-columns:280px minmax(0,1fr);gap:1.2rem;padding:1.1rem;border:1px solid rgba(63,99,255,.14);border-radius:1.1rem;background:#ffffffe6;box-shadow:0 30px 80px #11182714}.home-live-proof__skeletonMediaColumn{display:grid;grid-template-rows:auto minmax(0,1fr);gap:.85rem;min-height:100%}.home-live-proof__skeletonBody{display:grid;gap:.95rem}.home-live-proof__skeletonRail,.home-live-proof__skeletonMetrics{display:grid;gap:.9rem}.home-live-proof__skeletonRail{grid-template-columns:repeat(3,minmax(0,1fr))}.home-live-proof__skeletonMetrics{grid-template-columns:repeat(5,minmax(0,1fr))}.home-live-proof__skeleton{min-height:220px;border-radius:1rem;background:linear-gradient(90deg,#f1f5ffe0,#fffffff2,#f1f5ffe0);background-size:200% 100%;animation:home-live-proof-shimmer 1.2s linear infinite}.home-live-proof__skeleton--media{min-height:360px;aspect-ratio:.86}.home-live-proof__skeleton--vision{min-height:178px}.home-live-proof__skeleton--title{min-height:2.9rem}.home-live-proof__skeleton--titleShort{min-height:1rem;width:52%}.home-live-proof__skeleton--metric{min-height:5.8rem}.home-live-proof__resultCard,.home-live-proof__alternativeCard{position:relative;overflow:hidden;border:1px solid rgba(63,99,255,.14);border-radius:.32rem;background:linear-gradient(165deg,#fffffff5,#f7f9ffeb);box-shadow:10px 10px #3f63ff0f;transition:opacity .22s ease,transform .22s ease,filter .22s ease}.home-live-proof__resultCard:before,.home-live-proof__alternativeCard:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,rgba(63,99,255,.05),transparent 28%,transparent 72%,rgba(63,99,255,.05));pointer-events:none}.home-live-proof__resultCard:after,.home-live-proof__alternativeCard:after{content:"";position:absolute;top:.65rem;right:.65rem;bottom:.65rem;left:.65rem;border:1px solid rgba(63,99,255,.08);border-radius:.14rem;pointer-events:none}.home-live-proof__resultCard{display:grid;grid-template-columns:224px minmax(0,1fr);gap:.95rem;padding:.95rem;align-items:stretch}.home-live-proof__resultMediaColumn,.home-live-proof__alternativeMedia,.home-live-proof__identity,.home-live-proof__metricStrip,.home-live-proof__chips,.home-live-proof__damageEvidence,.home-live-proof__sellerLine,.home-live-proof__explanation{opacity:0;transform:translateY(14px);filter:blur(10px);transition:opacity .26s ease,transform .26s ease,filter .26s ease}.home-live-proof__resultMediaColumn.is-visible,.home-live-proof__alternativeMedia.is-visible,.home-live-proof__identity.is-visible,.home-live-proof__metricStrip.is-visible,.home-live-proof__chips.is-visible,.home-live-proof__damageEvidence.is-visible,.home-live-proof__sellerLine.is-visible,.home-live-proof__explanation.is-visible{opacity:1;transform:translateY(0);filter:blur(0)}.home-live-proof__resultMediaColumn{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr);gap:.65rem;min-height:100%}.home-live-proof__resultMedia,.home-live-proof__alternativeMedia,.home-live-proof__mediaFrame,.home-live-proof__alternativeMediaFrame{position:relative}.home-live-proof__mediaFrame,.home-live-proof__alternativeMediaFrame{overflow:hidden;border-radius:.18rem;border:1px solid rgba(63,99,255,.12);background:linear-gradient(145deg,#eef4fffa,#f8fafffa)}.home-live-proof__alternativeMediaFrame{border-radius:.18rem}.home-live-proof__mediaFrame:after,.home-live-proof__alternativeMediaFrame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.18rem;background:linear-gradient(135deg,rgba(255,255,255,.12),transparent 38%,rgba(63,99,255,.08));opacity:0;transition:opacity .26s ease;pointer-events:none}.home-live-proof__alternativeMediaFrame:after{border-radius:.18rem}.home-live-proof__resultMediaColumn.is-visible .home-live-proof__mediaFrame:after,.home-live-proof__alternativeMedia.is-visible .home-live-proof__alternativeMediaFrame:after{opacity:1}.home-live-proof__mediaShell{--media-scan-progress: 100%;--media-reveal-progress: 1;position:relative;width:100%;aspect-ratio:1;border-radius:inherit;background:linear-gradient(145deg,#eef4fffa,#f8fafffa)}.home-live-proof__mediaImage{width:100%;height:100%;object-fit:cover;border-radius:inherit;opacity:calc(.02 + (var(--media-reveal-progress) * .98));filter:blur(calc((1 - var(--media-reveal-progress)) * 24px)) grayscale(calc((1 - var(--media-reveal-progress)) * 1)) saturate(calc(.18 + (var(--media-reveal-progress) * .82))) brightness(calc(.18 + (var(--media-reveal-progress) * .82))) contrast(calc(.54 + (var(--media-reveal-progress) * .46)));transform:scale(calc(1.08 - (var(--media-reveal-progress) * .08)));transition:opacity .12s linear,filter .12s linear,transform .12s linear}.home-live-proof__mediaPlaceholder{display:grid;place-items:center;width:100%;height:100%;border-radius:inherit;color:#1118276b;font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.home-live-proof__mediaBlank,.home-live-proof__mediaScanLine{position:absolute;pointer-events:none}.home-live-proof__mediaBlank{top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(circle at 50% 38%,#ffffff14,#f1f5ffd6 42%,#e9effcfa);opacity:calc(1 - var(--media-reveal-progress));transition:opacity .12s linear}.home-live-proof__mediaScanLine{left:0;right:0;top:var(--media-scan-progress);height:1px;transform:translateY(-50%);background:linear-gradient(90deg,transparent,rgba(145,175,255,.96),transparent);box-shadow:0 0 20px #5c7bff6b;opacity:calc((1 - var(--media-reveal-progress)) * .92);transition:top .12s linear,opacity .12s linear}.home-live-proof__mediaShell--placeholder .home-live-proof__mediaBlank{opacity:0}.home-live-proof__alternativeMedia .home-live-proof__mediaShell,.home-live-proof__alternativeMedia .home-live-proof__mediaImage,.home-live-proof__alternativeMedia .home-live-proof__mediaPlaceholder{aspect-ratio:1.22}.home-live-proof__mediaHud{position:absolute;left:.7rem;right:.7rem;bottom:.7rem;z-index:2;display:flex;justify-content:space-between;gap:.75rem;align-items:center;padding:.42rem .54rem;border:1px solid rgba(255,255,255,.18);border-radius:.14rem;background:#1118276b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;opacity:0;transform:translateY(8px);transition:opacity .24s ease,transform .24s ease}.home-live-proof__resultMediaColumn.is-visible .home-live-proof__mediaHud{opacity:1;transform:translateY(0);transition-delay:.14s}.home-live-proof__mediaProgress{position:absolute;left:50%;top:50%;z-index:2;display:grid;gap:.55rem;min-width:9.4rem;padding:.82rem .88rem .74rem;border:1px solid rgba(255,255,255,.16);border-radius:.22rem;background:#11182775;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fff;transform:translate(-50%,-50%);box-shadow:10px 10px #1118272e;opacity:1;transition:opacity .26s ease,transform .26s ease}.home-live-proof__mediaProgress.is-resolved{opacity:0;transform:translate(-50%,-50%) scale(.96)}.home-live-proof__mediaProgressDial{position:relative;width:4.7rem;height:4.7rem;justify-self:center}.home-live-proof__mediaProgressDial svg{width:100%;height:100%;transform:rotate(-90deg)}.home-live-proof__mediaProgressTrack,.home-live-proof__mediaProgressFill{fill:none;stroke-width:3.8}.home-live-proof__mediaProgressTrack{stroke:#ffffff29}.home-live-proof__mediaProgressFill{stroke:#6080fffa;stroke-linecap:round;transition:stroke-dashoffset .12s linear}.home-live-proof__mediaProgressDial strong{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;justify-content:center;font-size:1rem;font-weight:800;letter-spacing:.02em}.home-live-proof__mediaProgressCopy{display:grid;gap:.12rem;text-align:center}.home-live-proof__mediaProgressCopy span{font-size:.6rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#ffffffb8}.home-live-proof__mediaProgressCopy p{margin:0;font-size:.74rem;line-height:1.35;color:#ffffffd6}.home-live-proof__mediaProgressBar{position:relative;height:.38rem;border-radius:.08rem;overflow:hidden;background:#ffffff29}.home-live-proof__mediaProgressBar i{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#76bdffb8,#3e60fffa);transform:scaleX(0);transform-origin:left center;transition:transform .12s linear}.home-live-proof__mediaHud span{font-size:.62rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#ffffffb3}.home-live-proof__mediaHud strong{font-size:.74rem;font-weight:700}.home-live-proof__mediaSweep,.home-live-proof__alternativeMediaSweep{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0}.home-live-proof__mediaSweep:before,.home-live-proof__alternativeMediaSweep:before{content:"";position:absolute;top:-10%;bottom:-10%;width:34%;transform:translate(-150%) skew(-14deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.1) 12%,rgba(99,144,255,.28) 50%,rgba(255,255,255,.08) 88%,transparent)}.home-live-proof__resultMediaColumn.is-visible .home-live-proof__mediaSweep{opacity:1}.home-live-proof__resultMediaColumn.is-visible .home-live-proof__mediaSweep:before{animation:home-live-proof-image-sweep .9s ease forwards}.home-live-proof__alternativeCard--scanning .home-live-proof__alternativeMediaSweep{opacity:1}.home-live-proof__alternativeCard--scanning .home-live-proof__alternativeMediaSweep:before{animation:home-live-proof-image-sweep .78s ease forwards}.home-live-proof__visionPanel{position:relative;overflow:hidden;display:grid;grid-template-rows:auto auto 1fr auto;gap:.58rem;align-content:stretch;min-height:0;height:100%;padding:.72rem .76rem;border:1px solid rgba(63,99,255,.12);border-radius:.22rem;background:linear-gradient(180deg,#f9fbfffa,#f2f7ffe6);box-shadow:inset 0 0 0 1px #ffffff9e}.home-live-proof__visionPanel:before,.home-live-proof__visionPanel:after{content:"";position:absolute;pointer-events:none}.home-live-proof__visionPanel:before{top:.5rem;left:.5rem;width:1rem;height:.72rem;border-top:1px solid rgba(63,99,255,.22);border-left:1px solid rgba(63,99,255,.22)}.home-live-proof__visionPanel:after{right:.5rem;bottom:.5rem;width:1rem;height:.72rem;border-right:1px solid rgba(63,99,255,.22);border-bottom:1px solid rgba(63,99,255,.22)}.home-live-proof__visionHeader{display:grid;gap:.18rem}.home-live-proof__visionEyebrow{font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#3f5af5d6}.home-live-proof__visionHeader strong{font-size:.86rem;line-height:1.1;color:var(--ink, #111827);opacity:0;transform:translateY(6px);transition:opacity .22s ease,transform .22s ease}.home-live-proof__visionPanel.is-resolved .home-live-proof__visionHeader strong{opacity:1;transform:translateY(0)}.home-live-proof__visionStage{display:grid;gap:.36rem;padding:.56rem .62rem;border:1px solid rgba(63,99,255,.08);border-radius:.14rem;background:linear-gradient(180deg,#ffffffd6,#f7faffad),linear-gradient(90deg,rgba(63,99,255,.05) 1px,transparent 1px),linear-gradient(rgba(63,99,255,.05) 1px,transparent 1px);background-size:auto,44px 44px,44px 44px}.home-live-proof__visionStageItem{display:flex;justify-content:space-between;gap:.44rem;align-items:center;opacity:0;transform:translateY(8px);transition:opacity .26s ease,transform .26s ease}.home-live-proof__resultMediaColumn.is-visible .home-live-proof__visionStageItem{opacity:1;transform:translateY(0)}.home-live-proof__visionStageItem span,.home-live-proof__visionPipelineLabel{font-size:.62rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#11182785}.home-live-proof__visionStageItem strong{position:relative;display:inline-flex;align-items:center;gap:.36rem;font-size:.72rem;color:var(--ink, #111827);opacity:0;transform:translateY(6px);transition:opacity .22s ease,transform .22s ease}.home-live-proof__visionPanel.is-resolved .home-live-proof__visionStageItem strong{opacity:1;transform:translateY(0)}.home-live-proof__visionStageItem strong:before{content:"";width:.42rem;height:.42rem;border-radius:999px;background:linear-gradient(135deg,#3f63fff5,#0ea57deb);box-shadow:0 0 #3f63ff3d;animation:home-live-proof-rail-glow 1.3s ease-in-out infinite}.home-live-proof__visionGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem}.home-live-proof__visionGrid--single{grid-template-columns:1fr}.home-live-proof__visionGrid--single .home-live-proof__visionCell{grid-template-columns:auto minmax(0,1fr);gap:.42rem .58rem;align-items:center}.home-live-proof__visionGrid--single .home-live-proof__visionRing{width:2.6rem;height:2.6rem}.home-live-proof__visionCell{display:grid;grid-template-columns:1fr;gap:.32rem;align-items:start;padding:.48rem .5rem .52rem;border:1px solid rgba(63,99,255,.08);border-radius:.14rem;background:#ffffffb8;opacity:0;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease}.home-live-proof__resultMediaColumn.is-visible .home-live-proof__visionCell{opacity:1;transform:translateY(0)}.home-live-proof__visionRing{position:relative;width:2.45rem;height:2.45rem;flex:0 0 auto}.home-live-proof__visionRing svg{width:100%;height:100%;transform:rotate(-90deg)}.home-live-proof__visionRingTrack,.home-live-proof__visionRingFill{fill:none;stroke-width:4.2}.home-live-proof__visionRingTrack{stroke:#1118271a}.home-live-proof__visionRingFill{stroke:#3f63ffeb;stroke-linecap:round;transition:stroke-dashoffset .18s linear}.home-live-proof__visionCell--mint .home-live-proof__visionRingFill{stroke:#10b981eb}.home-live-proof__visionCell--amber .home-live-proof__visionRingFill{stroke:#d98f28eb}.home-live-proof__visionCell--coral .home-live-proof__visionRingFill{stroke:#f87171eb}.home-live-proof__visionRing strong{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:0 .12rem;font-size:.56rem;line-height:1;letter-spacing:-.04em;font-variant-numeric:tabular-nums;text-shadow:0 1px 0 rgba(255,255,255,.55);color:var(--ink, #111827)}.home-live-proof__visionCopy{display:grid;grid-template-areas:"label" "value";gap:.12rem}.home-live-proof__visionCopy span{grid-area:label;font-size:.54rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1118278a}.home-live-proof__visionCopy strong,.home-live-proof__visionCopy em{grid-area:value;font-size:.76rem;line-height:1.2}.home-live-proof__visionCopy strong{color:var(--ink, #111827);font-style:normal}.home-live-proof__visionLoading,.home-live-proof__visionValue{transition:opacity .26s ease,transform .26s ease}.home-live-proof__visionLoading{color:#11182794;opacity:1;transform:translateY(0);font-style:normal}.home-live-proof__visionValue{opacity:0;visibility:hidden;transform:translateY(.28rem)}.home-live-proof__visionCell--scanning .home-live-proof__visionValue{display:none}.home-live-proof__visionCell--resolved .home-live-proof__visionLoading{opacity:0;transform:translateY(-.25rem);pointer-events:none}.home-live-proof__visionCell--resolved .home-live-proof__visionValue{display:block;opacity:1;visibility:visible;transform:translateY(0)}.home-live-proof__visionMiniBar{grid-column:1 / -1;height:.32rem;border-radius:.08rem;background:#11182714;overflow:hidden}.home-live-proof__visionMiniBar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#3f63ff3d,#3f63ffeb);transform:scaleX(0);transform-origin:left center;transition:transform .82s cubic-bezier(.2,.8,.2,1)}.home-live-proof__visionCell--mint .home-live-proof__visionMiniBar i{background:linear-gradient(90deg,#10b9813d,#10b981eb)}.home-live-proof__visionCell--amber .home-live-proof__visionMiniBar i{background:linear-gradient(90deg,#d98f283d,#d98f28eb)}.home-live-proof__visionCell--coral .home-live-proof__visionMiniBar i{background:linear-gradient(90deg,#f871713d,#f87171eb)}.home-live-proof__visionPipeline{display:grid;gap:.28rem;align-content:end}.home-live-proof__visionRail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.28rem;align-self:end;padding:.46rem .52rem;border:1px solid rgba(63,99,255,.08);border-radius:.14rem;background:#ffffffb8}.home-live-proof__visionRail i{display:block;position:relative;height:.22rem;border-radius:.08rem;background:linear-gradient(90deg,#3f63ff2e,#3f63ffe6);transform:scaleX(0);transform-origin:left center;opacity:.55;transition:transform .32s ease,opacity .32s ease}.home-live-proof__visionRail i:after{content:"";position:absolute;right:-.18rem;top:50%;width:.42rem;height:.42rem;border-radius:.08rem;transform:translateY(-50%);background:#fff;border:1px solid rgba(63,99,255,.32)}.home-live-proof__resultMediaColumn.is-visible .home-live-proof__visionRail i{transform:scaleX(1)}.home-live-proof__resultMediaColumn.is-visible .home-live-proof__visionRail i:nth-child(1){transition-delay:.21s}.home-live-proof__resultMediaColumn.is-visible .home-live-proof__visionRail i:nth-child(2){transition-delay:.28s}.home-live-proof__resultMediaColumn.is-visible .home-live-proof__visionRail i:nth-child(3){transition-delay:.35s}.home-live-proof__resultMediaColumn.is-visible .home-live-proof__visionRail i:nth-child(4){transition-delay:.42s}.home-live-proof__resultBody,.home-live-proof__alternativeBody{position:relative;z-index:1;display:grid;gap:.72rem}.home-live-proof__identity{display:grid;gap:.42rem;min-width:0}.home-live-proof__identityLine{margin:0;font-size:.72rem;line-height:1.25;letter-spacing:0;text-transform:uppercase;color:#1118278f}.home-live-proof__identity h3,.home-live-proof__alternativeBody h4{margin:0;font-size:1.65rem;line-height:1.04;letter-spacing:0;color:var(--ink, #111827)}.home-live-proof__alternativeBody h4{font-size:1.35rem}.home-live-proof__metricStrip{display:grid;gap:.52rem}.home-live-proof__metricStrip--decision{grid-template-columns:repeat(4,minmax(0,1fr))}.home-live-proof__metricStrip--proof{grid-template-columns:repeat(5,minmax(0,1fr))}.home-live-proof__metric{--metric-progress: 0%;--metric-accent: rgba(63, 99, 255, .42);--metric-accent-strong: rgba(63, 99, 255, .94);display:grid;gap:.36rem;min-height:4.55rem;padding:.66rem .72rem;border:1px solid rgba(63,99,255,.08);border-radius:.14rem;background:linear-gradient(180deg,#fafcfff0,#f6f9ffc2);position:relative;overflow:hidden;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease,background-color .2s ease}.home-live-proof__metric--withGauge{padding-right:3rem}.home-live-proof__metric:before,.home-live-proof__metric:after{content:"";position:absolute;width:1rem;height:.72rem;pointer-events:none}.home-live-proof__metric:before{top:.42rem;left:.42rem;border-top:1px solid rgba(17,24,39,.12);border-left:1px solid rgba(17,24,39,.12)}.home-live-proof__metric:after{right:.42rem;bottom:.42rem;border-right:1px solid rgba(17,24,39,.12);border-bottom:1px solid rgba(17,24,39,.12)}.home-live-proof__metric span{position:relative;z-index:1;font-size:.62rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#1118278f}.home-live-proof__metricGauge{position:absolute;top:.5rem;right:.58rem;z-index:1;width:2.05rem;height:2.05rem;opacity:.42;transform:scale(.9);transition:opacity .2s ease,transform .2s ease}.home-live-proof__metricGauge svg{width:100%;height:100%;transform:rotate(-90deg)}.home-live-proof__metricGaugeTrack,.home-live-proof__metricGaugeFill{fill:none;stroke-width:3.4}.home-live-proof__metricGaugeTrack{stroke:#11182717}.home-live-proof__metricGaugeFill{stroke:var(--metric-accent-strong);stroke-linecap:round;transition:stroke-dashoffset .12s linear}.home-live-proof__metricLoading{position:absolute;left:.72rem;right:2.86rem;top:50%;z-index:1;display:grid;gap:.36rem;transform:translateY(-12%);opacity:0;transition:opacity .18s ease,transform .18s ease}.home-live-proof__metricLoadingBar{position:relative;height:.42rem;border-radius:.08rem;overflow:hidden;background:#11182714}.home-live-proof__metricLoadingBar i{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,color-mix(in srgb,var(--metric-accent-strong) 34%,white),var(--metric-accent-strong));transform:scaleX(0);transform-origin:left center;transition:transform .12s linear}.home-live-proof__metricLoading strong{font-size:.68rem;font-weight:700;letter-spacing:.1em;color:#1118278a}.home-live-proof__metric strong{position:relative;z-index:1;font-size:.94rem;line-height:1.05;color:var(--ink, #111827);transition:opacity .18s ease,transform .18s ease}.home-live-proof__metric small{position:relative;z-index:1;min-height:1.55em;margin-top:-.1rem;font-size:.67rem;line-height:1.28;color:#1118278f;transition:opacity .18s ease,transform .18s ease}.home-live-proof__metricProcessing{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.2rem;margin-top:auto}.home-live-proof__metricProcessing i{display:block;height:.18rem;border-radius:.06rem;background:#11182714}.home-live-proof__metricBar{position:relative;z-index:1;flex:1;height:.34rem;border-radius:.08rem;background:#11182714;overflow:hidden}.home-live-proof__metricBarRow{position:relative;z-index:1;display:flex;align-items:center;gap:.36rem;margin-top:-.08rem}.home-live-proof__metricBarFill{display:block;height:100%;width:100%;border-radius:inherit;background:linear-gradient(90deg,color-mix(in srgb,var(--metric-accent-strong) 34%,white),var(--metric-accent-strong));transform:scaleX(0);transform-origin:left center;transition:transform .12s linear}.home-live-proof__metricBarValue{min-width:1.9rem;text-align:right;font-size:.63rem;font-weight:700;letter-spacing:.08em;color:#11182780;transition:opacity .18s ease,transform .18s ease}.home-live-proof__metricScan{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;opacity:0;pointer-events:none}.home-live-proof__metricScan:before,.home-live-proof__metricScan:after{content:"";position:absolute;pointer-events:none}.home-live-proof__metricScan:before{left:.65rem;right:.65rem;top:.52rem;height:.12rem;background:linear-gradient(90deg,transparent,var(--metric-accent-strong),transparent)}.home-live-proof__metricScan:after{top:0;right:0;bottom:0;left:0;transform:translate(-120%);background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,0) 38%,color-mix(in srgb,var(--metric-accent-strong) 18%,transparent) 50%,rgba(255,255,255,0) 62%,transparent 100%)}.home-live-proof__metric--dormant strong,.home-live-proof__metric--dormant .home-live-proof__metricLoading,.home-live-proof__metric--dormant small,.home-live-proof__metric--dormant .home-live-proof__metricBarValue{opacity:0;transform:translateY(6px)}.home-live-proof__metric--dormant .home-live-proof__metricProcessing{opacity:.55}.home-live-proof__metric--dormant .home-live-proof__metricBar,.home-live-proof__metric--scanning .home-live-proof__metricBar{opacity:1}.home-live-proof__metric--dormant .home-live-proof__metricGauge{opacity:.16;transform:scale(.84)}.home-live-proof__metric--dormant .home-live-proof__metricProcessing i:nth-child(2){width:74%}.home-live-proof__metric--dormant .home-live-proof__metricProcessing i:nth-child(3){width:52%}.home-live-proof__metric--scanning{border-color:color-mix(in srgb,var(--metric-accent-strong) 34%,rgba(63,99,255,.1));background:linear-gradient(180deg,#fffffffa,#f4f7ffe6);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--metric-accent-strong) 12%,transparent),0 12px 28px #1118270d}.home-live-proof__metric--scanning .home-live-proof__metricGauge{opacity:1;transform:scale(1)}.home-live-proof__metric--scanning .home-live-proof__metricGaugeFill{animation:home-live-proof-gauge-pulse .98s ease-in-out infinite}.home-live-proof__metric--scanning .home-live-proof__metricLoading{opacity:1;transform:translateY(-50%)}.home-live-proof__metric--scanning strong,.home-live-proof__metric--scanning small,.home-live-proof__metric--scanning .home-live-proof__metricBarRow{opacity:0;transform:translateY(6px)}.home-live-proof__metric--scanning .home-live-proof__metricProcessing i{background:color-mix(in srgb,var(--metric-accent-strong) 52%,rgba(255,255,255,.22));animation:home-live-proof-processing-bars .9s linear infinite}.home-live-proof__metric--scanning .home-live-proof__metricProcessing i:nth-child(2){animation-delay:.12s}.home-live-proof__metric--scanning .home-live-proof__metricProcessing i:nth-child(3){animation-delay:.24s}.home-live-proof__metric--scanning .home-live-proof__metricScan{opacity:1}.home-live-proof__metric--scanning .home-live-proof__metricScan:before{animation:home-live-proof-rail-glow .72s ease-in-out infinite}.home-live-proof__metric--scanning .home-live-proof__metricScan:after{animation:home-live-proof-scan-sweep .82s ease forwards}.home-live-proof__metric--resolved{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--metric-accent-strong) 12%,transparent)}.home-live-proof__metric--resolved .home-live-proof__metricGauge{opacity:1;transform:scale(1)}.home-live-proof__metric--resolved strong,.home-live-proof__metric--resolved small,.home-live-proof__metric--resolved .home-live-proof__metricBarValue{opacity:1;transform:translateY(0)}.home-live-proof__metric--resolved .home-live-proof__metricLoading{opacity:0;transform:translateY(-56%)}.home-live-proof__metric--resolved .home-live-proof__metricProcessing{opacity:0}.home-live-proof__metric--resolved .home-live-proof__metricScan{opacity:.52}.home-live-proof__metric--resolved .home-live-proof__metricScan:before{opacity:.9}.home-live-proof__metric--neutral{--metric-accent: rgba(99, 115, 148, .34);--metric-accent-strong: rgba(99, 115, 148, .78)}.home-live-proof__metric--cobalt{--metric-accent: rgba(63, 99, 255, .42);--metric-accent-strong: rgba(63, 99, 255, .94);border-color:#3f63ff29}.home-live-proof__metric--mint{--metric-accent: rgba(16, 185, 129, .42);--metric-accent-strong: rgba(16, 185, 129, .92);border-color:#10b9812e}.home-live-proof__metric--amber{--metric-accent: rgba(245, 158, 11, .42);--metric-accent-strong: rgba(245, 158, 11, .92);border-color:#f59e0b2e}.home-live-proof__metric--coral{--metric-accent: rgba(248, 113, 113, .4);--metric-accent-strong: rgba(248, 113, 113, .9);border-color:#f871712e}.home-live-proof__chips{display:flex;flex-wrap:wrap;gap:.3rem;align-items:center}.home-live-proof__chip{position:relative;display:inline-flex;align-items:center;gap:.28rem;padding:.28rem .52rem .28rem .46rem;border:1px solid rgba(63,99,255,.12);border-radius:.12rem;background:linear-gradient(180deg,#fffffff5,#f6f9ffdb);box-shadow:inset 0 0 0 1px #ffffffb8;text-decoration:none;font-size:.66rem;line-height:1;letter-spacing:.01em;font-weight:700;color:#111827c7;opacity:0;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease}.home-live-proof__chip:before,.home-live-proof__chip:after{content:"";pointer-events:none}.home-live-proof__chip:before{width:.28rem;height:.28rem;border-radius:999px;background:linear-gradient(135deg,#0ea57df5,#3f63ffeb);box-shadow:0 0 0 .1rem #3f63ff14;flex:0 0 auto}.home-live-proof__chip:after{position:absolute;top:.24rem;right:.24rem;width:.28rem;height:.2rem;border-top:1px solid rgba(63,99,255,.22);border-right:1px solid rgba(63,99,255,.22);opacity:.72}.home-live-proof__chips.is-visible .home-live-proof__chip{opacity:1;transform:translateY(0)}.home-live-proof__chip--warning{border-color:#f8717147;background:linear-gradient(180deg,#fff7f5f5,#fff1efe6);color:#b42318}.home-live-proof__chip--warning:before{background:linear-gradient(135deg,#f87171f0,#e16c54e6);box-shadow:0 0 0 .14rem #f8717114}.home-live-proof__chip--warning:after{border-top-color:#f8717142;border-right-color:#f8717142}.home-live-proof__chip--link{border-color:transparent;background:linear-gradient(135deg,#3f5af5f5,#3f63ffdb);box-shadow:4px 4px #3f5af529;color:#fff}.home-live-proof__chip--link:before{background:#ffffffeb;box-shadow:0 0 0 .14rem #ffffff29}.home-live-proof__chip--link:after{border-top-color:#ffffff6b;border-right-color:#ffffff6b}.home-live-proof__sellerLine{display:flex;flex-wrap:wrap;gap:.45rem .72rem;align-items:center;padding:.52rem .68rem;border:1px solid rgba(63,99,255,.08);border-radius:.14rem;background:#fafcffc7;font-size:.76rem;color:#111827a3}.home-live-proof__sellerLine--actionOnly{padding:.1rem 0;border:0;background:transparent}.home-live-proof__sellerLink,.home-live-proof__alternativeLink{color:#3f5af5;text-decoration:none;font-weight:700}.home-live-proof__damageEvidence{display:grid;gap:.65rem;padding:.68rem;border:1px solid rgba(63,99,255,.1);border-radius:.18rem;background:linear-gradient(180deg,#f9fcfff0,#f4f8ffd6)}.home-live-proof__damageEvidenceHeader{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:.55rem .8rem}.home-live-proof__damageEvidenceEyebrow{display:block;margin-bottom:.16rem;font-size:.6rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#3f5af5e6}.home-live-proof__damageEvidenceHeader strong{display:block;font-size:.92rem;color:#111827db}.home-live-proof__damageEvidenceHeader small{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#11182785}.home-live-proof__damageEvidenceGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.55rem}.home-live-proof__damageEvidenceGrid--single{grid-template-columns:minmax(0,360px);justify-content:start}.home-live-proof__damageEvidenceCard{--damage-accent: rgba(94, 116, 151, .86);display:grid;gap:.48rem;min-width:0;padding:.48rem;border:1px solid rgba(63,99,255,.08);border-radius:.14rem;background:#ffffffe0;opacity:0;transform:translateY(10px);transition:opacity .22s ease,transform .22s ease,border-color .22s ease,box-shadow .22s ease}.home-live-proof__damageEvidence.is-visible .home-live-proof__damageEvidenceCard{opacity:1;transform:translateY(0)}.home-live-proof__damageEvidenceCard--mint{--damage-accent: rgba(14, 165, 125, .88)}.home-live-proof__damageEvidenceCard--cobalt{--damage-accent: rgba(63, 99, 255, .9)}.home-live-proof__damageEvidenceCard--amber{--damage-accent: rgba(217, 143, 40, .9)}.home-live-proof__damageEvidenceCard--coral{--damage-accent: rgba(225, 108, 84, .9)}.home-live-proof__damageEvidenceCard--neutral{--damage-accent: rgba(94, 116, 151, .86)}.home-live-proof__damageEvidenceMedia{position:relative;overflow:hidden;aspect-ratio:1;border-radius:.14rem;background:linear-gradient(145deg,#eef4fffa,#f8fafffa)}.home-live-proof__damageEvidenceMedia:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f172a00 42%,#0f172ac2);pointer-events:none}.home-live-proof__damageEvidenceMedia img{display:block;width:100%;height:100%;object-fit:cover}.home-live-proof__damageEvidencePlaceholder{display:grid;place-items:center;width:100%;height:100%;color:#11182775;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.home-live-proof__damageEvidenceOverlay{position:absolute;left:.42rem;right:.42rem;bottom:.42rem;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:.35rem;color:#fffffff5}.home-live-proof__damageEvidenceOverlay span,.home-live-proof__damageEvidenceOverlay strong{text-shadow:0 1px 2px rgba(15,23,42,.45)}.home-live-proof__damageEvidenceOverlay span{font-size:.58rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.home-live-proof__damageEvidenceOverlay strong{font-size:.72rem}.home-live-proof__damageEvidenceMeta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.38rem .5rem}.home-live-proof__damageEvidenceIndex{font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#11182785}.home-live-proof__damageEvidenceBadge{display:inline-flex;align-items:center;padding:.24rem .42rem;border:1px solid color-mix(in srgb,var(--damage-accent) 24%,transparent);border-radius:.14rem;background:color-mix(in srgb,var(--damage-accent) 12%,white);color:var(--damage-accent);font-size:.64rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-live-proof__damageEvidenceBadge--mint{--damage-accent: rgba(14, 165, 125, .88)}.home-live-proof__damageEvidenceBadge--cobalt{--damage-accent: rgba(63, 99, 255, .9)}.home-live-proof__damageEvidenceBadge--amber{--damage-accent: rgba(217, 143, 40, .9)}.home-live-proof__damageEvidenceBadge--coral{--damage-accent: rgba(225, 108, 84, .9)}.home-live-proof__damageEvidenceBadge--neutral{--damage-accent: rgba(94, 116, 151, .86)}.home-live-proof__damageEvidenceSummary{margin:0;font-size:.8rem;line-height:1.4;color:#111827bd}.home-live-proof__explanation{display:grid;gap:.55rem;padding:.68rem;border:1px solid rgba(63,99,255,.1);border-radius:.18rem;background:linear-gradient(180deg,#f9fbffeb,#f4f8ffd1)}@media (min-width: 1101px){.home-live-proof__explanation{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}}.home-live-proof__explanation p,.home-live-proof__alternativeBody p{margin:0;color:#111827b8}.home-live-proof__analysisNote{--analysis-accent: rgba(63, 99, 255, .88);position:relative;display:grid;gap:.34rem;padding:.64rem .7rem .7rem;border:1px solid rgba(63,99,255,.08);border-radius:.14rem;background:#ffffffd6;opacity:0;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease,border-color .22s ease,box-shadow .22s ease}.home-live-proof__analysisNote--wide{grid-column:1 / -1;gap:.48rem}.home-live-proof__analysisNote:before{content:"";position:absolute;left:.7rem;right:.7rem;top:.44rem;height:.12rem;border-radius:.08rem;background:linear-gradient(90deg,color-mix(in srgb,var(--analysis-accent) 18%,transparent),var(--analysis-accent),color-mix(in srgb,var(--analysis-accent) 18%,transparent));opacity:.72}.home-live-proof__analysisNote>span{padding-top:.14rem;font-size:.6rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--analysis-accent)}.home-live-proof__analysisNoteCopy{display:block}.home-live-proof__analysisNoteLive{display:grid;gap:.72rem;margin:0;align-content:start;opacity:0;transform:translateY(6px);transition:opacity .22s ease,transform .22s ease}.home-live-proof__analysisNote--wide .home-live-proof__analysisNoteLive{max-width:78ch}.home-live-proof__analysisNoteLive.is-visible{opacity:1;transform:translateY(0)}.home-live-proof__analysisNoteSection{display:grid;gap:.38rem;align-content:start;align-items:start}.home-live-proof__analysisNoteSection+.home-live-proof__analysisNoteSection{padding-top:.72rem;border-top:1px solid color-mix(in srgb,var(--analysis-accent) 18%,rgba(17,24,39,.08))}.home-live-proof__analysisNoteSectionTitle{margin:0;font-size:.78rem;font-weight:700;line-height:1.15;letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb,var(--analysis-accent) 82%,rgba(17,24,39,.88))}.home-live-proof__analysisNoteSectionBody{display:grid;gap:.78rem;align-content:start}.home-live-proof__analysisNoteBlock{display:grid;gap:.28rem;align-content:start}.home-live-proof__analysisNoteBlock+.home-live-proof__analysisNoteBlock{padding-top:.14rem}.home-live-proof__analysisNoteBlockTitle{margin:0;font-size:.62rem;font-weight:700;line-height:1.2;letter-spacing:.1em;text-transform:uppercase;color:color-mix(in srgb,var(--analysis-accent) 68%,rgba(17,24,39,.5))}.home-live-proof__analysisNoteBlockBody{margin:0;font-size:.86rem;line-height:1.38;white-space:pre-line;color:#111827c7}.home-live-proof__analysisNoteCursor{display:inline-block;width:.62ch;height:1.05em;margin-left:.08em;vertical-align:-.14em;border-radius:.05rem;background:var(--analysis-accent);box-shadow:0 0 .5rem color-mix(in srgb,var(--analysis-accent) 26%,transparent);animation:home-live-proof-analysis-cursor-blink .92s steps(1,end) infinite}.home-live-proof__analysisNoteBarRow{display:flex;align-items:center;gap:.55rem;height:.74rem;opacity:1;transform:translateY(0);overflow:hidden;transition:opacity .22s ease,transform .22s ease,height .22s ease,margin-top .22s ease}.home-live-proof__analysisNoteBar{position:relative;flex:1;height:.38rem;border-radius:.08rem;overflow:hidden;background:#11182714}.home-live-proof__analysisNoteBar i{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,color-mix(in srgb,var(--analysis-accent) 34%,white),var(--analysis-accent));transform:scaleX(0);transform-origin:left center;transition:transform .12s linear}.home-live-proof__analysisNoteBarRow strong{min-width:1.9rem;text-align:right;font-size:.64rem;font-weight:700;letter-spacing:.08em;color:#11182785}.home-live-proof__analysisNote--cobalt{--analysis-accent: rgba(63, 99, 255, .9)}.home-live-proof__analysisNote--mint{--analysis-accent: rgba(14, 165, 125, .9)}.home-live-proof__analysisNote--amber{--analysis-accent: rgba(217, 143, 40, .9)}.home-live-proof__analysisNote--coral{--analysis-accent: rgba(225, 108, 84, .9)}.home-live-proof__explanation.is-visible .home-live-proof__analysisNote{opacity:1;transform:translateY(0)}.home-live-proof__explanation.is-visible:not(.is-resolved) .home-live-proof__analysisNote{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--analysis-accent) 10%,transparent)}.home-live-proof__explanation.is-visible:not(.is-resolved) .home-live-proof__analysisNoteBar i{animation:home-live-proof-gauge-pulse .98s ease-in-out infinite}.home-live-proof__analysisNote.is-complete .home-live-proof__analysisNoteBarRow{opacity:0;transform:translateY(-6px);height:0;margin-top:-.15rem}.home-live-proof__alternatives{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.home-live-proof__alternativeCard{display:grid;gap:.9rem;padding:.9rem;grid-template-rows:auto 1fr;opacity:0;transform:translateY(20px) scale(.985);filter:blur(8px);pointer-events:none}.home-live-proof__alternativeCard--scanning,.home-live-proof__alternativeCard--resolved{opacity:1;transform:translateY(0) scale(1);filter:blur(0);pointer-events:auto}.home-live-proof__alternativeCard--scanning{box-shadow:0 24px 54px #11182717}.home-live-proof__alternativeScan{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none}.home-live-proof__alternativeScan:before,.home-live-proof__alternativeScan:after{content:"";position:absolute}.home-live-proof__alternativeScan:before{left:.9rem;right:.9rem;top:.72rem;height:.12rem;background:linear-gradient(90deg,transparent,rgba(63,99,255,.9),transparent)}.home-live-proof__alternativeScan:after{top:0;right:0;bottom:0;left:0;transform:translate(-120%);background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,0) 42%,rgba(63,99,255,.14) 50%,rgba(255,255,255,0) 58%,transparent 100%)}.home-live-proof__alternativeCard--scanning .home-live-proof__alternativeScan{opacity:1}.home-live-proof__alternativeCard--scanning .home-live-proof__alternativeScan:after{animation:home-live-proof-scan-sweep .9s ease forwards}.home-live-proof__alternativeTop{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.home-live-proof__alternativeReason,.home-live-proof__alternativeBadge{display:inline-flex;align-items:center;padding:.3rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.home-live-proof__alternativeReason{color:#3f5af5;background:#3f63ff14}.home-live-proof__alternativeBadge{color:#11182794;background:#1118270f}.home-live-proof__alternativeMetrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem .7rem;padding-top:.2rem;font-size:.86rem;color:#111827a8}.home-live-proof--dark .home-band__eyebrow{color:#59e0c2e6}.home-live-proof--dark .home-band__title,.home-live-proof--dark .home-live-proof__identity h3,.home-live-proof--dark .home-live-proof__alternativeBody h4,.home-live-proof--dark .home-live-proof__visionHeader strong,.home-live-proof--dark .home-live-proof__visionStageItem strong,.home-live-proof--dark .home-live-proof__visionCopy strong,.home-live-proof--dark .home-live-proof__metric strong,.home-live-proof--dark .home-live-proof__damageEvidenceHeader strong,.home-live-proof--dark .home-live-proof__analysisNoteBlockBody,.home-live-proof--dark .home-live-proof__damageEvidenceSummary,.home-live-proof--dark .home-live-proof__alternativeBody p,.home-live-proof--dark .home-live-proof__alternativeMetrics,.home-live-proof--dark .home-live-proof__empty strong,.home-live-proof--dark .home-live-proof__mediaPlaceholder{color:#f4f7fff5}.home-live-proof--dark .home-band__body,.home-live-proof--dark .home-live-proof__constraint,.home-live-proof--dark .home-live-proof__limit,.home-live-proof--dark .home-live-proof__identityLine,.home-live-proof--dark .home-live-proof__visionStageItem span,.home-live-proof--dark .home-live-proof__visionPipelineLabel,.home-live-proof--dark .home-live-proof__visionCopy span,.home-live-proof--dark .home-live-proof__visionLoading,.home-live-proof--dark .home-live-proof__metric span,.home-live-proof--dark .home-live-proof__metric small,.home-live-proof--dark .home-live-proof__metricBarValue,.home-live-proof--dark .home-live-proof__damageEvidenceHeader small,.home-live-proof--dark .home-live-proof__damageEvidenceIndex,.home-live-proof--dark .home-live-proof__alternativeBadge,.home-live-proof--dark .home-live-proof__empty p,.home-live-proof--dark .home-live-proof__analysisHeader p,.home-live-proof--dark .home-live-proof__analysisStatus,.home-live-proof--dark .home-live-proof__analysisNoteBarRow strong,.home-live-proof--dark .home-live-proof__mediaPlaceholder,.home-live-proof--dark .home-live-proof__inputLabel{color:#d5dcf3ad}.home-live-proof--dark .home-live-proof__analysisNoteSectionTitle{color:color-mix(in srgb,var(--analysis-accent) 86%,rgba(244,247,255,.92))}.home-live-proof--dark .home-live-proof__analysisNoteSection+.home-live-proof__analysisNoteSection{border-top-color:color-mix(in srgb,var(--analysis-accent) 26%,rgba(244,247,255,.1))}.home-live-proof--dark .home-live-proof__analysisNoteBlockTitle{color:color-mix(in srgb,var(--analysis-accent) 72%,rgba(244,247,255,.74))}.home-live-proof--dark .home-live-proof__form,.home-live-proof--dark .home-live-proof__resultCard,.home-live-proof--dark .home-live-proof__alternativeCard,.home-live-proof--dark .home-live-proof__skeletonCard,.home-live-proof--dark .home-live-proof__empty>div,.home-live-proof--dark .home-live-proof__analysisStatus,.home-live-proof--dark .home-live-proof__visionPanel,.home-live-proof--dark .home-live-proof__visionStage,.home-live-proof--dark .home-live-proof__visionCell,.home-live-proof--dark .home-live-proof__visionRail,.home-live-proof--dark .home-live-proof__metric,.home-live-proof--dark .home-live-proof__damageEvidence,.home-live-proof--dark .home-live-proof__damageEvidenceCard,.home-live-proof--dark .home-live-proof__sellerLine,.home-live-proof--dark .home-live-proof__explanation,.home-live-proof--dark .home-live-proof__analysisNote,.home-live-proof--dark .home-live-proof__mediaFrame,.home-live-proof--dark .home-live-proof__alternativeMediaFrame{border-color:#7686ff24;background:linear-gradient(180deg,#0f1529f5,#0a101ff0);box-shadow:inset 0 0 0 1px #ffffff08}.home-live-proof--dark .home-live-proof__resultCard,.home-live-proof--dark .home-live-proof__alternativeCard,.home-live-proof--dark .home-live-proof__skeletonCard,.home-live-proof--dark .home-live-proof__alternativeCard--scanning,.home-live-proof--dark .home-live-proof__mediaProgress,.home-live-proof--dark .home-live-proof__chip--link{box-shadow:none}.home-live-proof--dark .home-live-proof__resultCard:before,.home-live-proof--dark .home-live-proof__alternativeCard:before{background:linear-gradient(120deg,rgba(118,134,255,.08),transparent 28%,transparent 72%,rgba(118,134,255,.08))}.home-live-proof--dark .home-live-proof__resultCard:after,.home-live-proof--dark .home-live-proof__alternativeCard:after,.home-live-proof--dark .home-live-proof__visionPanel:before,.home-live-proof--dark .home-live-proof__visionPanel:after,.home-live-proof--dark .home-live-proof__metric:before,.home-live-proof--dark .home-live-proof__metric:after{border-color:#94a3ff2e}.home-live-proof--dark .home-live-proof__analysisOverlay{background:linear-gradient(180deg,#0c1224b8,#090e1c75)}.home-live-proof--dark .home-live-proof__analysisOverlay:before{background:linear-gradient(90deg,rgba(118,134,255,.08) 1px,transparent 1px),linear-gradient(rgba(118,134,255,.08) 1px,transparent 1px)}.home-live-proof--dark .home-live-proof__analysisStep span,.home-live-proof--dark .home-live-proof__analysisStep--completed span,.home-live-proof--dark .home-live-proof__analysisStep--active span{color:#e9efffd1}.home-live-proof--dark .home-live-proof__input{border-color:#94a3ff2e;background:#131a30f5;color:#f8fafff5}.home-live-proof--dark .home-live-proof__input::placeholder{color:#bfc9ea6b}.home-live-proof--dark .home-live-proof__input:focus{border-color:#7686ff94;box-shadow:0 0 0 4px #7686ff24}.home-live-proof--dark .home-live-proof__submit,.home-live-proof--dark .home-live-proof__themeButton.is-active{box-shadow:6px 6px #0a101f6b}.home-live-proof--dark .home-live-proof__themeToggle{border-color:#7686ff29;background:#090e1ceb;box-shadow:8px 8px #05091457}.home-live-proof--dark .home-live-proof__themeButton{color:#dfe7ffad}.home-live-proof--dark .home-live-proof__mediaBlank{background:radial-gradient(circle at 50% 38%,#b8c6ff0d,#0d1326db 42%,#090e1cfa)}.home-live-proof--dark .home-live-proof__mediaHud,.home-live-proof--dark .home-live-proof__mediaProgress{background:#070c18a8}.home-live-proof--dark .home-live-proof__mediaProgressTrack,.home-live-proof--dark .home-live-proof__metricGaugeTrack,.home-live-proof--dark .home-live-proof__visionRingTrack,.home-live-proof--dark .home-live-proof__visionMiniBar,.home-live-proof--dark .home-live-proof__metricLoadingBar,.home-live-proof--dark .home-live-proof__metricBar,.home-live-proof--dark .home-live-proof__analysisNoteBar,.home-live-proof--dark .home-live-proof__mediaProgressBar{background:#e8eeff1f;stroke:#e8eeff1f}.home-live-proof--dark .home-live-proof__visionStageItem strong:before{box-shadow:0 0 #7686ff38}.home-live-proof--dark .home-live-proof__visionRail i:after{background:#141b32fa;border-color:#7686ff47}.home-live-proof--dark .home-live-proof__chip{border-color:#7686ff24;background:linear-gradient(180deg,#0e1427fa,#0a0f1ef0);box-shadow:inset 0 0 0 1px #ffffff08;color:#f1f5ffe0}.home-live-proof--dark .home-live-proof__chip:after{border-top-color:#94a3ff2e;border-right-color:#94a3ff2e}.home-live-proof--dark .home-live-proof__chip--warning{border-color:#f8717142;background:linear-gradient(180deg,#311217fa,#210d11f0);color:#ffcfcff0}.home-live-proof--dark .home-live-proof__chip--link{border-color:#7686ff29;background:linear-gradient(135deg,#3f5af5,#5e76ffeb);color:#fff}.home-live-proof--dark .home-live-proof__sellerLink,.home-live-proof--dark .home-live-proof__alternativeLink,.home-live-proof--dark .home-live-proof__visionEyebrow,.home-live-proof--dark .home-live-proof__alternativeReason{color:#859bfff5}.home-live-proof--dark .home-live-proof__alternativeReason{background:#7686ff1f}.home-live-proof--dark .home-live-proof__alternativeBadge{background:#e2e8ff14}.home-live-proof--dark .home-live-proof__error{color:#ff8c8cf5}.home-live-proof--dark .home-live-proof__metric--amber,.home-live-proof--dark .home-live-proof__analysisNote--amber{--metric-accent: rgba(232, 187, 114, .36);--metric-accent-strong: rgba(232, 187, 114, .96);--analysis-accent: rgba(232, 187, 114, .96)}.home-live-proof--dark .home-live-proof__metric--market-value{--metric-accent: rgba(232, 187, 114, .38);--metric-accent-strong: rgba(232, 187, 114, .96);border-color:#e8bb7238}.home-live-proof--dark .home-live-proof__metric--market-value span{color:#e8bb72eb}.home-live-proof--dark .home-live-proof__metric--market-value:before,.home-live-proof--dark .home-live-proof__metric--market-value:after{border-color:#e8bb7238}.home-live-proof--dark .home-live-proof__metric--market-value strong,.home-live-proof--dark .home-live-proof__metric--market-value small{color:#f4f7fff5}.home-live-proof--dark .home-live-proof__metric--market-value .home-live-proof__metricBarValue,.home-live-proof--dark .home-live-proof__metric--market-value .home-live-proof__metricLoading strong{color:#e8bb72eb}.home-live-proof--dark .home-live-proof__analysisNote--amber>span{color:#e8bb72f5}.home-live-proof--dark{border-radius:0;background:transparent;box-shadow:none}.home-live-proof--dark .home-band__eyebrow{color:#0ea57de6}.home-live-proof--dark .home-band__title{color:var(--ink, #111827)}.home-live-proof--dark .home-band__body,.home-live-proof--dark .home-live-proof__constraint,.home-live-proof--dark .home-live-proof__limit,.home-live-proof--dark .home-live-proof__inputLabel{color:#111827a8}.home-live-proof--dark .home-live-proof__form{border-color:#3f63ff29;background:#ffffffe0;box-shadow:0 24px 60px #1f293714}.home-live-proof--dark .home-live-proof__input{border-color:#63739438;background:#f8faffeb;color:var(--ink, #111827)}.home-live-proof--dark .home-live-proof__input::placeholder{color:#11182761}.home-live-proof--dark .home-live-proof__input:focus{border-color:#3f63ff73;box-shadow:0 0 0 4px #3f63ff1a}.home-live-proof--dark .home-live-proof__themeToggle{border-color:#3f63ff24;background:#ffffffeb;box-shadow:6px 6px #3f63ff14}.home-live-proof--dark .home-live-proof__themeButton{color:#1118279e}.home-live-proof--dark .home-live-proof__submit,.home-live-proof--dark .home-live-proof__themeButton.is-active{box-shadow:4px 4px #3f63ff2e}@keyframes home-live-proof-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes home-live-proof-analysis-progress{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes home-live-proof-overlay-sweep{0%{transform:translate(-120%)}to{transform:translate(120%)}}@keyframes home-live-proof-scan-sweep{0%{transform:translate(-120%)}to{transform:translate(120%)}}@keyframes home-live-proof-image-sweep{0%{transform:translate(-150%) skew(-14deg)}to{transform:translate(260%) skew(-14deg)}}@keyframes home-live-proof-processing-bars{0%,to{opacity:.35;transform:scaleX(.72)}50%{opacity:1;transform:scaleX(1)}}@keyframes home-live-proof-metric-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes home-live-proof-gauge-pulse{0%,to{opacity:.42}50%{opacity:1}}@keyframes home-live-proof-rail-glow{0%,to{opacity:.55}50%{opacity:1}}@keyframes home-live-proof-analysis-cursor-blink{0%,48%{opacity:1}49%,to{opacity:0}}@media (prefers-reduced-motion: reduce){.home-live-proof__skeleton,.home-live-proof__analysisStep--active i:after,.home-live-proof__analysisOverlay:after,.home-live-proof__metric--scanning .home-live-proof__metricProcessing i,.home-live-proof__metric--scanning .home-live-proof__metricGaugeFill,.home-live-proof__metric--scanning .home-live-proof__metricScan:before,.home-live-proof__metric--scanning .home-live-proof__metricScan:after,.home-live-proof__explanation.is-visible:not(.is-resolved) .home-live-proof__analysisNoteBar i,.home-live-proof__analysisNoteCursor,.home-live-proof__alternativeCard--scanning .home-live-proof__alternativeScan:after,.home-live-proof__resultMediaColumn.is-visible .home-live-proof__mediaSweep:before,.home-live-proof__alternativeCard--scanning .home-live-proof__alternativeMediaSweep:before{animation:none!important}.home-live-proof__metricScan,.home-live-proof__alternativeScan,.home-live-proof__analysisOverlay{-webkit-backdrop-filter:none;backdrop-filter:none}}@media (max-width: 1100px){.home-live-proof__header,.home-live-proof__resultCard,.home-live-proof__alternatives,.home-live-proof__empty,.home-live-proof__skeletonCard{grid-template-columns:1fr}.home-live-proof__themeBar{margin-top:0}.home-live-proof__inputRow{grid-template-columns:1fr}.home-live-proof__submit{inline-size:100%}.home-live-proof__metricStrip,.home-live-proof__skeletonMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}.home-live-proof__resultMediaColumn,.home-live-proof__skeletonMediaColumn{max-width:360px}.home-live-proof__visionGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-live-proof__visionGrid--single{grid-template-columns:1fr}}@media (max-width: 720px){.home-live-proof__form,.home-live-proof__resultCard,.home-live-proof__alternativeCard,.home-live-proof__skeletonCard{padding:.95rem}.home-live-proof__analysisSteps,.home-live-proof__metricStrip,.home-live-proof__visionGrid,.home-live-proof__alternativeMetrics,.home-live-proof__skeletonMetrics,.home-live-proof__skeletonRail{grid-template-columns:1fr}.home-live-proof__identity h3{font-size:1.55rem}.home-live-proof__themeBar{justify-content:flex-start}.home-live-proof__themeToggle{width:100%;max-width:12rem}.home-live-proof__themeButton{min-width:0}}
