.Sidebar-module__WZVnLW__sidebar{width:var(--sidebar-width);background:var(--bg-sidebar);z-index:100;height:100vh;transition:transform var(--transition-slow);flex-direction:column;display:flex;position:fixed;top:0;right:0;overflow:hidden}.Sidebar-module__WZVnLW__logo{align-items:center;gap:var(--space-3);padding:var(--space-5);border-bottom:1px solid #ffffff14;display:flex}.Sidebar-module__WZVnLW__logoIcon{background:var(--secondary);border-radius:var(--radius-sm);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.Sidebar-module__WZVnLW__logoText{flex-direction:column;display:flex}.Sidebar-module__WZVnLW__logoTitle{color:var(--text-white);font-weight:700;font-size:var(--fs-base);line-height:1.2}.Sidebar-module__WZVnLW__logoSubtitle{color:var(--text-muted);font-size:var(--fs-xs)}.Sidebar-module__WZVnLW__mobileClose{color:var(--text-muted);padding:var(--space-1);border-radius:var(--radius-xs);cursor:pointer;transition:all var(--transition);background:0 0;border:none;margin-right:auto;display:none}.Sidebar-module__WZVnLW__mobileClose:hover{color:#fff;background:#ffffff1a}.Sidebar-module__WZVnLW__nav{padding:var(--space-3);flex-direction:column;flex:1;gap:2px;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-sm);color:var(--text-muted);font-size:var(--fs-sm);transition:all var(--transition);font-weight:500;text-decoration:none;display:flex}.Sidebar-module__WZVnLW__navItem:hover{background:var(--bg-sidebar-hover);color:var(--text-white)}.Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active{background:var(--bg-sidebar-active);color:var(--text-white);font-weight:600}.Sidebar-module__WZVnLW__navIcon{flex-shrink:0;align-items:center;display:flex}.Sidebar-module__WZVnLW__navLabel{white-space:nowrap;flex:1}.Sidebar-module__WZVnLW__navSection{margin-bottom:2px}.Sidebar-module__WZVnLW__sectionHeader{align-items:center;gap:var(--space-3);padding:var(--space-3)var(--space-4);border-radius:var(--radius-sm);color:var(--text-muted);font-size:var(--fs-sm);transition:all var(--transition);cursor:pointer;text-align:right;width:100%;font-weight:600;font-family:var(--font);background:0 0;border:none;display:flex}.Sidebar-module__WZVnLW__sectionHeader:hover{background:var(--bg-sidebar-hover);color:var(--text-white)}.Sidebar-module__WZVnLW__sectionChevron{transition:transform var(--transition);opacity:.5;margin-right:auto}.Sidebar-module__WZVnLW__sectionOpen .Sidebar-module__WZVnLW__sectionChevron{opacity:.8;transform:rotate(180deg)}.Sidebar-module__WZVnLW__sectionItems{max-height:0;transition:max-height var(--transition-slow);overflow:hidden}.Sidebar-module__WZVnLW__sectionItemsOpen{max-height:500px}.Sidebar-module__WZVnLW__subItem{align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-4);padding-right:calc(var(--space-4) + 28px);border-radius:var(--radius-xs);color:var(--text-muted);font-size:var(--fs-xs);transition:all var(--transition);font-weight:400;text-decoration:none;display:flex;position:relative}.Sidebar-module__WZVnLW__subItem:before{content:"";right:calc(var(--space-4) + 10px);width:6px;height:6px;transition:all var(--transition);background:#ffffff26;border-radius:50%;position:absolute}.Sidebar-module__WZVnLW__subItem:hover{color:var(--text-white)}.Sidebar-module__WZVnLW__subItem:hover:before{background:#fff6}.Sidebar-module__WZVnLW__subItemActive{color:var(--text-white);font-weight:600}.Sidebar-module__WZVnLW__subItemActive:before{box-shadow:0 0 6px #dc262666;background:var(--secondary)!important}.Sidebar-module__WZVnLW__subIcon{opacity:.7;flex-shrink:0;align-items:center;display:flex}.Sidebar-module__WZVnLW__footer{padding:var(--space-4);align-items:center;gap:var(--space-3);border-top:1px solid #ffffff14;display:flex}.Sidebar-module__WZVnLW__userInfo{align-items:center;gap:var(--space-3);flex:1;min-width:0;display:flex}.Sidebar-module__WZVnLW__userAvatar{background:var(--secondary);color:#fff;width:36px;height:36px;font-weight:700;font-size:var(--fs-sm);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Sidebar-module__WZVnLW__userDetails{flex-direction:column;min-width:0;display:flex}.Sidebar-module__WZVnLW__userName{color:var(--text-white);font-size:var(--fs-sm);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.Sidebar-module__WZVnLW__userRole{color:var(--text-muted);font-size:var(--fs-xs)}.Sidebar-module__WZVnLW__logoutBtn{color:var(--text-muted);padding:var(--space-2);border-radius:var(--radius-xs);transition:all var(--transition);cursor:pointer;background:0 0;border:none;align-items:center;display:flex}.Sidebar-module__WZVnLW__logoutBtn:hover{color:var(--secondary);background:#dc262633}.Sidebar-module__WZVnLW__hamburger{top:var(--space-4);right:var(--space-4);z-index:90;background:var(--bg-sidebar);color:#fff;border-radius:var(--radius-sm);cursor:pointer;width:44px;height:44px;box-shadow:var(--shadow-md);border:none;justify-content:center;align-items:center;display:none;position:fixed}.Sidebar-module__WZVnLW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99;background:#00000080;display:none;position:fixed;inset:0}@media (max-width:1024px){.Sidebar-module__WZVnLW__sidebar{width:280px;transform:translate(100%)}.Sidebar-module__WZVnLW__sidebarOpen{transform:translate(0)}.Sidebar-module__WZVnLW__hamburger{display:flex}.Sidebar-module__WZVnLW__overlay{animation:.2s Sidebar-module__WZVnLW__fadeIn;display:block}.Sidebar-module__WZVnLW__mobileClose{display:flex}}@media (min-width:1025px){.Sidebar-module__WZVnLW__mobileClose{display:none!important}}
.Header-module__hBw1pG__header{height:var(--header-height);background:var(--bg-card);border-bottom:1px solid var(--border);padding:0 var(--space-6);z-index:50;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.Header-module__hBw1pG__searchBox{align-items:center;gap:var(--space-2);background:var(--bg-page);border:1px solid var(--border);border-radius:var(--radius-sm);padding:var(--space-2)var(--space-4);min-width:280px;transition:all var(--transition);display:flex}.Header-module__hBw1pG__searchBox:focus-within{border-color:var(--secondary);box-shadow:0 0 0 3px var(--secondary-light)}.Header-module__hBw1pG__searchIcon{color:var(--text-muted);flex-shrink:0}.Header-module__hBw1pG__searchInput{font-size:var(--fs-sm);color:var(--text-primary);width:100%;font-family:var(--font);background:0 0;border:none;outline:none}.Header-module__hBw1pG__actions{align-items:center;gap:var(--space-3);display:flex}.Header-module__hBw1pG__divider{background:var(--border);width:1px;height:24px}.Header-module__hBw1pG__greeting{font-size:var(--fs-sm);color:var(--text-secondary);white-space:nowrap}.Header-module__hBw1pG__greeting strong{color:var(--text-primary)}.Header-module__hBw1pG__notifWrapper{position:relative}.Header-module__hBw1pG__notifBtn{border:1px solid var(--border);border-radius:var(--radius-sm);width:40px;height:40px;color:var(--text-secondary);transition:all var(--transition);cursor:pointer;background:0 0;justify-content:center;align-items:center;display:flex;position:relative}.Header-module__hBw1pG__notifBtn:hover{background:var(--bg-page);color:var(--text-primary);border-color:var(--text-muted)}.Header-module__hBw1pG__notifBadge{background:var(--secondary);color:#fff;border:2px solid var(--bg-card);border-radius:9999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-4px;left:-4px}.Header-module__hBw1pG__notifDropdown{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);width:360px;box-shadow:var(--shadow-lg);z-index:200;animation:.15s Header-module__hBw1pG__slideDown;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden}.Header-module__hBw1pG__notifHeader{padding:var(--space-4)var(--space-5);border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__notifHeader h4{font-size:var(--fs-sm);margin:0;font-weight:700}.Header-module__hBw1pG__markAllBtn{align-items:center;gap:var(--space-1);font-size:var(--fs-xs);color:var(--secondary);cursor:pointer;font-family:var(--font);background:0 0;border:none;font-weight:600;display:flex}.Header-module__hBw1pG__markAllBtn:hover{text-decoration:underline}.Header-module__hBw1pG__notifList{max-height:380px;overflow-y:auto}.Header-module__hBw1pG__notifEmpty{padding:var(--space-8);text-align:center;color:var(--text-muted);font-size:var(--fs-sm)}.Header-module__hBw1pG__notifItem{gap:var(--space-3);padding:var(--space-3)var(--space-5);cursor:pointer;transition:background var(--transition);border-bottom:1px solid var(--border-light);display:flex}.Header-module__hBw1pG__notifItem:last-child{border-bottom:none}.Header-module__hBw1pG__notifItem:hover{background:var(--bg-page)}.Header-module__hBw1pG__notifUnread{background:var(--info-bg)}.Header-module__hBw1pG__notifDot{background:0 0;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.Header-module__hBw1pG__notifUnread .Header-module__hBw1pG__notifDot{background:var(--secondary)}.Header-module__hBw1pG__notifContent{flex:1;min-width:0}.Header-module__hBw1pG__notifTitle{font-size:var(--fs-xs);color:var(--text-primary);margin-bottom:2px;font-weight:600}.Header-module__hBw1pG__notifBody{font-size:var(--fs-xs);color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;line-height:1.4;overflow:hidden}.Header-module__hBw1pG__notifTime{color:var(--text-muted);margin-top:4px;font-size:11px}@keyframes Header-module__hBw1pG__slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Header-module__hBw1pG__header{padding:0 var(--space-4);padding-right:60px}.Header-module__hBw1pG__searchBox{flex:1;min-width:0}.Header-module__hBw1pG__greeting,.Header-module__hBw1pG__divider{display:none}.Header-module__hBw1pG__notifDropdown{width:300px;left:auto;right:-8px}}
.DashboardLayout-module__TvOKRa__wrapper{min-height:100vh;display:flex}.DashboardLayout-module__TvOKRa__main{margin-right:var(--sidebar-width);min-height:100vh;transition:margin var(--transition-slow);flex-direction:column;flex:1;display:flex}.DashboardLayout-module__TvOKRa__content{flex:1;overflow-y:auto}@media (max-width:1024px){.DashboardLayout-module__TvOKRa__main{margin-right:0}}
.dashboard-module__XABe8G__container{background-color:#fcfcfc;flex-direction:column;gap:2rem;min-height:100vh;padding:2rem;display:flex}.dashboard-module__XABe8G__header{justify-content:space-between;align-items:center;display:flex}.dashboard-module__XABe8G__header h1{color:#1a1a1a;margin-bottom:.25rem;font-size:1.8rem;font-weight:700}.dashboard-module__XABe8G__header p{color:#666;font-size:.9rem}.dashboard-module__XABe8G__search{background:#fff;border:1px solid #eee;border-radius:12px;align-items:center;gap:.5rem;width:300px;padding:.5rem 1rem;display:flex;box-shadow:0 2px 4px #00000005}.dashboard-module__XABe8G__search input{border:none;outline:none;width:100%;font-family:inherit;font-size:.9rem}.dashboard-module__XABe8G__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.dashboard-module__XABe8G__card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:1.5rem;transition:transform .2s;box-shadow:0 4px 6px -1px #0000000d}.dashboard-module__XABe8G__card:hover{transform:translateY(-4px)}.dashboard-module__XABe8G__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.dashboard-module__XABe8G__iconWrapper{border-radius:12px;padding:.75rem}.dashboard-module__XABe8G__iconWrapper.dashboard-module__XABe8G__red{color:red;background-color:#fff1f0}.dashboard-module__XABe8G__iconWrapper.dashboard-module__XABe8G__blue{color:#1890ff;background-color:#e6f7ff}.dashboard-module__XABe8G__iconWrapper.dashboard-module__XABe8G__green{color:#52c41a;background-color:#f6ffed}.dashboard-module__XABe8G__iconWrapper.dashboard-module__XABe8G__orange{color:#faad14;background-color:#fff7e6}.dashboard-module__XABe8G__trendUp{color:#52c41a;align-items:center;font-size:.85rem;font-weight:600;display:flex}.dashboard-module__XABe8G__trendDown{color:#ff4d4f;align-items:center;font-size:.85rem;font-weight:600;display:flex}.dashboard-module__XABe8G__cardBody h3{color:#1a1a1a;margin-bottom:.25rem;font-size:1.6rem;font-weight:700}.dashboard-module__XABe8G__cardBody p{color:#666;font-size:.85rem}.dashboard-module__XABe8G__chartsGrid{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}.dashboard-module__XABe8G__mainChart,.dashboard-module__XABe8G__sideChart,.dashboard-module__XABe8G__recentTable{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000000d}.dashboard-module__XABe8G__chartHeader{margin-bottom:1.5rem}.dashboard-module__XABe8G__chartHeader h3{margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.dashboard-module__XABe8G__chartHeader p{color:#888;font-size:.8rem}.dashboard-module__XABe8G__pieLegend{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.dashboard-module__XABe8G__legendItem{align-items:center;gap:.5rem;font-size:.85rem;display:flex}.dashboard-module__XABe8G__legendItem span{border-radius:50%;width:8px;height:8px}.dashboard-module__XABe8G__legendItem label{color:#666;flex:1}.dashboard-module__XABe8G__legendItem strong{color:#1a1a1a}.dashboard-module__XABe8G__skeletonTitle{background:#eee;border-radius:4px;width:200px;height:2rem}.dashboard-module__XABe8G__skeletonCard{background:#eee;border-radius:16px;height:160px;animation:1.5s infinite dashboard-module__XABe8G__pulse}@keyframes dashboard-module__XABe8G__pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@media (max-width:1024px){.dashboard-module__XABe8G__chartsGrid{grid-template-columns:1fr}}
.geography-module__Lgl0NG__twoPanel{gap:var(--space-6);grid-template-columns:1fr 1.5fr;display:grid}.geography-module__Lgl0NG__list{flex-direction:column;display:flex}.geography-module__Lgl0NG__listItem{padding:var(--space-3)var(--space-4);border-bottom:1px solid var(--border-light);transition:all var(--transition);border:none;border-bottom:1px solid var(--border-light);text-align:right;cursor:pointer;width:100%;font-family:var(--font);background:0 0;justify-content:space-between;align-items:center;display:flex}.geography-module__Lgl0NG__listItem:hover{background:var(--bg-page)}.geography-module__Lgl0NG__listItem.geography-module__Lgl0NG__active{background:var(--secondary-light);border-right:3px solid var(--secondary)}.geography-module__Lgl0NG__listItem:last-child{border-bottom:none}.geography-module__Lgl0NG__listName{font-weight:600;font-size:var(--fs-sm);color:var(--text-primary)}.geography-module__Lgl0NG__listMeta{font-size:var(--fs-xs);color:var(--text-secondary);margin-top:2px;display:block}@media (max-width:768px){.geography-module__Lgl0NG__twoPanel{grid-template-columns:1fr}}
.ledger-module__DSsd1W__layout{gap:var(--space-6);grid-template-columns:280px 1fr;display:grid}@media (max-width:768px){.ledger-module__DSsd1W__layout{grid-template-columns:1fr}}
.orders-module__HlIdNG__actions{align-items:center;gap:var(--space-2);flex-wrap:nowrap;display:flex}.orders-module__HlIdNG__statsSection{margin-bottom:var(--space-6)}.orders-module__HlIdNG__statCards{gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.orders-module__HlIdNG__statCard{align-items:center;gap:var(--space-3);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:var(--space-3)var(--space-4);min-width:130px;display:flex}.orders-module__HlIdNG__statDot{border-radius:50%;flex-shrink:0;width:12px;height:12px}.orders-module__HlIdNG__statCount{font-size:var(--fs-xl);font-weight:800;line-height:1}.orders-module__HlIdNG__statLabel{font-size:var(--fs-xs);color:var(--text-secondary)}.orders-module__HlIdNG__chartsRow{gap:var(--space-4);grid-template-columns:1fr 1fr;display:grid}.orders-module__HlIdNG__detailGrid{gap:var(--space-5);grid-template-columns:1fr 1fr;display:grid}.orders-module__HlIdNG__detailItem{flex-direction:column;gap:4px;display:flex}.orders-module__HlIdNG__detailLabel{font-size:var(--fs-xs);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em;font-weight:600}.orders-module__HlIdNG__detailValue{font-size:var(--fs-base);color:var(--text-primary);font-weight:600}@media (max-width:768px){.orders-module__HlIdNG__chartsRow,.orders-module__HlIdNG__detailGrid{grid-template-columns:1fr}.orders-module__HlIdNG__statCards{flex-direction:column}}
.users-module__MIXvaW__statsSection{margin-bottom:var(--space-6)}.users-module__MIXvaW__statCards{gap:var(--space-3);margin-bottom:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(150px,1fr));display:grid}.users-module__MIXvaW__statCard{align-items:center;gap:var(--space-3);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-4);transition:box-shadow .2s;display:flex}.users-module__MIXvaW__statCard:hover{box-shadow:var(--shadow-sm)}.users-module__MIXvaW__statDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.users-module__MIXvaW__statCount{font-size:var(--fs-2xl);font-weight:800;line-height:1}.users-module__MIXvaW__statLabel{font-size:var(--fs-xs);color:var(--text-secondary);margin-top:2px}.users-module__MIXvaW__chartRow{gap:var(--space-4);margin-bottom:var(--space-6);grid-template-columns:1fr 1fr;display:grid}.users-module__MIXvaW__userAvatar{width:36px;height:36px;font-weight:700;font-size:var(--fs-sm);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}@media (max-width:768px){.users-module__MIXvaW__statCards{grid-template-columns:repeat(2,1fr)}.users-module__MIXvaW__chartRow{grid-template-columns:1fr}}
