:root{--grad-red: #ff2e4d;--grad-cyan: #18e0ff;--gradient-brand: linear-gradient(90deg, var(--grad-red) 0%, var(--grad-cyan) 100%);--gradient-brand-diag: linear-gradient(120deg, var(--grad-red) 0%, var(--grad-cyan) 100%);--bg-0: #050507;--bg-1: #0d0e12;--bg-2: #15161c;--bg-3: #1d1f27;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .16);--well-light: #f4f4f6;--text-1: #f5f6fa;--text-2: #b9bcc7;--text-3: #7d8090;--text-on-accent: #050507;--glow-red: rgba(255, 46, 77, .45);--glow-cyan: rgba(24, 224, 255, .4);--shadow-card: 0 12px 40px rgba(0, 0, 0, .45);--shadow-card-hover: 0 22px 60px rgba(0, 0, 0, .6);--shadow-glow: 0 0 60px rgba(24, 224, 255, .18);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--space-9: 96px;--space-10: 128px;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--radius-xl: 30px;--radius-pill: 999px;--container-max: 1200px;--nav-height: 64px;--font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", Roboto, Helvetica, Arial, "Inter", system-ui, sans-serif;--fs-hero: clamp(2.5rem, 6vw, 5rem);--fs-h2: clamp(1.9rem, 4vw, 3rem);--fs-h3: clamp(1.15rem, 2vw, 1.5rem);--fs-body: clamp(1rem, 1.4vw, 1.125rem);--fs-lead: clamp(1.1rem, 1.8vw, 1.35rem);--fs-small: .875rem;--fs-eyebrow: .8rem;--lh-tight: 1.08;--lh-body: 1.6;--ease-out: cubic-bezier(.16, 1, .3, 1);--dur: .24s}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}html,body,#root{width:100%}body{min-height:100%;background:var(--bg-0);color:var(--text-2);font-family:var(--font-sans);font-size:var(--fs-body);line-height:var(--lh-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}h1,h2,h3,h4{color:var(--text-1);line-height:var(--lh-tight);letter-spacing:-.02em}:focus-visible{outline:2px solid var(--grad-cyan);outline-offset:3px;border-radius:4px}::selection{background:var(--grad-cyan);color:var(--bg-0)}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--space-5)}.section{padding-block:var(--space-9)}.section--alt{background:var(--bg-1)}.grad-text{background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;color:transparent}.eyebrow{display:inline-block;font-size:var(--fs-eyebrow);font-weight:700;letter-spacing:.18em;text-transform:uppercase;margin-bottom:var(--space-4)}.section-head{max-width:720px;margin-inline:auto;text-align:center;margin-bottom:var(--space-8)}.section-head h2{font-size:var(--fs-h2)}.section-head .section-sub{margin-top:var(--space-4);color:var(--text-2);font-size:var(--fs-lead)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.nav{position:sticky;top:0;z-index:100;height:var(--nav-height);display:flex;align-items:center;background:#0505079e;backdrop-filter:blur(14px) saturate(160%);-webkit-backdrop-filter:blur(14px) saturate(160%);border-bottom:1px solid var(--border)}.nav-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.nav-brand{display:inline-flex;align-items:center;gap:10px;font-weight:700;color:var(--text-1)}.nav-logo{width:32px;height:32px;border-radius:8px}.nav-wordmark{font-size:1.25rem;letter-spacing:-.02em}.nav-tagline{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:0;color:var(--text-1);font-weight:600;font-size:1.6rem;line-height:1.15;letter-spacing:-.01em;white-space:nowrap}@media(max-width:880px){.nav-tagline{font-size:1.15rem}}@media(max-width:768px){.nav-tagline{display:none}}.home-carousel{position:relative;height:calc(100vh - var(--nav-height));height:calc(100svh - var(--nav-height));min-height:0;display:flex;align-items:center;padding-block:clamp(12px,2vh,20px);padding-block:clamp(12px,2svh,20px);background:linear-gradient(180deg,var(--bg-0) 0%,var(--bg-0) 72%,#08090d 100%)}.home-carousel-glow{display:none}.home-carousel-inner{position:relative;z-index:1;height:100%;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.home-carousel-frame{position:relative;width:min(100%,1160px);flex:1 1 0;min-height:0;min-width:0;margin-inline:auto}.home-carousel-picture,.home-carousel-image{position:absolute;inset:0}.home-carousel-picture{display:block;animation:carousel-fade-in .52s var(--ease-out) both}.home-carousel-image{width:100%;height:100%;object-fit:contain}.home-carousel-controls{flex:0 0 auto;position:relative;width:min(100%,1160px);min-height:28px;display:flex;justify-content:center;align-items:center;margin-top:clamp(8px,1.6vh,var(--space-4));margin-top:clamp(8px,1.6svh,var(--space-4))}.home-carousel-download{flex:0 0 auto;max-width:min(100%,680px);margin-top:clamp(4px,1vh,10px);margin-top:clamp(4px,1svh,10px);color:var(--text-2);font-size:clamp(1.15rem,2.8vw,1.45rem);font-weight:600;line-height:1.28;text-align:center}.home-carousel-dots{display:flex;justify-content:center;align-items:center;gap:12px}.home-carousel-dot{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent}.home-carousel-dot:before{content:"";width:11px;height:11px;border-radius:50%;background:#ffffff57;box-shadow:0 0 0 1px #ffffff14;transition:background var(--dur) var(--ease-out),transform var(--dur) var(--ease-out),box-shadow var(--dur) var(--ease-out)}.home-carousel-dot:hover:before,.home-carousel-dot:focus-visible:before{background:#ffffff9e;transform:scale(1.14)}.home-carousel-dot.is-active:before{background:#fff;box-shadow:0 0 18px #ffffff6b;transform:scale(1.2)}@keyframes carousel-fade-in{0%{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}@media(max-width:720px){.home-carousel{padding-block:12px}}.product-highlights{position:relative;overflow:hidden;padding-block:clamp(36px,5vw,72px) clamp(72px,9vw,var(--space-10));background:radial-gradient(40% 26% at 14% 62%,rgba(255,46,77,.055),transparent 72%),radial-gradient(40% 28% at 88% 70%,rgba(24,224,255,.05),transparent 74%),linear-gradient(180deg,#08090d 0%,#06070a 18%,var(--bg-0) 34%,#090a0f 64%,var(--bg-0) 100%)}.product-highlights-glow{position:absolute;inset:8% -16% auto;height:58%;pointer-events:none;background:var(--gradient-brand-diag);filter:blur(140px);opacity:.045}.product-highlights-inner{position:relative;z-index:1;display:grid;gap:clamp(52px,7vw,96px)}.product-highlight{display:grid;gap:clamp(28px,4vw,52px);text-align:center}.product-highlight h2{max-width:100%;margin-inline:auto;color:var(--text-2);font-size:clamp(1.15rem,2.8vw,1.45rem);font-weight:600;line-height:1.28;letter-spacing:0;white-space:nowrap}.product-highlight-media{position:relative;width:min(100%,820px);margin-inline:auto;padding:1px;border-radius:clamp(6px,1vw,12px);background:linear-gradient(135deg,#ffffff2e,#ff2e4d57 36%,#18e0ff57 72%,#ffffff1f);box-shadow:0 28px 90px #0000007a,0 0 80px #18e0ff14}.product-highlight-media.is-pair{display:flex;align-items:center;justify-content:center;gap:clamp(10px,2vw,18px);padding:clamp(8px,1.4vw,14px)}.product-highlight-media:before{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.09),transparent 34%),var(--bg-2)}.product-highlight-image-slot{position:relative;z-index:1;width:100%}.product-highlight-image-slot picture{display:block}.product-highlight-media.is-pair .product-highlight-image-slot{flex:1.05 1 0;min-width:0}.product-highlight-media.is-pair .product-highlight-image-slot:first-child{flex-grow:1.75}.product-highlight-image{width:100%;height:auto;max-height:min(62vh,560px);object-fit:contain;border-radius:calc(clamp(6px,1vw,12px) - 1px)}.product-highlight-media.is-pair .product-highlight-image{max-height:min(52vh,430px)}.product-summary{max-width:840px;margin-inline:auto;padding-top:clamp(4px,1vw,12px);text-align:center}.product-summary p{color:var(--text-2);font-size:clamp(1.05rem,2vw,1.3rem);font-weight:500;line-height:1.55;letter-spacing:-.01em}.product-summary a{color:#4fc3ff;font-weight:700;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px;transition:color var(--dur) var(--ease-out),text-shadow var(--dur) var(--ease-out)}.product-summary a:hover{color:#8ee2ff;text-shadow:0 0 18px rgba(79,195,255,.42)}@media(max-width:720px){.product-highlights{padding-block:var(--space-8)}.product-highlights-inner{gap:var(--space-8)}.product-highlight h2{font-size:clamp(.82rem,3.7vw,1.2rem)}}
