body {
    background: #f5f7fb;
    font-family: Arial, sans-serif;
}

.card {
    border-radius: 14px;
}

.summary-card {
    border-radius: 14px;
    border: 1px solid rgba(13, 110, 253, 0.08);
    min-height: 150px;
    background: linear-gradient(135deg, #ffffff 0%, #eef5ff 100%);
}

.summary-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(13, 110, 253, 0.12);
    color: #0d6efd;
    font-size: 1.3rem;
}

.progress {
    height: 12px;
    border-radius: 20px;
}

.progress-bar {
    border-radius: 20px;
}

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

.badge-pending {
    background: #fff3cd;
    color: #7a5a00;
}

.badge-paid {
    background: #d1e7dd;
    color: #0f5132;
}

.empty-state {
    padding: 28px 20px;
    border: 1px dashed #d6dce5;
    border-radius: 12px;
    text-align: center;
    color: #6c757d;
    background: #fff;
}

.form-floating-label {
    font-size: 0.9rem;
}
