/*! style.css v7dcbd0ed */
/* Generated: 2026-01-15 17:18:57 */
/* Domain: w-8868sport.com */
/* SEO optimized structure */
/* Accessibility compliant */
/* Modern web standards */

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