.Layout-module__e_xTDG__container{min-height:100vh;display:flex}.Layout-module__e_xTDG__mainWrapper{margin-left:var(--sidebar-width);flex-direction:column;flex:1;display:flex}.Layout-module__e_xTDG__content{margin-top:var(--header-height);min-height:calc(100vh - var(--header-height));padding:32px}.Layout-module__e_xTDG__sidebar{width:var(--sidebar-width);background-color:var(--surface);border-right:1px solid var(--surface-border);z-index:100;flex-direction:column;height:100vh;transition:transform .3s;display:flex;position:fixed;top:0;left:0}.Layout-module__e_xTDG__logo{align-items:center;gap:12px;padding:24px;display:flex}.Layout-module__e_xTDG__logoIcon{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;border-radius:var(--radius-md);justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;font-weight:700;display:flex}.Layout-module__e_xTDG__logoText{letter-spacing:-.02em;color:var(--foreground);font-size:1.25rem;font-weight:700}.Layout-module__e_xTDG__nav{flex-direction:column;flex:1;gap:24px;padding:0 16px;display:flex;overflow-y:auto}.Layout-module__e_xTDG__navGroup{flex-direction:column;gap:4px;display:flex}.Layout-module__e_xTDG__navTitle{text-transform:uppercase;color:var(--muted-foreground);letter-spacing:.05em;margin-bottom:8px;padding:0 12px;font-size:.75rem;font-weight:600}.Layout-module__e_xTDG__navLink{border-radius:var(--radius-md);color:#64748b;text-align:left;align-items:center;gap:12px;width:100%;padding:10px 12px;font-weight:500;transition:all .2s;display:flex}.Layout-module__e_xTDG__navLink:hover{background-color:var(--background);color:var(--primary)}.Layout-module__e_xTDG__navLinkActive{color:var(--primary);background-color:#eff6ff;font-weight:600}.Layout-module__e_xTDG__activeIndicator{margin-left:auto}.Layout-module__e_xTDG__sidebarFooter{border-top:1px solid var(--surface-border);padding:16px}.Layout-module__e_xTDG__userProfile{border-radius:var(--radius-md);background-color:var(--background);align-items:center;gap:12px;padding:8px;display:flex}.Layout-module__e_xTDG__userAvatar{background-color:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.875rem;font-weight:600;display:flex}.Layout-module__e_xTDG__userInfo{flex-direction:column;display:flex}.Layout-module__e_xTDG__userName{font-size:.875rem;font-weight:600}.Layout-module__e_xTDG__userRole{color:var(--muted-foreground);font-size:.75rem}.Layout-module__e_xTDG__topNav{height:var(--header-height);background-color:var(--surface);border-bottom:1px solid var(--surface-border);top:0;right:0;left:var(--sidebar-width);z-index:90;justify-content:space-between;align-items:center;padding:0 24px;display:flex;position:fixed}.Layout-module__e_xTDG__searchBar{background-color:var(--background);border-radius:var(--radius-lg);border:1px solid #0000;align-items:center;gap:10px;width:100%;max-width:400px;padding:8px 16px;transition:all .2s;display:flex}.Layout-module__e_xTDG__searchBar:focus-within{border-color:var(--primary);box-shadow:var(--shadow-sm);background-color:#fff}.Layout-module__e_xTDG__searchIcon{color:var(--muted-foreground)}.Layout-module__e_xTDG__searchBar input{width:100%;color:var(--foreground);background:0 0;border:none;font-size:.875rem}.Layout-module__e_xTDG__topNavActions{align-items:center;gap:16px;display:flex}.Layout-module__e_xTDG__actionBtn{border-radius:var(--radius-md);width:40px;height:40px;color:#64748b;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.Layout-module__e_xTDG__actionBtn:hover{background-color:var(--background);color:var(--primary)}.Layout-module__e_xTDG__notificationBadge{background-color:var(--danger);color:#fff;border:2px solid var(--surface);border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.625rem;font-weight:700;display:flex;position:absolute;top:8px;right:8px}.Layout-module__e_xTDG__divider{background-color:var(--surface-border);width:1px;height:24px}.Layout-module__e_xTDG__dateDisplay{color:#64748b;font-size:.875rem;font-weight:500}@media (max-width:1024px){.Layout-module__e_xTDG__sidebar{transform:translate(-100%)}.Layout-module__e_xTDG__topNav{left:0}}
.Customers-module__5_1veW__header{justify-content:space-between;align-items:flex-end;margin-bottom:32px;display:flex}.Customers-module__5_1veW__title{letter-spacing:-.02em;font-size:2rem;font-weight:800}.Customers-module__5_1veW__sub{color:var(--muted-foreground)}.Customers-module__5_1veW__addBtn{background-color:var(--primary);color:#fff;border-radius:var(--radius-md);align-items:center;gap:8px;padding:12px 24px;font-weight:600;display:flex}.Customers-module__5_1veW__statsGrid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px;display:grid}.Customers-module__5_1veW__miniStat{background-color:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--surface-border);padding:20px}.Customers-module__5_1veW__miniStat p{color:var(--muted-foreground);margin-bottom:4px;font-size:.875rem}.Customers-module__5_1veW__miniStat h3{font-size:1.5rem;font-weight:700}.Customers-module__5_1veW__toolbar{margin-bottom:24px}.Customers-module__5_1veW__search{background-color:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--surface-border);align-items:center;gap:12px;max-width:500px;padding:12px 20px;display:flex}.Customers-module__5_1veW__search input{background:0 0;border:none;width:100%;font-size:.875rem}.Customers-module__5_1veW__customerGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;display:grid}.Customers-module__5_1veW__customerCard{background-color:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--surface-border);flex-direction:column;display:flex;overflow:hidden}.Customers-module__5_1veW__cardHeader{justify-content:space-between;align-items:flex-start;padding:16px;display:flex}.Customers-module__5_1veW__avatar{width:48px;height:48px;color:var(--primary);background-color:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;font-size:1.125rem;font-weight:700;display:flex}.Customers-module__5_1veW__moreBtn{color:var(--muted-foreground)}.Customers-module__5_1veW__cardBody{flex:1;padding:0 16px 16px}.Customers-module__5_1veW__customerName{margin-bottom:12px;font-size:1.125rem;font-weight:700}.Customers-module__5_1veW__contactInfo{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.Customers-module__5_1veW__contactInfo p{color:var(--muted-foreground);align-items:center;gap:8px;font-size:.875rem;display:flex}.Customers-module__5_1veW__loyaltyBox{background-color:var(--background);border-radius:var(--radius-md);gap:16px;padding:12px;display:flex}.Customers-module__5_1veW__loyaltyInfo{align-items:center;gap:6px;font-size:.875rem;font-weight:600;display:flex}.Customers-module__5_1veW__cardFooter{border-top:1px solid var(--surface-border);justify-content:space-between;padding:12px 16px;display:flex}.Customers-module__5_1veW__actionLink{color:var(--primary);font-size:.875rem;font-weight:600}.Customers-module__5_1veW__actionLink:hover{text-decoration:underline}
.Inventory-module__A3oVvG__inventoryHeader{justify-content:space-between;align-items:flex-end;margin-bottom:32px;display:flex}.Inventory-module__A3oVvG__pageTitle{letter-spacing:-.02em;margin-bottom:4px;font-size:2rem;font-weight:800}.Inventory-module__A3oVvG__pageSub{color:var(--muted-foreground)}.Inventory-module__A3oVvG__addBtn{background-color:var(--primary);color:#fff;border-radius:var(--radius-md);align-items:center;gap:8px;padding:12px 24px;font-weight:600;transition:all .2s;display:flex}.Inventory-module__A3oVvG__addBtn:hover{background-color:var(--primary-hover);transform:translateY(-2px)}.Inventory-module__A3oVvG__toolbar{background-color:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--surface-border);box-shadow:var(--shadow-sm);justify-content:space-between;gap:24px;margin-bottom:24px;padding:16px;display:flex}.Inventory-module__A3oVvG__searchBox{background-color:var(--background);border-radius:var(--radius-md);border:1px solid #0000;flex:1;align-items:center;gap:12px;padding:8px 16px;transition:all .2s;display:flex}.Inventory-module__A3oVvG__searchBox:focus-within{border-color:var(--primary);background-color:#fff}.Inventory-module__A3oVvG__searchBox input{width:100%;color:var(--foreground);background:0 0;border:none;font-size:.875rem}.Inventory-module__A3oVvG__filters{gap:12px;display:flex}.Inventory-module__A3oVvG__filterBtn{border-radius:var(--radius-md);border:1px solid var(--surface-border);background-color:#fff;align-items:center;gap:8px;padding:8px 16px;font-size:.875rem;font-weight:500;display:flex}.Inventory-module__A3oVvG__sortSelect{border-radius:var(--radius-md);border:1px solid var(--surface-border);background-color:#fff;padding:8px 16px;font-size:.875rem}.Inventory-module__A3oVvG__tableContainer{background-color:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--surface-border);box-shadow:var(--shadow-sm);overflow:hidden}.Inventory-module__A3oVvG__productTable{border-collapse:collapse;text-align:left;width:100%}.Inventory-module__A3oVvG__productTable th{text-transform:uppercase;color:var(--muted-foreground);border-bottom:1px solid var(--surface-border);background-color:#f8fafc;padding:16px 24px;font-size:.75rem;font-weight:700}.Inventory-module__A3oVvG__productTable td{border-bottom:1px solid var(--surface-border);padding:16px 24px;font-size:.875rem}.Inventory-module__A3oVvG__productCell{align-items:center;gap:12px;display:flex}.Inventory-module__A3oVvG__miniImage{object-fit:cover;border-radius:6px;width:40px;height:40px}.Inventory-module__A3oVvG__productName{font-weight:600}.Inventory-module__A3oVvG__barcodeText{color:var(--muted-foreground);font-size:.75rem}.Inventory-module__A3oVvG__categoryBadge{color:#475569;background-color:#f1f5f9;border-radius:12px;padding:4px 10px;font-size:.75rem;font-weight:600}.Inventory-module__A3oVvG__priceText{color:var(--foreground);font-weight:700}.Inventory-module__A3oVvG__stockCell{align-items:center;gap:8px;font-weight:600;display:flex}.Inventory-module__A3oVvG__statusBadge{border-radius:12px;padding:4px 10px;font-size:.75rem;font-weight:600}.Inventory-module__A3oVvG__inStock{color:#15803d;background-color:#dcfce7}.Inventory-module__A3oVvG__lowStock{color:#b91c1c;background-color:#fee2e2}.Inventory-module__A3oVvG__actions{gap:8px;display:flex}.Inventory-module__A3oVvG__iconBtn{width:32px;height:32px;color:var(--muted-foreground);border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.Inventory-module__A3oVvG__iconBtn:hover{color:var(--primary);background-color:#f1f5f9}.Inventory-module__A3oVvG__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Inventory-module__A3oVvG__addModal{background-color:var(--surface);border-radius:var(--radius-xl);width:100%;max-width:650px;animation:.3s ease-out Inventory-module__A3oVvG__fadeIn;overflow:hidden}.Inventory-module__A3oVvG__modalHeader{border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;padding:24px;display:flex}.Inventory-module__A3oVvG__addForm{padding:24px}.Inventory-module__A3oVvG__formGrid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px;display:grid}.Inventory-module__A3oVvG__formGroup{flex-direction:column;gap:8px;display:flex}.Inventory-module__A3oVvG__formGroup label{font-size:.875rem;font-weight:600}.Inventory-module__A3oVvG__formGroup input,.Inventory-module__A3oVvG__formGroup select{border-radius:var(--radius-md);border:1px solid var(--surface-border);padding:10px 14px;font-size:.875rem}.Inventory-module__A3oVvG__imageUpload{margin-bottom:24px}.Inventory-module__A3oVvG__uploadBox{border:2px dashed var(--surface-border);border-radius:var(--radius-lg);color:var(--muted-foreground);cursor:pointer;flex-direction:column;align-items:center;gap:12px;padding:32px;transition:all .2s;display:flex}.Inventory-module__A3oVvG__uploadBox:hover{border-color:var(--primary);background-color:#f0f9ff}.Inventory-module__A3oVvG__uploadBox span{color:var(--primary);font-weight:600}.Inventory-module__A3oVvG__uploadHint{font-size:.75rem}.Inventory-module__A3oVvG__modalActions{border-top:1px solid var(--surface-border);justify-content:flex-end;gap:12px;padding-top:24px;display:flex}.Inventory-module__A3oVvG__cancelBtn{border-radius:var(--radius-md);color:#475569;background-color:#f1f5f9;padding:10px 20px;font-weight:600}.Inventory-module__A3oVvG__submitBtn{border-radius:var(--radius-md);background-color:var(--primary);color:#fff;padding:10px 24px;font-weight:600}@media (max-width:768px){.Inventory-module__A3oVvG__formGrid{grid-template-columns:1fr}}
.Reports-module__itQeMq__header{justify-content:space-between;align-items:flex-end;margin-bottom:32px;display:flex}.Reports-module__itQeMq__title{letter-spacing:-.02em;font-size:2rem;font-weight:800}.Reports-module__itQeMq__sub{color:var(--muted-foreground)}.Reports-module__itQeMq__actions{gap:12px;display:flex}.Reports-module__itQeMq__exportBtn{background-color:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-md);align-items:center;gap:8px;padding:10px 18px;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.Reports-module__itQeMq__exportBtn:hover{background-color:var(--background);color:var(--primary);border-color:var(--primary)}.Reports-module__itQeMq__filterBar{background-color:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--surface-border);gap:24px;margin-bottom:32px;padding:12px 20px;display:flex}.Reports-module__itQeMq__filterItem{color:#64748b;cursor:pointer;align-items:center;gap:10px;font-size:.875rem;font-weight:600;display:flex}.Reports-module__itQeMq__chartGrid{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px;display:grid}.Reports-module__itQeMq__chartCard{background-color:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--surface-border);padding:24px}.Reports-module__itQeMq__chartCard h3{margin-bottom:24px;font-size:1.125rem;font-weight:700}.Reports-module__itQeMq__financialsCard{background-color:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--surface-border);padding:24px}.Reports-module__itQeMq__financialsCard h3{margin-bottom:24px;font-size:1.125rem;font-weight:700}.Reports-module__itQeMq__reportTable{border-collapse:collapse;width:100%}.Reports-module__itQeMq__reportTable th{text-align:left;text-transform:uppercase;color:var(--muted-foreground);border-bottom:1px solid var(--surface-border);background-color:#f8fafc;padding:12px 16px;font-size:.75rem}.Reports-module__itQeMq__reportTable td{border-bottom:1px solid var(--surface-border);padding:16px;font-size:.9375rem}.Reports-module__itQeMq__positive{color:var(--accent);font-weight:700}.Reports-module__itQeMq__negative{color:var(--danger);font-weight:700}.Reports-module__itQeMq__netProfitRow{background-color:#f0f9ff}.Reports-module__itQeMq__netProfitRow td{font-size:1rem;font-weight:800}.Reports-module__itQeMq__statusOk{color:#15803d;background-color:#dcfce7;border-radius:6px;padding:4px 8px;font-size:.75rem;font-weight:700}.Reports-module__itQeMq__statusWarning{color:#b91c1c;background-color:#fee2e2;border-radius:6px;padding:4px 8px;font-size:.75rem;font-weight:700}@media (max-width:1024px){.Reports-module__itQeMq__chartGrid{grid-template-columns:1fr}}
.Sales-module__cm3k6a__salesContainer{height:calc(100vh - var(--header-height) - 64px);grid-template-columns:1fr 380px;gap:24px;display:grid}.Sales-module__cm3k6a__productSection{flex-direction:column;gap:24px;display:flex;overflow:hidden}.Sales-module__cm3k6a__searchHeader{flex-direction:column;gap:16px;display:flex}.Sales-module__cm3k6a__searchBar{background-color:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--surface-border);box-shadow:var(--shadow-sm);align-items:center;gap:12px;padding:12px 20px;display:flex}.Sales-module__cm3k6a__searchBar input{width:100%;color:var(--foreground);background:0 0;border:none;font-size:1rem}.Sales-module__cm3k6a__categoryFilters{gap:12px;padding-bottom:8px;display:flex;overflow-x:auto}.Sales-module__cm3k6a__categoryFilters button{border-radius:var(--radius-md);background-color:var(--surface);border:1px solid var(--surface-border);white-space:nowrap;padding:8px 16px;font-size:.875rem;font-weight:500;transition:all .2s}.Sales-module__cm3k6a__categoryFilters button:hover{border-color:var(--primary);color:var(--primary)}.Sales-module__cm3k6a__activeFilter{background-color:var(--primary)!important;color:#fff!important;border-color:var(--primary)!important}.Sales-module__cm3k6a__productGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px;padding-right:8px;display:grid;overflow-y:auto}.Sales-module__cm3k6a__productCard{background-color:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--surface-border);cursor:pointer;transition:all .2s;overflow:hidden}.Sales-module__cm3k6a__productCard:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-4px)}.Sales-module__cm3k6a__productImage{background-color:var(--background);justify-content:center;align-items:center;height:140px;display:flex}.Sales-module__cm3k6a__productImage img{object-fit:cover;width:100%;height:100%}.Sales-module__cm3k6a__productInfo{padding:12px}.Sales-module__cm3k6a__category{color:var(--muted-foreground);text-transform:uppercase;margin-bottom:4px;font-size:.75rem;font-weight:600}.Sales-module__cm3k6a__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.5rem;margin-bottom:8px;font-size:.9375rem;font-weight:600;display:-webkit-box;overflow:hidden}.Sales-module__cm3k6a__price{color:var(--primary);font-size:1.125rem;font-weight:700}.Sales-module__cm3k6a__cartSection{background-color:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--surface-border);box-shadow:var(--shadow-sm);flex-direction:column;display:flex}.Sales-module__cm3k6a__cartHeader{border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;padding:20px;display:flex}.Sales-module__cm3k6a__itemCount{background-color:var(--background);border-radius:12px;padding:4px 8px;font-size:.75rem;font-weight:600}.Sales-module__cm3k6a__cartItems{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.Sales-module__cm3k6a__emptyCart{height:100%;color:var(--muted-foreground);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.Sales-module__cm3k6a__cartItem{border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.Sales-module__cm3k6a__itemMain h4{margin-bottom:4px;font-size:.875rem;font-weight:600}.Sales-module__cm3k6a__itemMain p{color:var(--muted-foreground);font-size:.875rem}.Sales-module__cm3k6a__itemActions{align-items:center;gap:12px;display:flex}.Sales-module__cm3k6a__qtyControl{background-color:var(--background);border-radius:var(--radius-sm);align-items:center;gap:8px;padding:4px;display:flex}.Sales-module__cm3k6a__qtyControl button{border:1px solid var(--surface-border);background-color:#fff;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.Sales-module__cm3k6a__deleteBtn{color:var(--danger);padding:4px}.Sales-module__cm3k6a__cartFooter{background-color:var(--background);border-radius:0 0 var(--radius-lg) var(--radius-lg);flex-direction:column;gap:12px;padding:20px;display:flex}.Sales-module__cm3k6a__summaryRow{justify-content:space-between;font-size:.875rem;display:flex}.Sales-module__cm3k6a__totalRow{color:var(--foreground);border-top:1px solid var(--surface-border);margin:8px 0;padding-top:12px;font-size:1.25rem;font-weight:800}.Sales-module__cm3k6a__checkoutBtn{background-color:var(--accent);color:#fff;border-radius:var(--radius-md);width:100%;padding:14px;font-size:1rem;font-weight:700;transition:all .2s}.Sales-module__cm3k6a__checkoutBtn:hover:not(:disabled){background-color:var(--accent-hover);transform:translateY(-2px)}.Sales-module__cm3k6a__checkoutBtn:disabled{opacity:.5;cursor:not-allowed}.Sales-module__cm3k6a__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Sales-module__cm3k6a__checkoutModal{background-color:var(--surface);border-radius:var(--radius-xl);width:100%;max-width:500px;animation:.3s ease-out Sales-module__cm3k6a__fadeIn;overflow:hidden}.Sales-module__cm3k6a__modalHeader{border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;padding:24px;display:flex}.Sales-module__cm3k6a__paymentGrid{grid-template-columns:repeat(3,1fr);gap:16px;padding:24px;display:grid}.Sales-module__cm3k6a__paymentOption{border:2px solid var(--surface-border);border-radius:var(--radius-lg);flex-direction:column;align-items:center;gap:12px;padding:20px;transition:all .2s;display:flex}.Sales-module__cm3k6a__paymentOption:hover{border-color:var(--primary);color:var(--primary);background-color:#eff6ff}.Sales-module__cm3k6a__modalFooter{background-color:var(--background);justify-content:space-between;align-items:center;padding:24px;display:flex}.Sales-module__cm3k6a__totalDisplay p{color:var(--muted-foreground);font-size:.875rem}.Sales-module__cm3k6a__totalDisplay h3{font-size:1.5rem;font-weight:800}.Sales-module__cm3k6a__completeBtn{background-color:var(--primary);color:#fff;border-radius:var(--radius-md);padding:12px 24px;font-weight:700}@media (max-width:1024px){.Sales-module__cm3k6a__salesContainer{grid-template-columns:1fr;height:auto}.Sales-module__cm3k6a__cartSection{z-index:95;width:calc(100% - 48px);max-width:400px;max-height:80vh;position:fixed;bottom:24px;right:24px}}.Sales-module__cm3k6a__receiptModal{border-radius:var(--radius-xl);width:100%;max-width:400px;box-shadow:var(--shadow-lg);background-color:#fff;animation:.3s ease-out Sales-module__cm3k6a__fadeIn;overflow:hidden}.Sales-module__cm3k6a__receiptContent{color:#1e293b;padding:32px}.Sales-module__cm3k6a__receiptHeader{text-align:center;margin-bottom:24px}.Sales-module__cm3k6a__receiptLogo{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 12px;font-size:1.5rem;font-weight:800;display:flex}.Sales-module__cm3k6a__receiptHeader h2{margin-bottom:4px;font-size:1.25rem;font-weight:800}.Sales-module__cm3k6a__receiptHeader p{color:var(--muted-foreground);font-size:.875rem}.Sales-module__cm3k6a__receiptInfo{flex-direction:column;gap:4px;margin-bottom:20px;font-size:.8125rem;display:flex}.Sales-module__cm3k6a__receiptDivider{border-top:2px dashed var(--surface-border);margin-bottom:20px}.Sales-module__cm3k6a__receiptTable{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.Sales-module__cm3k6a__tableHeader{text-transform:uppercase;color:var(--muted-foreground);justify-content:space-between;font-size:.75rem;font-weight:700;display:flex}.Sales-module__cm3k6a__tableRow{justify-content:space-between;font-size:.875rem;display:flex}.Sales-module__cm3k6a__tableRow span:first-child{flex:1}.Sales-module__cm3k6a__tableRow span:nth-child(2){text-align:center;width:40px}.Sales-module__cm3k6a__tableRow span:last-child{text-align:right;width:60px;font-weight:600}.Sales-module__cm3k6a__receiptTotals{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.Sales-module__cm3k6a__totalLine{justify-content:space-between;font-size:.875rem;display:flex}.Sales-module__cm3k6a__grandTotal{border-top:1px solid var(--surface-border);padding-top:12px;font-size:1.25rem;font-weight:800}.Sales-module__cm3k6a__receiptFooter{text-align:center;color:var(--muted-foreground);font-size:.75rem}.Sales-module__cm3k6a__receiptActions{background-color:var(--background);flex-direction:column;gap:12px;padding:20px;display:flex}.Sales-module__cm3k6a__printBtn{border:1px solid var(--surface-border);border-radius:var(--radius-md);background-color:#fff;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-weight:600;display:flex}.Sales-module__cm3k6a__doneBtn{background-color:var(--primary);color:#fff;border-radius:var(--radius-md);width:100%;padding:12px;font-weight:700}
.Dashboard-module__Rm6JEq__dashboardGrid{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:32px;display:grid}.Dashboard-module__Rm6JEq__statsCard{background-color:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--surface-border);align-items:flex-start;gap:16px;padding:24px;transition:transform .2s,box-shadow .2s;display:flex}.Dashboard-module__Rm6JEq__statsCard:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.Dashboard-module__Rm6JEq__statsIcon{border-radius:var(--radius-md);justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Dashboard-module__Rm6JEq__statsInfo{flex-direction:column;display:flex}.Dashboard-module__Rm6JEq__statsTitle{color:var(--muted-foreground);margin-bottom:4px;font-size:.875rem;font-weight:500}.Dashboard-module__Rm6JEq__statsValue{color:var(--foreground);margin-bottom:8px;font-size:1.5rem;font-weight:700}.Dashboard-module__Rm6JEq__statsTrend{align-items:center;gap:4px;font-size:.75rem;font-weight:600;display:flex}.Dashboard-module__Rm6JEq__statsTrend span{color:var(--muted-foreground);margin-left:4px;font-weight:400}.Dashboard-module__Rm6JEq__up{color:var(--accent)}.Dashboard-module__Rm6JEq__down{color:var(--danger)}.Dashboard-module__Rm6JEq__neutral{color:var(--muted-foreground)}.Dashboard-module__Rm6JEq__contentGrid{grid-template-columns:2fr 1fr;gap:24px;display:grid}.Dashboard-module__Rm6JEq__chartContainer,.Dashboard-module__Rm6JEq__alertsContainer{background-color:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--surface-border);padding:24px}.Dashboard-module__Rm6JEq__chartHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.Dashboard-module__Rm6JEq__chartTitle{font-size:1.125rem;font-weight:700}.Dashboard-module__Rm6JEq__chartSelect{border-radius:var(--radius-md);border:1px solid var(--surface-border);background-color:var(--background);color:var(--foreground);padding:6px 12px;font-size:.875rem}.Dashboard-module__Rm6JEq__viewAll{color:var(--primary);align-items:center;gap:4px;font-size:.875rem;font-weight:600;display:flex}.Dashboard-module__Rm6JEq__alertsList{flex-direction:column;gap:16px;display:flex}.Dashboard-module__Rm6JEq__alertItem{border-radius:var(--radius-md);background-color:var(--background);align-items:center;gap:12px;padding:12px;transition:background-color .2s;display:flex}.Dashboard-module__Rm6JEq__alertItem:hover{background-color:#fee2e2}.Dashboard-module__Rm6JEq__alertInfo{flex:1}.Dashboard-module__Rm6JEq__itemName{font-size:.875rem;font-weight:600}.Dashboard-module__Rm6JEq__itemStock{color:var(--muted-foreground);font-size:.75rem}.Dashboard-module__Rm6JEq__dangerText{color:var(--danger);font-weight:700}.Dashboard-module__Rm6JEq__restockBtn{color:var(--primary);border:1px solid var(--primary);border-radius:var(--radius-sm);padding:4px 8px;font-size:.75rem;font-weight:600;transition:all .2s}.Dashboard-module__Rm6JEq__restockBtn:hover{background-color:var(--primary);color:#fff}@media (max-width:1280px){.Dashboard-module__Rm6JEq__dashboardGrid{grid-template-columns:repeat(2,1fr)}.Dashboard-module__Rm6JEq__contentGrid{grid-template-columns:1fr}}@media (max-width:640px){.Dashboard-module__Rm6JEq__dashboardGrid{grid-template-columns:1fr}}
