.role-ADMIN .header-settings{display:flex;align-items:center;gap:6px}
.header-settings{border:1px solid #d7dee2;background:#fff;color:var(--ink);border-radius:10px;padding:9px 12px;font:inherit;font-weight:650;cursor:pointer}
.header-settings:hover{border-color:var(--accent);color:var(--accent)}
.header-actions{gap:8px}.header-actions .date{order:1;white-space:nowrap;padding:0 8px}.header-actions .header-settings{order:2;height:42px}.header-actions .notification-wrap{order:3}.header-actions .notification-button{width:42px;height:42px}.header-actions .user-menu{order:4;gap:6px;margin-left:4px}.header-actions .user-chip{height:42px;padding:4px 10px}.header-actions [data-logout]{height:42px;padding:8px 12px}
@media(max-width:800px){.header-settings span{display:none}}
