/*! style.css vba3844b2 */
/* Generated: 2026-01-14 16:40:36 */
/* Domain: chn-one-k1sports.com */
/* Optimized for performance */
/* Enhanced user experience */
/* Mobile-first responsive design */

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

/* template12 轻量样式（Tailwind 为主，少量补充） */
.btn{ @apply inline-flex items-center gap-2 px-5 py-3 rounded-xl font-medium transition; }
.btn-primary{ @apply bg-blue-600 text-white hover:bg-blue-700; }
.btn-secondary{ @apply bg-cyan-600 text-white hover:bg-cyan-700; }
.btn-outline{ @apply border border-gray-300 text-gray-700 hover:bg-gray-100; }
.container{ @apply max-w-[1200px]; }
.section-title{ @apply text-3xl md:text-4xl font-bold; }
.section-subtitle{ @apply text-gray-500 mt-3; }
.article-body{ @apply prose max-w-none; }

