.container{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.background-effects{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.circle{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5}.circle-1{width:400px;height:400px;background:linear-gradient(135deg,#6366f1,#8b5cf6);top:-100px;right:-100px;animation:float 8s ease-in-out infinite}.circle-2{width:300px;height:300px;background:linear-gradient(135deg,#06b6d4,#3b82f6);bottom:-50px;left:-50px;animation:float 10s ease-in-out infinite reverse}.circle-3{width:200px;height:200px;background:linear-gradient(135deg,#ec4899,#f43f5e);top:50%;left:50%;transform:translate(-50%,-50%);animation:pulse 6s ease-in-out infinite}.circle-4{width:250px;height:250px;background:linear-gradient(135deg,#f59e0b,#ef4444);top:20%;left:20%;animation:float 12s ease-in-out infinite}.grid-overlay{position:absolute;width:100%;height:100%;background-image:linear-gradient(rgba(99,102,241,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(99,102,241,.03) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite}@keyframes gridMove{0%{transform:translateY(0)}to{transform:translateY(50px)}}.light-beam{position:absolute;width:2px;height:100%;background:linear-gradient(to bottom,transparent,rgba(99,102,241,.3),transparent);animation:beamMove 8s ease-in-out infinite}.light-beam-1{left:20%;animation-delay:0s}.light-beam-2{left:80%;animation-delay:4s}@keyframes beamMove{0%,to{opacity:0;transform:translateY(-100%)}50%{opacity:1;transform:translateY(100%)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(10deg)}}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.3}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.5}}.particles{position:absolute;width:100%;height:100%;overflow:hidden}.particle{position:absolute;width:4px;height:4px;background:#ffffff4d;border-radius:50%;bottom:-10px;animation:rise linear infinite}.particle:nth-child(odd){background:#6366f180;width:6px;height:6px}.particle:nth-child(3n){background:#ec489966;width:3px;height:3px}@keyframes rise{0%{transform:translateY(0) rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100vh) rotate(720deg);opacity:0}}.content{position:relative;z-index:1;text-align:center;max-width:800px;width:100%}.logo{margin-bottom:2rem;animation:fadeInDown 1s ease-out}.logo-img{max-width:400px;width:100%;height:auto;animation:glow 3s ease-in-out infinite}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes glow{0%,to{filter:drop-shadow(0 0 5px rgba(99,102,241,.3))}50%{filter:drop-shadow(0 0 20px rgba(99,102,241,.6))}}.status{display:inline-flex;align-items:center;gap:.5rem;background:#6366f11a;border:1px solid rgba(99,102,241,.3);padding:.5rem 1.5rem;border-radius:50px;font-size:.875rem;color:#a5b4fc;margin-bottom:2rem;animation:fadeInUp 1s ease-out .2s both,statusPulse 2s ease-in-out infinite}@keyframes statusPulse{0%,to{box-shadow:0 0 #6366f166}50%{box-shadow:0 0 0 10px #6366f100}}.status-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:blink 1.5s ease-in-out infinite;box-shadow:0 0 10px #22c55e}.status-text{display:inline-block;animation:textGlow 2s ease-in-out infinite,bounceText 2s ease-in-out infinite;font-weight:600;letter-spacing:.1em;text-transform:uppercase}@keyframes textGlow{0%,to{text-shadow:0 0 5px rgba(165,180,252,.3);color:#a5b4fc}50%{text-shadow:0 0 20px rgba(165,180,252,1),0 0 40px rgba(99,102,241,.5);color:#fff}}@keyframes bounceText{0%,to{transform:translateY(0)}25%{transform:translateY(-2px)}75%{transform:translateY(2px)}}@keyframes blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.4;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.title-word{display:inline-block;background:linear-gradient(90deg,#fff,#a5b4fc,#fff);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp .6s ease-out both,shimmer 3s ease-in-out infinite}.title-word:nth-child(1){animation-delay:.3s}.title-word:nth-child(2){animation-delay:.4s}.title-word:nth-child(3){animation-delay:.5s}.title-word:nth-child(4){animation-delay:.6s}.title-word:nth-child(5){animation-delay:.7s}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.description{font-size:1.125rem;color:#94a3b8;line-height:1.7;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;animation:fadeInUp 1s ease-out .8s both}.typing-text{display:inline;border-right:2px solid #a5b4fc;animation:typing 4s steps(80) 1s both,cursorBlink .7s step-end infinite;overflow:hidden;white-space:normal}@keyframes cursorBlink{0%,to{border-color:#a5b4fc}50%{border-color:transparent}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.countdown{display:flex;justify-content:center;gap:1.5rem;margin-bottom:3rem;flex-wrap:wrap;animation:fadeInUp 1s ease-out .8s both}.time-box{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem 2rem;min-width:100px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;animation:scaleIn .5s ease-out both}.time-box:nth-child(1){animation-delay:.9s}.time-box:nth-child(2){animation-delay:1s}.time-box:nth-child(3){animation-delay:1.1s}.time-box:nth-child(4){animation-delay:1.2s}.time-box:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 20px 40px #6366f14d;border-color:#6366f180}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.time-value{display:block;font-size:3rem;font-weight:800;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.time-label{display:block;font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.1em;margin-top:.5rem}.notify-section{margin-bottom:3rem;animation:fadeInUp 1s ease-out 1.3s both}.notify-text{color:#94a3b8;margin-bottom:1rem}.notify-form{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.email-input{padding:1rem 1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;font-size:1rem;min-width:280px;outline:none;transition:border-color .3s ease,box-shadow .3s ease}.email-input::placeholder{color:#64748b}.email-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.notify-btn{padding:1rem 2rem;border-radius:12px;border:none;background:linear-gradient(135deg,#6366f1,#8b5cf6);background-size:200% 200%;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;animation:gradientShift 3s ease infinite;position:relative;overflow:hidden}.notify-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.notify-btn:hover:before{left:100%}.notify-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #6366f166}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.social-links{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;animation:fadeInUp 1s ease-out 1.5s both}.social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#94a3b8;transition:all .3s ease;animation:socialFloat 3s ease-in-out infinite}.social-link:nth-child(1){animation-delay:0s}.social-link:nth-child(2){animation-delay:.2s}.social-link:nth-child(3){animation-delay:.4s}@keyframes socialFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.social-link:hover{background:#6366f133;border-color:#6366f1;color:#fff;transform:translateY(-8px) scale(1.1);box-shadow:0 10px 30px #6366f14d}.social-link svg{transition:transform .3s ease}.social-link:hover svg{transform:rotate(360deg)}.footer{color:#475569;font-size:.875rem}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.powered-by{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.75rem;text-decoration:none;transition:all .3s ease}.powered-by:hover{color:#94a3b8}.footer-logo{height:24px;width:auto;transition:transform .3s ease,filter .3s ease}.powered-by:hover .footer-logo{transform:scale(1.1);filter:brightness(1.2)}@media(max-width:768px){.logo-img{max-width:280px}.title{font-size:1.75rem}.time-box{padding:1rem 1.25rem;min-width:70px}.time-value{font-size:2rem}.email-input{min-width:100%}.notify-form{flex-direction:column;align-items:center}.notify-btn{width:100%;max-width:280px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#0f0f23,#1a1a3e,#0f0f23);min-height:100vh;color:#fff;overflow-x:hidden}#root{min-height:100vh;display:flex;align-items:center;justify-content:center}
