@tailwind utilities;@keyframes gradient{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.animate-gradient{background-size:200% 200%;animation:gradient 15s ease infinite}.animation-delay-1000{animation-delay:1s}.animation-delay-2000{animation-delay:2s}.neon-glow{text-shadow:0 0 10px currentColor,0 0 20px currentColor,0 0 30px currentColor,0 0 40px currentColor}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ec4899,#f97316);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#db2777,#ea580c)}