:root{--bg:#050607;--surface:#0b0f0c;--surface-alt:#ffffff0a;--border:#ffffff1a;--text:#f4f4f4;--muted:#9ba09d;--green:#75ff2a;--red:#ff1f2d;--yellow:#ffd43b;--container:1180px;--radius:24px;--space-section:clamp(5rem, 9vw, 8.5rem);--color-bg:#050607;--color-bg-2:#080a09;--color-surface:#0b0f0c;--color-surface-2:#111514;--color-surface-soft:#ffffff0b;--color-border:#ffffff1c;--color-border-strong:#ffffff2e;--color-text:#f4f4f4;--color-muted:#a7a7a7;--color-dim:#676d69;--color-green:#75ff2a;--color-green-deep:#078627;--color-red:#ff1f2d;--color-red-deep:#940016;--color-yellow:#ffd43b;--font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-sm:14px;--radius-md:22px;--radius-lg:32px;--radius-xl:44px;--shadow-card:0 24px 80px #0000005c;--shadow-green:0 0 36px #75ff2a3b;--shadow-red:0 0 36px #ff1f2d38}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,system-ui,sans-serif;overflow-x:hidden}button,input{font:inherit}a{color:inherit;text-decoration:none}p{color:var(--muted);line-height:1.7}.container{width:min(var(--container),calc(100% - 40px));margin:auto}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050607bd;border-bottom:1px solid #ffffff12;position:fixed;inset:0 0 auto}.header__inner{justify-content:space-between;align-items:center;height:78px;display:flex}.brand__mark{justify-content:center;gap:3px;width:34px;height:38px;display:flex;position:relative}.brand__mark i{background:linear-gradient(#8cff3f,#31b80b);border-radius:20px 3px 12px 12px;width:12px;height:35px;transform:skew(-9deg);box-shadow:0 0 14px #75ff2a66}.brand__mark i:last-child{background:linear-gradient(#ff3540,#c90815);transform:skew(9deg);box-shadow:0 0 14px #ff1f2d55}.brand__copy{flex-direction:column;display:flex}.brand__copy b{letter-spacing:.28em;font-size:18px;font-weight:600}.brand__copy small{letter-spacing:.35em;background:linear-gradient(90deg,var(--green),var(--yellow),var(--red));color:#0000;-webkit-background-clip:text;background-clip:text;margin-top:5px;font-size:7px}.nav{align-items:center;gap:32px;display:flex}.nav>a:not(.button){color:#c5c8c6;font-size:13px;transition:all .2s}.nav>a:not(.button):hover{color:#fff}.button{border:1px solid var(--border);cursor:pointer;color:#fff;background:#111;border-radius:12px;justify-content:center;align-items:center;gap:18px;padding:15px 22px;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button--mini{padding:11px 18px}.button--gradient{background:linear-gradient(#111,#111) padding-box,linear-gradient(100deg,var(--green),var(--yellow),var(--red)) border-box;border-color:#0000;position:relative;box-shadow:-12px 0 28px #75ff2a16,12px 0 28px #ff1f2d16}.button--ghost{background:#ffffff0a}.menu-button{background:0 0;border:0;padding:10px;display:none}.menu-button span{background:#fff;width:25px;height:2px;margin:6px;display:block}.hero{border-bottom:1px solid #ffffff0d;min-height:860px;padding:170px 0 90px;position:relative;overflow:hidden}.hero:after{content:"";pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:58px 58px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 80%);mask-image:linear-gradient(#000,#0000 80%)}.hero__glow{filter:blur(100px);opacity:.13;border-radius:50%;width:500px;height:500px;position:absolute}.hero__glow--green{background:var(--green);top:290px;left:-220px}.hero__glow--red{background:var(--red);top:180px;right:-260px}.hero__grid{z-index:2;grid-template-columns:1fr 1fr;align-items:center;display:grid;position:relative}.hero__copy{padding-bottom:40px}.eyebrow,.section-heading>span,.section-heading>div>span,.final-cta__content>span{color:var(--green);letter-spacing:.22em;font-size:11px;font-weight:700}.eyebrow{align-items:center;gap:10px;display:flex}.eyebrow span,.status i,.final-cta__content>small i{background:var(--green);width:7px;height:7px;box-shadow:0 0 12px var(--green);border-radius:50%}.hero h1{letter-spacing:-.055em;margin:26px 0 20px;font-size:clamp(55px,6vw,82px);line-height:.96}.hero h2{background:linear-gradient(90deg,var(--green),var(--yellow) 56%,var(--red));color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 24px;font-size:clamp(25px,3vw,38px)}.hero h2 span{color:var(--green)}.hero__copy>p{max-width:550px;font-size:17px}.hero__actions{gap:12px;margin:34px 0 25px;display:flex}.status{color:#777;align-items:center;gap:10px;display:flex}.hero__visual{justify-content:center;align-items:center;height:620px;display:flex;position:relative}.orbit{border:1px solid;border-radius:50%;width:490px;height:490px;position:absolute}.orbit span{background:#101410;border-radius:50%;place-items:center;width:56px;height:56px;font-size:25px;display:grid;position:absolute}.orbit--green{border-color:#75ff2a31;transform:rotate(-16deg)}.orbit--green span{top:28px;left:45px;box-shadow:0 0 30px #75ff2a33}.orbit--red{border-color:#ff1f2d26;transform:rotate(18deg)}.orbit--red span{bottom:33px;right:38px;box-shadow:0 0 30px #ff1f2d33}.reaction-chip{z-index:4;background:#0c100eeb;border:1px solid;border-radius:12px;flex-direction:column;gap:4px;padding:12px 16px;font-size:10px;display:flex;position:absolute;box-shadow:0 16px 40px #000}.reaction-chip b{font-size:12px}.reaction-chip--green{border-color:#75ff2a55;top:45%;left:2%}.reaction-chip--green span{color:var(--green)}.reaction-chip--red{border-color:#ff1f2d55;bottom:22%;right:-2%}.reaction-chip--red span{color:var(--red)}.phone{z-index:3;background:#070908;border:2px solid #696d6b;border-radius:48px;width:320px;height:650px;padding:16px 14px;animation:5s ease-in-out infinite float;position:relative;transform:rotate(-3deg);box-shadow:inset 0 0 0 6px #171a18,0 35px 90px #000,0 0 70px #75ff2a10}.phone__notch{z-index:4;background:#030403;border-radius:30px;width:92px;height:22px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.appbar{align-items:center;gap:9px;height:60px;padding:16px 10px 5px;display:flex}.avatar{background:linear-gradient(145deg,var(--green),#173909);color:#051000;border-radius:50%;place-items:center;width:28px;height:28px;font-weight:800;display:grid}.appbar div{flex-direction:column;display:flex}.appbar small{color:var(--green);font-size:6px}.appbar b{font-size:9px}.appbar__dot{border:1px solid #888;border-radius:50%;width:7px;height:7px;margin-left:auto}.phone__tabs{color:#777;border-bottom:1px solid #222;justify-content:center;gap:25px;padding:10px 0;font-size:8px;display:flex}.phone__tabs b{color:#fff;position:relative}.phone__tabs b:after{content:"";background:linear-gradient(90deg,var(--green),var(--red));height:2px;position:absolute;bottom:-11px;left:0;right:0}.story-card{background:#0d100e;border:1px solid #222;border-radius:18px;margin:11px 3px;overflow:hidden}.story-art{background:radial-gradient(circle at 65% 45%,#ffd43b8c 0 4%,#0000 5%),radial-gradient(circle,#406100 0,#0000 40%),linear-gradient(140deg,#172c12,#1e0b0b 65%,#050505);height:190px;padding:15px;position:relative;overflow:hidden}.story-art:after{content:"";background:repeating-radial-gradient(at 60% 90%,#0000 0 18px,#ffffff12 20px,#ffffff0a 21px);position:absolute;inset:0}.story-art small{z-index:2;letter-spacing:.12em;font-size:7px;position:relative}.story-art__orb{z-index:2;border:8px solid #fff;border-radius:50%;width:65px;height:65px;position:absolute;top:55px;right:48px;box-shadow:0 0 45px #ffd43baa}.story-art__line{background:linear-gradient(90deg,var(--green),var(--yellow),var(--red));width:180px;height:2px;box-shadow:0 0 12px var(--green);position:absolute;top:100px;left:40px;transform:rotate(-30deg)}.story-copy{padding:13px}.story-copy h3{margin:0 0 7px;font-size:17px;line-height:1.15}.story-copy p{margin:0 0 6px;font-size:8px;line-height:1.45}.story-copy span{color:#777;font-size:7px}.reveal-pill{text-align:center;color:#ddd;background:#080a09;border:1px solid #292d2a;border-radius:20px;margin:4px 12px;padding:8px;font-size:7px}.mood-bar{gap:3px;height:4px;margin:12px;display:flex}.mood-bar i{background:var(--green);width:60%;display:block;box-shadow:0 0 8px #75ff2a55}.mood-bar i:last-child{background:var(--red);width:40%;box-shadow:0 0 8px #ff1f2d55}.reactions{grid-template-columns:1fr 1fr;gap:8px;padding:0 12px;display:grid}.reactions button{color:#fff;text-align:left;background:linear-gradient(145deg,#244811,#0d1908);border:1px solid #75ff2a55;border-radius:18px;grid-template-rows:1fr 1fr;grid-template-columns:auto 1fr;align-items:center;height:62px;font-size:7px;display:grid}.reactions button:last-child{background:linear-gradient(145deg,#491118,#1c080a);border-color:#ff1f2d55}.reactions button span{grid-row:1/3;font-size:22px}.reactions button small{color:#aaa;font-size:5px}.phone__home{background:#888;border-radius:5px;width:90px;height:3px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.section{padding:var(--space-section) 0;position:relative}.section-heading{margin-bottom:48px}.section-heading--center{text-align:center}.section-heading h2{letter-spacing:-.04em;margin:12px 0;font-size:clamp(34px,4vw,54px)}.section-heading h2 em{background:linear-gradient(90deg,var(--green),var(--yellow),var(--red));color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.section-heading p{margin:0}.steps{grid-template-columns:repeat(3,1fr);gap:14px;display:grid;position:relative}.steps:before{content:"";background:linear-gradient(90deg,var(--green),var(--yellow),var(--red));height:1px;box-shadow:0 0 15px var(--yellow);position:absolute;top:34px;left:15%;right:15%}.step-card{border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(145deg,#ffffff0d,#ffffff04);min-height:245px;padding:52px 30px 28px;position:relative}.step-card__number{z-index:2;border:1px solid var(--green);background:var(--bg);border-radius:50%;place-items:center;width:34px;height:34px;font-size:11px;display:grid;position:absolute;top:17px;left:50%;transform:translate(-50%);box-shadow:0 0 16px #75ff2a44}.step-card:nth-child(2) .step-card__number{border-color:var(--yellow)}.step-card:nth-child(3) .step-card__number{border-color:var(--red)}.step-card__icon,.feature-card__icon{width:58px;height:58px;color:var(--green);background:#75ff2a09;border:1px solid #75ff2a55;border-radius:17px;place-items:center;font-size:28px;display:grid}.step-card h3,.feature-card h3,.reaction-card h3{margin:19px 0 8px;font-size:20px}.step-card p,.feature-card p{margin:0;font-size:14px}.mechanic__grid{grid-template-columns:1fr 1.25fr 1fr;align-items:center;gap:18px;display:grid}.reaction-card{border-radius:var(--radius);background:#080b09;border:1px solid;min-height:380px;padding:45px 30px;position:relative;overflow:hidden}.reaction-card--support{border-color:#75ff2a33;box-shadow:inset 0 0 80px #75ff2a09}.reaction-card--throw{border-color:#ff1f2d33;box-shadow:inset 0 0 80px #ff1f2d09}.reaction-card__symbol{filter:drop-shadow(0 0 24px #75ff2a66);font-size:70px}.reaction-card--throw .reaction-card__symbol{filter:drop-shadow(0 0 24px #ff1f2d66)}.reaction-card>span{letter-spacing:.2em;color:var(--green);font-size:9px}.reaction-card--throw>span{color:var(--red)}.reaction-card h3{font-size:30px}.wave{background:repeating-radial-gradient(at 50% 100%,#0000 0 15px,#75ff2a55 17px,#0000 19px);height:80px;position:absolute;bottom:25px;left:-20%;right:-20%}.splat i{opacity:.35;background:#ff1f2d;border-radius:50%;position:absolute}.splat i:first-child{width:20px;height:20px;bottom:20px;right:25px}.splat i:nth-child(2){width:9px;height:9px;bottom:55px;right:65px}.splat i:nth-child(3){width:13px;height:13px;bottom:90px;right:35px}.mini-news{background:#0a0c0b;border:1px solid #333;border-radius:26px;padding:13px 13px 22px;box-shadow:0 30px 70px #000}.mini-news__art{background:radial-gradient(circle at 70% 30%,#ff293744,#0000 25%),radial-gradient(circle at 30% 70%,#75ff2a44,#0000 28%),linear-gradient(145deg,#142813,#281113);border-radius:17px;height:230px;padding:18px;position:relative}.mini-news__art span{letter-spacing:.2em;font-size:8px}.mini-news__art i{border:20px solid #fff3;border-radius:50%;width:130px;height:130px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mini-news h3,.mini-news p{padding:0 13px}.feature-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.feature-card{border:1px solid var(--border);background:linear-gradient(145deg,#ffffff0b,#ffffff03);border-radius:20px;min-height:225px;padding:28px;transition:all .25s;position:relative}.feature-card:hover{border-color:#ffffff28;transform:translateY(-5px)}.feature-card__icon{border-radius:14px;width:46px;height:46px;font-size:20px}.feature-card__icon.red{color:var(--red);background:#ff1f2d09;border-color:#ff1f2d55}.feature-card small{color:#404340;font-weight:700;position:absolute;top:22px;right:22px}.preview{overflow:hidden}.preview:before{content:"";background:radial-gradient(#75ff2a0b,#0000 60%);position:absolute;inset:20% 0}.preview__phones{justify-content:center;align-items:flex-end;gap:38px;display:flex}.preview figure{text-align:center;margin:0}.phone--compact{border-radius:38px;width:245px;height:500px;animation:none;transform:rotate(0)}.phone--compact .appbar{height:48px}.phone--compact .story-art{height:142px}.phone--compact .story-copy h3{font-size:13px}.phone--compact .reactions button span{font-size:16px}.phone--compact .phone__tabs{padding:6px}.phone--compact .phone__tabs b:after{bottom:-7px}.phone--sport{transform:translateY(35px)rotate(-3deg);box-shadow:0 30px 80px #000,0 0 45px #ff1f2d12}.phone--sport .story-art{background:radial-gradient(circle,#ffd43b82 0 7%,#0000 8%),linear-gradient(145deg,#183407,#3a1b08 55%,#16090a)}.phone--space .story-art{background:radial-gradient(circle at 70% 30%,#fff 0 2%,#0000 3%),radial-gradient(circle at 30% 60%,#75ff2a70,#0000 3%),linear-gradient(145deg,#061527,#271324 65%,#0d060b)}.preview figcaption{color:#aaa;margin-top:28px;font-size:14px}.preview figcaption b{color:var(--green);margin-right:10px}.section-heading--row{justify-content:space-between;align-items:end;display:flex}.section-heading mark,.profile mark{color:var(--yellow);letter-spacing:.15em;background:#ffd43b14;border:1px solid #ffd43b33;border-radius:20px;padding:8px 12px;font-size:9px}.highlight-grid{grid-template-columns:1fr 1fr 1fr;gap:14px;display:grid}.highlight{border:1px solid var(--border);background:#0a0d0b;border-radius:20px;min-height:390px;padding:14px}.highlight__art{border-radius:14px;height:190px;margin-bottom:22px}.aurora{background:radial-gradient(at 50% 90%,#75ff2a77,#0000 45%),linear-gradient(145deg,#10192a,#092314 55%,#1e1125)}.chaos{background:repeating-linear-gradient(125deg,#0000 0 18px,#ff1f2d11 19px 21px),radial-gradient(circle,#ff1f2d88,#0000 55%),#18090a}.highlight small{color:var(--green);letter-spacing:.1em;font-size:9px}.highlight--red small{color:var(--red)}.highlight h3{margin:12px 0;font-size:19px;line-height:1.4}.stat{border-top:1px solid var(--border);justify-content:space-between;align-items:end;padding-top:14px;display:flex}.stat b{color:var(--green);font-size:31px}.highlight--red .stat b{color:var(--red)}.stat span{color:#666;font-size:8px}.profile{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.geo-avatar{background:conic-gradient(from 45deg,#ff1f2d66,#ffd43b33,#75ff2a55,#ff1f2d66);border:1px solid #ffd43b55;border-radius:50%;place-items:center;width:130px;height:130px;margin-bottom:25px;display:grid}.geo-avatar span{font-size:62px}.profile p{margin-top:0;font-size:13px}.final-cta{text-align:center;border-top:1px solid #ffffff0a;padding:130px 0;position:relative;overflow:hidden}.final-cta__glow{background:linear-gradient(90deg,var(--green),var(--yellow),var(--red));filter:blur(90px);opacity:.18;width:750px;height:350px;position:absolute;bottom:-250px;left:50%;transform:translate(-50%)}.final-cta__content{z-index:2;position:relative}.final-cta__icons{justify-content:center;align-items:center;gap:15px;margin-bottom:35px;display:flex}.final-cta__icons span{border:1px solid var(--border);background:#0b0e0c;border-radius:50%;place-items:center;width:70px;height:70px;font-size:36px;display:grid}.final-cta__icons i{background:linear-gradient(90deg,var(--green),var(--red));width:70px;height:1px}.final-cta h2{letter-spacing:-.05em;margin:14px 0;font-size:clamp(42px,6vw,70px)}.final-cta p{font-size:17px}.waitlist{border:1px solid var(--border);background:#ffffff08;border-radius:16px;max-width:560px;margin:36px auto 20px;padding:6px;display:flex}.waitlist input{color:#fff;background:0 0;border:0;outline:0;flex:1;min-width:0;padding:0 18px}.waitlist .button{white-space:nowrap}.success{max-width:560px;color:var(--green);background:#75ff2a0a;border:1px solid #75ff2a55;border-radius:16px;margin:36px auto 20px;padding:22px}.final-cta__content>small{color:#777;justify-content:center;align-items:center;gap:9px;display:flex}footer{border-top:1px solid var(--border);background:#030403;padding:55px 0 25px}.footer__top,.footer__bottom{justify-content:space-between;display:flex}.footer__top p{font-size:12px}.footer__top nav{color:#aaa;align-items:center;gap:30px;font-size:13px;display:flex}.footer__bottom{color:#606460;border-top:1px solid #ffffff0a;margin-top:40px;padding-top:22px;font-size:11px}.footer__bottom b{color:#aaa}@keyframes float{50%{transform:translateY(-12px)rotate(-2deg)}}@media (width<=900px){.nav{gap:16px}.nav>a:not(.button){display:none}.hero{padding-top:135px}.hero__grid{grid-template-columns:1fr}.hero__copy{text-align:center}.eyebrow,.status{justify-content:center}.hero__copy>p{margin-left:auto;margin-right:auto}.hero__actions{justify-content:center}.hero__visual{margin-top:30px}.feature-grid{grid-template-columns:repeat(2,1fr)}.mechanic__grid{grid-template-columns:1fr 1fr}.mini-news{grid-area:1/1/auto/3}.preview__phones{gap:10px}.phone--compact{width:220px}.highlight-grid{grid-template-columns:1fr 1fr}.profile{grid-column:1/3}}@media (width<=650px){.container{width:calc(100% - 28px)}.header__inner{height:68px}.brand__copy small{display:none}.brand__copy b{font-size:15px}.menu-button{display:block}.nav{border-bottom:1px solid var(--border);background:#080a09;flex-direction:column;padding:20px;display:none;position:absolute;top:67px;left:0;right:0}.nav--open{display:flex}.nav>a:not(.button){display:block}.hero{min-height:auto;padding-top:120px}.hero__grid{min-width:0;display:block}.hero__copy{width:100%;min-width:0}.hero__copy>p{width:100%;max-width:100%;padding:0 4px}.hero h1{font-size:52px}.hero__actions{flex-direction:column;align-items:stretch}.hero__visual{width:100%;height:570px;margin-left:0;margin-right:0;transform:scale(.88)}.reaction-chip--green{left:-18px}.reaction-chip--red{right:-18px}.steps,.feature-grid,.mechanic__grid,.highlight-grid{grid-template-columns:1fr}.steps:before{display:none}.step-card__number{left:auto;right:18px;transform:none}.mini-news{grid-area:auto}.reaction-card{min-height:320px}.preview__phones{gap:65px;display:grid}.phone--compact{width:245px}.phone--sport,.phone--space{transform:none}.section-heading--row{display:block}.section-heading--row mark{margin-top:15px;display:inline-block}.highlight-grid .profile{grid-column:auto}.waitlist{padding:8px;display:block}.waitlist input{text-align:center;width:100%;height:55px}.waitlist .button{width:100%}.footer__top{display:block}.footer__top nav{margin-top:30px}.final-cta{padding:95px 0}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.header__inner{height:88px}.brand{align-items:center;gap:0;display:flex}.brand__image-wrap{background:#000;width:158px;height:82px;display:block;position:relative;overflow:hidden}.brand__image-wrap img{object-fit:cover;width:158px;max-width:none;height:158px;position:absolute;top:-41px;left:0}.story-art{background:#111;padding:15px}.story-art:after{display:none}.story-art>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.story-art__shade{background:linear-gradient(#0000000d 35%,#0709089e 100%);position:absolute;inset:0}.story-art small{z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#090b0a8f;border-radius:14px;padding:5px 8px;position:relative}.final-cta__button{margin:28px auto 22px}.final-cta__content>small{margin-top:4px}@media (width<=650px){.header__inner{height:76px}.brand__image-wrap{width:135px;height:72px}.brand__image-wrap img{width:135px;height:135px;top:-34px}.nav{top:75px}}body{font-family:var(--font-sans);text-rendering:geometricprecision;background:radial-gradient(circle at 10% 10%,#75ff2a1a,#0000 30rem),radial-gradient(circle at 90% 4%,#ff1f2d1a,#0000 32rem),linear-gradient(#050607 0%,#070908 48%,#050607 100%)}body:before{content:"";z-index:-1;pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:64px 64px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 88%);mask-image:linear-gradient(#000,#0000 88%)}button{cursor:pointer}img,svg{display:block}.site-header{pointer-events:none;background:0 0;border-bottom:0;inset:16px 0 auto}.header__inner{border:1px solid var(--color-border);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);pointer-events:auto;background:#070908b8;border-radius:26px;height:78px;padding:0 18px 0 22px;box-shadow:0 24px 70px #00000052}.brand__image-wrap{display:none}.brand__logo{width:184px;height:auto}.brand--compact .brand__logo{width:148px}.nav>a:not(.button){font-weight:700}.button{letter-spacing:-.01em;background:#ffffff0b;border-radius:16px;min-height:50px;font-weight:850;transition:transform .2s,border-color .2s,box-shadow .2s,background .2s}.button:focus-visible{outline:2px solid var(--color-green);outline-offset:3px}.button--mini{border-radius:14px;min-height:44px}.button--gradient{background:linear-gradient(#101311,#101311) padding-box,linear-gradient(105deg,var(--color-green),var(--color-yellow),var(--color-red)) border-box;box-shadow:-16px 0 34px #75ff2a2e,16px 0 34px #ff1f2d2e}.button--gradient:hover{box-shadow:-18px 0 46px #75ff2a47,18px 0 46px #ff1f2d45}.menu-button{color:#fff;width:48px;height:48px}.menu-button svg{width:32px}.menu-button span{display:none}.hero{min-height:880px;padding:170px 0 90px}.hero__grid{grid-template-columns:minmax(0,.95fr) minmax(430px,1.05fr);gap:32px}.hero h1{letter-spacing:-.065em;font-size:clamp(58px,7vw,96px);line-height:.92}.hero h2{font-size:clamp(28px,3.2vw,44px)}.hero__copy>p{font-size:18px}.hero__visual{height:auto;min-height:660px}.orbit{aspect-ratio:1;width:min(530px,95%);height:auto}.orbit span{border:1px solid var(--color-border);background:#101410;width:62px;height:62px}.orbit svg{width:32px;height:32px}.orbit--green span{color:var(--color-green)}.orbit--red span{color:var(--color-red)}.reaction-chip{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#090c0ad1;border-radius:16px}.phone{background:linear-gradient(150deg,#1b1f1f,#060707 38%,#191b1c);border:1px solid #ffffff29;border-radius:48px;width:352px;height:720px;padding:18px 14px 14px;animation:5.5s ease-in-out infinite phone-float;transform:rotate(-2deg);box-shadow:inset 0 0 0 2px #ffffff09,inset 0 0 28px #ffffff0d,0 42px 100px #000000a3,0 0 70px #75ff2a1a}.phone__camera{z-index:6;background:radial-gradient(circle,#4fa1ffb3 0 10%,#0000 12%),radial-gradient(circle,#1e2b35 0 28%,#090a0a 32% 100%);border:4px solid #050606;border-radius:50%;width:34px;height:34px;position:absolute;top:12px;left:50%;transform:translate(-50%);box-shadow:inset 0 0 0 1px #ffffff14}.phone__screen{background:#151819;border-radius:38px;height:100%;position:relative;overflow:hidden}.app-top{grid-template-columns:58px 1fr 44px;align-items:center;gap:14px;height:106px;padding:26px 16px 12px;display:grid}.app-avatar{border:2px solid var(--color-green);color:#fff;border-radius:50%;place-items:center;width:58px;height:58px;font-size:28px;font-weight:900;display:grid;box-shadow:0 0 0 1px #fff43099}.app-top__meta b{margin-bottom:8px;font-size:18px;display:block}.tilt-meter{background:linear-gradient(90deg,#75ff2aa6,#75ff2a1f 50%,#ff1f2de0);border:1px solid #ffffff14;border-radius:999px;height:14px;display:block;position:relative;overflow:hidden;box-shadow:inset 0 0 10px #0009}.tilt-meter i{background:var(--color-green);width:6px;height:18px;box-shadow:0 0 16px var(--color-green);border-radius:999px;position:absolute;top:-2px;left:49%}.app-menu{color:#fff;width:42px}.phone .story-card{background:#0a0d0d;border:1px solid #9aa7bd75;border-radius:30px;height:424px;margin:0 10px;position:relative;overflow:hidden;box-shadow:inset 0 -120px 80px #0000009e}.phone .story-card>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.story-card__shade{background:linear-gradient(#0000001f 0%,#00000014 42%,#111414f5 100%),linear-gradient(90deg,#0003,#0000 48%,#0000002e);position:absolute;inset:0}.story-card__top{z-index:2;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:26px 26px 0;display:grid;position:relative}.story-card__top span{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);letter-spacing:.1em;background:#ffffff2e;border-radius:999px;padding:12px 18px;font-size:12px;font-weight:900}.story-card__top time{color:#ffffffd1;font-size:15px}.story-card__bookmark,.story-card__side svg{color:#fff;width:32px;height:32px}.story-card__side{z-index:2;gap:18px;display:grid;position:absolute;top:58%;right:22px}.story-card__side span{color:#fff;justify-items:center;gap:4px;display:grid}.story-card__side small{text-shadow:0 2px 8px #000;font-size:12px;font-weight:800}.phone .story-copy{z-index:2;padding:0;position:absolute;bottom:34px;left:26px;right:54px}.phone .story-copy h3{color:#fff;letter-spacing:-.055em;margin:0 0 18px;font-size:32px;line-height:1.08}.phone .story-copy p{color:#ffffffc7;margin:0 0 18px;font-size:16px;line-height:1.42}.phone .story-copy a{color:#9b81ff;font-size:14px;font-weight:850}.phone .reveal-pill{border-radius:999px;justify-content:center;align-items:center;gap:10px;width:calc(100% - 98px);min-height:52px;margin:18px auto 14px;font-size:14px;font-weight:850;display:flex}.phone .reveal-pill span{background:linear-gradient(#fff,#cfd4cf);border-radius:4px;width:14px;height:14px;box-shadow:0 -6px 0 -2px #fff}.phone .mood-bar{grid-template-columns:58% 42%;gap:6px;width:calc(100% - 54px);height:8px;margin:0 auto 13px;display:grid}.phone .mood-bar i:first-child{background:linear-gradient(90deg,var(--color-green),var(--color-green-deep));border-radius:999px 0 0 999px;width:auto}.phone .mood-bar i:last-child{background:linear-gradient(90deg,#ff5660,var(--color-red-deep));border-radius:0 999px 999px 0;width:auto}.phone .reactions{grid-template-columns:1fr 1fr;gap:14px;padding:0 16px;display:grid}.phone .reactions button{color:#fff;background:linear-gradient(#ffffff38,#0000 32%),linear-gradient(155deg,#83ff4f 0%,#12c93d 47%,#057627 100%);border:1px solid #ffffff29;border-radius:32px;justify-content:center;align-items:center;gap:14px;height:86px;display:flex;box-shadow:inset 0 12px 18px #ffffff2e,0 18px 34px #0006}.phone .reactions button:last-child{background:linear-gradient(#ffffff3d,#0000 32%),linear-gradient(155deg,#ff5964 0%,#e61428 45%,#9b0018 100%)}.phone .reactions svg{filter:drop-shadow(0 3px #00000038);width:42px;height:42px}.phone .reactions button:last-child svg{color:#ff2b25}.phone .reactions b{text-shadow:0 3px 8px #00000059;font-size:28px}.phone__home{background:#ffffffd1;width:92px;height:5px;bottom:12px}.phone--compact{border-radius:38px;width:250px;height:520px;padding:13px 10px 10px;animation:none;transform:none}.phone--compact .phone__screen{border-radius:30px}.phone--compact .phone__camera{width:25px;height:25px;top:9px}.phone--compact .app-top{grid-template-columns:42px 1fr 34px;gap:9px;height:78px;padding:18px 12px 8px}.phone--compact .app-avatar{width:42px;height:42px;font-size:21px}.phone--compact .app-top__meta b{margin-bottom:6px;font-size:13px}.phone--compact .tilt-meter{height:10px}.phone--compact .app-menu{width:30px}.phone--compact .story-card{border-radius:23px;height:305px;margin:0 7px}.phone--compact .story-card__top{gap:9px;padding:17px 16px 0}.phone--compact .story-card__top span{padding:8px 11px;font-size:8px}.phone--compact .story-card__top time{font-size:10px}.phone--compact .story-card__bookmark{width:22px;height:22px}.phone--compact .story-card__side{gap:12px;right:14px}.phone--compact .story-card__side svg{width:22px;height:22px}.phone--compact .story-card__side small{font-size:8px}.phone--compact .story-copy{bottom:21px;left:17px;right:38px}.phone--compact .story-copy a{font-size:9px}.phone--compact .reveal-pill{width:calc(100% - 72px);min-height:36px;margin:12px auto 9px;font-size:9px}.phone--compact .reactions{gap:9px;padding:0 11px}.phone--compact .reactions button{border-radius:24px;gap:8px;height:58px}.phone--compact .reactions svg{width:28px;height:28px}.phone--compact .reactions b{font-size:19px}.phone--sport{transform:translateY(34px)rotate(-2deg)}.phone--space{transform:translateY(6px)rotate(2deg)}.section-heading h2{letter-spacing:-.055em;font-size:clamp(34px,4.4vw,58px);line-height:.98}.section-heading p{max-width:620px}.step-card,.feature-card,.reaction-card,.highlight{border-color:var(--color-border);background:linear-gradient(145deg,#ffffff12,#ffffff05),#0b0f0cdb;box-shadow:inset 0 1px #ffffff0d}.step-card{border-radius:var(--radius-lg)}.step-card__icon svg,.feature-card__icon svg{width:30px;height:30px}.mechanic{background:radial-gradient(circle at 16% 40%,#75ff2a14,#0000 26rem),radial-gradient(circle at 84% 48%,#ff1f2d14,#0000 26rem)}.mechanic__grid{grid-template-columns:1fr 300px 1fr;gap:22px}.mechanic__phone{place-items:center;display:grid}.mechanic__phone .phone{transform:none;box-shadow:0 28px 70px #0000008f}.reaction-card{border-radius:var(--radius-lg)}.reaction-card__symbol{width:88px;height:88px;color:var(--color-green);filter:drop-shadow(0 0 22px #75ff2a6b)}.reaction-card--throw .reaction-card__symbol{color:var(--color-red);filter:drop-shadow(0 0 22px #ff1f2d6b)}.reaction-card__symbol svg{width:100%;height:100%}.feature-card{border-radius:26px}.feature-card--red .feature-card__icon{color:var(--color-red);background:#ff1f2d0f;border-color:#ff1f2d61}.feature-card--yellow .feature-card__icon{color:var(--color-yellow);background:#ffd43b0f;border-color:#ffd43b5c}.highlight small{align-items:center;gap:8px;font-weight:900;display:flex}.highlight small svg{width:18px;height:18px}.geo-avatar{color:var(--color-red)}.geo-avatar svg{width:72px;height:72px}.final-cta h2{scroll-margin-top:120px}.final-cta__icons span{color:var(--color-green)}.final-cta__icons span:last-child{color:var(--color-red)}.final-cta__icons svg{width:36px;height:36px}.waitlist input:focus-visible{outline:0}.footer__top .brand__logo{width:170px}@keyframes phone-float{50%{transform:translateY(-12px)rotate(-1deg)}}@media (width<=980px){.hero__grid{grid-template-columns:1fr}.mechanic__grid{grid-template-columns:1fr 1fr}.mechanic__phone{grid-area:1/1/auto/3}.feature-grid,.highlight-grid{grid-template-columns:repeat(2,1fr)}.profile{grid-column:1/3}.phone--compact{width:224px}}@media (width<=720px){.container{width:calc(100% - 28px)}.site-header{inset:10px 0 auto}.header__inner{border-radius:22px;height:68px;padding-inline:14px}.brand__logo{width:146px}.menu-button{place-items:center;display:grid}.nav{border:1px solid var(--color-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#070908f5;border-radius:20px;align-items:stretch;gap:0;padding:12px;display:none;top:78px;left:14px;right:14px}.nav--open{display:flex}.nav>a:not(.button){border-radius:12px;padding:14px;display:block}.hero{min-height:auto;padding-top:128px;padding-bottom:64px}.hero h1{font-size:clamp(50px,15vw,66px)}.hero h2{font-size:31px}.hero__actions{flex-direction:column;align-items:stretch}.hero__visual{transform-origin:top;min-height:610px;margin-bottom:-52px;transform:scale(.9)}.reaction-chip{display:none}.orbit{width:420px}.steps,.feature-grid,.mechanic__grid,.highlight-grid{grid-template-columns:1fr}.mechanic__phone,.profile{grid-area:auto}.preview__phones{gap:62px;display:grid}.phone--compact{width:250px;transform:none}.footer__top,.footer__bottom{display:block}.footer__bottom span{margin-top:10px;display:block}}@media (width<=430px){.hero__visual{margin-bottom:-100px;margin-left:-18px;margin-right:-18px;transform:scale(.82)}.section{padding:4.6rem 0}}.brand--compact .brand__logo{object-fit:contain;width:178px;height:auto}.header__inner .brand--compact{width:auto}.reaction-asset{object-fit:contain;width:1em;height:1em;display:block}.reaction-asset--support{filter:drop-shadow(0 0 12px #75ff2a47)}.reaction-asset--tomato{filter:drop-shadow(0 0 12px #ff1f2d52)}.orbit .reaction-asset{width:38px;height:38px}.step-card__icon .reaction-asset,.feature-card__icon .reaction-asset{width:32px;height:32px}.reaction-card__symbol .reaction-asset{object-fit:contain;width:100%;height:100%}.highlight small .reaction-asset{width:18px;height:18px}.geo-avatar .reaction-asset{width:78px;height:78px}.final-cta__icons .reaction-asset{width:40px;height:40px}.phone .reactions .reaction-asset{width:42px;height:42px}.phone .app-top{height:94px}.phone .story-card{height:372px}.phone .story-copy{bottom:26px}.phone .story-copy h3{margin-bottom:14px;font-size:28px}.phone .story-copy p{margin-bottom:14px;font-size:14px}.phone .reveal-pill{min-height:44px;margin:12px auto 10px}.phone .mood-bar{height:7px;margin-bottom:10px}.phone .reactions button{height:76px}.phone__home{bottom:8px}.phone--compact .app-top{height:70px}.phone--compact .story-card{height:270px}.phone--compact .story-copy{bottom:17px}.phone--compact .story-copy h3{margin-bottom:8px;font-size:19px}.phone--compact .story-copy p{margin-bottom:8px;font-size:9px}.phone--compact .reveal-pill{min-height:32px;margin:9px auto 7px}.phone--compact .mood-bar{height:4px;margin-bottom:7px}.phone--compact .reactions button{height:52px}.phone--compact .reactions .reaction-asset{width:28px;height:28px}.phone--compact .phone__home{bottom:7px}
