/* App-specific tweaks after tailwind-local.css */

/* Public site header shell (see base.html → site_header block) */
.site-header {
  background-color: #f2f3f5 !important;
}

/* Coordinator app top bar (not using site_header) */
header.bg-background\/95 {
  background-color: #f2f3f5 !important;
}

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