/* MATCH-UI-001: keep administrator profile and logout explicit and adjacent. */
.erp-topbar .top-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0}
.erp-topbar .admin-profile{cursor:pointer;min-width:0}
.erp-topbar .topbar-logout{flex:0 0 38px;width:38px!important;padding:0!important;border:1px solid var(--line);background:#fff}
.erp-topbar .topbar-logout:hover{background:var(--soft)}
.erp-topbar .topbar-logout svg{width:18px;height:18px}
@media(max-width:820px){.erp-topbar .topbar-logout{flex-basis:34px;width:34px!important;height:34px!important}.erp-topbar .admin-profile{padding-inline:3px!important}}
@media(max-width:480px){.erp-topbar .top-actions{gap:2px}.erp-topbar .topbar-logout{flex-basis:30px;width:30px!important;height:32px!important}.erp-topbar .admin-profile{width:34px!important;height:34px!important}.erp-topbar .admin-profile .erp-avatar{width:30px;height:30px}}
@media(max-width:280px){.erp-topbar .topbar-logout{flex-basis:27px;width:27px!important;height:30px!important}.erp-topbar .admin-profile{width:30px!important;height:30px!important}.erp-topbar .admin-profile .erp-avatar{width:27px;height:27px;font-size:9px}}
