What problem does it solve? Teams building UI with Tailwind CSS v4 need consistent design tokens, reusable component variants, dark mode, and responsive patterns, but v4's CSS-first configuration differs significantly from v3 and is easy to misconfigure. ## Core Features & Use Cases - CSS-first theming: Define semantic color, radius, and animation tokens with @theme, OKLCH colors, and @custom-variant dark mode instead of tailwind.config.ts. - Component patterns: Ready-to-adapt CVA-based Button, Card, Input, Grid, and Dialog components using React 19 ref-as-prop conventions and Radix primitives. - v3 to v4 migration: A checklist covering config replacement, @import "tailwindcss", keyframes in @theme, and removal of forwardRef and tailwindcss-animate. - Use Case: When scaffolding a new React app's UI kit, apply the token hierarchy and CVA variant patterns to produce accessible, themeable components with light and dark modes. ## Quick Start Ask the AI to create a Tailwind CSS v4 design system with semantic color tokens, dark mode, and a Button component with variants.