body { font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }
[x-cloak] { display: none !important; }

/* Tabellenkopf: bewusst nicht sticky – position:sticky in overflow-x-auto
   überlappte die ersten tbody-Zeilen und blockierte Klicks. */
table.eas-table thead th {
  background-color: #f9fafb;
}
table.eas-table tbody tr {
  background-color: #fff;
}

.htmx-request.htmx-indicator, .htmx-request .htmx-indicator { display: inline-flex !important; }
.htmx-indicator { display: none; }
