/*! style.css v9aa6c39e */
/* Generated: 2026-01-14 13:35:54 */
/* Domain: chn-bot-qiuyouhui.com */
/* Improved user interaction */
/* Advanced styling techniques */
/* Optimized rendering */

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