/* Minimal overrides — Tailwind CDN handles most styling */
[x-cloak] { display: none !important; }

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