.loader-container{align-items:center;animation:fadeIn 1s ease-in-out;background:#000;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%}.logo-float{animation:float 3s ease-in-out infinite,glow 2s ease-in-out infinite;height:120px;width:120px}@keyframes float{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-15px) scale(1.05)}to{transform:translateY(0) scale(1)}}@keyframes glow{0%,to{filter:drop-shadow(0 0 5px #22c55e)}50%{filter:drop-shadow(0 0 20px #38bdf8)}}.tagline{animation:fadeUp 1.5s ease;color:#ccc;font-size:16px;letter-spacing:1px;margin-top:15px}.dots{display:flex;gap:10px;margin-top:25px}.dots span{animation:bounce 1.2s ease-in-out infinite;background:linear-gradient(90deg,#22c55e,#38bdf8);border-radius:50%;height:10px;width:10px}.dots span:nth-child(2){animation-delay:.2s}.dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{opacity:.5;transform:scale(.5)}40%{opacity:1;transform:scale(1.3)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.logo-float{height:80px;width:80px}.tagline{font-size:14px}}
/*# sourceMappingURL=main.f32f4997.css.map*/