@import"https://fonts.googleapis.com/css?family=Rubik:400,500,700";.custom-button-common{padding:12px;font-size:16px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s}.custom-button-common:hover:not(:disabled){background-color:#0056b3}.custom-button-common:disabled{background-color:#a0c3e8;cursor:not-allowed}.custom-input{width:100%;padding:12px 15px;border:1px solid #ccc;border-radius:5px;box-sizing:border-box;font-size:16px;transition:border-color .3s}.custom-input:focus{outline:none;border-color:#007bff}.loader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.loader-spinner{border:4px solid rgba(255,255,255,.3);border-top:4px solid #fff;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f0f2f5;font-family:Arial,sans-serif;padding:20px;box-sizing:border-box}.login-box{background-color:#fff;padding:40px;border-radius:8px;box-shadow:0 4px 10px #0000001a;width:100%;max-width:400px;text-align:center;box-sizing:border-box}.login-title{font-size:28px;font-weight:600;margin-bottom:30px;color:#333}.input-group{margin-bottom:20px;position:relative;text-align:left}.password-group .custom-input{padding-right:50px}.toggle-password{position:absolute;right:15px;top:50%;transform:translateY(-50%);cursor:pointer;color:#888;display:flex;align-items:center;height:100%}.error-message{color:#d9534f;font-size:14px;margin-top:5px;margin-bottom:0}.custom-button{width:100%;padding:12px;font-size:16px;font-weight:600;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease;margin-top:20px}.custom-button:hover:not(:disabled){background-color:#0056b3}.custom-button:disabled{background-color:#a0c3e8;cursor:not-allowed}@media (max-width: 480px){.login-box{padding:25px}.login-title{font-size:24px;margin-bottom:20px}}@media (min-width: 769px){.sidebar-container{width:60px;background-color:var(--card-background);color:var(--text-dark);height:100vh;position:fixed;left:0;top:0;overflow-x:hidden;transition:width .3s ease-in-out;padding-top:20px;z-index:99;box-shadow:2px 0 5px #0000001a}.sidebar-container:hover,.sidebar-container.expanded{width:250px}.sidebar-header{display:flex;align-items:center;padding:0 15px;margin-bottom:30px;cursor:pointer;white-space:nowrap;opacity:0;transition:opacity .3s ease}.sidebar-container:hover .sidebar-header,.sidebar-container.expanded .sidebar-header{opacity:1}.menu-icon{font-size:28px;margin-right:15px;color:var(--primary-color)}.sidebar-logo-img{max-width:150px;height:40px;object-fit:contain;opacity:0;transition:opacity .3s ease}.sidebar-container:hover .sidebar-logo-img,.sidebar-container.expanded .sidebar-logo-img{opacity:1}.sidebar-menu{display:flex;flex-direction:column}.menu-item{display:flex;align-items:center;padding:15px 20px;color:var(--text-dark);cursor:pointer;white-space:nowrap;transition:background-color .2s ease,color .2s ease;border-left:3px solid transparent}.menu-item:hover,.menu-item.active{background-color:var(--background-color);color:var(--primary-color);border-left-color:var(--primary-color)}.menu-item-icon{font-size:24px;margin-right:25px;transition:margin-right .3s ease-in-out;color:inherit}.menu-item-text{opacity:0;transition:opacity .3s ease}.sidebar-container:hover .menu-item-text,.sidebar-container.expanded .menu-item-text{opacity:1}}@media (max-width: 768px){.sidebar-container{width:100%;height:60px;background-color:var(--card-background);color:var(--text-dark);position:fixed;bottom:0;left:0;top:auto;padding:0;transition:none;overflow:hidden;z-index:100;box-shadow:0 -2px 5px #0000001a}.sidebar-header{display:none}.sidebar-menu{display:flex;flex-direction:row;justify-content:space-around;align-items:center;height:100%;list-style:none;margin:0;padding:0}.menu-item{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:8px;text-align:center;width:25%;border-left:none;font-size:12px}.menu-item:hover,.menu-item.active{background-color:var(--background-color);color:var(--primary-color)}.menu-item-icon{margin-right:0;margin-bottom:4px;font-size:20px}.menu-item-text{opacity:1;font-weight:500}}:root{--card-background: #fff;--text-dark: #1f2937;--background-color: #f3f4f6;--primary-color: #2563eb;--text-light: #ffffff}.header-container{display:flex;justify-content:space-between;align-items:center;height:60px;background-color:var(--card-background);color:var(--text-dark);padding:0 20px;box-shadow:0 2px 4px #0000001a;position:fixed;top:0;left:0;width:100%;z-index:100;box-sizing:border-box}.header-left{display:flex;align-items:center}.header-logo{height:40px;width:auto;object-fit:contain;cursor:pointer;-webkit-user-select:none;user-select:none}.header-right{position:relative;display:flex;align-items:center}.user-info{display:inline-flex;align-items:center;gap:4px;cursor:pointer;padding:6px 10px;border-radius:8px;transition:background-color .2s ease,box-shadow .2s ease;color:var(--text-dark);background:transparent;border:none;font:inherit}.user-info:hover{background-color:var(--background-color)}.user-info:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.user-info span{font-weight:600;margin-right:2px}.logout-dropdown{position:absolute;top:calc(100% + 6px);right:0;background-color:var(--card-background);box-shadow:0 8px 24px #0000001f;border-radius:10px;overflow:hidden;min-width:160px;padding:6px;animation:menuIn .12s ease-out both}@keyframes menuIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.logout-dropdown__item,.logout-dropdown button{width:100%;padding:10px 12px;background:none;border:none;text-align:left;cursor:pointer;color:var(--text-dark);font-size:15px;border-radius:8px}.logout-dropdown__item:hover,.logout-dropdown button:hover{background-color:var(--primary-color);color:var(--text-light)}.logout-dropdown__item:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px;background-color:var(--background-color)}@media (max-width: 768px){.header-container{padding:0 10px;height:50px}.header-logo{height:30px}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0;padding:0}.dashboard-layout{display:flex;min-height:100vh;background-color:#f3f4f6;color:#333}.main-content{flex:1;padding:0;overflow:auto;transition:margin-left .3s ease-in-out}@media (min-width: 1024px){.main-content{margin-left:256px}}@media (max-width: 768px){.dashboard-content{padding:70px 0 70px 5px!important}}.dashboard-content{padding:70px 0 70px 70px}.dashboard-flex-container{display:flex;justify-content:center;align-items:center;height:100%;flex-grow:1}.loader-container{height:100%;display:flex;justify-content:center;align-items:center}.loader-spinner{border:4px solid rgba(0,0,0,.1);border-top:4px solid #3b82f6;border-radius:50%;width:64px;height:64px;animation:spin 1s linear infinite}.error-message{color:#ef4444;font-weight:600;font-size:1.125rem;text-align:center}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;justify-content:center}.dashboard-card{padding:1rem;border-radius:.75rem;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;justify-content:space-between;color:#1f2937;position:relative;overflow:hidden;transition:transform .2s,box-shadow .2s}.dashboard-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d}.card-header{display:flex;justify-content:space-between;align-items:flex-start;z-index:2;position:relative}.card-title{font-size:.875rem;font-weight:500;opacity:.9}.card-value{font-size:1.5rem;font-weight:700;margin-top:.25rem;z-index:2;position:relative}.card-icon{height:2rem;width:2rem;padding:.25rem;border-radius:9999px;background:#0000000d;color:inherit;opacity:.9}.blue-card{background:linear-gradient(135deg,#a5b4fc,#818cf8)}.gray-card{background:linear-gradient(135deg,#d1d5db,#9ca3af)}.yellow-card{background:linear-gradient(135deg,#fde68a,#fcd34d)}.green-card{background:linear-gradient(135deg,#a7f3d0,#6ee7b7)}.orange-card{background:linear-gradient(135deg,#fed7aa,#fdb17c)}.red-card{background:linear-gradient(135deg,#fecaca,#fca5a5)}.light-blue-card{background:linear-gradient(135deg,#bfdbfe,#93c5fd)}.status-grid,.inventory-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem;margin-bottom:2rem}@media (min-width: 1024px){.status-grid,.inventory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.status-card,.inventory-card{background-color:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 4px 6px #0000001a;border:1px solid #e5e7eb}.status-title,.inventory-title{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:1rem}.status-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.status-item{display:flex;align-items:center;gap:.5rem}.status-icon{font-size:1.25rem}.status-icon.blue{color:#3b82f6}.status-icon.yellow{color:#f59e0b}.status-icon.green{color:#22c55e}.status-icon.gray{color:#6b7280}.status-icon.red{color:#ef4444}.status-icon.orange{color:#f97316}.status-icon.light-blue{color:#3b82f6}.status-label{font-weight:600}.status-count{color:#4b5563}.status-value{color:#6b7280;font-size:.875rem}.product-list{list-style:none;padding:0;border-top:1px solid #e5e7eb}.product-item{padding-top:.75rem;padding-bottom:.75rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb}.product-name{font-weight:500;color:#1f2937}.product-count{background-color:#e5e7eb;color:#4b5563;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:9999px}.no-products{padding-top:.75rem;padding-bottom:.75rem;color:#6b7280}.low-stock-summary{display:flex;align-items:center;gap:1rem}.low-stock-icon{background-color:#ef4444;border-radius:9999px;padding:.75rem;flex-shrink:0}.low-stock-icon .box-icon{height:1.5rem;width:1.5rem;color:#fff}.low-stock-details{display:flex;flex-direction:column}.low-stock-title{font-weight:600;font-size:1.125rem;color:#1f2937}.low-stock-count{font-size:1.5rem;font-weight:700;color:#ef4444}.low-stock-text{font-size:.875rem;color:#6b7280}.dash-header-with-button{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.dash-filter-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background-color:#f3f4f6;border-radius:.5rem;color:#4b5563;font-weight:500;border:1px solid #d1d5db;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 2px 4px #0000000d}.dash-filter-button:hover{background-color:#e5e7eb;color:#1f2937;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.dash-filter-button:active{transform:translateY(0);box-shadow:0 2px 4px #0000000d}.dash-filter-icon{font-size:1rem}.dash-filter-sidebar{position:fixed;top:55px;right:0;width:350px;height:calc(100vh - 60px);background-color:#f9fafb;box-shadow:-4px 0 10px #0000001a;transform:translate(100%);transition:transform .3s ease-in-out;z-index:50;display:flex;flex-direction:column}.dash-filter-sidebar.dash-open{transform:translate(0)}.dash-sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 10px;border-bottom:1px solid #e5e7eb}.dash-sidebar-header h2{font-size:1.25rem;font-weight:600;color:#1f2937}.dash-sidebar-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280}.dash-sidebar-body{padding:20px;overflow-y:auto;flex:1}.dash-form-group{margin-bottom:15px}.dash-form-group label{display:block;font-size:.875rem;font-weight:500;color:#4b5563;margin-bottom:5px}.dash-form-group input,.dash-form-group select{width:100%;padding:8px;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem}.dash-button{padding:10px 15px;border-radius:8px;font-weight:600;cursor:pointer;border:none;transition:background-color .2s}.dash-apply-button{background-color:#2563eb;color:#fff;margin-right:10px}.dash-apply-button:hover{background-color:#1d4ed8}.dash-clear-button{background-color:#e5e7eb;color:#4b5563}.dash-clear-button:hover{background-color:#d1d5db}.dash-shortcut-container{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.dash-shortcut-button{padding:8px 12px;border-radius:6px;border:1px solid #d1d5db;background-color:#f3f4f6;color:#4b5563;font-size:.875rem;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 1px 2px #0000000d}.dash-shortcut-button:hover{background-color:#e5e7eb;color:#1f2937}.dash-shortcut-button.active{background-color:#2563eb;color:#fff;border-color:#2563eb;font-weight:600;box-shadow:0 2px 4px #2563eb33}.dash-sidebar-actions{position:sticky;bottom:60px;background:linear-gradient(to top,#f9fafb 85%,#f9fafb00);padding:12px 20px 20px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:10px}.inventory-status.red{background-color:#fca5a5;color:#b91c1c}.inventory-status.orange{background-color:#fdb17c;color:#c2410c}.inventory-status.yellow{background-color:#fcd34d;color:#a16207}.inventory-status.green{background-color:#6ee7b7;color:#065f46}.dash-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:100}.dash-modal-content{background:#fff;padding:20px;border-radius:12px;width:90%;max-width:900px;max-height:80vh;overflow-y:auto;box-shadow:0 6px 20px #00000040}.dash-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;border-bottom:1px solid #e5e7eb;padding-bottom:10px}.dash-modal-header h2{font-size:1.25rem;font-weight:600;color:#1f2937}.dash-modal-close{background:none;border:none;font-size:2.5rem;cursor:pointer;color:#6b7280;transition:color .2s ease}.dash-modal-close:hover{color:#ef4444}.dash-payment-table{width:100%;border-collapse:collapse;border-radius:8px;overflow:hidden;font-size:.875rem}.dash-payment-table th{background:#2563eb;color:#fff;font-weight:600;text-align:left;padding:10px;position:sticky;top:0;z-index:1}.dash-payment-table td{padding:10px;border-bottom:1px solid #e5e7eb}.dash-payment-table tbody tr:nth-child(odd){background:#f9fafb}.dash-payment-table tbody tr:nth-child(2n){background:#fff}.dash-payment-table tbody tr:hover{background:#e0f2fe;cursor:pointer;transition:background .2s ease}.dashboard-card.clickable{cursor:pointer}.dashboard-card.clickable:active{transform:translateY(-2px) scale(.997)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;background-color:var(--background-color);color:var(--text-dark)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.button{background-color:var(--primary-color);color:var(--text-light);border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:16px;transition:background-color .3s ease}.button:hover{background-color:var(--secondary-color)}.input-field{width:100%;padding:10px;margin-bottom:15px;border:1px solid var(--border-color);border-radius:5px;font-size:16px;box-sizing:border-box}.input-field:focus{outline:none;border-color:var(--primary-color)}.loading-container{display:flex;justify-content:center;align-items:center;height:100vh;font-size:20px;color:var(--text-dark)}.gallery-container{padding:20px;max-height:500px;overflow-y:auto}.gallery-header{display:flex;justify-content:flex-end;margin-bottom:20px}.upload-section{display:flex;gap:10px;align-items:center}.upload-section .validcolor{color:#f44336;font-size:12px}.images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px}.gallery-image{width:100%;height:100px;object-fit:cover;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:transform .2s,border-color .2s}.gallery-image:hover{transform:scale(1.05)}.gallery-image.selected{border-color:var(--primary-color);box-shadow:0 0 5px var(--primary-color)}.gallery-footer{text-align:center;margin-top:20px}.dropdown-container{padding:5px 0;width:100%}.dropdown-label{display:block;font-size:14px;color:var(--text-dark);margin-bottom:5px}.dropdown-select{display:block;padding:5px;width:100%;border-radius:5px;border:1px solid var(--border-color);background-color:var(--background-color);font-size:16px;color:var(--text-dark)}.dashboard-layout{display:flex;height:100vh;overflow:hidden}.content-area{flex-grow:1;display:flex;flex-direction:column;overflow-y:auto;position:relative}.main-content-wrapper{flex-grow:1;padding:10px}.shop-category-layout{display:flex;gap:20px;position:relative}.category-list-container{flex:2;min-width:0}.category-form-container{flex:1;background-color:var(--card-background);box-shadow:0 2px 4px #0000000d;border-radius:8px;padding:20px;height:fit-content;max-height:calc(100vh - 100px);overflow-y:auto;overflow-x:hidden;position:sticky;top:80px}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.page-title,.form-title{margin:0;font-size:24px;color:var(--text-dark)}.category-actions,.form-actions{display:flex;gap:10px}.button{padding:10px 15px;border:none;border-radius:5px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.primary-button{background-color:var(--primary-color);color:var(--text-light)}.primary-button:hover{background-color:var(--secondary-color)}.secondary-button{background-color:transparent;color:var(--primary-color);border:1px solid var(--primary-color)}.secondary-button:hover{background-color:var(--background-color)}.category-table-wrapper{background-color:var(--card-background);box-shadow:0 2px 4px #0000000d;border-radius:8px;overflow-x:auto}.category-table{width:100%;border-collapse:collapse}.category-table th,.category-table td{text-align:left;padding:15px;border-bottom:1px solid var(--border-color);vertical-align:middle}.sortable{cursor:pointer}.header-content{display:flex;align-items:center;gap:5px}.sort-icon{font-size:18px;color:var(--primary-color)}.category-table tr:hover{background-color:var(--background-color)}.category-thumbnail{width:50px;height:50px;object-fit:cover;border-radius:4px}.status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600;color:var(--text-light)}.status-badge.active{background-color:var(--primary-color)}.status-badge.inactive{background-color:#f44336}.actions-cell{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-start}.action-button{background-color:transparent;border:none;color:var(--primary-color);cursor:pointer;font-size:14px;font-weight:500;padding:10px}.action-button:hover{text-decoration:underline}.action-button.delete{color:#f44336}.no-data{text-align:center;padding:20px;color:#888}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.close-form{background:none;border:none;font-size:24px;font-weight:700;cursor:pointer;color:#888}.form-fields{display:flex;flex-direction:column;gap:15px}.form-input,.form-select{width:100%;padding:10px;border:1px solid var(--border-color);border-radius:5px;font-size:16px;background-color:var(--background-color);color:var(--text-dark)}.form-input.error{border-color:#f44336}.validation-error{color:#f44336;font-size:12px;margin-top:-10px}.thumbnail-upload{display:flex;flex-direction:column;align-items:center;gap:10px;border:1px dashed var(--border-color);padding:15px;border-radius:8px}.thumbnail-upload .thumbnail-preview{width:80px;height:80px;background-color:var(--background-color);display:flex;align-items:center;justify-content:center;border-radius:4px;overflow:hidden}.thumbnail-upload .thumbnail-preview img{width:100%;height:100%;object-fit:cover}.gallery-dialog-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.gallery-dialog-box{background-color:var(--card-background);padding:20px;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:90%;max-width:800px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.gallery-dialog-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color);padding-bottom:10px;margin-bottom:10px}.gallery-dialog-content{flex-grow:1;overflow-y:auto}.close-button{background:none;border:none;font-size:24px;font-weight:700;cursor:pointer;color:#888}.confirmation-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.confirmation-modal-box{background-color:var(--card-background);padding:25px;border-radius:8px;box-shadow:0 4px 8px #0003;width:90%;max-width:400px;text-align:center;display:flex;flex-direction:column;gap:20px}.confirmation-message{font-size:18px;color:var(--text-dark)}.confirmation-actions{display:flex;justify-content:center;gap:15px}.category-form-container.is-mobile{position:fixed;top:0;right:0;width:100%;height:100%;padding:20px;box-sizing:border-box;transform:translate(100%);transition:transform .3s ease-in-out;background-color:var(--card-background);z-index:1000;box-shadow:-2px 0 5px #0000001a}.category-form-container.is-mobile.visible{transform:translate(0)}@media (max-width: 768px){.main-content-wrapper{flex-grow:1;padding:10px}.shop-category-layout{flex-direction:column;padding-bottom:80px}.category-form-container:not(.is-mobile){display:none}.category-header .primary-button:not(.is-mobile){display:none}.category-header .primary-button.is-mobile{display:block}.category-table{border-radius:8px;overflow:hidden}.category-table thead{display:none}.category-table tbody,.category-table tr,.category-table td{display:block;width:95%}.category-table tr{background-color:var(--card-background);box-shadow:0 1px 3px #0000001a;border-radius:8px;margin-bottom:15px;border-left:4px solid var(--primary-color);padding:10px 15px}.category-table td{border-bottom:none;text-align:right;position:relative;padding:8px 0;display:flex;justify-content:space-between;align-items:center;word-break:break-word}.category-table td:before{content:attr(data-label);text-align:left;font-weight:600;color:var(--text-dark)}.category-table td span,.category-table td button{text-align:right}.actions-cell{display:flex;justify-content:flex-end;gap:10px;margin-top:10px;flex-wrap:wrap;align-self:flex-end}}.product-list-container{padding:10px 20px 20px 70px;background-color:#f8f9fa;min-height:100vh}.header-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.list-title{font-size:1.25rem;color:#343a40;font-weight:700;margin:0}.add-product-btn{background-color:#007bff;color:#fff;padding:.6rem 1.2rem;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;transition:background-color .2s;display:flex;align-items:center;gap:.4rem;box-shadow:0 2px 4px #0000001a}.add-product-btn:hover{background-color:#0056b3}.product-table-container{overflow-x:auto;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014}.product-table{width:100%;min-width:600px;border-collapse:collapse;table-layout:fixed}.product-table thead th{background-color:#e9ecef;color:#495057;font-weight:600;padding:.75rem;text-align:left;border-bottom:2px solid #dee2e6;white-space:nowrap;font-size:.9rem}.product-table tbody tr,.product-details-row,.product-actions-row{border-bottom:1px solid #e9ecef}.product-table td{padding:.75rem;vertical-align:middle;word-wrap:break-word;font-size:.85rem}.product-image-container{position:relative;width:30px;height:30px}.product-image-thumbnail{width:100%;height:100%;object-fit:cover;border-radius:4px;transition:transform .2s ease-in-out}.product-image-thumbnail:hover{transform:scale(6.5);transform-origin:top left;position:absolute;z-index:10;box-shadow:0 4px 15px #0003;border:1px solid #ddd}.product-details-cell{display:flex;flex-direction:column}.product-name{font-size:.9rem;font-weight:600;color:#495057;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-description{display:none}.price-group{display:flex;flex-direction:column}.mrp-price{text-decoration:line-through;color:#888;font-size:.8em}.sale-price{font-size:.9em;font-weight:700;color:#333}.stock-info{display:flex;flex-direction:column;gap:.25rem}.low-stock-warning{font-size:.85rem;color:#dc3545;font-weight:500;white-space:nowrap}.product-actions-split{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.text-action-group{display:flex;flex-direction:row;align-items:flex-start;gap:.5rem;padding:.2rem 0}.text-action-btn{background:none;border:none;padding:0;font-size:.85rem;color:#007bff;text-decoration:none;cursor:pointer;transition:text-decoration .2s;white-space:nowrap}.text-action-btn:hover{text-decoration:underline}.icon-action-group{display:flex;gap:.5rem}.icon-action-btn{background:none;border:none;cursor:pointer;padding:.4rem;font-size:1rem;color:#6c757d;transition:color .2s,transform .2s}.icon-action-btn:hover{color:#0d6efd;transform:scale(1.1)}.icon-action-btn.delete-btn:hover{color:#dc3545}.status-pill{padding:.2rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;white-space:nowrap}.status-live{background-color:#d4edda;color:#155724}.status-draft{background-color:#fff3cd;color:#856404}.stock-status-low{color:#dc3545;font-weight:700}.stock-status-in{color:#28a745;font-weight:700}.no-products-found{text-align:center;padding:2rem;color:#6c757d;font-size:1rem}.dialog-box{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000026;max-width:600px;width:95%;box-sizing:border-box}.dialog-box h3{margin-top:0;margin-bottom:1rem;font-size:1.5rem;color:#343a40}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:600;margin-bottom:.5rem;color:#495057}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border:1px solid #ced4da;border-radius:8px;font-size:1rem;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem #007bff40}.error-message{color:#dc3545;font-size:.875rem;margin-top:.5rem}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.server-error-message{color:#dc3545;text-align:center;margin-bottom:1rem}.product-form-grid{display:grid;gap:1.5rem}.image-picker{display:flex;align-items:center;gap:1rem}.selected-image-preview{border:1px solid #ddd;border-radius:8px;object-fit:cover}.delete-confirm-content p{font-size:1rem;text-align:center;margin-bottom:1.5rem;color:#495057}.delete-confirm-actions{display:flex;justify-content:center;gap:1rem}.stock-update-content{display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.stock-update-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.stock-history-modal-content{display:flex;flex-direction:column;gap:1.5rem}.filter-controls{display:flex;align-items:flex-end;gap:1rem}.stock-history-table-container{max-height:400px;overflow-y:auto;border:1px solid #e9ecef;border-radius:8px;box-shadow:inset 0 2px 4px #0000000d}.stock-history-table{width:100%;border-collapse:collapse}.stock-history-table th,.stock-history-table td{padding:.75rem;text-align:left;border-bottom:1px solid #e9ecef}.stock-history-table th{background-color:#f8f9fa;font-size:.85rem;font-weight:600;color:#495057;position:sticky;top:0;z-index:1}.stock-history-table tbody tr:hover{background-color:#f1f1f1}.no-history-found{text-align:center;color:#6c757d;padding:1rem}.movement-type{display:inline-block;padding:.2em .6em;border-radius:1rem;font-size:.75rem;font-weight:700;text-align:center;color:#fff;white-space:nowrap}.stock-in{background-color:#28a745}.stock-out{background-color:#dc3545}.stock-return{background-color:#ffc107}.pagination-controls{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem}@media (min-width: 768px){.product-form-grid{grid-template-columns:1fr 1fr}.dialog-box{width:auto;max-width:90%!important}.stock-update-content .form-group{display:grid;grid-template-columns:1fr 2fr;align-items:center}}@media (max-width: 768px){.filter-controls{flex-wrap:wrap}.product-list-container{padding:10px 20px 20px 10px!important}}.dialog-box{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border:none;border-radius:12px;box-shadow:0 4px 12px #00000026;padding:0;width:90%;max-width:500px;z-index:999;font-family:Inter,sans-serif}.dialog-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e9ecef}.dialog-title{font-size:1.25rem;font-weight:600;color:#343a40}.dialog-close{cursor:pointer;font-size:1.5rem;font-weight:700;color:#6c757d;line-height:1;transition:color .2s ease-in-out}.dialog-close:hover{color:#495057}.dialog-content{padding:1.5rem;max-height:70vh;overflow-y:auto}.dialog-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:998}body{background-color:#f4f7f9;font-family:Inter,sans-serif;margin:0}.shop-order-list-container{padding:5px 5px 70px 70px;margin:auto}.actions-container{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem;background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.action-group{display:flex;gap:.5rem}.actions-container select,.actions-container button,.pagination-container select{padding:.4rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff;color:#374151;font-size:.875rem;cursor:pointer;transition:all .2s ease-in-out}.actions-container button{background-color:#4f46e5;color:#fff;border:none;font-weight:500;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.actions-container button:hover:not(:disabled){background-color:#4338ca}.actions-container button:disabled{background-color:#9ca3af;cursor:not-allowed}.action-filter-button{display:flex;justify-content:space-around;min-width:200px}.filter-button{background-color:#4f46e5;color:#fff;padding:.625rem 1.25rem;border-radius:9999px;border:none;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transition:background-color .2s ease-in-out;font-weight:500}.filter-button:hover{background-color:#4338ca}.filter-summary{margin-bottom:1rem;padding:.625rem 1rem;background-color:#dbeafe;border-radius:8px;border:1px solid #93c5fd;color:#1e40af;font-size:.875rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.filter-summary-text{margin:0;font-size:.8rem}.quick-filter-input{flex-grow:1;max-width:250px;padding:.4rem;border:1px solid #d1d5db;border-radius:.375rem;transition:border-color .2s}.quick-filter-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e533}.order-table-container{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;overflow-x:auto}.order-table{width:100%;border-collapse:collapse}.order-table th{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #e5e7eb;white-space:nowrap;background-color:#f9fafb;font-weight:600;color:#4b5563;text-transform:uppercase;font-size:.75rem}.order-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #e5e7eb;font-size:.875rem}.order-table tbody tr:hover{background-color:#f3f4f6}.order-table input[type=checkbox]{transform:scale(1.1)}.order-row-main{background-color:#fff;border-bottom:1px solid #e2e8f0}.order-row-details{background-color:#f8fafc;border-bottom:1px solid #e2e8f0}.order-row-details td{padding:.3rem .5rem;font-size:.8rem}.checkbox-cell{width:20px;padding-left:.75rem}.order-note-cell,.salesman-delpartner-cell,.products-list-cell{font-size:.8rem}.salesman-delpartner-cell div,.products-list-cell strong{display:block;margin-bottom:.25rem}.action-cell{text-align:right}.print-button{background-color:#d1fae5;color:#065f46;border:none;padding:.3rem;border-radius:.25rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.print-button:hover{background-color:#a7f3d0}.status-badge{padding:.2rem .4rem;border-radius:9999px;font-size:.75rem;font-weight:500;white-space:nowrap}.status-OrderPlaced{background-color:#e2e8f0;color:#4a5568}.status-Processing{background-color:#bfdbfe;color:#1e40af}.status-Shipped{background-color:#fde68a;color:#92400e}.status-Delivered{background-color:#d1fae5;color:#065f46}.status-OnHold{background-color:#fecaca;color:#7f1d1d}.status-Return{background-color:#e5e7eb;color:#1f2937}.status-Paid{background-color:#d1fae5;color:#065f46}.status-PendingPayment{background-color:#fde68a;color:#92400e}.status-Failed{background-color:#fecaca;color:#7f1d1d}.pagination-container{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.75rem}.pagination-button{background-color:#e5e7eb;padding:.4rem .75rem;border-radius:.375rem;border:none;cursor:pointer;margin:0 .25rem}.pagination-button.active{background-color:#4f46e5;color:#fff}.pagination-button:disabled{background-color:#f3f4f6;color:#d1d5db;cursor:not-allowed}.page-count-select{margin-left:.5rem}.filter-drawer{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:#fff;box-shadow:-4px 0 10px #0000001a;transition:right .3s ease-in-out;z-index:50;display:flex;flex-direction:column}.filter-drawer.open{right:0}@media (min-width: 768px){.filter-drawer{width:350px}}.filter-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e5e7eb}.filter-drawer-header h3{font-size:1.125rem;font-weight:600;margin:0}.filter-drawer-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:#6b7280}.filter-drawer-body{padding:1rem;overflow-y:auto;flex-grow:1}.filter-group{margin-bottom:1rem}.filter-group label{display:block;font-weight:500;color:#4b5563;margin-bottom:.25rem;font-size:.875rem}.filter-group select,.filter-group input{width:100%;padding:.4rem;border-radius:.375rem;border:1px solid #d1d5db;font-size:.875rem}.filter-group input[type=date]{padding:.6rem;border:1px solid #9ca3af;border-radius:.5rem;background-color:#f9fafb;font-size:.875rem;color:#1f2937;transition:all .2s ease-in-out}.filter-group input[type=date]:focus{outline:2px solid #4f46e5;border-color:transparent}.date-presets{display:flex;flex-wrap:wrap;gap:.5rem}.date-presets button{background-color:#e5e7eb;padding:.4rem .6rem;border-radius:.375rem;border:none;cursor:pointer;font-size:.75rem;flex-grow:1}.date-presets button:hover{background-color:#d1d5db}.date-presets button.selected{background-color:#4f46e5;color:#fff}.filter-drawer-actions{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem;border-top:1px solid #e5e7eb}.filter-drawer-actions .clear-button{background-color:#fca5a5;color:#b91c1c;padding:.625rem 1.25rem;border-radius:.5rem;border:none;font-weight:500;transition:all .2s ease-in-out}.filter-drawer-actions .clear-button:hover{background-color:#f87171}.filter-drawer-actions .apply-button{background-color:#60a5fa;color:#1e40af;padding:.625rem 1.25rem;border-radius:.5rem;border:none;font-weight:500;transition:all .2s ease-in-out}.filter-drawer-actions .apply-button:hover{background-color:#3b82f6}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:100}.modal-content{background:#fff;padding:1.5rem;border-radius:.5rem;max-width:350px;width:90%;text-align:center}.modal-actions{margin-top:1rem;display:flex;justify-content:center;gap:.75rem}.modal-actions button{padding:.4rem .75rem;border-radius:.375rem;border:none;cursor:pointer;font-weight:500}.modal-actions .confirm-button{background-color:#ef4444;color:#fff}.modal-actions .cancel-button{background-color:#d1d5db;color:#1f2937}@media (max-width: 768px){.shop-order-list-container{padding:.5rem;padding-bottom:70px}.order-table th,.order-table td{padding:.6rem .5rem;font-size:.75rem}.order-table-container{overflow-x:scroll}.actions-container{flex-direction:column;align-items:stretch}.action-group{width:100%;flex-direction:column;gap:.5rem}.action-group select,.action-group button{width:100%}.date-presets{flex-direction:column}}.gst-quick-filter{display:inline-flex;gap:6px;align-items:center;margin-left:8px;font-size:12px}.shop-list-container{display:flex}.content-area{flex-grow:1}.main-content-wrapper{padding:10px;background-color:#f4f7f9}.shop-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;font-family:Inter,sans-serif}.header-title{font-size:1.5rem;color:#333;margin:0}.header-buttons{display:flex;gap:1rem}.header-button{padding:.75rem 1.5rem;background-color:#f0f0f0;color:#333;border:1px solid #ccc;border-radius:5px;cursor:pointer;font-size:1rem;transition:all .3s ease}.header-button.primary{background-color:#007bff;color:#fff;border-color:#007bff}.header-button:hover:not(:disabled){background-color:#e2e6ea}.header-button.primary:hover:not(:disabled){background-color:#0056b3}.header-button:disabled{opacity:.6;cursor:not-allowed}.filter-message{background-color:#eaf6ff;color:#004085;padding:1rem;margin-bottom:1.5rem;border-radius:5px;border:1px solid #b8daff;font-size:1rem;font-weight:500}.table-responsive{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;overflow-x:auto}.shop-table{width:100%;border-collapse:separate;border-spacing:0}.shop-table thead{background-color:#e9ecef}.shop-table th,.shop-table td{padding:1rem;text-align:left;border-bottom:1px solid #dee2e6}.shop-table th{font-weight:600;color:#495057}.shop-table tbody tr:nth-child(2n){background-color:#f8f9fa}.shop-table tbody tr:hover{background-color:#e2e6ea;transition:background-color .3s ease}.shop-table td{max-width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-name-link{color:#007bff;text-decoration:none;cursor:pointer}.shop-name-link:hover{text-decoration:underline}.pagination-controls{display:flex;justify-content:center;align-items:center;margin-top:1.5rem;gap:1rem}.pagination-controls button{padding:.5rem 1rem;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.pagination-controls button:disabled{background-color:#ccc;cursor:not-allowed}.pagination-controls button:hover:not(:disabled){background-color:#0056b3}.drawer{position:fixed;top:0;right:-400px;width:400px;height:100vh;background-color:#fff;box-shadow:-4px 0 10px #0000001a;transition:right .3s ease-in-out;z-index:1000;display:flex;flex-direction:column}.drawer.open{right:0}.drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e9ecef}.drawer-header h2{margin:0;font-size:1.25rem}.close-drawer{background:none;border:none;font-size:2rem;color:#6c757d;cursor:pointer}.close-drawer:hover{color:#495057}.drawer-content{flex-grow:1;padding:1.5rem;overflow-y:auto}.filter-group{margin-bottom:1.5rem}.filter-label{display:block;font-weight:600;margin-bottom:.5rem;color:#495057}.drawer-content select{width:100%;padding:.75rem;border:1px solid #ced4da;border-radius:5px;font-size:1rem;background-color:#fff;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1em}.drawer-content select:disabled{opacity:.7;cursor:not-allowed;background-color:#e9ecef}.filter-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem}.apply-filter-btn,.clear-filter-btn{width:100%;padding:.75rem;border-radius:5px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.apply-filter-btn{background-color:#007bff;color:#fff;border:1px solid #007bff}.apply-filter-btn:hover:not(:disabled){background-color:#0056b3}.clear-filter-btn{background-color:#e9ecef;color:#495057;border:1px solid #ced4da}.clear-filter-btn:hover:not(:disabled){background-color:#d1d5db}.apply-filter-btn:disabled,.clear-filter-btn:disabled{opacity:.6;cursor:not-allowed}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#495057}.form-input{width:100%;padding:.75rem;border:1px solid #ced4da;border-radius:5px;box-sizing:border-box;font-size:1rem}.form-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 .2rem #007bff40}.form-input.is-invalid{border-color:#dc3545}.invalid-feedback{color:#dc3545;font-size:.875rem;margin-top:.25rem}.submit-button{width:100%;padding:.75rem;background-color:#28a745;color:#fff;border:none;border-radius:5px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.submit-button:hover:not(:disabled){background-color:#218838}.submit-button:disabled{background-color:#a0a0a0;cursor:not-allowed}@media (max-width: 768px){.shop-list-header{flex-direction:column;align-items:stretch}.header-buttons{margin-top:1rem;flex-direction:column}.header-button{width:100%}}@media (max-width: 600px){.main-content-wrapper{padding:10px}.shop-table,.shop-table thead,.shop-table tbody,.shop-table th,.shop-table td,.shop-table tr{display:block}.shop-table thead tr{position:absolute;top:-9999px;left:-9999px}.shop-table tr{border:1px solid #dee2e6;margin-bottom:1rem;border-radius:8px;box-shadow:0 2px 4px #0000000d}.shop-table td{border:none;position:relative;padding-left:50%;text-align:right;border-bottom:1px solid #eee}.shop-table td:last-child{border-bottom:none}.shop-table td:before{content:attr(data-label);position:absolute;top:50%;left:1rem;transform:translateY(-50%);width:45%;font-weight:600;text-align:left;color:#495057}.drawer{width:100%;right:-100%}.drawer.open{right:0}}.items-per-page-control{display:flex;align-items:center;gap:5px;margin-left:20px}.items-per-page-control label{font-size:14px;color:#555;white-space:nowrap}.items-per-page-control input{width:50px;padding:5px 8px;border:1px solid #ccc;border-radius:5px;font-size:14px;text-align:center;-moz-appearance:textfield}.items-per-page-control input::-webkit-outer-spin-button,.items-per-page-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.items-per-page-control button{padding:6px 10px;background-color:#28a745;color:#fff;border:1px solid #28a745;border-radius:5px;cursor:pointer;font-size:14px;transition:background-color .2s ease-in-out}.items-per-page-control button:hover:not(:disabled){background-color:#218838}.shop-details-container{display:flex;min-height:100vh;background-color:#f6f7fb;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.content-area{flex-grow:1;padding:18px;max-width:1200px;margin:0 auto;box-sizing:border-box}.page-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}.title-block{display:flex;flex-direction:column}.shop-title{margin:0;font-size:1.4rem;font-weight:700;color:#0f1724}.shop-subtitle{color:#6b7280;font-size:.92rem;margin-top:4px;display:flex;gap:8px}.order-history-btn{display:inline-block;background:linear-gradient(180deg,#1e88e5,#0f62b3);color:#fff!important;padding:8px 14px;border-radius:8px;font-weight:700;text-decoration:none;box-shadow:0 6px 14px #0f62b31f}.order-history-btn:hover{transform:translateY(-2px)}.top-cards{display:grid;grid-template-columns:1.1fr .9fr;gap:12px;margin-bottom:16px}.card{background:#fff;border-radius:10px;padding:12px;box-shadow:0 2px 8px #0c121e0a;display:flex;flex-direction:column}.top-cards.compact .card{padding:10px}.card-head{margin-bottom:8px}.card-title{margin:0;font-size:1rem;color:#0f1724;font-weight:700}.summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.summary-grid.compact{gap:6px}.kv{display:flex;flex-direction:column;gap:4px;padding:4px 0}.k{font-size:.82rem;color:#6b7280;font-weight:600}.v{font-size:.94rem;color:#111827;font-weight:700}.pending-amount{color:#b91c1c;font-weight:800}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:start;position:relative}.settings-card .card-body{display:grid;grid-template-rows:auto 1fr auto}.form-field{display:flex;flex-direction:column;gap:6px}.form-label{font-size:.9rem;color:#374151;font-weight:600}.form-input{padding:8px 10px;border-radius:8px;border:1px solid #d1d5db;font-size:.95rem}.form-input:focus{outline:none;box-shadow:0 0 0 4px #3b82f60f;border-color:#3b82f6}.checkbox-field{display:flex;align-items:center;gap:8px}.checkbox-label{display:flex;align-items:center;gap:8px;font-weight:600;color:#374151}.checkbox-label input{width:18px;height:18px}.save-row{grid-column:1 / -1;display:flex;justify-content:flex-end;margin-top:6px}.save-btn{background:#10b981;color:#fff;padding:8px 14px;border-radius:8px;border:none;font-weight:700;cursor:pointer}.save-btn:hover{background:#059669}.shipping-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.shipping-card{background:#fbfdff;border:1px solid #e6eef9;border-radius:8px;padding:10px;display:flex;flex-direction:column;gap:6px}.shipping-line{display:flex;justify-content:space-between;gap:8px;color:#374151}.shipping-line strong{color:#6b7280;min-width:90px;font-weight:700}.get-directions-btn{background:linear-gradient(180deg,#2563eb,#174ab6);color:#fff;padding:8px 10px;border-radius:8px;border:none;font-weight:700;cursor:pointer}.pending-summary{display:flex;justify-content:space-between;align-items:center;gap:8px;background:linear-gradient(180deg,#fff3cd,#fff9e6);padding:8px;border-radius:8px;border:1px solid #ffecb5;margin-bottom:10px}.pending-left,.pending-right{font-weight:600}.table-wrap{background:#fff;border-radius:8px;padding:8px;box-shadow:0 2px 6px #0c121e08;overflow-x:auto}.responsive-table{width:100%;border-collapse:collapse;min-width:700px}.responsive-table th,.responsive-table td{padding:8px 10px;border-bottom:1px solid #e6eef6;text-align:left;font-size:.94rem;color:#111827}.responsive-table thead th{background:#f1f5f9;font-weight:700;color:#334155}.order-id-link{color:#0b63b7;font-weight:700;text-decoration:none}.no-data,.no-data-message{padding:10px;background:#fff;border-radius:8px;color:#6b7280;text-align:center}.error-message{text-align:center;color:#b91c1c;background:#fff5f5;padding:12px;border-radius:8px;border:1px solid #fecaca}@media (max-width: 980px){.top-cards{grid-template-columns:1fr}.summary-grid,.settings-grid{grid-template-columns:1fr 1fr}.save-row{justify-content:flex-end}.responsive-table{min-width:600px}}@media (max-width: 640px){.content-area{padding:12px;max-width:100%}.shop-title{font-size:1.15rem}.summary-grid{grid-template-columns:1fr}.settings-grid{grid-template-columns:1fr;gap:8px}.save-row{justify-content:center}.responsive-table{min-width:0;width:100%}.responsive-table thead{display:none}.responsive-table tr{display:block;margin-bottom:8px;border:1px solid #e6eef6;border-radius:8px}.responsive-table td{display:flex;justify-content:space-between;padding:8px 10px;border-bottom:1px solid #f1f5f9}.responsive-table td:before{content:attr(data-label);font-weight:700;color:#64748b;margin-right:8px;width:45%;display:inline-block}}.shop-order-detail-container{padding:1rem 1rem 1rem 70px;background-color:#f8f9fa;min-height:100vh}@media (max-width: 768px){.shop-order-detail-container{margin-left:0;padding:1rem!important}.products-and-price-details-wrapper{width:92vw}}.detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.detail-header .header-order-id{font-size:1.5rem;font-weight:600}.actions-container{display:flex;gap:1rem;flex-wrap:wrap}.action-button{padding:.5rem 1.5rem;border-radius:.5rem;border:1px solid #ced4da;background-color:#fff;cursor:pointer;font-weight:600;transition:background-color .2s,color .2s,border-color .2s}.print-button{color:#007bff;border-color:#007bff}.print-button:hover{background-color:#f0f7ff}.change-button{background-color:#007bff;color:#fff;border-color:#007bff}.change-button:hover{background-color:#0056b3}.action-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.action-group select,.action-group button{padding:.5rem 1rem;border-radius:.5rem;border:1px solid #ced4da;background-color:#fff;cursor:pointer;font-size:.9rem}.action-group button{background-color:#007bff;color:#fff;border:none}.action-group button:disabled{background-color:#6c757d;cursor:not-allowed}.alert-section{background-color:#fff3cd;color:#856404;padding:1rem;border:1px solid #ffeeba;border-radius:.75rem;margin-bottom:1.5rem;font-weight:500}.order-details-grid.two-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-bottom:1.5rem}.detail-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.detail-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#333}.detail-card p{font-size:.875rem;line-height:1.5;color:#666}.detail-card strong{color:#000}.products-and-summary-container{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}@media (min-width: 1024px){.products-and-summary-container{grid-template-columns:2fr 1fr}}.products-and-price-details-wrapper{display:flex;flex-direction:column;gap:1.5rem}.product-list-section,.payment-history-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.table-responsive-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.product-list-section h3,.payment-history-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.product-table,.payment-history-table{width:100%;border-collapse:collapse}.product-table th,.product-table td,.payment-history-table th,.payment-history-table td{text-align:left;padding:.75rem;border-bottom:1px solid #e2e8f0}.product-table th,.payment-history-table th{background-color:#f1f5f9;font-weight:600;color:#4a5568}.product-table tbody tr:last-child td,.payment-history-table tbody tr:last-child td{border-bottom:none}.summary-cards{display:flex;flex-direction:column;gap:1.5rem}.price-details-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.price-details-card h3{margin-bottom:1rem}.price-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.price-row.total-row{font-weight:700;font-size:1rem;margin-top:1rem}.divider{border:none;border-top:1px solid #e2e8f0;margin:1rem 0}.status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;color:#fff;white-space:nowrap}.status-OrderPlaced{background-color:#4caf50}.status-Processing{background-color:#2196f3}.status-Shipped{background-color:#ff9800}.status-Delivered{background-color:#8bc34a}.status-OnHold{background-color:#ffc107}.status-Return{background-color:#f44336}.status-Cancelled{background-color:#6c757d}.status-PendingPayment{background-color:#f44336}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 10px #0003;text-align:center;max-width:400px;width:90%;z-index:999}.modal-content h3{margin-bottom:1rem}.modal-actions{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.modal-actions button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;border:none}.confirm-button{background-color:#007bff;color:#fff}.cancel-button{background-color:#e2e8f0;color:#333}.form-group{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1rem;text-align:left}.form-group label{font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ced4da;border-radius:.5rem;box-sizing:border-box}.card-header-with-button{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.add-payment-button{background-color:#28a745;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer}.conditional-fields{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.checkbox-group{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.checkbox-group input[type=checkbox]{height:1em;width:1em}.checkbox-group label{margin-bottom:0;font-weight:400}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:996;visibility:hidden;opacity:0;transition:visibility .3s,opacity .3s}.sidebar-overlay.open{visibility:visible;opacity:1}.sidebar{position:fixed;top:0;right:0;width:350px;height:100%;background-color:#fff;box-shadow:-2px 0 5px #00000080;z-index:997;transform:translate(100%);transition:transform .3s ease-in-out;display:flex;flex-direction:column}.sidebar.open{transform:translate(0)}.shop-order-detail-sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e2e8f0;width:90%}.shop-order-detail-sidebar-header h3{margin:0;font-size:1.5rem}.close-sidebar-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:#888}.sidebar-content{padding:1rem;overflow-y:auto;width:90%}.sidebar .divider{border-top:1px solid #e2e8f0}@media (max-width: 400px){.sidebar{width:100%}}.remove-payment-btn{background-color:#dc3545;color:#fff;border:none;padding:.4rem .8rem;border-radius:.4rem;cursor:pointer;font-weight:700}.remove-payment-btn:hover{background-color:#a71d2a}.mark-paid-btn{background-color:#e40808!important;color:#fff;border:none;padding:.6rem 1rem;border-radius:.5rem;cursor:pointer;font-weight:600}.mark-paid-btn:hover{background-color:#1e7e34!important}@media (min-width: 1024px){.shop-order-detail-container{padding:.5rem .5rem .5rem 70px}.order-details-grid.two-cards-grid{gap:1rem}.detail-card h3,.product-list-section h3,.payment-history-card h3{font-size:1.1rem}.product-table td,.payment-history-table td{padding:.5rem;font-size:.85rem}}.invoice-page{padding:10mm;margin:0 auto;background-color:#fff}.page-break-after{page-break-after:always;margin:0;padding:2}.invoice-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:5px}.company-info{text-align:left}.company-info p{margin:1px 0;font-size:11px}.barcode-container{display:flex;justify-content:flex-end;align-items:center}.header-divider{border:0;height:1px;background:#ccc;margin-bottom:5px}.invoice-details{display:flex;justify-content:space-between;margin-bottom:5px;font-size:11px}.info-block,.shipping-info{width:48%}.info-block p,.shipping-info p{margin:2px!important}.invoice-table{width:100%;border-collapse:collapse;margin-bottom:5px}.invoice-table th,.invoice-table td{border:1px solid #ddd;padding:3px;text-align:left;font-size:9px}.invoice-table th{background-color:#f2f2f2}.total-summary{display:flex;justify-content:flex-end;margin-top:5px}.total-summary table{width:250px;border-collapse:collapse}.total-summary td{padding:3px;text-align:right;font-size:11px}.grand-total-row{font-weight:700;border-top:2px solid #000}.invoice-footer{display:flex;justify-content:space-between;align-items:flex-end;margin-top:15px;font-size:9px}.signature{text-align:right}.note{font-style:italic}@media print{*/ body,html{margin:0;padding:0;background:#fff!important}.invoice-page.a5-size-landscape{width:210mm;padding:10mm;box-sizing:border-box;box-shadow:none}.invoice-table th,.invoice-table td{font-size:9px;padding:2px}.company-info h3,.invoice-details h4{font-size:13px}.info-block p,.shipping-info p{font-size:10px}.invoice-header,.invoice-details,.total-summary,.invoice-footer{margin-bottom:5px}}.create-shop-order-container{max-width:1000px;margin:0 auto;padding:1rem;font-family:Inter,sans-serif;color:var(--text-dark)}.cor-page-header{text-align:center;margin-bottom:1rem}.cor-page-title{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin-bottom:.5rem}.cor-order-form{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){.cor-order-form{display:grid;grid-template-columns:1fr 1fr;gap:2rem}}.cor-form-column{display:flex;flex-direction:column;gap:1.5rem}.cor-form-section{background-color:var(--card-background);border:1px solid var(--border-color);border-radius:.5rem;padding:1rem;box-shadow:0 1px 3px #0000000d}.cor-section-title{display:flex;align-items:center;font-size:1.25rem;font-weight:600;color:var(--secondary-color);margin-bottom:1rem;gap:.5rem}.cor-section-icon{width:1.5rem;height:1.5rem;color:var(--secondary-color)}.cor-relative-container,.cor-search-input-wrapper{position:relative}.cor-search-input{width:100%;padding:.6rem 2.5rem .6rem 1rem;border:1px solid var(--border-color);border-radius:.5rem;box-sizing:border-box;transition:border-color .2s}.cor-search-input:focus{outline:none;border-color:var(--primary-color)}.cor-search-icon-wrapper{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:flex;align-items:center}.cor-search-icon{width:1.25rem;height:1.25rem;color:var(--primary-color)}.cor-search-results-list{position:absolute;background:var(--card-background);border:1px solid var(--border-color);width:100%;max-height:75vh;overflow-y:auto;z-index:10;padding:.5rem 0;margin-top:.25rem;list-style:none;border-radius:.5rem;box-shadow:0 4px 6px #0000001a}.cor-search-result-item{padding:.5rem 1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color)}.cor-search-result-item:last-child{border-bottom:none}.cor-search-result-item:hover{background-color:var(--background-color)}.cor-selected-customer-box{border:1px solid var(--primary-color);background-color:#e6f7ef;padding:1rem;margin-top:1rem;border-radius:.5rem}.cor-selected-customer-name{font-size:1rem;font-weight:600;margin-bottom:.25rem}.cor-selected-customer-address{font-size:.875rem;color:#666;display:flex;align-items:center;gap:.25rem}.cor-address-icon{width:1rem;height:1rem;color:#666}.cor-product-list-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;border-bottom:1px solid var(--border-color);cursor:pointer}.cor-product-list-item:hover{background-color:var(--background-color)}.cor-product-details{display:flex;flex-direction:column}.cor-product-name{font-weight:500}.cor-product-price{font-size:.875rem;color:#666}.cor-add-icon{width:1.5rem;height:1.5rem;color:var(--primary-color)}.cor-custom-product-toggle-button-container{display:flex;justify-content:flex-start;margin-top:1rem}.cor-toggle-custom-product-form{background-color:var(--background-color);color:var(--primary-color);border:1px solid var(--border-color);padding:.6rem 1rem;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s,transform .2s;display:flex;align-items:center;gap:.5rem}.cor-toggle-custom-product-form:hover{background-color:var(--border-color);transform:translateY(-2px)}.cor-custom-product-form-container{max-height:0;overflow:hidden;transition:max-height .5s ease-in-out}.cor-custom-product-form-container.visible{max-height:500px}.cor-custom-product-form{padding-top:1rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.cor-select-field{width:100%;padding:.5rem .75rem;border:1px solid var(--border-color);border-radius:.5rem;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23666"><path d="M7 10l5 5 5-5z"/></svg>');background-repeat:no-repeat;background-position-x:calc(100% - 10px);background-position-y:center;background-size:1.25rem}.cor-select-field:focus{outline:none;border-color:var(--primary-color)}.cor-input-label{font-size:.875rem;font-weight:500;margin-bottom:.25rem;display:block}.cor-input-field{width:100%;padding:.5rem .75rem;border:1px solid var(--border-color);border-radius:.5rem;box-sizing:border-box}.cor-add-custom-button{width:100%;margin-top:1rem;padding:.75rem;background-color:var(--primary-color);color:var(--text-light);border-radius:.5rem;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;transition:background-color .2s}.cor-add-custom-button:hover{background-color:var(--secondary-color)}.cor-add-icon-button{width:1.25rem;height:1.25rem;color:var(--text-light)}.cor-cart-list{display:flex;flex-direction:column;gap:.75rem}.cor-cart-item{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--border-color);padding:.75rem;border-radius:.5rem;background-color:#fcfcfc}.cor-cart-item-details{display:flex;flex-direction:column}.cor-cart-item-name{font-weight:500}.cor-cart-item-type{font-size:.75rem;color:#888}.cor-cart-item-actions{display:flex;align-items:center;gap:.5rem}.cor-cart-item-input-wrapper{display:flex;align-items:center;gap:.25rem}.cor-cart-icon-small{width:1rem;height:1rem;color:var(--secondary-color)}.cor-cart-input{width:4rem;padding:.25rem;border:1px solid var(--border-color);border-radius:.25rem;text-align:center}.cor-remove-item-button{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center}.cor-remove-icon{width:1.25rem;height:1.25rem;color:#e74c3c}.cor-cart-total-wrapper{margin-top:1.5rem;text-align:right;font-size:1.25rem;font-weight:600;color:var(--text-dark)}.cor-cart-total-amount{font-size:1.25rem}.cor-cart-empty-message{text-align:center;color:#888;padding:2rem;border:1px dashed var(--border-color);border-radius:.5rem}.cor-form-field-group{margin-bottom:1rem}.cor-text-area{resize:vertical}.cor-checkbox-group{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.cor-checkbox-input{width:1rem;height:1rem;accent-color:var(--primary-color)}.cor-checkbox-label{font-weight:500}.cor-submit-button{width:100%;padding:.75rem;background-color:var(--primary-color);color:var(--text-light);border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.cor-submit-button:hover:not(.cor-submit-button-disabled){background-color:var(--secondary-color)}.cor-submit-button-disabled{background-color:var(--border-color);color:#888;cursor:not-allowed}.cor-loader{border:3px solid #f3f3f3;border-top:3px solid var(--primary-color);border-radius:50%;width:1rem;height:1rem;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cor-customer-sidebar{position:fixed;top:0;right:-320px;width:320px;height:100%;background-color:#f8f8f8;box-shadow:-2px 0 5px #0000001a;transition:right .3s ease;z-index:101;display:flex;flex-direction:column}.cor-customer-sidebar.open{right:0}.cor-sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--border-color)}.cor-sidebar-header h2{margin:0;font-size:1.25rem}.cor-close-button{background:none;border:none;font-size:1.5rem;cursor:pointer}.cor-sidebar-content{padding:1rem;overflow-y:auto;flex-grow:1}.cor-search-result-name{font-weight:700}.cor-search-result-address{font-size:.8rem;color:#666;display:flex;align-items:center;gap:.5rem}.cor-add-details-button{background-color:var(--primary-color);color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;font-size:1rem}.cor-sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:100}.settings-page-container{display:flex}.settings-content-wrapper{flex-grow:1;display:flex;flex-direction:column}.settings-main-content{flex-grow:1;padding:70px 0 70px 70px;background-color:#f3f4f6;min-height:100vh}@media (max-width: 768px){.settings-main-content{padding:70px 0 70px 5px!important}}.settings-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.settings-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.settings-grid{grid-template-columns:repeat(2,1fr)}}.settings-card{background-color:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 4px 6px #0000001a;transition:box-shadow .3s ease-in-out;display:flex;align-items:center;gap:1rem;text-align:left;width:100%;border:none;cursor:pointer}.settings-card:hover{box-shadow:0 10px 15px #0000001a}.settings-icon-wrapper{flex-shrink:0}.settings-card-title{font-size:1.25rem;font-weight:600;color:#111827}.settings-card-description{font-size:.875rem;color:#6b7280;margin-top:.25rem}.icon-blue{color:#3b82f6}.icon-green{color:#22c55e}.icon-orange{color:#f97316}.icon-red{color:#ef4444}.delp-container{padding:10px 0 70px 70px;font-family:Arial,sans-serif}@media (max-width: 768px){.delp-container{padding:10px 0 70px 5px!important}}.delp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.delp-title{font-size:1.5rem;font-weight:700}.delp-header-right{display:flex;align-items:center;gap:1rem}.delp-add-button{padding:.75rem 1.5rem;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:1rem}.delp-filter-toggle{display:flex;background-color:#e9ecef;border-radius:5px;padding:3px}.delp-filter-btn{padding:.5rem 1rem;border:none;background-color:transparent;cursor:pointer;font-size:.9rem;font-weight:500;color:#495057;transition:all .2s ease-in-out;border-radius:4px}.delp-filter-btn.delp-active{background-color:#fff;box-shadow:0 2px 5px #0000001a;color:#007bff}.delp-table-container{overflow-x:auto;border:1px solid #ddd;border-radius:8px;background-color:#fff}.delp-table{width:100%;border-collapse:collapse}.delp-table th,.delp-table td{padding:12px 15px;text-align:left;border-bottom:1px solid #ddd}.delp-table th{background-color:#f2f2f2;font-weight:700;text-transform:uppercase;font-size:.85rem}.delp-table tbody tr:hover{background-color:#f9f9f9}.delp-table td{font-size:.9rem;color:#333}.delp-actions{display:flex;align-items:center;gap:.75rem}.delp-update-btn{background-color:#28a745;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:.8rem}.delp-print-icon{color:#555;cursor:pointer}.delp-form-sidebar{position:fixed;top:0;right:0;width:350px;height:95vh;background-color:#fff;box-shadow:-2px 0 10px #0000001a;transform:translate(100%);transition:transform .3s ease-in-out;padding:2rem;z-index:100;display:flex;flex-direction:column}.delp-form-sidebar.delp-open{transform:translate(0)}.delp-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.delp-form-header h2{font-size:1.25rem;font-weight:700}.delp-close-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:#888}.delp-form{display:flex;flex-direction:column;gap:1rem}.delp-form-group{display:flex;flex-direction:column}.delp-form-group label{font-size:.85rem;color:#555;margin-bottom:.25rem}.delp-form-group input{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.delp-checkbox-group{flex-direction:row;align-items:center;gap:.5rem}.delp-submit-btn{margin-top:auto;padding:1rem;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:1rem}.delp-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:99}.pa-container{padding:10px 0 70px 70px;font-family:Arial,sans-serif;background-color:#f8f9fa;min-height:100vh}@media (max-width: 768px){.pa-container{padding:10px 0 70px 5px!important}}.pa-header{margin-bottom:2rem;border-bottom:2px solid #e9ecef;padding-bottom:1rem}.pa-title{font-size:1.5rem;font-weight:700;color:#343a40}.pa-filters{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000000d}.pa-filter-group{display:flex;flex-direction:column}.pa-filter-group label{font-size:.85rem;color:#6c757d;margin-bottom:.5rem;font-weight:500}.pa-input-text,.pa-input-date{padding:.75rem;border:1px solid #ced4da;border-radius:4px;font-size:1rem;color:#495057;transition:all .2s ease-in-out}.pa-input-text:focus,.pa-input-date:focus{outline:none;border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.pa-summary-title{font-size:1.25rem;font-weight:600;color:#495057;margin-top:2rem;margin-bottom:1rem}.pa-table-container{overflow-x:auto;border:1px solid #dee2e6;border-radius:8px;background-color:#fff;box-shadow:0 4px 6px #0000000d}.pa-table{width:100%;border-collapse:collapse}.pa-table th,.pa-table td{padding:12px 15px;text-align:left;border-bottom:1px solid #dee2e6;white-space:nowrap}.pa-table th{background-color:#e9ecef;font-weight:700;text-transform:uppercase;font-size:.85rem;color:#495057}.pa-th-name,.pa-td-name{position:sticky;left:0;z-index:10;background-color:#e9ecef}.pa-td-name{background-color:#fff}.pa-table tbody tr:hover .pa-td-name,.pa-table tbody tr:hover{background-color:#f1f3f5}.pa-table td{font-size:.9rem;color:#343a40}.pa-status-cell.present{background-color:#d4edda;font-weight:700;color:#155724}.pa-status-cell.absent{background-color:#f8d7da;font-weight:700;color:#721c24}.pa-sunday-column{background-color:#f3f3f3!important;color:silver}.pa-sunday-cell{background-color:#fafafa!important;color:silver}.pa-no-data{text-align:center;font-style:italic;color:#6c757d;padding:2rem}.cs-container{display:flex;min-height:100vh;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background-color:#f0f2f5;color:#1f2937}.cs-content-wrapper{flex-grow:1;display:flex;flex-direction:column}.cs-main-content{flex-grow:1;padding:10px 0 70px 70px;background-color:#f0f2f5}@media (max-width: 768px){.cs-main-content{padding:10px 12px 70px!important}}.cs-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1.25rem;border-bottom:2px solid #e6eef8;padding-bottom:.75rem}.cs-top-controls{display:flex;align-items:center;gap:12px;margin-bottom:12px}.cs-table-container{overflow-x:auto;background-color:#fff;border-radius:12px;box-shadow:0 6px 20px #0206170f;padding:8px}.cs-table{width:100%;border-collapse:collapse}.cs-table th,.cs-table td{padding:.9rem 1rem;text-align:left;border-bottom:1px solid #eef2f7}.cs-table th{background-color:#f8fafc;font-size:.8rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.02em}.cs-table tbody tr:last-child td{border-bottom:none}.cs-table tbody tr:hover{background-color:#fbfdff}.cs-table td{font-size:.95rem;color:#0f172a;word-break:break-word;vertical-align:top}.cs-status-badge{padding:.25rem .6rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;display:inline-block}.cs-stock-status-in-stock{background-color:#f6fffb}.cs-stock-status-out-of-stock{background-color:#fff8f8}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;border-radius:8px;border:1px solid transparent;background:transparent;color:#0f172a;cursor:pointer;font-weight:700;font-size:.9rem}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.primary{background-color:#0f6ef1;color:#fff;border-color:#0f6ef114;box-shadow:0 6px 18px #0f6ef114}.btn.secondary{background-color:#f3f4f6;color:#111827;border-color:#0f172a05}.btn.danger{background-color:#ef4444;color:#fff;border-color:#ef444414}.btn.small,button.btn.small{padding:6px 8px;font-size:.82rem;border-radius:6px}.btn-update-stock{padding:6px 10px;border-radius:8px;background:#06b6d4;color:#fff;border:none;cursor:pointer;font-weight:700}.btn.secondary.small{background:#eef2ff;color:#0f172a;padding:6px 8px;border-radius:6px}.form-group{margin-bottom:1rem}.form-label{display:block;font-weight:700;margin-bottom:.5rem;color:#374151;font-size:.9rem}.form-input,.form-select,.form-textarea,input[type=date],input[type=number]{width:100%;padding:.6rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;box-sizing:border-box;transition:border-color .15s,box-shadow .15s;background:#fff}.form-input:focus,.form-select:focus,.form-textarea:focus,input[type=date]:focus,input[type=number]:focus{border-color:#60a5fa;outline:none;box-shadow:0 6px 20px #60a5fa14}.form-textarea{min-height:80px;resize:vertical}.error-message{color:#dc2626;font-size:.85rem;margin-top:.5rem}.stock-update-content{display:flex;flex-direction:column;gap:1rem;padding:1rem}.stock-update-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}.stock-update-dialog .stock-update-content{padding:16px}.dialog-history-controls{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:12px}.dialog-history-controls label{display:flex;flex-direction:column;font-size:.85rem;color:#475569}.dialog-history-controls input[type=date],.dialog-history-controls input[type=number]{width:160px;padding:6px 8px;border-radius:8px;border:1px solid #d1d5db;background:#fff}.cs-table.modal-table{font-size:.88rem}.cs-table.modal-table th,.cs-table.modal-table td{padding:.5rem .75rem;border-bottom:1px solid #eef2f7}.history-groups{display:flex;flex-direction:column;gap:12px}.history-group-card{background:#fff;border-radius:10px;border:1px solid #e6eef8;box-shadow:0 8px 30px #0206170a;overflow:hidden}.history-group-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;cursor:pointer;background:linear-gradient(90deg,#fff9,#fff6);gap:8px}.history-group-header:hover{background:linear-gradient(90deg,#f8fafc,#f5f7fa)}.history-group-label{font-weight:800;letter-spacing:.03em;margin-right:8px;padding:6px 10px;border-radius:999px;color:#072b18}.history-group-label.in{background:#ecfdf5;color:#065f46}.history-group-label.ret{background:#fff7ed;color:#92400e}.history-group-label.out{background:#fff1f2;color:#7f1d1d}.history-group-count{margin-left:8px;color:#475569;font-weight:600}.history-group-toggle{font-size:.9rem;color:#475569}.history-group-body{padding:12px}.history-empty{padding:12px;color:#475569}.mov-badge{display:inline-block;padding:6px 8px;border-radius:999px;font-weight:700;font-size:.78rem;color:#072b18}.mov-badge.in{background:#ecfdf5;color:#065f46;border:1px solid rgba(6,95,70,.08)}.mov-badge.ret{background:#fff7ed;color:#92400e;border:1px solid rgba(146,64,14,.08)}.mov-badge.out{background:#fff1f2;color:#7f1d1d;border:1px solid rgba(127,29,29,.06)}.history-product-name{font-weight:700;color:#0f172a}.history-pagination{display:flex;gap:8px;align-items:center;margin-top:8px}@media (max-width: 900px){.dialog-history-controls input[type=date],.dialog-history-controls input[type=number]{width:120px}.history-group-body{padding:8px}.cs-table.modal-table th,.cs-table.modal-table td{padding:.4rem .5rem}}.sr-only{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}body{background-color:#f3f4f6;font-family:Inter,sans-serif;margin:0}.all-pending-payments-container{padding:10px 0 70px 5px;max-width:1400px;margin:0 auto;min-height:100vh}.pending-payments-header-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:.5rem}.pending-payments-header{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.sort-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 1px 2px #0000000d;font-size:.875rem;font-weight:500;color:#4b5563;cursor:pointer;transition:background-color .2s ease-in-out}.sort-button:hover{background-color:#f9fafb}.sort-icon{width:1rem;height:1rem;transition:transform .2s ease-in-out}.sort-icon.rotated{transform:rotate(180deg)}.message-center{text-align:center;color:#6b7280;padding:1rem}.business-card-list{display:flex;flex-direction:column;gap:1rem}.business-card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;overflow:hidden;transition:all .3s ease-in-out}.business-card:hover{background-color:#f9fafb}.toggle-header{padding:1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem}.business-name{font-size:1.125rem;font-weight:600;color:#111827}.stats-grid{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.875rem;color:#4b5563}.stat-item{flex:1;min-width:120px}.stat-item .font-medium{font-weight:500}.balance-amount{color:#ef4444;font-weight:700}.toggle-icon{width:1.5rem;height:1.5rem;color:#9ca3af;transform:rotate(0);transition:transform .3s ease-in-out;flex-shrink:0}.toggle-icon.open{transform:rotate(180deg)}.order-list-container{padding:1rem;border-top:1px solid #e5e7eb;background-color:#f9fafb}.order-list-header{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.order-list{display:flex;flex-direction:column;gap:.5rem}.order-item{background-color:#fff;padding:.75rem;border-radius:.375rem;box-shadow:0 1px 2px #0000000d;border:1px solid #f3f4f6}.order-grid{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.875rem;color:#6b7280}.order-grid .stat-item{flex:1;min-width:80px}.order-item .font-medium{font-weight:500}@media (min-width: 768px){.all-pending-payments-container{padding:10px 0 70px 70px!important}.pending-payments-header{font-size:1.875rem}.toggle-header .stats-grid{flex-wrap:nowrap;justify-content:space-around;gap:1.5rem}.order-list-header{font-size:1.125rem}.order-grid{flex-wrap:nowrap;justify-content:space-around}}.al-root{--al-bg: #ffffff;--al-text: #111827;--al-muted: #6b7280;--al-border: #e5e7eb;--al-soft: #f3f4f6;--al-card: #f9fafb;--al-brand: #2563eb;--al-radius: 12px;--al-shadow: 0 1px 2px rgba(16,24,40,.03);padding:5px 5px 70px 70px;margin-left:0;background:var(--al-bg);min-height:100vh;box-sizing:border-box;color:var(--al-text)}.al-header{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.al-header h1{font-size:20px;margin:0;color:var(--al-text)}.al-controls{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.al-control{display:flex;flex-direction:column;min-width:88px}.al-label{font-size:12px;color:var(--al-muted);margin-bottom:4px}.al-input{padding:8px 10px;border-radius:8px;border:1px solid var(--al-border);font-size:14px;width:100%;box-sizing:border-box;background:#fff;color:var(--al-text)}.al-btn{padding:8px 12px;border-radius:8px;font-size:14px;cursor:pointer;border:none;transition:transform .05s ease,box-shadow .2s ease,opacity .2s ease}.al-btn:hover{transform:translateY(-1px)}.al-btn:active{transform:translateY(0)}.al-btn:disabled{opacity:.5;cursor:not-allowed}.al-btn-primary{background:var(--al-brand);color:#fff}.al-btn-secondary{background:var(--al-soft);color:var(--al-text)}.al-btn-ghost{background:transparent;color:var(--al-brand);padding:6px 10px}.al-meta{display:flex;gap:16px;justify-content:space-between;margin:8px 0 16px;color:#374151;font-size:14px}.al-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.al-item{display:flex;justify-content:space-between;align-items:center;padding:12px;border-radius:10px;background:var(--al-card);border:1px solid #eef2f7;box-shadow:var(--al-shadow);gap:12px;outline:none}.al-item:hover{background:#f8fafc}.al-item:focus{box-shadow:0 0 0 2px #2563eb59}.al-left{display:flex;flex-direction:column;gap:6px;min-width:0}.al-id{font-weight:700;font-size:16px;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.al-hash{color:#9ca3af;margin-right:2px}.al-ts{font-size:13px;color:var(--al-muted)}.al-right{display:flex;align-items:center;gap:12px}.al-count{text-align:right}.al-count-label{display:block;font-size:12px;color:var(--al-muted)}.al-count-val{font-size:18px;font-weight:700;color:var(--al-text)}.al-open{text-decoration:none;color:var(--al-brand);font-weight:600;padding:6px 10px;border-radius:8px;border:1px solid transparent}.al-open:hover{background:#eef2ff;border-color:#c7d2fe}.al-footer{display:flex;justify-content:space-between;align-items:center;margin-top:16px;gap:12px}.al-small{color:var(--al-muted);font-size:13px}.al-actions{display:flex;gap:8px}.al-msg{text-align:center;padding:24px;color:#374151;font-size:15px}@media (min-width: 768px){.al-header{flex-direction:row;align-items:center;justify-content:space-between}.al-controls,.al-list{gap:12px}.al-item{padding:16px}}.ar-root{--bg: #0b0f14;--panel: #121821;--muted: #9aa4b2;--text: #e8eef6;--border: #1f2733;--brand: #5b8cff;--green: #2bb673;--red: #ef5350;--amber: #f6ad55;--orange: #ffa14a;--teal: #2bb6a6;--indigo: #6c7cff;--radius: 14px;--shadow: 0 6px 24px rgba(0,0,0,.25)}.ar-root{padding:20px 0 70px 70px;color:var(--text);background:var(--bg);min-height:100vh}.ar-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.ar-header h1{margin:0;font-size:24px;letter-spacing:.2px}.ar-id-form{display:flex;gap:8px}.ar-input{background:var(--panel);border:1px solid var(--border);color:var(--text);border-radius:10px;padding:10px 12px;outline:none;min-width:180px}.ar-input::placeholder{color:var(--muted)}.ar-btn{border:1px solid var(--border);background:var(--panel);color:var(--text);padding:10px 14px;border-radius:10px;cursor:pointer;transition:transform .06s ease,background .2s ease,border-color .2s ease}.ar-btn:hover{transform:translateY(-1px);border-color:#2a3444}.ar-btn:active{transform:translateY(0)}.ar-btn-primary{background:var(--brand);border-color:var(--brand);color:#fff}.ar-btn-secondary{background:#273043}.ar-btn-ghost{background:transparent}.ar-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px;margin:12px 0 10px}.ar-callout{background:#ef53501f;border:1px solid rgba(239,83,80,.45);color:#ffd1cf;border-radius:var(--radius);padding:12px 14px;margin:10px 0 16px}.ar-callout-title{font-weight:700;margin-bottom:4px}.ar-callout-text{font-size:13px;color:#f6c2c0}.ar-stats{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:14px}@media (max-width: 1200px){.ar-stats{grid-template-columns:repeat(3,1fr)}}@media (max-width: 700px){.ar-stats{grid-template-columns:repeat(2,1fr)}}.ar-stat{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:14px;box-shadow:var(--shadow)}.ar-stat-value{font-size:22px;font-weight:700}.ar-stat-label{color:var(--muted);font-size:12px;margin-top:6px;letter-spacing:.2px}.ar-stat-indigo{box-shadow:0 0 0 1px #6b7cff33 inset}.ar-stat-green{box-shadow:0 0 0 1px #2bb67333 inset}.ar-stat-orange{box-shadow:0 0 0 1px #ffa14a33 inset}.ar-stat-amber{box-shadow:0 0 0 1px #f6ad5540 inset}.ar-stat-teal{box-shadow:0 0 0 1px #2bb6a640 inset}.ar-stat-red{box-shadow:0 0 0 1px #ef535040 inset}.ar-tabs{display:flex;gap:8px;margin:12px 0}.ar-tab{background:var(--panel);border:1px solid var(--border);border-radius:9999px;padding:8px 14px;cursor:pointer;color:var(--muted)}.ar-tab.active{color:#fff;border-color:var(--brand);box-shadow:0 0 0 1px var(--brand) inset}.ar-filters{display:grid;grid-template-columns:2fr repeat(2,1fr) repeat(2,1fr) auto auto;gap:8px;align-items:center;margin:8px 0 12px}.ar-sorters{display:flex;gap:6px;align-items:center}.ar-sort-label{color:var(--muted);font-size:12px}.ar-table-wrap{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.ar-table{width:100%;border-collapse:collapse;table-layout:fixed}.ar-table thead th{background:#0f1520;color:#aeb6c2;text-align:left;font-weight:600;font-size:12px;letter-spacing:.35px;padding:12px;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1}.ar-table tbody td{padding:12px;border-bottom:1px solid var(--border);vertical-align:top;word-wrap:break-word}.ar-table tbody tr:hover{background:#0e1420}.ar-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.ar-num{text-align:right}.ar-text-warn{color:var(--amber)}.ar-address .ar-addr-line{font-size:13px}.ar-address .ar-addr-meta{font-size:12px;color:var(--muted);margin-top:4px}.ar-badge{display:inline-block;padding:4px 8px;border-radius:9999px;font-size:12px;border:1px solid transparent}.ar-badge-success{background:#2bb6731f;border-color:#2bb67366;color:#9ff0c9}.ar-badge-warning{background:#f6ad551f;border-color:#f6ad5566;color:#ffd9a8}.ar-badge-danger{background:#ef53501f;border-color:#ef535073;color:#ffb3b1}.ar-badge-info{background:#5b8cff1f;border-color:#5b8cff73;color:#c7d6ff}.ar-badge-muted{background:#9aa4b21f;border-color:#9aa4b259;color:#c9d0da}.ar-message{padding:24px;text-align:center;color:var(--muted);letter-spacing:.2px}.ar-footer{display:flex;justify-content:space-between;align-items:center;margin:12px 0 60px;gap:10px}.ar-small{color:var(--muted)}.ar-footer-actions{display:flex;gap:8px}.ar-shop-link{color:var(--brand);text-decoration:none;font-weight:500}.ar-shop-link:hover{text-decoration:underline}@media screen{.ar-print-lost{display:none}}@media print{.Sidebar,.sidebar,.ar-header,.ar-callout,.ar-stats,.ar-tabs,.ar-filters,.ar-table-wrap,.ar-footer{display:none!important}body,.ar-root,.ar-print-lost{background:#fff!important;color:#111!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.ar-meta{background:transparent!important;border:none!important;padding-left:0!important;padding-right:0!important;color:#111!important}.ar-print-lost{display:block!important;padding:0;margin:0}.ar-print-lost-header{margin-bottom:8px;border-bottom:1px solid #ccc;padding-bottom:6px}.ar-print-lost-title{font-size:18px;font-weight:700;margin-bottom:4px}.ar-print-lost-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:6px;font-size:12px}.ar-print-lost-table{width:100%;border-collapse:collapse;font-size:12px;table-layout:fixed}.ar-print-lost-table thead th{text-align:left;border-bottom:1px solid #ccc;padding:6px 4px}.ar-print-lost-table tbody td{border-bottom:1px solid #eee;padding:6px 4px;vertical-align:top;word-break:break-word}.ar-print-lost-table tbody td:last-child{min-width:120px}}.km-root{padding:16px 20px 60px 70px;color:#111827;background:#fafafa;min-height:100vh;box-sizing:border-box}.km-header h1{margin:0;font-size:22px;font-weight:700;color:#111827}.km-subtitle{color:#6b7280;font-size:12px;margin-top:2px}.km-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;align-items:start;margin:16px 0 10px}.km-field{display:flex;flex-direction:column;gap:6px;min-width:0}.km-label{font-size:12px;color:#374151;display:flex;align-items:center;gap:6px;-webkit-user-select:none;user-select:none}.km-input{width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:13px;outline:none}.km-input:focus{border-color:#6d28d9;box-shadow:0 0 0 2px #6d28d91a}.km-help{display:inline-flex;width:18px;height:18px;border-radius:50%;align-items:center;justify-content:center;background:#e5e7eb;color:#374151;font-weight:700;font-size:12px;cursor:help}.km-actions{display:flex;gap:8px}.km-span-full{grid-column:1 / -1}.km-btn{border:1px solid transparent;background:#f3f4f6;color:#111827;padding:8px 12px;border-radius:8px;font-weight:600;cursor:pointer}.km-btn:hover{filter:brightness(.98)}.km-btn:active{transform:translateY(.5px)}.km-btn-primary{background:#6d28d9;color:#fff}.km-btn-secondary{background:#111827;color:#fff}.km-btn-ghost{background:transparent;border-color:#d1d5db;color:#374151}.km-stats{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:10px;margin:8px 0 14px}.km-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px;box-shadow:0 1px 2px #1118270a}.km-card .km-card-value{font-size:18px;font-weight:800}.km-card .km-card-label{font-size:12px;color:#6b7280;margin-top:4px}.km-card .km-card-hint{font-size:11px;color:#9ca3af;margin-top:6px}.km-card-red{border-color:#fecaca;background:#fff7f7}.km-card-indigo{border-color:#bfdbfe;background:#f8fbff}.km-card-teal{border-color:#a7f3d0;background:#f5fffb}.km-card-orange{border-color:#fed7aa;background:#fffbf7}.km-tabs{display:flex;gap:8px;margin:10px 0 12px;flex-wrap:wrap}.km-tab{background:#fff;border:1px solid #e5e7eb;color:#374151;padding:8px 12px;border-radius:999px;cursor:pointer;font-weight:600;font-size:13px}.km-tab.active{background:#6d28d9;color:#fff;border-color:#6d28d9}.km-panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px;margin-bottom:12px}.km-panel-title{font-weight:700;margin-bottom:8px;color:#111827}.km-table{width:100%;border-collapse:separate;border-spacing:0;font-size:13px;background:#fff;border-radius:10px;overflow:hidden;border:1px solid #e5e7eb}.km-table thead th{text-align:left;font-weight:700;color:#374151;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:10px 12px}.km-table tbody td{padding:10px 12px;border-bottom:1px solid #f3f4f6;vertical-align:top}.km-table tbody tr:last-child td{border-bottom:none}.km-table .km-num{text-align:right}.km-empty{text-align:center;color:#6b7280}.km-bucket{margin-bottom:12px}.km-bucket-head{display:flex;align-items:center;justify-content:space-between;margin:6px 0}.km-bucket-title{font-weight:700}.km-bucket-meta{display:flex;gap:6px}.km-badge{display:inline-block;padding:4px 8px;border-radius:999px;font-size:11px;border:1px solid transparent}.km-badge-info{background:#eef2ff;color:#3730a3;border-color:#c7d2fe}.km-badge-warning{background:#fffbeb;color:#92400e;border-color:#fde68a}.km-badge-success{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.km-badge-danger{background:#fef2f2;color:#991b1b;border-color:#fecaca}.km-badge-muted{background:#f3f4f6;color:#374151;border-color:#e5e7eb}.km-link{color:#6d28d9;text-decoration:none;font-weight:600}.km-link:hover{text-decoration:underline}.km-note{margin-top:8px;color:#6b7280;font-size:12px}.km-message{margin:8px 0;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;padding:8px 10px;border-radius:8px}.km-footer{margin:20px 0;display:flex;align-items:center;justify-content:space-between}.km-small{font-size:12px;color:#6b7280}.km-footer-actions{display:flex;gap:8px}@media (max-width: 1200px){.km-stats{grid-template-columns:repeat(2,minmax(160px,1fr))}}@media (max-width: 768px){.km-root{padding-left:16px;padding-right:16px}.km-stats{grid-template-columns:1fr 1fr}.km-tabs{gap:6px}}:root{--primary-color: #26ae61;--secondary-color: #1a7c47;--text-dark: #333;--text-light: #fff;--background-color: #f4f7f9;--card-background: #fff;--border-color: #e0e0e0}body{font-family:Rubik,sans-serif!important;margin:0;padding:0;background-color:var(--background-color);color:var(--text-dark);min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--primary-color);text-decoration:none;transition:color .25s}a:hover{color:var(--secondary-color)}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
