.singer-screen{@apply min-h-screen bg-black flex flex-col items-center justify-center p-10 overflow-hidden relative;background:radial-gradient(circle at center,#1a0a1f,#000)}.lyrics-wrapper{@apply w-full max-w-4xl flex flex-col items-center gap-8 transition-all duration-700;}.lyric-line{@apply text-4xl md:text-6xl font-black uppercase text-white/10 transition-all duration-500 text-center leading-tight;}.active-diva{@apply text-neon-pink scale-110 opacity-100;text-shadow:0 0 20px rgba(219,39,119,.8),0 0 40px rgba(219,39,119,.4);transform:translateY(-10px)}.text-neon-pink{color:#db2777;text-shadow:0 0 10px #db2777}@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 240 10% 3.9%;--foreground: 0 0% 98%;--primary: 330 100% 50%;--neon-pink: 330 100% 50%;--neon-cyan: 180 100% 50%;--neon-purple: 280 100% 50%;--radius: 1rem}}body{@apply bg-[#0a0a0a] text-white antialiased;font-family:Inter,sans-serif}.neon-text{text-shadow:0 0 10px theme("colors.primary.DEFAULT"),0 0 20px theme("colors.primary.DEFAULT")}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{@apply bg-transparent;}.custom-scrollbar::-webkit-scrollbar-thumb{@apply bg-white/10 rounded-full hover:bg-white/20 transition-colors;}@keyframes glow-pulse{0%,to{opacity:1}50%{opacity:.7}}.animate-glow-pulse{animation:glow-pulse 2s infinite}
