*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;background:linear-gradient(135deg,#db2323,#de099a);background-attachment:fixed;font-family:Outfit,sans-serif;color:#fff;-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;position:relative;z-index:1}.fade-in{display:flex;flex-direction:column;align-items:center;gap:3rem;animation:fadeSlideUp .8s ease-out both}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.particles{position:fixed;inset:0;overflow:hidden;pointer-events:none;z-index:0}.particle{position:absolute;bottom:-20px;display:block;width:8px;height:8px;border-radius:50%;background:#ffffff40;animation:float linear infinite}.particle:nth-child(1){left:2%;width:5px;height:5px;animation-duration:14s;animation-delay:0s}.particle:nth-child(2){left:8%;width:10px;height:10px;animation-duration:18s;animation-delay:1s}.particle:nth-child(3){left:14%;width:4px;height:4px;animation-duration:12s;animation-delay:3s}.particle:nth-child(4){left:20%;width:7px;height:7px;animation-duration:16s;animation-delay:0s}.particle:nth-child(5){left:26%;width:12px;height:12px;animation-duration:20s;animation-delay:2s}.particle:nth-child(6){left:32%;width:5px;height:5px;animation-duration:13s;animation-delay:5s}.particle:nth-child(7){left:38%;width:9px;height:9px;animation-duration:17s;animation-delay:0s}.particle:nth-child(8){left:44%;width:4px;height:4px;animation-duration:15s;animation-delay:4s}.particle:nth-child(9){left:50%;width:8px;height:8px;animation-duration:19s;animation-delay:1s}.particle:nth-child(10){left:56%;width:11px;height:11px;animation-duration:14s;animation-delay:6s}.particle:nth-child(11){left:62%;width:6px;height:6px;animation-duration:16s;animation-delay:0s}.particle:nth-child(12){left:68%;width:9px;height:9px;animation-duration:13s;animation-delay:3s}.particle:nth-child(13){left:74%;width:4px;height:4px;animation-duration:18s;animation-delay:7s}.particle:nth-child(14){left:80%;width:7px;height:7px;animation-duration:12s;animation-delay:2s}.particle:nth-child(15){left:86%;width:10px;height:10px;animation-duration:20s;animation-delay:0s}.particle:nth-child(16){left:92%;width:5px;height:5px;animation-duration:15s;animation-delay:4s}.particle:nth-child(17){left:96%;width:8px;height:8px;animation-duration:17s;animation-delay:1s}.particle:nth-child(18){left:5%;width:6px;height:6px;animation-duration:14s;animation-delay:5s}.particle:nth-child(19){left:17%;width:10px;height:10px;animation-duration:19s;animation-delay:0s}.particle:nth-child(20){left:35%;width:5px;height:5px;animation-duration:13s;animation-delay:8s}.particle:nth-child(21){left:47%;width:11px;height:11px;animation-duration:16s;animation-delay:2s}.particle:nth-child(22){left:59%;width:4px;height:4px;animation-duration:18s;animation-delay:6s}.particle:nth-child(23){left:71%;width:8px;height:8px;animation-duration:12s;animation-delay:1s}.particle:nth-child(24){left:83%;width:6px;height:6px;animation-duration:15s;animation-delay:3s}.particle:nth-child(25){left:90%;width:12px;height:12px;animation-duration:21s;animation-delay:0s}@keyframes float{0%{transform:translateY(0) translate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-110vh) translate(40px);opacity:0}}.hero{display:flex;flex-direction:column;align-items:center;gap:2rem}.hero-logo-wrap{position:relative;transform-style:preserve-3d;transition:transform .15s ease-out;will-change:transform}.hero-logo{width:700px;height:auto;display:block;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3))}.hero-tagline{font-size:1.05rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;opacity:.7}@media(max-width:480px){.hero-logo{width:240px}}.membership{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center}.membership-toggle{background:#fff;border:none;color:#c0154d;padding:1rem 2.8rem;border-radius:14px;font-size:1rem;font-weight:600;font-family:Outfit,sans-serif;cursor:pointer;transition:transform .2s,box-shadow .3s;box-shadow:0 4px 20px #00000026;animation:softPulse 2.5s ease-in-out infinite}.membership-toggle:hover{transform:scale(1.04);box-shadow:0 6px 30px #00000040;animation:none}@keyframes softPulse{0%,to{box-shadow:0 4px 20px #00000026}50%{box-shadow:0 4px 30px #ffffff40}}.membership-reveal{display:grid;grid-template-rows:0fr;transition:grid-template-rows 1s cubic-bezier(.16,1,.3,1);width:100%}.membership-reveal.open{grid-template-rows:1fr}.membership-reveal-inner{overflow:hidden}.membership-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:2rem 1.8rem;text-align:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;flex-direction:column;gap:.9rem;opacity:0;transition:opacity .8s .2s}.membership-reveal.open .membership-card{opacity:1}.membership-card h2{font-size:1.3rem;font-weight:600}.membership-desc{font-size:.85rem;opacity:.75;line-height:1.55;font-weight:300}.membership-presets{display:flex;gap:.5rem}.preset-btn{flex:1;padding:.55rem 0;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#ffffff0d;color:#fff;font-size:.9rem;font-weight:500;font-family:Outfit,sans-serif;cursor:pointer;transition:background .2s,border-color .2s}.preset-btn:hover{background:#ffffff1f;border-color:#ffffff4d}.preset-btn.active{background:#fff3;border-color:#ffffff80}.membership-input-row{display:flex;align-items:center;gap:.5rem;background:#00000026;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:.65rem 1rem;transition:border-color .2s}.membership-input-row:focus-within{border-color:#fff6}.membership-input-row input{flex:1;background:none;border:none;outline:none;color:#fff;font-size:1rem;font-weight:500;font-family:Outfit,sans-serif;min-width:0}.membership-input-row input::placeholder{color:#ffffff4d}.membership-input-row span{font-size:.8rem;opacity:.5;white-space:nowrap;font-weight:400}.btn{padding:.75rem 1.4rem;border-radius:10px;font-size:.95rem;font-weight:600;font-family:Outfit,sans-serif;cursor:pointer;border:none;transition:opacity .2s,transform .15s}.btn:active{transform:scale(.97)}.btn-white{background:#fff;color:#c0154d}.btn-white:hover{opacity:.92}.btn-white:disabled{opacity:.4;cursor:default}.membership-free-link{background:none;border:none;color:#fff6;font-size:.75rem;font-family:Outfit,sans-serif;cursor:pointer;text-decoration:underline;padding:0;transition:color .2s}.membership-free-link:hover{color:#fff9}.membership-note{font-size:.72rem;opacity:.35;font-weight:300}
