/*! style.css v8d29982c */
/* Generated: 2026-01-18 21:35:26 */
/* Domain: kaiyunsports-bb.com */
/* Accessibility compliant */
/* Modern web standards */
/* Fast loading optimized */

.css_1b8e72 {
    /* Random class Cd5566982 fingerprint optimization */
    display: none;
}

/**
 * Template19 - Tailwind CSS 绿色主题自定义样式
 */

/* 自定义样式补充 */
.hero-section {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
}

/* 动画效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

