/* Tailwind v3 entry point — emits @tailwind base/components/utilities so
 * the build produces the full set of utilities (then purged by the
 * content scan + safelist defined in tailwind.config.js). */
@tailwind base;
@tailwind components;
@tailwind utilities;
