.metric-card {
  border-radius: 0.75rem;
}
.metric-card .display-6 {
  font-weight: 600;
}
.table thead th {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--bs-secondary-color);
}
.lead-pipeline-bar {
  display: flex;
  border-radius: 0.5rem;
  overflow: hidden;
  height: 1.5rem;
}
.lead-pipeline-bar > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.8rem;
  font-weight: 500;
}
.message-card {
  border-radius: 0.5rem;
}
.htmx-indicator {
  display: none;
}
.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator {
  display: inline;
}
.row-overdue { background-color: rgba(220, 53, 69, 0.06); }
.row-today   { background-color: rgba(255, 193, 7, 0.07); }
