@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #08090a;--surface: #0f1012;--border: rgba(255,255,255,.07);--yellow: #FDE047;--yellow-dim: rgba(253,224,71,.12);--yellow-glow: rgba(253,224,71,.18);--text: #f0f0f0;--muted: rgba(240,240,240,.45)}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}.page{min-height:100dvh;display:flex;flex-direction:column;position:relative;isolation:isolate}.noise{pointer-events:none;position:fixed;inset:0;z-index:0;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px 200px}.glow{pointer-events:none;position:fixed;top:-30%;left:50%;transform:translate(-50%);width:700px;height:500px;border-radius:50%;background:radial-gradient(ellipse,rgba(253,224,71,.07) 0%,transparent 70%);z-index:0;filter:blur(40px)}.header{position:relative;z-index:1;padding:1.5rem 2rem;border-bottom:1px solid var(--border);display:flex;align-items:center}.logo{display:flex;align-items:center;gap:.625rem}.logo-text{font-family:Bebas Neue,sans-serif;font-size:1.1rem;letter-spacing:.12em;color:var(--text)}.main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem;position:relative;z-index:1}.badge{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(253,224,71,.3);background:#fde0470f;color:var(--yellow);font-size:.65rem;font-weight:700;letter-spacing:.18em;padding:.35rem .9rem;border-radius:100px;margin-bottom:2.5rem}.badge-dot{width:6px;height:6px;border-radius:50%;background:var(--yellow);box-shadow:0 0 6px var(--yellow);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero{font-family:Bebas Neue,sans-serif;font-size:clamp(3.5rem,12vw,9rem);line-height:.92;letter-spacing:.02em;color:var(--text);margin-bottom:1.75rem}.hero-accent{color:var(--yellow);text-shadow:0 0 60px rgba(253,224,71,.3),0 0 120px rgba(253,224,71,.12)}.tagline{max-width:520px;color:var(--muted);font-size:clamp(.9rem,2vw,1.05rem);line-height:1.7;margin-bottom:2rem}.pills{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:3rem}.pill{font-size:.7rem;font-weight:600;letter-spacing:.08em;color:var(--muted);border:1px solid var(--border);background:var(--surface);padding:.3rem .75rem;border-radius:4px;text-transform:uppercase}.form-wrap{width:100%;max-width:440px}.form{display:flex;gap:0;border:1px solid rgba(253,224,71,.25);border-radius:6px;overflow:hidden;background:var(--surface)}.input{flex:1;background:transparent;border:none;outline:none;padding:.85rem 1.1rem;color:var(--text);font-family:Inter,sans-serif;font-size:.9rem}.input::placeholder{color:var(--muted)}.btn{background:var(--yellow);color:#08090a;border:none;padding:.85rem 1.4rem;font-family:Bebas Neue,sans-serif;font-size:.95rem;letter-spacing:.1em;cursor:pointer;transition:background .15s ease;white-space:nowrap;min-width:110px;display:flex;align-items:center;justify-content:center}.btn:hover:not(:disabled){background:#fef08a}.btn:disabled{cursor:not-allowed}.spinner{width:16px;height:16px;border:2px solid rgba(8,9,10,.3);border-top-color:#08090a;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.success{display:flex;align-items:center;gap:.6rem;justify-content:center;color:var(--yellow);font-size:.9rem;font-weight:500;padding:.85rem 1rem;border:1px solid rgba(253,224,71,.25);border-radius:6px;background:#fde0470d}.form-note{margin-top:.75rem;font-size:.72rem;color:var(--muted);letter-spacing:.02em}.footer{position:relative;z-index:1;padding:1.25rem 2rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.72rem;color:var(--muted);letter-spacing:.02em}.footer-divider{opacity:.4}@media(max-width:480px){.header{padding:1.25rem}.form{flex-direction:column;border-radius:8px}.input{border-bottom:1px solid rgba(253,224,71,.15)}.btn{border-radius:0 0 6px 6px;padding:.9rem}}
