/*! style.css va1ed2304 */
/* Generated: 2026-01-19 05:16:55 */
/* Domain: 5fule.com */
/* Advanced styling techniques */
/* Optimized rendering */
/* Enhanced visual appeal */

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

/**
 * Template20 - Tailwind CSS 体育新闻风格自定义样式
 */

/* 自定义动画 */
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.animate-pulse-custom {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

