.container{min-height:100vh;background:#0a0a0f;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:2rem}.grid-background{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(0,245,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,245,255,.03) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite;pointer-events:none}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.particle{position:absolute;width:2px;height:2px;background:#00f5ff;border-radius:50%;box-shadow:0 0 10px #00f5ff;animation:float 15s ease-in-out infinite}.particle:nth-child(1){left:10%;top:20%;animation-delay:0s;animation-duration:12s}.particle:nth-child(2){left:20%;top:80%;animation-delay:2s;animation-duration:15s}.particle:nth-child(3){left:30%;top:40%;animation-delay:4s;animation-duration:18s}.particle:nth-child(4){left:40%;top:60%;animation-delay:1s;animation-duration:14s}.particle:nth-child(5){left:50%;top:30%;animation-delay:3s;animation-duration:16s}.particle:nth-child(6){left:60%;top:70%;animation-delay:5s;animation-duration:13s}.particle:nth-child(7){left:70%;top:20%;animation-delay:2.5s;animation-duration:17s}.particle:nth-child(8){left:80%;top:50%;animation-delay:1.5s;animation-duration:19s}.particle:nth-child(9){left:90%;top:90%;animation-delay:4.5s;animation-duration:11s}.particle:nth-child(10){left:15%;top:50%;animation-delay:3.5s;animation-duration:20s}.particle:nth-child(11){left:25%;top:15%;animation-delay:.5s;animation-duration:14s}.particle:nth-child(12){left:35%;top:85%;animation-delay:2.8s;animation-duration:16s}.particle:nth-child(13){left:45%;top:25%;animation-delay:1.2s;animation-duration:18s}.particle:nth-child(14){left:55%;top:65%;animation-delay:4.2s;animation-duration:12s}.particle:nth-child(15){left:65%;top:45%;animation-delay:.8s;animation-duration:15s}.particle:nth-child(16){left:75%;top:75%;animation-delay:3.2s;animation-duration:17s}.particle:nth-child(17){left:85%;top:35%;animation-delay:5.5s;animation-duration:13s}.particle:nth-child(18){left:5%;top:60%;animation-delay:2.2s;animation-duration:19s}.particle:nth-child(19){left:95%;top:40%;animation-delay:1.8s;animation-duration:11s}.particle:nth-child(20){left:50%;top:90%;animation-delay:4.8s;animation-duration:20s}@keyframes float{0%,to{transform:translate(0) scale(1);opacity:0}10%{opacity:1}50%{transform:translate(50px,-100px) scale(1.5);opacity:.8}90%{opacity:1}}.content{position:relative;z-index:10;width:100%;max-width:1000px;text-align:center;animation:fadeInUp 1.2s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.main-section{margin-bottom:3rem}.logo-container{position:relative;width:140px;height:140px;margin:0 auto 3rem;animation:logoAppear 1s ease-out .3s both}@keyframes logoAppear{0%{opacity:0;transform:scale(.8) rotateY(90deg)}to{opacity:1;transform:scale(1) rotateY(0)}}.logo-glow{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:radial-gradient(circle,rgba(0,245,255,.4) 0%,transparent 70%);border-radius:50%;animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.logo{position:relative;width:100%;height:100%;filter:drop-shadow(0 0 20px rgba(0,245,255,.6));animation:rotate3d 20s linear infinite}@keyframes rotate3d{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.main-title{margin-bottom:1rem;animation:titleAppear 1s ease-out .5s both}@keyframes titleAppear{0%{opacity:0;transform:translateY(20px);filter:blur(10px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.title-text{font-size:6rem;font-weight:900;background:linear-gradient(135deg,#00f5ff,#7b2ff7,#ff006e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-3px;display:inline-block;text-shadow:0 0 80px rgba(0,245,255,.5);position:relative}.title-underline{height:4px;width:60%;margin:1rem auto 0;background:linear-gradient(90deg,transparent,#00f5ff,#7b2ff7,transparent);border-radius:2px;animation:expandWidth 1s ease-out .8s both}@keyframes expandWidth{0%{width:0%;opacity:0}to{width:60%;opacity:1}}.main-tagline{font-size:1.75rem;font-weight:400;color:#b8c5d6;line-height:1.6;margin-bottom:3rem;letter-spacing:.5px;animation:fadeIn 1s ease-out .9s both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.waitlist-link{font-size:.875rem;color:#6b7280;background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:4px;transition:all .3s ease;font-family:Inter,sans-serif;padding:.5rem 1rem;animation:fadeIn 1s ease-out 1.2s both;position:relative}.waitlist-link:hover{color:#00f5ff;text-shadow:0 0 10px rgba(0,245,255,.5)}.waitlist-link:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:1px;background:linear-gradient(90deg,transparent,#00f5ff,transparent);transition:width .3s ease}.waitlist-link:hover:before{width:100%}.footer{animation:fadeIn 1s ease-out 1.4s both}.footer-text{color:#4b5563;font-size:.875rem;letter-spacing:1px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeInOverlay .3s ease-out}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.modal-content{background:linear-gradient(135deg,#14141ef2,#0a0a14f2);border:1px solid rgba(0,245,255,.3);border-radius:20px;padding:3rem 2.5rem;max-width:500px;width:100%;position:relative;box-shadow:0 20px 60px #00000080,0 0 40px #00f5ff1a;animation:modalSlideIn .4s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:8px}.modal-close svg{width:24px;height:24px}.modal-close:hover{color:#00f5ff;background:#00f5ff1a;transform:rotate(90deg)}.modal-icon{margin-bottom:1.5rem}.modal-icon svg{width:80px;height:80px;color:#00f5ff;filter:drop-shadow(0 0 20px rgba(0,245,255,.6));animation:iconBounce .6s ease-out}@keyframes iconBounce{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.modal-title{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#00f5ff,#7b2ff7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.modal-text{font-size:1.1rem;color:#b8c5d6;line-height:1.6}@media (max-width: 768px){.container{padding:1.5rem}.logo-container{width:100px;height:100px;margin-bottom:2rem}.title-text{font-size:4rem;letter-spacing:-2px}.main-tagline{font-size:1.25rem;margin-bottom:2rem}.modal-content{padding:2rem 1.5rem}.modal-title{font-size:1.5rem}.modal-text{font-size:1rem}}@media (max-width: 480px){.title-text{font-size:3rem}.main-tagline{font-size:1.1rem}.waitlist-link{font-size:.8rem}.logo-container{width:80px;height:80px}.modal-icon svg{width:60px;height:60px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0f;color:#fff;min-height:100vh;overflow-x:hidden}#root{width:100%;min-height:100vh}
