/* =============================================================================
   app.css — Tailwind CSS Entry Point
   =============================================================================
   This file is processed by PostCSS (Tailwind + autoprefixer).
   All custom CSS has been moved to resources/sass/ partials.
   ============================================================================= */

@tailwind base;
@tailwind components;
@tailwind utilities;

.invalid-feedback {
   display: inline !important;
}

/* This file is compiled into the `app` cascade layer — see postcss.config.js.
   That keeps our Tailwind v3 variable reset from overriding Filament v5's own
   layered CSS. Do not add rules here that are meant to beat Filament; put those
   in a panel theme instead. */