.sidebar{background-color:var(--bg-sidebar);color:var(--text-light);display:flex;flex-direction:column;flex-shrink:0;transition:transform .3s ease-in-out;width:250px}.sidebar-header{border-bottom:1px solid #ffffff1a;padding:1.5rem;text-align:center}.logo{font-size:1.5rem;font-weight:700;letter-spacing:1px}.sidebar-nav{padding-top:1rem}.nav-item{align-items:center;color:var(--text-light);display:flex;opacity:.8;padding:1rem 1.5rem;text-decoration:none;transition:background-color .2s ease-in-out}.nav-item:hover{background-color:#141414;opacity:1}.nav-item.active{background-color:var(--accent-color);color:#000;font-weight:500;opacity:1}.nav-section-title{color:#fff6;display:block;font-size:.7rem;font-weight:600;letter-spacing:.5px;margin-top:1rem;padding:.75rem 1.5rem;text-transform:uppercase}.sidebar-overlay{background-color:#00000080;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:998}.sidebar-overlay.show{display:block}@media (max-width:768px){.sidebar{height:100vh;left:0;position:fixed;top:0;transform:translateX(-100%);z-index:999}.sidebar.open{transform:translateX(0)}}.nav-item .nav-icon{font-size:1.1em;margin-right:12px}.nav-item .nav-icon,.nav-item span{vertical-align:middle}.sidebar-logo{border:3px solid #fff3;border-radius:50%;height:80px;margin-bottom:.75rem;object-fit:cover;width:80px}.business-name{color:#fff;font-size:1.1rem;font-weight:600;margin:0;text-align:center}.header{align-items:center;background-color:#fff;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:1rem 2rem}.header-content{flex-grow:1;text-align:left}.header-content h2{color:var(--text-dark);font-size:1.25rem;margin:0}.logout-button{background-color:var(--text-dark);border:none;border-radius:8px;color:var(--text-light);cursor:pointer;padding:.6rem 1.2rem}.menu-button{background:none;border:none;cursor:pointer;display:none;margin-right:1rem;padding:.5rem}@media (max-width:768px){.header{padding:1rem}.menu-button{display:block}.header-content h2{display:none}}:root{--bg-main:#f4f7f9;--bg-sidebar:#000;--text-light:#fff;--text-dark:#2d3748;--accent-color:#fff;--border-color:#e2e8f0}.admin-layout{background-color:#f4f7f9;background-color:var(--bg-main);display:flex;min-height:100vh}.main-content{display:flex;flex-direction:column;flex-grow:1;transition:margin-left .3s ease-in-out}.content-area{overflow-y:auto;padding:2rem;position:relative}@media (max-width:768px){.main-content{margin-left:0}.content-area{padding:1rem}}.kanban-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;padding:1.5rem}.kanban-container h2{margin-top:0}.kanban-board{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));overflow-x:auto;padding-bottom:1rem}.kanban-column{background-color:#f4f5f7;border-radius:6px;display:flex;flex-direction:column;min-width:0}.kanban-column h3{border-radius:6px 6px 0 0;border-top:4px solid;font-size:1rem;font-weight:600;margin:0;padding:1rem}.kanban-column-content{flex-grow:1;max-height:330px;min-height:150px;overflow-y:auto;padding:.5rem}.kanban-card{background-color:#fff;border-left:3px solid #6c757d;border-radius:4px;box-shadow:0 1px 3px #0000001a;cursor:grab;margin-bottom:.75rem;padding:1rem}.kanban-card:hover{box-shadow:0 3px 6px #00000026}.kanban-card .card-header{display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:.5rem}.kanban-card p{color:#495057;font-size:.95rem;margin:0;word-break:break-word}.kanban-card.dragging{box-shadow:0 5px 15px #0003;transform:rotate(3deg)}.kanban-card .card-footer{border-top:1px solid #f0f0f0;display:flex;font-weight:600;justify-content:flex-end;margin-top:.75rem;padding-top:.5rem}.payment-status-badge{border-radius:10px;color:#fff;font-size:.75rem;font-weight:700;padding:.2rem .6rem}.payment-status-badge.paid{background-color:#28a745}.payment-status-badge.unpaid{background-color:#dc3545}.dashboard-modules-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.session-grid{margin-top:1.5rem}.dashboard-module{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;padding:1.5rem}.dashboard-module.full-width{grid-column:1/-1}.dashboard-module h3{border-bottom:1px solid #e9ecef;margin-bottom:1rem;margin-top:0;padding-bottom:1rem}.dashboard-module .module-content{flex-grow:1;max-height:300px;overflow-y:auto}.empty-message{color:#6c757d;padding:2rem;text-align:center}.delivery-list{list-style:none;margin:0;padding:0}.delivery-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:.75rem}.delivery-item:last-child{border-bottom:none}.delivery-info .folio{font-weight:600;margin-right:.5rem}.delivery-info .customer{color:#495057}.delivery-info .address{color:#6c757d;font-size:.85rem;margin:.25rem 0 0}.delivery-item .status-badge{border-radius:12px;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .6rem;white-space:nowrap}.status-pagado .status-badge{background-color:#28a745}.status-aceptado .status-badge{background-color:#ffc107;color:#212529}.status-apartado .status-badge{background-color:#17a2b8}.requests-table{border-collapse:collapse;width:100%}.requests-table td,.requests-table th{border-bottom:1px solid #e9ecef;padding:.75rem;text-align:left}.requests-table th{color:#6c757d;font-size:.8rem;text-transform:uppercase}.requests-table .btn-approve,.requests-table .btn-deny{border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;margin-right:.5rem;padding:.4rem .8rem}.btn-deny{background-color:#dc3545}.session-list{list-style:none;margin:0;padding:0}.session-list li{border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;font-size:.9rem;padding:.75rem}.session-list li strong{margin-bottom:4px}.session-list li span{color:#6c757d;font-size:.85rem}.arqueo-table{border-collapse:collapse;width:100%}.arqueo-table td,.arqueo-table th{border-bottom:1px solid #e9ecef;padding:.75rem;text-align:right}.arqueo-table th{text-align:right}.arqueo-table .positive{color:#28a745;font-weight:600}.arqueo-table .negative{color:#dc3545;font-weight:600}.chart-wrapper-bar{height:100%;min-height:250px;position:relative}.notes-list{list-style:none;margin:0;padding:0}.notes-list li{border-bottom:1px solid #f0f0f0;padding:.75rem}.notes-list li p{color:#495057;font-size:.9rem;margin:4px 0 0}@media (max-width:992px){.dashboard-modules-grid{grid-template-columns:1fr}}.notes-vs-list{list-style:none;margin:0;padding:0}.notes-vs-list li{border-bottom:1px solid #f0f0f0;padding:1rem}.notes-vs-list li:last-child{border-bottom:none}.notes-header{margin-bottom:.75rem}.notes-header strong{font-size:1rem;margin-right:.5rem}.notes-header span{color:#6c757d;font-size:.9rem}.notes-comparison{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.note-side h4{color:#007bff;font-size:.8rem;margin:0 0 .5rem;text-transform:uppercase}.note-side p{background-color:#f8f9fa;border-radius:4px;color:#495057;font-size:.9rem;margin:0;min-height:40px;padding:.75rem;white-space:pre-wrap}.customer-list{list-style:none;margin:0;padding:0}.customer-list li{align-items:center;border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;justify-content:space-between;padding:.75rem;transition:background-color .2s}.customer-list li:hover{background-color:#f8f9fa}.customer-list li:last-child{border-bottom:none}.customer-info{display:flex;flex-direction:column}.customer-info strong{font-weight:600}.customer-info span{color:#6c757d;font-size:.8rem}.customer-order-count{background-color:#e9ecef;border-radius:12px;font-size:.9rem;font-weight:500;padding:.25rem .6rem}.location-grid{display:flex;flex-direction:column;gap:1.5rem}.location-list-section h4{color:#6c757d;font-size:.9rem;font-weight:600;margin:0 0 .75rem;text-transform:uppercase}.location-list{list-style:none;margin:0;padding:0}.location-list li{align-items:center;border-bottom:1px solid #f0f2f5;display:flex;font-size:.95rem;justify-content:space-between;padding:.5rem 0}.location-list li:last-child{border-bottom:none}.location-count{background-color:#e9ecef;border-radius:4px;font-size:.9em;font-weight:600;padding:.2rem .5rem}.no-location-data{color:#6c757d;font-size:.9rem}.dashboard-admin-container{display:flex;flex-direction:column;gap:2rem;overflow-x:hidden}.kpi-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.kpi-card{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;display:flex;gap:1rem;padding:1.5rem}.kpi-icon{font-size:2.5rem;line-height:1}.kpi-content{display:flex;flex-direction:column}.kpi-title{color:#6c757d;font-size:.9rem;font-weight:500}.kpi-value{color:#212529;font-size:1.5rem;font-weight:600}.analytics-grid,.charts-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:2fr 1fr}.chart-container,.dashboard-module{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;min-width:0;padding:1.5rem}.chart-container.full-width{grid-column:1/-1}.chart-container h3{margin-bottom:1.5rem;margin-top:0}.chart-wrapper{height:350px;position:relative}.chart-placeholder{align-items:center;background-color:#f8f9fa;border-radius:4px;color:#6c757d;display:flex;height:350px;justify-content:center}@media (max-width:992px){.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.kpi-card{align-items:flex-start;flex-direction:column;text-align:left}.kpi-icon{font-size:2rem}.analytics-grid,.charts-grid{grid-template-columns:1fr}}.chart-header-controls{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.chart-header-controls h3{font-size:1.1rem;margin:0}.chart-period-buttons{background-color:#f0f2f5;border-radius:6px;display:flex;gap:.5rem;padding:4px}.chart-period-buttons button{background-color:initial;border:none;border-radius:4px;color:#4a5568;cursor:pointer;font-size:.8rem;font-weight:500;padding:.4rem .8rem}.chart-period-buttons button.active{background-color:#fff;box-shadow:0 1px 3px #0000001a;color:#007bff}.notification-toast{align-items:center;animation:slideIn .4s ease-out forwards,fadeOut .5s ease-in 3s forwards;border-radius:8px;box-shadow:0 5px 15px #00000026;color:#fff;display:flex;min-width:300px;overflow:hidden;padding:1rem;position:fixed;right:20px;top:20px;z-index:2000}.notification-toast.success{background-color:#2e7d32}.notification-toast.error{background-color:#c62828}.notification-icon{flex-shrink:0;font-size:1.5rem;margin-right:1rem}.notification-message{font-size:.95rem;font-weight:500}.notification-progress-bar{animation:shrink 3.5s linear forwards;background-color:#ffffff80;bottom:0;height:4px;left:0;position:absolute;width:100%}@keyframes shrink{0%{width:100%}to{width:0}}@keyframes slideIn{0%{opacity:0;transform:translateX(110%)}to{opacity:1;transform:translateX(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;transform:translateX(110%)}}.product-management-container{width:100%}.pm-header{border-bottom:1px solid #e2e8f0;margin-bottom:1rem;padding-bottom:1rem}.pm-header h1{font-size:1.8rem;margin:0}.pm-tabs{display:flex;margin-bottom:2rem}.pm-tabs .tab-button{background-color:initial;border:none;border-bottom:3px solid #0000;color:#4a5568;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem 1.5rem;position:relative;transition:color .2s,border-color .2s}import-export-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.import-export-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000000d;padding:1.5rem}.import-export-card h3{font-size:1.25rem;margin-bottom:.5rem;margin-top:0}.import-export-card p{color:#4a5568;font-size:.9rem;margin-bottom:1.5rem;min-height:40px}.card-actions{display:flex;flex-wrap:wrap;gap:.75rem}.card-actions .action-button{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s}.card-actions .export-button{background-color:#28a745;color:#fff}.card-actions .export-button:hover{background-color:#218838}.card-actions .import-button{background-color:#007bff;color:#fff}.card-actions .import-button:hover{background-color:#0056b3}.card-actions .sample-button{background-color:#6c757d;color:#fff}.card-actions .sample-button:hover{background-color:#5a6268}@media (max-width:992px){.import-export-container{grid-template-columns:1fr}}.pm-tabs .tab-button:hover{color:#2d3748}.pm-tabs .tab-button.active{border-bottom-color:#2d3748;color:#2d3748;font-weight:600}.pm-content{padding-top:0}.category-table-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000000d;padding:1.5rem}.search-input{width:300px}.hidden-import-input{display:none}.action-button{border-radius:6px;font-size:.9rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s}.export-button{background-color:#28a745;color:#fff}.export-button:hover{background-color:#218838}.import-button{background-color:#007bff;color:#fff}.import-button:hover{background-color:#0056b3}.sample-button{background-color:#6c757d;color:#fff}.sample-button:hover{background-color:#5a6268}td,th{border-bottom:1px solid #e2e8f0;padding:1rem;text-align:left;vertical-align:middle}th{color:#718096;font-size:.8rem;text-transform:uppercase}td:last-child,td:nth-last-child(2),th:last-child,th:nth-last-child(2){text-align:center}.category-image{border-radius:50%;height:60px;object-fit:cover;width:60px}.actions-cell{justify-content:center}.action-button{width:80px}.switch{display:inline-block;height:28px;position:relative;width:50px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;bottom:4px;content:"";height:20px;left:4px;width:20px}input:checked+.slider{background-color:#48bb78}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.category-banner-image{background-color:#f0f0f0;border-radius:4px;height:40px;object-fit:cover;width:160px}.image-preview-container{background-color:#f7fafc;border:1px dashed #cbd5e0;border-radius:6px;margin-top:1rem;padding:1rem;text-align:center}.image-preview-container p{color:#718096;font-size:.9rem;margin-bottom:.75rem;margin-top:0}.image-preview{border:1px solid #e2e8f0;border-radius:6px;display:inline-block;max-height:150px;max-width:150px;object-fit:cover}.product-table-container{background-color:initial;box-shadow:none;padding:0}.table-header{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000000d;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem;padding:1.5rem}.table-header h3{flex-shrink:0;font-size:1.25rem;margin:0}.filters-container{align-items:center;display:flex;flex-grow:1;gap:1rem;justify-content:flex-start;margin:0 1rem}.category-filter{cursor:pointer;min-width:200px;padding:.75rem 1rem}.category-filter,.search-input{background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem}.search-input{max-width:400px;padding:.75rem;width:100%}.table-actions-group{display:flex;flex-shrink:0;gap:.5rem}.table-actions-group .action-button{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s}.add-button{background-color:#2d3748;border-radius:6px;flex-shrink:0;font-weight:500}.add-button:hover{background-color:#4a5568}.table-actions-group .export-button{background-color:#28a745;color:#fff}.table-actions-group .export-button:hover{background-color:#218838}.table-wrapper{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000000d;overflow:hidden}.product-table-view{border-collapse:collapse;width:100%}.product-table-view td,.product-table-view th{border-bottom:1px solid #e2e8f0;font-size:.9rem;padding:1rem 1.25rem;text-align:left;vertical-align:middle}.product-table-view th{background-color:#f7fafc;color:#4a5568;font-size:.75rem;font-weight:600;text-transform:uppercase}.table-product-image{border-radius:6px;height:60px;object-fit:cover;width:60px}.table-product-info{display:flex;flex-direction:column}.table-product-name{color:#2d3748;font-weight:600}.table-product-sku{color:#718096;font-size:.8rem}.card-stock{font-size:.9rem;font-weight:500}.stock-low{color:#dd6b20}.stock-out{color:#c53030}.actions-cell{display:flex;gap:.5rem}.action-button{border:none;border-radius:4px;cursor:pointer;font-size:.85rem;padding:.5rem 1rem}.action-button.combo{background-color:#e2e8f0;color:#2d3748}.action-button.edit{background-color:#edf2f7;color:#4a5568}.no-products-message{color:#718096;padding:4rem;text-align:center}.no-products-message h4{margin:0 0 .5rem}.no-products-message p{margin:0}.modal-backdrop{padding:2rem;z-index:1000}.modal-content{box-shadow:0 10px 25px #0000001a;max-height:90vh;overflow-y:auto;width:100%}.modal-content.large{max-width:800px}.modal-content h2{margin-bottom:1.5rem}.form-row{gap:1.5rem}.form-group{flex:1 1;margin-bottom:1.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #cbd5e0;border-radius:6px;font-size:.9rem;padding:.75rem;width:100%}.form-helper-text{color:#718096;display:block;font-size:.8rem;margin-top:.25rem}.button-cancel,.button-delete-confirm,.button-save{border:none;border-radius:6px;cursor:pointer;font-weight:500;padding:.75rem 1.5rem}.button-cancel{background-color:#e2e8f0}.button-save{background-color:#2d3748;color:#fff}.button-delete-confirm{background-color:#c53030}.product-type-selector{border:1px solid #cbd5e0;border-radius:6px;display:flex;overflow:hidden;width:100%}.product-type-selector button{background-color:#f8fafc;border:none;color:#4a5568;cursor:pointer;flex:1 1;font-weight:500;padding:.75rem;transition:all .2s ease-in-out}.product-type-selector button:first-of-type{border-right:1px solid #cbd5e0}.product-type-selector button.active{background-color:#2d3748;color:#fff}.product-type-selector button:not(.active):hover{background-color:#edf2f7}.form-divider{border:none;border-top:1px solid #e2e8f0;margin:2rem 0}.embedded-combination-manager{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;margin-top:1rem;padding:1.5rem}.embedded-combination-manager h4{color:#1a202c;font-size:1.1rem;margin-bottom:1.5rem;margin-top:0}.variant-selection-area{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.generate-combinations-button{background-color:#edf2f7;border:1px solid #e2e8f0;border-radius:6px;color:#2d3748;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background-color .2s}.generate-combinations-button:hover{background-color:#e2e8f0}.generate-combinations-button:disabled{cursor:not-allowed;opacity:.5}.combinations-table-container{background-color:#fff;margin-top:1.5rem;max-height:300px}.combinations-table-container td,.combinations-table-container th{font-size:.9rem}.combinations-table-container th{color:#4a5568;font-size:.75rem;position:-webkit-sticky;position:sticky;top:0}.combinations-table-container tr:last-child td{border-bottom:none}.combinations-table-container input[type=file],.combinations-table-container input[type=number],.combinations-table-container input[type=text]{border:1px solid #cbd5e0;border-radius:4px;font-size:.9rem;padding:.5rem;width:100%}.combinations-table-container input[type=file]{padding:.25rem}.action-button.gallery{background-color:#d1fae5;color:#065f46}.variants-selection-section{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.variants-selection-section h4{margin-bottom:1rem;margin-top:0}.variant-checkboxes{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.variant-checkboxes label{align-items:center;cursor:pointer;display:flex;font-weight:500;gap:.5rem}.combinations-table-container{border:1px solid #e2e8f0;border-radius:8px;max-height:40vh}.combinations-table-container td,.combinations-table-container th{border-bottom:1px solid #e2e8f0;padding:.75rem 1rem}.combinations-table-container th{background-color:#f7fafc;font-size:.8rem;text-transform:uppercase}.combinations-table-container input{border:1px solid #cbd5e0;border-radius:4px;padding:.5rem;width:100%}.button-delete-combo{background-color:#fed7d7;border-radius:50%;color:#c53030;height:30px;width:30px}.no-combinations-message{color:#718096;padding:2rem}.combinations-table-container{border:1px solid #ddd;border-radius:5px;margin-top:20px;max-height:400px;overflow-y:auto}.combinations-table-container table{border-collapse:collapse;width:100%}.combinations-table-container td,.combinations-table-container th{border-bottom:1px solid #eee;padding:10px;text-align:left;vertical-align:middle}.combinations-table-container th{background-color:#f8f8f8;font-weight:600}.combinations-table-container td input[type=number],.combinations-table-container td input[type=text]{border:1px solid #ccc;border-radius:4px;padding:6px 8px;width:90%}.combo-image-cell{align-items:center;display:flex;gap:10px;white-space:nowrap}.combo-preview-image{border:1px solid #ddd;border-radius:4px;flex-shrink:0;height:50px;object-fit:cover;width:50px}.combo-image-cell input[type=file]{font-size:.8em;max-width:120px}.button-delete-combo{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:700;line-height:1;padding:5px 10px}.button-delete-combo:hover{background-color:#c82333}.no-combinations-message{color:#666;font-style:italic;padding:20px;text-align:center}.gallery-section{border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding-bottom:1.5rem}.gallery-section:last-of-type{border-bottom:none;margin-bottom:0}.gallery-section h3{margin-bottom:.5rem;margin-top:0}.image-slots-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-top:1rem}.image-slot{flex-direction:column}.image-preview-box,.image-slot{align-items:center;display:flex}.image-preview-box{aspect-ratio:16/9;background-color:#f7fafc;background-position:50%;background-size:cover;border:2px dashed #cbd5e0;border-radius:8px;color:#cbd5e0;font-size:2rem;justify-content:center;margin-bottom:1rem;width:100%}.image-slot input[type=file]{display:none}.slot-actions{display:flex;gap:.5rem}.button-action{border:none;border-radius:6px;cursor:pointer;font-weight:500;padding:.5rem 1rem}.button-upload{background-color:#e2e8f0;color:#2d3748}.button-delete{background-color:#fed7d7;color:#c53030}.video-preview-container{margin:1rem auto 0;max-width:560px;padding-top:177%;position:relative;width:100%}.video-preview-container iframe{border:1px solid #e2e8f0;border-radius:8px;height:100%;left:0;position:absolute;top:0;width:100%}.variant-table-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000000d;padding:1.5rem}.options-cell-content{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.variant-name-cell{color:#2d3748;font-weight:500}.no-options-text{color:#a0aec0;font-style:italic}.option-tag{align-items:center;background-color:#edf2f7;border-radius:1rem;color:#4a5568;display:inline-flex;font-size:.85rem;gap:.5rem;overflow:hidden;padding:.3rem .75rem;position:relative}.option-tag-actions{background-color:#edf2f7;bottom:0;display:flex;position:absolute;right:0;top:0;transform:translateX(100%);transition:transform .2s ease-in-out}.option-tag:hover .option-tag-actions{transform:translateX(0)}.icon-button{background:none;border:none;color:#718096;cursor:pointer;font-size:1rem;padding:0 .4rem}.icon-button:hover{color:#2d3748}.action-button.delete{background-color:#fed7d7;color:#c53030}.action-button.delete:hover{background-color:#fbb7b7}.modal-actions .button-delete{background-color:#e53e3e;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s}.modal-actions .button-delete:hover{background-color:#c53030}.warning-text{color:#c53030;font-size:.9rem;margin-bottom:1rem;margin-top:-.5rem}.inventory-container{background-color:#f4f7f9;padding:2.5rem}.inventory-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.inventory-header h1{font-size:1.8rem;font-weight:600}.inventory-controls{align-items:center;display:flex;gap:1rem}.search-bar-inventory{border:1px solid #dee2e6;border-radius:.375rem;font-size:.9rem;padding:.6rem 1rem;width:300px}.export-buttons{display:flex;gap:.5rem}.export-buttons .btn-export{background-color:#fff;border:1px solid #dee2e6;border-radius:.375rem;color:#343a40;cursor:pointer;font-weight:500;margin-left:0;padding:.6rem 1rem}.export-buttons .btn-export:hover{background-color:#f8f9fa}.btn-adjust-all{background-color:#28a745;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1rem;transition:background-color .2s}.btn-adjust-all:hover:not(:disabled){background-color:#218838}.btn-adjust-all:disabled{background-color:#e9ecef;color:#adb5bd;cursor:not-allowed}.inventory-table-wrapper{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000000d;overflow:hidden}.inventory-table img{border-radius:.25rem;height:40px;object-fit:cover;width:40px}.stock-diff{border-radius:.25rem;color:#fff;font-weight:700;padding:.2rem .5rem}.stock-diff.positive{background-color:#28a745}.stock-diff.negative{background-color:#dc3545}.stock-diff.zero{background-color:#6c757d}.physical-stock-input{border:1px solid #ced4da;border-radius:.25rem;padding:.5rem;text-align:center;width:80px}.btn-adjust{background-color:#007bff;border:none;border-radius:.25rem;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem}.btn-adjust:hover{background-color:#0056b3}.modal-backdrop{align-items:center;background-color:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1050}.modal-content{border-radius:.5rem}.modal-content p{color:#6c757d}.stock-display{display:flex;justify-content:space-around;margin:1.5rem 0;text-align:center}.stock-box{border-radius:.375rem;flex-basis:30%;padding:1rem}.stock-box.current{background-color:#e9ecef}.stock-box.new{background-color:#e0e7ff}.stock-box.diff{background-color:#d1e7dd}.stock-box span{color:#495057;display:block;font-size:.8rem;margin-bottom:.5rem}.stock-box strong{font-size:1.5rem}.form-group select,.form-group textarea{border-radius:.25rem}.button-cancel{background-color:#6c757d}.button-save{background-color:#28a745}.button-cancel,.button-save{border:none;border-radius:.25rem;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem}.category-filter-container{display:inline-block;position:relative}.category-filter-button{align-items:center;background-color:#fff;border:1px solid #dee2e6;border-radius:.375rem;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;justify-content:space-between;padding:.6rem 1rem;width:200px}.category-filter-button:hover{background-color:#f8f9fa}.category-filter-button .dropdown-arrow{color:#6c757d;font-size:.6rem;margin-left:1rem}.category-dropdown-menu{background-color:#fff;border:1px solid #dee2e6;border-radius:.375rem;box-shadow:0 4px 8px #0000001a;left:0;margin-top:.25rem;max-height:250px;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:100}.category-dropdown-item{cursor:pointer;font-size:.9rem;padding:.75rem 1rem;transition:background-color .2s ease}.category-dropdown-item:hover{background-color:#f1f3f5}.category-dropdown-item.active{background-color:#007bff;color:#fff;font-weight:600}.flash-sales-container{padding:2rem}.flash-sales-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.flash-sales-header h1{margin:0}.add-button{background-color:#007bff;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem}.flash-sales-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.flash-sale-card{background-color:#fff;border-left:5px solid;border-radius:8px;box-shadow:0 4px 12px #00000014;position:relative}.flash-sale-card.status-activo{border-left-color:#28a745}.flash-sale-card.status-caducado{border-left-color:#6c757d}.flash-sale-card .card-header{background-color:#000;border-bottom:1px solid #e9ecef;padding:1rem;position:relative}.status-badge{border-radius:12px;float:right;font-size:.75rem;padding:.25rem .6rem}.status-badge.activo{background-color:#28a745}.status-badge.caducado{background-color:#6c757d}.sale-name{font-size:1.1rem;margin:0}.card-body{display:flex;gap:1rem;padding:1rem}.product-image{border-radius:4px;height:100px;object-fit:cover;width:100px}.product-details h4{margin:0 0 .5rem}.variant-name{color:#6c757d;margin-top:-.25rem}.discount-info,.variant-name{font-size:.9rem}.card-footer{background-color:#f8f9fa;border-top:1px solid #e9ecef;padding:1rem}.stock-progress{margin-bottom:1rem}.progress-bar{background-color:#007bff;border-radius:5px;height:10px;width:0}.progress-label{color:#495057;display:block;font-size:.8rem;margin-top:.25rem}.countdown-timer{background-color:#343a40;border-radius:4px;color:#fff;display:flex;justify-content:space-around;padding:.75rem .5rem;text-align:center}.timer-segment{align-items:center;display:flex;flex-direction:column;justify-content:center;min-width:55px}.timer-segment .timer-value{font-size:1.6rem;font-weight:600;line-height:1.1}.timer-segment .timer-label{color:#ffffffb3;font-size:.65rem;margin-top:3px;text-transform:uppercase}.delete-button{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:28px;justify-content:center;line-height:1;opacity:.7;padding:0;position:absolute;right:8px;text-align:center;top:8px;transition:color .2s ease,opacity .2s ease,transform .2s ease;width:28px;z-index:5}.delete-button:hover{color:#dc3545;opacity:1;transform:scale(1.1)}.modal-content.small{max-width:450px;text-align:center}.modal-content.small p{font-size:1.1rem;margin:1.5rem 0}.button-delete-confirm{background-color:#dc3545;border:none;border-radius:.25rem;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s}.button-delete-confirm:hover{background-color:#c82333}.coupons-management{padding:2rem}.coupons-header{align-items:center;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;margin-bottom:2.5rem;padding-bottom:1.5rem}.coupons-header h1{font-size:2rem;font-weight:600;margin:0}.btn-create{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;transition:background-color .2s}.btn-create:hover{background-color:#010101}.coupons-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.coupon-card{background:#ffffcd;border-radius:10px;box-shadow:0 4px 12px #00000014;display:flex;overflow:hidden;position:relative;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.coupon-card:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-5px)}.coupon-card:after,.coupon-card:before{background:#f4f7f9;border-radius:50%;content:"";height:40px;position:absolute;top:50%;transform:translateY(-50%);width:30px}.coupon-card:before{left:-10px}.coupon-card:after{right:-10px}.coupon-main{border-right:2px dashed #d9dde1;display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.coupon-value{color:#007bff;font-size:2.8rem;font-weight:700;line-height:1}.coupon-value .discount-type{font-size:1.5rem;font-weight:500;margin-left:2px}.coupon-code{align-self:flex-start;background-color:#e9ecef;border-radius:5px;color:#495057;font-family:Courier New,Courier,monospace;font-size:1.2rem;font-weight:700;margin:1rem 0;padding:5px 10px}.coupon-details{color:#6c757d;font-size:.8rem;margin-top:auto}.coupon-details,.coupon-stub{display:flex;justify-content:space-between}.coupon-stub{align-items:center;background-color:#9b9b9b;flex-basis:100px;flex-direction:column;flex-shrink:0;padding:1rem}.status-badge{text-transform:uppercase}.status-active{background-color:#28a745}.status-inactive{background-color:#6c757d}.action-buttons{gap:15px;justify-content:center;width:100%}.btn-icon{background:none;border:none;color:#000;cursor:pointer;font-size:1.1rem}.btn-icon:hover{color:#007bff}.btn-delete:hover{color:#dc3545}.no-coupons-message{color:#6c757d;grid-column:1/-1;padding:4rem;text-align:center}.no-coupons-message svg{font-size:3rem;margin-bottom:1rem}.modal-overlay{align-items:center;background-color:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000004d;max-width:500px;padding:2rem;width:90%}.modal-content h2{margin-top:0}.form-group{margin-bottom:1rem}.form-group label{font-weight:500}.form-group input,.form-group select{border:1px solid #ccc;border-radius:4px;padding:10px;width:100%}.form-row{display:flex;gap:1rem}.checkbox-group{align-items:center;display:flex;gap:.5rem}.checkbox-group input{width:auto}.btn-cancel,.btn-save{border:none;border-radius:5px;cursor:pointer;padding:10px 20px}.btn-cancel{background-color:#6c757d;color:#fff}.btn-save{background-color:#007bff;color:#fff}.coupon-details .usage-counter{color:#333;font-weight:700}.reviews-management{color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;padding:2rem}.reviews-header{border-bottom:1px solid #dee2e6;margin-bottom:2.5rem;padding-bottom:1.5rem}.reviews-header h1{color:#212529;font-size:2rem;font-weight:600;margin:0}.table-container{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000000d;overflow-x:auto;padding:1.5rem}table{border-collapse:collapse;text-align:left;width:100%}table td,table th{border-bottom:1px solid #e9ecef;padding:.9rem 1rem;vertical-align:middle}table tbody tr:last-child td{border-bottom:none}table th{color:#6c757d;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.avatar-pic{border-radius:50%;height:40px;object-fit:cover;width:40px}.sample-pic{border-radius:4px;height:60px;object-fit:cover;width:80px}.comment-cell{max-width:300px;white-space:pre-wrap;word-break:break-word}.star-rating{color:#ced4da;font-size:1.2em}.star-rating .filled{color:#ffc107}.status-badge{border-radius:20px;color:#fff;font-size:.8em;font-weight:700;padding:5px 12px;text-transform:capitalize}.status-aprobada{background-color:#28a745}.status-pendiente{background-color:#ffc107;color:#212529}.status-rechazada{background-color:#dc3545}.action-buttons{display:flex;gap:8px}.action-buttons button{border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;padding:6px 12px;transition:opacity .2s}.action-buttons button:hover{opacity:.85}.btn-approve{background-color:#28a745}.btn-reject{background-color:#dc3545}.orders-table{width:100%}.status-badge-order{border-radius:15px;color:#fff;font-size:.8rem;font-weight:400;padding:.3rem .7rem;text-align:center}.status-badge-order.status-nuevo{background-color:#007bff}.status-badge-order.status-aceptado{background-color:#ffc107;color:#000}.status-badge-order.status-pagado{background-color:#28a745}.status-badge-order.status-apartado{background-color:#17a2b8}.status-badge-order.status-cancelado{background-color:#dc3545}.status-badge-order.status-no-pagado{background-color:#6c757d}.status-badge-order.status-para-enviar{background-color:#ffc107;color:#000}.status-badge-order.status-en-reparto{background-color:#6f42c1}.status-badge-order.status-entregado{background-color:#28a745}.status-badge-order.status-incidencia{background-color:#e55353}.status-badge-order.status-pendiente{background-color:#6c757d}.order-details-modal .modal-content{max-width:800px}.details-section{border-bottom:1px solid #dee2e6;padding:1rem}.details-header h3{margin:0}.details-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr;margin-top:1rem}.items-table img{border-radius:4px;height:40px;object-fit:cover;width:40px}.totals-section{text-align:right}.totals-section div{margin-bottom:.5rem}.delivery-info{margin-top:1rem}.delivery-details-grid{border-left:3px solid #f0f0f0;margin-top:1rem;padding-left:1rem}.delivery-details-grid div{margin-bottom:1rem}.delivery-details-grid svg{color:#007bff;margin-right:8px}.delivery-details-grid p{color:#555;margin:.25rem 0 0 24px}.delivery-details-grid a{display:inline-block;font-size:.9rem;margin-left:24px}.order-filters{display:flex;gap:.5rem}.order-filters button{background:#f0f0f0;border:1px solid #ccc;border-radius:20px;cursor:pointer;padding:.5rem 1rem}.order-filters button.active{background:#007bff;border-color:#007bff;color:#fff}.orders-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.orders-header h1{margin:0}.flash-sale-badge-item{color:#e67e22;display:block;font-size:.8em;font-weight:700;margin-top:5px}.flash-sale-badge-item svg{margin-right:4px}.coupon-details{color:#27ae60;font-weight:500}.coupon-details span{float:right}.status-update-section{background-color:#f8f9fa;border-bottom:none;border-radius:8px;padding:1.5rem}.status-update-section h4{margin-bottom:1.5rem;margin-top:0}.status-update-form{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1.5rem}.status-update-form .form-group{flex:1 1 200px}.form-group label{display:block;font-size:.9rem}.form-group select,.form-group textarea{background-color:#fff;border:1px solid #ced4da;border-radius:4px;font-size:1rem;padding:.75rem;width:100%}.cancellation-form{display:flex;flex-basis:100%;flex-direction:column;gap:1rem}.button-update-status{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:600;margin-top:1.5rem;padding:.75rem 1.5rem;transition:background-color .2s;width:100%}.button-update-status:hover{background-color:#0056b3}.filters-grid{grid-gap:1rem;background-color:#f8f9fa;border-radius:8px;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-bottom:2rem;padding:1rem}.filters-grid input[type=date],.filters-grid input[type=text],.filters-grid select{border:1px solid #ced4da;border-radius:4px;font-size:.9rem;padding:.75rem;width:100%}.date-filter{align-items:center;display:flex;gap:.5rem}.date-filter label{font-size:.9rem;font-weight:500}.notes-history-container{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;max-height:200px;overflow-y:auto;padding:1rem}.note-entry{border-bottom:1px dashed #ced4da;margin-bottom:1rem;padding-bottom:1rem}.note-entry:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.note-status-title{color:#007bff;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.note-content{color:#495057;font-size:.95rem;margin:0;white-space:pre-wrap}.assignment-section{background-color:#f0f7ff}.assignment-form{align-items:flex-end;display:flex;gap:1rem}.assignment-form .form-group{margin-bottom:0}.assignment-form .form-group:first-child{flex:1 1 auto}.assignment-form .form-group:nth-child(2){flex:0 0 auto}.assignment-form .form-group:nth-child(2) input{width:120px}.button-assign{background-color:#ffc107;border:none;border-radius:4px;color:#212529;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:background-color .2s;white-space:nowrap}.button-assign:hover{background-color:#e0a800}.banners-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.banners-header h1{margin:0}.save-banners-button{background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem}.banners-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.banner-slot{background-color:#f8f9fa;border:2px dashed #ccc;border-radius:8px;padding:1rem;text-align:center}.banner-preview{background-color:#e9ecef;border-radius:4px;height:150px;margin-bottom:1rem;object-fit:cover;width:100%}.animation-selector{margin-top:1rem}.animation-selector label{font-weight:600;margin-right:.5rem}.animation-selector select{border-radius:4px;padding:.5rem}.recommended-size{color:#6c757d;font-size:.8rem;margin-bottom:.5rem;margin-top:-.5rem}.custom-file-upload input[type=file]{display:none}.custom-file-upload{background-color:#007bff;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:500;margin-top:1rem;padding:.6rem 1.2rem;transition:background-color .2s}.custom-file-upload:hover{background-color:#0056b3}.seasonal-banners-section{border-top:2px solid #e2e8f0;margin-top:3rem;padding-top:2rem}.seasonal-banners-section h2{font-size:1.5rem;margin-bottom:2rem;text-align:center}.banner-preview.horizontal{aspect-ratio:16/1.5;height:auto}.p13n-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.p13n-header h1{margin:0}.p13n-tabs{border-bottom:2px solid #e2e8f0;display:flex;margin-bottom:2rem}.p13n-tab{border-bottom:3px solid #0000;color:#4a5568;cursor:pointer;font-weight:600;margin-bottom:-2px;padding:1rem 1.5rem;transition:all .2s ease}.p13n-tab:hover{color:#0056b3}.p13n-tab.active{border-bottom-color:#007bff;color:#007bff}.p13n-section{margin-bottom:3rem}.p13n-section h2{border-bottom:1px solid #e2e8f0;color:#343a40;font-size:1.3rem;margin-bottom:1.5rem;padding-bottom:.75rem}.form-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.form-group{display:flex;flex-direction:column}.form-group-full{grid-column:1/-1}.form-group label{font-weight:600;margin-bottom:.5rem}.p13n-section .form-group input[type=number],.p13n-section .form-group input[type=tel],.p13n-section .form-group input[type=text],.p13n-section .form-group select,.p13n-section .form-group textarea{border:1px solid #ced4da;border-radius:4px;box-sizing:border-box;font-size:1rem;padding:.75rem;width:100%}.contact-fields-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}@media (max-width:768px){.contact-fields-grid{grid-template-columns:1fr}}.whatsapp-input-container{display:flex}.country-code-selector{background-color:#f8f9fa;border-bottom-right-radius:0;border-right:none;border-top-right-radius:0;flex-shrink:0;width:auto}.whatsapp-input-container input[type=tel]{border-bottom-left-radius:0;border-top-left-radius:0;flex-grow:1;width:auto}.favicon-preview,.logo-preview,.meta-image-preview{background-color:#f8f9fa;border:1px solid #e9ecef;display:block;margin-bottom:.5rem;object-fit:contain}.logo-preview{height:100px;width:100px}.favicon-preview{height:32px;width:32px}.meta-image-preview{aspect-ratio:16/9;max-width:400px;width:100%}.hours-container{display:flex;flex-direction:column;gap:1.5rem}.day-schedule{grid-gap:1rem;align-items:flex-start;background-color:#f8f9fa;border-radius:8px;display:grid;gap:1rem;grid-template-columns:150px 1fr;padding:1rem}.day-header{align-items:center;display:flex;font-weight:600;gap:.5rem}.day-name{font-size:1.1rem}.slots-container{display:flex;flex-direction:column;gap:.75rem}.slot-item{align-items:center;display:flex;gap:.5rem}.slot-item input[type=time]{border:1px solid #ccc;border-radius:4px;padding:.5rem}.add-slot-btn,.remove-slot-btn{border:none;border-radius:4px;cursor:pointer;font-weight:700;padding:.5rem .75rem}.remove-slot-btn{background-color:#f1f3f5;color:#dc3545;font-size:1.2rem;line-height:1}.remove-slot-btn:hover{background-color:#e9ecef}.remove-slot-btn:disabled{cursor:not-allowed;opacity:.5}.add-slot-btn{align-self:flex-start;background-color:#e0e7ff;color:#007bff;margin-top:.5rem}.add-slot-btn:hover{background-color:#c7d2fe}.social-link-item{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:auto 30px 100px 150px auto 1fr;margin-bottom:1rem}.social-icon{font-size:1.5rem}.social-name{font-weight:500}.icon-picker{border:1px solid #ced4da;border-radius:4px;padding:.5rem}.color-style-picker{border:1px solid #ced4da;border-radius:4px;display:flex;overflow:hidden}.color-style-picker button{background-color:#fff;border:none;border-right:1px solid #ced4da;cursor:pointer;font-size:.8rem;padding:.5rem .75rem}.color-style-picker button:last-child{border-right:none}.color-style-picker button.active{background-color:#007bff;color:#fff}.color-style-picker button:disabled{background-color:#e9ecef;cursor:not-allowed}.banner-preview-horizontal,.youtube-preview-horizontal{aspect-ratio:16/9;background-color:#000;border-radius:4px;margin-top:1rem;max-width:450px;overflow:hidden;position:relative;width:100%}.youtube-preview-horizontal iframe{height:100%;left:0;position:absolute;top:0;width:100%}.toggle-switch-social{-webkit-appearance:none;appearance:none;background:#ccc;border-radius:20px;height:22px;outline:none;position:relative;transition:background-color .3s;width:40px}.toggle-switch-social:checked{background-color:#007bff}.toggle-switch-social:before{background-color:#fff;border-radius:50%;content:"";height:18px;left:2px;position:absolute;top:2px;transition:.3s;width:18px}.toggle-switch-social:checked:before{transform:translateX(18px)}.save-button{background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem}.button-icons-grid{grid-gap:1.5rem;background-color:#f0f2f5;border-radius:8px;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));padding:1rem}.button-icon-card{align-items:center;background-color:#fff;border:1px solid #dcdcdc;border-radius:10px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;padding:1.2rem;transition:transform .2s ease,box-shadow .2s ease}.button-icon-card:hover{box-shadow:0 6px 16px #0000001a;transform:translateY(-3px)}.button-icon-card label{color:#333;font-weight:600;margin-bottom:1rem;text-align:center}.button-icon-preview{align-items:center;background-color:#f7f7f7;border:1px dashed #ccc;border-radius:8px;color:#888;display:flex;font-size:.9rem;height:100px;justify-content:center;margin-bottom:1rem;margin-top:.5rem;object-fit:contain;padding:10px;text-align:center;width:100px}.button-icon-card input[type=file]{display:none}.button-icon-card label[for^=button_]{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:500;margin-top:0;padding:.6rem 1.2rem;transition:background-color .2s ease}.button-icon-card label[for^=button_]:hover{background-color:#0056b3}.button-icon-card .file-name{color:#555;font-size:.85rem;margin-top:.5rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.favorite-icon-section{background-color:#f8f9fa;border-radius:8px;margin-top:2rem;padding:1.5rem}.icon-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(60px,1fr));margin-bottom:1.5rem}.icon-tile{align-items:center;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;height:60px;justify-content:center;transition:all .2s ease;width:60px}.icon-tile.selected,.icon-tile:hover{background-color:#e6f2ff;border-color:#007bff}.icon-tile.selected{transform:scale(1.1)}.icon-tile svg{height:32px;width:32px}.icon-controls{align-items:center;display:flex;gap:1.5rem}.icon-controls label{font-weight:500}.icon-controls input[type=color]{border:none;border-radius:4px;cursor:pointer;height:40px;padding:0;width:40px}.icon-preview{align-items:center;display:flex;gap:1rem}.icon-preview span{font-weight:500}.icon-preview div{height:32px;width:32px}.icon-preview svg{height:100%;width:100%}.map-preview-container{border:1px solid #dee2e6;border-radius:8px;margin-top:1rem;overflow:hidden;padding-top:56.25%;position:relative;width:100%}.map-preview-container iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.color-settings-container{display:flex;flex-direction:column;gap:2rem}.color-group{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem}.color-group h3{border-bottom:1px solid #dee2e6;font-size:1.1rem;margin-bottom:1.5rem;margin-top:0;padding-bottom:.75rem}.color-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.color-picker-group{display:flex;flex-direction:column}.color-picker-group label{font-size:.9rem;font-weight:500;margin-bottom:.5rem}.color-picker-controls{align-items:center;background-color:#fff;border:1px solid #ced4da;border-radius:6px;box-sizing:border-box;display:flex;gap:.75rem;height:48px;padding:.5rem;position:relative}.color-swatch{background-image:linear-gradient(45deg,#ccc 25%,#0000 0),linear-gradient(-45deg,#ccc 25%,#0000 0),linear-gradient(45deg,#0000 75%,#ccc 0),linear-gradient(-45deg,#0000 75%,#ccc 0);background-position:0 0,0 5px,5px -5px,-5px 0;background-size:10px 10px;border:1px solid #adb5bd;border-radius:4px;cursor:pointer;flex-shrink:0;height:36px;width:36px}.color-swatch-color{height:100%;width:100%}.color-value-text{color:#333;flex-grow:1;font-family:monospace;font-size:.9rem}.lock-button{align-items:center;background:none;border:none;color:#adb5bd;cursor:pointer;display:flex;font-size:1rem;justify-content:center;padding:.5rem;transition:color .2s}.lock-button:hover{color:#333}.lock-button.locked{color:#007bff}.sketch-picker{box-shadow:0 5px 15px #0003!important}.employees-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.employees-header h1{margin:0}.add-employee-btn{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem}.employees-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.employee-card{background-color:#fff;border-radius:12px;box-shadow:0 5px 15px #00000014;overflow:hidden;padding:2rem 1rem 1rem;position:relative;text-align:center}.employee-role-badge{background-color:#007bff;color:#fff;font-size:.8rem;font-weight:700;padding:5px 30px;position:absolute;right:-30px;top:15px;transform:rotate(45deg)}.employee-role-badge.repartidor{background-color:#28a745}.employee-photo{border:4px solid #f0f0f0;border-radius:50%;height:120px;margin-bottom:1rem;object-fit:cover;width:120px}.employee-name{font-size:1.2rem;font-weight:600;margin:0 0 .25rem}.employee-email{color:#6c757d;font-size:.9rem;margin-bottom:1.5rem}.employee-actions{display:flex;gap:.5rem;justify-content:center}.settings-layout{display:flex;gap:2rem}.settings-nav{display:flex;flex:0 0 200px;flex-direction:column;gap:.5rem}.settings-nav-item{border:1px solid #0000;border-radius:6px;color:#4a5568;cursor:pointer;font-weight:500;padding:.75rem 1rem;transition:background-color .2s,color .2s}.settings-nav-item:hover{background-color:#f7fafc;color:#2d3748}.settings-nav-item.active{background-color:#fff;border-color:#e2e8f0;box-shadow:0 1px 3px #0000000d;color:#007bff}.settings-content{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-grow:1;padding:2rem}.settings-section h2{border-bottom:1px solid #e2e8f0;font-size:1.5rem;margin-bottom:2rem;margin-top:0;padding-bottom:1rem}.form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.settings-footer{border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:1.5rem;text-align:right}.admin-photo-preview{border:2px solid #e2e8f0;border-radius:50%;height:100px;margin-bottom:1rem;object-fit:cover;width:100px}.toggle-group{align-items:center;flex-direction:row;gap:1rem}.toggle-switch{-webkit-appearance:none;appearance:none;background:#ccc;border-radius:20px;cursor:pointer;height:24px;outline:none;position:relative;transition:background-color .3s;width:44px}.toggle-switch:checked{background-color:#28a745}.toggle-switch:before{background-color:#fff;border-radius:50%;content:"";height:20px;left:2px;position:absolute;top:2px;transition:.3s;width:20px}.toggle-switch:checked:before{transform:translateX(20px)}.table-wrapper{overflow-x:auto}.table-wrapper table{border-collapse:collapse;margin-bottom:1rem;width:100%}.table-wrapper td,.table-wrapper th{border:1px solid #e2e8f0;padding:.75rem;text-align:left;vertical-align:middle}.table-wrapper th{background-color:#f7fafc}.table-wrapper input{border:1px solid #cbd5e0;border-radius:4px;padding:.5rem;width:100%}.table-wrapper input:disabled{background-color:#e9ecef;cursor:not-allowed}.button-delete-row{background:#fce8e6;border:none;border-radius:4px;color:#c5221f;cursor:pointer;font-weight:700;padding:.5rem}.button-add-row{background-color:#e6f7ff;border:1px solid #91d5ff;border-radius:4px;color:#096dd9;cursor:pointer;font-weight:500;padding:.5rem 1rem}.cash-drawer-manager{align-items:center;background-color:#f4f7fa;display:flex;height:100%;justify-content:center;width:100%}.drawer-form-container{background:#fff;border-radius:8px;box-shadow:0 4px 15px #0000001a;max-width:500px;padding:40px;position:relative;text-align:center;width:90%}.button-logout-pos{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;color:#dc3545;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;position:absolute;right:15px;top:15px;transition:background-color .2s,color .2s,border-color .2s}.button-logout-pos:hover{background-color:#dc3545;border-color:#dc3545;color:#fff}.drawer-form-container h2{color:#1f2937;font-size:1.8rem;margin-bottom:10px}.drawer-form-container p{color:#6b7280;margin-bottom:25px}.drawer-form-container .form-group{margin-bottom:20px;text-align:left}.drawer-form-container label{color:#374151;display:block;font-weight:600;margin-bottom:8px}.drawer-form-container input,.drawer-form-container textarea{border:1px solid #d1d5db;border-radius:4px;box-sizing:border-box;font-size:1rem;padding:12px;width:100%}.drawer-form-container .button-primary{background-color:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;padding:15px;transition:background-color .2s;width:100%}.drawer-form-container .button-primary:disabled{background-color:#d1d5db;cursor:not-allowed}.error-message{background-color:#fee2e2;border-radius:4px;color:#ef4444;margin-top:15px}.product-area-container{background-color:#fff;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;font-family:Inter,sans-serif;height:100%;padding:30px;width:100%}.pos-header{flex-shrink:0;margin-bottom:24px}.search-and-actions{align-items:center;display:flex;gap:16px;margin-bottom:24px}.search-wrapper{flex-grow:1;position:relative}.search-bar{border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:16px 16px 16px 48px;width:100%}.search-icon{color:#6b7280;left:16px;position:absolute;top:50%;transform:translateY(-50%)}.pos-action-button.close-drawer-button{background-color:#374151;border:none;border-radius:8px;color:#fff;cursor:pointer;flex-shrink:0;font-weight:600;padding:16px 24px}.pos-action-button.close-drawer-button:hover{background-color:#1f2937}.category-tabs{display:flex;gap:10px;overflow-x:auto;padding-bottom:10px}.category-tabs button{background-color:#fff;border:1px solid #e5e7eb;border-radius:20px;cursor:pointer;font-weight:500;padding:10px 20px;white-space:nowrap}.category-tabs button.active,.category-tabs button:hover{background-color:#1f2937;border-color:#1f2937;color:#fff}.product-grid{grid-gap:20px;display:grid;flex-grow:1;gap:20px;grid-template-columns:repeat(4,1fr);min-height:0;overflow-y:auto;padding-right:10px}.loading-message,.no-products-message{color:#6b7280;margin-top:40px;text-align:center}.product-card{background:#fff;border:1px solid #e0e2e7;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;height:240px;overflow:hidden;position:relative}.product-card:hover{box-shadow:0 8px 16px #00000012;transform:translateY(-4px)}.product-card img{height:130px;object-fit:cover;width:100%}.product-info{display:flex;flex-direction:column;flex-grow:1;padding:16px}.product-name{font-size:.9rem;font-weight:600;margin:0 0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.price-container{margin-top:auto}.original-price{color:#9ca3af;font-size:.8rem;text-decoration:line-through}.final-price{color:#1f2937;font-size:1.1rem;font-weight:700}.stock-indicator{background-color:#1d232fcc;border-radius:12px;color:#fff;font-size:.75rem;font-weight:700;padding:2px 8px;position:absolute;right:8px;top:8px}.product-card.out-of-stock{cursor:not-allowed;opacity:.6}.product-card.product-card-simple:not(.out-of-stock){border-color:#2aaaff;box-shadow:0 4px 12px rgba(49,173,255,.548)}.product-card.product-card-parent:not(.out-of-stock){border-color:#ffa024;box-shadow:0 4px 12px #ffb24e80}.ticket-header{border-bottom:1px solid #e0e2e7;flex-shrink:0;padding:.5rem}.folio-display{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:-1.5rem}.folio-label{color:#6b7280;font-size:.9rem}.folio-number{color:#1f2937;font-size:.9rem;font-weight:700}.ticket-business-identity{align-items:center;border-bottom:1px dashed #e0e2e7;display:flex;flex-direction:column;margin-bottom:-2rem;padding-bottom:1.5rem}.ticket-logo{border-radius:50%;height:60px;margin-bottom:.5rem;object-fit:cover;width:60px}.ticket-business-name{color:#1f2937;font-size:1.4rem;font-weight:600;margin:0}.cashier-info{color:#9ca3af;font-size:.8rem;margin-bottom:1.5rem;text-align:right}.ticket-datetime{color:#6b7280;font-family:Courier New,Courier,monospace;font-size:.9rem}.ticket-form-group{margin-bottom:-1rem}.ticket-form-group label{color:#374151;display:block;font-size:.9rem;font-weight:500;margin-bottom:0}.ticket-form-group select{background-color:#f9fafb;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;padding:.75rem;width:100%}.ticket-options-section{grid-gap:1.5rem;border-bottom:1px solid #e0e2e7;display:grid;flex-shrink:0;gap:1.5rem;grid-template-columns:1fr 1fr;padding:1.5rem}.ticket-items-area{flex-grow:1;min-height:0;overflow-y:auto;padding:.5rem}.empty-cart-message{color:#6b7280;margin-top:40px;text-align:center}.ticket-item{align-items:center;border-bottom:1px solid #f0f2f5;display:flex;gap:1rem;padding:.75rem}.ticket-item:last-child{border-bottom:none}.ticket-item-image{border-radius:6px;flex-shrink:0;height:50px;object-fit:cover;width:50px}.ticket-item-details{flex-grow:1;overflow:hidden}.ticket-item-name{font-weight:500;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ticket-item-price-single{color:#6b7280;font-size:.9rem}.ticket-item-quantity{align-items:center;display:flex;flex-shrink:0;gap:.75rem}.ticket-item-quantity button{align-items:center;background:#fff;border:1px solid #e0e2e7;border-radius:50%;cursor:pointer;display:flex;height:28px;justify-content:center;width:28px}.ticket-item-quantity button:disabled{cursor:not-allowed;opacity:.5}.ticket-item-total{font-size:1.1rem;font-weight:600;min-width:80px;text-align:right}.ticket-item-remove{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:1.5rem;line-height:1;padding:.5rem}.ticket-item-remove:hover{color:#ef4444}.ticket-footer{background-color:#f9fafb;border-top:1px solid #e0e2e7;flex-shrink:0;padding:1.5rem}.summary-row{display:flex;font-size:1rem;justify-content:space-between;margin-bottom:.5rem}.summary-row span:first-child{color:#6b7280}.summary-row span:last-child{color:#1f2937;font-weight:600}.summary-row.total{border-top:1px solid #e0e2e7;font-size:1.2rem;font-weight:700;margin-top:0;padding-top:1rem}.summary-row.total span{color:#1f2937}.coupon-row{display:flex;gap:.5rem;margin-bottom:1rem}.coupon-input{border:1px solid #d1d5db;border-radius:6px;flex-grow:1;padding:.75rem}.validate-coupon-btn{background-color:#e5e7eb;border:none;border-radius:6px;cursor:pointer;font-weight:500;padding:0 1.25rem}.validate-coupon-btn:disabled{cursor:not-allowed;opacity:.5}.applied-coupons-list{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 0}.applied-coupon-tag{background-color:#e0e7ff;border-radius:1rem;font-size:.85rem;font-weight:500;gap:.5rem;padding:.3rem .7rem}.applied-coupon-tag,.remove-coupon-btn{align-items:center;color:#4338ca;display:flex}.remove-coupon-btn{background-color:#c7d2fe;border:none;border-radius:50%;cursor:pointer;font-size:1rem;height:18px;justify-content:center;line-height:1;width:18px}.remove-coupon-btn:hover{background-color:#a5b4fc}.ticket-actions{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr;margin-top:1.5rem}.action-btn{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .2s}.action-btn:disabled{background-color:#d1d5db!important;color:#9ca3af!important;cursor:not-allowed;transform:none}.action-btn:hover:not(:disabled){box-shadow:0 4px 10px #0000001a;transform:translateY(-2px)}.btn-reserve{background-color:#e0e7ff;color:#4338ca}.btn-cancel{background-color:#fee2e2;color:#b91c1c}.btn-charge{background-color:#34d399;color:#064e3b;font-size:1.2rem;grid-column:1/-1}.modal-backdrop-pos{align-items:center;background-color:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1050}.modal-content-pos{background:#fff;border-radius:8px;box-shadow:0 10px 25px #0000001a;max-width:450px;padding:2rem;width:100%}.modal-content-pos h2{font-size:1.5rem;margin-bottom:1rem;margin-top:0}.modal-content-pos p{color:#4b5563;margin-bottom:1.5rem}.modal-form-group{margin-bottom:1.5rem}.modal-form-group label{display:block;font-weight:500;margin-bottom:.5rem}.modal-form-group input,.modal-form-group textarea{border:1px solid #d1d5db;border-radius:6px;font-size:1rem;padding:.75rem;width:100%}.modal-error-message{color:#b91c1c;font-size:.9rem;margin-top:.5rem}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.modal-btn-cancel,.modal-btn-confirm{border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:background-color .2s}.modal-btn-cancel{background-color:#e5e7eb;color:#374151}.modal-btn-cancel:hover{background-color:#d1d5db}.modal-btn-confirm{background-color:#3b82f6;color:#fff}.modal-btn-confirm:hover{background-color:#2563eb}.summary-grid{grid-gap:.5rem 1rem;display:grid;font-size:1.1rem;gap:.5rem 1rem;grid-template-columns:1fr auto;margin:1.5rem 0}.summary-grid label{color:#4b5563;font-weight:500}.summary-grid span{font-weight:600;text-align:right}.summary-grid .expected label,.summary-grid .expected span{color:#1f2937;font-size:1.2rem;font-weight:700}.summary-grid .shortage span{color:#b91c1c}.summary-grid .surplus span{color:#059669}.variant-options-pos{display:flex;flex-wrap:wrap;gap:.75rem}.variant-option-btn{background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#333;cursor:pointer;font-size:.9em;font-weight:500;padding:.6rem 1.2rem;transition:all .2s ease}.variant-option-btn:hover{background-color:#f0f0f0;border-color:#b0b0b0}.variant-option-btn.selected{background-color:#3b82f6;border-color:#3b82f6;box-shadow:0 2px 5px #3b82f64d;color:#fff}.quantity-selector-pos{align-items:center;display:flex;gap:1rem;justify-content:center;margin:1.5rem 0}.quantity-selector-pos button{background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:50%;color:#374151;cursor:pointer;font-size:1.5rem;font-weight:700;height:40px;width:40px}.quantity-selector-pos button:disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.quantity-selector-pos span{font-size:1.5rem;font-weight:500;min-width:40px;text-align:center}.modal-header-pos{margin-bottom:1.5rem;text-align:center}.modal-product-image{background-color:#fcfcfc;border:1px solid #eee;border-radius:8px;height:150px;margin-bottom:1rem;object-fit:contain;width:150px}.modal-description{color:#666;font-size:.9em;margin-top:.5rem}.pos-interface{background-color:#000;box-sizing:border-box;display:flex;font-family:Inter,sans-serif;gap:24px;height:100%;padding:24px;width:100%}.product-area{flex-basis:65%}.product-area,.ticket-area{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;display:flex;min-height:0;min-width:0}.ticket-area{flex-basis:35%;flex-direction:column;flex-shrink:0;overflow:hidden}.pos-container{display:flex;height:100vh;width:100vw}.pos-loader{align-items:center;color:#555;display:flex;font-size:1.5rem;height:100%;justify-content:center;width:100%}.delivery-dashboard-container{--futuristic-bg:#0a0a1a;--futuristic-primary:#00f6ff;--futuristic-secondary:#f0f;--futuristic-success:#00ff89;--futuristic-danger:#ff4d4d;--futuristic-warning:#fffb00;--futuristic-text-primary:#e0e0ff;--futuristic-text-secondary:#a0a0c0;--futuristic-card-bg:#14143266}body.futuristic-theme{background-color:var(--futuristic-bg);background-image:linear-gradient(#0a0a1ee6,#0a0a1ee6),url(https://www.transparenttextures.com/patterns/clean-gray-paper.png)}.delivery-dashboard-container{font-family:Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:900px;padding:1rem}.delivery-dashboard-container .dashboard-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:none;border:1px solid #00f6ff33;border-radius:12px;box-shadow:0 0 20px #00f6ff1a;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem 1.5rem}.delivery-dashboard-container .header-info h1{color:var(--futuristic-primary);font-size:1.5rem;margin:0;text-shadow:0 0 10px var(--futuristic-primary)}.delivery-dashboard-container .header-info span{color:var(--futuristic-text-secondary);font-size:.9rem}.delivery-dashboard-container .header-actions span{background-color:#00f6ff1a;border:1px solid #00f6ff33;border-radius:12px;color:var(--futuristic-text-primary);font-size:1rem;font-weight:500;padding:.3rem .8rem}.delivery-dashboard-container .btn-logout{background:var(--futuristic-danger);border:none;border-radius:6px;box-shadow:0 0 15px var(--futuristic-danger);color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1.2rem;transition:all .2s}.delivery-dashboard-container .btn-logout:hover{box-shadow:0 0 25px var(--futuristic-danger);transform:scale(1.05)}.delivery-dashboard-container .orders-list{display:flex;flex-direction:column;gap:1.5rem}.delivery-dashboard-container .delivery-card{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:var(--futuristic-card-bg);border:1px solid #00f6ff33;border-radius:15px;box-shadow:0 8px 32px 0 #00f6ff1a;overflow:hidden;transition:all .3s ease}.delivery-dashboard-container .delivery-card:hover{box-shadow:0 12px 40px 0 #00f6ff33;transform:translateY(-5px)}.delivery-dashboard-container .card-header{align-items:center;background:#00f6ff1a;display:flex;justify-content:space-between;padding:.75rem 1rem}.delivery-dashboard-container .folio{color:var(--futuristic-text-primary);font-weight:600}.delivery-dashboard-container .timer{background-color:var(--futuristic-success);border-radius:4px;color:#0a0a1a;font-family:Courier New,monospace;font-size:1.1rem;font-weight:700;padding:.25rem .6rem;text-shadow:0 0 5px #fff}.delivery-dashboard-container .timer.late{background-color:var(--futuristic-warning)}.delivery-dashboard-container .card-body{padding:1.5rem}.delivery-dashboard-container .customer-info h3{color:var(--futuristic-text-primary);font-size:1.5rem;margin:0 0 1rem}.delivery-dashboard-container .customer-info p{align-items:center;color:var(--futuristic-text-secondary);display:flex;gap:.75rem;margin:.75rem 0}.delivery-dashboard-container .customer-info p svg{color:var(--futuristic-primary);font-size:1.2rem}.delivery-dashboard-container .customer-info a{align-items:center;color:var(--futuristic-success);display:inline-flex;font-weight:500;gap:.5rem;margin-top:1rem;text-decoration:none;transition:color .2s}.delivery-dashboard-container .customer-info a:hover{color:#fff}.delivery-dashboard-container .card-footer{background-color:#0003;border-top:1px solid #00f6ff33;display:flex;flex-direction:column;gap:1rem;padding:1rem 1.5rem}.delivery-dashboard-container .payment-info{border-radius:8px;font-size:1.2rem;font-weight:700;padding:.5rem;text-align:center}.delivery-dashboard-container .payment-info.collect{background-color:#fffb001a;border:1px solid var(--futuristic-warning);color:var(--futuristic-warning);text-shadow:0 0 10px var(--futuristic-warning)}.delivery-dashboard-container .payment-info.paid{background-color:#00ff891a;border:1px solid var(--futuristic-success);color:var(--futuristic-success)}.delivery-dashboard-container .payment-info .payment-method{color:var(--futuristic-text-secondary);font-size:.9rem;font-weight:400;margin-left:.5rem}.delivery-dashboard-container .delivery-actions{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr 2fr}.delivery-dashboard-container .delivery-actions button{background:#0000;border:1px solid;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1rem;transition:all .2s}.delivery-dashboard-container .delivery-actions button:hover{color:#0a0a1a;transform:scale(1.05)}.delivery-dashboard-container .btn-mark-paid{border-color:var(--futuristic-warning);color:var(--futuristic-warning)}.delivery-dashboard-container .btn-mark-paid:hover{background-color:var(--futuristic-warning);box-shadow:0 0 15px var(--futuristic-warning)}.delivery-dashboard-container .btn-reschedule{border-color:var(--futuristic-text-secondary);color:var(--futuristic-text-secondary)}.delivery-dashboard-container .btn-reschedule:hover{background-color:var(--futuristic-text-secondary);box-shadow:0 0 15px #fff}.delivery-dashboard-container .btn-delivered{border-color:var(--futuristic-primary);color:var(--futuristic-primary)}.delivery-dashboard-container .btn-delivered:hover{background-color:var(--futuristic-primary);box-shadow:0 0 15px var(--futuristic-primary)}.delivery-dashboard-container .no-orders-message{color:var(--futuristic-text-secondary);padding:3rem;text-align:center}.delivery-dashboard-container .modal-content{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:var(--futuristic-card-bg);border:1px solid #00f6ff4d;color:var(--futuristic-text-primary)}.delivery-dashboard-container .modal-content h2{color:var(--futuristic-primary)}.delivery-dashboard-container .form-group label{color:var(--futuristic-text-primary)}.delivery-dashboard-container .form-group input,.delivery-dashboard-container .form-group select,.delivery-dashboard-container .form-group textarea{background-color:#0000004d;border:1px solid #00f6ff4d;color:var(--futuristic-text-primary)}.delivery-dashboard-container .image-upload-container{border:2px dashed #00f6ff80}.delivery-dashboard-container .button-cancel{background-color:var(--futuristic-text-secondary);color:#0a0a1a}.delivery-dashboard-container .button-save{background-color:var(--futuristic-primary);color:#0a0a1a}.delivery-dashboard-container .button-delete-confirm{background-color:var(--futuristic-danger);color:#fff}.futuristic-superadmin-theme{--futuristic-bg:#000;--futuristic-primary:#00f6ff;--futuristic-secondary:#f0f;--futuristic-success:#00ff89;--futuristic-danger:#ff4d4d;--futuristic-text-primary:#e0e0ff;--futuristic-text-secondary:#a0a0c0;--futuristic-module-bg:#0a0a1e66;background-color:initial!important;padding:2rem}.futuristic-superadmin-theme .superadmin-header{align-items:center;border-bottom:2px solid var(--futuristic-primary);display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:.5rem}.futuristic-superadmin-theme .superadmin-header h1{border-bottom:none;color:var(--futuristic-primary);font-size:1.8rem;margin:0;padding-bottom:0;text-shadow:0 0 10px #00f6ff80}.futuristic-superadmin-theme .button-logout-superadmin{background:var(--futuristic-danger);border:1px solid var(--futuristic-danger);border-radius:6px;box-shadow:0 0 10px #ff4d4d80;color:var(--futuristic-text-primary);cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:all .2s}.futuristic-superadmin-theme .button-logout-superadmin:hover{background:#f77;box-shadow:0 0 20px #ff4d4dcc;color:#000;transform:scale(1.05)}.futuristic-superadmin-theme h3{border-bottom:1px solid #00f6ff33;color:var(--futuristic-text-primary);padding-bottom:.75rem}.futuristic-superadmin-theme p{color:var(--futuristic-text-secondary)}.futuristic-superadmin-theme .tox-tinymce{background-color:#000000b3!important;border:1px solid #00f6ff33!important;box-shadow:0 0 10px #00f6ff1a;color:var(--futuristic-text-primary)!important}.futuristic-superadmin-theme .tox-edit-area{background-color:#000000b3!important}.futuristic-superadmin-theme .tox-menubar,.futuristic-superadmin-theme .tox-toolbar-overlord{background-color:#000000e6!important;border-bottom:1px solid var(--futuristic-primary)!important}.futuristic-superadmin-theme .tox-icon,.futuristic-superadmin-theme .tox-tbtn{color:var(--futuristic-text-primary)!important}.futuristic-superadmin-theme .dashboard-module{background:var(--futuristic-module-bg);border:1px solid #00f6ff4d;border-radius:15px;box-shadow:0 0 30px #00f6ff26;padding:2rem}.futuristic-superadmin-theme .maintenance-control{background-color:#00000080;border:1px solid #ffffff1a}.futuristic-superadmin-theme .maintenance-info h4{color:var(--futuristic-primary)}.futuristic-superadmin-theme .toggle-label{color:var(--futuristic-danger);font-size:1rem}.futuristic-superadmin-theme .toggle-label.active{color:var(--futuristic-success)}.futuristic-superadmin-theme .slider{background-color:var(--futuristic-danger);box-shadow:0 0 5px var(--futuristic-danger)}.futuristic-superadmin-theme input:checked+.slider{background-color:var(--futuristic-success);box-shadow:0 0 5px var(--futuristic-success)}.futuristic-superadmin-theme .button-save{background-color:var(--futuristic-primary);border:none;border-radius:6px;box-shadow:0 0 10px #00f6ff80;color:#000;cursor:pointer;font-weight:700;padding:.75rem 1.5rem;transition:all .2s}.futuristic-superadmin-theme .button-save:hover{background-color:#0ff;box-shadow:0 0 20px #00f6ffcc;transform:translateY(-2px)}.login-container{align-items:center;box-sizing:border-box;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;justify-content:center;min-height:100vh;padding:20px;perspective:1000px;position:relative;width:100vw;z-index:10}.login-box{animation:fadeInScale 1s ease-out forwards;background:#000000b3;border:1px solid #00f6ff4d;border-radius:15px;box-shadow:0 0 30px #00f6ff33;color:#fff;max-width:400px;overflow:hidden;padding:40px;position:relative;text-align:center;transform-style:preserve-3d;width:100%}.login-box:after,.login-box:before{animation:gradientShift 20s linear infinite;background:linear-gradient(45deg,#00f6ff,#000,#00f6ff,#000);background-size:400%;border-radius:15px;content:"";height:calc(100% + 4px);left:-2px;opacity:.8;position:absolute;top:-2px;width:calc(100% + 4px);z-index:-1}.login-box:after{filter:blur(20px);opacity:.6}@keyframes gradientShift{0%{background-position:0 0}to{background-position:400% 0}}.login-header h2{animation:slideInLeft .8s ease-out forwards;color:#00f6ff;font-size:2.2rem;font-weight:600;letter-spacing:1px;margin:0 0 10px;text-shadow:0 0 15px #00f6ffcc}.login-header p{color:#ccc;font-size:.9rem;margin-bottom:30px}.input-group{animation:slideInRight .8s ease-out forwards;margin-bottom:25px;opacity:0;position:relative;text-align:left}.input-group input.login-input{background:#ffffff1a;border:1px solid #00f6ff80;border-radius:8px;box-shadow:0 0 5px #00f6ff4d;box-sizing:border-box;color:#00f6ff;font-size:1rem;outline:none;padding:12px 15px;transition:all .3s ease;width:100%}.input-group input.login-input::placeholder{color:#00f6ffb3}.input-group input.login-input:focus{background:#ffffff26;border-color:#0ff;box-shadow:0 0 15px #00f6ffcc,0 0 25px #00f6ff80;color:#0ff}.login-button{animation:fadeInScale 1s ease-out forwards;animation-delay:.6s;background:#00f6ff;border:none;border-radius:8px;box-shadow:0 0 20px #00f6ff99;color:#000;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:10px;opacity:0;padding:15px;transition:all .3s ease;width:100%}.login-button:hover{animation:pulseBorder 1.5s infinite;background:#0ff;box-shadow:0 0 30px #00f6ff;transform:translateY(-3px) scale(1.02)}.login-button:disabled{animation:none;background:#555;box-shadow:none;cursor:not-allowed}.error-message{background:#ff6b6b1a;border:1px solid #ff6b6b4d;border-radius:5px;color:#ff6b6b;font-size:.9rem;margin-bottom:20px;margin-top:-10px;padding:10px}@media (max-width:600px){.login-box{margin:0 15px;padding:30px 20px}.login-header h2{font-size:1.8rem}.login-button{font-size:1.1rem;padding:12px 25px}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body.superadmin-futuristic-bg{background-color:#000!important;background-image:none!important}body.login-page-active{background-color:#000!important;overflow:hidden;position:relative}#starfield{background-color:#000;height:100%;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:-1}@keyframes moveStars{0%{background-position:0 0}to{background-position:-10000px -20000px}}#starfield:after,#starfield:before{animation:moveStars 100s linear infinite;background-repeat:repeat;content:"";height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%}#starfield:before{animation-duration:120s;background-image:radial-gradient(circle at 100px 100px,#fff 1px,#0000 0),radial-gradient(circle at 300px 200px,#fff 1px,#0000 0),radial-gradient(circle at 500px 50px,#fff 1px,#0000 0),radial-gradient(circle at 700px 300px,#fff 1px,#0000 0),radial-gradient(circle at 900px 150px,#fff 1px,#0000 0);background-size:200px 200px,300px 300px,400px 400px,250px 250px,350px 350px}#starfield:after{animation-duration:80s;background-image:radial-gradient(circle at 200px 50px,#f0f8ff 2px,#0000 0),radial-gradient(circle at 600px 250px,#f0f8ff 2px,#0000 0),radial-gradient(circle at 800px 100px,#f0f8ff 2px,#0000 0);background-size:400px 400px,500px 500px,600px 600px;opacity:.5}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes pulseBorder{0%{box-shadow:0 0 0 #00f6ff00}50%{box-shadow:0 0 15px #00f6ffb3}to{box-shadow:0 0 0 #00f6ff00}}
/*# sourceMappingURL=main.499816c4.css.map*/