/* Smart KhataKart — shared logo styles (circular SKK mark) */
.brand-logo{display:block;object-fit:contain;object-position:center center}
.brand-logo-sidebar{max-width:100%;max-height:64px;width:auto;height:auto;margin:0 auto}
.brand-logo-auth{max-width:min(100%,280px);width:100%;height:auto;margin:0 auto}
.brand-logo-navbar{max-height:42px;width:auto;max-width:180px}
.brand-logo-navbar-on-dark{background:transparent;border-radius:0;padding:0;max-height:44px}
.brand-logo-compact{max-height:36px;width:auto;max-width:140px}
.brand-logo-page{max-width:220px;height:auto;margin:0 auto 1rem}
.sidebar-brand{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;padding:1rem 1rem 1.1rem;border-bottom:1px solid rgba(255,255,255,.08)}
.sidebar-brand-sub{font-size:.68rem;color:rgba(255,255,255,.55);font-weight:500;padding-left:.1rem}
.brand-wrap-auth{text-align:center;margin-bottom:1.25rem}
.brand-wrap-auth .brand-tagline{font-size:.72rem;color:#6B7280;margin-top:.35rem;font-style:italic}
.topnav-brand{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}
.topnav-brand .brand-logo-navbar-on-dark{max-height:36px}
.topnav-brand span,.topnav-brand .page-label{font-size:.75rem;color:rgba(255,255,255,.85);font-weight:500;white-space:nowrap}
