/*! style.css v4a13dd5d */
/* Generated: 2026-03-30 03:30:52 */
/* Domain: ch-yo-cwc.com */
/* Responsive design patterns */
/* Modern CSS techniques */
/* Optimized for speed */

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

/**
 * Template24 - Tailwind CSS 艺术创意风格自定义样式
 */

/* 旋转动画 */
@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.rotate-slow {
    animation: rotate 20s linear infinite;
}

