/**
 * Tailwind v4 Source Detection for UI-Core Package
 *
 * @source directive tells Tailwind v4 where to scan for utility classes.
 * In monorepo, this is critical because automatic detection may not work.
 *
 * Scans all TypeScript files recursively from package root.
 */
@source "../**/*.{ts,tsx}";
