body {
    background-color: #f5f6f8;
}

.card-stat {
    border: none;
    border-radius: 0.75rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.table-sm td, .table-sm th {
    vertical-align: middle;
}

.badge-status-Draft { background-color: #6c757d; }
.badge-status-Posted { background-color: #0d6efd; }
.badge-status-PartiallyPaid { background-color: #fd7e14; }
.badge-status-Paid { background-color: #198754; }
.badge-status-Void { background-color: #dc3545; }
