*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#03040c;color:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.launch-page{--accent:#7c5cff;--primary:#fff;position:relative;min-height:100vh;overflow:hidden;background:radial-gradient(circle at 50% 30%,#151536 0,#070812 42%,#020308 100%);background-size:cover;background-position:center;color:var(--primary)}.bg-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.48}.launch-page:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,3,8,.12),rgba(2,3,8,.72));pointer-events:none}.hero{position:relative;z-index:5;min-height:100vh;display:grid;place-items:center;padding:72px 24px}.hero-content{width:min(980px,100%);text-align:center;animation:heroIn 1.1s cubic-bezier(.2,.7,.2,1)}.eyebrow{letter-spacing:.34em;text-transform:uppercase;font-weight:800;font-size:12px;opacity:.76}.hero h1{font-size:clamp(54px,10vw,138px);line-height:.84;margin:24px 0 28px;letter-spacing:-.065em;text-shadow:0 0 50px color-mix(in srgb,var(--accent) 28%,transparent)}.intro{max-width:670px;margin:0 auto 34px;font-size:clamp(17px,2vw,23px);line-height:1.6;opacity:.75}.countdown{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin:32px auto}.countdown>div{min-width:122px;padding:21px 16px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.055);backdrop-filter:blur(18px);border-radius:18px;box-shadow:0 18px 60px rgba(0,0,0,.24)}.countdown strong{display:block;font-size:42px;line-height:1;font-variant-numeric:tabular-nums}.countdown span{display:block;margin-top:9px;font-size:10px;letter-spacing:.22em;text-transform:uppercase;opacity:.52}.cta{display:inline-flex;align-items:center;gap:14px;margin:10px 0 22px;padding:15px 22px;border-radius:999px;color:#0a0914;background:#fff;text-decoration:none;font-weight:800}.signup{width:min(520px,100%);margin:26px auto 0}.signup label{display:block;margin-bottom:10px;font-size:13px;opacity:.7}.signup div{display:flex;padding:6px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(0,0,0,.28);backdrop-filter:blur(16px)}.signup input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#fff;padding:12px 14px;font-size:15px}.signup button{border:0;border-radius:11px;padding:12px 18px;background:var(--accent);color:#fff;font-weight:800}.reveal{max-width:700px;margin:32px auto 0;padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:rgba(255,255,255,.05);backdrop-filter:blur(18px);animation:revealIn .9s both}.reveal small{letter-spacing:.25em;opacity:.5}.reveal h2{font-size:30px;margin:10px 0}.public-flash{margin:20px auto;padding:13px 16px;width:max-content;max-width:100%;border-radius:12px;background:rgba(255,255,255,.1)}footer{position:absolute;z-index:8;bottom:18px;left:0;right:0;text-align:center;font-size:12px;opacity:.45}.stars{position:absolute;inset:-50%;background-image:radial-gradient(#fff 1px,transparent 1px);background-size:38px 38px;opacity:.12;animation:drift 38s linear infinite}.orb{position:absolute;width:38vw;height:38vw;border-radius:50%;filter:blur(80px);opacity:.17;background:var(--accent);animation:float 12s ease-in-out infinite}.orb-a{left:-12vw;top:-8vw}.orb-b{right:-16vw;bottom:-10vw;animation-delay:-5s}.scanline{position:absolute;inset:0;background:linear-gradient(transparent 49.5%,rgba(255,255,255,.028) 50%,transparent 50.5%);background-size:100% 7px;opacity:.35}.progress-ring{position:absolute;width:124px;height:124px;right:34px;bottom:34px;opacity:.4}.progress-ring svg{width:100%;transform:rotate(-90deg)}.progress-ring circle{fill:none;stroke:rgba(255,255,255,.1);stroke-width:2}.progress-ring .progress{stroke:var(--accent);stroke-dasharray:326;stroke-dashoffset:90;animation:ring 4s ease-in-out infinite}.progress-ring span{position:absolute;inset:0;display:grid;place-items:center;font-size:9px;letter-spacing:.2em}.theme-neon{background:radial-gradient(circle at 50% 30%,#22052e,#05030b 60%)}.theme-neon .hero h1{text-transform:uppercase;text-shadow:0 0 12px var(--accent),0 0 45px var(--accent)}.theme-minimal{background:#f5f2eb;color:#171717}.theme-minimal .countdown>div,.theme-minimal .signup div,.theme-minimal .reveal{border-color:rgba(0,0,0,.12);background:rgba(255,255,255,.5)}.theme-minimal .signup input{color:#111}.theme-luxury{background:radial-gradient(circle at 50% 20%,#322613,#080704 60%)}.theme-mystery .hero h1{filter:blur(.2px);animation:mystery 4s ease-in-out infinite}.theme-festival{background:radial-gradient(circle at 20% 20%,#64218a,transparent 38%),radial-gradient(circle at 80% 20%,#a44b20,transparent 40%),#090613}.theme-product-drop{background:linear-gradient(135deg,#0a0a0a,#161616)}.theme-gaming{background:radial-gradient(circle at 50% 0,#0b3440,#020408 62%)}.theme-black-friday{background:radial-gradient(circle at 50% 20%,#4a0b0b,#050202 60%)}@keyframes heroIn{from{opacity:0;transform:translateY(28px) scale(.98)}to{opacity:1;transform:none}}@keyframes revealIn{from{opacity:0;transform:translateY(20px);filter:blur(10px)}to{opacity:1;transform:none;filter:none}}@keyframes drift{to{transform:translate3d(12%,8%,0)}}@keyframes float{50%{transform:translateY(60px) scale(1.15)}}@keyframes ring{50%{stroke-dashoffset:240}}@keyframes mystery{50%{letter-spacing:-.04em;text-shadow:0 0 55px var(--accent)}}@media(max-width:700px){.hero{padding:48px 18px 90px}.hero h1{font-size:clamp(50px,18vw,82px)}.countdown{gap:8px}.countdown>div{min-width:calc(50% - 8px)}.progress-ring{display:none}.signup div{flex-direction:column}.signup button{margin-top:4px}.orb{width:80vw;height:80vw}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}
.launch-logo{display:block;max-width:min(360px,72vw);max-height:130px;object-fit:contain;margin:0 auto 28px}.cta-row{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.cta-secondary{background:transparent;color:var(--primary);border:1px solid rgba(255,255,255,.24);backdrop-filter:blur(12px)}.social-links{display:flex;justify-content:center;gap:17px;flex-wrap:wrap;margin:24px auto 0}.social-links a{color:inherit;text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;opacity:.62}.social-links a:hover{opacity:1}.reveal-media{display:block;width:100%;max-height:440px;object-fit:cover;border-radius:14px;margin-top:14px}.reveal-blur{animation:revealBlur 1.2s both}.reveal-slide{animation:revealSlide 1s both}.reveal-zoom{animation:revealZoom 1s both}.reveal-glow{animation:revealGlow 1.4s both}.reveal-curtain{overflow:hidden;animation:revealCurtain 1.2s cubic-bezier(.2,.8,.2,1) both}.reveal-doors{clip-path:inset(0 50% 0 50%);animation:revealDoors 1.3s cubic-bezier(.2,.8,.2,1) forwards}.reveal-particles{animation:revealParticles 1.3s both}.launch-flash{position:fixed;z-index:40;inset:0;pointer-events:none;opacity:0;background:#fff}.launch-zero .launch-flash{animation:launchFlash 2.2s ease-in-out forwards}.launch-zero .hero-content{animation:launchZeroHero 2.1s cubic-bezier(.2,.7,.2,1) forwards}.motion-reduced .stars,.motion-reduced .orb,.motion-reduced .progress-ring .progress{animation:none!important}.motion-reduced .orb{opacity:.08}.motion-normal .orb{animation-duration:18s}.theme-space .hero h1{background:linear-gradient(180deg,#fff 20%,color-mix(in srgb,var(--accent) 60%,#fff));-webkit-background-clip:text;background-clip:text;color:transparent}.theme-luxury .eyebrow{color:#d5bd79}.theme-luxury .cta{background:#d8c18a}.theme-product-drop .hero h1{text-transform:uppercase}.theme-gaming .hero-content{border-top:1px solid color-mix(in srgb,var(--accent) 45%,transparent);border-bottom:1px solid color-mix(in srgb,var(--accent) 28%,transparent);padding:36px 0}.theme-black-friday .hero h1{text-transform:uppercase;font-weight:950}.theme-festival .orb{opacity:.26}.theme-minimal .cta-secondary{color:#171717;border-color:rgba(0,0,0,.2)}.theme-minimal .social-links a{color:#171717}@keyframes revealBlur{from{opacity:0;filter:blur(30px);transform:scale(1.03)}to{opacity:1;filter:none;transform:none}}@keyframes revealSlide{from{opacity:0;transform:translateX(-60px)}to{opacity:1;transform:none}}@keyframes revealZoom{from{opacity:0;transform:scale(.72)}to{opacity:1;transform:none}}@keyframes revealGlow{from{opacity:0;box-shadow:0 0 0 transparent}60%{opacity:1;box-shadow:0 0 80px color-mix(in srgb,var(--accent) 45%,transparent)}to{box-shadow:0 0 0 transparent}}@keyframes revealCurtain{from{opacity:0;clip-path:inset(0 50%)}to{opacity:1;clip-path:inset(0)}}@keyframes revealDoors{to{clip-path:inset(0)}}@keyframes revealParticles{from{opacity:0;transform:translateY(25px) scale(.94);filter:brightness(3)}to{opacity:1;transform:none;filter:none}}@keyframes launchFlash{0%{opacity:0}30%{opacity:.95}52%{opacity:.08}75%{opacity:.7}100%{opacity:0}}@keyframes launchZeroHero{0%{transform:none;filter:none}35%{transform:scale(.96);filter:blur(2px)}55%{transform:scale(1.03);filter:brightness(2)}100%{transform:scale(1.08);opacity:0;filter:blur(14px)}}
.preview-badge{position:fixed;z-index:30;top:16px;right:16px;padding:8px 11px;border-radius:999px;background:rgba(20,24,34,.76);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(14px);font-size:11px;font-weight:800;letter-spacing:.04em;color:#fff}.public-flash.success{background:rgba(34,155,103,.22);border:1px solid rgba(69,209,147,.24)}.public-flash.error{background:rgba(202,61,75,.2);border:1px solid rgba(255,106,119,.25)}
/* v0.4 cinematic launch sequencing */
.theme-gridlines,.theme-beam,.launch-curtain,.zero-particles,.zero-message{pointer-events:none}.theme-gridlines,.theme-beam{position:absolute;inset:0;z-index:1}.theme-gridlines{opacity:0}.theme-beam{opacity:0}.next-reveal{width:max-content;max-width:100%;margin:18px auto 24px;padding:11px 16px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(0,0,0,.23);backdrop-filter:blur(16px);display:flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.04em}.next-reveal>span{text-transform:uppercase;opacity:.5;font-weight:800}.next-reveal>strong{font-size:12px}.next-reveal>small{opacity:.62}.next-reveal.unlocking{animation:nextRevealUnlock .7s ease both}.launch-curtain{position:fixed;z-index:35;top:0;bottom:0;width:50%;background:#03040c;opacity:0}.launch-curtain-left{left:0;transform:translateX(-100%)}.launch-curtain-right{right:0;transform:translateX(100%)}.zero-message{position:fixed;z-index:44;inset:0;display:grid;place-content:center;text-align:center;opacity:0;transform:scale(.88);color:#fff}.zero-message small{font-size:11px;font-weight:900;letter-spacing:.42em;opacity:.62}.zero-message strong{display:block;margin-top:12px;font-size:clamp(58px,13vw,180px);line-height:.82;letter-spacing:-.07em}.zero-particles{position:fixed;z-index:43;inset:0;overflow:hidden}.zero-particles i{position:absolute;left:50%;top:50%;width:7px;height:18px;border-radius:2px;background:var(--accent);opacity:0}.launch-zero .zero-particles i{animation:zeroParticle var(--d) cubic-bezier(.12,.72,.22,1) var(--delay) both}.launch-zero .zero-message{animation:zeroMessage 2.35s cubic-bezier(.16,.8,.2,1) .2s both}.launch-zero .launch-curtain-left{animation:curtainLeft 2.45s cubic-bezier(.7,0,.2,1) both}.launch-zero .launch-curtain-right{animation:curtainRight 2.45s cubic-bezier(.7,0,.2,1) both}.theme-neon .theme-gridlines{opacity:.16;background:linear-gradient(rgba(110,55,255,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(0,230,255,.25) 1px,transparent 1px);background-size:54px 54px;transform:perspective(500px) rotateX(62deg) scale(1.7) translateY(24%);transform-origin:bottom}.theme-space .theme-beam{opacity:.18;background:conic-gradient(from 170deg at 50% 110%,transparent 0 44%,var(--accent) 49%,transparent 54%);filter:blur(28px);animation:spaceBeam 7s ease-in-out infinite}.theme-luxury:before{content:"";position:absolute;z-index:2;inset:0;border:1px solid rgba(216,193,138,.18);margin:24px;pointer-events:none}.theme-mystery .next-reveal{filter:blur(.2px);box-shadow:0 0 35px rgba(124,92,255,.12)}.theme-festival .theme-beam{opacity:.22;background:conic-gradient(from 0deg at 50% 50%,#ff3ea5,transparent 18%,#ffd84b,transparent 38%,#63e6ff,transparent 62%,#9d67ff,transparent 82%);filter:blur(60px);animation:festivalSpin 18s linear infinite}.theme-gaming .theme-gridlines{opacity:.15;background:linear-gradient(rgba(59,233,255,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(59,233,255,.16) 1px,transparent 1px);background-size:72px 72px}.theme-gaming .next-reveal{border-radius:4px;text-transform:uppercase}.theme-black-friday .next-reveal{background:#fff;color:#150303;border:0}.theme-product-drop .next-reveal{border-radius:2px}.theme-minimal .next-reveal{color:#171717;border-color:rgba(0,0,0,.12);background:rgba(255,255,255,.68)}
@keyframes nextRevealUnlock{50%{filter:brightness(2);transform:scale(1.04)}to{opacity:0;transform:translateY(-6px)}}@keyframes zeroParticle{0%{opacity:0;transform:translate(-50%,-50%) scale(.4)}12%{opacity:1}100%{opacity:0;transform:translate(calc(-50% + var(--x)),calc(-50% + var(--y))) rotate(var(--r)) scale(1)}}@keyframes zeroMessage{0%{opacity:0;transform:scale(.75);filter:blur(18px)}25%{opacity:1;transform:scale(1);filter:none}72%{opacity:1;transform:scale(1.03)}100%{opacity:0;transform:scale(1.13);filter:blur(8px)}}@keyframes curtainLeft{0%{opacity:0;transform:translateX(-100%)}28%{opacity:.98;transform:none}55%{opacity:.98;transform:none}100%{opacity:0;transform:translateX(-110%)}}@keyframes curtainRight{0%{opacity:0;transform:translateX(100%)}28%{opacity:.98;transform:none}55%{opacity:.98;transform:none}100%{opacity:0;transform:translateX(110%)}}@keyframes spaceBeam{50%{opacity:.32;transform:scaleX(1.16)}}@keyframes festivalSpin{to{transform:rotate(360deg)}}
@media(max-width:700px){.next-reveal{width:100%;border-radius:15px;display:grid;gap:3px}.next-reveal>small{font-size:10px}.theme-luxury:before{margin:10px}}

/* v0.5 theme identity + countdown motion */
.theme-atmosphere,.theme-frame,.theme-label{position:absolute;inset:0;z-index:2;pointer-events:none}.theme-atmosphere i,.theme-frame i{position:absolute;display:block}.theme-label{inset:auto 26px 26px auto;width:auto;height:auto;font-size:9px;font-weight:900;letter-spacing:.3em;opacity:.34;text-transform:uppercase}.countdown strong{position:relative;will-change:transform,filter}.countdown strong.digit-flip{animation:digitFlip .48s cubic-bezier(.22,.7,.25,1)}
@keyframes digitFlip{0%{transform:translateY(-8px) scale(.92);opacity:.2;filter:blur(7px)}55%{transform:translateY(2px) scale(1.04);opacity:1;filter:none}100%{transform:none}}

/* Minimal — editorial clock, lines, almost no spectacle */
.theme-minimal .stars,.theme-minimal .orb,.theme-minimal .scanline,.theme-minimal .theme-beam{display:none}.theme-minimal .theme-frame:before{content:"";position:absolute;left:6vw;right:6vw;top:50%;height:1px;background:rgba(0,0,0,.1)}.theme-minimal .hero-content{max-width:900px}.theme-minimal .hero h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.055em;text-shadow:none}.theme-minimal .countdown{gap:0;border-top:1px solid rgba(0,0,0,.14);border-bottom:1px solid rgba(0,0,0,.14)}.theme-minimal .countdown>div{min-width:135px;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none}.theme-minimal .countdown>div+div{border-left:1px solid rgba(0,0,0,.12)}.theme-minimal .countdown strong{font-family:Georgia,"Times New Roman",serif;font-weight:400}.theme-minimal .theme-label:after{content:"MINIMAL / EDITION 01";color:#171717}

/* Neon — synth grid, hard glowing clock */
.theme-neon .theme-frame i{width:22px;height:22px;border-color:var(--accent);opacity:.65}.theme-neon .theme-frame i:nth-child(1){left:24px;top:24px;border-left:2px solid;border-top:2px solid}.theme-neon .theme-frame i:nth-child(2){right:24px;top:24px;border-right:2px solid;border-top:2px solid}.theme-neon .theme-frame i:nth-child(3){left:24px;bottom:24px;border-left:2px solid;border-bottom:2px solid}.theme-neon .theme-frame i:nth-child(4){right:24px;bottom:24px;border-right:2px solid;border-bottom:2px solid}.theme-neon .countdown>div{border-color:color-mix(in srgb,var(--accent) 42%,transparent);border-radius:4px;box-shadow:inset 0 0 22px color-mix(in srgb,var(--accent) 9%,transparent),0 0 22px color-mix(in srgb,var(--accent) 7%,transparent)}.theme-neon .countdown strong{text-shadow:0 0 8px var(--accent),0 0 24px var(--accent)}.theme-neon .theme-label:after{content:"NEON // SIGNAL ACTIVE"}

/* Space — orbital arcs + rising launch trail */
.theme-space .theme-atmosphere i:nth-child(1),.theme-space .theme-atmosphere i:nth-child(2){left:50%;top:50%;border:1px solid rgba(255,255,255,.08);border-radius:50%;transform:translate(-50%,-50%) rotate(18deg);animation:orbitSpin 24s linear infinite}.theme-space .theme-atmosphere i:nth-child(1){width:76vw;height:26vw}.theme-space .theme-atmosphere i:nth-child(2){width:54vw;height:54vw;animation-direction:reverse;animation-duration:34s}.theme-space .theme-atmosphere i:nth-child(3){width:3px;height:22vh;left:50%;bottom:-4vh;background:linear-gradient(transparent,var(--accent),#fff);filter:blur(2px);opacity:.5;animation:launchTrail 3.6s ease-in-out infinite}.theme-space .countdown>div{border-radius:50%;min-width:126px;width:126px;height:126px;display:grid;align-content:center;border-color:rgba(255,255,255,.16)}.theme-space .theme-label:after{content:"ORBIT / T-MINUS"}@keyframes orbitSpin{to{transform:translate(-50%,-50%) rotate(378deg)}}@keyframes launchTrail{0%,100%{transform:scaleY(.35);opacity:.08}50%{transform:scaleY(1);opacity:.65}}

/* Luxury — gold framing, refined serif, slow light sweep */
.theme-luxury .hero h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.045em}.theme-luxury .theme-atmosphere i:nth-child(1){left:-25%;top:30%;width:150%;height:2px;background:linear-gradient(90deg,transparent,#d8c18a,transparent);opacity:.35;transform:rotate(-10deg);animation:luxSweep 8s ease-in-out infinite}.theme-luxury .countdown>div{border:0;border-top:1px solid rgba(216,193,138,.32);border-bottom:1px solid rgba(216,193,138,.18);border-radius:0;background:rgba(216,193,138,.025);box-shadow:none}.theme-luxury .countdown strong{font-family:Georgia,"Times New Roman",serif;color:#ead9ac}.theme-luxury .theme-label:after{content:"PRIVATE PREVIEW / 01";color:#d8c18a}@keyframes luxSweep{0%,100%{transform:translateX(-30%) rotate(-10deg);opacity:.08}50%{transform:translateX(30%) rotate(-10deg);opacity:.42}}

/* Mystery — moving fog and concealed countdown */
.theme-mystery .theme-atmosphere i{border-radius:50%;filter:blur(55px);background:rgba(185,170,255,.08);animation:mysteryFog 12s ease-in-out infinite}.theme-mystery .theme-atmosphere i:nth-child(1){width:55vw;height:18vw;left:-10vw;top:24vh}.theme-mystery .theme-atmosphere i:nth-child(2){width:45vw;height:22vw;right:-8vw;bottom:18vh;animation-delay:-5s}.theme-mystery .countdown>div{background:rgba(10,8,20,.28);border-color:rgba(255,255,255,.08)}.theme-mystery .countdown strong{text-shadow:0 0 22px rgba(255,255,255,.35);animation:mysteryDigits 5s ease-in-out infinite}.theme-mystery .theme-label:after{content:"CLASSIFIED / REVEAL PENDING"}@keyframes mysteryFog{50%{transform:translate(18vw,-5vh) scale(1.2)}}@keyframes mysteryDigits{50%{filter:blur(1.7px);opacity:.72}}

/* Festival — ribbons/confetti even before launch */
.theme-festival .theme-atmosphere i{top:-20vh;width:8px;height:45vh;border-radius:999px;opacity:.3;transform-origin:50% 0;animation:festivalRibbon 6s ease-in-out infinite}.theme-festival .theme-atmosphere i:nth-child(1){left:12%;background:#ff4fa3}.theme-festival .theme-atmosphere i:nth-child(2){left:30%;background:#ffd84f;animation-delay:-1.2s}.theme-festival .theme-atmosphere i:nth-child(3){right:30%;background:#64e5ff;animation-delay:-2.4s}.theme-festival .theme-atmosphere i:nth-child(4){right:12%;background:#9d67ff;animation-delay:-3.6s}.theme-festival .countdown>div{transform:rotate(-1deg);border-radius:24px}.theme-festival .countdown>div:nth-child(even){transform:rotate(1deg)}.theme-festival .theme-label:after{content:"FESTIVAL / GATES OPENING"}@keyframes festivalRibbon{50%{transform:rotate(12deg) translateY(7vh)}}

/* Product Drop — stark inventory/drop language */
.theme-product-drop .theme-frame:before,.theme-product-drop .theme-frame:after{content:"";position:absolute;left:0;right:0;height:34px;background:repeating-linear-gradient(120deg,rgba(255,255,255,.08) 0 2px,transparent 2px 18px)}.theme-product-drop .theme-frame:before{top:0}.theme-product-drop .theme-frame:after{bottom:0}.theme-product-drop .countdown{display:grid;grid-template-columns:repeat(4,1fr);width:min(720px,100%);gap:1px;background:rgba(255,255,255,.16)}.theme-product-drop .countdown>div{border:0;border-radius:0;background:#090909;min-width:0}.theme-product-drop .countdown strong{font-weight:950}.theme-product-drop .theme-label:after{content:"DROP 001 / LIMITED RELEASE"}

/* Gaming — HUD corners, scan pulse, monospace countdown */
.theme-gaming .theme-frame i{width:80px;height:80px;border-color:color-mix(in srgb,var(--accent) 70%,#54efff);opacity:.38}.theme-gaming .theme-frame i:nth-child(1){left:4vw;top:6vh;border-left:1px solid;border-top:1px solid}.theme-gaming .theme-frame i:nth-child(2){right:4vw;top:6vh;border-right:1px solid;border-top:1px solid}.theme-gaming .theme-frame i:nth-child(3){left:4vw;bottom:6vh;border-left:1px solid;border-bottom:1px solid}.theme-gaming .theme-frame i:nth-child(4){right:4vw;bottom:6vh;border-right:1px solid;border-bottom:1px solid}.theme-gaming .countdown strong{font-family:"Courier New",monospace;color:#91f7ff}.theme-gaming .countdown>div{border-radius:2px;clip-path:polygon(9px 0,100% 0,100% calc(100% - 9px),calc(100% - 9px) 100%,0 100%,0 9px)}.theme-gaming .theme-label:after{content:"SYSTEM // LAUNCH QUEUE";color:#91f7ff}

/* Black Friday — sale tape, huge urgency clock */
.theme-black-friday .theme-atmosphere:before,.theme-black-friday .theme-atmosphere:after{content:"BLACK FRIDAY • LAUNCH EVENT • BLACK FRIDAY • LAUNCH EVENT •";position:absolute;left:-10vw;width:120vw;padding:7px 0;background:#fff;color:#140202;font-size:10px;font-weight:950;letter-spacing:.22em;white-space:nowrap;text-align:center}.theme-black-friday .theme-atmosphere:before{top:8vh;transform:rotate(-3deg)}.theme-black-friday .theme-atmosphere:after{bottom:8vh;transform:rotate(3deg)}.theme-black-friday .countdown>div{background:#fff;color:#160202;border:0;border-radius:8px;box-shadow:10px 10px 0 rgba(255,0,0,.18)}.theme-black-friday .countdown strong{font-size:48px;font-weight:950}.theme-black-friday .theme-label:after{content:"SALE EVENT / DOORS OPEN SOON"}

/* zero-hour sequence levels */
.sequence-none.launch-zero .launch-flash,.sequence-none.launch-zero .hero-content,.sequence-none.launch-zero .zero-message,.sequence-none.launch-zero .launch-curtain{animation:none!important}.sequence-short.launch-zero .launch-curtain{display:none}.sequence-short.launch-zero .hero-content{animation:shortZeroHero .85s ease forwards}.sequence-short.launch-zero .launch-flash{animation:shortFlash .85s ease forwards}.sequence-short.launch-zero .zero-message{animation:shortZeroMessage .85s ease forwards}.sequence-short .zero-particles i{animation-duration:.72s!important}.sequence-cinematic.launch-zero .theme-space .theme-beam{opacity:.55}@keyframes shortZeroHero{to{transform:scale(1.03);opacity:0;filter:blur(5px)}}@keyframes shortFlash{40%{opacity:.75}to{opacity:0}}@keyframes shortZeroMessage{20%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.06)}}

@media(max-width:700px){.theme-label{display:none}.theme-space .countdown>div{width:auto;height:auto;border-radius:18px}.theme-product-drop .countdown{grid-template-columns:repeat(2,1fr)}.theme-minimal .countdown{display:grid;grid-template-columns:repeat(2,1fr)}.theme-minimal .countdown>div:nth-child(3){border-left:0;border-top:1px solid rgba(0,0,0,.12)}.theme-minimal .countdown>div:nth-child(4){border-top:1px solid rgba(0,0,0,.12)}.theme-black-friday .theme-atmosphere:before,.theme-black-friday .theme-atmosphere:after{font-size:8px}.theme-atmosphere{overflow:hidden}}
@media(prefers-reduced-motion:reduce){.theme-atmosphere,.theme-beam,.theme-gridlines{animation:none!important}.theme-atmosphere i{animation:none!important}.countdown strong.digit-flip{animation:none!important}}
body.launch-preview-none .zero-message.preview-visible{opacity:1;visibility:visible;pointer-events:none;transform:none}.launch-preview-sequence .launch-curtain,.launch-preview-sequence .zero-message,.launch-preview-sequence .launch-flash{pointer-events:none}


/* v0.7 — public state previews, richer reveal sections and post-launch polish */
.public-preview-toolbar{position:fixed;z-index:80;left:50%;top:14px;transform:translateX(-50%);display:flex;align-items:center;gap:7px;padding:7px 8px 7px 12px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(8,9,16,.86);box-shadow:0 14px 40px rgba(0,0,0,.28);backdrop-filter:blur(18px);font-size:11px;color:#fff}.public-preview-toolbar strong{margin-right:4px;color:rgba(255,255,255,.72);font-weight:800}.public-preview-toolbar a{color:#fff;text-decoration:none;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.08)}.public-preview-toolbar a:hover{background:rgba(255,255,255,.16)}
.stage-postlaunch .hero-content{max-width:900px}.stage-postlaunch .eyebrow{letter-spacing:.3em}.stage-postlaunch .hero h1{font-size:clamp(58px,9vw,124px)}.stage-postlaunch .intro{font-size:clamp(18px,2vw,25px);max-width:720px;margin-left:auto;margin-right:auto}.stage-postlaunch .hero-content:after{content:"";display:block;width:84px;height:2px;margin:34px auto 0;background:linear-gradient(90deg,transparent,var(--accent),transparent);box-shadow:0 0 22px var(--accent)}
.reveal{position:relative;overflow:hidden}.reveal small{display:inline-flex;align-items:center;gap:8px}.reveal small:before{content:"";width:18px;height:1px;background:var(--accent)}.reveal-copy{font-size:16px;line-height:1.75;color:rgba(255,255,255,.78)}.reveal-type-announcement{border-color:color-mix(in srgb,var(--accent) 42%,rgba(255,255,255,.08));background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 12%,transparent),rgba(255,255,255,.045))}.reveal-type-announcement h2{font-size:clamp(26px,4vw,44px)}.reveal-type-image,.reveal-type-video{padding:18px}.reveal-type-image h2,.reveal-type-video h2{padding:5px 10px 0}.reveal-media{display:block;width:100%;max-height:62vh;object-fit:cover;border-radius:18px}.reveal-type-cta{text-align:center;padding:34px}.reveal-type-cta h2{margin-bottom:18px}.reveal-type-cta .cta{display:inline-flex}.stage-postlaunch .reveal{animation-delay:.08s}
@media(max-width:760px){.public-preview-toolbar{left:10px;right:10px;top:10px;transform:none;border-radius:18px;overflow-x:auto;justify-content:flex-start;white-space:nowrap}.public-preview-toolbar strong{display:none}.stage-postlaunch .hero h1{font-size:clamp(46px,16vw,78px)}.reveal{border-radius:18px}.reveal-type-image,.reveal-type-video{padding:10px}.reveal-media{border-radius:12px;max-height:52vh}.cta-row{width:100%;flex-direction:column}.cta-row .cta{width:100%;justify-content:center}.signup>div{flex-direction:column}.signup input,.signup button{width:100%}}
