body {
    background: #f6f7f9;
    color: #20242a;
    font-size: 14px;
}

.brand-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.nav-link {
    border-radius: 6px;
}

.nav-link.active {
    color: #0f5132 !important;
    background: #e9f6ef;
    font-weight: 600;
}

.page-title {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem;
}

.metric {
    min-height: 104px;
}

.metric-value {
    font-size: 1.45rem;
    font-weight: 700;
}

.table thead th {
    background: #f1f3f5;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.form-label {
    font-weight: 600;
}

.badge-soft {
    background: #eef2ff;
    color: #3730a3;
}

.text-money {
    font-variant-numeric: tabular-nums;
}

.searchable-select-filter {
    margin-bottom: .4rem;
}

.content-grid {
    display: grid;
    grid-template-columns: minmax(280px, 380px) 1fr;
    gap: 1rem;
}

@media (max-width: 992px) {
    .content-grid {
        grid-template-columns: 1fr;
    }
}
