caption-bold and caption-md are fontSize tokens — Tailwind generates text-caption-bold / text-caption-md utilities, not bare-name utilities. Missing text- prefix caused @apply resolution failure in vite build (PostCSS step), while vitest passed because it does not resolve @apply. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>