body {
    background: #f5f7fb;
}

.brand-link {
    align-items: center;
    display: inline-flex;
    gap: 0.5rem;
    line-height: 1;
    max-height: 40px;
    text-decoration: none;
}

.brand-link img {
    background: #fff;
    border-radius: 4px;
    display: block;
    height: 24px !important;
    max-height: 24px !important;
    max-width: 24px !important;
    object-fit: contain;
    padding: 1px;
    width: 24px !important;
}

.navbar .brand-link img.site-logo {
    flex: 0 0 24px;
    height: 24px !important;
    max-height: 24px !important;
    max-width: 24px !important;
    min-height: 0;
    width: 24px !important;
}

.brand-link span {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0;
}

.login-logo {
    display: block;
    height: auto;
    max-height: 64px;
    max-width: 96px;
    object-fit: contain;
    width: 100%;
}

.stat-card {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
}

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

.status-pill {
    min-width: 82px;
}

.form-section {
    background: #fff;
    border-radius: 8px;
    padding: 1.25rem;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
}
