/*! style.css v70f4e36b */
/* Generated: 2026-01-14 16:47:39 */
/* Domain: chn-bot-milem6.com */
/* Mobile-first responsive design */
/* Cross-browser compatibility */
/* SEO optimized structure */

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