*,:before,:after{box-sizing:border-box}:root{--bg-deep:#0a0e1a;--bg-mid:#111827;--text:#e2e8f0;--text-muted:#94a3b8;--accent:#f97316;--accent-glow:#fb923c;--accent-soft:#f9731626;--rocket-body:#f1f5f9;--rocket-tip:#ef4444;--star:#fff;color:var(--text);background-color:var(--bg-deep);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:DM Sans,system-ui,sans-serif;font-weight:400;line-height:1.5}body{min-height:100svh;margin:0;overflow-x:hidden}#root{min-height:100svh}.page{background:radial-gradient(ellipse at 50% 0%, #1e293b 0%, var(--bg-deep) 55%);flex-direction:column;align-items:center;min-height:100svh;padding:2rem 1.5rem 1.5rem;display:flex;position:relative;overflow:hidden}.stars{pointer-events:none;z-index:0;position:fixed;inset:0}.star{background:var(--star);border-radius:50%;width:2px;height:2px;animation:3s ease-in-out infinite twinkle;position:absolute}@keyframes twinkle{0%,to{opacity:.2;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}.glow{filter:blur(120px);pointer-events:none;z-index:0;border-radius:50%;width:500px;height:500px;position:fixed}.glow-left{background:#f973161f;top:-10%;left:-15%}.glow-right{background:#3b82f61a;bottom:-10%;right:-15%}.header{z-index:1;width:100%;max-width:720px;margin-bottom:2rem;position:relative}.logo{letter-spacing:-.02em;align-items:center;gap:.6rem;font-family:Outfit,sans-serif;font-size:1.35rem;font-weight:700;display:inline-flex}.logo-icon{font-size:1.5rem;line-height:1}.logo-accent{color:var(--accent)}.main{z-index:1;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:640px;display:flex;position:relative}.rocket-wrap{margin-bottom:2rem;position:relative}.rocket{filter:drop-shadow(0 0 24px #f9731659);width:90px;height:auto;animation:4s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-14px)rotate(2deg)}}.rocket-body{fill:var(--rocket-body)}.rocket-tip{fill:var(--rocket-tip)}.rocket-window{fill:#38bdf8;stroke:#0ea5e9;stroke-width:2px}.rocket-fin{fill:#cbd5e1}.rocket-stripe{fill:var(--accent)}.flame-outer{fill:#fbbf24;opacity:.7;animation:.15s ease-in-out infinite alternate flicker}.flame-mid{fill:#f97316;animation:.12s ease-in-out infinite alternate-reverse flicker}.flame-inner{fill:#fef3c7;animation:.1s ease-in-out infinite alternate flicker}@keyframes flicker{0%{opacity:.8;transform:scaleY(1)}to{opacity:1;transform:scaleY(1.15)}}.launch-pad{opacity:.6;background:linear-gradient(90deg,#0000,#475569,#0000);border-radius:3px;width:120px;height:6px;margin:.5rem auto 0}.badge{letter-spacing:.12em;text-transform:uppercase;color:var(--accent-glow);background:var(--accent-soft);border:1px solid #f973164d;border-radius:999px;margin:0 0 1.25rem;padding:.35rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.headline{letter-spacing:-.03em;color:#f8fafc;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:clamp(2rem,6vw,3.25rem);font-weight:800;line-height:1.1}.headline-accent{background:linear-gradient(135deg, var(--accent) 0%, #fbbf24 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.subline{max-width:480px;color:var(--text-muted);margin:0 0 2.5rem;font-size:1.05rem;line-height:1.7}.progress{width:100%;max-width:360px;margin-bottom:2rem}.progress-track{background:#ffffff14;border-radius:999px;height:6px;margin-bottom:.6rem;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--accent), #fbbf24);border-radius:999px;width:42%;height:100%;animation:2.5s ease-in-out infinite progress-pulse}@keyframes progress-pulse{0%,to{opacity:1}50%{opacity:.7}}.progress-label{color:var(--text-muted);letter-spacing:.02em;font-size:.8rem}.cta{color:#0f172a;background:linear-gradient(135deg, var(--accent) 0%, #fbbf24 100%);border-radius:999px;justify-content:center;align-items:center;padding:.85rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 24px #f9731659}.cta:hover{transform:translateY(-2px);box-shadow:0 8px 32px #f9731673}.cta:focus-visible{outline:2px solid var(--accent-glow);outline-offset:3px}.footer{z-index:1;margin-top:3rem;padding-top:1.5rem;position:relative}.footer p{color:var(--text-muted);margin:0;font-size:.8rem}@media (width<=480px){.page{padding:1.5rem 1.25rem 1.25rem}.rocket{width:72px}.subline{font-size:.95rem}}
