/*
 * All styling is handled inline via Tailwind utility classes, following
 * the HyperUI component patterns. This file only contains rules that
 * cannot be expressed as Tailwind utilities.
 */

/* Hide Alpine.js x-cloak elements before JS hydration */
[x-cloak] {
  display: none !important;
}
