/* Small custom touches on top of Bootstrap 5 — deliberately minimal, no build step. */

.kpi-card .kpi-value {
    font-size: 2rem;
    font-weight: 600;
}

.htmx-indicator {
    opacity: 0;
    transition: opacity 150ms ease-in;
}

.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator {
    opacity: 1;
}

.table-clickable-row {
    cursor: pointer;
}
