/*! style.css v60e08a20 */
/* Generated: 2026-01-14 16:59:26 */
/* Domain: chn-wow-ngsports.com */
/* Optimized for speed */
/* Enhanced functionality */
/* Improved user interaction */

.css_3c3972 {
    /* Random class Cd5566982 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;
}

