/*! style.css ve014fb5b */
/* Generated: 2026-01-14 16:36:33 */
/* Domain: chn-bot-k1sports.com */
/* Advanced styling techniques */
/* Optimized rendering */
/* Enhanced visual appeal */

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