@font-face{font-family:Inter;src:url(/fonts/inter-regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/fonts/space-grotesk-medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/fonts/space-grotesk-bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--bg: #08080a;--bg-raised: #0e0e11;--bg-sunken: #050506;--surface: #101014;--surface-hi: #16161b;--text: #f4f4f2;--text-2: #a3a3ad;--text-3: #7e7e8a;--rule: rgba(255, 255, 255, .09);--rule-2: rgba(255, 255, 255, .16);--rule-3: rgba(255, 255, 255, .28);--accent: #f5a623;--accent-ink: #140d00;--accent-soft: rgba(245, 166, 35, .12);--accent-line: rgba(245, 166, 35, .42);--ok: #4ade80;--ok-soft: rgba(74, 222, 128, .12);--font-head: "Space Grotesk", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--font-mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;--wrap: 1240px;--pad: 2rem;--nav-h: 56px;--r-sm: 3px;--r-md: 5px;--ease: cubic-bezier(.2, .8, .2, 1);--fast: .16s var(--ease);--med: .28s var(--ease)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.6;overflow-x:clip;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern" 1}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}h1,h2,h3,h4{font-family:var(--font-head);line-height:1.08;letter-spacing:-.03em;font-weight:700}::selection{background:var(--accent);color:var(--accent-ink)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:var(--pad)}.mono{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.09em;text-transform:uppercase;color:var(--text-3);font-weight:500}.skip-link{position:absolute;left:1rem;top:-100px;z-index:999;background:var(--accent);color:var(--accent-ink);padding:.7em 1.2em;font-weight:700;font-size:.85rem;border-radius:var(--r-md);transition:top var(--fast)}.skip-link:focus{top:1rem}.site-header{position:fixed;inset:0 0 auto 0;z-index:200;height:var(--nav-h);display:flex;align-items:center;background:transparent;border-bottom:1px solid transparent;transition:background var(--med),border-color var(--med)}.site-header.is-scrolled{background:#08080aeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--rule)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:var(--pad)}.site-header__logo{font-family:var(--font-head);font-size:1.1rem;font-weight:700;letter-spacing:-.03em;color:var(--text)}.site-header__nav{display:flex;align-items:center;gap:.15rem}.site-header__link{font-size:.85rem;font-weight:500;color:var(--text-2);padding:.45em .8em;transition:color var(--fast)}.site-header__link:hover{color:var(--text)}.site-header__account{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:500;color:var(--text-2);padding:.45em .8em;transition:color var(--fast)}.site-header__account:hover{color:var(--text)}.site-header__account svg{opacity:.8}.site-header__cta{font-size:.83rem;font-weight:600;color:var(--accent-ink);background:var(--accent);padding:.55em 1.05em;border-radius:var(--r-md);margin-inline-start:.6rem;transition:background var(--fast)}.site-header__cta:hover{background:#ffb838}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden;border-bottom:1px solid var(--rule)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(255,255,255,.07) 1px,transparent 1px);background-size:28px 28px;mask-image:radial-gradient(ellipse 75% 70% at 50% 50%,#000 25%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 75% 70% at 50% 50%,#000 25%,transparent 100%);pointer-events:none;z-index:0}.hero__content{position:relative;z-index:1;width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:var(--pad)}.hero__title{font-size:clamp(4.5rem,15vw,11rem);line-height:1;letter-spacing:-.05em;margin-bottom:1.5rem;color:var(--text)}.hero__title em{font-style:normal;color:var(--accent)}.hero__lede{font-size:clamp(1.05rem,1.6vw,1.35rem);line-height:1.5;color:var(--text-2);margin:0 auto 3rem;min-height:1.5em}.hero__lede:after{content:"|";margin-inline-start:2px;color:var(--accent);animation:cursor-blink 1.1s step-end infinite}.hero__lede.is-typed:after{animation:cursor-blink 1.1s step-end infinite}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}.hero__cta-group{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.hero__scroll-indicator{position:absolute;bottom:2.25rem;left:50%;transform:translate(-50%);z-index:1;opacity:0}.hero__scroll-line{display:block;width:1px;height:44px;background:linear-gradient(to bottom,var(--rule-3),transparent);animation:scroll-pulse 2.2s ease-in-out infinite}@keyframes scroll-pulse{0%,to{opacity:.35;transform:scaleY(.75);transform-origin:top}50%{opacity:1;transform:scaleY(1);transform-origin:top}}.btn{display:inline-flex;align-items:center;gap:.55rem;font-size:.92rem;font-weight:600;padding:.85em 1.6em;border-radius:var(--r-md);transition:background var(--fast),color var(--fast),border-color var(--fast);white-space:nowrap}.btn--primary{background:var(--accent);color:var(--accent-ink)}.btn--primary:hover{background:#ffb838}.btn--ghost{color:var(--text);border:1px solid var(--rule-2)}.btn--ghost:hover{border-color:var(--rule-3);background:var(--surface)}.btn svg{flex-shrink:0}.hero__cta-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.92rem;color:var(--text-2);padding-bottom:2px;border-bottom:1px solid var(--rule-2);transition:color var(--fast),border-color var(--fast)}.hero__cta-link:hover{color:var(--text);border-color:var(--accent)}.products{padding:0 0 7rem}.products__header{max-width:var(--wrap);margin-inline:auto;padding:6rem var(--pad) 2.5rem;display:flex;align-items:baseline;justify-content:space-between;gap:2rem}.products__heading{font-size:clamp(1.6rem,3vw,2.2rem);letter-spacing:-.038em;color:var(--text)}.products__count{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.09em;text-transform:uppercase;color:var(--text-3);flex-shrink:0}.products__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;max-width:var(--wrap);margin-inline:auto}.product-card{position:relative;background:var(--bg);display:flex;flex-direction:column;cursor:pointer;padding:1.9rem 2rem 1.6rem;min-height:250px;transition:background var(--med);box-shadow:0 0 0 1px var(--rule)}.product-card:hover,.product-card:focus-visible{background:var(--surface)}.product-card:focus-visible{outline-offset:-2px}.product-card--hidden{display:none}.product-card--coming-soon{cursor:default}.product-card--coming-soon .product-card__name,.product-card--coming-soon .product-card__tagline{color:var(--text-3)}.product-card--featured{grid-column:1 / -1;flex-direction:row;align-items:stretch;gap:3rem;padding:3rem 1.75rem 2.75rem}.product-card__preview{display:flex;align-items:flex-start;margin-bottom:1.5rem;flex-shrink:0}.product-card__icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid var(--rule-2);border-radius:var(--r-md);overflow:hidden;background:var(--bg-raised)}.product-card__icon img{width:30px;height:30px}.product-card__icon-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:1.1rem;font-weight:700;color:var(--text-3)}.product-card--featured .product-card__preview{order:2;flex:0 0 clamp(220px,26%,340px);align-items:center;justify-content:center;margin-bottom:0;border-inline-start:1px solid var(--rule);min-width:0}.product-card--featured .product-card__icon{width:92px;height:92px;border-radius:14px}.product-card--featured .product-card__icon img{width:60px;height:60px}.product-card__info{display:flex;flex-direction:column;flex:1;min-width:0}.product-card--featured .product-card__info{order:1;flex:1;min-width:0;justify-content:center}.product-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.6rem}.product-card__name{font-size:1.08rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.product-card__link{display:inline-block}.product-card__link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.product-card__quick-action,.product-card__cta{position:relative;z-index:2}.product-card:focus-within{background:var(--surface)}.product-card__link:focus-visible{outline:none}.product-card:has(.product-card__link:focus-visible){outline:2px solid var(--accent);outline-offset:-2px}.product-card--featured .product-card__name{font-size:clamp(1.7rem,3vw,2.4rem);letter-spacing:-.04em;margin-bottom:.2rem}.product-card__quick-action{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--rule-2);border-radius:var(--r-sm);color:var(--text-3);flex-shrink:0;transition:color var(--fast),border-color var(--fast),background var(--fast)}.product-card__quick-action:hover{color:var(--accent-ink);background:var(--accent);border-color:var(--accent)}html[dir=rtl] .product-card__quick-action svg,html[dir=rtl] .overlay__learn-more svg{transform:scaleX(-1)}.product-card__tagline{font-size:.88rem;line-height:1.6;color:var(--text-2);flex:1}.product-card--featured .product-card__tagline{font-size:1.05rem;line-height:1.6;max-width:46ch;flex:0 0 auto;margin-bottom:1.75rem}.product-card__cta{display:none}.product-card--featured .product-card__cta{display:inline-flex;align-items:center;gap:.5rem;align-self:flex-start;margin-bottom:1.9rem;font-size:.9rem;font-weight:600;color:var(--accent-ink);background:var(--accent);padding:.75em 1.35em;border-radius:var(--r-md);transition:background var(--fast)}.product-card--featured .product-card__cta:hover{background:#ffb838}.product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--rule)}.product-card--featured .product-card__meta{margin-top:0}.product-card__meta-right{display:flex;align-items:center;gap:.5rem}.product-card__badge{font-family:var(--font-mono);font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.35em .7em;border-radius:var(--r-sm)}.badge--free{color:var(--ok);background:var(--ok-soft)}.badge--paid{color:var(--accent);background:var(--accent-soft)}.badge--soon{color:var(--text-3);border:1px solid var(--rule-2)}.product-card__version,.product-card__platform{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.06em;color:var(--text-3)}.product-card__platform{border:1px solid var(--rule);border-radius:var(--r-sm);padding:.25em .5em;text-transform:none}.product-card__platform--win-soon{opacity:.55}.scroll-tell{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--rule)}.scroll-tell__bg-grid,.scroll-tell__bg-glow,.scroll-tell__device-glow{display:none}.scroll-tell__container{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:var(--pad);display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:4rem;align-items:center}.scroll-tell__frames{position:relative;min-height:340px}.scroll-tell__eyebrow{display:flex;align-items:center;gap:.6rem;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.13em;text-transform:uppercase;color:var(--accent);margin-bottom:2.25rem}.scroll-tell__eyebrow-dot{width:5px;height:5px;background:var(--accent);border-radius:50%}.scroll-tell__frame{position:absolute;inset:2.75rem 0 auto 0;padding-inline-start:2rem;border-inline-start:1px solid var(--rule)}.scroll-tell__step{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.14em;color:var(--text-3);margin-bottom:1.1rem}.scroll-tell__heading{font-size:clamp(1.7rem,3.1vw,2.7rem);letter-spacing:-.04em;line-height:1.06;margin-bottom:1.1rem}.scroll-tell__heading .st-line{display:block}.scroll-tell__heading em{font-style:normal;color:var(--accent)}.scroll-tell__copy{font-size:1rem;line-height:1.6;color:var(--text-2);max-width:42ch}.scroll-tell__cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.75rem;font-size:.9rem;font-weight:600;color:var(--accent-ink);background:var(--accent);padding:.75em 1.4em;border-radius:var(--r-md);transition:background var(--fast)}.scroll-tell__cta:hover{background:#ffb838}.scroll-tell__rail{position:absolute;inset:2.75rem auto 0 0;width:1px;display:flex;flex-direction:column;justify-content:space-between}.scroll-tell__rail-track{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--rule)}.scroll-tell__rail-fill{position:absolute;top:0;left:0;width:1px;height:0%;background:var(--accent)}.scroll-tell__rail-dot{position:relative;width:7px;height:7px;margin-inline-start:-3px;border-radius:50%;background:var(--bg);border:1px solid var(--rule-2);transition:background var(--fast),border-color var(--fast)}.scroll-tell__rail-dot.is-active{background:var(--accent);border-color:var(--accent)}.scroll-tell__rail-dot span{display:none}.scroll-tell__media{min-width:0}.scroll-tell__device{border:1px solid var(--rule-2);border-radius:var(--r-md);background:var(--bg-sunken);overflow:hidden}.scroll-tell__device-bar{display:flex;align-items:center;gap:.6rem;padding:.7rem .95rem;border-bottom:1px solid var(--rule);background:var(--surface)}.scroll-tell__device-bar>span{display:none}.scroll-tell__device-title{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.06em;color:var(--text-2)}.scroll-tell__device-title:before{content:"";display:inline-block;width:6px;height:6px;background:var(--accent);margin-inline-end:.55rem;vertical-align:middle}.scroll-tell__device-screen{position:relative;height:420px;padding:1.1rem}.st-scene{position:absolute;top:1.1rem;right:1.1rem;bottom:1.1rem;left:1.1rem;display:flex;flex-direction:column}.st-list{display:flex;flex-direction:column;gap:6px;flex:1}.st-list-row{display:grid;grid-template-columns:6px 1fr auto;align-items:center;gap:12px;padding:11px 13px;border:1px solid var(--rule);border-radius:var(--r-sm);font-size:.85rem;color:var(--text-2);background:var(--bg-raised);transition:border-color var(--fast),color var(--fast),background var(--fast)}.st-list-row.is-active{border-color:var(--accent-line);background:var(--accent-soft);color:var(--text)}.st-list-dot{width:6px;height:6px;background:var(--rule-3);transition:background var(--fast)}.st-list-row.is-active .st-list-dot{background:var(--accent)}.st-list-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.st-list-meta{font-family:var(--font-mono);font-size:.72rem;color:var(--text-3);font-variant-numeric:tabular-nums}.st-list-cursor{position:absolute;left:0;top:0;width:15px;height:15px;pointer-events:none;background:var(--text);-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M5 3l14 9-7 1.5L9 22z' fill='black'/></svg>") center/contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M5 3l14 9-7 1.5L9 22z' fill='black'/></svg>") center/contain no-repeat;opacity:0;z-index:5}.st-batch{display:flex;flex-direction:column;gap:10px;flex:1}.st-batch-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;border-bottom:1px solid var(--rule)}.st-batch-count{font-size:.85rem;color:var(--text-2)}.st-batch-count b{color:var(--text);font-weight:700;font-variant-numeric:tabular-nums}.st-batch-pill{font-family:var(--font-mono);font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent-line);padding:.3em .65em;border-radius:var(--r-sm)}.st-batch-list{display:flex;flex-direction:column;gap:6px}.st-batch-item{display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:12px;padding:10px 13px;border:1px solid var(--rule);border-radius:var(--r-sm);font-size:.83rem;background:var(--bg-raised);color:var(--text-2);transition:border-color var(--fast),color var(--fast)}.st-batch-item.is-active{border-color:var(--accent-line);color:var(--text)}.st-batch-item.is-done{color:var(--text)}.st-batch-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:1px solid var(--rule-2);border-radius:var(--r-sm);font-size:.72rem;color:var(--text-3);transition:color var(--fast),border-color var(--fast)}.st-batch-item.is-done .st-batch-icon{color:var(--ok);border-color:var(--ok)}.st-batch-item.is-active .st-batch-icon{color:var(--accent);border-color:var(--accent)}.st-batch-status{font-family:var(--font-mono);font-size:.65rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--text-3)}.st-batch-item.is-done .st-batch-status{color:var(--ok)}.st-batch-item.is-active .st-batch-status{color:var(--accent)}.st-batch-progress{margin-top:auto;padding:11px 13px;border:1px solid var(--rule);border-radius:var(--r-sm);position:relative;overflow:hidden;background:var(--bg-raised)}.st-batch-progress-fill{position:absolute;inset:0 auto 0 0;width:0%;background:var(--accent-soft);border-inline-end:1px solid var(--accent-line)}.st-batch-progress-label{position:relative;font-family:var(--font-mono);font-size:.72rem;color:var(--text-2)}.st-time{display:flex;flex-direction:column;justify-content:center;gap:1.6rem;flex:1}.st-time-row{display:grid;grid-template-columns:1fr auto;gap:.5rem 1rem;align-items:baseline}.st-time-label{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3)}.st-time-value{font-family:var(--font-head);font-size:1.5rem;font-weight:700;color:var(--text-2);font-variant-numeric:tabular-nums}.st-time-value span{font-size:.75em;color:var(--text-3);margin-inline-start:1px}.st-time-value--after{color:var(--accent)}.st-time-bar{grid-column:1 / -1;height:3px;background:var(--rule)}.st-time-bar i{display:block;height:100%;width:0%;background:var(--text-3)}.st-time-bar--after i{background:var(--accent)}.st-time-savings{display:flex;align-items:baseline;gap:.7rem;padding-top:1.4rem;border-top:1px solid var(--rule)}.st-time-savings-num{font-family:var(--font-head);font-size:2.4rem;font-weight:700;color:var(--text);letter-spacing:-.04em;font-variant-numeric:tabular-nums}.st-time-savings-label{font-size:.9rem;color:var(--text-2)}.stats{border-bottom:1px solid var(--rule)}.stats--hidden{display:none}.stats__container{max-width:var(--wrap);margin-inline:auto;padding:3.5rem var(--pad);display:grid;grid-template-columns:repeat(3,1fr)}.stats__item{border-inline-start:1px solid var(--rule);padding-inline-start:1.5rem}.stats__item:first-child{border-inline-start:none;padding-inline-start:0}.stats__number{display:block;font-family:var(--font-head);font-size:2.4rem;font-weight:700;letter-spacing:-.04em}.stats__label{font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-3)}.cta{border-bottom:1px solid var(--rule)}.cta__aura{display:none}.cta__content{max-width:var(--wrap);margin-inline:auto;padding:6.5rem var(--pad)}.cta__eyebrow{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:1.25rem}.cta__headline{font-size:clamp(2rem,4.6vw,3.4rem);letter-spacing:-.042em;line-height:1.02;max-width:18ch;margin-bottom:1.5rem}.cta__subtext{font-size:1.05rem;line-height:1.6;color:var(--text-2);max-width:52ch;margin-bottom:2.5rem}.cta__actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.cta__button{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:var(--accent-ink);background:var(--accent);padding:.9em 1.7em;border-radius:var(--r-md);transition:background var(--fast)}.cta__button:hover{background:#ffb838}.cta__link{font-size:.95rem;color:var(--text-2);padding-bottom:2px;border-bottom:1px solid var(--rule-2);transition:color var(--fast),border-color var(--fast)}.cta__link:hover{color:var(--text);border-color:var(--accent)}.footer{background:var(--bg)}.footer__content{max-width:var(--wrap);margin-inline:auto;padding-inline:var(--pad)}.footer__main{display:grid;grid-template-columns:minmax(0,1.6fr) repeat(2,minmax(0,1fr));gap:3rem;padding:4.5rem 0 3.5rem}.footer__brand{max-width:40ch}.footer__logo{display:block;font-family:var(--font-head);font-size:1.25rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.9rem}.footer__tagline{font-size:.9rem;line-height:1.6;color:var(--text-2);margin-bottom:1.5rem}.footer__platforms{display:flex;gap:.5rem}.footer__platform-badge{font-family:var(--font-mono);font-size:.66rem;letter-spacing:.06em;color:var(--text-3);border:1px solid var(--rule);border-radius:var(--r-sm);padding:.35em .6em}.footer__col-title{font-family:var(--font-mono);font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--text-3);margin-bottom:1.1rem}.footer__links{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer__link{font-size:.9rem;color:var(--text-2);transition:color var(--fast)}.footer__link:hover{color:var(--accent)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1.75rem 0;border-top:1px solid var(--rule)}.footer__copyright,.footer__made{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.06em;color:var(--text-3)}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;display:flex;align-items:center;justify-content:center;padding:var(--pad)}.overlay[hidden]{display:none}.overlay__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#040406db;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.overlay__panel{position:relative;width:min(880px,100%);max-height:88vh;overflow-y:auto;background:var(--bg);border:1px solid var(--rule-2);border-radius:var(--r-md);display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}.overlay__close{position:absolute;top:.85rem;inset-inline-end:.85rem;z-index:3;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--rule-2);border-radius:var(--r-sm);background:var(--bg);color:var(--text-2);transition:color var(--fast),border-color var(--fast)}.overlay__close:hover{color:var(--text);border-color:var(--rule-3)}.overlay__media{display:flex;align-items:center;justify-content:center;min-height:240px;border-inline-end:1px solid var(--rule);background:var(--bg-sunken);padding:2rem}.overlay__media img,.overlay__media video,.overlay__media iframe{width:100%;border:none;border-radius:var(--r-sm)}.overlay__media-placeholder{display:flex;align-items:center;justify-content:center;width:88px;height:88px;border:1px solid var(--rule-2);border-radius:14px;background:var(--bg-raised)}.overlay__media-placeholder img{width:56px;height:56px}.overlay__body{padding:2.5rem 2.25rem;display:flex;flex-direction:column}.overlay__header{margin-bottom:1.25rem}.overlay__title-group{display:flex;flex-direction:column;gap:.35rem}.overlay__name{font-size:1.75rem;letter-spacing:-.035em}.overlay__version{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3)}.overlay__price{align-self:flex-start;margin-top:.5rem;font-family:var(--font-mono);font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.35em .7em;border-radius:var(--r-sm)}.overlay__description{font-size:.95rem;line-height:1.65;color:var(--text-2);margin-bottom:1.5rem}.overlay__features{margin-bottom:1.5rem}.overlay__features h3,.overlay__requirements h3{font-family:var(--font-mono);font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--text-3);margin-bottom:.8rem}.overlay__features ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.overlay__features li{position:relative;padding-inline-start:1.1rem;font-size:.9rem;line-height:1.55;color:var(--text-2)}.overlay__features li:before{content:"";position:absolute;inset-inline-start:0;top:.62em;width:5px;height:1px;background:var(--accent)}.overlay__requirements p{font-size:.88rem;color:var(--text-2);margin-bottom:1.75rem}.overlay__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin-top:auto;font-size:.92rem;font-weight:600;color:var(--accent-ink);background:var(--accent);padding:.85em 1.5em;border-radius:var(--r-md);transition:background var(--fast)}.overlay__cta:hover{background:#ffb838}.overlay__cta--disabled{background:transparent;border:1px solid var(--rule-2);color:var(--text-3);cursor:not-allowed}.overlay__cta--disabled:hover{background:transparent}.overlay__build-list{display:flex;flex-direction:column;gap:.6rem;margin-top:auto}.overlay__build-btn{margin-top:0}.overlay__learn-more{margin-top:.7rem;background:transparent;border:1px solid var(--rule-2);color:var(--text)}.overlay__learn-more:hover{background:var(--surface);border-color:var(--rule-3)}@media (max-width: 1040px){.scroll-tell__container{grid-template-columns:1fr;gap:2.5rem}.scroll-tell{min-height:auto;padding-block:5rem}.scroll-tell__frames{min-height:auto}.scroll-tell__frame{position:static;margin-bottom:2.5rem}.scroll-tell__rail{display:none}.st-scene{position:static;inset:auto}.st-scene+.st-scene{display:none}.scroll-tell__device-screen{height:auto;min-height:380px}}@media (max-width: 900px){:root{--pad: 1.5rem}.product-card--featured{flex-direction:column;gap:2rem;padding:2.25rem 1.5rem}.product-card--featured .product-card__info{width:100%}.product-card--featured .product-card__preview{order:0;border-inline-start:none;border-top:1px solid var(--rule);padding-top:2rem;justify-content:flex-start}.overlay__panel{grid-template-columns:1fr;max-height:92vh}.overlay__media{border-inline-end:none;border-bottom:1px solid var(--rule);min-height:180px}.footer__main{grid-template-columns:1fr 1fr;gap:2.5rem}.footer__brand{grid-column:1 / -1}}@media (max-width: 720px){.products__grid{grid-template-columns:1fr}.hero{min-height:88vh}.site-header__link{display:none}.products__header{padding-top:4rem}.stats__container{grid-template-columns:1fr;gap:1.5rem}.stats__item{border-inline-start:none;padding-inline-start:0}.cta__content{padding-block:4rem}.overlay{padding:0}.overlay__panel{max-height:100vh;height:100%;border:none;border-radius:0}.footer__main{grid-template-columns:1fr}}@media (max-width: 480px){.site-header__account span{display:none}.site-header__cta{margin-inline-start:.25rem}.hero__eyebrow:after{display:none}.product-card{padding:1.5rem 1.35rem;min-height:0}.overlay__body{padding:1.75rem 1.35rem}}.js-anim .hero__title,.js-anim .hero__lede,.js-anim .hero__cta-group{opacity:0}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.product-card,.hero__title,.hero__lede,.hero__cta-group,.cta__content,.scroll-tell__frame,.hero__scroll-indicator{opacity:1!important;transform:none!important}.hero__lede:after{display:none}.hero__scroll-line{animation:none}}
