@font-face{font-family:Helvena Grotesk;src:url(/fonts/helvena-extralight.woff2)format("woff2");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Helvena Grotesk;src:url(/fonts/helvena-light.woff2)format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Helvena Grotesk;src:url(/fonts/helvena-regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvena Grotesk;src:url(/fonts/helvena-medium.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Helvena Grotesk;src:url(/fonts/helvena-semibold.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Helvena Grotesk;src:url(/fonts/helvena-bold.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Helvena Grotesk;src:url(/fonts/helvena-extrabold.woff2)format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Helvena Grotesk;src:url(/fonts/helvena-black.woff2)format("woff2");font-weight:900;font-style:normal;font-display:swap}:root{--wip-h:32px;--bg:#0b0a0e;--bg-elevated:#131119;--bg-card:#1a1722;--bg-hover:#221e2c;--border:#2a2633;--border-subtle:#201d28;--text-primary:#f4f1ec;--text-secondary:#aba4b2;--text-tertiary:#756e7e;--text-muted:#574f60;--accent:#6e56f0;--accent-hover:#5a43d9;--accent-2:#9b6df0;--accent-warm:#e4b988;--accent-subtle:#6e56f014;--accent-glow:#6e56f026;--gradient-signature:linear-gradient(120deg,var(--accent)0%,var(--accent-2)55%,var(--accent-warm)100%);--green:#22c55e;--blue:#3b82f6;--section-padding:88px 0;--container-width:1200px;--container-padding:0 24px;--font-display:"Helvena Grotesk",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI","Inter",Roboto,sans-serif;--font-mono:"SF Mono","Fira Code","Consolas",monospace;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--ease:cubic-bezier(.16,1,.3,1)}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}body{font-family:var(--font-sans);background:var(--bg);color:var(--text-primary);text-wrap:pretty;max-width:100vw;padding-top:var(--wip-h);font-size:16px;line-height:1.6;overflow-x:clip}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-optical-sizing:auto;text-wrap:balance}.texture-blue-1{background-image:url(/textures/texture-blue-1.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.texture-blue-2{background-image:url(/textures/texture-blue-2.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.texture-scrim:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(#0b0a0e8c,#0b0a0ecc);position:absolute;inset:0}.skip-to-content{z-index:10000;background:var(--accent);color:#fff;border-radius:var(--radius-sm);padding:10px 16px;font-size:14px;font-weight:600;transition:top .15s;position:absolute;top:-100px;left:8px}.skip-to-content:focus{outline-offset:2px;outline:2px solid #fff;top:8px}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}img{max-width:100%;display:block}.container{max-width:var(--container-width);padding:var(--container-padding);margin:0 auto}.container--narrow{max-width:800px}.container--wide{max-width:1400px}.section{padding:var(--section-padding);position:relative}.section--sm{padding:80px 0}.section--flush{padding:0}.heading-xl{font-family:var(--font-display);font-optical-sizing:auto;letter-spacing:-.035em;text-wrap:balance;font-size:clamp(44px,7vw,88px);font-weight:700;line-height:.98}.heading-lg{font-family:var(--font-display);font-optical-sizing:auto;letter-spacing:-.025em;text-wrap:balance;font-size:clamp(33px,4.6vw,56px);font-weight:700;line-height:1.02}.text-faded{color:var(--text-muted)}.heading-md{font-family:var(--font-display);font-optical-sizing:auto;letter-spacing:-.018em;text-wrap:balance;font-size:clamp(24px,3vw,34px);font-weight:700;line-height:1.12}.heading-sm{font-family:var(--font-display);font-optical-sizing:auto;text-wrap:balance;font-size:20px;font-weight:600;line-height:1.3}.text-lg{color:var(--text-secondary);text-wrap:pretty;font-size:18px;line-height:1.6}.text-xl{color:var(--text-secondary);text-wrap:pretty;font-size:clamp(20px,2.5vw,24px);line-height:1.5}.text-md{color:var(--text-secondary);text-wrap:pretty;font-size:16px;line-height:1.6}.text-sm{color:var(--text-tertiary);font-size:14px;line-height:1.5}.text-mono{font-family:var(--font-mono)}.text-gradient{background:linear-gradient(135deg,#fff 0%,var(--text-secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-accent{color:var(--accent)}.btn{border-radius:var(--radius-sm);cursor:pointer;transition:all .2s var(--ease);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:500;display:inline-flex}.btn--primary{color:#fff;isolation:isolate;--glass:blur(14px)saturate(185%);-webkit-backdrop-filter:var(--glass);backdrop-filter:var(--glass);border:1px solid #ffffff42;position:relative;overflow:hidden;box-shadow:inset 0 1px 1px #ffffff4d,0 8px 24px -10px #00000080,0 2px 6px -3px #0000004d}.btn--primary:before{content:"";z-index:-1;background:linear-gradient(#967effd1,#6e56f0db);position:absolute;inset:0}.btn--primary:hover{transform:translateY(-1px);box-shadow:inset 0 1px 1px #ffffff6b,0 12px 30px -10px #00000080,0 3px 8px -3px #00000052}.btn--primary:hover:before{background:linear-gradient(#a28affe0,#7a62fae6)}.btn--primary:active{transform:translateY(0);box-shadow:inset 0 1px 2px #0003,0 3px 8px -4px #0006}.btn--cta{color:#fff;isolation:isolate;background:#ffffff0f;border:1px solid #ffffff1a;transition:background .4s,border-color .4s,transform .2s,box-shadow .2s;position:relative;overflow:hidden}.btn--cta:before{content:"";background:var(--gradient-signature);z-index:-1;opacity:0;transition:opacity .5s;position:absolute;inset:0}.btn--cta:hover{background:#ffffff1f;transform:translateY(-1px)}.btn--cta:hover:before{opacity:.45}.btn--cta.btn--cta-active{background:0 0;border-color:#0000}.btn--cta.btn--cta-active:before{opacity:1}.btn--cta.btn--cta-active:hover{background:0 0;box-shadow:0 8px 28px #6e56f059}.btn--secondary{color:var(--text-primary);--glass:blur(16px)saturate(180%);-webkit-backdrop-filter:var(--glass);backdrop-filter:var(--glass);background:#ffffff14;border:1px solid #ffffff29;box-shadow:inset 0 1px 1px #ffffff29,0 4px 16px -6px #0006}.btn--secondary:hover{background:#ffffff21;border-color:#ffffff47;transform:translateY(-1px);box-shadow:inset 0 1px 1px #ffffff38,0 8px 22px -8px #00000073}.btn--secondary:active{transform:translateY(0);box-shadow:inset 0 1px 2px #0003,0 2px 6px -3px #0006}.btn--ghost{color:#fff;background:#ffffff1a;border:1px solid #ffffff2e;transition:background .2s,transform .2s}.btn--ghost:hover{background:#fff3;transform:translateY(-1px)}.btn--lg{border-radius:var(--radius-md);padding:16px 32px;font-size:16px}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all .3s var(--ease);padding:32px}.card:hover{border-color:var(--text-muted);transform:translateY(-2px);box-shadow:0 8px 32px #0000004d}.pill{background:var(--accent-subtle);color:var(--accent);letter-spacing:.04em;border:1px solid var(--accent-glow);border-radius:100px;align-items:center;gap:6px;padding:5px 14px;font-size:12px;font-weight:600;display:inline-flex}.divider{background:var(--border);border:none;height:1px;margin:0}.grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (max-width:1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:56px 0}.section--sm{padding:40px 0}.btn--lg{padding:14px 24px;font-size:15px}.card{padding:24px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s var(--ease)both}.fade-in-delay-1{animation-delay:.1s}.fade-in-delay-2{animation-delay:.2s}.fade-in-delay-3{animation-delay:.3s}.fade-in-delay-4{animation-delay:.4s}
.Header-module__34ke9W__header{top:var(--wip-h,0);z-index:100;position:fixed;left:0;right:0}.Header-module__34ke9W__header:before{content:"";--header-glass:blur(14px)saturate(135%);height:96px;-webkit-backdrop-filter:var(--header-glass);backdrop-filter:var(--header-glass);pointer-events:none;z-index:1;position:absolute;top:0;left:0;right:0;-webkit-mask-image:linear-gradient(#000 56%,#0000 100%);mask-image:linear-gradient(#000 56%,#0000 100%)}.Header-module__34ke9W__navBar{width:calc(100% - 32px);max-width:var(--container-width);--nav-glass:blur(20px)saturate(160%);-webkit-backdrop-filter:var(--nav-glass);backdrop-filter:var(--nav-glass);z-index:2;background:#100e168c;border:1px solid #ffffff14;border-radius:18px;margin:14px auto 0;position:relative;box-shadow:0 10px 36px #0006,inset 0 1px #ffffff0f}.Header-module__34ke9W__inner{max-width:var(--container-width);justify-content:space-between;align-items:center;height:64px;margin:0 auto;padding:0 24px;display:flex}.Header-module__34ke9W__logo{z-index:10;flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.Header-module__34ke9W__logoText{color:var(--text-primary);letter-spacing:-.02em;font-size:18px;font-weight:600}.Header-module__34ke9W__desktopNav{align-items:center;gap:4px;display:flex}.Header-module__34ke9W__navItem{position:relative}.Header-module__34ke9W__navLink{white-space:nowrap;color:var(--text-secondary);border-radius:var(--radius-sm);align-items:center;gap:4px;padding:8px 12px;font-size:14px;font-weight:450;text-decoration:none;transition:color .2s;display:flex;position:relative}.Header-module__34ke9W__navLink:after{content:"";background:var(--gradient-signature);transform-origin:100%;border-radius:1px;height:2px;transition:transform .34s cubic-bezier(.65,0,.35,1);position:absolute;bottom:4px;left:12px;right:12px;transform:scaleX(0)}.Header-module__34ke9W__navLink:hover,.Header-module__34ke9W__navLinkActive{color:#fff}.Header-module__34ke9W__navLink:hover:after,.Header-module__34ke9W__navLinkActive:after{transform-origin:0;transform:scaleX(1)}.Header-module__34ke9W__megaMenu{top:calc(84px + var(--wip-h,0px));width:calc(100% - 32px);max-width:var(--container-width);--mega-glass:blur(28px)saturate(160%);-webkit-backdrop-filter:var(--mega-glass);backdrop-filter:var(--mega-glass);animation:Header-module__34ke9W__megaIn .2s var(--ease);z-index:1;background:#100e16d1;border:1px solid #ffffff14;border-radius:22px;margin:0 auto;position:fixed;left:0;right:0;box-shadow:0 24px 64px #0000008c}.Header-module__34ke9W__megaMenu:before{content:"";height:16px;position:absolute;top:-16px;left:0;right:0}.Header-module__34ke9W__megaInner{max-width:var(--container-width);margin:0 auto;padding:24px 44px}.Header-module__34ke9W__appleInner{max-width:var(--container-width);gap:80px;margin:0 auto;padding:40px 24px 48px;display:flex}.Header-module__34ke9W__appleColumn{min-width:0}.Header-module__34ke9W__appleColumnLabel{text-transform:uppercase;letter-spacing:.09em;color:var(--text-primary);margin-bottom:20px;font-size:12px;font-weight:600}.Header-module__34ke9W__appleList{flex-direction:column;display:flex}.Header-module__34ke9W__applePrimaryLink{color:var(--text-primary);transition:background .2s var(--ease),color .2s var(--ease),box-shadow .2s var(--ease);border-radius:12px;margin:0 -14px;padding:7px 14px;font-size:28px;font-weight:600;line-height:1.25;text-decoration:none;display:block;box-shadow:inset 0 1px #0000,inset 0 0 0 .5px #0000,0 10px 26px -10px #0000}.Header-module__34ke9W__applePrimaryLink:hover,.Header-module__34ke9W__applePrimaryLink:focus-visible{color:#fff;background:#6e56f01a;box-shadow:inset 0 1px #ffffff24,inset 0 0 0 .5px #6e56f038,0 10px 26px -10px #0000008c}.Header-module__34ke9W__applePrimaryLink:focus-visible{outline:2px solid var(--accent,#6e56f0);outline-offset:2px}.Header-module__34ke9W__appleLinkTitle{display:block}.Header-module__34ke9W__appleLinkDesc{color:var(--text-secondary);margin-top:2px;font-size:13px;font-weight:400;line-height:1.35;display:block}.Header-module__34ke9W__appleSupportLink{color:var(--text-secondary);transition:background .18s var(--ease),color .18s var(--ease),box-shadow .18s var(--ease);border-radius:10px;margin:0 -14px;padding:9px 14px;font-size:15px;font-weight:500;line-height:1.5;text-decoration:none;display:block;box-shadow:inset 0 1px #0000,inset 0 0 0 .5px #0000}.Header-module__34ke9W__appleSupportLink:hover,.Header-module__34ke9W__appleSupportLink:focus-visible{color:#fffffff2;background:#6e56f01a;box-shadow:inset 0 1px #ffffff1f,inset 0 0 0 .5px #6e56f033}.Header-module__34ke9W__appleSupportLink:focus-visible{outline:2px solid var(--accent,#6e56f0);outline-offset:2px}.Header-module__34ke9W__megaGrid{grid-template-columns:repeat(3,1fr);gap:4px;display:grid}.Header-module__34ke9W__megaColumns{gap:32px;display:flex}.Header-module__34ke9W__megaColumn{flex:1;min-width:0}.Header-module__34ke9W__megaCategoryLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);border-bottom:1px solid var(--border-subtle);align-items:center;gap:6px;margin-bottom:4px;padding:0 16px 10px;font-size:12px;font-weight:700;display:flex}.Header-module__34ke9W__megaItem{border-radius:var(--radius-sm);transition:background .18s var(--ease),box-shadow .18s var(--ease);align-self:start;align-items:flex-start;gap:12px;padding:10px 16px;text-decoration:none;display:flex;box-shadow:inset 0 1px #0000,inset 0 0 0 .5px #0000}.Header-module__34ke9W__megaItem:hover{background:#6e56f01a;box-shadow:inset 0 1px #ffffff1f,inset 0 0 0 .5px #6e56f033}.Header-module__34ke9W__megaIcon{border-radius:var(--radius-sm);background:var(--accent-subtle);width:36px;height:36px;transition:transform .2s var(--ease),filter .2s;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.Header-module__34ke9W__megaItem:hover .Header-module__34ke9W__megaIcon{filter:brightness(1.15);transform:scale(1.08)}.Header-module__34ke9W__megaLabel{color:var(--text-primary);font-size:14px;font-weight:500;line-height:1.3}.Header-module__34ke9W__megaDesc{color:var(--text-tertiary);margin-top:2px;font-size:13px;line-height:1.4}.Header-module__34ke9W__megaItem:hover .Header-module__34ke9W__megaDesc{color:var(--text-secondary)}.Header-module__34ke9W__megaItemHighlighted{background:#ef44440a;border:1px solid #ef44441f;margin:-1px}.Header-module__34ke9W__megaItemHighlighted:hover{background:#ef444414;border-color:#ef444433}.Header-module__34ke9W__megaBadge{text-transform:uppercase;letter-spacing:.04em;color:#ef4444;vertical-align:middle;background:#ef44441f;border-radius:100px;margin-left:8px;padding:1px 6px;font-size:10px;font-weight:700;display:inline-block}.Header-module__34ke9W__megaSplit{align-items:stretch;gap:16px;display:flex}.Header-module__34ke9W__megaFeatured{border-radius:var(--radius-md);color:inherit;background:#ef44440a;border:1px solid #ef44441a;flex-direction:column;gap:10px;min-width:280px;max-width:320px;padding:20px;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.Header-module__34ke9W__megaFeatured:hover{background:#ef444414;border-color:#ef444433}.Header-module__34ke9W__megaFeaturedIcon{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:44px;height:44px;display:flex}.Header-module__34ke9W__megaGrid2x2{flex:1;grid-template-columns:repeat(2,1fr);gap:4px;display:grid}.Header-module__34ke9W__megaFooter{border-top:1px solid var(--border-subtle);text-align:center;margin-top:16px;padding-top:16px}.Header-module__34ke9W__megaFooterLink{color:var(--accent);align-items:center;gap:6px;font-size:14px;font-weight:500;text-decoration:none;transition:gap .2s;display:inline-flex}.Header-module__34ke9W__megaFooterLink:hover{gap:10px}.Header-module__34ke9W__actions{align-items:center;gap:12px;display:flex}.Header-module__34ke9W__signIn{color:var(--text-secondary);padding:8px 16px;font-size:14px;font-weight:450;text-decoration:none;transition:color .2s}.Header-module__34ke9W__signIn:hover{color:var(--text-primary)}.Header-module__34ke9W__cta{padding:8px 20px;font-size:14px;transition:all .4s}.Header-module__34ke9W__mobileToggle{color:var(--text-primary);cursor:pointer;z-index:10;background:0 0;border:none;padding:4px;display:none}.Header-module__34ke9W__mobileNav{--mobile-glass:blur(26px)saturate(150%);display:none}@keyframes Header-module__34ke9W__megaIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1080px){.Header-module__34ke9W__desktopNav,.Header-module__34ke9W__actions{display:none}.Header-module__34ke9W__mobileToggle{display:block}.Header-module__34ke9W__mobileNav{top:calc(88px + var(--wip-h,0px));max-width:var(--container-width);-webkit-backdrop-filter:var(--mobile-glass);backdrop-filter:var(--mobile-glass);z-index:99;animation:Header-module__34ke9W__mobileSlideIn .28s var(--ease,cubic-bezier(.22,1,.36,1));background:#100e16f0;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;margin:0 auto;display:flex;position:fixed;bottom:14px;left:16px;right:16px;overflow:hidden;box-shadow:0 24px 50px #00000073}@keyframes Header-module__34ke9W__mobileSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Header-module__34ke9W__mobileScroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;min-height:0;padding:8px 16px 16px;overflow-y:auto}.Header-module__34ke9W__mobileSection{margin-bottom:2px}.Header-module__34ke9W__mobileLink{width:100%;min-height:56px;color:var(--text-primary);letter-spacing:-.01em;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;transition:color .15s var(--ease),background .15s var(--ease);background:0 0;border:none;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:14px 12px;font-family:inherit;font-size:17px;font-weight:550;text-decoration:none;display:flex}.Header-module__34ke9W__mobileLink:hover,.Header-module__34ke9W__mobileLink:active,.Header-module__34ke9W__mobileLinkOpen{background:#ffffff0d}.Header-module__34ke9W__mobileLinkOpen{color:#fff}.Header-module__34ke9W__mobileChevron{width:30px;height:30px;color:var(--text-tertiary);transition:transform .28s var(--ease),color .15s,background .15s;background:#ffffff0a;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Header-module__34ke9W__mobileLinkOpen .Header-module__34ke9W__mobileChevron{color:var(--text-secondary);background:#ffffff14;transform:rotate(180deg)}.Header-module__34ke9W__mobileAccordion{transition:grid-template-rows .3s var(--ease,cubic-bezier(.22,1,.36,1));grid-template-rows:0fr;display:grid}.Header-module__34ke9W__mobileAccordionOpen{grid-template-rows:1fr}.Header-module__34ke9W__mobileAccordionInner{min-height:0;overflow:hidden}.Header-module__34ke9W__mobileSubmenu{flex-direction:column;gap:2px;padding:2px 0 14px;display:flex}.Header-module__34ke9W__mobileCategory+.Header-module__34ke9W__mobileCategory{margin-top:6px}.Header-module__34ke9W__mobileCategoryLabel{text-transform:uppercase;letter-spacing:.09em;color:var(--text-muted);padding:12px 12px 6px;font-size:11px;font-weight:700}.Header-module__34ke9W__mobileIcon{width:38px;height:38px;color:var(--ic,var(--text-secondary));background:color-mix(in srgb,var(--ic,#fff)12%,transparent);border:1px solid color-mix(in srgb,var(--ic,#fff)18%,transparent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Header-module__34ke9W__mobileSubmenuLink{-webkit-tap-highlight-color:transparent;min-height:56px;transition:background .15s var(--ease);border-radius:12px;align-items:center;gap:14px;padding:10px 12px;text-decoration:none;display:flex}.Header-module__34ke9W__mobileSubmenuLink:hover,.Header-module__34ke9W__mobileSubmenuLink:active{background:#ffffff0d}.Header-module__34ke9W__mobileSubmenuText{flex-direction:column;gap:2px;min-width:0;display:flex}.Header-module__34ke9W__mobileSubmenuLabel{color:var(--text-primary);font-size:15px;font-weight:550;line-height:1.3}.Header-module__34ke9W__mobileSubmenuDesc{color:var(--text-tertiary);font-size:13px;line-height:1.35}.Header-module__34ke9W__mobileActions{padding:16px 16px calc(16px + env(safe-area-inset-bottom,0px));background:#0b0a0e8c;border-top:1px solid #ffffff14;flex-direction:column;flex-shrink:0;gap:10px;display:flex}.Header-module__34ke9W__mobileSignIn{min-height:50px;color:var(--text-secondary);border:1px solid #ffffff1f;border-radius:12px;justify-content:center;align-items:center;padding:12px;font-size:15px;font-weight:550;text-decoration:none;transition:color .15s,border-color .15s,background .15s;display:flex}.Header-module__34ke9W__mobileSignIn:hover,.Header-module__34ke9W__mobileSignIn:active{color:var(--text-primary);background:#ffffff0a;border-color:#ffffff38}.Header-module__34ke9W__mobileCta{justify-content:center;align-items:center;width:100%;min-height:50px;display:flex}@media (prefers-reduced-motion:reduce){.Header-module__34ke9W__mobileNav{animation:none}.Header-module__34ke9W__mobileChevron,.Header-module__34ke9W__mobileAccordion{transition:none}}}
.PreLaunchBanner-module__4ff7fW__banner{z-index:200;height:var(--wip-h,32px);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);letter-spacing:.01em;color:var(--text-tertiary);text-align:center;background:#0e0c12eb;border-bottom:1px solid #ffffff12;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:12px;line-height:1.2;display:flex;position:fixed;top:0;left:0;right:0}.PreLaunchBanner-module__4ff7fW__dot{background:var(--accent-warm,#e4b988);border-radius:50%;flex-shrink:0;width:6px;height:6px;box-shadow:0 0 6px #e4b9888c}.PreLaunchBanner-module__4ff7fW__banner strong{color:var(--text-secondary);font-weight:600}.PreLaunchBanner-module__4ff7fW__full{display:inline}.PreLaunchBanner-module__4ff7fW__short{display:none}@media (max-width:620px){.PreLaunchBanner-module__4ff7fW__banner{gap:6px;padding:0 12px;font-size:11px}.PreLaunchBanner-module__4ff7fW__full{display:none}.PreLaunchBanner-module__4ff7fW__short{display:inline}}
.Footer-module__234PyW__footer{border-top:none;padding:64px 0 32px;position:relative}.Footer-module__234PyW__footer:before{content:"";background:linear-gradient(90deg,transparent,var(--accent),var(--accent-2),var(--accent-warm),transparent);opacity:.5;height:1px;position:absolute;top:0;left:0;right:0}.Footer-module__234PyW__inner{flex-direction:column;gap:40px;display:flex}.Footer-module__234PyW__brandRow{border-bottom:1px solid var(--border-subtle);justify-content:center;align-items:center;margin-bottom:40px;padding-bottom:40px;display:flex}.Footer-module__234PyW__brandIntro{flex-direction:column;gap:8px;display:flex}.Footer-module__234PyW__brandNewsletter{justify-self:end;width:100%;max-width:420px}.Footer-module__234PyW__logo{color:var(--text-primary);align-items:center;gap:8px;font-size:16px;font-weight:600;display:flex}.Footer-module__234PyW__tagline{color:var(--text-tertiary);font-size:14px;line-height:1.5}@media (max-width:720px){.Footer-module__234PyW__brandRow{text-align:center;grid-template-columns:1fr;gap:24px}.Footer-module__234PyW__brandIntro{align-items:center}.Footer-module__234PyW__tagline{text-align:center}.Footer-module__234PyW__brandNewsletter{justify-self:stretch;max-width:none}}.Footer-module__234PyW__linkGroups{flex-wrap:wrap;flex:1;justify-content:space-between;gap:48px;display:flex}.Footer-module__234PyW__linkGroup{flex:1;min-width:140px}.Footer-module__234PyW__groupTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;font-size:14px;font-weight:600}.Footer-module__234PyW__linkList{flex-direction:column;gap:2px;margin:-6px -12px;list-style:none;display:flex}.Footer-module__234PyW__link{color:var(--text-tertiary);border-radius:var(--radius-sm);-webkit-tap-highlight-color:transparent;padding:8px 12px;font-size:15px;transition:color .15s,background .15s;display:block}.Footer-module__234PyW__link:hover{color:var(--text-primary);background:var(--bg-hover)}.Footer-module__234PyW__linkIcon{vertical-align:middle;opacity:.85;align-items:center;margin-right:10px;display:inline-flex}.Footer-module__234PyW__trustRow{flex-wrap:wrap;align-items:center;gap:10px 14px;padding:8px 0 22px;display:flex}.Footer-module__234PyW__trustChip{color:var(--text-tertiary);border:1px solid var(--border-subtle);white-space:nowrap;border-radius:999px;align-items:center;gap:7px;padding:6px 13px;font-size:12.5px;display:inline-flex}.Footer-module__234PyW__trustChip svg{opacity:.75;flex-shrink:0}.Footer-module__234PyW__trustLink{color:var(--text-secondary);transition:gap .25s var(--ease);align-items:center;gap:6px;margin-left:auto;font-size:13px;font-weight:600;display:inline-flex}.Footer-module__234PyW__trustLink:hover{color:var(--text-primary);gap:10px}.Footer-module__234PyW__bottom{justify-content:space-between;align-items:center;gap:16px;padding-top:24px;display:flex}.Footer-module__234PyW__copyright{color:var(--text-muted);font-size:14px}.Footer-module__234PyW__legalLinks{gap:20px;display:flex}.Footer-module__234PyW__legalLink{color:var(--text-muted);font-size:14px;text-decoration:none;transition:color .15s}.Footer-module__234PyW__legalLink:hover{color:var(--text-secondary)}@media (max-width:768px){.Footer-module__234PyW__brandRow{flex-direction:column;align-items:flex-start;gap:8px}.Footer-module__234PyW__linkGroups{gap:32px}.Footer-module__234PyW__bottom{flex-direction:column;align-items:flex-start;gap:12px}.Footer-module__234PyW__legalLinks{flex-wrap:wrap;gap:12px}}
