@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif}a{text-decoration:none;color:#000;cursor:pointer}body{background-color:#f5f7fa}header.header{display:flex;justify-content:center;gap:1rem;padding:.5rem 0}.main{height:100vh;width:100%;display:flex;justify-content:center;align-items:center}.main_container{display:flex;flex-direction:column;justify-content:center;min-width:600px;gap:20px;padding:20px;box-shadow:0 0 2px #000;border-radius:20px;background:#fff}.links{display:grid;grid-template-columns:repeat(2,1fr);justify-content:space-between;gap:15px}.settings{display:flex}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;border-radius:.375rem;font-family:inherit;font-size:1rem;font-weight:500;line-height:1.5;text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s ease;border:1px solid transparent;position:relative;overflow:hidden;background-color:#3b82f6;color:#fff}.btn:hover{background-color:#2563eb}.btn:focus{outline:none;box-shadow:0 0 0 3px #3b82f680}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn--secondary{background-color:#f1f5f9;color:#0f172a;border-color:#cbd5e1}.btn--secondary:hover{background-color:#e2e8f0}.btn--danger{background-color:#ef4444;color:#fff}.btn--danger:hover{background-color:#dc2626}.btn--outline{background-color:transparent;border-color:#3b82f6;color:#3b82f6}.btn--outline:hover{background-color:#eff6ff}.btn--sm{padding:.5rem 1rem;font-size:.875rem}.btn--lg{padding:.75rem 1.5rem;font-size:1.125rem}.btn--full{width:100%}.btn__icon{width:1.25rem;height:1.25rem;margin-right:.5rem}.btn__icon--right{margin-right:0;margin-left:.5rem}.btn--loading .btn__icon{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.products{display:flex;flex-direction:column;gap:40px;max-width:1770px;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:0 auto;padding:2rem;width:100%}.products_search{margin:0}.products_header{display:flex;flex-wrap:wrap;gap:20px}.products .formGroup{display:flex;flex-direction:column;gap:8px}.products .formGroup label{font-size:14px;font-weight:500;color:#333;display:flex;align-items:center;gap:4px}.products .formGroup label.required:after{content:"*";color:#dc3545;margin-left:2px}.products .formGroup select{padding:12px 40px 12px 12px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;transition:all .2s ease;background:#fff;min-width:350px;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px}.products .formGroup select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.products .formGroup select::placeholder{color:#999}.table-container{position:relative;max-height:70vh;overflow-y:auto;border-radius:.5rem;box-shadow:0 .25rem .75rem #0000001a;margin:0 0 2rem}.table-container::-webkit-scrollbar{width:8px;height:8px}.table-container::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:4px}.products_table{width:100%;border-collapse:collapse;font-family:Segoe UI,system-ui,sans-serif}.products_table thead{position:sticky;top:0;z-index:10}.products_table thead tr{background-color:#2c3e50!important;color:#fff;box-shadow:0 2px 5px #0003}.products_table thead th{padding:1rem 1.25rem;text-align:left;font-weight:500;position:relative}.products_table thead th:not(:last-child):after{content:"";position:absolute;right:0;top:25%;height:50%;width:1px;background-color:#ffffff4d}.products_table tbody tr{transition:all .3s ease;border-bottom:1px solid #e0e0e0}.products_table tbody tr:nth-child(2n){background-color:#f8f9fa}.products_table tbody tr:hover{background-color:#e9f5ff}.products_table tbody td{padding:1rem 1.25rem;vertical-align:top;line-height:1.5}.products_table tbody td:first-child{font-weight:600;color:#2c3e50}.products_table .inventory-number{display:block;font-size:.85rem;color:#7f8c8d;margin-top:.25rem}@media (max-width: 768px){.products_table{display:block;overflow-x:auto;white-space:nowrap}.products_table thead{position:static}.products_table tbody tr{display:inline-block;min-width:100%}}@keyframes fadeInRow{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.products_table tbody tr{animation:fadeInRow .4s ease forwards}.products_table tbody tr:nth-child(1){animation-delay:.03s}.products_table tbody tr:nth-child(2){animation-delay:.06s}.products_table tbody tr:nth-child(3){animation-delay:.09s}.products_table tbody tr:nth-child(4){animation-delay:.12s}.products_table tbody tr:nth-child(5){animation-delay:.15s}.products_table tbody tr:nth-child(6){animation-delay:.18s}.products_table tbody tr:nth-child(7){animation-delay:.21s}.products_table tbody tr:nth-child(8){animation-delay:.24s}.products_table tbody tr:nth-child(9){animation-delay:.27s}.products_table tbody tr:nth-child(10){animation-delay:.3s}.products_table tbody tr:nth-child(11){animation-delay:.33s}.products_table tbody tr:nth-child(12){animation-delay:.36s}.products_table tbody tr:nth-child(13){animation-delay:.39s}.products_table tbody tr:nth-child(14){animation-delay:.42s}.products_table tbody tr:nth-child(15){animation-delay:.45s}.products_table tbody tr:nth-child(16){animation-delay:.48s}.products_table tbody tr:nth-child(17){animation-delay:.51s}.products_table tbody tr:nth-child(18){animation-delay:.54s}.products_table tbody tr:nth-child(19){animation-delay:.57s}.products_table tbody tr:nth-child(20){animation-delay:.6s}.products_footer{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem}.loading-spinner .spinner{width:40px;height:40px;border:4px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#2c3e50;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.pagination{display:flex;align-items:center;gap:.5rem}.pagination-button{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;transition:all .2s}.pagination-button:hover:not(:disabled){background:#f0f0f0}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-button.active{background:#2c3e50;color:#fff;border-color:#2c3e50}.pagination-ellipsis{padding:.5rem}.pagination-info{color:#666;font-size:.9rem}.page-numbers{display:flex;gap:.5rem}.product_empty{text-align:center;padding:2rem;color:#666;font-size:1.1rem}.edit-product{display:grid;grid-template-columns:800px auto;gap:2rem;max-width:1770px;margin:2rem auto}.edit-product.--has-qr{grid-template-columns:800px auto;grid-template-rows:auto 1fr}.edit-product_form{grid-row:1;height:max-content;grid-column:1}.edit-product_qr{grid-row:1;grid-column:2;display:flex;flex-direction:column;align-items:center;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;height:fit-content;width:fit-content}.edit-product_qr img{width:100%;width:400px;height:400px;aspect-ratio:1/1}.edit-product.--has-qr .edit-product_product-list{grid-row:2;grid-column:1/-1}.edit-product_product-list{padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;height:max-content}
