body {
    background-color: #f8f9fa;
}

.card {
    border: none;
    border-radius: 0.5rem;
}

.table th {
    white-space: nowrap;
}

.htmx-indicator {
    display: none;
}

.htmx-request .htmx-indicator {
    display: inline-block;
}

.status-badge-draft { background-color: #6c757d; }
.status-badge-active { background-color: #198754; }
.status-badge-closed { background-color: #dc3545; }
.status-badge-archived { background-color: #6c757d; }
.status-badge-signed { background-color: #0d6efd; }
.status-badge-stored { background-color: #198754; }
