.Sidebar-module__WZVnLW__sidebar{width:var(--sidebar-width);background:var(--bg-secondary);border-right:1px solid var(--border-primary);z-index:100;transition:width var(--transition-base),transform .25s ease;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.Sidebar-module__WZVnLW__collapsed{width:var(--sidebar-collapsed)}.Sidebar-module__WZVnLW__collapsed .Sidebar-module__WZVnLW__logoText,.Sidebar-module__WZVnLW__collapsed .Sidebar-module__WZVnLW__navLabel{display:none}.Sidebar-module__WZVnLW__logo{align-items:center;gap:var(--space-3);padding:var(--space-5)var(--space-5)var(--space-4);border-bottom:1px solid var(--border-secondary);margin-bottom:var(--space-2);min-height:64px;display:flex}.Sidebar-module__WZVnLW__logoIcon{border-radius:var(--radius-md);background:var(--accent-gradient);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Sidebar-module__WZVnLW__logoText{background:var(--accent-gradient);-webkit-text-fill-color:transparent;white-space:nowrap;-webkit-background-clip:text;background-clip:text;font-size:1.125rem;font-weight:700}.Sidebar-module__WZVnLW__nav{padding:var(--space-1)var(--space-3);gap:var(--space-1);flex-direction:column;flex:1;display:flex;overflow-y:auto}.Sidebar-module__WZVnLW__navItem{align-items:center;gap:var(--space-3);padding:var(--space-3)var(--space-4);border-radius:var(--radius-md);color:var(--text-tertiary);transition:all var(--transition-fast);white-space:nowrap;font-size:.875rem;font-weight:500;display:flex;position:relative}.Sidebar-module__WZVnLW__navItem:hover{color:var(--text-primary);background:var(--glass-hover)}.Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active{color:var(--accent-secondary);background:var(--accent-light)}.Sidebar-module__WZVnLW__activeIndicator{background:var(--accent-gradient);border-radius:3px;width:3px;height:20px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.Sidebar-module__WZVnLW__toggleBtn{margin:var(--space-2)var(--space-3)var(--space-4);padding:var(--space-2);border-radius:var(--radius-md);color:var(--text-tertiary);transition:all var(--transition-fast);border:1px solid var(--border-secondary);justify-content:center;align-items:center;display:flex}.Sidebar-module__WZVnLW__toggleBtn:hover{background:var(--bg-hover);color:var(--text-primary)}@media (min-width:769px) and (max-width:1024px){.Sidebar-module__WZVnLW__sidebar{width:var(--sidebar-collapsed)}.Sidebar-module__WZVnLW__sidebar .Sidebar-module__WZVnLW__logoText,.Sidebar-module__WZVnLW__sidebar .Sidebar-module__WZVnLW__navLabel{display:none}.Sidebar-module__WZVnLW__sidebar.Sidebar-module__WZVnLW__collapsed{width:var(--sidebar-width)}.Sidebar-module__WZVnLW__sidebar.Sidebar-module__WZVnLW__collapsed .Sidebar-module__WZVnLW__logoText,.Sidebar-module__WZVnLW__sidebar.Sidebar-module__WZVnLW__collapsed .Sidebar-module__WZVnLW__navLabel{display:block}}@media (max-width:768px){.Sidebar-module__WZVnLW__sidebar{width:280px;max-width:85vw;box-shadow:none;transform:translate(-100%)}.Sidebar-module__WZVnLW__sidebar.Sidebar-module__WZVnLW__collapsed{width:280px;max-width:85vw;box-shadow:var(--shadow-lg);transform:translate(0)}.Sidebar-module__WZVnLW__sidebar.Sidebar-module__WZVnLW__collapsed .Sidebar-module__WZVnLW__logoText,.Sidebar-module__WZVnLW__sidebar.Sidebar-module__WZVnLW__collapsed .Sidebar-module__WZVnLW__navLabel{display:block}.Sidebar-module__WZVnLW__toggleBtn{display:none}}
.modal-module__T5xzHG__overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000080;justify-content:center;align-items:center;animation:.2s ease-out modal-module__T5xzHG__fadeIn;display:flex;position:fixed;inset:0}.modal-module__T5xzHG__modal{background:var(--bg-primary,#fff);border-radius:var(--radius-lg,12px);border:1px solid var(--border-primary,#e2e8f0);flex-direction:column;width:100%;max-width:500px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) modal-module__T5xzHG__slideIn;display:flex;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-module__T5xzHG__dark .modal-module__T5xzHG__modal{background:var(--bg-secondary,#1e293b);border-color:var(--border-primary,#334155)}.modal-module__T5xzHG__header{padding:var(--space-4)var(--space-5);border-bottom:1px solid var(--border-secondary,#f1f5f9);justify-content:space-between;align-items:center;display:flex}.modal-module__T5xzHG__title{color:var(--text-primary,#0f172a);margin:0;font-size:1.125rem;font-weight:600}.modal-module__T5xzHG__closeBtn{color:var(--text-muted,#64748b);cursor:pointer;padding:var(--space-1);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:all .2s;display:flex}.modal-module__T5xzHG__closeBtn:hover{background:var(--bg-tertiary,#f8fafc);color:var(--text-primary,#0f172a)}.modal-module__T5xzHG__content{padding:var(--space-5)var(--space-5);color:var(--text-secondary,#475569);font-size:.9375rem;line-height:1.5;overflow-y:auto}.modal-module__T5xzHG__footer{justify-content:flex-end;align-items:center;gap:var(--space-3);padding:var(--space-4)var(--space-5);background:var(--bg-tertiary,#f8fafc);border-top:1px solid var(--border-secondary,#f1f5f9);border-bottom-left-radius:var(--radius-lg,12px);border-bottom-right-radius:var(--radius-lg,12px);display:flex}@keyframes modal-module__T5xzHG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modal-module__T5xzHG__slideIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:640px){.modal-module__T5xzHG__overlay{-webkit-backdrop-filter:none;backdrop-filter:none;align-items:flex-end}.modal-module__T5xzHG__modal{border-radius:0;width:100%;max-width:100%;height:100vh;max-height:100vh}.modal-module__T5xzHG__content{flex:1;overflow-y:auto}}
.change-password-modal-module__o6_tdW__form{margin-top:var(--space-2);gap:var(--space-4);flex-direction:column;display:flex}.change-password-modal-module__o6_tdW__field{position:relative}.change-password-modal-module__o6_tdW__label{margin-bottom:var(--space-2);color:var(--text-primary);font-size:.875rem;font-weight:600;display:block}.change-password-modal-module__o6_tdW__inputWrapper{position:relative}.change-password-modal-module__o6_tdW__input{width:100%;padding:var(--space-4)var(--space-7)var(--space-4)var(--space-4);box-sizing:border-box;border-radius:.85rem;font-size:.95rem}.change-password-modal-module__o6_tdW__iconBtn{color:#6b7280;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:flex;position:absolute;top:50%;right:.8rem;transform:translateY(-50%)}
.edit-product-module__QZJC-W__loadingWrap{padding:var(--space-7)0;text-align:center}.edit-product-module__QZJC-W__spinnerWrap{width:var(--space-6);height:var(--space-6);margin:0 auto var(--space-3);border:2.5px solid var(--border-secondary,var(--glass-border));border-top-color:var(--primary);border-radius:50%;animation:.7s linear infinite edit-product-module__QZJC-W__spin}@keyframes edit-product-module__QZJC-W__spin{to{transform:rotate(360deg)}}.edit-product-module__QZJC-W__loadingText{color:var(--text-tertiary)}.edit-product-module__QZJC-W__errorText{color:var(--text-muted)}
.Header-module__hBw1pG__header{top:0;right:0;left:var(--sidebar-width);height:var(--header-height);background:var(--bg-secondary);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-primary);padding:0 var(--space-5);z-index:90;transition:left var(--transition-base);justify-content:space-between;align-items:center;display:flex;position:fixed}.Header-module__hBw1pG__left{align-items:center;gap:var(--space-4);display:flex}.Header-module__hBw1pG__menuBtn{border-radius:var(--radius-md);width:36px;height:36px;color:var(--text-secondary);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__menuBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.Header-module__hBw1pG__searchBox{align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-4);background:var(--bg-tertiary);border:1px solid var(--border-secondary);border-radius:var(--radius-full);min-width:260px;color:var(--text-muted);transition:border-color var(--transition-fast);display:flex;position:relative}.Header-module__hBw1pG__searchBox:focus-within{border-color:var(--accent-primary);color:var(--text-secondary)}.Header-module__hBw1pG__searchInput{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;font-size:.8125rem}.Header-module__hBw1pG__searchInput::placeholder,.Header-module__hBw1pG__searchIcon{color:var(--text-muted)}.Header-module__hBw1pG__spinner{color:var(--text-muted);animation:1s linear infinite Header-module__hBw1pG__spin}@keyframes Header-module__hBw1pG__spin{to{transform:rotate(360deg)}}.Header-module__hBw1pG__clearBtn{color:var(--text-muted);cursor:pointer;padding:var(--space-half);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__clearBtn:hover{color:var(--text-primary)}.Header-module__hBw1pG__searchDropdown{top:calc(100% + var(--space-2));background:var(--bg-primary);border:1px solid var(--border-secondary);border-radius:var(--radius-md);z-index:1000;width:100%;min-width:320px;max-height:400px;position:absolute;left:0;overflow-y:auto;box-shadow:0 10px 25px #00000080}.Header-module__hBw1pG__searchList{margin:0;padding:0;list-style:none}.Header-module__hBw1pG__searchItem{border-bottom:1px solid var(--border-secondary)}.Header-module__hBw1pG__searchItem:last-child{border-bottom:none}.Header-module__hBw1pG__searchLink{padding:var(--space-3)var(--space-4);color:var(--text-primary);transition:background var(--transition-fast);align-items:center;text-decoration:none;display:flex}.Header-module__hBw1pG__searchLink:hover{background:var(--bg-hover)}.Header-module__hBw1pG__searchItemInfo{gap:var(--space-1);flex-direction:column;display:flex}.Header-module__hBw1pG__searchItemTitle{font-size:.875rem;font-weight:500}.Header-module__hBw1pG__searchItemSubtitle{color:var(--text-muted);font-size:.75rem}.Header-module__hBw1pG__searchEmpty{padding:var(--space-4);text-align:center;color:var(--text-muted);font-size:.875rem}.Header-module__hBw1pG__right{align-items:center;gap:var(--space-3);display:flex}.Header-module__hBw1pG__iconBtn{border-radius:var(--radius-md);width:36px;height:36px;color:var(--text-secondary);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex;position:relative}.Header-module__hBw1pG__iconBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.Header-module__hBw1pG__notifDot{background:var(--error);border:2px solid var(--bg-primary);border-radius:50%;width:7px;height:7px;position:absolute;top:8px;right:8px}.Header-module__hBw1pG__userContainer{align-items:center;display:flex;position:relative}.Header-module__hBw1pG__userInfoBtn{align-items:center;gap:var(--space-3);padding:var(--space-1)var(--space-3);border-radius:var(--radius-md);transition:background var(--transition-fast);display:flex}.Header-module__hBw1pG__userInfoBtn:hover{background:var(--bg-hover)}.Header-module__hBw1pG__avatar{border-radius:var(--radius-full);background:var(--accent-gradient);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8125rem;font-weight:600;display:flex;box-shadow:0 2px 8px #0003}.Header-module__hBw1pG__userMeta{text-align:left;flex-direction:column;display:flex}.Header-module__hBw1pG__userName{color:var(--text-primary);font-size:.8125rem;font-weight:600;line-height:1.2}.Header-module__hBw1pG__userRole{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:500}.Header-module__hBw1pG__userPopup{background:var(--bg-secondary);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-secondary);border-radius:var(--radius-lg);z-index:1000;width:280px;animation:.2s cubic-bezier(.16,1,.3,1) Header-module__hBw1pG__popupFadeIn;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 20px 50px #0006,0 0 0 1px #ffffff0d}@keyframes Header-module__hBw1pG__popupFadeIn{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.Header-module__hBw1pG__popupHeader{padding:var(--space-5);align-items:center;gap:var(--space-4);border-bottom:1px solid var(--border-primary);background:#ffffff05;display:flex}.Header-module__hBw1pG__popupAvatar{border-radius:var(--radius-full);background:var(--accent-gradient);color:#fff;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.125rem;font-weight:700;display:flex;box-shadow:0 4px 12px #0000004d}.Header-module__hBw1pG__popupMeta{flex-direction:column;display:flex}.Header-module__hBw1pG__popupName{color:var(--text-primary);font-size:.9375rem;font-weight:700}.Header-module__hBw1pG__popupRole{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;margin-top:1px;font-size:.75rem;font-weight:600}.Header-module__hBw1pG__popupCode{color:var(--text-muted);margin-top:var(--space-1);font-family:JetBrains Mono,monospace;font-size:.6875rem}.Header-module__hBw1pG__qrSection{padding:var(--space-5);background:#ffffff03;flex-direction:column;align-items:center;display:flex}.Header-module__hBw1pG__qrLabel{align-items:center;gap:var(--space-2);color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-4);font-size:.6875rem;font-weight:700;display:flex}.Header-module__hBw1pG__qrCard{padding:var(--space-3);border-radius:var(--radius-md);background:#fff;justify-content:center;align-items:center;display:flex;box-shadow:0 8px 24px #0003}.Header-module__hBw1pG__qrCanvas{display:block}.Header-module__hBw1pG__qrNote{margin-top:var(--space-4);color:var(--text-muted);text-align:center;padding:0 var(--space-3);margin-bottom:var(--space-5);font-size:.75rem;line-height:1.4}.Header-module__hBw1pG__qrDownloadBtn{justify-content:center;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-3);background:rgba(var(--accent-primary-rgb),.1);color:var(--accent-primary);border:1px solid rgba(var(--accent-primary-rgb),.2);border-radius:var(--radius-md);transition:all var(--transition-fast);font-size:.8125rem;font-weight:600;display:flex}.Header-module__hBw1pG__qrDownloadBtn:hover{background:var(--accent-primary);color:#fff;box-shadow:0 4px 12px rgba(var(--accent-primary-rgb),.3);transform:translateY(-1px)}.Header-module__hBw1pG__popupFooter{padding:var(--space-3);background:#0000001a}.Header-module__hBw1pG__popupChangePasswordBtn{justify-content:center;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-3);background:rgba(var(--accent-primary-rgb),.1);color:var(--accent-primary);border-radius:var(--radius-md);transition:all var(--transition-fast);margin-bottom:var(--space-2);font-size:.8125rem;font-weight:600;display:flex}.Header-module__hBw1pG__popupChangePasswordBtn:hover{background:var(--accent-primary);color:#fff;box-shadow:0 4px 12px rgba(var(--accent-primary-rgb),.3);transform:translateY(-1px)}.Header-module__hBw1pG__popupLogoutBtn{justify-content:center;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-3);color:#ef4444;border-radius:var(--radius-md);transition:all var(--transition-fast);background:#ef44441a;font-size:.8125rem;font-weight:600;display:flex}.Header-module__hBw1pG__popupLogoutBtn:hover{color:#fff;background:#ef4444;transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}@media (max-width:768px){.Header-module__hBw1pG__header{padding:0 var(--space-3);left:0!important}.Header-module__hBw1pG__searchBox{display:none}.Header-module__hBw1pG__searchIconBtn{display:flex}.Header-module__hBw1pG__userMeta{display:none}.Header-module__hBw1pG__userPopup{top:var(--header-height);left:var(--space-3);right:var(--space-3);width:auto;position:fixed}}@media (min-width:769px) and (max-width:1024px){.Header-module__hBw1pG__searchBox{min-width:180px}}.Header-module__hBw1pG__searchOverlay{top:var(--header-height);background:var(--bg-secondary);padding:var(--space-3);z-index:100;box-shadow:var(--shadow-lg);position:fixed;left:0;right:0}.Header-module__hBw1pG__searchOverlay .Header-module__hBw1pG__searchBox{width:100%;min-width:0;display:flex}.Header-module__hBw1pG__searchIconBtn{border-radius:var(--radius-md);width:36px;height:36px;color:var(--text-secondary);transition:all var(--transition-fast);justify-content:center;align-items:center;display:none}.Header-module__hBw1pG__searchIconBtn:hover{background:var(--bg-hover);color:var(--text-primary)}
.admin-layout-module__sUciFG__layout{min-height:100vh}.admin-layout-module__sUciFG__main{transition:margin-left var(--transition-base)}.admin-layout-module__sUciFG__content{padding:calc(var(--header-height) + var(--space-5))var(--space-5)var(--space-5);min-height:100vh}.admin-layout-module__sUciFG__loadingScreen{background:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;display:flex}.admin-layout-module__sUciFG__loadingContent{align-items:center;gap:var(--space-4);color:var(--text-secondary);flex-direction:column;font-size:.875rem;display:flex}.admin-layout-module__sUciFG__mobileOverlay{display:none}@media (max-width:768px){.admin-layout-module__sUciFG__main{margin-left:0!important}.admin-layout-module__sUciFG__content{padding:calc(var(--header-height) + var(--space-4))var(--space-4)var(--space-4)}.admin-layout-module__sUciFG__mobileOverlay{z-index:95;background:#00000080;display:block;position:fixed;inset:0}}@media (min-width:769px) and (max-width:1024px){.admin-layout-module__sUciFG__content{padding:calc(var(--header-height) + var(--space-4))var(--space-4)var(--space-4)}}
.sales-layout-module__AVDteW__shell{--sales-surface:#faf4ff;--sales-surface-low:#f5eeff;--sales-surface-lowest:#fff;--sales-surface-high:#e7deff;--sales-outline:#7a719c2e;--sales-outline-ghost:#7a719c1a;--sales-text:#312950;--sales-text-muted:#5f5680;--sales-primary:#4a47d2;--sales-primary-dim:#3d38c5;--sales-primary-soft:#9695ff;--sales-secondary:#0058bb;--sales-secondary-soft:#bed2ff;--sales-tertiary:#973773;--sales-tertiary-soft:#fd8bcc;background:var(--sales-surface);min-height:100vh;color:var(--sales-text)}.sales-layout-module__AVDteW__shell,.sales-layout-module__AVDteW__main{display:flex}.sales-layout-module__AVDteW__sidebar{width:17rem;min-height:100vh;padding:var(--space-5)var(--space-4);background:var(--sales-surface-low);z-index:40;flex-direction:column;display:flex;position:fixed;inset:0 auto 0 0}.sales-layout-module__AVDteW__brandBlock{padding:var(--space-1)var(--space-3)var(--space-6)}.sales-layout-module__AVDteW__brandTitle{letter-spacing:-.04em;font-family:Manrope,sans-serif;font-size:1.45rem;font-weight:800}.sales-layout-module__AVDteW__brandSubtitle{margin-top:var(--space-1);text-transform:uppercase;letter-spacing:.22em;color:var(--sales-primary);font-size:.68rem;font-weight:700}.sales-layout-module__AVDteW__nav{gap:var(--space-2);flex-direction:column;display:flex}.sales-layout-module__AVDteW__navItem{align-items:center;gap:var(--space-4);min-height:3rem;padding:0 var(--space-4);color:var(--sales-text-muted);border-radius:999px;font-size:.95rem;font-weight:600;transition:background .18s,color .18s,transform .18s;display:inline-flex}.sales-layout-module__AVDteW__navItem:hover{color:var(--sales-text);background:#e7deffbf}.sales-layout-module__AVDteW__navItemActive{background:var(--sales-surface-high);color:var(--sales-primary)}.sales-layout-module__AVDteW__sidebarFooter{padding:var(--space-5)var(--space-1)0;margin-top:auto}.sales-layout-module__AVDteW__quickOrderButton{justify-content:center;align-items:center;gap:var(--space-2);background:linear-gradient(135deg,var(--sales-primary),var(--sales-primary-dim));color:#f4f1ff;border-radius:1rem;width:100%;min-height:3rem;font-weight:700;display:inline-flex;box-shadow:0 16px 32px #4a47d238}.sales-layout-module__AVDteW__utilityLinks{margin-top:var(--space-5);padding-top:var(--space-5);border-top:1px solid var(--sales-outline-ghost);gap:var(--space-1);flex-direction:column;display:flex}.sales-layout-module__AVDteW__utilityItem{align-items:center;gap:var(--space-3);min-height:2.75rem;padding:0 var(--space-4);color:var(--sales-text-muted);border-radius:.9rem;font-weight:600;display:inline-flex}.sales-layout-module__AVDteW__utilityItem:hover{background:#e7deff8c}.sales-layout-module__AVDteW__logoutItem{color:#d34a61}.sales-layout-module__AVDteW__mobileScrim{z-index:30;background:#10072d57;position:fixed;inset:0}.sales-layout-module__AVDteW__main{flex-direction:column;flex:1;min-width:0;margin-left:17rem}.sales-layout-module__AVDteW__topbar{z-index:25;min-height:4.5rem;padding:0 var(--space-6);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--sales-outline-ghost);background:#faf4ffbd;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.sales-layout-module__AVDteW__topbarLeft,.sales-layout-module__AVDteW__topbarRight{align-items:center;gap:var(--space-4);display:flex}.sales-layout-module__AVDteW__topbarTitle{font-family:Manrope,sans-serif;font-size:1.15rem;font-weight:800}.sales-layout-module__AVDteW__mobileMenuButton,.sales-layout-module__AVDteW__iconButton{width:2.5rem;height:2.5rem;color:var(--sales-text-muted);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.sales-layout-module__AVDteW__mobileMenuButton:hover,.sales-layout-module__AVDteW__iconButton:hover{color:var(--sales-text);background:#e7deffb8}.sales-layout-module__AVDteW__mobileMenuButton{display:none}.sales-layout-module__AVDteW__searchShell{align-items:center;gap:var(--space-3);min-width:18rem;padding:var(--space-4)var(--space-4);background:var(--sales-surface-low);color:var(--sales-text-muted);box-shadow:inset 0 0 0 1px var(--sales-outline-ghost);border-radius:999px;display:inline-flex}.sales-layout-module__AVDteW__searchShell input{width:100%;color:var(--sales-text);background:0 0;border:none;outline:none}.sales-layout-module__AVDteW__avatar{background:linear-gradient(135deg,var(--sales-primary-soft),var(--sales-secondary-soft));width:2.25rem;height:2.25rem;color:var(--sales-text);border-radius:999px;place-items:center;font-size:.78rem;font-weight:800;display:grid;box-shadow:inset 0 0 0 2px #ffffffe6}.sales-layout-module__AVDteW__avatarImage{object-fit:cover;border-radius:inherit;width:100%;height:100%}.sales-layout-module__AVDteW__content{min-width:0;padding:var(--space-6)}.sales-layout-module__AVDteW__bottomNav{display:none}.sales-layout-module__AVDteW__loadingScreen{background:var(--sales-surface);place-items:center;min-height:100vh;display:grid}.sales-layout-module__AVDteW__loadingCard{align-items:center;gap:var(--space-4);padding:var(--space-4)var(--space-5);background:var(--sales-surface-lowest);border-radius:1.35rem;display:inline-flex;box-shadow:0 20px 40px #3129500f}@media (max-width:1024px){.sales-layout-module__AVDteW__mobileMenuButton{display:inline-flex}.sales-layout-module__AVDteW__sidebar{transition:transform .18s;transform:translate(-100%)}.sales-layout-module__AVDteW__sidebarOpen{transform:translate(0)}.sales-layout-module__AVDteW__main{margin-left:0}}@media (max-width:720px){.sales-layout-module__AVDteW__topbar,.sales-layout-module__AVDteW__content{padding-left:var(--space-4);padding-right:var(--space-4)}.sales-layout-module__AVDteW__searchShell{width:min(100%,14rem);min-width:0}.sales-layout-module__AVDteW__content{padding-bottom:6rem}.sales-layout-module__AVDteW__bottomNav{z-index:35;justify-content:space-around;align-items:center;gap:var(--space-3);padding:var(--space-3)var(--space-4)calc(var(--space-4) + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;border-top:1px solid #31295014;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 24px #31295014}.sales-layout-module__AVDteW__bottomNavItem{justify-content:center;align-items:center;gap:var(--space-1);color:#31295073;letter-spacing:.08em;text-transform:uppercase;border-radius:.95rem;flex-direction:column;flex:1;min-height:3rem;font-size:.64rem;font-weight:800;display:inline-flex}.sales-layout-module__AVDteW__bottomNavItemActive{background:var(--sales-surface-high);color:var(--sales-text)}}.sales-layout-module__AVDteW__userContainer{align-items:center;display:flex;position:relative}.sales-layout-module__AVDteW__avatarBtn{cursor:pointer;background:0 0;border:none;border-radius:999px;padding:0;transition:transform .2s}.sales-layout-module__AVDteW__avatarBtn:hover{transform:scale(1.05)}.sales-layout-module__AVDteW__userPopup{top:calc(100% + var(--space-4));z-index:100;background:#fff;border-radius:1.5rem;width:280px;animation:.3s cubic-bezier(.16,1,.3,1) sales-layout-module__AVDteW__popupSlideIn;position:absolute;right:0;overflow:hidden;box-shadow:0 24px 48px #3129502e,0 0 0 1px #3129500d}@keyframes sales-layout-module__AVDteW__popupSlideIn{0%{opacity:0;transform:translateY(12px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.sales-layout-module__AVDteW__popupHeader{padding:var(--space-5);align-items:center;gap:var(--space-4);background:var(--sales-surface-low);border-bottom:1px solid var(--sales-outline-ghost);display:flex}.sales-layout-module__AVDteW__popupAvatar{background:linear-gradient(135deg,var(--sales-primary),var(--sales-primary-dim));color:#fff;border-radius:999px;place-items:center;width:3.5rem;height:3.5rem;font-size:1.2rem;font-weight:800;display:grid;box-shadow:0 8px 16px #4a47d240}.sales-layout-module__AVDteW__popupMeta{flex-direction:column;min-width:0;display:flex}.sales-layout-module__AVDteW__popupName{color:var(--sales-text);white-space:nowrap;text-overflow:ellipsis;font-family:Manrope,sans-serif;font-size:1.05rem;font-weight:800;overflow:hidden}.sales-layout-module__AVDteW__popupRole{color:var(--sales-primary);text-transform:uppercase;letter-spacing:.1em;margin-top:var(--space-1);font-size:.72rem;font-weight:700}.sales-layout-module__AVDteW__popupCode{color:var(--sales-text-muted);margin-top:var(--space-1);font-size:.68rem;font-weight:600}.sales-layout-module__AVDteW__qrSection{padding:var(--space-6);flex-direction:column;align-items:center;display:flex}.sales-layout-module__AVDteW__qrLabel{align-items:center;gap:var(--space-2);color:var(--sales-text-muted);text-transform:uppercase;letter-spacing:.15em;margin-bottom:var(--space-5);font-size:.7rem;font-weight:800;display:flex}.sales-layout-module__AVDteW__qrCard{padding:var(--space-4);border:1px solid var(--sales-outline-ghost);background:#fff;border-radius:1.25rem;box-shadow:0 12px 24px #3129501f}.sales-layout-module__AVDteW__qrCanvas{display:block}.sales-layout-module__AVDteW__qrNote{margin-top:var(--space-5);color:var(--sales-text-muted);text-align:center;margin-bottom:var(--space-5);font-size:.75rem;font-weight:500;line-height:1.5}.sales-layout-module__AVDteW__qrDownloadBtn{justify-content:center;align-items:center;gap:var(--space-3);background:var(--sales-surface-low);width:100%;min-height:2.75rem;color:var(--sales-primary);border:1px solid var(--sales-outline-ghost);border-radius:.85rem;font-size:.82rem;font-weight:700;transition:all .2s;display:inline-flex}.sales-layout-module__AVDteW__qrDownloadBtn:hover{background:var(--sales-primary);color:#fff;transform:translateY(-2px);box-shadow:0 8px 16px #4a47d233}.sales-layout-module__AVDteW__popupFooter{padding:var(--space-3)var(--space-4)var(--space-4)}.sales-layout-module__AVDteW__popupChangePasswordBtn{justify-content:center;align-items:center;gap:var(--space-3);background:var(--sales-surface-low);width:100%;min-height:2.85rem;color:var(--sales-primary);margin-bottom:var(--space-3);border-radius:.85rem;font-size:.88rem;font-weight:700;transition:all .2s;display:inline-flex}.sales-layout-module__AVDteW__popupChangePasswordBtn:hover{background:var(--sales-primary);color:#fff;transform:translateY(-2px);box-shadow:0 8px 16px #4a47d233}.sales-layout-module__AVDteW__popupLogoutBtn{justify-content:center;align-items:center;gap:var(--space-3);color:#d34a61;background:#fff0f3;border-radius:.85rem;width:100%;min-height:2.85rem;font-size:.88rem;font-weight:700;transition:all .2s;display:inline-flex}.sales-layout-module__AVDteW__popupLogoutBtn:hover{color:#fff;background:#d34a61;transform:translateY(-2px);box-shadow:0 8px 16px #d34a6133}
