/*! style.css v565d93fe */
/* Generated: 2026-01-17 18:18:23 */
/* Domain: cn-biz-vsports.com */
/* Optimized for performance */
/* Enhanced user experience */
/* Mobile-first responsive design */

.css_bb01a9 {
    /* Random class for 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; }

