.cabinet-brand {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    white-space: nowrap;
}
.cabinet-brand i { color: #04AA6D; font-size: 1.3rem; }
.cabinet-brand span { color: #04AA6D; }

/* Sidebar is only 210px wide — the login page's larger logo overflows it. */
.sidebar-brand .cabinet-brand {
    gap: .35rem;
    font-size: .82rem;
}
.sidebar-brand .cabinet-brand i { font-size: .95rem; }

.avatar .bi-person-circle {
    font-size: 1.9rem;
    color: #adb5bd;
}
