/*! style.css v4db3d7a3 */
/* Generated: 2026-01-14 14:39:05 */
/* Domain: chn-icu-uedsports.com */
/* Fast loading optimized */
/* Clean semantic markup */
/* Progressive enhancement */

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