.mobileNavShell{display:none;position:relative}.mobileNavToggle{display:flex;align-items:center;gap:9px;border:1px solid var(--line);background:#fff;color:var(--g);border-radius:11px;padding:9px 11px;font-weight:900;cursor:pointer}.mobileNavToggle:active{transform:translateY(1px)}.mobileNavIcon{width:18px;height:14px;display:flex;flex-direction:column;justify-content:space-between}.mobileNavIcon i{display:block;height:2px;border-radius:999px;background:currentColor}.mobileNavMenu{position:absolute;right:0;top:calc(100% + 10px);width:min(290px,calc(100vw - 28px));background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 20px 50px rgba(16,46,29,.2);padding:8px;z-index:120}.mobileNavHeader{padding:10px 11px 12px;border-bottom:1px solid var(--line);margin-bottom:6px}.mobileNavHeader b{display:block;font-size:13px}.mobileNavHeader span{display:block;color:var(--muted);font-size:10.5px;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobileNavItems{display:grid;gap:3px}.mobileNavItem{width:100%;border:0;background:transparent;border-radius:10px;padding:12px 11px;color:#405248;font-weight:850;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer}.mobileNavItem:hover,.mobileNavItem:focus-visible{background:var(--soft2);outline:none}.mobileNavItem.active{background:var(--soft);color:var(--g)}.mobileNavItem em{font-style:normal;font-size:9px;text-transform:uppercase;letter-spacing:.05em;color:var(--g);background:#fff;border:1px solid #cfe5d7;border-radius:999px;padding:4px 6px}.mobileNavDivider{height:1px;background:var(--line);margin:6px 4px}.mobileNavLogout{color:var(--danger)}@media(max-width:760px){.topbar{min-height:64px;gap:10px}.topbar>.brandLockup{min-width:0}.topbar>.brandLockup>div:last-child{min-width:0}.brandLockup.compact b{font-size:14px}.brandLockup.compact span{font-size:10px;white-space:nowrap}.mobileNavShell{display:block}.topActions{margin-left:auto;gap:0}.topActions>#logout{display:none}.mobileNavToggleText{max-width:115px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobileNavMenu{position:fixed;top:70px;right:14px}.topbar{z-index:90}}
