@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:#000;color:#fff;overflow-x:hidden;line-height:1.6}.background-video{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;filter:brightness(.4)}.container{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;padding:2rem}.main-content{position:relative;z-index:10;text-align:center;max-width:800px;margin-top:-80px}.coming-soon{font-family:Orbitron,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:900;text-transform:uppercase;letter-spacing:.15em;background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:glowPulse 2s ease-in-out infinite,fadeInUp 1.2s ease-out .4s both}@keyframes glowPulse{0%,to{text-shadow:0 0 10px rgba(0,255,150,.6),0 0 20px rgba(0,255,150,.4)}50%{text-shadow:0 0 20px rgba(255,255,0,.9),0 0 40px rgba(0,255,150,.7)}}.logo-section{margin-bottom:3rem;animation:fadeInUp 1s ease-out}.logo{width:120px;height:120px;margin:0 auto 2rem;border-radius:20px;overflow:hidden;box-shadow:0 0 30px #00ff414d,0 0 60px #00ff411a;animation:logoGlow 3s ease-in-out infinite}.logo img{width:100%;height:100%;object-fit:cover}.main-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin-bottom:1rem;animation:fadeInUp 1s ease-out .2s both;letter-spacing:-.02em}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes logoGlow{0%,to{box-shadow:0 0 30px #00ff414d,0 0 60px #00ff411a}50%{box-shadow:0 0 40px #00ff4180,0 0 80px #00ff4133}}@media (max-width: 768px){.container{padding:1rem}}@media (max-width: 480px){.logo{width:80px;height:80px}.main-title{font-size:2rem}.coming-soon{font-size:1.2rem}}
