@keyframes neon-pulse{0%,to{box-shadow:0 0 20px #39ff1466,0 0 40px #39ff1433}50%{box-shadow:0 0 30px #39ff1499,0 0 60px #39ff144d}}.animate-neon-pulse{animation:2s ease-in-out infinite neon-pulse}@keyframes neon-glow{0%,to{filter:drop-shadow(0 0 10px #39ff1480)}50%{filter:drop-shadow(0 0 20px #39ff14cc)drop-shadow(0 0 40px #bf00ff66)}}.animate-neon-glow{animation:3s ease-in-out infinite neon-glow}@keyframes holographic{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.animate-holographic{background:linear-gradient(135deg,#39ff144d 0%,#bf00ff4d 25%,#ff10f04d 50%,#a78bfa4d 75%,#39ff144d 100%) 0 0/400% 400%;animation:8s infinite holographic}@keyframes electric-pulse{0%,to{box-shadow:0 0 30px #39ff1466}25%{box-shadow:0 0 40px #bf00ff66}50%{box-shadow:0 0 50px #ff10f066}75%{box-shadow:0 0 40px #a78bfa66}}.animate-electric-pulse{animation:4s ease-in-out infinite electric-pulse}@keyframes scanline{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}.animate-scanline{animation:8s linear infinite scanline}