*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0000;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}.App{background:#0000;flex-direction:column;min-height:100vh;overflow-x:hidden}.App,.waitlist-main{display:flex;position:relative}.waitlist-main{flex:1 1;padding:4rem 3rem;z-index:1}.waitlist-container,.waitlist-main{align-items:center;justify-content:center}.waitlist-container{display:flex;gap:4rem;max-width:1400px;position:relative;width:100%;z-index:10}.waitlist-content{flex:1 1;max-width:650px}.badge{background:#ccff001a;border:1px solid #ccff004d;border-radius:20px;color:#cf0;display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:1px;margin-bottom:2rem;padding:.5rem 1.2rem}.main-title{color:#fff;font-size:4.5rem;font-weight:900;letter-spacing:-2px;line-height:1.1;margin-bottom:1.5rem;text-transform:uppercase}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#cf0,#0f8);-webkit-background-clip:text;background-clip:text;position:relative}.subtitle{color:#fffc;font-size:1.15rem;line-height:1.7;margin-bottom:3rem}.waitlist-form{margin-bottom:2.5rem}.form-group{display:flex;gap:1rem;margin-bottom:1rem}.email-input{background:#ffffff0d;border:2px solid #ffffff1a;border-radius:12px;color:#fff;flex:1 1;font-family:Inter,sans-serif;font-size:1rem;outline:none;padding:1.2rem 1.5rem;transition:all .3s ease}.email-input::placeholder{color:#fff6}.email-input:focus{background:#ffffff14;border-color:#cf0;box-shadow:0 0 0 4px #ccff001a}.submit-btn{background:#cf0;border:none;border-radius:12px;box-shadow:0 10px 30px #ccff004d;color:#000;cursor:pointer;font-size:1rem;font-weight:700;padding:1.2rem 2.5rem;transition:all .3s ease;white-space:nowrap}.submit-btn:hover{background:#d4ff1a;box-shadow:0 15px 40px #ccff0080;transform:translateY(-3px)}.submit-btn:active{transform:translateY(-1px)}.form-note{align-items:center;color:#fff9;display:flex;font-size:.9rem;gap:.5rem}.features{display:flex;flex-wrap:wrap;gap:1rem}.feature-pill{align-items:center;background:#00ff881a;border:1px solid #00ff884d;border-radius:25px;color:#0f8;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.8rem 1.5rem}.pill-icon{font-size:1.2rem}.mascot-container{align-items:center;display:flex;flex-shrink:0;height:400px;justify-content:center;position:relative;width:400px}.glow-effect{animation:pulse 3s ease-in-out infinite;background:radial-gradient(circle,#cf03 0,#0000 70%);filter:blur(40px);height:100%;position:absolute;width:100%}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.main-mascot{animation:float 3s ease-in-out infinite;filter:drop-shadow(0 20px 50px rgba(204,255,0,.3));height:auto;position:relative;width:100%;z-index:2}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.decorative-elements{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.circle{background:radial-gradient(circle,#ccff001a 0,#0000 70%);border-radius:50%;filter:blur(60px);position:absolute}.circle-1{animation:float 6s ease-in-out infinite;height:300px;right:10%;top:10%;width:300px}.circle-2{animation:float 8s ease-in-out infinite reverse;background:radial-gradient(circle,#00ff881a 0,#0000 70%);bottom:20%;height:200px;left:5%;width:200px}.circle-3{animation:float 7s ease-in-out infinite;height:250px;left:50%;top:50%;width:250px}@media (max-width:1200px){.main-title{font-size:3.8rem}.mascot-container{height:350px;width:350px}.waitlist-container{gap:3rem}}@media (max-width:1024px){.waitlist-main{padding:3rem 2rem}.waitlist-container{flex-direction:column;text-align:center}.waitlist-content{align-items:center;display:flex;flex-direction:column;max-width:100%}.main-title{font-size:3.2rem}.subtitle{max-width:600px}.mascot-container{height:300px;order:-1;width:300px}.features,.form-note{justify-content:center}}@media (max-width:768px){.waitlist-main{padding:2rem 1.5rem}.main-title{font-size:2.5rem;letter-spacing:-1px}.subtitle{font-size:1rem;margin-bottom:2rem}.badge{font-size:.7rem;margin-bottom:1.5rem;padding:.4rem 1rem}.form-group{flex-direction:column}.email-input{font-size:.95rem;padding:1rem 1.2rem}.submit-btn{padding:1rem 2rem;width:100%}.mascot-container{height:220px;width:220px}.feature-pill{font-size:.85rem;padding:.6rem 1rem}.waitlist-form{margin-bottom:2rem;width:100%}}@media (max-width:480px){.waitlist-main{padding:1.5rem 1rem}.main-title{font-size:2rem}.subtitle{font-size:.9rem}.mascot-container{height:180px;width:180px}.features{gap:.75rem}.feature-pill{padding:.5rem .8rem}.feature-pill,.form-note{font-size:.8rem}}.modal-overlay{align-items:center;animation:fadeIn .3s ease;background:#0000;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:slideUp .3s ease;background:linear-gradient(135deg,#0a1f1cf2,#000000f2);border:2px solid #cf03;border-radius:24px;box-shadow:0 20px 60px #cf03;max-height:90vh;max-width:700px;overflow-y:auto;padding:3rem;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.close-btn{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;color:#fff9;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:1.5rem;top:1.5rem;transition:all .3s ease;width:40px}.close-btn:hover{background:#ffffff1a;color:#cf0;transform:rotate(90deg)}.progress-bar{background:#ffffff1a;border-radius:10px;height:6px;margin-bottom:2rem;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#cf0,#0f8);border-radius:10px;box-shadow:0 0 10px #ccff0080;height:100%;transition:width .4s ease}.question-counter{color:#cf0;font-size:.9rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.question-title{color:#fff;font-size:1.8rem;font-weight:700;line-height:1.3;margin-bottom:2.5rem}.options-container{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.option-btn{align-items:center;background:#ffffff08;border:2px solid #ffffff1a;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1rem;gap:1rem;overflow:hidden;padding:1.2rem 1.5rem;position:relative;text-align:left;transition:all .3s ease}.option-btn:before{background:linear-gradient(90deg,#ccff001a,#00ff881a);content:"";height:100%;left:0;position:absolute;top:0;transition:width .3s ease;width:0}.option-btn:hover:before{width:100%}.option-btn:hover{border-color:#ccff0080;transform:translateX(5px)}.option-btn.selected{background:#ccff0026;border-color:#cf0;box-shadow:0 0 20px #ccff004d}.option-number{align-items:center;background:#cf03;border-radius:50%;color:#cf0;display:flex;flex-shrink:0;font-size:.9rem;font-weight:700;height:32px;justify-content:center;width:32px}.option-text{flex:1 1;position:relative;z-index:1}.option-check{color:#cf0;flex-shrink:0;opacity:0;transition:opacity .3s ease}.option-btn.selected .option-check{opacity:1}.modal-footer{border-top:1px solid #ffffff1a;display:flex;justify-content:center;padding-top:2rem}.modal-mascot{filter:drop-shadow(0 5px 15px rgba(204,255,0,.2));height:80px;opacity:.7;width:auto}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.modal-content::-webkit-scrollbar-thumb{background:#ccff004d;border-radius:10px}.modal-content::-webkit-scrollbar-thumb:hover{background:#ccff0080}@media (max-width:768px){.modal-overlay{padding:1rem}.modal-content{border-radius:20px;padding:2rem 1.5rem}.close-btn{height:36px;right:1rem;top:1rem;width:36px}.question-title{font-size:1.4rem;margin-bottom:2rem}.option-btn{padding:1rem}.option-text{font-size:.9rem}.option-number{font-size:.8rem;height:28px;width:28px}.modal-mascot{height:60px}}@media (max-width:480px){.modal-overlay{padding:.75rem}.modal-content{border-radius:16px;max-height:95vh;padding:1.5rem 1rem}.close-btn{height:32px;right:.75rem;top:.75rem;width:32px}.question-counter{font-size:.8rem}.question-title{font-size:1.2rem;margin-bottom:1.5rem}.option-btn{gap:.75rem;padding:.85rem}.option-text{font-size:.85rem}.option-number{font-size:.75rem;height:26px;width:26px}.progress-bar{height:4px;margin-bottom:1.5rem}.modal-footer{padding-top:1.5rem}.modal-mascot{height:50px}}.success-page{align-items:center;background:#0000;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:3rem 2rem;position:relative}.success-container{max-width:700px;position:relative;width:100%;z-index:100}.success-content{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#000000b3;border:2px solid #ccff004d;border-radius:32px;box-shadow:0 30px 80px #ccff0040;overflow:visible;padding:5rem 4rem;position:relative;text-align:center}.success-content:before{background:radial-gradient(circle at 50% 0,#ccff0026 0,#0000 70%);content:"";height:200px;left:0;pointer-events:none;position:absolute;right:0;top:0}.success-icon-wrapper{display:flex;justify-content:center;margin-bottom:2.5rem}.success-circle{align-items:center;animation:scaleIn .5s ease;background:linear-gradient(135deg,#cf03,#0f83);border-radius:50%;box-shadow:0 10px 40px #ccff004d;display:flex;height:120px;justify-content:center;width:120px}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.checkmark{height:70px;width:70px}.checkmark-circle{stroke:#cf0;stroke-width:2;stroke-dasharray:166;stroke-dashoffset:166;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark-check{stroke:#cf0;stroke-width:3;stroke-linecap:round;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .4s forwards}@keyframes stroke{to{stroke-dashoffset:0}}.success-title{-webkit-text-fill-color:#0000;animation:fadeInUp .6s ease .2s both;background:linear-gradient(135deg,#cf0,#0f8);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:900;letter-spacing:-2px;margin-bottom:1.5rem;position:relative;z-index:1}.success-message{animation:fadeInUp .6s ease .3s both;color:#ffffffd9;font-size:1.25rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:500px;position:relative;z-index:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.email-badge{animation:fadeInUp .6s ease .4s both;background:linear-gradient(135deg,#ccff0026,#00ff8826);border:2px solid #cf06;border-radius:50px;box-shadow:0 10px 30px #cf03;color:#cf0;display:inline-block;font-size:1.2rem;font-weight:700;margin-bottom:2rem;padding:1.2rem 2.5rem;position:relative;word-break:break-all;z-index:1}.success-footer-text{animation:fadeInUp .6s ease .5s both;color:#ffffffb3;font-size:1.1rem;font-weight:500;margin-bottom:2.5rem;position:relative;z-index:1}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.confetti{animation:fall linear forwards;background:#cf0;height:8px;opacity:1;position:absolute;top:-10px;width:8px;z-index:1000}.confetti:nth-child(2n){background:#0f8}.confetti:nth-child(3n){background:#fff}.confetti:nth-child(4n){height:12px;width:12px}@keyframes fall{0%{opacity:1;transform:translateY(0) rotate(0deg)}90%{opacity:1}to{opacity:0;transform:translateY(120vh) rotate(2turn)}}@media (max-width:768px){.success-page{padding:2rem 1.5rem}.success-content{border-radius:24px;padding:3.5rem 2rem}.success-circle{height:100px;width:100px}.checkmark{height:55px;width:55px}.success-title{font-size:2.5rem;letter-spacing:-1px}.success-message{font-size:1.1rem}.email-badge{padding:1rem 1.8rem}.email-badge,.success-footer-text{font-size:1rem}}@media (max-width:480px){.success-page{padding:1.5rem 1rem}.success-content{border-radius:20px;padding:2.5rem 1.5rem}.success-circle{height:80px;width:80px}.checkmark{height:45px;width:45px}.success-title{font-size:2rem}.success-message{font-size:1rem}.email-badge{font-size:.9rem;padding:.8rem 1.5rem}.success-footer-text{font-size:.9rem;margin-bottom:2rem}.success-icon-wrapper{margin-bottom:2rem}}
/*# sourceMappingURL=main.d2192967.css.map*/