.ProductCreator-module__rr6m9W__modalBackdrop{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.ProductCreator-module__rr6m9W__modal{background:#fff;border-radius:8px;flex-direction:column;width:95%;max-width:600px;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000026}.ProductCreator-module__rr6m9W__modalForm{flex-direction:column;height:100%;max-height:100%;display:flex}.ProductCreator-module__rr6m9W__modalHeader{background:#f8f9fa;border-bottom:1px solid #e0e0e0;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.ProductCreator-module__rr6m9W__modalTitle{color:#333;margin:0;font-size:1.3rem;font-weight:600}.ProductCreator-module__rr6m9W__closeBtn{cursor:pointer;color:#666;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:18px}.ProductCreator-module__rr6m9W__closeBtn:hover:not(:disabled){color:#333;background:#e9ecef}.ProductCreator-module__rr6m9W__closeBtn:disabled{opacity:.5;cursor:not-allowed}.ProductCreator-module__rr6m9W__modalBody{flex:1;max-height:calc(85vh - 140px);padding:24px;overflow-y:auto}.ProductCreator-module__rr6m9W__formSection{flex-direction:column;gap:20px;display:flex}.ProductCreator-module__rr6m9W__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.ProductCreator-module__rr6m9W__formGroup{flex-direction:column;gap:6px;display:flex}.ProductCreator-module__rr6m9W__formLabel{color:#495057;font-size:.9rem;font-weight:600}.ProductCreator-module__rr6m9W__formInput,.ProductCreator-module__rr6m9W__formTextarea{resize:vertical;background:#fff;border:1px solid #ced4da;border-radius:4px;padding:10px 12px;font-size:.95rem}.ProductCreator-module__rr6m9W__formInput:focus,.ProductCreator-module__rr6m9W__formTextarea:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 2px #007bff40}.ProductCreator-module__rr6m9W__formInput:disabled,.ProductCreator-module__rr6m9W__formTextarea:disabled{color:#6c757d;cursor:not-allowed;background-color:#f8f9fa}.ProductCreator-module__rr6m9W__fileUploadSection{flex-direction:column;gap:12px;display:flex}.ProductCreator-module__rr6m9W__fileLabel{cursor:pointer;color:#495057;background:#f8f9fa;border:2px dashed #ced4da;border-radius:4px;justify-content:center;align-items:center;padding:12px 16px;font-weight:500;transition:all .2s;display:inline-flex}.ProductCreator-module__rr6m9W__fileLabel:hover:not(:disabled){background:#e9ecef;border-color:#adb5bd}.ProductCreator-module__rr6m9W__fileInput{display:none}.ProductCreator-module__rr6m9W__fileLabel:disabled{opacity:.6;cursor:not-allowed}.ProductCreator-module__rr6m9W__imagePreview{justify-content:center;display:flex}.ProductCreator-module__rr6m9W__previewImage{border:1px solid #e9ecef;border-radius:4px;max-width:200px;max-height:200px}.ProductCreator-module__rr6m9W__errorMessage{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;align-items:center;gap:8px;padding:12px 16px;font-size:.9rem;display:flex}.ProductCreator-module__rr6m9W__errorIcon{font-size:1.1rem}.ProductCreator-module__rr6m9W__modalFooter{background:#f8f9fa;border-top:1px solid #e0e0e0;flex-shrink:0;justify-content:flex-end;gap:12px;padding:20px 24px;display:flex}.ProductCreator-module__rr6m9W__btn{cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;gap:8px;min-width:120px;padding:10px 20px;font-size:.95rem;font-weight:500;display:flex}.ProductCreator-module__rr6m9W__btn:disabled{opacity:.6;cursor:not-allowed}.ProductCreator-module__rr6m9W__btnCancel{color:#6c757d;background:#fff;border:1px solid #6c757d}.ProductCreator-module__rr6m9W__btnCancel:hover:not(:disabled){background:#f8f9fa}.ProductCreator-module__rr6m9W__btnSave{color:#fff;background:#28a745}.ProductCreator-module__rr6m9W__btnSave:hover:not(:disabled){background:#218838}.ProductCreator-module__rr6m9W__loadingSpinner{border:2px solid #f3f3f3;border-top-color:currentColor;border-radius:50%;animation:1s linear infinite ProductCreator-module__rr6m9W__spin}.ProductCreator-module__rr6m9W__spinnerSmall{width:16px;height:16px}@keyframes ProductCreator-module__rr6m9W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ProductCreator-module__rr6m9W__modalBody::-webkit-scrollbar{width:6px}.ProductCreator-module__rr6m9W__modalBody::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.ProductCreator-module__rr6m9W__modalBody::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.ProductCreator-module__rr6m9W__modalBody::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width:768px){.ProductCreator-module__rr6m9W__modalBackdrop{padding:10px}.ProductCreator-module__rr6m9W__modal{max-height:95vh}.ProductCreator-module__rr6m9W__modalHeader{padding:16px 20px}.ProductCreator-module__rr6m9W__modalBody{max-height:calc(95vh - 140px);padding:20px}.ProductCreator-module__rr6m9W__formRow{grid-template-columns:1fr;gap:12px}.ProductCreator-module__rr6m9W__modalFooter{flex-direction:column-reverse;padding:16px 20px}.ProductCreator-module__rr6m9W__btn{width:100%}}@media (max-width:480px){.ProductCreator-module__rr6m9W__modalTitle{font-size:1.1rem}.ProductCreator-module__rr6m9W__formInput,.ProductCreator-module__rr6m9W__formTextarea{padding:8px 10px;font-size:.9rem}.ProductCreator-module__rr6m9W__previewImage{max-width:150px;max-height:150px}}.ProductCreator-module__rr6m9W__limitSection{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:.5rem;margin-bottom:1rem;padding:.5rem;animation:.3s ease-out ProductCreator-module__rr6m9W__slideIn}@keyframes ProductCreator-module__rr6m9W__slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ProductCreator-module__rr6m9W__errorMessage.ProductCreator-module__rr6m9W__limitError{color:#991b1b;background-color:#fee2e2;border:1px solid #fecaca;font-weight:500}.ProductCreator-module__rr6m9W__btn.ProductCreator-module__rr6m9W__disabled{opacity:.5;cursor:not-allowed;background-color:#9ca3af}.ProductCreator-module__rr6m9W__btn.ProductCreator-module__rr6m9W__disabled:hover{background-color:#9ca3af}
.ProductEditor-module__-mLn5W__modalBackdrop{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.ProductEditor-module__-mLn5W__confirmModal{z-index:2000}.ProductEditor-module__-mLn5W__modal{background:#fff;border-radius:8px;flex-direction:column;width:95%;max-width:600px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000026}.ProductEditor-module__-mLn5W__confirmDialog{max-width:400px}.ProductEditor-module__-mLn5W__modalHeader{background:#f8f9fa;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.ProductEditor-module__-mLn5W__modalTitle{color:#333;margin:0;font-size:1.3rem;font-weight:600}.ProductEditor-module__-mLn5W__modalSubtitle{color:#333;margin:0;font-size:1.2rem;font-weight:600}.ProductEditor-module__-mLn5W__closeBtn{cursor:pointer;color:#666;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:18px}.ProductEditor-module__-mLn5W__closeBtn:hover:not(:disabled){color:#333;background:#e9ecef}.ProductEditor-module__-mLn5W__closeBtn:disabled{opacity:.5;cursor:not-allowed}.ProductEditor-module__-mLn5W__modalBody{flex:1;padding:24px;overflow-y:auto}.ProductEditor-module__-mLn5W__confirmBody{text-align:center}.ProductEditor-module__-mLn5W__warningText{color:#dc3545;font-weight:500}.ProductEditor-module__-mLn5W__imageSection{justify-content:center;margin-bottom:20px;display:flex}.ProductEditor-module__-mLn5W__productImage{border:1px solid #e9ecef;border-radius:4px;max-width:300px;max-height:300px}.ProductEditor-module__-mLn5W__formSection{flex-direction:column;gap:20px;display:flex}.ProductEditor-module__-mLn5W__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.ProductEditor-module__-mLn5W__formGroup{flex-direction:column;gap:6px;display:flex}.ProductEditor-module__-mLn5W__formLabel{color:#495057;font-size:.9rem;font-weight:600}.ProductEditor-module__-mLn5W__formInput,.ProductEditor-module__-mLn5W__formTextarea{resize:vertical;background:#fff;border:1px solid #ced4da;border-radius:4px;padding:10px 12px;font-size:.95rem}.ProductEditor-module__-mLn5W__formInput:focus,.ProductEditor-module__-mLn5W__formTextarea:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 2px #007bff40}.ProductEditor-module__-mLn5W__formInput:disabled,.ProductEditor-module__-mLn5W__formTextarea:disabled{color:#6c757d;cursor:not-allowed;background-color:#f8f9fa}.ProductEditor-module__-mLn5W__fileUploadSection{flex-direction:column;gap:12px;display:flex}.ProductEditor-module__-mLn5W__fileLabel{cursor:pointer;color:#495057;background:#f8f9fa;border:2px dashed #ced4da;border-radius:4px;justify-content:center;align-items:center;padding:12px 16px;font-weight:500;transition:all .2s;display:inline-flex}.ProductEditor-module__-mLn5W__fileLabel:hover:not(:disabled){background:#e9ecef;border-color:#adb5bd}.ProductEditor-module__-mLn5W__fileInput{display:none}.ProductEditor-module__-mLn5W__fileLabel:disabled{opacity:.6;cursor:not-allowed}.ProductEditor-module__-mLn5W__errorMessage{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;align-items:center;gap:8px;padding:12px 16px;font-size:.9rem;display:flex}.ProductEditor-module__-mLn5W__errorIcon{font-size:1.1rem}.ProductEditor-module__-mLn5W__modalFooter{background:#f8f9fa;border-top:1px solid #e0e0e0;justify-content:space-between;align-items:center;gap:12px;padding:20px 24px;display:flex}.ProductEditor-module__-mLn5W__actionButtons{gap:12px;display:flex}.ProductEditor-module__-mLn5W__btn{cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;gap:8px;min-width:120px;padding:10px 20px;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.ProductEditor-module__-mLn5W__btn:disabled{opacity:.6;cursor:not-allowed}.ProductEditor-module__-mLn5W__btnCancel{color:#6c757d;background:#fff;border:1px solid #6c757d}.ProductEditor-module__-mLn5W__btnCancel:hover:not(:disabled){background:#f8f9fa}.ProductEditor-module__-mLn5W__btnUpdate{color:#fff;background:#28a745}.ProductEditor-module__-mLn5W__btnUpdate:hover:not(:disabled){background:#218838}.ProductEditor-module__-mLn5W__btnDelete{color:#fff;background:#dc3545}.ProductEditor-module__-mLn5W__btnDelete:hover:not(:disabled){background:#c82333}.ProductEditor-module__-mLn5W__btnDeleteImage{color:#212529;background:#ffc107;min-width:auto}.ProductEditor-module__-mLn5W__btnDeleteImage:hover:not(:disabled){background:#e0a800}.ProductEditor-module__-mLn5W__loadingSpinner{border:2px solid #f3f3f3;border-top-color:currentColor;border-radius:50%;animation:1s linear infinite ProductEditor-module__-mLn5W__spin}.ProductEditor-module__-mLn5W__spinnerSmall{width:16px;height:16px}@keyframes ProductEditor-module__-mLn5W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.ProductEditor-module__-mLn5W__modalBackdrop{padding:10px}.ProductEditor-module__-mLn5W__modal{max-height:95vh}.ProductEditor-module__-mLn5W__modalHeader{padding:16px 20px}.ProductEditor-module__-mLn5W__modalBody{padding:20px}.ProductEditor-module__-mLn5W__formRow{grid-template-columns:1fr;gap:12px}.ProductEditor-module__-mLn5W__modalFooter{flex-direction:column;gap:12px}.ProductEditor-module__-mLn5W__actionButtons{flex-direction:column;width:100%}.ProductEditor-module__-mLn5W__btn{width:100%}.ProductEditor-module__-mLn5W__productImage{max-width:200px;max-height:200px}}@media (max-width:480px){.ProductEditor-module__-mLn5W__modalTitle{font-size:1.1rem}.ProductEditor-module__-mLn5W__formInput,.ProductEditor-module__-mLn5W__formTextarea{padding:8px 10px;font-size:.9rem}}
.Pagination-module__cZ-XVq__pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.Pagination-module__cZ-XVq__pageButton{color:#333;cursor:pointer;background-color:#fff;border:1px solid #e0e0e0;justify-content:center;align-items:center;min-width:2.5rem;height:2.5rem;padding:0 .5rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.Pagination-module__cZ-XVq__pageButton:hover:not(:disabled):not(.Pagination-module__cZ-XVq__active){background-color:#f5f5f5;border-color:#999}.Pagination-module__cZ-XVq__pageButton.Pagination-module__cZ-XVq__active{color:#fff;background-color:#4a90e2;border-color:#4a90e2}.Pagination-module__cZ-XVq__pageButton:disabled{opacity:.5;cursor:not-allowed;background-color:#f5f5f5}.Pagination-module__cZ-XVq__pageButton.Pagination-module__cZ-XVq__dots{cursor:default;pointer-events:none;color:#666;background:0 0;border:none;min-width:2rem}.Pagination-module__cZ-XVq__pageInfo{color:#666;margin-left:1rem;font-size:.9rem}@media (max-width:768px){.Pagination-module__cZ-XVq__pagination{gap:.25rem}.Pagination-module__cZ-XVq__pageButton{min-width:2rem;height:2rem;font-size:.8rem}.Pagination-module__cZ-XVq__pageInfo{margin-left:.5rem;font-size:.8rem}}
.Toast-module__6DxLqW__toast{z-index:1100;background:#fff;border-left:4px solid;border-radius:12px;align-items:center;gap:.75rem;padding:.875rem 1.25rem;animation:.3s ease-out Toast-module__6DxLqW__slideUp;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #00000005}.Toast-module__6DxLqW__toast.Toast-module__6DxLqW__success{background:linear-gradient(135deg,#fff 0%,#f0fdf4 100%);border-left-color:#10b981}.Toast-module__6DxLqW__toast.Toast-module__6DxLqW__error{background:linear-gradient(135deg,#fff 0%,#fef2f2 100%);border-left-color:#ef4444}.Toast-module__6DxLqW__toast.Toast-module__6DxLqW__warning{background:linear-gradient(135deg,#fff 0%,#fffbeb 100%);border-left-color:#f59e0b}.Toast-module__6DxLqW__toast.Toast-module__6DxLqW__info{background:linear-gradient(135deg,#fff 0%,#eff6ff 100%);border-left-color:#3b82f6}.Toast-module__6DxLqW__icon{font-size:1.25rem}.Toast-module__6DxLqW__message{color:#1f2937;font-size:.875rem;font-weight:500}.Toast-module__6DxLqW__close{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;margin-left:.5rem;padding:.25rem;font-size:1rem;transition:all .2s;display:flex}.Toast-module__6DxLqW__close:hover{color:#4b5563;background:#f3f4f6}@keyframes Toast-module__6DxLqW__slideUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes Toast-module__6DxLqW__slideDown{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(20px)}}.Toast-module__6DxLqW__toast.Toast-module__6DxLqW__exit{animation:.2s ease-in forwards Toast-module__6DxLqW__slideDown}
.Creator-module__nLs71a__modalLarge{z-index:1000;background:#fff;border-radius:4px;flex-direction:column;display:flex;position:fixed;inset:5% 7%;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.Creator-module__nLs71a__modalBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background-color:#0009;position:fixed;inset:0}.Creator-module__nLs71a__modalHeader{background:linear-gradient(135deg,#0b1e7b 0%,#68dcff 100%);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Creator-module__nLs71a__modalHeader h2{color:#fff;letter-spacing:-.025em;margin:0;font-size:1.5rem;font-weight:600}.Creator-module__nLs71a__closeBtn{cursor:pointer;color:#000;background:#ffffffd2;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;transition:all .1s;display:flex}.Creator-module__nLs71a__closeBtn:hover{background:#ffffff4d}.Creator-module__nLs71a__closeBtn:active{transform:scale(.95)}.Creator-module__nLs71a__posContainer{background-color:#e5e7eb;flex:1;gap:1px;display:flex;overflow:hidden}.Creator-module__nLs71a__productsPanel{background:#f9fafb;flex-direction:column;flex:1.2;display:flex;overflow:hidden}.Creator-module__nLs71a__searchSection{background:#fff;border-bottom:1px solid #e5e7eb;padding:1.25rem}.Creator-module__nLs71a__searchWrapper{position:relative}.Creator-module__nLs71a__searchIcon{color:#9ca3af;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.Creator-module__nLs71a__productSearchInput{background:#fff;border:1px solid #e5e7eb;border-radius:4px;width:100%;padding:.875rem 1rem .875rem 2.75rem;font-size:.9375rem;transition:all .2s}.Creator-module__nLs71a__productSearchInput:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.Creator-module__nLs71a__productsGrid{flex:1;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));align-content:flex-start;gap:1rem;padding:1.2rem;display:grid;overflow-y:auto}.Creator-module__nLs71a__productCard{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:4px;flex-direction:column;gap:.75rem;padding:1rem;transition:all .25s;display:flex;box-shadow:0 1px 3px #0000000d}.Creator-module__nLs71a__productCard:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 8px 20px #667eea26}.Creator-module__nLs71a__productCard:active{transform:translateY(-2px)}.Creator-module__nLs71a__productImage{border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:160px;display:flex;position:relative;overflow:hidden}.Creator-module__nLs71a__productImage img{object-fit:contain;width:100%;height:100%;transition:transform .3s}.Creator-module__nLs71a__productCard:hover .Creator-module__nLs71a__productImage img{transform:scale(1.05)}.Creator-module__nLs71a__imagePlaceholder{color:#9ca3af;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;height:100%;font-size:3rem;display:flex}.Creator-module__nLs71a__imagePlaceholder span:first-child{font-size:3.5rem}.Creator-module__nLs71a__imagePlaceholder span:last-child{color:#6b7280;font-size:.75rem}.Creator-module__nLs71a__productInfo{flex:1;min-width:0}.Creator-module__nLs71a__productName{color:#1f2937;margin:0 0 .5rem;font-size:1rem;font-weight:600;line-height:1.4;overflow:hidden}.Creator-module__nLs71a__productNumber{color:#6b7280;margin:0 0 .75rem;font-family:monospace;font-size:.75rem}.Creator-module__nLs71a__productFooter{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:baseline;margin-top:.5rem;padding-top:.5rem;display:flex}.Creator-module__nLs71a__productPrice{color:#059669;font-size:1.125rem;font-weight:700}.Creator-module__nLs71a__productStock{color:#6b7280;background:#f3f4f6;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.Creator-module__nLs71a__productStock.Creator-module__nLs71a__lowStock{color:#d97706;background:#fef3c7}.Creator-module__nLs71a__productStock.Creator-module__nLs71a__outOfStock{color:#dc2626;background:#fee2e2}.Creator-module__nLs71a__cartPanel{background:#fff;border-left:1px solid #e5e7eb;flex-direction:column;flex:.85;display:flex;overflow:hidden}.Creator-module__nLs71a__cartHeader{background:#f9fafb;border-bottom:1px solid #e5e7eb;gap:1rem;padding:1.25rem;display:flex}.Creator-module__nLs71a__clientSection,.Creator-module__nLs71a__statusSection{flex-direction:column;flex:1;gap:.5rem;display:flex}.Creator-module__nLs71a__clientSection label,.Creator-module__nLs71a__statusSection label{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.Creator-module__nLs71a__clientAutocomplete{position:relative}.Creator-module__nLs71a__clientAutocomplete input,.Creator-module__nLs71a__statusSection select{background:#fff;border:1px solid #e5e7eb;border-radius:4px;width:100%;padding:.625rem .875rem;font-size:.875rem;transition:all .2s}.Creator-module__nLs71a__clientAutocomplete input:focus,.Creator-module__nLs71a__statusSection select:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 2px #667eea1a}.Creator-module__nLs71a__clearClientBtn{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:4px;padding:4px;font-size:1rem;transition:all .2s;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.Creator-module__nLs71a__clearClientBtn:hover{color:#ef4444;background:#f3f4f6}.Creator-module__nLs71a__cartItems{flex-direction:column;flex:1;padding:1.25rem;display:flex;overflow:hidden}.Creator-module__nLs71a__cartItemsHeader{border-bottom:2px solid #f3f4f6;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.Creator-module__nLs71a__cartItemsHeader h3{color:#1f2937;margin:0;font-size:1.125rem;font-weight:600}.Creator-module__nLs71a__clearCartBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.375rem .75rem;font-size:.75rem;font-weight:500;transition:all .2s}.Creator-module__nLs71a__clearCartBtn:hover{background:#fee2e2}.Creator-module__nLs71a__cartList{flex-direction:column;flex:1;gap:.75rem;padding-right:.25rem;display:flex;overflow-y:auto}.Creator-module__nLs71a__cartList::-webkit-scrollbar{width:6px}.Creator-module__nLs71a__productsGrid::-webkit-scrollbar{width:6px}.Creator-module__nLs71a__cartList::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.Creator-module__nLs71a__productsGrid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.Creator-module__nLs71a__cartList::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.Creator-module__nLs71a__productsGrid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.Creator-module__nLs71a__cartList::-webkit-scrollbar-thumb:hover{background:#94a3b8}.Creator-module__nLs71a__productsGrid::-webkit-scrollbar-thumb:hover{background:#94a3b8}.Creator-module__nLs71a__cartItem{background:#f9fafb;border:1px solid #f3f4f6;border-radius:4px;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem;transition:all .2s;display:flex}.Creator-module__nLs71a__cartItem:hover{border-color:#e5e7eb;box-shadow:0 2px 8px #0000000d}.Creator-module__nLs71a__cartItemInfo{flex:1;gap:.875rem;min-width:0;display:flex}.Creator-module__nLs71a__cartItemImage{background:linear-gradient(135deg,#e5e7eb 0%,#f3f4f6 100%);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.Creator-module__nLs71a__cartItemImage img{object-fit:cover;width:100%;height:100%}.Creator-module__nLs71a__cartItemPlaceholder{font-size:1.75rem}.Creator-module__nLs71a__cartItemDetails{flex:1;min-width:0}.Creator-module__nLs71a__cartItemName{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .25rem;font-size:.875rem;font-weight:600;overflow:hidden}.Creator-module__nLs71a__cartItemNumber{color:#6b7280;margin-bottom:.25rem;font-family:monospace;font-size:.65rem;display:block}.Creator-module__nLs71a__cartItemPrice{color:#059669;font-size:.75rem;font-weight:600}.Creator-module__nLs71a__cartItemControls{flex-shrink:0;align-items:center;gap:.875rem;display:flex}.Creator-module__nLs71a__quantityControl{background:#fff;border:1px solid #e5e7eb;border-radius:4px;align-items:center;gap:.25rem;display:flex;overflow:hidden}.Creator-module__nLs71a__qtyBtn{cursor:pointer;color:#4b5563;background:#f9fafb;border:none;width:32px;height:32px;font-size:1.125rem;font-weight:600;transition:all .2s}.Creator-module__nLs71a__qtyBtn:hover:not(:disabled){color:#667eea;background:#f3f4f6}.Creator-module__nLs71a__qtyInput{text-align:center;border:none;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;width:48px;height:32px;font-size:.875rem;font-weight:500}.Creator-module__nLs71a__qtyInput:focus{background:#fef3c7;outline:none}.Creator-module__nLs71a__itemSubtotal{color:#1f2937;text-align:right;min-width:75px;font-size:.875rem;font-weight:700}.Creator-module__nLs71a__removeItemBtn{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:6px;font-size:1rem;transition:all .1s;display:flex}.Creator-module__nLs71a__removeItemBtn:hover{color:#ef4444;background:#fee2e2}.Creator-module__nLs71a__cartTotals{background:#f9fafb;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:1.25rem}.Creator-module__nLs71a__totalRow{color:#4b5563;justify-content:space-between;padding:.5rem 0;font-size:.9375rem;display:flex}.Creator-module__nLs71a__grandTotal{color:#1f2937;border-top:2px solid #e5e7eb;margin-top:.5rem;padding-top:.875rem;font-size:1.125rem;font-weight:800}.Creator-module__nLs71a__cartActions{background:#fff;gap:1rem;padding:1.25rem;display:flex}.Creator-module__nLs71a__btn{cursor:pointer;border:none;border-radius:4px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex}.Creator-module__nLs71a__btnCancel{color:#4b5563;background:#f3f4f6;border:1px solid #e5e7eb}.Creator-module__nLs71a__btnCancel:hover:not(:disabled){background:#e5e7eb;transform:translateY(-1px)}.Creator-module__nLs71a__btnSave{color:#fff;background:linear-gradient(135deg,#0b1e7b 0%,#68dcff 100%)}.Creator-module__nLs71a__btnSave:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.Creator-module__nLs71a__btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.Creator-module__nLs71a__emptyProducts,.Creator-module__nLs71a__emptyCart{text-align:center;color:#6b7280;flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.Creator-module__nLs71a__emptyIcon,.Creator-module__nLs71a__emptyCartIcon{opacity:.5;margin-bottom:1rem;font-size:4rem}.Creator-module__nLs71a__emptyProducts p,.Creator-module__nLs71a__emptyCart p{margin:0;font-size:.9375rem}.Creator-module__nLs71a__loadingProducts{flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.Creator-module__nLs71a__spinner{border:3px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:.8s linear infinite Creator-module__nLs71a__spin}.Creator-module__nLs71a__loadingSpinnerSmall{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite Creator-module__nLs71a__spin}@keyframes Creator-module__nLs71a__spin{to{transform:rotate(360deg)}}.Creator-module__nLs71a__autocompleteDropdown{z-index:20;background:#fff;border:1px solid #e5e7eb;border-radius:10px;max-height:240px;margin-top:6px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 25px -5px #0000001a}.Creator-module__nLs71a__autocompleteItem{cursor:pointer;justify-content:space-between;align-items:center;padding:.625rem .875rem;transition:background .2s;display:flex}.Creator-module__nLs71a__autocompleteItem:hover,.Creator-module__nLs71a__autocompleteItem.Creator-module__nLs71a__selected{background:#f3f4f6}.Creator-module__nLs71a__clientName{color:#1f2937;font-weight:500}.Creator-module__nLs71a__randomClientIcon{margin-right:.5rem;font-size:.875rem}.Creator-module__nLs71a__email{color:#6b7280;font-size:.7rem}.Creator-module__nLs71a__autocompleteSeparator{background:#e5e7eb;height:1px;margin:.25rem 0}.Creator-module__nLs71a__autocompleteEmpty{text-align:center;color:#6b7280;padding:.75rem;font-size:.875rem}@media (max-width:1024px){.Creator-module__nLs71a__productsGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.Creator-module__nLs71a__productImage{height:140px}}@media (max-width:768px){.Creator-module__nLs71a__modalLarge{border-radius:0;inset:0}.Creator-module__nLs71a__modalHeader h2{font-size:1.25rem}.Creator-module__nLs71a__posContainer{flex-direction:column}.Creator-module__nLs71a__productsPanel{flex:1;min-height:45%}.Creator-module__nLs71a__cartPanel{border-top:1px solid #e5e7eb;border-left:none;flex:1}.Creator-module__nLs71a__productsGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.875rem;padding:1rem}.Creator-module__nLs71a__productImage{height:120px}.Creator-module__nLs71a__productName{font-size:.875rem}.Creator-module__nLs71a__productPrice{font-size:1rem}.Creator-module__nLs71a__cartHeader{flex-direction:column;gap:.75rem}.Creator-module__nLs71a__cartItems{padding:1rem}.Creator-module__nLs71a__cartItemControls{flex-wrap:wrap;justify-content:flex-end}.Creator-module__nLs71a__itemSubtotal{min-width:65px}.Creator-module__nLs71a__cartActions{padding:1rem}}@media (max-width:480px){.Creator-module__nLs71a__productsGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.Creator-module__nLs71a__productImage{height:100px}.Creator-module__nLs71a__productFooter{flex-direction:column;align-items:flex-start;gap:.25rem}.Creator-module__nLs71a__cartItem{flex-direction:column;align-items:stretch}.Creator-module__nLs71a__cartItemControls{justify-content:space-between}.Creator-module__nLs71a__cartItemInfo{margin-bottom:.5rem}}.Creator-module__nLs71a__productCard.Creator-module__nLs71a__disabledProduct{opacity:.6;cursor:not-allowed;pointer-events:auto;filter:grayscale(.1)}.Creator-module__nLs71a__productCard.Creator-module__nLs71a__disabledProduct:hover{border-color:#e5e7eb;transform:none;box-shadow:0 1px 3px #0000000d}.Creator-module__nLs71a__productCard.Creator-module__nLs71a__disabledProduct:active{transform:none}.Creator-module__nLs71a__productCard.Creator-module__nLs71a__disabledProduct:before{content:"SIN STOCK";color:#fff;z-index:1;opacity:.9;background:#dc2626;border-radius:4px;padding:.25rem .5rem;font-size:.7rem;font-weight:700;position:absolute;top:8px;right:8px}.Creator-module__nLs71a__cardPlaceholder{background:#f8f9fa;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.Creator-module__nLs71a__placeholderImage{opacity:.5;object-fit:contain;width:80px;height:80px}
.classic-module__9vU2Ra__invoiceClassic{color:#000;background:#fff;max-width:800px;margin:0 auto;padding:30px;font-family:Times New Roman,Times,serif;font-size:12px;line-height:1.5}.classic-module__9vU2Ra__header{border-bottom:2px solid #000;justify-content:space-between;align-items:flex-start;margin-bottom:25px;padding-bottom:15px;display:flex}.classic-module__9vU2Ra__companySection{max-width:60%}.classic-module__9vU2Ra__companySection h1{color:#000;text-transform:uppercase;letter-spacing:1px;margin:0 0 8px;font-size:24px;font-weight:700}.classic-module__9vU2Ra__companySection p{color:#333;margin:3px 0;font-size:11px}.classic-module__9vU2Ra__logo{object-fit:contain;width:auto;max-width:200px;height:auto;max-height:100px;margin-bottom:15px}.classic-module__9vU2Ra__invoiceInfo{text-align:right}.classic-module__9vU2Ra__invoiceInfo h2{color:#000;letter-spacing:2px;margin:0 0 10px;font-size:28px;font-weight:700}.classic-module__9vU2Ra__invoiceInfo p{color:#333;margin:4px 0;font-size:11px}.classic-module__9vU2Ra__divider{background:repeating-linear-gradient(90deg,#000,#000 5px,#0000 5px 10px);height:1px;margin:20px 0}.classic-module__9vU2Ra__clientBox{background:#f9f9f9;border-left:4px solid #000;margin-bottom:25px;padding:15px}.classic-module__9vU2Ra__clientBox h3{text-transform:uppercase;color:#000;margin:0 0 10px;font-size:14px;font-weight:700}.classic-module__9vU2Ra__clientBox p{color:#333;margin:5px 0;font-size:12px}.classic-module__9vU2Ra__clientBox strong{font-size:14px}.classic-module__9vU2Ra__table{border-collapse:collapse;width:100%;margin:25px 0;font-size:11px}.classic-module__9vU2Ra__table th{text-align:left;text-transform:uppercase;background:#f0f0f0;border:1px solid #000;padding:10px 8px;font-size:11px;font-weight:700}.classic-module__9vU2Ra__table td{vertical-align:top;border:1px solid #000;padding:8px}.classic-module__9vU2Ra__table tbody tr:nth-child(2n){background:#fafafa}.classic-module__9vU2Ra__textCenter{text-align:center}.classic-module__9vU2Ra__textRight{text-align:right}.classic-module__9vU2Ra__totals{border-top:2px solid #000;width:300px;margin-top:25px;margin-left:auto;padding-top:15px}.classic-module__9vU2Ra__totalRow{border-bottom:1px dashed #ccc;justify-content:space-between;padding:6px 0;font-size:12px;display:flex}.classic-module__9vU2Ra__totalRow:last-child{border-bottom:none}.classic-module__9vU2Ra__totalRow.classic-module__9vU2Ra__final{border-top:2px solid #000;border-bottom:none;margin-top:8px;padding-top:8px;font-size:14px;font-weight:700}.classic-module__9vU2Ra__footer{text-align:center;color:#666;border-top:1px solid #ccc;margin-top:40px;padding-top:20px;font-size:10px}.classic-module__9vU2Ra__footer p{margin:3px 0}@media print{.classic-module__9vU2Ra__invoiceClassic{padding:15px}.classic-module__9vU2Ra__table th{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#f0f0f0!important}.classic-module__9vU2Ra__clientBox{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#f9f9f9!important}}@media (max-width:600px){.classic-module__9vU2Ra__invoiceClassic{padding:15px}.classic-module__9vU2Ra__header{flex-direction:column;gap:15px}.classic-module__9vU2Ra__companySection{max-width:100%}.classic-module__9vU2Ra__invoiceInfo{text-align:left;width:100%}.classic-module__9vU2Ra__totals{width:100%}.classic-module__9vU2Ra__table{font-size:10px}.classic-module__9vU2Ra__table th,.classic-module__9vU2Ra__table td{padding:5px}}
.classic2-module__z7ntLa__invoiceClassic2{color:#000;background:#fff;max-width:800px;margin:0 auto;padding:30px;font-family:Times New Roman,Times,serif;font-size:12px;line-height:1.4}.classic2-module__z7ntLa__header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.classic2-module__z7ntLa__companySection{flex:1}.classic2-module__z7ntLa__logo{object-fit:contain;width:auto;max-width:220px;height:auto;max-height:150px;margin-bottom:15px}.classic2-module__z7ntLa__companyDetails{color:#333;font-size:11px;line-height:1.4}.classic2-module__z7ntLa__companyName{color:#000;margin-bottom:5px;font-size:14px;font-weight:700}.classic2-module__z7ntLa__invoiceInfo{text-align:right}.classic2-module__z7ntLa__invoiceTitle{text-transform:uppercase;color:#000;margin-bottom:5px;font-size:24px;font-weight:700}.classic2-module__z7ntLa__invoiceNumber{color:#666;font-size:14px}.classic2-module__z7ntLa__divider{background:linear-gradient(90deg,#000 0% 50%,#0000 100%);height:2px;margin:20px 0}.classic2-module__z7ntLa__clientBox{background:#f9f9f9;border-left:4px solid #000;margin-bottom:25px;padding:15px}.classic2-module__z7ntLa__clientTitle{text-transform:uppercase;color:#666;margin-bottom:10px;font-size:12px;font-weight:700}.classic2-module__z7ntLa__clientName{margin-bottom:5px;font-size:14px;font-weight:700}.classic2-module__z7ntLa__clientAddress{margin:5px 0}.classic2-module__z7ntLa__clientContact{color:#666;border-top:1px dashed #ccc;margin-top:10px;padding-top:10px;font-size:11px}.classic2-module__z7ntLa__metaGrid{background:#fff;border:1px solid #ddd;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin:25px 0;padding:15px;display:grid}.classic2-module__z7ntLa__metaItem{justify-content:space-between;align-items:center;display:flex}.classic2-module__z7ntLa__metaLabel{color:#666;text-transform:uppercase;font-size:11px;font-weight:700}.classic2-module__z7ntLa__metaValue{color:#000;font-size:12px}.classic2-module__z7ntLa__table{border-collapse:collapse;width:100%;margin:25px 0;font-size:11px}.classic2-module__z7ntLa__table th{text-align:left;text-transform:uppercase;background:#f0f0f0;border:1px solid #000;padding:10px 8px;font-size:10px;font-weight:700}.classic2-module__z7ntLa__table td{border:1px solid #000;padding:8px}.classic2-module__z7ntLa__table tbody tr:last-child td{border-bottom:1px solid #000}.classic2-module__z7ntLa__textCenter{text-align:center}.classic2-module__z7ntLa__textRight{text-align:right}.classic2-module__z7ntLa__totals{background:#fafafa;border:1px solid #000;width:320px;margin-top:25px;margin-left:auto;padding:15px}.classic2-module__z7ntLa__totalRow{border-bottom:1px dotted #ccc;justify-content:space-between;padding:8px 0;font-size:11px;display:flex}.classic2-module__z7ntLa__totalRow:last-child{border-bottom:none}.classic2-module__z7ntLa__totalRow.classic2-module__z7ntLa__final{border-top:2px solid #000;border-bottom:none;margin-top:10px;padding-top:10px;font-size:14px;font-weight:700}.classic2-module__z7ntLa__footer{text-align:center;color:#666;border-top:1px solid #ccc;margin-top:40px;padding-top:20px;font-size:10px;position:relative}.classic2-module__z7ntLa__legalInfo{color:#999;margin-top:10px;font-size:8px}.classic2-module__z7ntLa__page{color:#999;font-size:8px;position:absolute;bottom:0;right:0}@media print{.classic2-module__z7ntLa__invoiceClassic2{padding:20px}.classic2-module__z7ntLa__table th,.classic2-module__z7ntLa__clientBox,.classic2-module__z7ntLa__totals{-webkit-print-color-adjust:exact;print-color-adjust:exact}.classic2-module__z7ntLa__metaGrid{border:1px solid #000}}@media (max-width:600px){.classic2-module__z7ntLa__invoiceClassic2{padding:15px}.classic2-module__z7ntLa__header{flex-direction:column}.classic2-module__z7ntLa__invoiceInfo{text-align:left;margin-top:15px}.classic2-module__z7ntLa__metaGrid{grid-template-columns:1fr}.classic2-module__z7ntLa__totals{width:100%;margin-left:0}}
.modern-module__8zxnxG__invoiceModern{color:#1e293b;background:#fff;max-width:800px;margin:0 auto;padding:35px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;line-height:1.5}.modern-module__8zxnxG__header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.modern-module__8zxnxG__logo{object-fit:contain;width:auto;max-width:220px;height:auto;max-height:150px;margin-bottom:15px}.modern-module__8zxnxG__logoPlaceholder{color:#3b82f6;background:#f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;font-weight:600;display:flex}.modern-module__8zxnxG__titleSection{text-align:right}.modern-module__8zxnxG__invoiceTitle{color:#0f172a;letter-spacing:-.3px;margin:0 0 4px;font-size:28px;font-weight:500}.modern-module__8zxnxG__invoiceNumber{color:#64748b;font-size:13px;font-weight:400}.modern-module__8zxnxG__topInfoGrid{grid-template-columns:repeat(3,1fr);gap:25px;margin-bottom:25px;display:grid}.modern-module__8zxnxG__infoBlock{padding:0}.modern-module__8zxnxG__infoLabel{text-transform:uppercase;letter-spacing:.3px;color:#94a3b8;margin-bottom:8px;font-size:11px;font-weight:500}.modern-module__8zxnxG__companyName,.modern-module__8zxnxG__clientName{color:#0f172a;margin-bottom:6px;font-size:15px;font-weight:600}.modern-module__8zxnxG__infoValue{color:#475569;margin:3px 0;font-size:12px;line-height:1.4}.modern-module__8zxnxG__infoValue strong{color:#0f172a;font-weight:600}.modern-module__8zxnxG__status{border-radius:4px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-block}.modern-module__8zxnxG__status.modern-module__8zxnxG__paid{color:#2e7d32;background:#e6f7e6}.modern-module__8zxnxG__status.modern-module__8zxnxG__pending{color:#b85c00;background:#fff3e0}.modern-module__8zxnxG__status.modern-module__8zxnxG__cancelled{color:#b71c1c;background:#fee9e9}.modern-module__8zxnxG__divider{background:#e2e8f0;height:1px;margin:25px 0}.modern-module__8zxnxG__table{border-collapse:collapse;width:100%;margin:20px 0 25px;font-size:12px}.modern-module__8zxnxG__table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.3px;border-bottom:1px solid #e2e8f0;padding:10px 8px;font-size:11px;font-weight:500}.modern-module__8zxnxG__table td{border-bottom:1px solid #f1f5f9;padding:12px 8px}.modern-module__8zxnxG__table tbody tr:last-child td{border-bottom:none}.modern-module__8zxnxG__itemName{color:#0f172a;margin-bottom:2px;font-weight:500}.modern-module__8zxnxG__itemDesc{color:#94a3b8;font-size:10px}.modern-module__8zxnxG__textCenter{text-align:center}tr .modern-module__8zxnxG__textRight{text-align:right}.modern-module__8zxnxG__totalsSection{border-top:1px solid #e2e8f0;grid-template-columns:1fr 1fr;gap:30px;margin-top:20px;padding-top:20px;display:grid}.modern-module__8zxnxG__paymentInfo{padding-right:20px}.modern-module__8zxnxG__paymentRow{color:#475569;justify-content:space-between;margin:6px 0;font-size:12px;display:flex}.modern-module__8zxnxG__paymentRow span:first-child{color:#64748b}.modern-module__8zxnxG__paymentRow span:last-child{color:#0f172a;font-family:monospace;font-weight:500}.modern-module__8zxnxG__totalRow{color:#475569;justify-content:space-between;margin:8px 0;font-size:12px;display:flex}.modern-module__8zxnxG__totalRow.modern-module__8zxnxG__grandTotal{color:#0f172a;border-top:2px solid #e2e8f0;margin-top:12px;padding-top:12px;font-size:14px;font-weight:600}
.letter-module__gCkSya__invoiceLetter{color:#000;background:#fff;max-width:800px;margin:0 auto;padding:25px 30px;font-family:Times New Roman,Times,serif;font-size:11pt;line-height:1.4;position:relative}.letter-module__gCkSya__header{min-height:140px;margin-bottom:30px;position:relative}.letter-module__gCkSya__senderInfo{text-align:right;max-width:350px;position:absolute;top:0;right:0}.letter-module__gCkSya__logoContainer{text-align:right;margin-bottom:10px}.letter-module__gCkSya__logo{object-fit:contain;max-width:180px;max-height:90px}.letter-module__gCkSya__companyDetails{color:#333;font-size:10pt;line-height:1.4}.letter-module__gCkSya__companyDetails .letter-module__gCkSya__companyName{color:#000;margin-bottom:5px;font-size:12pt;font-weight:700}.letter-module__gCkSya__recipientWindow{width:260px;min-height:100px;position:absolute;top:50px;left:0}.letter-module__gCkSya__recipientAddress{padding:5px 0;font-size:11pt;line-height:1.4}.letter-module__gCkSya__recipientAddress div{margin:3px 0}.letter-module__gCkSya__recipientCompany{margin-bottom:5px;font-size:12pt;font-weight:700}.letter-module__gCkSya__invoiceMeta{border-bottom:1px solid #000;margin:25px 0 15px;padding:12px 0;font-size:11pt}.letter-module__gCkSya__metaRow{justify-content:space-between;max-width:320px;margin:4px 0 4px auto;display:flex}.letter-module__gCkSya__metaLabel{color:#333;font-weight:700}.letter-module__gCkSya__metaValue{color:#000}.letter-module__gCkSya__subject{border-bottom:1px solid #ccc;margin:20px 0 25px;padding:5px 0;font-size:12pt}.letter-module__gCkSya__table{border-collapse:collapse;width:100%;margin:25px 0;font-size:11pt}.letter-module__gCkSya__table th{text-align:left;text-transform:uppercase;letter-spacing:.5px;background:#f5f5f5;border-top:1px solid #000;border-bottom:2px solid #000;padding:10px 6px;font-size:10pt;font-weight:700}.letter-module__gCkSya__table td{border-bottom:1px solid #ddd;padding:8px 6px}.letter-module__gCkSya__table tbody tr:last-child td{border-bottom:1px solid #000}.letter-module__gCkSya__textCenter{text-align:center}.letter-module__gCkSya__textRight{text-align:right}.letter-module__gCkSya__totalsSection{justify-content:flex-end;margin-top:25px;display:flex}.letter-module__gCkSya__totals{background:#fafafa;border:1px solid #000;width:320px;padding:18px}.letter-module__gCkSya__totalRow{border-bottom:1px dotted #ccc;justify-content:space-between;padding:6px 0;font-size:11pt;display:flex}.letter-module__gCkSya__totalRow:last-child{border-bottom:none}.letter-module__gCkSya__totalRow.letter-module__gCkSya__final{border-top:2px solid #000;border-bottom:none;margin-top:10px;padding-top:10px;font-size:12pt;font-weight:700}.letter-module__gCkSya__footer{color:#666;text-align:center;border-top:1px solid #333;margin-top:45px;padding-top:25px;font-size:9pt;position:relative}.letter-module__gCkSya__paymentInfo{margin-bottom:10px}.letter-module__gCkSya__thanks{color:#333;margin:12px 0;font-size:10pt;font-style:italic}.letter-module__gCkSya__legalInfo{color:#999;margin-top:10px;font-size:8pt}.letter-module__gCkSya__page{color:#999;font-size:8pt;position:absolute;bottom:0;right:0}@media print{.letter-module__gCkSya__invoiceLetter{padding:15px 20px}.letter-module__gCkSya__recipientWindow{top:45px;left:0}.letter-module__gCkSya__table th{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#f5f5f5!important}.letter-module__gCkSya__totals{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#fafafa!important}.letter-module__gCkSya__page{color:#999}}@media (max-width:600px){.letter-module__gCkSya__invoiceLetter{padding:15px}.letter-module__gCkSya__header{min-height:auto;position:static}.letter-module__gCkSya__senderInfo{text-align:left;max-width:100%;margin-bottom:20px;position:static}.letter-module__gCkSya__logoContainer{text-align:left}.letter-module__gCkSya__recipientWindow{border:1px dashed #ccc;width:100%;margin-bottom:20px;padding:10px;position:static}.letter-module__gCkSya__metaRow{max-width:100%;margin-left:0}.letter-module__gCkSya__totalsSection{justify-content:flex-start}.letter-module__gCkSya__totals{width:100%}}
.ticket-module__ESP1AG__ticketThermal{max-width:300px;margin:0 auto;padding:10px;font-family:Courier New,monospace;font-size:12px;line-height:1.4}.ticket-module__ESP1AG__ticketHeader{text-align:center;margin-bottom:10px}.ticket-module__ESP1AG__ticketHeader h2{text-transform:uppercase;margin:0 0 5px;font-size:16px;font-weight:700}.ticket-module__ESP1AG__ticketAddress{margin-bottom:3px;font-size:11px}.ticket-module__ESP1AG__ticketContact{margin-bottom:5px;font-size:11px}.ticket-module__ESP1AG__ticketDivider{text-align:center;letter-spacing:2px;margin:8px 0;font-size:12px}.ticket-module__ESP1AG__ticketInfo{margin-bottom:10px}.ticket-module__ESP1AG__ticketRow{justify-content:space-between;margin-bottom:3px;font-size:11px;display:flex}.ticket-module__ESP1AG__ticketItems{margin-bottom:10px}.ticket-module__ESP1AG__ticketItem{border-bottom:1px dotted #ccc;margin-bottom:8px;padding-bottom:5px}.ticket-module__ESP1AG__itemNameLine{justify-content:space-between;margin-bottom:3px;font-weight:700;display:flex}.ticket-module__ESP1AG__itemName{white-space:nowrap;text-overflow:ellipsis;max-width:180px;overflow:hidden}.ticket-module__ESP1AG__itemPrice{font-weight:400}.ticket-module__ESP1AG__itemQuantity{color:#555;justify-content:space-between;font-size:10px;display:flex}.ticket-module__ESP1AG__itemTotal{font-weight:700}.ticket-module__ESP1AG__ticketTotals{margin-bottom:10px}.ticket-module__ESP1AG__totalLine{justify-content:space-between;margin-bottom:3px;font-size:11px;display:flex}.ticket-module__ESP1AG__grandTotal{border-top:1px solid #000;margin-top:5px;padding-top:5px;font-size:13px;font-weight:700}.ticket-module__ESP1AG__ticketFooter{text-align:center;margin-top:10px;font-size:11px}.ticket-module__ESP1AG__ticketFooter p{margin:5px 0}.ticket-module__ESP1AG__barcode{letter-spacing:5px;margin-top:5px;font-family:Courier New,monospace;font-size:20px}
.RechnungPrint-module__Nw4yca__modalBackdrop{z-index:10000;background:#000000b3;justify-content:center;align-items:center;padding:15px;display:flex;position:fixed;inset:0}.RechnungPrint-module__Nw4yca__modal{background:#fff;border-radius:12px;width:900px;max-width:95vw;max-height:95vh;position:relative;overflow-y:auto;box-shadow:0 20px 40px #0000004d}.RechnungPrint-module__Nw4yca__modalHeader{z-index:10;background:#fff;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:16px 20px;display:flex;position:sticky;top:0}.RechnungPrint-module__Nw4yca__templateSelector{position:relative}.RechnungPrint-module__Nw4yca__selectorToggle{color:#333;cursor:pointer;background:#f5f5f5;border:1px solid #ddd;border-radius:6px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.RechnungPrint-module__Nw4yca__selectorToggle:hover{background:#e5e5e5;border-color:#999}.RechnungPrint-module__Nw4yca__arrow{margin-left:4px;font-size:10px}.RechnungPrint-module__Nw4yca__templateDropdown{z-index:20;background:#fff;border:1px solid #e5e5e5;border-radius:8px;width:240px;margin-top:8px;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 10px 25px #0000001a}.RechnungPrint-module__Nw4yca__templateGroup{padding:12px}.RechnungPrint-module__Nw4yca__templateGroup h4{color:#666;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #f0f0f0;margin:0 0 8px;padding-bottom:4px;font-size:11px;font-weight:600}.RechnungPrint-module__Nw4yca__templateOption{color:#333;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:13px;transition:background .2s;display:flex}.RechnungPrint-module__Nw4yca__templateOption:hover{background:#f5f5f5}.RechnungPrint-module__Nw4yca__templateOption.RechnungPrint-module__Nw4yca__active{color:#1976d2;background:#e3f2fd}.RechnungPrint-module__Nw4yca__templateDivider{background:#e5e5e5;height:1px;margin:4px 0}.RechnungPrint-module__Nw4yca__closeBtn{color:#666;cursor:pointer;background:#f5f5f5;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:all .2s;display:flex}.RechnungPrint-module__Nw4yca__closeBtn:hover{color:#333;background:#e5e5e5}.RechnungPrint-module__Nw4yca__printContent{padding:20px}.RechnungPrint-module__Nw4yca__modalFooter{background:#fff;border-top:1px solid #e5e5e5;justify-content:flex-end;gap:12px;padding:16px 20px;display:flex;position:sticky;bottom:0}.RechnungPrint-module__Nw4yca__printBtn,.RechnungPrint-module__Nw4yca__downloadBtn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.RechnungPrint-module__Nw4yca__printBtn{color:#fff;background:#333}.RechnungPrint-module__Nw4yca__printBtn:hover{background:#555}.RechnungPrint-module__Nw4yca__downloadBtn{color:#333;background:#fff;border:1px solid #ddd}.RechnungPrint-module__Nw4yca__downloadBtn:hover{background:#f5f5f5;border-color:#999}@media (max-width:768px){.RechnungPrint-module__Nw4yca__modal{padding:0}.RechnungPrint-module__Nw4yca__modalHeader{padding:12px 16px}.RechnungPrint-module__Nw4yca__printContent{padding:12px}.RechnungPrint-module__Nw4yca__modalFooter{padding:12px 16px}}
.ClientCreator-module__uIx9UW__backdrop{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000080;justify-content:center;align-items:center;padding:.5rem;display:flex;position:fixed;inset:0}.ClientCreator-module__uIx9UW__modal{background:#fff;flex-direction:column;width:100%;max-width:30rem;max-height:85vh;animation:.3s ease-out ClientCreator-module__uIx9UW__modalAppear;display:flex;overflow:hidden;box-shadow:0 20px 40px #0003}.ClientCreator-module__uIx9UW__header{background:#fff;border-bottom:1px solid #f0f0f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem .5rem;display:flex}.ClientCreator-module__uIx9UW__header h2{color:#1a1a1a;margin:0;font-size:1.25rem;font-weight:600}.ClientCreator-module__uIx9UW__closeBtn{cursor:pointer;color:#666;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;font-size:1.5rem;line-height:1;transition:all .2s;display:flex}.ClientCreator-module__uIx9UW__form{flex-direction:column;flex:1;display:flex;overflow:hidden}.ClientCreator-module__uIx9UW__body{flex:1;min-height:0;padding:1.25rem;overflow-y:auto}.ClientCreator-module__uIx9UW__formSection{flex-direction:column;gap:.875rem;display:flex}.ClientCreator-module__uIx9UW__sectionTitle{color:#2c3e50;border-bottom:1px solid #eef2f6;margin:.25rem 0 .5rem;padding-bottom:.25rem;font-size:.9375rem;font-weight:600}.ClientCreator-module__uIx9UW__formRow{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.ClientCreator-module__uIx9UW__formGroup{flex-direction:column;gap:.125rem;display:flex}.ClientCreator-module__uIx9UW__formGroup label{color:#444;font-size:.75rem;font-weight:500}.ClientCreator-module__uIx9UW__formGroup input{box-sizing:border-box;background:#fff;border:1.5px solid #e1e5e9;width:100%;padding:.5rem .75rem;font-size:.875rem;transition:all .2s}.ClientCreator-module__uIx9UW__footer{background:#fafafa;border-top:1px solid #f0f0f0;flex-shrink:0;justify-content:flex-end;gap:.625rem;padding:1rem 1.25rem;display:flex}.ClientCreator-module__uIx9UW__btn{cursor:pointer;text-align:center;border:none;min-width:6rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}@media (max-width:640px){.ClientCreator-module__uIx9UW__backdrop{padding:.25rem}.ClientCreator-module__uIx9UW__modal{max-height:98vh}.ClientCreator-module__uIx9UW__header{padding:.75rem 1rem .25rem}.ClientCreator-module__uIx9UW__header h2{font-size:1.125rem}.ClientCreator-module__uIx9UW__body{padding:1rem}.ClientCreator-module__uIx9UW__formRow{grid-template-columns:1fr;gap:.5rem}.ClientCreator-module__uIx9UW__formGroup input{padding:.5rem .625rem;font-size:.875rem}.ClientCreator-module__uIx9UW__footer{flex-direction:column-reverse;gap:.5rem;padding:.75rem 1rem}.ClientCreator-module__uIx9UW__btn{width:100%;min-width:auto;padding:.625rem .875rem}.ClientCreator-module__uIx9UW__closeBtn{width:1.75rem;height:1.75rem;font-size:1.25rem}}
.Update-module__4WRK2G__modalBackdrop{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.Update-module__4WRK2G__taxRateInput{align-items:center;display:flex;position:relative}.Update-module__4WRK2G__taxInput{flex:1;padding-right:30px!important}.Update-module__4WRK2G__taxRateSymbol{color:#666;font-weight:500;position:absolute;right:10px}.Update-module__4WRK2G__taxNote{color:#666;margin-top:4px;font-size:.85rem;font-style:italic;display:block}.Update-module__4WRK2G__modal{background:#fff;border-radius:8px;flex-direction:column;width:95%;max-width:900px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000026}.Update-module__4WRK2G__loadingModal{text-align:center;justify-content:center;align-items:center;padding:40px}.Update-module__4WRK2G__modalHeader{background:#f8f9fa;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.Update-module__4WRK2G__modalHeader h2{color:#333;margin:0;font-size:1.3rem;font-weight:600}.Update-module__4WRK2G__closeBtn{cursor:pointer;color:#666;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:18px}.Update-module__4WRK2G__closeBtn:hover:not(:disabled){color:#333;background:#e9ecef}.Update-module__4WRK2G__closeBtn:disabled{opacity:.5;cursor:not-allowed}.Update-module__4WRK2G__modalBody{flex:1;padding:24px;overflow-y:auto}.Update-module__4WRK2G__formSection{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;display:grid}.Update-module__4WRK2G__formGroup{flex-direction:column;gap:6px;display:flex}.Update-module__4WRK2G__formGroup label{color:#495057;font-size:.9rem;font-weight:600}.Update-module__4WRK2G__formGroup select{background:#fff;border:1px solid #ced4da;border-radius:4px;padding:8px 12px;font-size:.95rem}.Update-module__4WRK2G__formGroup select:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 2px #007bff40}.Update-module__4WRK2G__formGroup select:disabled{color:#6c757d;cursor:not-allowed;background-color:#f8f9fa}.Update-module__4WRK2G__tableSection{margin-bottom:24px}.Update-module__4WRK2G__tableSection h3{color:#333;margin:0 0 16px;font-size:1.1rem;font-weight:600}.Update-module__4WRK2G__tableContainer{border:1px solid #dee2e6;border-radius:4px;margin-bottom:12px;overflow-x:auto}.Update-module__4WRK2G__itemsTable{border-collapse:collapse;width:100%;min-width:600px}.Update-module__4WRK2G__itemsTable th{color:#495057;text-align:left;background:#f8f9fa;border-bottom:1px solid #dee2e6;padding:12px 8px;font-size:.85rem;font-weight:600}.Update-module__4WRK2G__itemsTable td{vertical-align:top;border-bottom:1px solid #f1f3f4;padding:12px 8px}.Update-module__4WRK2G__itemsTable tr:last-child td{border-bottom:none}.Update-module__4WRK2G__rowDisabled{opacity:.6;pointer-events:none}.Update-module__4WRK2G__rowError{background-color:#fff5f5!important}.Update-module__4WRK2G__inputError{background-color:#fff5f5;border-color:#e53e3e!important}.Update-module__4WRK2G__itemsTable select,.Update-module__4WRK2G__itemsTable input{background:#fff;border:1px solid #ced4da;border-radius:4px;width:100%;padding:6px 8px;font-size:.9rem}.Update-module__4WRK2G__itemsTable select:focus,.Update-module__4WRK2G__itemsTable input:focus{border-color:#007bff;outline:none}.Update-module__4WRK2G__itemsTable select:disabled,.Update-module__4WRK2G__itemsTable input:disabled{cursor:not-allowed;background-color:#f8f9fa}.Update-module__4WRK2G__totalColumn{color:#333;white-space:nowrap;font-weight:600}.Update-module__4WRK2G__actionsColumn{text-align:center;width:50px}.Update-module__4WRK2G__removeBtn{cursor:pointer;color:#fff;background:#dc3545;border:none;border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;display:flex}.Update-module__4WRK2G__removeBtn:hover:not(:disabled){background:#c82333}.Update-module__4WRK2G__removeBtn:disabled{opacity:.4;cursor:not-allowed;background:#6c757d}.Update-module__4WRK2G__addBtn{color:#fff;cursor:pointer;background:#28a745;border:none;border-radius:4px;width:100%;padding:10px 16px;font-weight:500}.Update-module__4WRK2G__addBtn:hover:not(:disabled){background:#218838}.Update-module__4WRK2G__addBtn:disabled{opacity:.6;cursor:not-allowed;background:#6c757d}.Update-module__4WRK2G__totalsSection{background:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;margin-top:20px;padding:16px}.Update-module__4WRK2G__totalRow{justify-content:space-between;align-items:center;padding:6px 0;font-size:.95rem;display:flex}.Update-module__4WRK2G__totalRow:not(.Update-module__4WRK2G__grandTotal){color:#6c757d}.Update-module__4WRK2G__grandTotal{color:#333;border-top:1px solid #dee2e6;margin-top:8px;padding-top:10px;font-size:1.05rem;font-weight:700}.Update-module__4WRK2G__modalFooter{background:#f8f9fa;border-top:1px solid #e0e0e0;justify-content:flex-end;gap:12px;padding:20px 24px;display:flex}.Update-module__4WRK2G__btn{cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;gap:8px;min-width:120px;padding:10px 20px;font-size:.95rem;font-weight:500;display:flex}.Update-module__4WRK2G__btn:disabled{opacity:.6;cursor:not-allowed}.Update-module__4WRK2G__btnCancel{color:#6c757d;background:#fff;border:1px solid #6c757d}.Update-module__4WRK2G__btnCancel:hover:not(:disabled){background:#f8f9fa}.Update-module__4WRK2G__btnSave{color:#fff;background:#007bff}.Update-module__4WRK2G__btnSave:hover:not(:disabled){background:#0056b3}.Update-module__4WRK2G__loadingSpinner{border:2px solid #f3f3f3;border-top-color:#007bff;border-radius:50%;animation:1s linear infinite Update-module__4WRK2G__spin}.Update-module__4WRK2G__loadingSpinner.Update-module__4WRK2G__small{width:16px;height:16px}.Update-module__4WRK2G__loadingSpinner:not(.Update-module__4WRK2G__small){width:30px;height:30px;margin:0 auto 12px}@keyframes Update-module__4WRK2G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Update-module__4WRK2G__stockInfo{margin-top:4px;font-size:.75rem;position:relative}.Update-module__4WRK2G__stockBadge{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;margin-top:2px;padding:2px 6px;font-size:.7rem;font-weight:500;display:inline-block}.Update-module__4WRK2G__stockBadge.Update-module__4WRK2G__inStock{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.Update-module__4WRK2G__stockBadge.Update-module__4WRK2G__lowStock{color:#856404;background-color:#fff3cd;border-color:#ffeaa7}.Update-module__4WRK2G__stockBadge.Update-module__4WRK2G__outOfStock{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.Update-module__4WRK2G__stockError{color:#e53e3e;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;margin-top:4px;padding:4px 8px;font-size:.75rem;font-weight:500}@media (max-width:768px){.Update-module__4WRK2G__modalBackdrop{padding:10px}.Update-module__4WRK2G__modal{max-height:95vh}.Update-module__4WRK2G__modalHeader{padding:16px 20px}.Update-module__4WRK2G__modalBody{padding:20px}.Update-module__4WRK2G__formSection{grid-template-columns:1fr;gap:12px}.Update-module__4WRK2G__tableContainer{margin-bottom:8px}.Update-module__4WRK2G__itemsTable th,.Update-module__4WRK2G__itemsTable td{padding:10px 6px}.Update-module__4WRK2G__modalFooter{flex-direction:column-reverse;padding:16px 20px}.Update-module__4WRK2G__btn{width:100%}}@media (max-width:480px){.Update-module__4WRK2G__modalHeader h2{font-size:1.1rem}.Update-module__4WRK2G__itemsTable{min-width:500px}.Update-module__4WRK2G__itemsTable select,.Update-module__4WRK2G__itemsTable input{padding:4px 6px;font-size:.85rem}}
.ClientEditor-module__OdzxmG__backdrop{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000080;justify-content:center;align-items:center;padding:.5rem;display:flex;position:fixed;inset:0}.ClientEditor-module__OdzxmG__modal{background:#fff;flex-direction:column;width:100%;max-width:30rem;max-height:85vh;animation:.3s ease-out ClientEditor-module__OdzxmG__modalAppear;display:flex;overflow:hidden;box-shadow:0 20px 40px #0003}@keyframes ClientEditor-module__OdzxmG__modalAppear{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ClientEditor-module__OdzxmG__header{background:#fff;border-bottom:1px solid #f0f0f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem .5rem;display:flex}.ClientEditor-module__OdzxmG__header h2{color:#1a1a1a;margin:0;font-size:1.25rem;font-weight:600}.ClientEditor-module__OdzxmG__closeBtn{cursor:pointer;color:#666;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;font-size:1.5rem;line-height:1;transition:all .2s;display:flex}.ClientEditor-module__OdzxmG__closeBtn:hover:not(:disabled){color:#333;background:#f5f5f5}.ClientEditor-module__OdzxmG__closeBtn:disabled{opacity:.5;cursor:not-allowed}.ClientEditor-module__OdzxmG__form{flex-direction:column;flex:1;display:flex;overflow:hidden}.ClientEditor-module__OdzxmG__body{flex:1;min-height:0;padding:1.25rem;overflow-y:auto}.ClientEditor-module__OdzxmG__formSection{flex-direction:column;gap:.875rem;display:flex}.ClientEditor-module__OdzxmG__sectionTitle{color:#2c3e50;border-bottom:1px solid #eef2f6;margin:.25rem 0 .5rem;padding-bottom:.25rem;font-size:.9375rem;font-weight:600}.ClientEditor-module__OdzxmG__formRow{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.ClientEditor-module__OdzxmG__formGroup{flex-direction:column;gap:.125rem;display:flex}.ClientEditor-module__OdzxmG__formGroup label{color:#444;font-size:.75rem;font-weight:500;display:block}.ClientEditor-module__OdzxmG__formGroup input{box-sizing:border-box;background:#fff;border:1.5px solid #e1e5e9;width:100%;padding:.5rem .75rem;font-size:.875rem;transition:all .2s}.ClientEditor-module__OdzxmG__formGroup input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.ClientEditor-module__OdzxmG__formGroup input:disabled{cursor:not-allowed;background:#f8f9fa;border-color:#dee2e6}.ClientEditor-module__OdzxmG__formGroup input::placeholder{color:#9ca3af;font-size:.875rem}.ClientEditor-module__OdzxmG__clientInfo{border-bottom:1px solid #f0f0f0;margin-bottom:.25rem;padding-bottom:.5rem}.ClientEditor-module__OdzxmG__clientId{color:#666;background:#f5f5f5;padding:.2rem .4rem;font-family:monospace;font-size:.7rem;display:inline-block}.ClientEditor-module__OdzxmG__errorMessage{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;align-items:flex-start;gap:.5rem;margin-top:.5rem;padding:.75rem 1rem;font-size:.875rem;animation:.3s ClientEditor-module__OdzxmG__slideIn;display:flex}@keyframes ClientEditor-module__OdzxmG__slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ClientEditor-module__OdzxmG__errorIcon{flex-shrink:0;margin-top:.125rem;font-size:.875rem}.ClientEditor-module__OdzxmG__errorText{flex:1}.ClientEditor-module__OdzxmG__footer{background:#fafafa;border-top:1px solid #f0f0f0;flex-shrink:0;justify-content:flex-end;gap:.625rem;padding:1rem 1.25rem;display:flex}.ClientEditor-module__OdzxmG__btn{cursor:pointer;text-align:center;border:none;min-width:6rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.ClientEditor-module__OdzxmG__btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.ClientEditor-module__OdzxmG__btn.ClientEditor-module__OdzxmG__cancel{color:#fff;background:#6b7280}.ClientEditor-module__OdzxmG__btn.ClientEditor-module__OdzxmG__cancel:hover:not(:disabled){background:#4b5563;transform:translateY(-1px)}.ClientEditor-module__OdzxmG__btn.ClientEditor-module__OdzxmG__save{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);font-weight:600;box-shadow:0 2px 4px #3b82f633}.ClientEditor-module__OdzxmG__btn.ClientEditor-module__OdzxmG__save:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.ClientEditor-module__OdzxmG__btn.ClientEditor-module__OdzxmG__save:active:not(:disabled){transform:translateY(0)}.ClientEditor-module__OdzxmG__loadingText{justify-content:center;align-items:center;gap:.5rem;display:flex}.ClientEditor-module__OdzxmG__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:.875rem;height:.875rem;animation:1s linear infinite ClientEditor-module__OdzxmG__spin}@keyframes ClientEditor-module__OdzxmG__spin{to{transform:rotate(360deg)}}@media (max-width:640px){.ClientEditor-module__OdzxmG__backdrop{padding:.25rem}.ClientEditor-module__OdzxmG__modal{max-width:100%;max-height:98vh}.ClientEditor-module__OdzxmG__header{padding:.75rem 1rem .25rem}.ClientEditor-module__OdzxmG__header h2{font-size:1.125rem}.ClientEditor-module__OdzxmG__body{padding:1rem}.ClientEditor-module__OdzxmG__formRow{grid-template-columns:1fr;gap:.5rem}.ClientEditor-module__OdzxmG__formGroup input{padding:.5rem .625rem;font-size:.875rem}.ClientEditor-module__OdzxmG__footer{flex-direction:column-reverse;gap:.5rem;padding:.75rem 1rem}.ClientEditor-module__OdzxmG__btn{width:100%;min-width:auto;padding:.625rem .875rem}.ClientEditor-module__OdzxmG__closeBtn{width:1.75rem;height:1.75rem;font-size:1.25rem}.ClientEditor-module__OdzxmG__clientId{padding:.15rem .3rem;font-size:.65rem}.ClientEditor-module__OdzxmG__sectionTitle{margin:.125rem 0 .375rem;font-size:.875rem}}.ClientEditor-module__OdzxmG__body::-webkit-scrollbar{width:4px}.ClientEditor-module__OdzxmG__body::-webkit-scrollbar-track{background:0 0}.ClientEditor-module__OdzxmG__body::-webkit-scrollbar-thumb{background:#d1d5db}.ClientEditor-module__OdzxmG__body::-webkit-scrollbar-thumb:hover{background:#9ca3af}.ClientEditor-module__OdzxmG__formGroup input:focus-visible,.ClientEditor-module__OdzxmG__btn:focus-visible,.ClientEditor-module__OdzxmG__closeBtn:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}@media (max-width:360px){.ClientEditor-module__OdzxmG__modal{border-radius:0;max-height:100vh}.ClientEditor-module__OdzxmG__header{padding:.625rem .875rem .25rem}.ClientEditor-module__OdzxmG__body{padding:.875rem}.ClientEditor-module__OdzxmG__formGroup input{padding:.375rem .5rem;font-size:.8125rem}.ClientEditor-module__OdzxmG__btn{padding:.5rem .75rem;font-size:.8125rem}}
.NotesModal-module__iRy1ma__modalOverlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.NotesModal-module__iRy1ma__modalContent{background:#fff;border-radius:2px;flex-direction:column;width:90%;max-width:450px;max-height:80vh;display:flex;box-shadow:0 4px 12px #00000026}.NotesModal-module__iRy1ma__modalHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.NotesModal-module__iRy1ma__modalTitle{color:#1f2937;align-items:center;gap:.5rem;margin:0;font-size:1.125rem;font-weight:600;display:flex}.NotesModal-module__iRy1ma__noteIcon{font-size:1.25rem}.NotesModal-module__iRy1ma__closeButton{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.NotesModal-module__iRy1ma__closeButton:hover{color:#1f2937;background-color:#f3f4f6}.NotesModal-module__iRy1ma__modalBody{flex:1;padding:1.25rem;overflow-y:auto}.NotesModal-module__iRy1ma__movementInfo{background-color:#f9fafb;border-left:3px solid #9ca3af;border-radius:6px;margin-bottom:1.25rem;padding:.875rem}.NotesModal-module__iRy1ma__infoRow{margin-bottom:.5rem;font-size:.875rem;display:flex}.NotesModal-module__iRy1ma__infoRow:last-child{margin-bottom:0}.NotesModal-module__iRy1ma__infoLabel{color:#6b7280;flex-shrink:0;width:70px;font-weight:500}.NotesModal-module__iRy1ma__infoValue{color:#1f2937;flex:1}.NotesModal-module__iRy1ma__noteContent{background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.875rem}.NotesModal-module__iRy1ma__noteLabel{color:#6b7280;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.NotesModal-module__iRy1ma__noteText{color:#1f2937;white-space:pre-wrap;word-wrap:break-word;font-size:.875rem;line-height:1.5}.NotesModal-module__iRy1ma__modalFooter{border-top:1px solid #e5e7eb;justify-content:flex-end;padding:1rem 1.25rem;display:flex}.NotesModal-module__iRy1ma__closeBtn{color:#4b5563;cursor:pointer;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.NotesModal-module__iRy1ma__closeBtn:hover{background-color:#e5e7eb;border-color:#d1d5db}@media (max-width:640px){.NotesModal-module__iRy1ma__modalContent{width:95%;max-height:85vh}.NotesModal-module__iRy1ma__modalHeader{padding:.875rem 1rem}.NotesModal-module__iRy1ma__modalTitle{font-size:1rem}.NotesModal-module__iRy1ma__modalBody{padding:1rem}.NotesModal-module__iRy1ma__infoLabel{width:65px}}
.StockMovementsModal-module__lPLz9a__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s StockMovementsModal-module__lPLz9a__fadeIn;display:flex;position:fixed;inset:0}@keyframes StockMovementsModal-module__lPLz9a__fadeIn{0%{opacity:0}to{opacity:1}}.StockMovementsModal-module__lPLz9a__modal{background:#fff;border-radius:1rem;flex-direction:column;width:90%;max-width:900px;max-height:80vh;animation:.3s StockMovementsModal-module__lPLz9a__slideUp;display:flex;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes StockMovementsModal-module__lPLz9a__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.StockMovementsModal-module__lPLz9a__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.StockMovementsModal-module__lPLz9a__header h2{color:#111827;margin:0;font-size:1.25rem;font-weight:600}.StockMovementsModal-module__lPLz9a__closeButton{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:.375rem;padding:.5rem;font-size:1.25rem;transition:all .2s}.StockMovementsModal-module__lPLz9a__closeButton:hover{color:#111827;background:#f3f4f6}.StockMovementsModal-module__lPLz9a__saleInfo{background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;gap:2rem;padding:1rem 1.5rem;display:flex}.StockMovementsModal-module__lPLz9a__saleInfo p{color:#374151;margin:0;font-size:.875rem}.StockMovementsModal-module__lPLz9a__saleInfo strong{color:#111827;font-weight:600}.StockMovementsModal-module__lPLz9a__content{flex:1;padding:1.5rem;overflow-y:auto}.StockMovementsModal-module__lPLz9a__table{border-collapse:collapse;width:100%}.StockMovementsModal-module__lPLz9a__table th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e5e7eb;padding:.75rem .5rem;font-size:.75rem;font-weight:600}.StockMovementsModal-module__lPLz9a__table td{border-bottom:1px solid #f3f4f6;padding:1rem .5rem;font-size:.875rem}.StockMovementsModal-module__lPLz9a__table tr:hover{background:#f9fafb}.StockMovementsModal-module__lPLz9a__dateCell{white-space:nowrap;color:#6b7280}.StockMovementsModal-module__lPLz9a__productCell{min-width:200px}.StockMovementsModal-module__lPLz9a__productNumber{color:#9ca3af;margin-top:.25rem;font-size:.75rem;display:block}.StockMovementsModal-module__lPLz9a__movementType{white-space:nowrap;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}.StockMovementsModal-module__lPLz9a__WAREHOUSE_OUT{color:#991b1b;background:#fee2e2}.StockMovementsModal-module__lPLz9a__RETURN{color:#065f46;background:#d1fae5}.StockMovementsModal-module__lPLz9a__MANUAL_ADJUSTMENT{color:#92400e;background:#fef3c7}.StockMovementsModal-module__lPLz9a__quantityCell{font-weight:600}.StockMovementsModal-module__lPLz9a__positive{color:#059669}.StockMovementsModal-module__lPLz9a__negative{color:#dc2626}.StockMovementsModal-module__lPLz9a__stockCell{white-space:nowrap;color:#4b5563}.StockMovementsModal-module__lPLz9a__loading{text-align:center;color:#6b7280;padding:3rem}.StockMovementsModal-module__lPLz9a__spinner{border:3px solid #f3f4f6;border-top-color:#3b82f6;border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:1s linear infinite StockMovementsModal-module__lPLz9a__spin}@keyframes StockMovementsModal-module__lPLz9a__spin{to{transform:rotate(360deg)}}.StockMovementsModal-module__lPLz9a__error{text-align:center;color:#dc2626;background:#fee2e2;border-radius:.5rem;padding:2rem}.StockMovementsModal-module__lPLz9a__empty{text-align:center;color:#6b7280;background:#f9fafb;border-radius:.5rem;padding:3rem}
.listProduct-module__LMidfq__container{margin:5rem auto 2rem}.listProduct-module__LMidfq__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:30px;display:flex}.listProduct-module__LMidfq__headerContent{flex:1}.listProduct-module__LMidfq__headerActions{align-items:center;gap:1rem;display:flex}.listProduct-module__LMidfq__title{font-size:22px;font-weight:600}.listProduct-module__LMidfq__subtitle{color:#6c757d;margin:0;font-size:1rem;font-weight:400}.listProduct-module__LMidfq__newBtn{color:#fff;cursor:pointer;background:#4caf50;border:none;flex-shrink:0;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 2px 4px #4caf5033}.listProduct-module__LMidfq__newBtn:hover:not(:disabled){background:#45a049;transform:translateY(-1px);box-shadow:0 4px 8px #0000001f}.listProduct-module__LMidfq__newBtn:disabled{opacity:.5;cursor:not-allowed}.listProduct-module__LMidfq__plus{font-size:1.2em;font-weight:700}.listProduct-module__LMidfq__viewToggle{background:#f0f0f0;padding:2px;display:flex}.listProduct-module__LMidfq__viewButton{cursor:pointer;color:#666;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem 1rem;transition:all .2s;display:flex}.listProduct-module__LMidfq__viewButton:hover:not(:disabled){color:#333;background:#0000000d}.listProduct-module__LMidfq__viewButton.listProduct-module__LMidfq__activeView{color:#4a90e2;background:#fff;box-shadow:0 2px 4px #0000001a}.listProduct-module__LMidfq__viewButton:disabled{opacity:.5;cursor:not-allowed}.listProduct-module__LMidfq__searchSection{margin-bottom:24px}.listProduct-module__LMidfq__filtersContainer{flex-wrap:wrap;align-items:flex-end;gap:16px;margin-bottom:16px;display:flex}.listProduct-module__LMidfq__searchContainer{flex-wrap:wrap;flex:2;align-items:center;gap:.5rem;min-width:400px;display:flex;position:relative}.listProduct-module__LMidfq__searchIcon{color:#999;pointer-events:none;z-index:1;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.listProduct-module__LMidfq__searchInput{border:1px solid #e0e0e0;flex:1;min-width:200px;height:42px;padding:.75rem 1rem .75rem 2.5rem;font-size:.95rem;transition:border-color .2s}.listProduct-module__LMidfq__searchInput:focus{z-index:2;border-color:#4caf50;outline:none;box-shadow:0 0 0 3px #4caf501a}.listProduct-module__LMidfq__searchInput:disabled{cursor:not-allowed;background-color:#f5f5f5}.listProduct-module__LMidfq__searchButton{color:#fff;cursor:pointer;white-space:nowrap;background-color:#4a90e2;border:none;min-width:80px;height:42px;padding:0 1.5rem;font-size:.9rem;font-weight:500;transition:background-color .2s}.listProduct-module__LMidfq__searchButton:hover:not(:disabled){background-color:#357abd}.listProduct-module__LMidfq__searchButton:disabled{cursor:not-allowed;background-color:#ccc}.listProduct-module__LMidfq__activeSearchIndicator{color:#1976d2;white-space:nowrap;background-color:#e3f2fd;align-items:center;gap:.5rem;height:36px;margin-left:.5rem;padding:.25rem .75rem;font-size:.85rem;display:flex}.listProduct-module__LMidfq__clearSearch,.listProduct-module__LMidfq__clearFilter{color:#1976d2;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:4px;font-size:.8rem;transition:all .2s;display:flex}.listProduct-module__LMidfq__clearSearch:hover:not(:disabled),.listProduct-module__LMidfq__clearFilter:hover:not(:disabled){background:#bbdefb}.listProduct-module__LMidfq__clearSearch:disabled,.listProduct-module__LMidfq__clearFilter:disabled{opacity:.3;cursor:not-allowed}.listProduct-module__LMidfq__filterGroup{flex-wrap:wrap;flex:1;gap:16px;min-width:400px;display:flex}.listProduct-module__LMidfq__filterContainer{flex-direction:column;flex:1;gap:6px;min-width:180px;display:flex}.listProduct-module__LMidfq__filterLabel{color:#495057;font-size:.85rem;font-weight:600}.listProduct-module__LMidfq__filterSelect{cursor:pointer;background:#fff;border:1px solid #e0e0e0;height:42px;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.listProduct-module__LMidfq__filterSelect:focus{border-color:#4caf50;outline:none;box-shadow:0 0 0 3px #4caf501a}.listProduct-module__LMidfq__filterSelect:disabled{cursor:not-allowed;background-color:#f5f5f5}.listProduct-module__LMidfq__searchStats{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-height:40px;padding:0 4px;display:flex}.listProduct-module__LMidfq__resultsCount{color:#6c757d;font-size:.9rem;font-weight:500}.listProduct-module__LMidfq__activeFilters{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.listProduct-module__LMidfq__activeFilter{color:#1976d2;background:#e3f2fd;align-items:center;gap:8px;padding:6px 12px;font-size:.8rem;font-weight:500;display:flex}.listProduct-module__LMidfq__resetAllFilters{color:#fff;cursor:pointer;background:#6c757d;border:none;padding:6px 12px;font-size:.8rem;font-weight:500;transition:background-color .2s}.listProduct-module__LMidfq__resetAllFilters:hover:not(:disabled){background:#5a6268}.listProduct-module__LMidfq__resetAllFilters:disabled{opacity:.5;cursor:not-allowed}.listProduct-module__LMidfq__tableContainer{background:#fff;border:1px solid #9694943a;margin:1.5rem 0;overflow:hidden;box-shadow:5px 5px 20px #cecece60}.listProduct-module__LMidfq__productsTable{border-collapse:collapse;width:100%}.listProduct-module__LMidfq__tableHeader{text-align:left;color:#495057;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:#f8f9fa;border-bottom:2px solid #e9ecef;padding:1rem 1.25rem;font-size:.85rem;font-weight:600}.listProduct-module__LMidfq__tableCell{color:#495057;vertical-align:middle;border-bottom:1px solid #e9ecef;padding:1rem 1.25rem;font-size:.95rem}.listProduct-module__LMidfq__productRow{cursor:pointer;transition:background-color .15s}.listProduct-module__LMidfq__productRow:hover{background-color:#f8f9fa}.listProduct-module__LMidfq__colName{width:45%}.listProduct-module__LMidfq__colLager{width:20%}.listProduct-module__LMidfq__colPrice{width:15%}.listProduct-module__LMidfq__colStock{width:20%}.listProduct-module__LMidfq__productName{color:#333;font-weight:500}.listProduct-module__LMidfq__productLager{color:#6c757d;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.listProduct-module__LMidfq__productPrice{color:#333;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-weight:600}.listProduct-module__LMidfq__stockBadge{text-align:center;min-width:40px;padding:4px 8px;font-size:.8rem;font-weight:600;display:inline-block}.listProduct-module__LMidfq__inStock{color:#fff;background:#4bc768}.listProduct-module__LMidfq__lowStock{color:#fff;background:#e28149}.listProduct-module__LMidfq__outOfStock{color:#fff;background:#f52839}.listProduct-module__LMidfq__sortIndicator{margin-left:4px;font-size:.9em}.listProduct-module__LMidfq__productGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;padding:1.5rem;display:grid}.listProduct-module__LMidfq__productCard{cursor:pointer;background:#fff;border:1px solid #e0e0e0;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000d}.listProduct-module__LMidfq__productCard:hover{border-color:#4a90e2;transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.listProduct-module__LMidfq__cardImageWrapper{border-bottom:1px solid #eee;justify-content:center;align-items:center;width:100%;height:200px;padding:1rem;display:flex;position:relative;overflow:hidden}.listProduct-module__LMidfq__cardImage{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;transition:transform .3s}.listProduct-module__LMidfq__productCard:hover .listProduct-module__LMidfq__cardImage{transform:scale(1.05)}.listProduct-module__LMidfq__cardPlaceholder{background:#f8f9fa;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.listProduct-module__LMidfq__placeholderImage{opacity:.5;object-fit:contain;width:100px;height:90px}.listProduct-module__LMidfq__cardStockBadge{color:#fff;z-index:2;padding:6px 12px;font-size:.75rem;font-weight:600;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #00000026}.listProduct-module__LMidfq__cardContent{flex-direction:column;flex:1;padding:1rem;display:flex}.listProduct-module__LMidfq__cardTitle{color:#333;-webkit-box-orient:vertical;min-height:2.8em;margin:0 0 .5rem;font-size:1rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.listProduct-module__LMidfq__cardDetails{flex:1;margin-bottom:.75rem}.listProduct-module__LMidfq__cardNumber,.listProduct-module__LMidfq__cardLocation{color:#666;margin:0 0 .25rem;font-size:.85rem}.listProduct-module__LMidfq__cardFooter{border-top:1px solid #eee;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;display:flex}.listProduct-module__LMidfq__cardPrice{color:#4a90e2;font-size:1.1rem;font-weight:700}.listProduct-module__LMidfq__cardStockStatus{padding:4px 10px;font-size:.75rem;font-weight:600}.listProduct-module__LMidfq__excelView{background:#fff;overflow-x:auto}.listProduct-module__LMidfq__excelTable{border-collapse:collapse;width:100%;min-width:1000px;font-size:.9rem}.listProduct-module__LMidfq__excelHeader{text-align:left;color:#1f2937;text-transform:uppercase;letter-spacing:.03em;z-index:10;background:#f3f4f6;border-bottom:2px solid #9ca3af;padding:.75rem 1rem;font-size:.8rem;font-weight:600;position:sticky;top:0}.listProduct-module__LMidfq__excelRow{cursor:pointer;border-bottom:1px solid #e5e7eb;transition:background-color .15s}.listProduct-module__LMidfq__excelRow:hover{background-color:#f0f9ff}.listProduct-module__LMidfq__excelRow:nth-child(2n){background-color:#fafafa}.listProduct-module__LMidfq__excelCell{color:#374151;vertical-align:middle;border-right:1px solid #e5e7eb;padding:.6rem 1rem}.listProduct-module__LMidfq__excelCell:last-child{border-right:none}.listProduct-module__LMidfq__excelCellContent{text-overflow:ellipsis;white-space:nowrap;max-width:300px;overflow:hidden}.listProduct-module__LMidfq__excelArtikelNumber{color:#4b5563;font-family:JetBrains Mono,SF Mono,Monaco,Cascadia Code,Roboto Mono,monospace;font-size:.85rem}.listProduct-module__LMidfq__excelLocation{color:#6b7280;font-size:.85rem;font-style:italic}.listProduct-module__LMidfq__excelStock{text-align:right;font-family:JetBrains Mono,SF Mono,Monaco,monospace;font-weight:500}.listProduct-module__LMidfq__excelStockBadge{text-align:center;min-width:60px;padding:.2rem .8rem;font-size:.8rem;font-weight:600;display:inline-block}.listProduct-module__LMidfq__excelPrice{text-align:right;color:#059669;font-family:JetBrains Mono,SF Mono,Monaco,monospace;font-weight:600}.listProduct-module__LMidfq__excelCurrency{color:#6b7280;margin-right:.25rem;font-size:.75rem}.listProduct-module__LMidfq__excelTotal{text-align:right;color:#2563eb;font-family:JetBrains Mono,SF Mono,Monaco,monospace;font-weight:600}.listProduct-module__LMidfq__excelStatus{white-space:nowrap;padding:.2rem .8rem;font-size:.8rem;font-weight:500;display:inline-block}.listProduct-module__LMidfq__loadingContainer,.listProduct-module__LMidfq__loading,.listProduct-module__LMidfq__emptyState{text-align:center;color:#6c757d;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:300px;padding:60px 20px;display:flex}.listProduct-module__LMidfq__loading{font-size:1.1rem}.listProduct-module__LMidfq__loadingSpinner{border:3px solid #f8f9fa;border-top-color:#4caf50;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite listProduct-module__LMidfq__spin}@keyframes listProduct-module__LMidfq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.listProduct-module__LMidfq__emptyIcon{opacity:.5;margin-bottom:1.5rem;font-size:3rem}.listProduct-module__LMidfq__emptyTitle{color:#495057;margin:0 0 12px;font-size:1.25rem;font-weight:600}.listProduct-module__LMidfq__emptyText{max-width:400px;margin:0 0 20px;font-size:.95rem;line-height:1.5}.listProduct-module__LMidfq__clearSearchBtn{color:#fff;cursor:pointer;background:#4caf50;border:none;padding:10px 20px;font-size:.9rem;font-weight:500;transition:all .2s}.listProduct-module__LMidfq__clearSearchBtn:hover{background:#45a049;transform:translateY(-1px)}.listProduct-module__LMidfq__paginationWrapper{margin:1rem 0;padding:0 1rem}.listProduct-module__LMidfq__paginationInfo{text-align:center;color:#666;border-top:1px solid #dbd1d1c1;padding:14px;font-size:.85rem}@media (max-width:1024px){.listProduct-module__LMidfq__container{margin:5rem 1.5rem 1.5rem}.listProduct-module__LMidfq__filtersContainer{flex-direction:column;align-items:stretch}.listProduct-module__LMidfq__searchContainer,.listProduct-module__LMidfq__filterGroup{min-width:100%}}@media (max-width:768px){.listProduct-module__LMidfq__container{margin:5rem 1rem 1rem}.listProduct-module__LMidfq__header{flex-direction:column;align-items:stretch;gap:20px}.listProduct-module__LMidfq__headerContent{text-align:center}.listProduct-module__LMidfq__headerActions{flex-direction:column;width:100%}.listProduct-module__LMidfq__viewToggle{width:100%}.listProduct-module__LMidfq__viewButton{flex:1}.listProduct-module__LMidfq__newBtn{justify-content:center;width:100%}.listProduct-module__LMidfq__searchIcon{display:none}.listProduct-module__LMidfq__searchContainer{flex-direction:column;align-items:stretch}.listProduct-module__LMidfq__searchInput{padding-left:1rem}.listProduct-module__LMidfq__searchButton{width:100%}.listProduct-module__LMidfq__activeSearchIndicator{justify-content:center;width:100%;margin-left:0}.listProduct-module__LMidfq__filterContainer{min-width:100%}.listProduct-module__LMidfq__tableContainer{overflow-x:auto}.listProduct-module__LMidfq__productsTable{min-width:600px}.listProduct-module__LMidfq__searchStats{flex-direction:column;align-items:flex-start}.listProduct-module__LMidfq__activeFilters{width:100%}.listProduct-module__LMidfq__productGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;padding:1rem}.listProduct-module__LMidfq__cardImageWrapper{height:160px}}@media (max-width:480px){.listProduct-module__LMidfq__container{max-width:100%;margin:5rem 0;padding:0 .2rem}.listProduct-module__LMidfq__title{font-size:1.5rem}.listProduct-module__LMidfq__subtitle{font-size:.9rem}.listProduct-module__LMidfq__productGrid{grid-template-columns:1fr}.listProduct-module__LMidfq__cardImageWrapper{height:180px}}.listProduct-module__LMidfq__excelHeader:nth-child(4),.listProduct-module__LMidfq__excelHeader:nth-child(5),.listProduct-module__LMidfq__excelHeader:nth-child(6){text-align:right}.listProduct-module__LMidfq__excelHeader:nth-child(7){text-align:center}.listProduct-module__LMidfq__excelView::-webkit-scrollbar{width:10px;height:10px}.listProduct-module__LMidfq__excelView::-webkit-scrollbar-track{background:#f1f1f1}.listProduct-module__LMidfq__excelView::-webkit-scrollbar-thumb{background:#c1c1c1}.listProduct-module__LMidfq__excelView::-webkit-scrollbar-thumb:hover{background:#a1a1a1}
.clients-module__sq8wdq__container{min-height:100vh;margin:5rem 0;padding:0}.clients-module__sq8wdq__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.clients-module__sq8wdq__headerContent h1{color:#333;font-size:22px}.clients-module__sq8wdq__headerContent p{color:#666;margin:0;font-size:1rem}.clients-module__sq8wdq__headerActions{align-items:center;gap:1rem;display:flex}.clients-module__sq8wdq__viewToggle{background:#f0f0f0;border-radius:4px;padding:2px;display:flex}.clients-module__sq8wdq__viewButton{cursor:pointer;color:#666;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem 1rem;transition:all .2s;display:flex}.clients-module__sq8wdq__viewButton:hover{color:#333;background:#0000000d}.clients-module__sq8wdq__viewButton.clients-module__sq8wdq__activeView{color:#3b82f6;background:#fff;box-shadow:0 2px 4px #0000001a}.clients-module__sq8wdq__newBtn{color:#fff;cursor:pointer;background:#4caf50;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.clients-module__sq8wdq__newBtn:hover:not(:disabled){background:#45a049;transform:translateY(-1px)}.clients-module__sq8wdq__newBtn:disabled{opacity:.5;cursor:not-allowed}.clients-module__sq8wdq__plus{font-size:1.2rem;font-weight:700}.clients-module__sq8wdq__searchSection{margin-bottom:1.5rem}.clients-module__sq8wdq__searchContainer{align-items:center;max-width:600px;display:flex;position:relative}.clients-module__sq8wdq__searchIcon{color:#999;pointer-events:none;position:absolute;left:12px}.clients-module__sq8wdq__searchInput{background:#fff;border:1px solid #ddd;width:100%;padding:.75rem 2.5rem;font-size:.95rem;transition:all .2s}.clients-module__sq8wdq__searchInput:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.clients-module__sq8wdq__clearSearch{color:#999;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex;position:absolute;right:12px}.clients-module__sq8wdq__clearSearch:hover:not(:disabled){color:#666;background:#f0f0f0}.clients-module__sq8wdq__searchStats{margin-top:.5rem}.clients-module__sq8wdq__resultsCount{color:#666;font-size:.85rem}.clients-module__sq8wdq__error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem;display:flex}.clients-module__sq8wdq__error button{color:#fff;cursor:pointer;background:#991b1b;border:none;padding:.5rem 1rem;font-size:.85rem;transition:background .2s}.clients-module__sq8wdq__error button:hover{background:#7f1d1d}.clients-module__sq8wdq__loadingContainer,.clients-module__sq8wdq__loading{text-align:center;color:#666;padding:4rem 2rem}.clients-module__sq8wdq__loadingSpinner{border:3px solid #f3f3f3;border-top-color:#3b82f6;border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:1s linear infinite clients-module__sq8wdq__spin}@keyframes clients-module__sq8wdq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.clients-module__sq8wdq__emptyState{text-align:center;color:#666;background:#f9fafb;border:1px solid #e5e7eb;padding:4rem 2rem}.clients-module__sq8wdq__emptyIcon{opacity:.5;margin-bottom:1rem;font-size:3rem}.clients-module__sq8wdq__emptyTitle{color:#333;margin:0 0 .5rem;font-size:1.25rem}.clients-module__sq8wdq__emptyText{margin:0 0 1.5rem;font-size:.95rem}.clients-module__sq8wdq__clearSearchBtn{color:#fff;cursor:pointer;background:#3b82f6;border:none;padding:.75rem 1.5rem;font-size:.95rem;transition:background .2s}.clients-module__sq8wdq__clearSearchBtn:hover{background:#2563eb}.clients-module__sq8wdq__clientsList{background:#fff;border:1px solid #e5e7eb;overflow:hidden}.clients-module__sq8wdq__clientsGrid{flex-direction:column;display:flex}.clients-module__sq8wdq__clientCard{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;padding:1.5rem;transition:background-color .15s;display:flex}.clients-module__sq8wdq__clientCard:hover{background:#f9fafb}.clients-module__sq8wdq__clientCard:last-child{border-bottom:none}.clients-module__sq8wdq__clientInfo{flex:1}.clients-module__sq8wdq__clientName{color:#333;margin:0 0 1rem;font-size:1.2rem;font-weight:600}.clients-module__sq8wdq__clientDetails{flex-direction:column;gap:.5rem;display:flex}.clients-module__sq8wdq__detail{align-items:center;gap:1rem;font-size:.95rem;display:flex}.clients-module__sq8wdq__label{color:#666;min-width:80px;font-weight:500}.clients-module__sq8wdq__value{color:#333}.clients-module__sq8wdq__clientActions{flex-shrink:0;gap:.5rem;margin-left:1rem;display:flex}.clients-module__sq8wdq__editBtn{color:#fff;cursor:pointer;background:#6c757d;border:none;padding:.5rem 1rem;font-size:.85rem;transition:background .2s}.clients-module__sq8wdq__editBtn:hover:not(:disabled){background:#5a6268}.clients-module__sq8wdq__deleteBtn{color:#dc3545;cursor:pointer;background:0 0;border:1px solid #dc3545;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.clients-module__sq8wdq__deleteBtn:hover:not(:disabled){color:#fff;background:#dc3545}.clients-module__sq8wdq__deleteBtn:disabled{opacity:.5;cursor:not-allowed}.clients-module__sq8wdq__excelView{background:#fff;overflow-x:auto}.clients-module__sq8wdq__excelTable{border-collapse:collapse;width:100%;min-width:1000px;font-size:.9rem}.clients-module__sq8wdq__excelHeader{text-align:left;color:#1f2937;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;background:#f3f4f6;border-bottom:2px solid #9ca3af;border-right:1px solid #d1d5db;padding:.75rem 1rem;font-size:.8rem;font-weight:600}.clients-module__sq8wdq__excelHeader:last-child{border-right:none}.clients-module__sq8wdq__excelRow{border-bottom:1px solid #e5e7eb;transition:background-color .15s}.clients-module__sq8wdq__excelRow:hover{background-color:#f0f9ff}.clients-module__sq8wdq__excelRow:nth-child(2n){background-color:#fafafa}.clients-module__sq8wdq__excelCell{color:#374151;vertical-align:middle;border-right:1px solid #e5e7eb;padding:.75rem 1rem}.clients-module__sq8wdq__excelCell:last-child{border-right:none}.clients-module__sq8wdq__excelName,.clients-module__sq8wdq__excelVorname{color:#111827;font-weight:500}.clients-module__sq8wdq__excelEmail{color:#2563eb;font-family:monospace}.clients-module__sq8wdq__excelPhone{color:#059669;font-family:monospace}.clients-module__sq8wdq__excelCompany{color:#7b1fa2;font-weight:500}.clients-module__sq8wdq__excelAddress,.clients-module__sq8wdq__excelCity{color:#4b5563}.clients-module__sq8wdq__excelActions{gap:.5rem;display:flex}.clients-module__sq8wdq__excelEditButton{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:all .2s;display:flex}.clients-module__sq8wdq__excelEditButton:hover{background:#e5e7eb}.clients-module__sq8wdq__excelDeleteButton{color:#991b1b;cursor:pointer;background:#fee2e2;border:1px solid #fecaca;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:all .2s;display:flex}.clients-module__sq8wdq__excelDeleteButton:hover:not(:disabled){background:#fecaca}.clients-module__sq8wdq__excelDeleteButton:disabled{opacity:.5;cursor:not-allowed}.clients-module__sq8wdq__paginationInfo{text-align:center;color:#666;background:#fff;border-top:1px solid #e5e7eb;padding:1rem;font-size:.85rem}@media (max-width:768px){.clients-module__sq8wdq__container{padding:0 1rem}.clients-module__sq8wdq__headerActions{flex-direction:column;width:100%}.clients-module__sq8wdq__viewToggle{width:100%}.clients-module__sq8wdq__viewButton{flex:1}.clients-module__sq8wdq__newBtn{justify-content:center;width:100%}.clients-module__sq8wdq__clientCard{flex-direction:column;gap:1rem}.clients-module__sq8wdq__clientActions{width:100%;margin-left:0}.clients-module__sq8wdq__editBtn,.clients-module__sq8wdq__deleteBtn{flex:1}.clients-module__sq8wdq__detail{flex-direction:column;align-items:flex-start;gap:.25rem}.clients-module__sq8wdq__label{min-width:auto}}
.SalesPage-module__JHDJuG__container{min-height:100vh;margin:5rem 0;padding:0}.SalesPage-module__JHDJuG__header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:30px;display:flex}.SalesPage-module__JHDJuG__headerLeft h1{color:#333;font-size:22px;font-weight:700}.SalesPage-module__JHDJuG__headerLeft p{color:#666;margin:0 0 10px;font-size:1rem}.SalesPage-module__JHDJuG__loadingMessage{color:#1565c0;background:#e3f2fd;padding:10px 15px;font-size:.9rem;display:inline-block}.SalesPage-module__JHDJuG__errorMessage{color:#c62828;background:#ffebee;padding:10px 15px;font-size:.9rem;display:inline-block}.SalesPage-module__JHDJuG__createButton{color:#fff;cursor:pointer;white-space:nowrap;background:#4caf50;border:none;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.SalesPage-module__JHDJuG__createButton:disabled{opacity:.6;cursor:not-allowed}.SalesPage-module__JHDJuG__createButton:not(:disabled):hover{background:#45a049;transform:translateY(-1px)}.SalesPage-module__JHDJuG__createButtonOutline{color:#4caf50;background:0 0;border:2px solid #4caf50}.SalesPage-module__JHDJuG__createButtonOutline:hover{color:#fff;background:#4caf50}.SalesPage-module__JHDJuG__filtersSection{margin-bottom:24px}.SalesPage-module__JHDJuG__searchBox{align-items:center;max-width:500px;margin-bottom:12px;display:flex;position:relative}.SalesPage-module__JHDJuG__searchIcon{color:#666;position:absolute;left:12px}.SalesPage-module__JHDJuG__searchInput{background:#fff;border:1px solid #ddd;width:100%;padding:12px 12px 12px 40px;font-size:14px}.SalesPage-module__JHDJuG__searchInput:focus{border-color:#4caf50;outline:none}.SalesPage-module__JHDJuG__clearButton{color:#666;cursor:pointer;background:0 0;border:none;padding:4px;position:absolute;right:12px}.SalesPage-module__JHDJuG__filterControls{flex-wrap:wrap;gap:12px;margin-bottom:8px;display:flex}.SalesPage-module__JHDJuG__filterInput{background:#fff;border:1px solid #ddd;min-width:150px;padding:12px;font-size:14px}.SalesPage-module__JHDJuG__resultsInfo{color:#666;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;font-size:.85rem;display:flex}.SalesPage-module__JHDJuG__activeFilters{flex-wrap:wrap;gap:8px;display:flex}.SalesPage-module__JHDJuG__activeFilter{color:#1976d2;background:#e3f2fd;align-items:center;gap:6px;padding:4px 8px;font-size:.75rem;font-weight:500;display:flex}.SalesPage-module__JHDJuG__clearFilter{color:#1976d2;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:16px;height:16px;padding:2px;font-size:.7rem;transition:all .2s;display:flex}.SalesPage-module__JHDJuG__clearFilter:hover{background:#bbdefb}.SalesPage-module__JHDJuG__loadingContainer,.SalesPage-module__JHDJuG__errorContainer{text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.SalesPage-module__JHDJuG__spinner{border:4px solid #f3f3f3;border-top-color:#4caf50;width:40px;height:40px;margin-bottom:20px;animation:1s linear infinite SalesPage-module__JHDJuG__spin}.SalesPage-module__JHDJuG__errorIcon{opacity:.7;margin-bottom:20px;font-size:3rem}.SalesPage-module__JHDJuG__retryButton{color:#fff;cursor:pointer;background:#4caf50;border:none;margin-left:10px;padding:8px 16px}.SalesPage-module__JHDJuG__retryButtonLarge{margin-top:10px;padding:12px 24px;font-size:1rem}.SalesPage-module__JHDJuG__desktopTable{background:#fff;overflow:hidden;box-shadow:0 2px 8px #0000001a}.SalesPage-module__JHDJuG__salesTable{border-collapse:collapse;width:100%}.SalesPage-module__JHDJuG__salesTable th{text-align:left;color:#333;text-transform:uppercase;letter-spacing:.05em;background:#f8f9fa;border-bottom:2px solid #e9ecef;padding:16px;font-size:.85rem;font-weight:600}.SalesPage-module__JHDJuG__sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s;position:relative}.SalesPage-module__JHDJuG__sortable:hover{background-color:#e9ecef}.SalesPage-module__JHDJuG__sortable.SalesPage-module__JHDJuG__active{color:#1976d2;background-color:#e3f2fd}.SalesPage-module__JHDJuG__salesTable td{color:#333;border-bottom:1px solid #e9ecef;padding:16px;font-size:.95rem}.SalesPage-module__JHDJuG__tableRow{cursor:pointer;transition:background-color .2s}.SalesPage-module__JHDJuG__tableRow:hover{background-color:#f8f9fa}.SalesPage-module__JHDJuG__clientName{font-weight:500}.SalesPage-module__JHDJuG__totalAmount{color:#333;font-weight:600}.SalesPage-module__JHDJuG__statusTag{text-align:center;min-width:80px;padding:6px 12px;font-size:.8rem;font-weight:600;display:inline-block}.SalesPage-module__JHDJuG__editButton{color:#fff;cursor:pointer;background:#6c757d;border:none;padding:8px 16px;font-size:.85rem;font-weight:500;transition:all .3s}.SalesPage-module__JHDJuG__editButton:hover{background:#5a6268}.SalesPage-module__JHDJuG__mobileCards{display:none}.SalesPage-module__JHDJuG__saleCard{cursor:pointer;background:#fff;border-left:4px solid #e9ecef;margin-bottom:16px;padding:20px;transition:all .2s;box-shadow:0 2px 8px #0000001a}.SalesPage-module__JHDJuG__saleCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.SalesPage-module__JHDJuG__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.SalesPage-module__JHDJuG__cardClient h3{color:#333;margin:0 0 4px;font-size:1.1rem;font-weight:600}.SalesPage-module__JHDJuG__cardDate{color:#666;font-size:.85rem}.SalesPage-module__JHDJuG__statusTagMobile{padding:4px 8px;font-size:.75rem}.SalesPage-module__JHDJuG__cardDetails{margin-bottom:16px}.SalesPage-module__JHDJuG__detailRow{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.SalesPage-module__JHDJuG__detailRow span:first-child{color:#666;font-size:.85rem}.SalesPage-module__JHDJuG__cardTotal{color:#333;font-size:1rem;font-weight:600}.SalesPage-module__JHDJuG__cardActions{justify-content:flex-end;display:flex}.SalesPage-module__JHDJuG__editButtonMobile{width:auto}.SalesPage-module__JHDJuG__emptyState{text-align:center;color:#666;padding:80px 20px}.SalesPage-module__JHDJuG__emptyStateMobile{padding:60px 20px}.SalesPage-module__JHDJuG__emptyIcon{opacity:.5;margin-bottom:20px;font-size:3rem}.SalesPage-module__JHDJuG__emptyState h3{color:#333;margin:0 0 12px;font-size:1.25rem}.SalesPage-module__JHDJuG__emptyState p{margin:0 0 20px;font-size:.95rem}.SalesPage-module__JHDJuG__clearFiltersButton{color:#fff;cursor:pointer;background:#4caf50;border:none;padding:10px 20px;font-size:.9rem}.SalesPage-module__JHDJuG__loadMoreSection{justify-content:center;padding:20px;display:flex}.SalesPage-module__JHDJuG__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.SalesPage-module__JHDJuG__modalContent{background:#fff;max-width:90vw;max-height:90vh;padding:2rem;position:relative;overflow:auto}.SalesPage-module__JHDJuG__modalClose{cursor:pointer;color:#666;background:0 0;border:none;padding:.5rem;font-size:1.5rem;position:absolute;top:1rem;right:1rem}.SalesPage-module__JHDJuG__actionButtons{align-items:center;gap:.5rem;display:flex}.SalesPage-module__JHDJuG__stockButton{color:#0369a1;cursor:pointer;white-space:nowrap;background:#e0f2fe;border:1px solid #bae6fd;padding:.25rem .75rem;font-size:.75rem;font-weight:500;transition:all .2s}.SalesPage-module__JHDJuG__stockButton:hover{background:#bae6fd;border-color:#7dd3fc}.SalesPage-module__JHDJuG__stockButtonMobile{padding:.5rem 1rem;font-size:.875rem}.SalesPage-module__JHDJuG__cardActions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:.5rem;margin-top:1rem;padding-top:.75rem;display:flex}@media (max-width:768px){.SalesPage-module__JHDJuG__container{padding:16px}.SalesPage-module__JHDJuG__header{flex-direction:column;align-items:stretch}.SalesPage-module__JHDJuG__headerLeft{text-align:center}.SalesPage-module__JHDJuG__headerLeft h1{margin-bottom:0;font-size:1.5rem;font-weight:700}.SalesPage-module__JHDJuG__headerLeft p,.SalesPage-module__JHDJuG__desktopTable{display:none}.SalesPage-module__JHDJuG__mobileCards{display:block}.SalesPage-module__JHDJuG__filterControls{flex-direction:column}.SalesPage-module__JHDJuG__filterInput{width:100%}.SalesPage-module__JHDJuG__resultsInfo{flex-direction:column;align-items:flex-start}.SalesPage-module__JHDJuG__activeFilters{width:100%}}@keyframes SalesPage-module__JHDJuG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:480px){.SalesPage-module__JHDJuG__container{max-width:100%;margin:5rem 0;padding:0 .2rem}}.SalesPage-module__JHDJuG__headerActions{align-items:center;gap:1rem;display:flex}.SalesPage-module__JHDJuG__viewToggle{background:#f0f0f0;padding:2px;display:flex}.SalesPage-module__JHDJuG__viewButton{cursor:pointer;color:#666;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem 1rem;transition:all .2s;display:flex}.SalesPage-module__JHDJuG__viewButton:hover{color:#333;background:#0000000d}.SalesPage-module__JHDJuG__viewButton.SalesPage-module__JHDJuG__activeView{color:#3b82f6;background:#fff;box-shadow:0 2px 4px #0000001a}.SalesPage-module__JHDJuG__excelView{background:#fff;border:1px solid #e5e7eb;overflow-x:auto;box-shadow:0 2px 8px #0000000d}.SalesPage-module__JHDJuG__excelTable{border-collapse:collapse;width:100%;min-width:1200px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem}.SalesPage-module__JHDJuG__excelHeader{text-align:left;color:#1f2937;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;z-index:10;background:#f3f4f6;border-bottom:2px solid #9ca3af;border-right:1px solid #d1d5db;padding:.75rem 1rem;font-size:.8rem;font-weight:600;position:sticky;top:0}.SalesPage-module__JHDJuG__excelHeader:last-child{border-right:none}.SalesPage-module__JHDJuG__excelRow{cursor:pointer;border-bottom:1px solid #e5e7eb;transition:background-color .15s}.SalesPage-module__JHDJuG__excelRow:hover{background-color:#f0f9ff}.SalesPage-module__JHDJuG__excelRow:nth-child(2n){background-color:#fafafa}.SalesPage-module__JHDJuG__excelRow:nth-child(2n):hover{background-color:#f0f9ff}.SalesPage-module__JHDJuG__excelCell{color:#374151;vertical-align:middle;border-right:1px solid #e5e7eb;padding:.6rem 1rem}.SalesPage-module__JHDJuG__excelCell:last-child{border-right:none}.SalesPage-module__JHDJuG__excelDate{color:#4b5563;white-space:nowrap;font-family:JetBrains Mono,SF Mono,Monaco,monospace;font-size:.85rem}.SalesPage-module__JHDJuG__excelTime{color:#6b7280;font-family:JetBrains Mono,SF Mono,Monaco,monospace;font-size:.8rem}.SalesPage-module__JHDJuG__excelClient{color:#111827;text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-weight:500;display:block;overflow:hidden}.SalesPage-module__JHDJuG__excelClientEmail{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-size:.7rem;display:block;overflow:hidden}.SalesPage-module__JHDJuG__excelInvoiceNumber{color:#2563eb;font-family:JetBrains Mono,SF Mono,Monaco,monospace;font-size:.85rem;font-weight:500}.SalesPage-module__JHDJuG__excelNumber{text-align:right;font-family:JetBrains Mono,SF Mono,Monaco,monospace}.SalesPage-module__JHDJuG__excelSubtotal{color:#4b5563;font-size:.9rem}.SalesPage-module__JHDJuG__excelTax{color:#b45309;font-weight:500}.SalesPage-module__JHDJuG__excelTaxRate{color:#9ca3af;margin-left:.25rem;font-size:.7rem}.SalesPage-module__JHDJuG__excelTotal{color:#059669;font-size:1rem;font-weight:600}.SalesPage-module__JHDJuG__excelStatus{white-space:nowrap;padding:.25rem .75rem;font-size:.8rem;font-weight:500;display:inline-block}.SalesPage-module__JHDJuG__excelActions{justify-content:flex-start;gap:.5rem;display:flex}.SalesPage-module__JHDJuG__excelStockButton{color:#0369a1;cursor:pointer;background:#e0f2fe;border:1px solid #bae6fd;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:all .2s;display:flex}.SalesPage-module__JHDJuG__excelStockButton:hover{background:#bae6fd;transform:translateY(-1px)}.SalesPage-module__JHDJuG__excelEditButton{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:all .2s;display:flex}.SalesPage-module__JHDJuG__excelEditButton:hover{background:#e5e7eb;transform:translateY(-1px)}
