.ProductGrid-module__0X52Rq__gridContainer{flex-direction:column;gap:.5rem;height:100%;display:flex}.ProductGrid-module__0X52Rq__searchBar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:.5rem;padding:.4rem .6rem;display:flex}.ProductGrid-module__0X52Rq__searchIcon{color:var(--text-secondary);flex-shrink:0}.ProductGrid-module__0X52Rq__searchBar input{color:var(--text-main);background:0 0;border:none;outline:none;flex:1;font-size:.85rem}.ProductGrid-module__0X52Rq__grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));align-content:start;gap:.5rem;padding-bottom:.5rem;display:grid;overflow-y:auto}.ProductGrid-module__0X52Rq__card{background:var(--surface);cursor:pointer;border:1px solid var(--border);border-radius:10px;flex-direction:column;transition:all .15s;display:flex;overflow:hidden}.ProductGrid-module__0X52Rq__card:hover{border-color:var(--primary);transform:scale(1.02)}.ProductGrid-module__0X52Rq__card:active{transform:scale(.98)}.ProductGrid-module__0X52Rq__iconArea{background:var(--background);height:60px;color:var(--primary);justify-content:center;align-items:center;display:flex}.ProductGrid-module__0X52Rq__cardContent{padding:.5rem}.ProductGrid-module__0X52Rq__productName{white-space:nowrap;text-overflow:ellipsis;color:var(--text-main);margin-bottom:.35rem;font-size:.75rem;font-weight:600;line-height:1.2;overflow:hidden}.ProductGrid-module__0X52Rq__priceRow{justify-content:space-between;align-items:center;display:flex}.ProductGrid-module__0X52Rq__price{color:var(--primary);font-size:.8rem;font-weight:700}.ProductGrid-module__0X52Rq__addBtn{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.ProductGrid-module__0X52Rq__empty{text-align:center;color:var(--text-secondary);grid-column:1/-1;padding:2rem;font-size:.85rem}@media (min-width:600px){.ProductGrid-module__0X52Rq__grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.6rem}.ProductGrid-module__0X52Rq__iconArea{height:70px}.ProductGrid-module__0X52Rq__productName{font-size:.8rem}.ProductGrid-module__0X52Rq__price{font-size:.85rem}}@media (min-width:900px){.ProductGrid-module__0X52Rq__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.ProductGrid-module__0X52Rq__iconArea{height:80px}.ProductGrid-module__0X52Rq__cardContent{padding:.6rem}}
.ProductManager-module__HXQrwG__container{background:var(--surface);border-radius:var(--radius);flex-direction:column;gap:.75rem;height:100%;padding:1rem;display:flex;overflow:hidden}.ProductManager-module__HXQrwG__tabSwitcher{border-bottom:1px solid var(--border);gap:.5rem;padding-bottom:.75rem;display:flex}.ProductManager-module__HXQrwG__tabSwitcher button{border-radius:var(--radius);color:var(--text-secondary);padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.ProductManager-module__HXQrwG__tabSwitcher button.ProductManager-module__HXQrwG__activeTab{background:var(--primary);color:#fff}.ProductManager-module__HXQrwG__searchWrapper{align-items:center;display:flex;position:relative}.ProductManager-module__HXQrwG__searchWrapper .ProductManager-module__HXQrwG__searchIcon{color:var(--text-secondary);position:absolute;left:10px}.ProductManager-module__HXQrwG__searchWrapper input{border-radius:var(--radius);border:1px solid var(--border);background:var(--background);width:100%;color:var(--text-main);padding:.5rem .5rem .5rem 2.25rem}.ProductManager-module__HXQrwG__addForm{border-bottom:1px solid var(--border);flex-direction:column;gap:.5rem;padding-bottom:.75rem;display:flex}.ProductManager-module__HXQrwG__formRow{flex-wrap:wrap;gap:.5rem;display:flex}.ProductManager-module__HXQrwG__formRow input,.ProductManager-module__HXQrwG__formRow select{border:1px solid var(--border);border-radius:var(--radius);background:var(--background);min-width:100px;color:var(--text-main);flex:1;padding:.5rem;font-size:.85rem}.ProductManager-module__HXQrwG__iconPickerRow{align-items:center;gap:.5rem;display:flex}.ProductManager-module__HXQrwG__iconPickerHeader{cursor:pointer;background:var(--background);border-radius:var(--radius);border:1px solid var(--border);color:var(--primary);align-items:center;gap:.5rem;min-width:80px;padding:.5rem;display:flex}.ProductManager-module__HXQrwG__iconGrid{background:var(--background);border-radius:var(--radius);flex-wrap:wrap;gap:.35rem;max-height:150px;padding:.5rem;display:flex;overflow-y:auto}.ProductManager-module__HXQrwG__iconOption{border:1px solid var(--border);cursor:pointer;background:var(--surface);width:36px;height:36px;color:var(--text-secondary);border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.ProductManager-module__HXQrwG__iconOption:hover{border-color:var(--primary);color:var(--primary)}.ProductManager-module__HXQrwG__iconOption.ProductManager-module__HXQrwG__selected{background:var(--primary);color:#fff;border-color:var(--primary)}.ProductManager-module__HXQrwG__addBtn{background:var(--primary);color:#fff;border-radius:var(--radius);white-space:nowrap;align-items:center;gap:.35rem;padding:.5rem .75rem;font-size:.85rem;display:flex}.ProductManager-module__HXQrwG__list{flex-direction:column;flex:1;gap:.5rem;display:flex;overflow-y:auto}.ProductManager-module__HXQrwG__item{background:var(--background);border-radius:var(--radius);align-items:center;gap:.5rem;padding:.5rem;display:flex}.ProductManager-module__HXQrwG__item input{border:1px solid var(--border);border-radius:var(--radius);max-width:100px;padding:.4rem;font-size:.85rem}.ProductManager-module__HXQrwG__itemIcon{color:var(--primary);flex-shrink:0}.ProductManager-module__HXQrwG__info{flex-direction:column;flex:1;min-width:0;display:flex}.ProductManager-module__HXQrwG__info strong{white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.ProductManager-module__HXQrwG__info span{color:var(--text-secondary);font-size:.75rem}.ProductManager-module__HXQrwG__actions{gap:.35rem;display:flex}.ProductManager-module__HXQrwG__editBtn,.ProductManager-module__HXQrwG__saveBtn{color:var(--primary);padding:.25rem}.ProductManager-module__HXQrwG__deleteBtn,.ProductManager-module__HXQrwG__cancelBtn{color:var(--danger);padding:.25rem}.ProductManager-module__HXQrwG__empty{text-align:center;color:var(--text-secondary);padding:1rem;font-size:.85rem}@media (max-width:500px){.ProductManager-module__HXQrwG__formRow{flex-direction:column}.ProductManager-module__HXQrwG__formRow input,.ProductManager-module__HXQrwG__formRow select{width:100%}.ProductManager-module__HXQrwG__iconPickerRow{flex-direction:column;align-items:stretch}.ProductManager-module__HXQrwG__addBtn{justify-content:center}}
.StoreSettings-module__eMg0Fq__container{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);height:100%;padding:1.5rem}.StoreSettings-module__eMg0Fq__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.StoreSettings-module__eMg0Fq__saveBtn{background:var(--primary);color:#fff;border-radius:var(--radius);align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;transition:all .2s;display:flex}.StoreSettings-module__eMg0Fq__saveBtn:hover{background:var(--primary-hover)}.StoreSettings-module__eMg0Fq__success{background:var(--success)!important}.StoreSettings-module__eMg0Fq__section{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1rem}.StoreSettings-module__eMg0Fq__section h3{color:var(--primary);margin-bottom:1rem;font-size:1rem}.StoreSettings-module__eMg0Fq__formGroup{margin-bottom:1rem}.StoreSettings-module__eMg0Fq__formGroup label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.StoreSettings-module__eMg0Fq__formGroup input{border:1px solid var(--border);border-radius:var(--radius);width:100%;padding:.6rem}.StoreSettings-module__eMg0Fq__formGroup input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #2563eb1a}
.InvoiceForm-module__JQ_l4q__formContainer{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.InvoiceForm-module__JQ_l4q__headerAction{justify-content:space-between;align-items:center;display:flex}.InvoiceForm-module__JQ_l4q__headerBtns{gap:.5rem;display:flex}.InvoiceForm-module__JQ_l4q__iconBtn{color:var(--text-secondary);background:var(--background);border-radius:50%;padding:.5rem;transition:background .2s}.InvoiceForm-module__JQ_l4q__iconBtn:hover{color:var(--primary);background:#e2e8f0}.InvoiceForm-module__JQ_l4q__section{border-bottom:1px solid var(--border);flex-direction:column;gap:1rem;padding-bottom:1rem;display:flex}.InvoiceForm-module__JQ_l4q__section:last-child{border-bottom:none}.InvoiceForm-module__JQ_l4q__section h3{color:var(--primary);margin:0;font-size:1.1rem;font-weight:600}.InvoiceForm-module__JQ_l4q__sectionHeader{cursor:pointer;justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.InvoiceForm-module__JQ_l4q__sectionHeader:hover h3{opacity:.8}.InvoiceForm-module__JQ_l4q__row{gap:1rem;display:flex}.InvoiceForm-module__JQ_l4q__group{flex-direction:column;flex:1;gap:.25rem;display:flex}.InvoiceForm-module__JQ_l4q__group label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.InvoiceForm-module__JQ_l4q__group input,.InvoiceForm-module__JQ_l4q__group select{border:1px solid var(--border);border-radius:var(--radius);width:100%;padding:.5rem;font-size:.95rem}.InvoiceForm-module__JQ_l4q__group input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #2563eb1a}.InvoiceForm-module__JQ_l4q__itemRow{background:var(--background);border-radius:var(--radius);align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.5rem;display:flex}.InvoiceForm-module__JQ_l4q__itemIndex{color:var(--text-secondary);text-align:center;width:20px;font-weight:700}.InvoiceForm-module__JQ_l4q__itemInputs{flex-wrap:wrap;flex:1;gap:.5rem;display:flex}.InvoiceForm-module__JQ_l4q__itemName{border:1px solid var(--border);border-radius:var(--radius);flex:2;min-width:150px;padding:.4rem}.InvoiceForm-module__JQ_l4q__itemMeta{flex:3;gap:.5rem;display:flex}.InvoiceForm-module__JQ_l4q__itemMeta input{border:1px solid var(--border);border-radius:var(--radius);width:100%;padding:.4rem}.InvoiceForm-module__JQ_l4q__removeBtn{color:var(--danger);justify-content:center;align-items:center;padding:.4rem;display:flex}.InvoiceForm-module__JQ_l4q__addBtn{border:1px dashed var(--primary);color:var(--primary);border-radius:var(--radius);justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem;transition:all .2s;display:flex}.InvoiceForm-module__JQ_l4q__addBtn:hover{background:#2563eb0d}.InvoiceForm-module__JQ_l4q__inputGroup{gap:.5rem;display:flex}@media (max-width:600px){.InvoiceForm-module__JQ_l4q__row{flex-direction:column;gap:.5rem}.InvoiceForm-module__JQ_l4q__itemMeta{width:100%}.InvoiceForm-module__JQ_l4q__productItem{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:1rem;transition:all .2s;display:flex;position:relative}.InvoiceForm-module__JQ_l4q__productItem:hover{border-color:var(--primary);box-shadow:0 2px 8px #0000000d}.InvoiceForm-module__JQ_l4q__productHeader{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.InvoiceForm-module__JQ_l4q__productIndexBadge{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;font-size:.75rem;font-weight:700;display:flex}.InvoiceForm-module__JQ_l4q__productMetaGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.InvoiceForm-module__JQ_l4q__miniGroup{flex-direction:column;gap:.25rem;display:flex}.InvoiceForm-module__JQ_l4q__miniGroup label{color:var(--text-secondary);font-size:.75rem;font-weight:500}.InvoiceForm-module__JQ_l4q__miniGroup input{padding:.4rem;font-size:.9rem}.InvoiceForm-module__JQ_l4q__removeBtnAbsolute{color:var(--danger);cursor:pointer;background:#ef44441a;border:none;border-radius:4px;height:fit-content;padding:.4rem;transition:all .2s}.InvoiceForm-module__JQ_l4q__removeBtnAbsolute:hover{background:var(--danger);color:#fff}.InvoiceForm-module__JQ_l4q__dropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);z-index:100;max-height:200px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #00000026}.InvoiceForm-module__JQ_l4q__dropdownItem{cursor:pointer;border-bottom:1px solid var(--border);justify-content:space-between;padding:10px 12px;transition:all .2s;display:flex}.InvoiceForm-module__JQ_l4q__dropdownItem:last-child{border-bottom:none}.InvoiceForm-module__JQ_l4q__dropdownItem:hover{background:var(--background)}.InvoiceForm-module__JQ_l4q__itemPhone{color:var(--primary);font-weight:500}.InvoiceForm-module__JQ_l4q__itemName{color:var(--text-primary);border:none;min-width:auto;padding:0}}
.InvoicePreview-module__bwHocq__previewWrapper{background:#525659;justify-content:center;min-height:100%;padding:1rem;display:flex}.InvoicePreview-module__bwHocq__paper{color:#000;background:#fff;flex-direction:column;flex-shrink:0;width:210mm;min-height:297mm;padding:15mm;font-family:Times New Roman,Times,serif;font-size:11pt;line-height:1.4;display:flex;box-shadow:0 4px 10px #0003}.InvoicePreview-module__bwHocq__header{justify-content:space-between;margin-bottom:.5rem;display:flex}.InvoicePreview-module__bwHocq__storeInfo{width:70%}.InvoicePreview-module__bwHocq__storeName{text-transform:uppercase;margin:0 0 5px;font-size:16pt;font-weight:700}.InvoicePreview-module__bwHocq__storeText{margin:0 0 2px;font-size:11pt}.InvoicePreview-module__bwHocq__headerLogo{justify-content:flex-end;align-items:flex-start;width:30%;display:flex}.InvoicePreview-module__bwHocq__divider{border-top:2px solid #000;margin:10px 0 15px}.InvoicePreview-module__bwHocq__titleSection{text-align:center;margin-bottom:20px}.InvoicePreview-module__bwHocq__invoiceTitle{text-transform:uppercase;margin:0 0 5px;font-size:18pt;font-weight:700}.InvoicePreview-module__bwHocq__dateLine{margin:0;font-style:italic}.InvoicePreview-module__bwHocq__infoGrid{justify-content:space-between;margin-bottom:15px;display:flex}.InvoicePreview-module__bwHocq__col p{margin:4px 0}.InvoicePreview-module__bwHocq__table{border-collapse:collapse;width:100%;margin-bottom:15px}.InvoicePreview-module__bwHocq__table th,.InvoicePreview-module__bwHocq__table td{vertical-align:middle;border:1px solid #000;padding:6px 8px}.InvoicePreview-module__bwHocq__table th{text-align:center;background:#f0f0f0;font-size:11pt;font-weight:700}.InvoicePreview-module__bwHocq__center{text-align:center}.InvoicePreview-module__bwHocq__right{text-align:right}.InvoicePreview-module__bwHocq__itemName{font-weight:500;display:inline}.InvoicePreview-module__bwHocq__itemUnit{font-size:.9em;font-style:italic}.InvoicePreview-module__bwHocq__empty{text-align:center;color:#666;padding:20px;font-style:italic}.InvoicePreview-module__bwHocq__summarySection{flex-direction:column;align-items:flex-end;margin-bottom:15px;display:flex}.InvoicePreview-module__bwHocq__summaryRow{justify-content:flex-end;align-items:center;gap:10px;width:60%;display:flex}.InvoicePreview-module__bwHocq__summaryValue{text-align:right;width:120px;font-weight:700}.InvoicePreview-module__bwHocq__finalTotal{border-top:1px solid #000;margin-top:5px;padding-top:5px;font-size:12pt;font-weight:700}.InvoicePreview-module__bwHocq__totalValue{text-align:right;width:120px;font-size:13pt;font-weight:700}.InvoicePreview-module__bwHocq__wordsRow{margin-bottom:20px;font-style:italic}.InvoicePreview-module__bwHocq__wordsText{font-weight:700}.InvoicePreview-module__bwHocq__noteRow{border:1px dashed #ccc;border-radius:4px;margin-bottom:20px;padding:10px}.InvoicePreview-module__bwHocq__footerLayout{justify-content:space-between;margin-top:auto;padding-top:20px;display:flex}.InvoicePreview-module__bwHocq__qrBlock{align-items:center;gap:10px;width:40%;display:flex}.InvoicePreview-module__bwHocq__qrImage{border:1px solid #eee;width:80px;height:80px}.InvoicePreview-module__bwHocq__qrText p{margin:2px 0;font-size:9pt}.InvoicePreview-module__bwHocq__bankName{color:#2563eb;font-weight:700}.InvoicePreview-module__bwHocq__signatureBlock{justify-content:space-between;width:50%;display:flex}.InvoicePreview-module__bwHocq__signColumn{text-align:center;flex-direction:column;display:flex}.InvoicePreview-module__bwHocq__signColumn strong{margin-bottom:4px;font-weight:700}.InvoicePreview-module__bwHocq__signColumn span{font-size:10pt;font-style:italic}.InvoicePreview-module__bwHocq__thankyou{text-align:center;border-top:1px solid #ccc;margin-top:30px;padding-top:10px;font-size:10pt;font-style:italic}@media print{@page{size:A4;margin:0}.InvoicePreview-module__bwHocq__previewWrapper{background:#fff;min-height:auto;padding:0;display:block}.InvoicePreview-module__bwHocq__paper{box-shadow:none;width:100%;max-width:100%;min-height:auto;margin:0;padding:15mm;transform:none!important}.InvoicePreview-module__bwHocq__noteRow{border-color:#000}}@media (max-width:850px){.InvoicePreview-module__bwHocq__previewWrapper{align-items:flex-start;padding:1rem;overflow-x:auto}.InvoicePreview-module__bwHocq__paper{transform-origin:0 0}}@media (max-width:820px){.InvoicePreview-module__bwHocq__paper{margin-bottom:-100px;transform:scale(.9)}}@media (max-width:768px){.InvoicePreview-module__bwHocq__paper{margin-bottom:-200px;transform:scale(.8)}}@media (max-width:650px){.InvoicePreview-module__bwHocq__paper{margin-bottom:-300px;transform:scale(.7)}}@media (max-width:550px){.InvoicePreview-module__bwHocq__previewWrapper{justify-content:flex-start;padding:.5rem}.InvoicePreview-module__bwHocq__paper{margin-bottom:-400px;transform:scale(.55)}}@media (max-width:450px){.InvoicePreview-module__bwHocq__paper{margin-bottom:-500px;transform:scale(.45)}}@media (max-width:380px){.InvoicePreview-module__bwHocq__paper{margin-bottom:-600px;transform:scale(.4)}}.InvoicePreview-module__bwHocq__thermalMode .InvoicePreview-module__bwHocq__paper{min-height:auto;box-shadow:none;margin:0 auto;padding:2mm 5mm;font-family:Courier New,Courier,monospace;font-size:10pt;width:80mm!important;transform:none!important}.InvoicePreview-module__bwHocq__thermalMode .InvoicePreview-module__bwHocq__header{text-align:center;flex-direction:column}.InvoicePreview-module__bwHocq__thermalMode .InvoicePreview-module__bwHocq__storeInfo{width:100%;margin-bottom:5px}.InvoicePreview-module__bwHocq__thermalMode .InvoicePreview-module__bwHocq__storeName{font-size:14pt}.InvoicePreview-module__bwHocq__thermalMode .InvoicePreview-module__bwHocq__headerLogo{display:none}.InvoicePreview-module__bwHocq__thermalMode .InvoicePreview-module__bwHocq__invoiceTitle{margin-top:5px;font-size:12pt}.InvoicePreview-module__bwHocq__thermalMode .InvoicePreview-module__bwHocq__infoGrid{flex-direction:column;gap:5px}.InvoicePreview-module__bwHocq__thermalMode .InvoicePreview-module__bwHocq__col{text-align:left!important}.InvoicePreview-module__bwHocq__thermalMode .InvoicePreview-module__bwHocq__table th,.InvoicePreview-module__bwHocq__thermalMode .InvoicePreview-module__bwHocq__table td{padding:2px;font-size:9pt}.InvoicePreview-module__bwHocq__thermalMode .InvoicePreview-module__bwHocq__summaryRow{width:100%}.InvoicePreview-module__bwHocq__thermalMode .InvoicePreview-module__bwHocq__qrBlock{text-align:center;flex-direction:column;width:100%;margin-bottom:10px}.InvoicePreview-module__bwHocq__thermalMode .InvoicePreview-module__bwHocq__signatureBlock{display:none}.InvoicePreview-module__bwHocq__thermalMode .InvoicePreview-module__bwHocq__footerLayout{flex-direction:column}.InvoicePreview-module__bwHocq__thermalMode .InvoicePreview-module__bwHocq__thankyou{margin-top:10px}@media print{.InvoicePreview-module__bwHocq__thermalMode .InvoicePreview-module__bwHocq__paper{width:100%;margin:0;padding:0}.InvoicePreview-module__bwHocq__thermalMode .InvoicePreview-module__bwHocq__previewWrapper{padding:0}}
.ActionButtons-module__plq0qa__container{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.ActionButtons-module__plq0qa__btn{border-radius:var(--radius);align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.ActionButtons-module__plq0qa__btn:disabled{opacity:.7;cursor:not-allowed}.ActionButtons-module__plq0qa__primary{background-color:var(--primary);color:#fff}.ActionButtons-module__plq0qa__primary:hover{background-color:var(--primary-hover)}.ActionButtons-module__plq0qa__secondary{background-color:var(--secondary);color:#fff}.ActionButtons-module__plq0qa__secondary:hover{background-color:#475569}.ActionButtons-module__plq0qa__outline{border:1px solid var(--border);color:var(--text-main);background:#fff}.ActionButtons-module__plq0qa__outline:hover{background:var(--background)}
.CategoryList-module__twiYlW__container{margin-bottom:.75rem}.CategoryList-module__twiYlW__title{margin-bottom:.5rem;font-size:.9rem;font-weight:600}.CategoryList-module__twiYlW__list{scrollbar-width:none;gap:.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.CategoryList-module__twiYlW__list::-webkit-scrollbar{display:none}.CategoryList-module__twiYlW__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;min-width:65px;color:var(--text-secondary);flex-direction:column;align-items:center;gap:.35rem;padding:.6rem .4rem;transition:all .2s;display:flex}.CategoryList-module__twiYlW__item:hover{border-color:var(--primary);color:var(--primary)}.CategoryList-module__twiYlW__item.CategoryList-module__twiYlW__active{background:var(--primary);border-color:var(--primary);color:#fff}.CategoryList-module__twiYlW__iconWrapper{background:var(--background);border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.CategoryList-module__twiYlW__item.CategoryList-module__twiYlW__active .CategoryList-module__twiYlW__iconWrapper{background:#fff3}.CategoryList-module__twiYlW__item span{white-space:nowrap;text-overflow:ellipsis;max-width:60px;font-size:.7rem;font-weight:500;overflow:hidden}.CategoryList-module__twiYlW__hint{color:var(--text-secondary);white-space:nowrap;padding:.5rem;font-size:.75rem}
.HelpCenter-module__yVC5nq__container{background:var(--surface);border-radius:var(--radius);height:100%;padding:1rem;overflow-y:auto}.HelpCenter-module__yVC5nq__header{color:var(--primary);align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.HelpCenter-module__yVC5nq__header h2{margin:0;font-size:1.1rem}.HelpCenter-module__yVC5nq__section{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.75rem;overflow:hidden}.HelpCenter-module__yVC5nq__sectionHeader{background:var(--background);cursor:pointer;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.HelpCenter-module__yVC5nq__sectionHeader:hover{background:var(--border)}.HelpCenter-module__yVC5nq__sectionTitle{color:var(--text-main);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.HelpCenter-module__yVC5nq__sectionContent{padding:.75rem}.HelpCenter-module__yVC5nq__sectionContent p{color:var(--text-secondary);margin:0 0 .5rem;font-size:.85rem}.HelpCenter-module__yVC5nq__versionDate{font-weight:500;color:var(--primary)!important}.HelpCenter-module__yVC5nq__featureList{flex-direction:column;gap:.35rem;margin:0;padding-left:1.25rem;display:flex}.HelpCenter-module__yVC5nq__featureList li{color:var(--text-main);font-size:.8rem}.HelpCenter-module__yVC5nq__subTitle{color:var(--text-main);margin:.75rem 0 .5rem;font-size:.8rem;font-weight:600}.HelpCenter-module__yVC5nq__versionLogItem{background:var(--background);border-radius:var(--radius);margin-bottom:.75rem;padding:.75rem}.HelpCenter-module__yVC5nq__versionLogItem:last-child{margin-bottom:0}.HelpCenter-module__yVC5nq__versionLogHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.HelpCenter-module__yVC5nq__versionLogHeader strong{color:var(--primary);font-size:.85rem}.HelpCenter-module__yVC5nq__versionLogHeader span{color:var(--text-secondary);font-size:.7rem}.HelpCenter-module__yVC5nq__fixList{flex-direction:column;gap:.2rem;margin:.5rem 0 0;padding-left:1.25rem;list-style:none;display:flex}.HelpCenter-module__yVC5nq__fixList li{color:var(--text-secondary);font-size:.75rem}.HelpCenter-module__yVC5nq__guideList{flex-direction:column;gap:.5rem;padding:.5rem;display:flex}.HelpCenter-module__yVC5nq__guideItem{background:var(--background);border-radius:var(--radius);padding:.75rem}.HelpCenter-module__yVC5nq__guideHeader{color:var(--primary);align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.HelpCenter-module__yVC5nq__guideHeader strong{color:var(--text-main);font-size:.85rem}.HelpCenter-module__yVC5nq__steps{flex-direction:column;gap:.25rem;margin:0;padding-left:1.25rem;display:flex}.HelpCenter-module__yVC5nq__steps li{color:var(--text-secondary);font-size:.75rem}.HelpCenter-module__yVC5nq__contactItem{color:var(--primary);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.HelpCenter-module__yVC5nq__contactItem a{color:var(--primary);text-decoration:underline}.HelpCenter-module__yVC5nq__donateBox{background:var(--background);border-radius:var(--radius);text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;display:flex}.HelpCenter-module__yVC5nq__qrImage{border-radius:8px}.HelpCenter-module__yVC5nq__bankInfo{font-size:.85rem}.HelpCenter-module__yVC5nq__bankInfo p{margin:.2rem 0}.HelpCenter-module__yVC5nq__themeSwitch{border:1px solid var(--border);border-radius:var(--radius);background:var(--background);justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.75rem;display:flex}.HelpCenter-module__yVC5nq__themeSwitchLabel{color:var(--text-main);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.HelpCenter-module__yVC5nq__themeBtn{border-radius:var(--radius);background:var(--primary);color:#fff;align-items:center;gap:.35rem;padding:.5rem .75rem;font-size:.8rem;transition:all .2s;display:flex}.HelpCenter-module__yVC5nq__themeBtn:hover{background:var(--primary-hover)}
.Reports-module__Bw6dLW__container{background:var(--background);flex-direction:column;gap:1.25rem;max-width:100%;height:100%;padding:1.25rem;display:flex;overflow:hidden auto}.Reports-module__Bw6dLW__loading{color:var(--primary);flex:1;justify-content:center;align-items:center;display:flex}.Reports-module__Bw6dLW__header{justify-content:space-between;align-items:center;display:flex}.Reports-module__Bw6dLW__header h2{color:var(--text-main);margin:0;font-size:1.35rem;font-weight:700}.Reports-module__Bw6dLW__headerActions{align-items:center;gap:.75rem;display:flex}.Reports-module__Bw6dLW__periodSelect{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-main);padding:.5rem .75rem;font-size:.8rem}.Reports-module__Bw6dLW__exportBtn{background:var(--primary);color:#fff;border-radius:var(--radius);align-items:center;gap:.35rem;padding:.5rem .85rem;font-size:.8rem;font-weight:500;display:flex}.Reports-module__Bw6dLW__exportBtn:hover{background:var(--primary-hover)}.Reports-module__Bw6dLW__statsRow{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.Reports-module__Bw6dLW__statCard{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #0000000f}.Reports-module__Bw6dLW__statHeader{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.Reports-module__Bw6dLW__statIconWrap{color:#6366f1;background:#6366f11a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Reports-module__Bw6dLW__statLabel{color:var(--text-secondary);font-size:.8rem;font-weight:500}.Reports-module__Bw6dLW__statValue{color:var(--text-main);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Reports-module__Bw6dLW__statGrowth{align-items:center;gap:.35rem;font-size:.75rem;display:flex}.Reports-module__Bw6dLW__statGrowth.Reports-module__Bw6dLW__positive{color:#10b981}.Reports-module__Bw6dLW__statGrowth.Reports-module__Bw6dLW__negative{color:#ef4444}.Reports-module__Bw6dLW__growthLabel{color:var(--text-secondary)}.Reports-module__Bw6dLW__chartTabs{background:var(--background);border-radius:6px;gap:.25rem;padding:.2rem;display:flex}.Reports-module__Bw6dLW__chartTabs button{color:var(--text-secondary);background:0 0;border-radius:5px;padding:.35rem .65rem;font-size:.75rem;font-weight:500;transition:all .15s}.Reports-module__Bw6dLW__chartTabs button:hover{color:var(--text-main)}.Reports-module__Bw6dLW__chartTabs button.Reports-module__Bw6dLW__tabActive{color:#84cc16;background:#fff;box-shadow:0 1px 2px #0000001a}.Reports-module__Bw6dLW__lineChartHeader{align-items:center;gap:1.5rem;display:flex}.Reports-module__Bw6dLW__chartLegend{gap:1rem;display:flex}.Reports-module__Bw6dLW__legendItem{color:var(--text-secondary);align-items:center;gap:.35rem;font-size:.75rem;display:flex}.Reports-module__Bw6dLW__legendDotLime{background:#a3e635;border-radius:50%;width:10px;height:10px}.Reports-module__Bw6dLW__legendDotBlack{background:#1f2937;border-radius:50%;width:10px;height:10px}.Reports-module__Bw6dLW__dualLineChart{aspect-ratio:2.4;width:100%;min-height:200px;max-height:320px;margin-top:.5rem}.Reports-module__Bw6dLW__dualLineChart svg{width:100%;height:100%;display:block}.Reports-module__Bw6dLW__dashboardGrid{grid-template-columns:2.2fr 1fr;gap:1rem;display:grid}.Reports-module__Bw6dLW__leftColumn,.Reports-module__Bw6dLW__rightColumn{flex-direction:column;gap:1rem;display:flex}.Reports-module__Bw6dLW__card{background:var(--surface);border:1px solid var(--border);border-radius:12px;max-width:100%;min-height:300px;padding:1.25rem;overflow:hidden;box-shadow:0 1px 3px #0000000f}.Reports-module__Bw6dLW__cardHeader{flex-direction:column;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.Reports-module__Bw6dLW__cardHeader h3{color:var(--text-main);margin:0;font-size:.95rem;font-weight:600}.Reports-module__Bw6dLW__cardPeriod{color:var(--text-secondary);background:var(--background);border-radius:6px;padding:.3rem .6rem;font-size:.75rem}.Reports-module__Bw6dLW__salesOverview{gap:1.5rem;display:flex}.Reports-module__Bw6dLW__salesStats{min-width:120px}.Reports-module__Bw6dLW__salesStatItem span{color:var(--text-secondary);font-size:.75rem;display:block}.Reports-module__Bw6dLW__salesStatItem strong{color:var(--text-main);margin:.25rem 0;font-size:1.25rem;font-weight:700;display:block}.Reports-module__Bw6dLW__miniGrowth{border-radius:4px;align-items:center;gap:.2rem;padding:.15rem .4rem;font-size:.7rem;display:inline-flex}.Reports-module__Bw6dLW__miniGrowth.Reports-module__Bw6dLW__positive{color:#10b981;background:#10b9811a}.Reports-module__Bw6dLW__barChart{flex:1;align-items:flex-end;gap:.5rem;height:140px;display:flex}.Reports-module__Bw6dLW__barCol{flex-direction:column;flex:1;align-items:center;height:100%;display:flex}.Reports-module__Bw6dLW__barCol span{color:var(--text-secondary);margin-top:.4rem;font-size:.65rem}.Reports-module__Bw6dLW__barWrap{flex:1;justify-content:center;align-items:flex-end;width:100%;display:flex}.Reports-module__Bw6dLW__barFill{background:linear-gradient(#f97316 0%,#fdba74 100%);border-radius:4px 4px 0 0;width:65%;min-height:4px;transition:height .3s}.Reports-module__Bw6dLW__activityCard{color:#fff;background:linear-gradient(135deg,#f97316 0%,#fb923c 100%)}.Reports-module__Bw6dLW__activityCard .Reports-module__Bw6dLW__cardHeader h3{color:#fff}.Reports-module__Bw6dLW__activityGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.Reports-module__Bw6dLW__activityBox{background:#fff3;border-radius:10px;align-items:center;gap:.65rem;padding:.85rem;display:flex}.Reports-module__Bw6dLW__activityIcon{background:#ffffff40;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Reports-module__Bw6dLW__activityInfo strong{font-size:1.15rem;font-weight:700;display:block}.Reports-module__Bw6dLW__activityInfo span{opacity:.9;font-size:.7rem}.Reports-module__Bw6dLW__donutSection{flex-direction:column;align-items:center;gap:1rem;display:flex}.Reports-module__Bw6dLW__donutWrap{width:140px;height:140px;position:relative}.Reports-module__Bw6dLW__donutSvg{width:100%;height:100%}.Reports-module__Bw6dLW__donutCenter{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Reports-module__Bw6dLW__donutCenter strong{color:var(--text-main);font-size:.9rem;font-weight:700;display:block}.Reports-module__Bw6dLW__donutCenter span{color:var(--text-secondary);font-size:.65rem}.Reports-module__Bw6dLW__donutLegend{flex-direction:column;gap:.5rem;width:100%;display:flex}.Reports-module__Bw6dLW__legendRow{align-items:center;gap:.5rem;font-size:.8rem;display:flex}.Reports-module__Bw6dLW__legendDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.Reports-module__Bw6dLW__legendLabel{color:var(--text-main);flex:1}.Reports-module__Bw6dLW__legendRow strong{color:var(--text-main);font-weight:600}.Reports-module__Bw6dLW__legendPct{color:var(--text-secondary);text-align:right;min-width:35px;font-size:.75rem}.Reports-module__Bw6dLW__bottomGrid{grid-template-columns:1.5fr 1fr;gap:1rem;display:grid}.Reports-module__Bw6dLW__tableWrap{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}.Reports-module__Bw6dLW__table{border-collapse:collapse;table-layout:auto;width:100%;min-width:400px}.Reports-module__Bw6dLW__table th{text-align:left;background:var(--background);color:var(--text-secondary);border-radius:6px;padding:.65rem;font-size:.75rem;font-weight:600}.Reports-module__Bw6dLW__table td{border-bottom:1px solid var(--border);color:var(--text-main);padding:.65rem;font-size:.8rem}.Reports-module__Bw6dLW__table .Reports-module__Bw6dLW__right{text-align:right}.Reports-module__Bw6dLW__invoiceId{color:var(--primary);font-weight:600}.Reports-module__Bw6dLW__amount{font-weight:600}.Reports-module__Bw6dLW__statusBadge{color:#10b981;background:#10b9811a;border-radius:20px;padding:.25rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.Reports-module__Bw6dLW__activityFeed{flex-direction:column;gap:.75rem;display:flex}.Reports-module__Bw6dLW__feedItem{background:var(--background);border-radius:8px;align-items:flex-start;gap:.75rem;padding:.75rem;display:flex}.Reports-module__Bw6dLW__feedIcon{color:#6366f1;background:#6366f11a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Reports-module__Bw6dLW__feedContent{flex-direction:column;flex:1;gap:.15rem;display:flex}.Reports-module__Bw6dLW__feedContent strong{color:var(--text-main);font-size:.8rem}.Reports-module__Bw6dLW__feedContent span{color:var(--text-secondary);font-size:.7rem}.Reports-module__Bw6dLW__feedTime{color:var(--text-secondary);font-size:.65rem}.Reports-module__Bw6dLW__productSection{grid-template-columns:1fr 1.3fr;gap:1rem;display:grid}.Reports-module__Bw6dLW__comparisonChart{flex-direction:column;gap:.75rem;display:flex}.Reports-module__Bw6dLW__compRow{align-items:center;gap:.75rem;display:flex}.Reports-module__Bw6dLW__compLabel{width:90px;color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.Reports-module__Bw6dLW__compBars{flex-direction:column;flex:1;gap:3px;display:flex}.Reports-module__Bw6dLW__compBarCurrent{background:linear-gradient(90deg,#6366f1,#818cf8);border-radius:4px;min-width:4px;height:10px}.Reports-module__Bw6dLW__compBarPrev{background:#e5e7eb;border-radius:4px;min-width:4px;height:8px}.Reports-module__Bw6dLW__compValue{min-width:80px;color:var(--text-main);text-align:right;font-size:.75rem;font-weight:600}.Reports-module__Bw6dLW__compLegend{border-top:1px solid var(--border);gap:1.5rem;margin-top:.5rem;padding-top:.75rem;display:flex}.Reports-module__Bw6dLW__compLegend span{color:var(--text-secondary);align-items:center;gap:.35rem;font-size:.7rem;display:flex}.Reports-module__Bw6dLW__dotCurrent{background:#6366f1;border-radius:3px;width:10px;height:10px}.Reports-module__Bw6dLW__dotPrev{background:#e5e7eb;border-radius:3px;width:10px;height:10px}.Reports-module__Bw6dLW__productName{align-items:center;gap:.5rem;display:flex}.Reports-module__Bw6dLW__productRank{background:var(--background);width:22px;height:22px;color:var(--primary);border-radius:6px;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.Reports-module__Bw6dLW__growthBadge{border-radius:3px;margin-left:.35rem;padding:.1rem .3rem;font-size:.6rem;display:inline-block}.Reports-module__Bw6dLW__growthBadge.Reports-module__Bw6dLW__up{color:#10b981;background:#10b9811a}.Reports-module__Bw6dLW__growthBadge.Reports-module__Bw6dLW__down{color:#ef4444;background:#ef44441a}.Reports-module__Bw6dLW__growthPill{border-radius:20px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.7rem;font-weight:600;display:inline-flex}.Reports-module__Bw6dLW__growthPill.Reports-module__Bw6dLW__pillUp{color:#10b981;background:#10b9811a}.Reports-module__Bw6dLW__growthPill.Reports-module__Bw6dLW__pillDown{color:#ef4444;background:#ef44441a}.Reports-module__Bw6dLW__empty{text-align:center;color:var(--text-secondary);padding:2rem;font-size:.85rem}@media (max-width:960px){.Reports-module__Bw6dLW__dashboardGrid{grid-template-columns:1fr}}@media (max-width:1024px){.Reports-module__Bw6dLW__statsRow{grid-template-columns:repeat(2,1fr)}.Reports-module__Bw6dLW__bottomGrid,.Reports-module__Bw6dLW__productSection{grid-template-columns:1fr}.Reports-module__Bw6dLW__lineChartHeader{flex-direction:column;align-items:flex-start;gap:.75rem}}@media (max-width:768px){.Reports-module__Bw6dLW__mainGrid{grid-template-columns:1fr}.Reports-module__Bw6dLW__container{padding:1rem}.Reports-module__Bw6dLW__dualLineChart{width:100%;height:220px}.Reports-module__Bw6dLW__cardHeader{flex-direction:column;gap:.5rem;align-items:flex-start!important}.Reports-module__Bw6dLW__cardHeader h3{font-size:1rem}}@media (max-width:640px){.Reports-module__Bw6dLW__statsRow{grid-template-columns:1fr}.Reports-module__Bw6dLW__header{flex-direction:column;align-items:flex-start;gap:.75rem}.Reports-module__Bw6dLW__salesOverview{flex-direction:column}.Reports-module__Bw6dLW__lineChartHeader{width:100%;max-width:100%}.Reports-module__Bw6dLW__chartTabs{justify-content:flex-start;width:100%;overflow-x:auto}.Reports-module__Bw6dLW__chartLegend{flex-wrap:wrap;gap:.5rem}.Reports-module__Bw6dLW__dualLineChart{height:200px;aspect-ratio:unset;width:100%;max-width:100%;margin:.5rem 0 0;overflow:hidden}}
.BackupRestore-module__t1kEQa__container{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.BackupRestore-module__t1kEQa__title{color:var(--primary);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.5rem;display:flex}.BackupRestore-module__t1kEQa__description{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.BackupRestore-module__t1kEQa__section{margin-bottom:2rem}.BackupRestore-module__t1kEQa__section h3{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;display:flex}.BackupRestore-module__t1kEQa__grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;display:grid}.BackupRestore-module__t1kEQa__card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);text-align:center;cursor:pointer;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem;transition:all .2s;display:flex}.BackupRestore-module__t1kEQa__card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.BackupRestore-module__t1kEQa__cardPrimary{background:linear-gradient(135deg,var(--primary),#3b82f6);color:#fff;border-color:#0000}.BackupRestore-module__t1kEQa__cardPrimary:hover{border-color:#0000}.BackupRestore-module__t1kEQa__icon{color:var(--primary)}.BackupRestore-module__t1kEQa__cardPrimary .BackupRestore-module__t1kEQa__icon{color:#fff}.BackupRestore-module__t1kEQa__cardTitle{font-size:.95rem;font-weight:600}.BackupRestore-module__t1kEQa__cardDesc{color:var(--text-secondary);font-size:.75rem}.BackupRestore-module__t1kEQa__cardPrimary .BackupRestore-module__t1kEQa__cardDesc{color:#fffc}.BackupRestore-module__t1kEQa__importZone{border:2px dashed var(--border);border-radius:var(--radius);text-align:center;cursor:pointer;color:var(--text-secondary);flex-direction:column;align-items:center;gap:.5rem;padding:2rem;transition:all .2s;display:flex}.BackupRestore-module__t1kEQa__importZone:hover{border-color:var(--primary);background:#2563eb0d}.BackupRestore-module__t1kEQa__hint{color:var(--text-muted);font-size:.75rem}.BackupRestore-module__t1kEQa__warning{border-radius:var(--radius);color:#b45309;background:#f59e0b1a;align-items:flex-start;gap:.75rem;margin-top:1rem;padding:1rem;font-size:.85rem;display:flex}.BackupRestore-module__t1kEQa__warning svg{flex-shrink:0;margin-top:2px}
.CustomerManager-module__zsWMNW__container{background-color:var(--bg-primary);flex-direction:column;gap:20px;height:100%;padding:20px;display:flex}.CustomerManager-module__zsWMNW__header{justify-content:space-between;align-items:center;display:flex}.CustomerManager-module__zsWMNW__titleGroup{align-items:center;gap:12px;display:flex}.CustomerManager-module__zsWMNW__titleGroup h2{color:var(--text-primary);font-size:1.5rem;font-weight:600}.CustomerManager-module__zsWMNW__addBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-weight:500;transition:all .2s;display:flex}.CustomerManager-module__zsWMNW__addBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b98133}.CustomerManager-module__zsWMNW__searchBar{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;align-items:center;gap:10px;margin-bottom:0;padding:10px 16px;display:flex}.CustomerManager-module__zsWMNW__searchBar input{width:300px;color:var(--text-primary);background:0 0;border:none;outline:none;font-size:.95rem}.CustomerManager-module__zsWMNW__tableWrapper{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;flex:1;overflow-y:auto;box-shadow:0 4px 6px -1px #0000001a}.CustomerManager-module__zsWMNW__table{border-collapse:collapse;width:100%}.CustomerManager-module__zsWMNW__table th{background:var(--bg-secondary);text-align:left;color:var(--text-secondary);border-bottom:2px solid var(--border-color);white-space:nowrap;z-index:10;padding:16px;font-weight:600;position:sticky;top:0}.CustomerManager-module__zsWMNW__table td{border-bottom:1px solid var(--border-color);color:var(--text-primary);padding:16px}.CustomerManager-module__zsWMNW__table tr:hover td{background-color:var(--hover-bg)}.CustomerManager-module__zsWMNW__actions{gap:8px;display:flex}.CustomerManager-module__zsWMNW__actionBtn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:6px;padding:6px;transition:all .2s}.CustomerManager-module__zsWMNW__actionBtn:hover{background-color:var(--hover-bg);color:var(--primary-color)}.CustomerManager-module__zsWMNW__deleteBtn:hover{color:#ef4444;background-color:#fee2e2}.CustomerManager-module__zsWMNW__emptyState{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px;display:flex}.CustomerManager-module__zsWMNW__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.CustomerManager-module__zsWMNW__modal{background:var(--bg-primary);border-radius:16px;width:90%;max-width:500px;animation:.3s ease-out CustomerManager-module__zsWMNW__slideIn;box-shadow:0 20px 25px -5px #0000001a}@keyframes CustomerManager-module__zsWMNW__slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.CustomerManager-module__zsWMNW__modalHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:20px;display:flex}.CustomerManager-module__zsWMNW__modalHeader h3{color:var(--text-primary);font-size:1.25rem;font-weight:600}.CustomerManager-module__zsWMNW__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px}.CustomerManager-module__zsWMNW__modalBody{flex-direction:column;gap:16px;padding:24px;display:flex}.CustomerManager-module__zsWMNW__formGroup{flex-direction:column;gap:8px;display:flex}.CustomerManager-module__zsWMNW__formGroup label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.CustomerManager-module__zsWMNW__formGroup input{border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-primary);border-radius:8px;outline:none;padding:10px 12px;transition:all .2s}.CustomerManager-module__zsWMNW__formGroup input:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.CustomerManager-module__zsWMNW__modalFooter{border-top:1px solid var(--border-color);justify-content:flex-end;gap:12px;padding:20px;display:flex}.CustomerManager-module__zsWMNW__cancelBtn{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;padding:10px 20px;font-weight:500}.CustomerManager-module__zsWMNW__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;padding:10px 20px;font-weight:500}.CustomerManager-module__zsWMNW__badge{color:#2563eb;background:#dbeafe;border-radius:20px;padding:4px 8px;font-size:.8rem;font-weight:500}.CustomerManager-module__zsWMNW__badge.CustomerManager-module__zsWMNW__vip{color:#d97706;background:#fef3c7}.CustomerManager-module__zsWMNW__warningBox{color:#b45309;background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:12px;align-items:flex-start;gap:12px;padding:12px 16px;font-size:.9rem;line-height:1.5;display:flex}.CustomerManager-module__zsWMNW__warningIcon{color:#d97706;flex-shrink:0;margin-top:2px}
.AuthForm-module__f1BxhG__container{background-color:var(--background);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.AuthForm-module__f1BxhG__card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);width:100%;max-width:400px;padding:2rem}.AuthForm-module__f1BxhG__title{text-align:center;color:var(--primary);margin-bottom:.5rem}.AuthForm-module__f1BxhG__subtitle{text-align:center;color:var(--text-secondary);margin-bottom:2rem;font-size:.9rem}.AuthForm-module__f1BxhG__form{flex-direction:column;gap:1rem;display:flex}.AuthForm-module__f1BxhG__group{flex-direction:column;gap:.5rem;display:flex}.AuthForm-module__f1BxhG__group label{font-size:.9rem;font-weight:500}.AuthForm-module__f1BxhG__group input{border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;font-size:1rem}.AuthForm-module__f1BxhG__submitBtn{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;margin-top:.5rem;padding:.75rem;font-size:1rem;font-weight:700;transition:background .2s}.AuthForm-module__f1BxhG__submitBtn:hover{background:var(--primary-hover)}.AuthForm-module__f1BxhG__submitBtn:disabled{opacity:.7;cursor:not-allowed}.AuthForm-module__f1BxhG__error{color:#ef4444;border-radius:var(--radius);text-align:center;background:#fee2e2;padding:.75rem;font-size:.9rem}.AuthForm-module__f1BxhG__footer{text-align:center;margin-top:1.5rem;font-size:.9rem}.AuthForm-module__f1BxhG__footer button{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-weight:700}.AuthForm-module__f1BxhG__footer button:hover{text-decoration:underline}
.InvoiceList-module__NM0KEW__container{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;height:100%;padding:1rem;display:flex}.InvoiceList-module__NM0KEW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.InvoiceList-module__NM0KEW__searchBox{background:var(--background);border-radius:var(--radius);border:1px solid var(--border);align-items:center;gap:.5rem;width:300px;padding:.5rem 1rem;display:flex}.InvoiceList-module__NM0KEW__searchBox input{width:100%;color:var(--text-main);background:0 0;border:none;outline:none}.InvoiceList-module__NM0KEW__tableWrapper{flex:1;overflow:auto}.InvoiceList-module__NM0KEW__table{border-collapse:collapse;width:100%;min-width:600px}.InvoiceList-module__NM0KEW__table th{text-align:left;background:var(--background);color:var(--text-secondary);padding:1rem;font-weight:600;position:sticky;top:0}.InvoiceList-module__NM0KEW__table td{border-bottom:1px solid var(--border);color:var(--text-main);padding:1rem}.InvoiceList-module__NM0KEW__code{color:var(--primary);font-weight:700}.InvoiceList-module__NM0KEW__dateCell{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.InvoiceList-module__NM0KEW__customerName{font-weight:500}.InvoiceList-module__NM0KEW__customerPhone{color:var(--text-secondary);font-size:.85rem}.InvoiceList-module__NM0KEW__amount{font-weight:700}.InvoiceList-module__NM0KEW__right{text-align:right}.InvoiceList-module__NM0KEW__center{text-align:center}.InvoiceList-module__NM0KEW__actionBtn{border-radius:var(--radius);color:var(--secondary);padding:.5rem;transition:all .2s}.InvoiceList-module__NM0KEW__actionBtn:hover{background:var(--background);color:var(--primary)}.InvoiceList-module__NM0KEW__loading{flex:1;justify-content:center;align-items:center;display:flex}.InvoiceList-module__NM0KEW__empty{text-align:center;color:var(--text-secondary);padding:2rem}.InvoiceList-module__NM0KEW__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.InvoiceList-module__NM0KEW__modalContent{background:var(--surface);border-radius:var(--radius);flex-direction:column;width:100%;max-width:900px;height:90vh;display:flex}.InvoiceList-module__NM0KEW__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem;display:flex}.InvoiceList-module__NM0KEW__modalBody{background:#525659;flex:1;overflow:auto}.InvoiceList-module__NM0KEW__printTypeSelector{background:var(--background);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.InvoiceList-module__NM0KEW__printTypeSelector span{color:var(--text-secondary);margin-right:.25rem;font-size:.85rem}.InvoiceList-module__NM0KEW__printTypeBtn{border-radius:var(--radius);background:var(--surface);color:var(--text-secondary);border:1px solid var(--border);align-items:center;gap:.35rem;padding:.5rem .75rem;font-size:.8rem;transition:all .2s;display:flex}.InvoiceList-module__NM0KEW__printTypeBtn:hover{border-color:var(--primary);color:var(--primary)}.InvoiceList-module__NM0KEW__printTypeBtn.InvoiceList-module__NM0KEW__active{background:var(--primary);color:#fff;border-color:var(--primary)}.InvoiceList-module__NM0KEW__printBtn{border-radius:var(--radius);background:var(--primary);color:#fff;align-items:center;gap:.35rem;margin-left:auto;padding:.5rem 1rem;font-size:.8rem;transition:all .2s;display:flex}.InvoiceList-module__NM0KEW__printBtn:hover{background:var(--primary-hover)}@media print{.InvoiceList-module__NM0KEW__printTypeSelector,.InvoiceList-module__NM0KEW__modalHeader{display:none}}
.BottomCart-module__F_d_Aa__container{background:var(--surface);border-top:1px solid var(--border);z-index:90;flex-direction:column;max-height:40vh;transition:max-height .3s;display:flex;position:fixed;bottom:60px;left:0;right:0;box-shadow:0 -4px 10px #0000001a}.BottomCart-module__F_d_Aa__container.BottomCart-module__F_d_Aa__collapsed{max-height:70px}.BottomCart-module__F_d_Aa__toggleBtn{background:var(--surface);border:1px solid var(--border);width:56px;height:28px;color:var(--text-secondary);z-index:1;border-bottom:none;border-radius:12px 12px 0 0;justify-content:center;align-items:center;display:flex;position:absolute;top:-28px;left:50%;transform:translate(-50%)}.BottomCart-module__F_d_Aa__list{background:var(--background);flex-direction:column;flex:1;gap:.5rem;padding:.75rem;display:flex;overflow-y:auto}.BottomCart-module__F_d_Aa__item{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);justify-content:space-between;align-items:center;padding:.5rem;display:flex}.BottomCart-module__F_d_Aa__controls{align-items:center;gap:.4rem;display:flex}.BottomCart-module__F_d_Aa__qtyBtn{border:1px solid var(--border);background:var(--background);width:26px;height:26px;color:var(--text-main);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.BottomCart-module__F_d_Aa__qty{text-align:center;min-width:18px;font-size:.85rem;font-weight:500}.BottomCart-module__F_d_Aa__deleteBtn{color:var(--danger);margin-left:.25rem;padding:.2rem}.BottomCart-module__F_d_Aa__itemInfo{flex-direction:column;display:flex}.BottomCart-module__F_d_Aa__itemName{font-size:.85rem;font-weight:500}.BottomCart-module__F_d_Aa__itemMeta{color:var(--text-secondary);font-size:.75rem}.BottomCart-module__F_d_Aa__footer{background:var(--surface);border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.BottomCart-module__F_d_Aa__totalInfo{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.BottomCart-module__F_d_Aa__totalPrice{color:var(--primary);margin-left:.25rem;font-size:1rem}.BottomCart-module__F_d_Aa__nextBtn{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 2px 8px #10b98166}
.page-module___8aEwW__page{min-height:100vh}.page-module___8aEwW__loadingWrapper{justify-content:center;align-items:center;height:100vh;display:flex}.page-module___8aEwW__wrapper{height:100vh;display:flex;overflow:hidden}.page-module___8aEwW__sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:180px;display:flex}.page-module___8aEwW__logo{border-bottom:1px solid var(--border);align-items:center;gap:.5rem;padding:1rem;display:flex}.page-module___8aEwW__logoImg{border-radius:8px}.page-module___8aEwW__logoText{color:var(--primary);font-size:1rem;font-weight:700}.page-module___8aEwW__nav{flex-direction:column;flex:1;gap:.25rem;padding:.5rem;display:flex}.page-module___8aEwW__navItem{border-radius:var(--radius);color:var(--text-secondary);text-align:left;align-items:center;gap:.75rem;width:100%;padding:.75rem;font-size:.9rem;transition:all .2s;display:flex}.page-module___8aEwW__navItem:hover{background:var(--background);color:var(--primary)}.page-module___8aEwW__navItem.page-module___8aEwW__active{background:var(--primary);color:#fff}.page-module___8aEwW__navItem.page-module___8aEwW__logout{color:var(--danger)}.page-module___8aEwW__sidebarFooter{border-top:1px solid var(--border);padding:.5rem}.page-module___8aEwW__main{background:var(--background);flex:1;padding:1rem;overflow-y:auto}.page-module___8aEwW__posLayout{gap:1rem;height:100%;display:flex}.page-module___8aEwW__menuSection{flex-direction:column;flex:1;min-width:0;display:flex}.page-module___8aEwW__billSection{background:var(--surface);border-radius:var(--radius);flex-direction:column;flex-shrink:0;width:320px;padding:1rem;display:flex}.page-module___8aEwW__billHeader{margin-bottom:1rem}.page-module___8aEwW__billHeader h2{margin:0;font-size:1rem}.page-module___8aEwW__checkoutBtn{background:var(--primary);color:#fff;border-radius:var(--radius);justify-content:center;align-items:center;gap:.5rem;margin-top:auto;padding:.75rem;font-weight:600;display:flex}.page-module___8aEwW__mobileCart{display:none}.page-module___8aEwW__modalOverlay{z-index:100;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.page-module___8aEwW__modalContent{background:var(--surface);border-radius:var(--radius);flex-direction:column;width:100%;max-width:600px;max-height:90vh;display:flex;overflow:hidden}.page-module___8aEwW__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem;display:flex}.page-module___8aEwW__modalHeader h2{margin:0;font-size:1rem}.page-module___8aEwW__modalActions{gap:.5rem;display:flex}.page-module___8aEwW__toggleBtn{background:var(--background);border-radius:var(--radius);padding:.5rem .75rem;font-size:.85rem}.page-module___8aEwW__modalBody{flex:1;padding:1rem;overflow-y:auto}.page-module___8aEwW__modalFooter{border-top:1px solid var(--border);padding:1rem}@media (max-width:900px){.page-module___8aEwW__billSection{display:none}.page-module___8aEwW__mobileCart{z-index:50;display:block;position:fixed;bottom:0;left:0;right:0}}@media (max-width:768px){.page-module___8aEwW__wrapper{flex-direction:column}.page-module___8aEwW__sidebar{z-index:100;border-right:none;border-top:1px solid var(--border);flex-direction:row;width:100%;height:auto;position:fixed;bottom:0;left:0;right:0}.page-module___8aEwW__logo{display:none}.page-module___8aEwW__nav{flex-direction:row;flex:1;justify-content:space-around;gap:0;padding:.25rem}.page-module___8aEwW__navItem{border-radius:8px;flex-direction:column;gap:.2rem;padding:.4rem .25rem;font-size:.6rem}.page-module___8aEwW__navItem span{display:block}.page-module___8aEwW__sidebarFooter{display:none}.page-module___8aEwW__main{height:calc(100vh - 60px);padding:.5rem .5rem 80px}.page-module___8aEwW__posLayout{flex-direction:column}.page-module___8aEwW__menuSection{height:auto}.page-module___8aEwW__mobileCart{bottom:60px}}@media print{.page-module___8aEwW__sidebar,.page-module___8aEwW__mobileCart,.page-module___8aEwW__modalHeader,.page-module___8aEwW__modalFooter{display:none!important}.page-module___8aEwW__modalOverlay{background:0 0;position:static}.page-module___8aEwW__modalContent{max-width:none;max-height:none;box-shadow:none}}
