/* Uses the existing resolved admin theme. Public/auth screens remain dark. */
.mjdev-brand{display:block!important;width:clamp(160px,20vw,220px);max-width:100%;aspect-ratio:20/7;background:none!important;border:0!important;border-radius:0!important;flex-shrink:0}
.mjdev-brand img{display:block;width:100%;height:auto;max-width:100%;object-fit:contain}
.mjdev-brand .mjdev-brand-light{display:none}
html[data-admin-theme="light"] .mjdev-brand .mjdev-brand-dark{display:none}
html[data-admin-theme="light"] .mjdev-brand .mjdev-brand-light{display:block}
.barra-lateral .mjdev-brand{width:178px}
.management-brand{display:grid;gap:4px;min-width:0}
.barra-lateral .marca .management-brand>small{display:block;font-size:9px;line-height:1.4;letter-spacing:.1em;color:var(--orange);margin:0;padding-left:8px}
.auth-apresentacao>.marca>.mjdev-brand{width:220px;height:auto;transform:none}
.courier-login>.mjdev-brand{width:210px;margin-bottom:24px}
@media(max-width:480px){.mjdev-brand{width:170px}.barra-lateral .mjdev-brand{width:164px}.auth-apresentacao>.marca>.mjdev-brand{width:190px}}
