.summary-card {
    border-left: 5px solid #0d6efd;
    background: #ffffff;
    padding: 25px 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    margin-bottom: 25px;
}
.summary-card .stat-item {
    padding: 8px 0;
}
.stat-number {
    font-size: 20px;
    font-weight: 700;
    color: #0b2b4a;
}
.stat-label {
    font-size: 14px;
    color: #6c7a8d;
}
.total-payment {
    font-size: 24px;
    font-weight: 700;
    color: #198754;
}
.filter-panel {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 25px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    margin-bottom: 25px;
}
.create-panel {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 25px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    margin-top: 20px;
}
.btn-create {
    padding: 12px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
}
.badge-count {
    background: #e9ecef;
    color: #1e293b;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
}
.period-badge {
    background: #e9ecef;
    color: #1e293b;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 14px;
}
.link-analytics {
    text-decoration: none;
    color: #0d6efd;
    font-weight: 500;
}
.link-analytics:hover {
    text-decoration: underline;
    color: #0a58ca;
}
.filter-label {
    font-weight: 500;
    color: #34495e;
    margin-bottom: 4px;
    font-size: 14px;
}
.filter-control {
    border-radius: 8px;
    border: 1px solid #dde1e6;
    padding: 8px 12px;
    width: 100%;
    font-size: 14px;
}
.filter-control:focus {
    border-color: #0d6efd;
    outline: none;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}
.inline-filter {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 15px 20px;
}
.inline-filter .form-group {
    min-width: 150px;
    flex: 1 1 auto;
}
.inline-filter .form-group-sm {
    min-width: 120px;
    flex: 0 1 auto;
}
.inline-filter .btn-group-filter {
    flex: 0 0 auto;
    display: flex;
    gap: 8px;
    padding-bottom: 1px;
}