.navbar{position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.9);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(226,232,240,.6);transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;box-shadow:0 1px 3px rgba(0,0,0,.05)}.navbar-container{width:100%;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:28px}.navbar-brand{flex-shrink:0}.logo-wrapper,.navbar-brand{display:flex;align-items:center}.logo-wrapper{justify-content:center;transition:transform .2s ease}.logo-wrapper:hover{transform:scale(1.02)}.brand-logo{width:auto;height:40px;-o-object-fit:contain;object-fit:contain}.navbar-module{flex:0 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.125rem;margin:0 2rem}.module-label{font-size:.65rem;font-weight:600;letter-spacing:1px;color:#94a3b8;text-transform:uppercase}.module-label,.module-title{font-family:Inter,-apple-system,sans-serif}.module-title{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0;padding:0;background:linear-gradient(135deg,#1e293b,#475569);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:600px;text-align:center}.navbar-actions{flex-shrink:0;display:flex;align-items:center;gap:1rem}.business-profiles{display:flex;align-items:center;gap:.5rem}.profile-badge{width:36px;height:36px;border-radius:10px;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;transition:all .2s ease;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-badge:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 4px 12px rgba(0,0,0,.08);background:#fff}.profile-avatar{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-initial{font-size:14px;font-weight:600;color:#5e7aee;background:linear-gradient(135deg,#eef2ff,#e0e7ff);width:100%;height:100%;display:flex;align-items:center;justify-content:center}.more-profiles{background:#f1f5f9}.more-profiles span{font-size:11px;font-weight:600;color:#64748b}.placeholder span{font-size:11px;font-weight:600;color:#94a3b8}.logout-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,-apple-system,sans-serif;white-space:nowrap}.logout-icon{width:18px;height:18px;stroke:currentColor;stroke-width:2}.logout-btn:hover{background:#ef4444;border-color:#ef4444;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(239,68,68,.25)}.logout-btn:active{transform:translateY(0)}@media (max-width:1024px){.navbar-container{padding:0 .875rem;gap:1rem}.navbar-module{margin:0 1rem}.module-title{font-size:1rem;max-width:400px}}@media (max-width:768px){.navbar-container{padding:0 .75rem;gap:.75rem;min-height:26px}.brand-logo{height:32px}.navbar-module{margin:0 .5rem}.module-label{font-size:.6rem}.module-title{font-size:.9rem;max-width:180px}.profile-badge{width:32px;height:32px}.profile-initial{font-size:12px}.logout-btn{padding:.4rem .8rem;font-size:.8rem}.logout-icon{width:16px;height:16px}}@media (max-width:480px){.navbar-container{padding:0 .625rem;gap:.5rem;min-height:24px}.module-label{display:none}.brand-logo{height:28px}.navbar-module{flex:1;margin:0;align-self:center}.module-title{font-size:.85rem;max-width:140px;line-height:1.2}.business-profiles{gap:.25rem}.profile-badge{width:30px;height:30px}.logout-btn span{display:none}.logout-btn{padding:.5rem;border-radius:8px}.logout-icon{width:18px;height:18px;margin:0}}@media (max-width:360px){.navbar-container{padding:0 .5rem;min-height:22px}.module-title{max-width:100px;font-size:.75rem}.business-profiles{display:none}}.navbar-scrolled{background:hsla(0,0%,100%,.98);box-shadow:0 4px 20px rgba(0,0,0,.05)}.logout-btn:focus-visible,.profile-badge:focus-visible{outline:2px solid #5e7aee;outline-offset:2px}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--sidebar-bg:#4a6cf7;--sidebar-bg-hover:#3b5bdb;--sidebar-bg-active:#2b4cb0;--text-color:#fff;--divider-color:hsla(0,0%,100%,.15)}.drawer-paper{width:280px!important;background:linear-gradient(180deg,var(--sidebar-bg) 0,#3b5bdb 100%);border-right:none!important;color:var(--text-color);font-family:Inter,Segoe UI,Roboto,sans-serif!important;transition:width .3s cubic-bezier(.4,0,.2,1);overflow-x:hidden;box-shadow:none;z-index:1200}.drawer-paper:not(.open){width:48px!important}.drawer-header{justify-content:space-between;height:64px;padding:0 12px!important;border-bottom:1px solid var(--divider-color);background-color:transparent!important}.drawer-header,.logo-container{display:flex;align-items:center}.logo-container{flex-grow:1;justify-content:flex-start;opacity:1;transition:opacity .2s ease}.drawer-paper:not(.open) .logo-container{opacity:0;pointer-events:none;display:none}.logo{width:auto;height:40px;-o-object-fit:contain;object-fit:contain}.drawer-header .MuiIconButton-root{color:hsla(0,0%,100%,.9);padding:8px;transition:transform .3s ease}.drawer-header .MuiIconButton-root:hover{background-color:hsla(0,0%,100%,.1);transform:rotate(90deg)}.menu-item{display:flex;align-items:center;padding:12px 16px!important;margin:4px 12px;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out;color:hsla(0,0%,100%,.85);min-height:48px}.menu-item:hover{background-color:hsla(0,0%,100%,.1);color:#fff;transform:translateX(2px)}.menu-item.active{background-color:hsla(0,0%,100%,.2);color:#fff;font-weight:600;box-shadow:0 2px 8px rgba(0,0,0,.1)}.menu-item .MuiListItemIcon-root{min-width:auto!important;margin-right:16px;color:inherit}.menu-item .MuiSvgIcon-root{font-size:22px!important}.menu-text{font-size:14px;font-weight:500;letter-spacing:.2px;white-space:nowrap;opacity:1;transition:opacity .2s}.drawer-paper:not(.open) .MuiCollapse-root,.drawer-paper:not(.open) .menu-sub-item,.drawer-paper:not(.open) .menu-text{display:none!important}.drawer-paper:not(.open) .menu-item{justify-content:center;padding:12px 0!important;margin:4px}.drawer-paper:not(.open) .menu-item .MuiListItemIcon-root{margin-right:0}.submenu-list{padding-left:60px;padding-bottom:8px}.submenu-item{padding:8px 12px!important;margin:2px 0;border-radius:6px;font-size:13px;color:hsla(0,0%,100%,.7);transition:all .2s}.submenu-item:hover{background-color:hsla(0,0%,100%,.05);color:#fff}.submenu-item.active{background-color:hsla(0,0%,100%,.15);color:#fff;font-weight:500}.drawer-paper::-webkit-scrollbar{width:4px}.drawer-paper::-webkit-scrollbar-track{background:transparent}.drawer-paper::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:10px}.drawer-paper::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.4)}