:root{--navbar-height:58px;--navbar-border:#e8edf5;--navbar-text:#172033;--navbar-muted:#7b879b;--navbar-accent:#4a6cf7;--navbar-danger:#dc3545}.navbar{position:sticky;top:0;z-index:50;width:100%;color:var(--navbar-text);background:hsla(0,0%,100%,.94);border-bottom:1px solid var(--navbar-border);box-shadow:0 1px 5px rgba(15,23,42,.04);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.navbar-container{display:grid;grid-template-columns:minmax(120px,1fr) minmax(0,auto) minmax(120px,1fr);width:100%;min-height:var(--navbar-height);align-items:center;gap:16px;padding:0 16px}.navbar-brand{min-width:0;justify-content:flex-start}.logo-wrapper,.navbar-brand{display:flex;align-items:center}.logo-wrapper{justify-content:center}.brand-logo{display:block;width:auto;max-width:104px;height:34px;-o-object-fit:contain;object-fit:contain}.navbar-module{display:flex;min-width:0;max-width:min(44vw,620px);flex-direction:column;align-items:center;justify-content:center;gap:1px;text-align:center}.module-label{color:var(--navbar-accent);font-size:9px;line-height:11px;letter-spacing:1.4px;text-transform:uppercase}.module-label,.module-title{font-family:Inter,Segoe UI,sans-serif;font-weight:700}.module-title{width:100%;margin:0;overflow:hidden;color:var(--navbar-text);font-size:16px;line-height:20px;letter-spacing:-.15px;text-overflow:ellipsis;white-space:nowrap}.navbar-actions{display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:10px}.business-profiles{display:flex;align-items:center;gap:5px}.profile-badge{display:flex;width:30px;height:30px;flex:0 0 30px;align-items:center;justify-content:center;overflow:hidden;color:#4f64b8;background:#f5f7ff;border:1px solid #e1e7f5;border-radius:8px;box-shadow:0 1px 2px rgba(15,23,42,.04)}.profile-avatar{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-initial{display:flex;width:100%;height:100%;align-items:center;justify-content:center;background:linear-gradient(145deg,#f4f6ff,#e8edff);font-size:12px;font-weight:700}.more-profiles,.placeholder{color:#68758a;background:#f4f6f9}.more-profiles span,.placeholder span{font-size:10px;font-weight:700}.logout-btn{display:inline-flex;min-height:32px;align-items:center;justify-content:center;gap:6px;padding:5px 10px;color:#596579;background:#fff;border:1px solid #dfe5ee;border-radius:8px;font-family:Inter,Segoe UI,sans-serif;font-size:12px;font-weight:600;white-space:nowrap;cursor:pointer;transition:color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.logout-icon{width:16px;height:16px;flex:0 0 16px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.logout-btn:hover{color:var(--navbar-danger);background:#fff7f7;border-color:#f4b8be;box-shadow:0 2px 7px rgba(220,53,69,.09)}.logout-btn:active{background:#ffeded}.logout-btn:focus-visible{outline:2px solid rgba(74,108,247,.55);outline-offset:2px}@media (max-width:1024px){.navbar-container{grid-template-columns:minmax(92px,1fr) minmax(0,auto) minmax(92px,1fr);gap:10px;padding:0 12px}.navbar-module{max-width:42vw}.module-title{font-size:15px}}@media (max-width:768px){.navbar-container{grid-template-columns:78px minmax(0,1fr) auto;min-height:54px;padding:0 10px 0 56px}.brand-logo{max-width:78px;height:29px}.navbar-module{max-width:none}.module-title{font-size:14px;line-height:18px}.module-label{font-size:8px}.profile-badge{width:28px;height:28px;flex-basis:28px}.logout-btn{min-height:30px;padding:4px 8px}}@media (max-width:560px){.navbar-container{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding-left:54px}.business-profiles,.module-label,.navbar-brand{display:none}.navbar-module{align-items:flex-start;text-align:left}.module-title{font-size:13.5px}.logout-btn span{display:none}.logout-btn{width:30px;padding:0}}@media (prefers-reduced-motion:reduce){.navbar .logout-btn{transition:none}}:root{--sidebar-width:238px;--sidebar-collapsed-width:48px;--sidebar-bg-start:#4a6cf7;--sidebar-bg-end:#3657dc;--sidebar-text:#fff;--sidebar-text-muted:hsla(0,0%,100%,.78);--sidebar-divider:hsla(0,0%,100%,.14);--sidebar-hover:hsla(0,0%,100%,.1);--sidebar-active:hsla(0,0%,100%,.18);--sidebar-focus:hsla(0,0%,100%,.72)}.drawer-paper{width:var(--sidebar-width)!important;overflow-x:hidden;color:var(--sidebar-text);background:linear-gradient(180deg,var(--sidebar-bg-start) 0,var(--sidebar-bg-end) 100%);border-right:0!important;box-shadow:3px 0 12px rgba(30,64,175,.08);font-family:Inter,Segoe UI,Roboto,sans-serif!important;transition:width .24s cubic-bezier(.4,0,.2,1)!important;z-index:1200}.drawer-paper:not(.open){width:var(--sidebar-collapsed-width)!important}.drawer-header{display:flex;flex:0 0 58px;align-items:center;justify-content:space-between;min-height:58px;padding:0 10px;border-bottom:1px solid var(--sidebar-divider)}.drawer-paper:not(.open) .drawer-header{justify-content:center;padding-inline:0}.logo-container{display:flex;min-width:0;flex:1;align-items:center;justify-content:flex-start;overflow:hidden;opacity:1;transition:opacity .15s ease}.logo{display:block;width:auto;max-width:132px;height:34px;-o-object-fit:contain;object-fit:contain}.drawer-paper:not(.open) .logo-container{display:none;pointer-events:none;opacity:0}.drawer-toggle.MuiIconButton-root{width:34px;height:34px;flex:0 0 34px;color:hsla(0,0%,100%,.94);border:1px solid transparent;border-radius:8px;transition:background-color .16s ease,border-color .16s ease,transform .2s ease}.drawer-toggle.MuiIconButton-root:hover{color:#fff;background:var(--sidebar-hover);border-color:hsla(0,0%,100%,.12)}.menu-list.MuiList-root{padding:8px 0 12px}.menu-list-item.MuiListItem-root{display:block}.menu-item.MuiListItemButton-root{position:relative;display:flex;min-height:42px;align-items:center;margin:3px 8px;padding:8px 10px;overflow:hidden;color:var(--sidebar-text-muted);border:1px solid transparent;border-radius:8px;transition:color .16s ease,background-color .16s ease,border-color .16s ease,transform .16s ease}.menu-item.MuiListItemButton-root:hover{color:#fff;background:var(--sidebar-hover);transform:translateX(2px)}.menu-item.MuiListItemButton-root.Mui-selected,.menu-item.MuiListItemButton-root.Mui-selected:hover,.menu-item.MuiListItemButton-root.active{color:#fff;background:var(--sidebar-active);border-color:hsla(0,0%,100%,.13);box-shadow:0 3px 9px rgba(23,37,84,.08)}.menu-item.active:before{position:absolute;top:9px;bottom:9px;left:0;width:3px;content:"";background:#fff;border-radius:0 4px 4px 0}.menu-item.MuiListItemButton-root:focus-visible{outline:2px solid var(--sidebar-focus);outline-offset:-2px}.icon-wrapper.MuiListItemIcon-root{display:flex;width:30px;min-width:30px;height:30px;flex:0 0 30px;align-items:center;justify-content:center;margin-right:10px;color:currentColor}.icon-wrapper .MuiSvgIcon-root{width:20px;height:20px;color:currentColor;font-size:20px}.menu-text.MuiListItemText-root{min-width:0;margin:0;color:inherit}.menu-text .MuiListItemText-primary{overflow:hidden;color:inherit;font-size:13px;font-weight:500;line-height:20px;letter-spacing:.1px;text-overflow:ellipsis;white-space:nowrap}.menu-item.active .menu-text .MuiListItemText-primary{font-weight:650}.drawer-paper:not(.open) .menu-item.MuiListItemButton-root{width:40px;min-width:40px;justify-content:center;margin:3px 4px;padding:7px;transform:none}.drawer-paper:not(.open) .icon-wrapper.MuiListItemIcon-root{margin-right:0}.drawer-paper:not(.open) .menu-text{display:none}.drawer-paper::-webkit-scrollbar{width:5px}.drawer-paper::-webkit-scrollbar-track{background:transparent}.drawer-paper::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.22);border-radius:999px}.mobile-menu-trigger.MuiIconButton-root{position:fixed;top:10px;left:10px;z-index:1301;width:40px;height:40px;color:var(--sidebar-bg-start);background:#fff;border:1px solid rgba(74,108,247,.2);border-radius:11px;box-shadow:0 5px 16px rgba(15,23,42,.14)}.mobile-menu-trigger.MuiIconButton-root:hover{background:#f7f9ff}.mobile-drawer-paper.drawer-paper,.mobile-drawer-paper.drawer-paper:not(.open){width:min(var(--sidebar-width),84vw)!important;max-width:84vw;height:100dvh;overflow-y:auto;box-shadow:8px 0 22px rgba(15,23,42,.16)}.mobile-drawer-paper .drawer-header{justify-content:space-between!important;padding:0 10px!important}.mobile-drawer-paper .logo-container{display:flex!important;pointer-events:auto!important;opacity:1!important}.mobile-drawer-paper .menu-item.MuiListItemButton-root{width:auto;min-width:0;justify-content:flex-start;margin:3px 8px;padding:8px 10px}.mobile-drawer-paper .icon-wrapper.MuiListItemIcon-root{margin-right:10px}.mobile-drawer-paper .menu-text{display:block!important}.mobile-drawer-paper .menu-item:hover{transform:none}@media (max-width:480px){.mobile-menu-trigger.MuiIconButton-root{top:8px;left:8px;width:38px;height:38px}.mobile-drawer-paper.drawer-paper,.mobile-drawer-paper.drawer-paper:not(.open){width:min(238px,86vw)!important;max-width:86vw}.mobile-drawer-paper .drawer-header{min-height:56px;flex-basis:56px}.mobile-drawer-paper .logo{max-width:128px;height:33px}}@media (prefers-reduced-motion:reduce){.drawer-paper,.drawer-toggle,.logo-container,.menu-item{transition:none!important}}