/**
 * TSAH — Nembo (logo) thabiti kwenye login, sidebar, topbar na ofisi
 */
.tsah-brand-logo-img,
.tsah-logo-img,
.tsah-topbar-logo img,
.auth-gate-logo,
.tso-brand img,
.tsah-school-restricted__logo,
.tsah-idle-logo img {
    object-fit: contain !important;
    object-position: center;
}

.auth-gate-logo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 4px;
    background: #fff;
}

.tsah-logo-img {
    max-width: 220px;
    max-height: 72px;
    width: auto;
    height: auto;
    padding: 6px 8px;
}

.tsah-logo-img--round {
    max-width: 48px;
    max-height: 48px;
    width: 48px;
    height: 48px;
    padding: 5px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
}

.tsah-brand:not(.tsah-brand--round) {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 76px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.tsah-brand-link:not(.tsah-brand-link--ac) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 4px 0;
}

.tsah-topbar-logo {
    width: 56px;
    height: 56px;
}

.tsah-topbar-logo--hub {
    width: 58px;
    height: 58px;
}

.tsah-topbar-logo img {
    padding: 7px;
    object-fit: contain;
    background: linear-gradient(145deg, #f8fafc, #fff);
}

.tsah-topbar-end--brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.tso-brand img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 12px;
    background: #fff;
    padding: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
}

.tsah-topbar--founder .tsah-topbar-end--brand .tsah-topbar-logo--hub {
    border-color: color-mix(in srgb, #7c3aed 22%, #e2e8f0);
}

@media (max-width: 768px) {
    .tsah-logo-img {
        max-width: 180px;
        max-height: 58px;
    }
    .tsah-topbar-logo--hub {
        width: 50px;
        height: 50px;
    }
}
