.dashboard-layout{align-items:flex-start;gap:48px;display:flex}.dashboard-sidebar{border-right:1px solid #0000;flex-shrink:0;align-self:start;width:160px;max-height:calc(100vh - 120px);padding:24px 0;position:sticky;top:100px;overflow-y:auto}.dashboard-nav{flex-direction:column;gap:8px;display:flex}.sidebar-item{color:var(--muted);cursor:pointer;background:0 0;border:2px solid #0000;border-radius:999px;align-items:center;gap:12px;padding:12px 16px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.sidebar-item--active{color:var(--brand);background:#eaf4ff;border-color:#eaf4ff}.sidebar-item:hover:not(.sidebar-item--active){color:var(--brand);background:#3688fb14}.sidebar-item--disabled{cursor:default;opacity:.7}.dashboard-content{flex:1;min-width:0}.mobile-menu-overlay,.mobile-menu-button{display:none}@media (max-width:1024px){.dashboard-layout{gap:32px}.dashboard-sidebar{width:150px}}@media (max-width:850px){.header__actions .header-role-badge,.header__actions .header-logout-btn{display:none!important}.dashboard-layout{flex-direction:column;gap:24px}.dashboard-sidebar{display:none}.mobile-menu-button{width:44px;height:44px;color:var(--text);cursor:pointer;z-index:100;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;display:flex;position:absolute;top:24px;right:24px}.mobile-menu-overlay{z-index:200;opacity:0;pointer-events:none;background:#0009;justify-content:flex-end;transition:opacity .2s;display:flex;position:fixed;inset:0}.mobile-menu-overlay.open{opacity:1;pointer-events:auto}.mobile-menu-content{background:#fff;flex-direction:column;gap:24px;width:280px;height:100%;padding:24px;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;transform:translate(100%);box-shadow:-4px 0 24px #0000001a}.mobile-menu-overlay.open .mobile-menu-content{transform:translate(0)}.mobile-menu-header{border-bottom:1px solid #f0f2f5;justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}.mobile-menu-close{color:var(--muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:28px;display:flex}.dashboard-nav{flex-direction:column;gap:8px;display:flex}.sidebar-item{background:#f7f7f7;border:1px solid #0000;justify-content:flex-start;width:100%}.sidebar-item--active{background:#eaf4ff;border-color:#eaf4ff}}
