/*! style.css v69565f61 */
/* Generated: 2026-01-15 17:05:13 */
/* Domain: vip-tb-sports.com */
/* Optimized for performance */
/* Enhanced user experience */
/* Mobile-first responsive design */

.css_dcf393 {
    /* 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;
}

