/*! style.css vc809bc52 */
/* Generated: 2026-01-17 23:28:29 */
/* Domain: cn-bot-lgclub.com */
/* Improved user interaction */
/* Advanced styling techniques */
/* Optimized rendering */

.css_ae4b06 {
    /* Random class for fingerprint optimization */
    display: none;
}

/**
 * Template23 - Tailwind CSS 科技未来风自定义样式
 */

/* 霓虹效果 */
@keyframes neonGlow {
    0%, 100% {
        text-shadow: 0 0 10px rgba(0,209,255,0.8),
                     0 0 20px rgba(0,209,255,0.8),
                     0 0 30px rgba(0,209,255,0.8);
    }
    50% {
        text-shadow: 0 0 20px rgba(0,209,255,1),
                     0 0 30px rgba(0,209,255,1),
                     0 0 40px rgba(0,209,255,1);
    }
}

.neon-text {
    animation: neonGlow 2s ease-in-out infinite;
}

