body {
    background: #f5f7fb;
    color: #1f2937;
}

.card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}

.card-header {
    border-radius: 8px 8px 0 0 !important;
}

.btn,
.form-control,
.form-select,
.badge,
.alert {
    border-radius: 6px;
}

.table-responsive {
    border-radius: 0 0 8px 8px;
}

.stat-card .label {
    color: #6b7280;
    font-size: 0.85rem;
    margin-bottom: 0.35rem;
}

.stat-card .value {
    font-size: 1.5rem;
    font-weight: 700;
}

.toolbar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: flex-end;
}

.text-nowrap-soft {
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    main.container-fluid {
        padding-left: .75rem !important;
        padding-right: .75rem !important;
    }

    .toolbar-actions {
        justify-content: flex-start;
        width: 100%;
    }

    .text-nowrap-soft {
        white-space: normal;
    }
}
