body {
    background: #f7f8fb;
}

.card {
    border: 0;
    border-radius: 1rem;
}

.metric-card .metric-label,
.metric-label {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0.35rem;
}

.metric-card .metric-value,
.metric-value {
    font-size: 1.8rem;
    font-weight: 700;
}

.metric-value.smaller {
    font-size: 1.35rem;
}

.table > :not(caption) > * > * {
    padding: 0.85rem 0.75rem;
}

canvas {
    max-width: 100%;
}

dt {
    color: #6c757d;
}

.alert {
    border-radius: 0.9rem;
}

.badge-soft {
    background: #e9eefc;
    color: #294e96;
    font-weight: 600;
}


.navbar-brand img { filter: drop-shadow(0 0 0 rgba(0,0,0,0)); }
.card-header .btn.float-end { margin-top: -0.25rem; }
