*{margin:0;padding:0;box-sizing:border-box}body{font-family:Permanent Marker,cursive;overflow:hidden;background:#1a1a1a;min-height:100vh}#app{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;text-align:center;padding:20px}.coming-soon-container{max-width:800px;width:100%;animation:containerFloat 4s ease-in-out infinite}@keyframes containerFloat{0%,to{transform:translateY(0) scale(1)}25%{transform:translateY(-8px) scale(1.01)}50%{transform:translateY(-5px) scale(1.02)}75%{transform:translateY(-12px) scale(1.01)}}.main-title{font-family:Permanent Marker,cursive;font-size:6rem;font-weight:400;margin-bottom:30px;color:gold;text-shadow:-3px -3px 0 #000,3px -3px 0 #000,-3px 3px 0 #000,3px 3px 0 #000,-6px -6px 0 #000,6px -6px 0 #000,-6px 6px 0 #000,6px 6px 0 #000,0 0 20px rgba(255,215,0,.5),0 0 40px rgba(255,215,0,.3),0 0 60px rgba(255,215,0,.1);transform:rotate(-2deg);animation:textPulse 3s ease-in-out infinite}@keyframes textPulse{0%,to{transform:rotate(-2deg) scale(1);text-shadow:-3px -3px 0 #000,3px -3px 0 #000,-3px 3px 0 #000,3px 3px 0 #000,-6px -6px 0 #000,6px -6px 0 #000,-6px 6px 0 #000,6px 6px 0 #000,0 0 20px rgba(255,215,0,.5),0 0 40px rgba(255,215,0,.3),0 0 60px rgba(255,215,0,.1)}50%{transform:rotate(-1deg) scale(1.03);text-shadow:-3px -3px 0 #000,3px -3px 0 #000,-3px 3px 0 #000,3px 3px 0 #000,-6px -6px 0 #000,6px -6px 0 #000,-6px 6px 0 #000,6px 6px 0 #000,0 0 30px rgba(255,215,0,.8),0 0 50px rgba(255,215,0,.5),0 0 80px rgba(255,215,0,.2)}}.subtitle{font-family:Permanent Marker,cursive;font-size:2rem;color:gold;text-shadow:-2px -2px 0 #000,2px -2px 0 #000,-2px 2px 0 #000,2px 2px 0 #000,0 0 10px rgba(255,215,0,.3),0 0 20px rgba(255,215,0,.2);letter-spacing:3px;text-transform:uppercase;transform:rotate(1deg);margin-bottom:20px;animation:subtitleSway 5s ease-in-out infinite}@keyframes subtitleSway{0%,to{transform:rotate(1deg)}25%{transform:rotate(-.5deg)}50%{transform:rotate(1.5deg)}75%{transform:rotate(0)}}.pulse-dot{display:inline-block;width:12px;height:12px;background:gold;border-radius:50%;margin:0 5px;animation:enhancedPulse 1.8s infinite;box-shadow:0 0 10px #ffd700cc,0 0 20px #ffd70066,0 0 30px #ffd70033}.pulse-dot:nth-child(2){animation-delay:.4s}.pulse-dot:nth-child(3){animation-delay:.8s}@keyframes enhancedPulse{0%,to{opacity:.3;transform:scale(1);background:gold;box-shadow:0 0 10px #ffd700cc,0 0 20px #ffd70066,0 0 30px #ffd70033}25%{opacity:.7;transform:scale(1.2);background:#fff700;box-shadow:0 0 15px #fff700e6,0 0 25px #fff70080,0 0 35px #fff7004d}50%{opacity:1;transform:scale(1.5);background:#ff0;box-shadow:0 0 20px #ff0,0 0 30px #ff09,0 0 40px #ff06}75%{opacity:.8;transform:scale(1.3);background:#fff700;box-shadow:0 0 18px #fff700e6,0 0 28px #fff70080,0 0 38px #fff7004d}}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 80%,rgba(255,215,0,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,215,0,.08) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(255,215,0,.05) 0%,transparent 50%);animation:backgroundShift 8s ease-in-out infinite;pointer-events:none;z-index:-1}@keyframes backgroundShift{0%,to{opacity:.3;transform:scale(1) rotate(0)}33%{opacity:.5;transform:scale(1.1) rotate(1deg)}66%{opacity:.4;transform:scale(.9) rotate(-1deg)}}@media (max-width: 768px){.main-title{font-size:4rem}.subtitle{font-size:1.5rem;letter-spacing:2px}}@media (max-width: 480px){.main-title{font-size:3rem}.subtitle{font-size:1.2rem;letter-spacing:1px}.pulse-dot{width:10px;height:10px;margin:0 3px}}
