@keyframes float{0%{opacity:0;transform:translateY(0) translateX(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-100vh) translateX(100px)}}@keyframes pulse{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.3;transform:scale(1.2)}}.animate-pulse{animation:pulse 6s ease-in-out infinite}.animation-delay-2000{animation-delay:2s}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0f1e}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#c5a572,#8b7355);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#d4b78c,#9c825f)}
/*# sourceMappingURL=main.36447fbb.css.map*/