body {
    background: #f5f7fb;
}

.panel-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    padding: 24px;
}

.status-danger { color: #dc3545; font-weight: 700; }
.status-dark { color: #212529; font-weight: 700; }
.status-success { color: #198754; font-weight: 700; }

.small-muted {
    font-size: .92rem;
    color: #6c757d;
}
