/* Custom overrides on top of Tailwind. Keep small — most styling lives in templates. */

.tabular-nums { font-variant-numeric: tabular-nums; }

/* HTMX request indicator — hidden by default, shown while a request is in-flight. */
.htmx-indicator { opacity: 0; transition: opacity 200ms ease-in; }
.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator { opacity: 1; }
