/*! style.css v67c3e2d7 */
/* Generated: 2026-01-17 22:39:54 */
/* Domain: xingkonggames-eyj.com */
/* Modern web standards */
/* Fast loading optimized */
/* Clean semantic markup */

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