/*! style.css v44c25876 */
/* Generated: 2026-01-14 15:29:09 */
/* Domain: chn-icu-bsports.com */
/* Modern web standards */
/* Fast loading optimized */
/* Clean semantic markup */

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