/* 本地 Tailwind 工具类子集（替代 cdn.tailwindcss.com 的 JIT 脚本）
   仅覆盖首页分类区块实际使用的工具类，取值与 Tailwind v3 默认一致 */
.bg-white{background-color:#fff}
.overflow-hidden{overflow:hidden}
.overflow-x-auto{overflow-x:auto}
.p-4{padding:1rem}
.px-2{padding-left:.5rem;padding-right:.5rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}
.border-b{border-bottom:1px solid #e5e7eb}
.flex{display:flex}
.items-center{align-items:center}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}
.gap-2{gap:.5rem}
.whitespace-nowrap{white-space:nowrap}
.cursor-pointer{cursor:pointer}
.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.w-6{width:1.5rem}
.h-6{height:1.5rem}
.rounded{border-radius:.25rem}
.rounded-full{border-radius:9999px}
.text-white{color:#fff}
.font-bold{font-weight:700}
.mr-3{margin-right:.75rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.flex-1{flex:1 1 0%}
.text-ellipsis{text-overflow:ellipsis}
.hidden{display:none}
.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}
.scrollbar-hide::-webkit-scrollbar{display:none}
