/* Tailwind + DaisyUI handle most styling.
   This file is only for targeted overrides and small helpers. */

.htmx-indicator { opacity: 0; transition: opacity 200ms ease-in; }
.htmx-request .htmx-indicator { opacity: 1; }
.htmx-request.htmx-indicator { opacity: 1; }
