.product-options-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.product-options-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #e5e7eb}.modal-header h2{font-size:1.5rem;font-weight:600;color:#111827;margin:0}.close-button{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s}.close-button:hover{color:#374151;background:#f3f4f6}.modal-body{padding:24px}.product-info{text-align:center}.product-info img{width:120px;height:120px;object-fit:cover;border-radius:8px;margin-bottom:12px}.product-description{color:#6b7280;line-height:1.5}.option-group{margin-bottom:24px;padding:16px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.option-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 12px}.required{color:#dc2626;margin-left:4px}.option-choices{display:flex;flex-direction:column;gap:8px}.option-choice{display:flex;align-items:center;padding:8px 12px;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:all .2s}.option-choice:hover{border-color:#3b82f6;box-shadow:0 1px 3px #0000001a}.option-choice input{margin-right:12px;width:16px;height:16px;accent-color:#3b82f6}.choice-label{flex:1;display:flex;justify-content:space-between;align-items:center;font-weight:500;color:#374151}.extra-cost{color:#059669;font-weight:600;font-size:.875rem}.validation-errors{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:12px;margin-bottom:16px}.error-message{color:#dc2626;margin:0;font-size:.875rem;font-weight:500}.error-message:not(:last-child){margin-bottom:4px}.quantity-selector{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:24px;padding:16px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.quantity-selector label{font-weight:600;color:#374151}.quantity-controls{display:flex;align-items:center;gap:12px}.stock-hint{margin-top:.5rem;font-size:.85rem;color:#6b7280}.quantity-controls button{width:32px;height:32px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.quantity-controls button:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6}.quantity-controls button:disabled{opacity:.5;cursor:not-allowed}.quantity-display{font-size:1.125rem;font-weight:600;color:#111827;min-width:24px;text-align:center}.modal-footer{padding:16px 24px 24px;border-top:1px solid #e5e7eb;background:#f9fafb;border-radius:0 0 12px 12px}.total-price{font-size:1.25rem;font-weight:700;color:#059669;text-align:center;margin-bottom:16px}.modal-actions{display:flex;gap:12px;justify-content:center}.cancel-button,.add-to-cart-button{padding:12px 24px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;font-size:1rem;min-width:120px}.cancel-button{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.cancel-button:hover{background:#e5e7eb}.add-to-cart-button{background:#3b82f6;color:#fff}.add-to-cart-button:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.add-to-cart-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none}@media (max-width: 640px){.product-options-modal-backdrop{padding:10px}.product-options-modal{max-height:95vh}.modal-header,.modal-body{padding:16px}.modal-footer{padding:12px 16px 16px}.modal-actions{flex-direction:column}.cancel-button,.add-to-cart-button{width:100%}.quantity-selector{flex-direction:column;gap:12px}}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 25px #0000001a;transition:all .3s ease;position:relative}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.product-card.unavailable{opacity:.7}.product-image{position:relative;height:200px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.unavailable-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.1rem}.product-info{padding:1.5rem}.product-name{font-size:1.3rem;font-weight:700;color:#2d3748;margin:0 0 .5rem;line-height:1.3}.product-description{color:#718096;font-size:.95rem}.product-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem}.product-price{display:flex;align-items:baseline;gap:.2rem}.price-label{font-size:1.1rem;color:#e53e3e;font-weight:600}.price-value{font-size:1.5rem;font-weight:700;color:#e53e3e}.add-to-cart-btn{background:#38a169;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.add-to-cart-btn:hover:not(:disabled){background:#2f855a;transform:translateY(-1px)}.add-to-cart-btn:disabled{background:#a0aec0;cursor:not-allowed;transform:none}.stock-info{margin:.5rem 0;font-size:.85rem;font-weight:600}.stock-out{color:#dc3545;background:#dc35451a;padding:.25rem .5rem;border-radius:4px}.stock-low{color:#fd7e14;background:#fd7e141a;padding:.25rem .5rem;border-radius:4px}.stock-available{color:#28a745;background:#28a7451a;padding:.25rem .5rem;border-radius:4px}.stock-untracked{color:#6c5ce7;background:#6c5ce71a;padding:.25rem .5rem;border-radius:4px}.options-indicator{margin:.5rem 0}.options-badge{background:#3b82f6;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.price-note{font-size:.75rem;color:#6b7280;font-weight:500;margin-left:.25rem}@media (max-width: 480px){.product-info{padding:1rem}.product-name{font-size:1.1rem}.product-description{font-size:.9rem;margin-bottom:1rem}.product-footer{flex-direction:column;gap:.75rem;align-items:stretch}.add-to-cart-btn{width:100%;padding:.75rem}}.category-filter{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 8px 32px #0000001a;position:relative}.filter-title{color:#2d3748;font-size:1.3rem;font-weight:600;margin:0 0 1rem;text-align:center}.category-buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.category-btn{display:flex;align-items:center;gap:.5rem;background:#f7fafc;border:2px solid #e2e8f0;color:#4a5568;padding:.75rem 1.25rem;border-radius:50px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.category-btn:hover{background:#edf2f7;border-color:#cbd5e0;transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.category-btn.active{background:#4299e1;color:#fff;border-color:#3182ce;box-shadow:0 4px 20px #4299e14d;font-weight:600}.category-emoji{font-size:1.1rem}.category-label{white-space:nowrap}@media (max-width: 768px){.category-filter{padding:1rem .75rem;position:sticky;top:calc(env(safe-area-inset-top,0px) + .5rem);z-index:25;margin-bottom:1.25rem}.category-buttons{flex-wrap:nowrap;justify-content:flex-start;gap:.65rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding:.25rem .75rem .5rem;margin:0 -.75rem;scrollbar-gutter:stable}.category-buttons::-webkit-scrollbar{height:6px}.category-buttons::-webkit-scrollbar-thumb{border-radius:999px;background:#2d374866}.category-btn{flex:0 0 auto;padding:.55rem 1.1rem;font-size:.9rem;scroll-snap-align:center}.category-filter:after{content:"";position:absolute;top:0;right:0;width:42px;height:calc(100% - .5rem);margin-top:.25rem;pointer-events:none;background:linear-gradient(to left,#fffffff2,#fff0)}.category-filter:before{content:"";position:absolute;top:0;left:0;width:24px;height:calc(100% - .5rem);margin-top:.25rem;pointer-events:none;background:linear-gradient(to right,#fffffff2,#fff0)}}.checkout-form{padding:1rem;overflow-y:auto}.checkout-form h3{margin:0 0 1.5rem;color:#2d3748;font-size:1.3rem;font-weight:600;text-align:center}.error-message{background:#fed7e2;color:#e53e3e;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem;border-left:4px solid #e53e3e}.form-group label{display:block;color:#2d3748;font-weight:600;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:.35rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.form-group input:disabled,.form-group textarea:disabled{background:#f7fafc;color:#718096;cursor:not-allowed}.payment-label{display:block;margin-bottom:.5rem;color:#2d3748;font-weight:600;font-size:.95rem}.payment-options{display:flex;flex-direction:column}.payment-option{display:flex;flex-direction:row;align-items:center;gap:.9rem;padding:.5rem .75rem;border:1px solid transparent;border-radius:8px;background:transparent;cursor:pointer;transition:background .15s ease,border-color .15s ease;margin-bottom:0!important}.payment-option:hover{background:#4299e108}.payment-option.selected{border-color:#4299e159;background:#4299e10f}.payment-option input[type=radio]{accent-color:#4299e1;width:16px;height:16px;margin:0;vertical-align:middle;margin-right:.6rem}.payment-content{display:inline-block;line-height:1}.payment-title{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;color:#2d3748;white-space:nowrap}.payment-method-icon{display:inline-block;height:1em;width:auto;vertical-align:middle}.payment-method-icon--paypal{transform:translate(4px) translateY(4px)}.payment-title-text{line-height:1}.payment-title--image-only{line-height:1;gap:0}.driver-tip-checkbox{display:inline-flex;align-items:center;gap:1rem;margin-top:.5rem;color:#2d3748;font-size:.95rem;font-weight:600}.driver-tip-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:#4299e1;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;display:inline-block;vertical-align:middle;margin-right:0}.driver-tip-checkbox span{display:inline-block;line-height:1;margin-left:12px!important;padding-left:0;cursor:pointer}.driver-tip-chips{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.75rem}.driver-tip-chip{border:1px solid #cbd5e0;background:#fff;color:#2d3748;border-radius:999px;padding:.45rem 1.1rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #0f172a14}.driver-tip-chip:hover:not(:disabled){border-color:#4299e1;color:#2b6cb0}.driver-tip-chip.selected{background:linear-gradient(135deg,#4299e1,#3182ce);border-color:transparent;color:#fff;box-shadow:0 6px 16px #3182ce59}.driver-tip-chip:disabled{opacity:.5;cursor:not-allowed}.checkout-total-summary{margin:1.5rem 0;padding:1rem 1.25rem;background:#f8fafc;border:1px dashed #cbd5e0;border-radius:12px;display:flex;flex-direction:column;gap:.5rem}.checkout-total-summary .summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:#2d3748}.checkout-total-summary .summary-row.tip{color:#2563eb;font-weight:600}.checkout-total-summary .summary-row.total{padding-top:.5rem;border-top:1px dashed #cbd5e0;font-size:1.05rem;font-weight:700;color:#0f766e}.checkout-total-summary .summary-label{font-weight:600}.checkout-total-summary .summary-value{font-variant-numeric:tabular-nums}.form-errors-summary{border:1px solid #e53e3e;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.form-errors-summary h4{margin:0 0 .75rem;color:#c53030;font-size:1rem;font-weight:600}.form-errors-summary ul{margin:0;padding-left:1.25rem}.form-errors-summary li{color:#c53030;font-size:.9rem;margin-bottom:.25rem;line-height:1.4}.email-updates-checkbox{display:inline-flex;align-items:center;gap:1rem;margin-top:.5rem;color:#2d3748;font-size:.95rem;font-weight:600}.email-updates-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:#4299e1;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;display:inline-block;vertical-align:middle;margin-right:0}.email-updates-checkbox span{display:inline-block;line-height:1;transform:none;margin-left:12px!important;padding-left:0;cursor:pointer}.form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1rem;border-top:1px solid #e2e8f0}.cancel-btn{background:#e2e8f0;color:#718096;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;flex:1}.submit-btn{background:#38a169;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;flex:2}.submit-btn:hover:not(:disabled){background:#2f855a}.submit-btn:disabled{background:#a0aec0;cursor:not-allowed}.delivery-time-info{background:linear-gradient(135deg,#e8f4fd,#d1e7ff);border:2px solid #3182ce;border-radius:12px;padding:1rem;margin-bottom:1.5rem;text-align:center}.delivery-time-info h4{margin:0 0 .5rem;color:#2b6cb0;font-size:1.1rem;font-weight:600}.delivery-time-info p{margin:0;color:#2d3748;font-size:.9rem;line-height:1.4}.form-group select{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s ease;font-family:inherit;background:#fff;cursor:pointer}.form-group select:focus{outline:none;border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a}.form-group select:disabled{background:#f7fafc;color:#a0aec0;cursor:not-allowed}.delivery-warning{background:#fef5e7;border:2px solid #ed8936;border-radius:8px;padding:1rem;margin-bottom:1rem;text-align:center}.delivery-warning p{margin:0;color:#c05621;font-size:.9rem;font-weight:500}input[type=date]{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s ease;font-family:inherit;background:#fff}input[type=date]:focus{outline:none;border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a}input[type=date]:disabled{background:#f7fafc;color:#a0aec0;cursor:not-allowed}@media (max-width: 480px){.checkout-form{padding:.5rem}.payment-option{padding:.65rem .85rem}.form-actions{flex-direction:column;gap:.75rem}.cancel-btn,.submit-btn{flex:1}}.payment-option-helper{margin-top:8px;font-size:.85rem;color:var(--text-muted, #555)}.payment-info{margin-top:8px;font-size:.9rem}.payment-info--warning{color:#a15c00}.cart-container{position:relative;display:flex;flex-direction:column;border-radius:12px;background:#fff}.cart-title{margin:0;padding:1.5rem 2rem 1rem;color:#2d3748;font-size:1.5rem;font-weight:700}.cart-modal-close{position:absolute;top:.75rem;right:.75rem;background:#e2e8f0d9;border:none;font-size:1.5rem;color:#475569;cursor:pointer;padding:.35rem .55rem;line-height:1;border-radius:999px;transition:all .2s ease;z-index:2}.cart-modal-close:hover{background:#94a3b866;color:#1f2937}.cart-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.empty-subtitle{font-size:.9rem!important}.cart-items{flex:1;overflow-y:auto;padding:1rem .5rem 1rem 1rem}.cart-items::-webkit-scrollbar{width:8px}.cart-items::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px;margin:4px}.cart-items::-webkit-scrollbar-thumb{background:#888;border-radius:4px;border:1px solid #f1f1f1}.cart-items::-webkit-scrollbar-thumb:hover{background:#555}.cart-items{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.cart-item{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border-bottom:1px solid #e2e8f0}.cart-item:last-child{border-bottom:none}.item-header{display:flex;align-items:center;gap:.75rem}.item-image{width:50px;height:50px;object-fit:cover;border-radius:8px;flex-shrink:0}.item-title{margin:0;font-size:1rem;font-weight:600;color:#2d3748;flex:1}.item-options{margin:0;font-size:.8rem;padding-left:.25rem}.option-detail{display:flex;gap:.5rem;margin-bottom:.25rem}.option-name{font-weight:600;color:#4a5568}.option-value{color:#718096}.item-price-row{padding-left:.25rem}.item-price{margin:0;color:#e53e3e;font-weight:600;font-size:1rem}.item-controls{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding-left:.25rem}.quantity-controls{display:flex;align-items:center;gap:.5rem;background:#f7fafc;border-radius:8px;padding:.25rem}.qty-btn{background:#fff;border:1px solid #e2e8f0;color:#2d3748;width:30px;height:30px;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:600;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.qty-btn:hover{background:#e2e8f0}.quantity{min-width:30px;text-align:center;font-weight:600;color:#2d3748}.remove-btn{background:none;border:none;color:#e53e3e;cursor:pointer;padding:.5rem;border-radius:4px;transition:all .2s ease}.remove-btn:hover{background:#fed7e2}.cart-footer{border-top:1px solid #e2e8f0;padding:1.5rem 2rem;background:#f7fafc;display:flex;flex-direction:column;gap:1rem;align-items:stretch}.cart-total{text-align:center;margin:0;font-size:1.3rem;color:#2d3748}.checkout-btn{background:#38a169;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%}.checkout-btn:hover{background:#2f855a}.cart-modal{width:100%;max-height:75vh;overflow:hidden;display:flex;flex-direction:column}.cart-modal .cart-content{flex:1;overflow-y:auto;padding-bottom:1rem}.cart-modal .cart-title{padding:1.25rem 1.5rem .75rem}.cart-modal .cart-footer{padding:1.25rem 1.5rem 1.5rem}.cart-inline{box-shadow:0 4px 20px #0000001a;overflow:hidden}.cart-inline .cart-title{background:#f7fafc;border-bottom:1px solid #e2e8f0;padding:1.5rem 2rem 1rem}.cart-inline .cart-items{overflow-y:auto;padding-right:.5rem}.cart-inline .empty-cart{padding:2rem;text-align:center;color:#718096}.cart-inline .empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.cart-inline .cart-footer{background:#fff;border-top:1px solid #e2e8f0;padding:1.5rem 2rem}@media (max-width: 768px){.cart-title{padding:1.25rem 1.5rem .75rem;font-size:1.35rem}.cart-footer{padding:1rem 1.5rem;gap:.75rem}.cart-total{margin-bottom:0;font-size:1.15rem}.checkout-btn{padding:.65rem 1.25rem;font-size:.9rem}.cart-modal{max-height:90vh}}@media (max-width: 480px){.cart-title{padding:1rem 1.25rem .5rem;font-size:1.25rem}.cart-items{padding:.5rem}.cart-item{padding:.75rem}.item-info{gap:.5rem}.item-image{width:50px;height:50px}.cart-footer{padding:.85rem 1.25rem 1.2rem;gap:.65rem}.cart-total{font-size:1.05rem}.checkout-btn{padding:.6rem 1rem;font-size:.85rem}}.payment-view{display:flex;flex-direction:column;gap:1rem;text-align:center;padding:2rem 1.5rem}.payment-view__icon{font-size:2.5rem}.payment-view__title{font-size:1.5rem;margin:0}.payment-view__subtitle{color:#5f6368;margin:0}.payment-view__details{background:#f7f9fc;border-radius:12px;padding:1rem;color:#3c4043}.payment-view__warning{color:#c26401;font-weight:600}.payment-view__highlight{font-weight:600}.payment-view__widget{display:flex;flex-direction:column;gap:.75rem;align-items:stretch;background:#fff;border-radius:16px;padding:1.25rem;box-shadow:0 12px 32px #0f54de14;margin:0 -36px}.payment-view__panel{display:flex;flex-direction:column;gap:1.5rem}.payment-view__widget-container{min-height:240px}.payment-view__status{border-radius:12px;padding:.75rem 1rem;font-size:.95rem;margin:.5rem 0 0;text-align:left;width:100%}.payment-view__status--info{background:#e8f0fe;color:#1a73e8}.payment-view__status--success{background:#e6f4ea;color:#0f9d58}.payment-view__status--warning{background:#fff4e5;color:#c26401}.payment-view__status--error{background:#fde8e8;color:#d93025}.payment-view__actions{display:flex;justify-content:center}.payment-view__helper{font-size:.9rem;color:#5f6368;margin:.25rem 0 0}.payment-view__success-icon{font-size:3rem;line-height:1}.payment-view__action-button{background:linear-gradient(135deg,#2d6afe,#4a8dff);color:#fff;border:none;border-radius:999px;padding:.75rem 2.25rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.payment-view__action-button:hover{transform:translateY(-1px);box-shadow:0 12px 24px #3883ff40}.payment-view__action-button:active{transform:translateY(0);box-shadow:none}.payment-view__cta{background:linear-gradient(135deg,#ff9c07,#ff5a5f);color:#fff;border:none;border-radius:999px;padding:.75rem 2.5rem;font-size:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.payment-view__cta:hover{transform:translateY(-1px);box-shadow:0 10px 20px #ff9a074d}.payment-view__cta:active{transform:translateY(0);box-shadow:none}.payment-view__summary{font-size:1.05rem;font-weight:500;color:#202124}.payment-view__method-toggle{display:inline-flex;gap:.75rem;justify-content:center;background:#f3f6fb;border-radius:999px;padding:.4rem}.payment-view__method-button{border:none;background:transparent;padding:.5rem 1.4rem;border-radius:999px;font-size:.95rem;font-weight:600;color:#5f6368;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.payment-view__method-button--active{background:linear-gradient(135deg,#2d6afe,#4a8dff);color:#fff;box-shadow:0 10px 24px #3883ff40}.payment-view__method-button:disabled{opacity:.4;cursor:not-allowed}.payment-view__method-note{display:block;font-size:.75rem;font-weight:500;margin-top:.25rem}.payment-view__paypal{display:flex;flex-direction:column;gap:.75rem;background:#fff;border-radius:16px;padding:1.25rem;box-shadow:0 12px 32px #0f54de0f}.payment-view__paypal-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:8px;padding:.85rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#ffc439,#f7b500);color:#003087;transition:transform .2s ease,box-shadow .2s ease}.payment-view__paypal-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px #ffc43959}.payment-view__paypal-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.payment-view__paypal-footnote{margin:0;font-size:.85rem;color:#5f6368}.payment-view__sandbox-note{display:inline;color:#c5221f;margin-left:.3rem}.payment-view__apple-pay{display:flex;flex-direction:column;gap:.75rem;background:#fff;border-radius:16px;padding:1.25rem;box-shadow:0 12px 32px #0f54de0f}.payment-view__apple-pay-button{display:inline-block;width:100%;max-width:420px;height:44px}.payment-view__apple-pay-fallback-button{display:inline-block;width:100%;max-width:420px;height:44px;background-color:#000;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.payment-view__apple-pay-fallback-button:hover:not(:disabled){background-color:#333}.payment-view__apple-pay-fallback-button:disabled{opacity:.5;cursor:not-allowed}.payment-view__google-pay{display:flex;flex-direction:column;gap:.75rem;background:#fff;border-radius:16px;padding:1.25rem;box-shadow:0 12px 32px #0f54de0f}.payment-view__google-pay-button{display:inline-block;width:100%;max-width:420px;min-height:40px}.order-success{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-align:center;padding:2rem}.success-icon{font-size:4rem;margin-bottom:1rem}.order-success h3{color:#38a169;margin:0 0 1rem;font-size:1.5rem}.order-success p{color:#718096;margin:0;font-size:1.1rem}.cart-summary{position:fixed;bottom:0;left:0;right:0;--cart-summary-bg: #2f423c;background:transparent;border-top:none;box-shadow:none;z-index:300;display:none;color:#fff;padding:.6rem .75rem}.cart-summary-content{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;max-width:1200px;margin:0 auto;background:var(--cart-summary-bg);border-radius:12px;box-shadow:0 6px 18px #02061759}.cart-summary-info{display:flex;align-items:center;gap:.75rem}.cart-summary-icon{font-size:1.2rem}.cart-summary-details{display:flex;flex-direction:column;gap:.125rem}.cart-summary-items{font-size:.85rem;color:#ffffffd9;font-weight:600}.cart-summary-total{font-size:1.1rem;font-weight:800;color:#fff}.go-to-cart-btn{background:transparent;color:#fff;border:none;padding:.45rem .9rem;border-radius:8px;font-size:.95rem;font-weight:700;cursor:pointer;transition:transform .12s ease,background .12s ease;white-space:nowrap}.go-to-cart-btn:hover{background:#ffffff0f;transform:translateY(-2px)}@media (max-width: 768px){.cart-summary{display:block}}.stock-alert{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px;color:#991b1b;box-shadow:0 4px 6px -1px #0000001a}.stock-alert.fixed{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:1000;max-width:500px;width:90%;animation:slideInFromTop .3s ease-out}.stock-alert.inline{margin:16px 0}@keyframes slideInFromTop{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.alert-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.alert-icon{margin-right:8px;font-size:1.1rem}.alert-title{font-weight:600;flex:1;color:#991b1b}.alert-close{background:none;border:none;color:#991b1b;cursor:pointer;font-size:1.2rem;padding:2px 6px;border-radius:4px;transition:background .2s;line-height:1}.alert-close:hover{background:#fecaca}.alert-content{font-size:.875rem}.alert-message{margin:4px 0;line-height:1.4;color:#7f1d1d}.alert-adjustments{margin-top:8px}.alert-adjustments strong{color:#991b1b}@media (max-width: 640px){.stock-alert.fixed{top:10px;width:95%;left:50%;transform:translate(-50%)}.alert-header{flex-wrap:wrap;gap:8px}.alert-icon{margin-right:4px}}.app-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;justify-content:center;align-items:center;padding:1.5rem;z-index:1500}.app-modal-container{position:relative;background:#fff;border-radius:16px;box-shadow:0 24px 60px #0f172a59;max-height:90vh;width:min(100%,540px);display:flex;flex-direction:column;overflow:hidden;animation:appModalIn .28s ease-out}.app-modal-content{padding:1.5rem;overflow-y:auto;max-height:90vh}.app-modal-close-button{position:absolute;top:.75rem;right:.75rem;background:none;border:none;font-size:1.75rem;line-height:1;color:#64748b;cursor:pointer;padding:.25rem;border-radius:999px;transition:background-color .2s ease,color .2s ease}.app-modal-close-button:hover{background:#94a3b833;color:#334155}@keyframes appModalIn{0%{opacity:0;transform:translateY(-16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.app-modal-overlay{padding:.75rem}.app-modal-container{width:100%;max-height:95vh}.app-modal-content{padding:1.25rem 1rem 1.5rem}}:root{--brand-yellow: #ffd23f}.order-page{background:#fff;color:#333}.order-header{background:linear-gradient(#0006,#0006),url(https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);background-size:cover;background-position:center;background-attachment:fixed;color:#fff;box-shadow:0 4px 20px #0000001a;position:relative;z-index:50}.header-content{max-width:1400px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.restaurant-info{flex:1}.restaurant-name{font-size:2.5rem;font-weight:700;color:#fff;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.7)}.restaurant-name .brand-deli{color:var(--brand-yellow);font-weight:800;letter-spacing:-1px}.restaurant-tagline{font-size:1.1rem;color:#ffffffe6;margin:.5rem 0 0;font-style:italic;text-shadow:0 1px 2px rgba(0,0,0,.5);text-align:center}.cart-toggle{display:flex;align-items:center;gap:.5rem;background:#e53e3e;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #e53e3e4d}.cart-toggle:hover{background:#c53030;transform:translateY(-2px);box-shadow:0 6px 20px #e53e3e66}.cart-toggle.has-items{background:#38a169}.cart-toggle.has-items:hover{background:#2f855a}.cart-icon{font-size:1.2rem}.cart-count{background:#fff3;padding:.2rem .5rem;border-radius:20px;font-size:.9rem;min-width:1.5rem;text-align:center}.cart-total{font-weight:700}.order-main{padding:3rem 0;background:#f8f9fa;position:relative;min-height:calc(100vh - 300px)}.main-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}.products-container{min-width:0}.products-section{margin-top:2rem}.section-title{font-size:2rem;font-weight:700;color:#2d3748;margin-bottom:1.5rem;text-align:center}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.empty-products{text-align:center;padding:4rem 2rem;color:#718096;font-size:1.2rem}.desktop-cart-container{display:block}.desktop-cart-sticky{position:sticky;top:2rem;max-height:calc(100vh - 4rem);overflow-y:auto;z-index:100;padding-right:.5rem}.desktop-cart-sticky::-webkit-scrollbar{width:8px}.desktop-cart-sticky::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px;margin:4px}.desktop-cart-sticky::-webkit-scrollbar-thumb{background:#888;border-radius:4px;border:1px solid #f1f1f1}.desktop-cart-sticky::-webkit-scrollbar-thumb:hover{background:#555}.desktop-cart-sticky{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.desktop-cart{width:100%}.mobile-cart-container{display:none;margin-top:2rem}.mobile-cart{margin:0 2rem}.desktop-only{display:flex}.mobile-only{display:none}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;color:#2d3748}.loading-spinner{width:50px;height:50px;border:4px solid rgba(45,55,72,.3);border-left:4px solid #2d3748;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.error-container h2{color:#e53e3e;margin-bottom:1rem}.retry-button{background:#e53e3e;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s ease;margin-top:1rem}.retry-button:hover{background:#c53030;transform:translateY(-1px)}.stock-alert{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:1000;background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;box-shadow:0 4px 12px #00000026;max-width:500px;animation:slideDown .3s ease-out}.alert-content{display:flex;align-items:center;padding:1rem;gap:.75rem}.alert-icon{font-size:1.25rem;flex-shrink:0}.alert-message{flex:1;color:#856404;font-size:.9rem}.alert-dismiss{background:none;border:none;font-size:1.5rem;color:#856404;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.alert-dismiss:hover{background:#8564041a}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 1200px){.main-container{grid-template-columns:1fr 350px;gap:1.5rem}}@media (max-width: 1024px){.main-container{grid-template-columns:1fr 320px;gap:1rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}}@media (max-width: 768px){.main-container{display:block;padding:0 1rem}.desktop-cart-container{display:none}.mobile-cart-container{display:block}.desktop-only{display:none!important}.mobile-only{display:block}.order-header{position:relative;background:linear-gradient(#0006,#0006),url(https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);background-size:cover;background-position:center;background-attachment:scroll}.header-content{flex-direction:column;text-align:center;gap:1rem;padding:1rem}.restaurant-name{font-size:2rem}.restaurant-tagline{font-size:1rem}.products-grid{grid-template-columns:1fr;gap:1rem}.section-title{font-size:1.5rem;text-align:left}.mobile-cart-container{scroll-margin-top:60px;padding-top:1rem}}@media (max-width: 480px){.restaurant-name{font-size:1.8rem}.main-container{padding:0 .5rem}.mobile-cart{margin:0 .5rem}}.product-stock-selector{margin:0}.selector-toolbar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.edit-stocks-btn{background:#4299e1;color:#fff;border:none;padding:.35rem .9rem;border-radius:16px;font-weight:600;font-size:.85rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.edit-stocks-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 12px #4299e140}.edit-stocks-btn:disabled{background:#a0aec0;cursor:not-allowed;box-shadow:none}.selected-chip-row{display:flex;flex-wrap:wrap;gap:.5rem}.stock-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .7rem;border-radius:999px;background:#f1f5f9;border:1px solid #e2e8f0;font-size:.8rem;color:#2d3748;line-height:1;box-shadow:inset 0 0 0 1px #fff9}.stock-chip.chip-good{background:#e6fffa;border-color:#b2f5ea;color:#285e61}.stock-chip.chip-low{background:#fffbea;border-color:#fbd38d;color:#744210}.stock-chip.chip-out{background:#fde8ff;border-color:#fbb6ce;color:#9b2c2c}.stock-chip .override-value{color:#2b6cb0;font-weight:600;font-size:.75rem}.chip-name{font-weight:600}.chip-unit{color:#718096;font-weight:500}.chip-badge{background:#0000000d;border-radius:999px;padding:.1rem .45rem;font-size:.65rem;text-transform:uppercase;letter-spacing:.04em}.stock-chip .badge{display:none}.selected-stock-item{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.6rem .9rem;box-shadow:0 5px 15px #2d37480f}.selected-stock-line{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.stock-name{font-weight:600;color:#2d3748}.badge{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .75rem;border-radius:999px;font-weight:600;font-size:.75rem;text-transform:uppercase}.badge.good{background:#c6f6d5;color:#276749}.badge.low{background:#fefcbf;color:#b7791f}.badge.out{background:#fed7e2;color:#c53030}.override-value{color:#2b6cb0;font-weight:600;font-size:.85rem}.empty-state{margin:1rem 0 0;padding:1rem;background:#f7fafc;border:1px dashed #cbd5e0;border-radius:8px;color:#4a5568;font-size:.9rem}.empty-state.inline{margin:0;padding:.35rem .7rem;border:1px dashed #cbd5e0;border-radius:999px;font-size:.8rem;background:transparent}.info-text{margin:1rem 0 0;color:#4a5568;font-size:.9rem}.selector-toolbar .info-text{margin:0;font-size:.85rem}.product-stock-modal{width:min(760px,95vw)}.product-stock-modal .app-modal-content{display:flex;flex-direction:column;gap:1.5rem;max-height:80vh;width:100%;padding:1.75rem}.modal-header h2{margin:0;font-size:1.4rem;color:#2d3748}.modal-subtitle{margin:0;color:#718096;font-size:.9rem}.modal-toolbar{display:flex;justify-content:flex-end;align-items:center}.create-stock-btn{background:#38a169;color:#fff;border:none;padding:.55rem 1.25rem;border-radius:999px;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.create-stock-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 18px #38a16940}.create-stock-btn:disabled{background:#a0aec0;cursor:not-allowed}.create-stock-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.create-stock-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.create-field{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem;color:#2d3748}.create-field span{font-weight:600}.create-field input{padding:.4rem .55rem;border:2px solid #cbd5e0;border-radius:8px;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.create-field input:focus{border-color:#4299e1;box-shadow:0 0 0 3px #4299e126;outline:none}.create-error{margin:0;color:#c53030;font-size:.85rem;font-weight:600}.create-actions{display:flex;justify-content:flex-end}.submit-create-btn{background:#2b6cb0;color:#fff;border:none;padding:.6rem 1.4rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.submit-create-btn:hover:not(:disabled){background:#1e4e8c;transform:translateY(-1px)}.submit-create-btn:disabled{background:#a0aec0;cursor:not-allowed}.stock-list-panel{display:flex;flex-direction:column;gap:1rem;max-height:55vh;overflow-y:auto;padding-right:.5rem}.stock-row{border:1px solid #e2e8f0;border-radius:10px;padding:1rem;background:#fff;display:flex;flex-direction:column;gap:.75rem;transition:border-color .2s ease,box-shadow .2s ease}.stock-row.selected{border-color:#4299e1;box-shadow:0 8px 18px #4299e12e}.stock-row-main{display:flex;align-items:flex-start;gap:.75rem}.stock-row-main input[type=checkbox]{margin-top:.25rem}.stock-row-content{display:flex;flex-direction:column;gap:.35rem}.stock-unit{color:#4a5568;font-size:.85rem}.stock-notes{color:#718096;font-size:.8rem;font-style:italic}.stock-row-override{display:flex;flex-direction:column;gap:.35rem}.stock-row-override label{font-weight:600;color:#2d3748;font-size:.85rem}.stock-row-override input{width:100%;padding:.4rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;transition:all .2s ease}.stock-row-override input:focus{border-color:#4299e1;outline:none;box-shadow:0 0 0 3px #4299e126}.override-help{margin:0;font-size:.75rem;color:#718096}.modal-actions{display:flex;justify-content:flex-end}.close-modal-btn{background:#2d3748;color:#fff;border:none;padding:.65rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.close-modal-btn:hover{background:#1a202c;transform:translateY(-1px)}@media (max-width: 768px){.product-stock-modal .app-modal-content{max-height:85vh;width:100%;padding:1.5rem 1.25rem}.selector-header{flex-direction:column;align-items:flex-start}.edit-stocks-btn{align-self:stretch;text-align:center}.create-stock-grid{grid-template-columns:1fr}}.options-manager{margin:1.5rem 0;padding:1rem;border:1px solid #e1e5e9;border-radius:8px;background:#f8f9fa}.options-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.options-header h3{margin:0;color:#2c3e50;font-size:1.2rem}.add-option-btn{background:#3498db;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.add-option-btn:hover{background:#2980b9}.no-options{text-align:center;padding:2rem;color:#6c757d;font-style:italic}.options-list{margin-bottom:1rem}.option-item{background:#fff;border:1px solid #dee2e6;border-radius:6px;margin-bottom:1rem;padding:1rem}.option-header-inline{margin-bottom:1rem}.option-name-section{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.option-name-input{flex:1;padding:.5rem;border:2px solid #e1e5e9;border-radius:4px;font-size:1rem;font-weight:600;transition:border-color .2s}.option-name-input:focus{outline:none;border-color:#3498db}.delete-option-btn{background:#e74c3c;color:#fff;border:none;padding:.5rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s;min-width:35px}.delete-option-btn:hover{background:#c0392b}.option-controls{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.option-type-section{display:flex;align-items:center;gap:.5rem}.option-type-section label{font-weight:500;color:#2c3e50}.option-type-select{padding:.375rem .5rem;border:1px solid #dee2e6;border-radius:4px;font-size:.9rem}.option-required-section{display:flex;align-items:center;gap:.25rem}.option-required-section label{display:flex;align-items:center;gap:.25rem;font-size:.9rem;color:#2c3e50;cursor:pointer}.option-errors{background:#ffebee;border:1px solid #f8bbd9;border-radius:4px;padding:.5rem;margin-bottom:1rem}.error-message{color:#c62828;margin:.25rem 0;font-size:.85rem}.choices-section{border-top:1px solid #e9ecef;padding-top:1rem}.choices-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.choices-header h5{margin:0;color:#2c3e50;font-size:1rem}.add-choice-btn{background:#28a745;color:#fff;border:none;padding:.375rem .75rem;border-radius:4px;cursor:pointer;font-size:.8rem;transition:background-color .2s}.add-choice-btn:hover:not(:disabled){background:#218838}.add-choice-btn:disabled{background:#6c757d;cursor:not-allowed}.choices-list{display:flex;flex-direction:column;gap:.5rem}.choice-item-inline{background:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;padding:.75rem}.choice-inputs{display:grid;grid-template-columns:2fr 1fr auto auto;gap:.75rem;align-items:center}.choice-stock-section{margin-top:.75rem}.choice-stock-section .product-stock-selector{background:#fff;border:1px solid #dee2e6;border-radius:6px;padding:.75rem}.choice-name-input{padding:.375rem .5rem;border:1px solid #dee2e6;border-radius:4px;font-size:.9rem}.choice-name-input:focus{outline:none;border-color:#3498db}.choice-cost-section{display:flex;align-items:center;gap:.25rem}.choice-cost-section label{font-size:.8rem;color:#2c3e50;white-space:nowrap}.choice-cost-input{padding:.375rem .5rem;border:1px solid #dee2e6;border-radius:4px;font-size:.9rem;width:80px}.choice-cost-input:focus{outline:none;border-color:#3498db}.choice-default-section{display:flex;align-items:center;gap:.25rem;font-size:.85rem;color:#2c3e50;cursor:pointer;white-space:nowrap}.delete-choice-btn{background:#dc3545;color:#fff;border:none;padding:.375rem .5rem;border-radius:4px;cursor:pointer;font-size:.8rem;transition:background-color .2s;min-width:30px}.delete-choice-btn:hover:not(:disabled){background:#c82333}.delete-choice-btn:disabled{background:#6c757d;cursor:not-allowed}@media (max-width: 768px){.option-controls{flex-direction:column;align-items:flex-start;gap:.75rem}.choice-inputs{grid-template-columns:1fr;gap:.5rem}.choice-cost-section{justify-content:flex-start}.choice-cost-input{width:100px}.choice-default-section{justify-self:start}.delete-choice-btn{justify-self:start;width:fit-content}}@media (max-width: 480px){.options-manager,.option-item{padding:.75rem}.options-header{flex-direction:column;gap:.5rem;align-items:flex-start}.add-option-btn{width:100%}.option-name-section{flex-direction:column;align-items:stretch;gap:.5rem}.delete-option-btn{align-self:flex-end;width:fit-content}}.product-form{padding:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#2d3748;font-weight:600;font-size:.95rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.35rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.form-group input.error,.form-group textarea.error{border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e1a}.form-group input:disabled,.form-group textarea:disabled,.form-group select:disabled{background:#f7fafc;color:#718096;cursor:not-allowed}.form-group textarea{resize:vertical}.field-error{display:block;color:#e53e3e;font-size:.85rem;margin-top:.25rem;font-weight:500}.checkbox-group{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.checkbox-group input[type=checkbox]{width:auto;margin:0}.checkbox-label{margin:0!important;cursor:pointer;color:#2d3748;font-weight:500}.image-help{margin-top:.5rem}.image-help small{color:#718096;font-size:.85rem}.image-preview{margin-top:1rem}.image-preview label{display:block;margin-bottom:.5rem;color:#2d3748;font-weight:600;font-size:.95rem}.image-preview img{max-width:200px;max-height:150px;object-fit:cover;border-radius:8px;border:2px solid #e2e8f0}.form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;justify-content:flex-end}.cancel-btn{background:#e2e8f0;color:#718096;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.cancel-btn:hover:not(:disabled){background:#cbd5e0;color:#2d3748}.cancel-btn:disabled{opacity:.6;cursor:not-allowed}.submit-btn{background:#38a169;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.submit-btn:hover:not(:disabled){background:#2f855a;transform:translateY(-1px)}.submit-btn:disabled{background:#a0aec0;cursor:not-allowed;transform:none}.form-section{margin:2rem 0;padding-top:1.5rem;border-top:2px solid #e2e8f0}.form-section h3{margin:0 0 .5rem;color:#2d3748;font-size:1.25rem;font-weight:600}.section-description{margin:0 0 1rem;color:#718096;font-size:.9rem;line-height:1.4}@media (max-width: 768px){.product-form{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.form-actions{flex-direction:column;gap:.75rem}.cancel-btn,.submit-btn{width:100%}}@media (max-width: 480px){.product-form{padding:1rem}.form-group{margin-bottom:1rem}.form-actions{margin-top:1.5rem;padding-top:1rem}}.product-management{min-height:100vh;background:#f7fafc;padding:2rem 0}.management-header{max-width:1200px;margin:0 auto 2rem;padding:0 2rem;text-align:center}.management-header h1{font-size:2.5rem;font-weight:700;color:#2d3748;margin:0 0 .5rem}.management-header p{font-size:1.1rem;color:#718096;margin:0 0 2rem}.header-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.add-product-btn{background:#38a169;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.add-product-btn:hover{background:#2f855a;transform:translateY(-1px)}.seed-btn{background:#4299e1;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.seed-btn:hover:not(:disabled){background:#3182ce;transform:translateY(-1px)}.seed-btn:disabled{background:#a0aec0;cursor:not-allowed;transform:none}.error-message{max-width:1200px;margin:0 auto 2rem;padding:1rem 2rem;background:#fed7e2;color:#e53e3e;border-radius:8px;border-left:4px solid #e53e3e;text-align:center}.retry-button{background:#e53e3e;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;margin-left:.5rem;font-size:.9rem}.products-table-section{max-width:1200px;margin:0 auto;padding:0 2rem}.products-table-section h2{font-size:1.8rem;font-weight:600;color:#2d3748;margin:0 0 1.5rem;text-align:center}.products-table{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden}.table-header{display:grid;grid-template-columns:80px 1fr 120px 100px 120px 120px 200px;gap:1rem;background:#2d3748;color:#fff;padding:1rem;font-weight:600;font-size:.9rem}.table-row{display:grid;grid-template-columns:80px 1fr 120px 100px 120px 120px 200px;gap:1rem;padding:1rem;border-bottom:1px solid #e2e8f0;align-items:center}.table-row:last-child{border-bottom:none}.table-row:hover{background:#f7fafc}.col-image{display:flex;align-items:center;justify-content:center}.product-thumbnail{width:60px;height:60px;object-fit:cover;border-radius:8px}.col-name strong{display:block;color:#2d3748;font-size:1rem;margin-bottom:.25rem}.product-description-short{margin:0;color:#718096;font-size:.85rem;line-height:1.3}.category-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:capitalize}.category-pizza{background:#fed7e2;color:#e53e3e}.category-burger{background:#feebc8;color:#dd6b20}.category-pasta{background:#c6f6d5;color:#38a169}.category-appetizer{background:#bee3f8;color:#3182ce}.category-seafood{background:#e9d8fd;color:#805ad5}.category-dessert{background:#fbb6ce;color:#d53f8c}.col-price{font-weight:600;color:#e53e3e;font-size:1.1rem}.col-stock{min-width:160px;display:flex;flex-direction:column;gap:.35rem}.stock-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.stock-badge.in-stock{background:#c6f6d5;color:#38a169}.stock-badge.low-stock{background:#fefcbf;color:#d69e2e}.stock-badge.out-of-stock{background:#fed7e2;color:#e53e3e}.stock-badge.untracked{background:#e2e8f0;color:#4a5568}.stock-links{font-size:.75rem;color:#4a5568;line-height:1.3}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.status-badge.available{background:#c6f6d5;color:#38a169}.status-badge.unavailable{background:#fed7e2;color:#e53e3e}.info-banner{background:#ebf8ff;color:#2b6cb0;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.col-actions{display:flex;gap:.5rem;flex-wrap:wrap}.edit-btn{background:#4299e1;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.85rem;cursor:pointer;transition:all .2s ease}.edit-btn:hover:not(:disabled){background:#3182ce}.edit-btn:disabled{background:#a0aec0;cursor:not-allowed}.duplicate-btn{background:#805ad5;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.85rem;cursor:pointer;transition:all .2s ease}.duplicate-btn:hover:not(:disabled){background:#6b46c1}.duplicate-btn:disabled{background:#a0aec0;cursor:not-allowed}.delete-btn{background:#e53e3e;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.85rem;cursor:pointer;transition:all .2s ease}.delete-btn:hover:not(:disabled){background:#c53030}.delete-btn.confirm{background:#c53030;animation:pulse .5s ease-in-out}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.cancel-delete-btn{background:#718096;color:#fff;border:none;padding:.5rem .75rem;border-radius:4px;font-size:.8rem;cursor:pointer;transition:all .2s ease}.cancel-delete-btn:hover{background:#2d3748}.empty-products{text-align:center;padding:4rem 2rem;color:#718096}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-products h3{color:#2d3748;margin:0 0 .5rem}.empty-products p{margin:0;font-size:1.1rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;color:#718096}.loading-spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-left:4px solid #4299e1;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.modal-content{background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;max-width:800px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0;background:#f7fafc}.modal-header h2{margin:0;color:#2d3748;font-size:1.5rem;font-weight:600}.modal-close-btn{background:none;border:none;font-size:1.5rem;color:#718096;cursor:pointer;padding:.5rem;border-radius:4px;transition:all .2s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.modal-close-btn:hover:not(:disabled){background:#e2e8f0;color:#2d3748}.modal-close-btn:disabled{opacity:.5;cursor:not-allowed}.modal-body{flex:1;overflow-y:auto;padding:0}.modal-body .product-form{padding:2rem;background:#fff}@media (max-width: 768px){.modal-overlay{padding:.5rem}.modal-content{max-width:100%;max-height:95vh;border-radius:8px}.modal-header{padding:1rem 1.5rem}.modal-header h2{font-size:1.25rem}.modal-body .product-form{padding:1.5rem}}@media (max-width: 480px){.modal-overlay{padding:0}.modal-content{height:100vh;max-height:100vh;border-radius:0}.modal-header,.modal-body .product-form{padding:1rem}}@media (max-width: 1024px){.table-header,.table-row{grid-template-columns:60px 1fr 100px 80px 100px 100px 120px;gap:.5rem;font-size:.85rem}.product-thumbnail{width:50px;height:50px}}@media (max-width: 768px){.product-management{padding:1rem 0}.management-header{padding:0 1rem}.management-header h1{font-size:2rem}.products-table-section{padding:0 1rem}.products-table{overflow-x:auto}.table-header,.table-row{min-width:700px}}@media (max-width: 480px){.management-header h1{font-size:1.8rem}.add-product-btn,.seed-btn{padding:.75rem 1.5rem;font-size:.9rem}}.orders-management{padding:1.5rem;max-width:1200px;margin:0 auto}.orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:2px solid #e2e8f0;padding-bottom:1rem}.orders-header h2{margin:0;color:#2d3748;font-size:2rem;font-weight:700}.refresh-button{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.refresh-button:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.refresh-button:disabled{opacity:.5;cursor:not-allowed}.status-filter{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0}.status-filter label{font-weight:600;color:#2d3748;white-space:nowrap}.status-select{padding:.5rem 1rem;border:1px solid #cbd5e0;border-radius:6px;background:#fff;font-size:.95rem;color:#2d3748;cursor:pointer;transition:border-color .2s ease}.orders-summary{display:flex;gap:2rem;margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff}.summary-item{display:flex;flex-direction:column;gap:.5rem}.summary-label{font-size:.9rem;opacity:.9;font-weight:500}.summary-value{font-size:1.5rem;font-weight:700}.orders-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:#718096}.orders-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fed7e2;border-radius:12px;border:1px solid #f56565}.orders-error h3{color:#c53030;margin:0 0 1rem}.orders-error p{color:#742a2a;margin:0 0 1.5rem}.no-orders{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#f7fafc;border-radius:12px;border:2px dashed #cbd5e0}.no-orders-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.no-orders h3{color:#4a5568;margin:0 0 1rem}.no-orders p{color:#718096;margin:0}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.order-card:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-1px)}.order-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;cursor:pointer;border-bottom:1px solid #e2e8f0}.order-basic-info{display:flex;flex-direction:column;gap:.5rem}.order-id{font-size:1.1rem;color:#2d3748}.order-customer{font-size:.9rem;color:#4a5568}.order-date{font-size:.85rem;color:#718096}.order-meta{display:flex;align-items:center;gap:1rem}.order-total{font-size:1.2rem;font-weight:700;color:#2d3748}.order-status-badge{padding:.4rem .8rem;border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.expand-icon{font-size:1.2rem;color:#718096;transition:transform .2s ease}.order-details{padding:2rem;background:#fff;border-top:1px solid #e2e8f0}.order-details-section{margin-bottom:2rem}.order-details-section:last-child{margin-bottom:0}.order-details-section h4{margin:0 0 1rem;color:#2d3748;font-size:1.1rem;font-weight:600;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem}.customer-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;background:#f7fafc;padding:1rem;border-radius:8px}.customer-details p{margin:0;font-size:.9rem;color:#4a5568}.customer-details strong{color:#2d3748}.order-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0}.item-options{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.option-tag{background:#e2e8f0;color:#4a5568;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500}.item-price{font-weight:700;color:#e53e3e;font-size:1rem;margin-left:1rem}.status-management{display:flex;align-items:center;gap:1rem}.status-update-select{padding:.75rem 1rem;border:1px solid #cbd5e0;border-radius:8px;background:#fff;font-size:.95rem;color:#2d3748;cursor:pointer;transition:all .2s ease;min-width:150px}.status-update-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.status-update-select:disabled{opacity:.5;cursor:not-allowed}.updating-status{color:#3b82f6;font-size:.9rem;font-weight:600;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.delivery-details{background:#f8fafc;padding:1rem;border-radius:8px;border-left:4px solid #3b82f6}.delivery-details p{margin:.5rem 0;color:#2d3748}.delivery-type{font-weight:600;padding:.25rem .5rem;border-radius:4px;font-size:.9rem}.delivery-type.immediate{background:#dcfce7;color:#166534}.delivery-type.scheduled{background:#dbeafe;color:#1e40af}.delivery-details strong{color:#1a202c}.orders-page{min-height:100vh;background:#f8fafc;padding:1rem}.orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.orders-header h2{margin:0;color:#1a202c;font-size:1.875rem;font-weight:700}.orders-controls{display:flex;align-items:center;gap:1.5rem}.orders-filters{display:flex;gap:1.5rem;align-items:center}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.875rem;font-weight:600;color:#4a5568}.filter-select{padding:.5rem 1rem;border:1px solid #cbd5e0;border-radius:6px;background:#fff;font-size:.875rem;color:#2d3748;cursor:pointer;transition:border-color .2s ease;min-width:120px}.filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.orders-content{display:grid;grid-template-columns:400px 1fr;gap:1.5rem;height:calc(100vh - 180px);min-height:600px}.orders-list-panel{background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;overflow:hidden;display:flex;flex-direction:column}.orders-list{flex:1;overflow-y:auto;padding:.5rem}.order-list-item{padding:1rem;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:.75rem;cursor:pointer;transition:all .2s ease;background:#f8fafc}.order-list-item:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f626;transform:translateY(-1px)}.order-list-item.selected{border-color:#3b82f6;background:#eff6ff;box-shadow:0 0 0 2px #3b82f633}.order-badge-group{display:flex;align-items:center;gap:.5rem}.order-list-item.test-order{border-color:#f97316;background:#fff7ed}.order-list-item.test-order:hover{border-color:#f97316;box-shadow:0 2px 8px #f9731633}.order-list-item.test-order.selected{background:#fff1dc;border-color:#f97316;box-shadow:0 0 0 2px #f9731640}.order-test-chip{background:#f97316;color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .6rem;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.order-test-chip.detail{font-size:.75rem;padding:.25rem .75rem;margin-left:.75rem}.order-details-title{display:flex;align-items:center;gap:.5rem}.test-order-banner{display:flex;align-items:flex-start;gap:.75rem;background:#fff7ed;border:1px solid #f97316;border-radius:8px;padding:.75rem 1rem;margin:1rem 0;color:#9a3412}.test-order-banner p{margin:.25rem 0 0;font-size:.85rem}.test-order-icon{font-size:1.25rem;line-height:1}.order-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.order-id{font-weight:700;color:#1a202c;font-size:.95rem}.order-status-badge{padding:.25rem .75rem;border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase}.order-list-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.customer-name{font-weight:600;color:#2d3748;font-size:.9rem}.order-total{font-weight:700;color:#10b981;font-size:1rem}.order-list-meta{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#718096}.order-tip-badge{background:#fef3c7;color:#92400e;padding:.15rem .6rem;border-radius:999px;font-weight:600;font-size:.75rem;white-space:nowrap}.delivery-type{font-weight:600}.order-details-panel{background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;overflow:hidden;display:flex;flex-direction:column}.order-details-content{flex:1;overflow-y:auto;padding:1.5rem}.order-details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.order-details-header h3{margin:0;color:#1a202c;font-size:1.5rem;font-weight:700}.order-actions{display:flex;align-items:center;gap:1rem}.status-select{padding:.5rem 1rem;border:1px solid #cbd5e0;border-radius:6px;background:#fff;font-size:.875rem;color:#2d3748;cursor:pointer;transition:border-color .2s ease}.status-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.updating-indicator{color:#3b82f6;font-size:.875rem;font-weight:600}.order-details-sections{display:flex;flex-direction:column;gap:1.5rem}.details-section{background:#f8fafc;border-radius:8px;padding:1.25rem;border:1px solid #e2e8f0}.details-section h4{margin:0 0 1rem;color:#2d3748;font-size:1.125rem;font-weight:600}.customer-details p,.delivery-details p{margin:.5rem 0;color:#4a5568;line-height:1.5}.customer-details strong,.delivery-details strong{color:#2d3748;margin-right:.5rem}.delivery-type.immediate{color:#dc2626;font-weight:600}.delivery-type.scheduled{color:#3b82f6;font-weight:600}.order-items{display:flex;flex-direction:column;gap:1rem}.order-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;background:#fff;border-radius:6px;border:1px solid #e2e8f0}.item-info{flex:1}.item-name{font-weight:600;color:#2d3748;margin-bottom:.5rem}.item-options{margin-top:.5rem}.option-group{margin-bottom:.5rem}.option-label{font-size:.875rem;color:#4a5568;font-weight:600;margin-right:.5rem}.option-choices{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.25rem}.choice-tag{background:#e2e8f0;color:#2d3748;padding:.2rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500}.item-price{font-weight:700;color:#10b981;font-size:1rem;margin-left:1rem}.order-total-section{border-top:2px solid #e2e8f0;padding-top:1rem;margin-top:1rem}.total-row{display:flex;justify-content:space-between;align-items:center}.total-row.subtotal-row .total-amount{color:#4b5563;font-weight:600}.total-row.tip-row{color:#1d4ed8;font-weight:600}.total-row.tip-row .total-amount{color:#1d4ed8}.total-row.grand-total-row{border-top:1px dashed #cbd5e0;margin-top:.5rem;padding-top:.5rem}.total-row.grand-total-row .total-amount{color:#047857}.total-label{font-size:1.125rem;font-weight:600;color:#2d3748}.total-amount{font-size:1.25rem;font-weight:700;color:#10b981}.no-selection{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#718096;text-align:center;padding:2rem}.no-selection-icon{font-size:3rem;margin-bottom:1rem}.no-orders{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#718096;text-align:center;padding:2rem}.no-orders-icon{font-size:3rem;margin-bottom:1rem}.no-orders-subtitle{font-size:.875rem;color:#a0aec0;margin-top:.5rem}.orders-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;color:#718096}.loading-spinner{width:3rem;height:3rem;border:4px solid #e2e8f0;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.error-message{padding:1rem;background:#fed7d7;border:1px solid #fc8181;border-radius:6px;margin:1rem;color:#c53030}.mobile-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1000;display:flex;justify-content:center;align-items:center;padding:1rem}@media (min-width: 769px){.mobile-modal-overlay{display:none!important}}.mobile-modal-content{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #00000040}.mobile-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0;background:#f8fafc;border-radius:12px 12px 0 0}.mobile-modal-header h3{margin:0;color:#1a202c;font-size:1.25rem;font-weight:700}.close-modal-button{background:none;border:none;font-size:1.5rem;color:#4a5568;cursor:pointer;padding:.25rem;border-radius:4px;transition:background-color .2s ease}.close-modal-button:hover{background:#e2e8f0}.mobile-modal-body{padding:1.5rem}@media (max-width: 768px){.orders-management{padding:1rem}.orders-header{flex-direction:column;gap:1rem;align-items:stretch}.orders-controls,.orders-filters{flex-direction:column;gap:1rem}.filter-group{flex-direction:row;justify-content:space-between;align-items:center}.filter-select{min-width:150px}.orders-content{grid-template-columns:1fr;height:calc(100vh - 240px)}.order-details-panel{display:none}.mobile-modal-overlay{display:flex}.orders-list-panel{height:100%}.order-list-item{padding:1.25rem;margin-bottom:1rem}.order-list-header{margin-bottom:.75rem}.order-id{font-size:1rem}.order-status-badge{padding:.375rem 1rem;font-size:.8rem}.customer-name{font-size:1rem}.order-total{font-size:1.125rem}.order-list-meta{font-size:.875rem;margin-top:.5rem}}@media (max-width: 480px){.orders-page{padding:.5rem}.orders-header{padding:1rem}.orders-header h2{font-size:1.5rem}.mobile-modal-content{margin:.5rem;width:calc(100% - 1rem)}.mobile-modal-header,.mobile-modal-body,.order-list-item{padding:1rem}.choice-tag{font-size:.7rem;padding:.15rem .4rem}}.delivery-notes{margin-top:1rem;padding:.75rem;background:#f8fafc;border-radius:6px;border-left:3px solid #3b82f6}.delivery-notes p{margin:0}.delivery-notes .notes-content{margin-top:.5rem;font-style:italic;color:#4a5568;line-height:1.5}.opening-hours-management{padding:1.5rem;max-width:1200px;margin:0 auto}.opening-hours-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:2px solid #e2e8f0;padding-bottom:1rem}.opening-hours-header h2{margin:0;color:#2d3748;font-size:2rem;font-weight:700}.save-button{background:#38a169;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.save-button:hover:not(:disabled){background:#2f855a;transform:translateY(-1px)}.save-button:disabled{opacity:.5;cursor:not-allowed}.success-message{background:#c6f6d5;border:1px solid #38a169;color:#2f855a;padding:1rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.error-message{background:#fed7e2;border:1px solid #e53e3e;color:#c53030;padding:1rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.opening-hours-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:#718096}.loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-left:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.opening-hours-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fed7e2;border-radius:12px;border:1px solid #f56565}.error-icon{font-size:3rem;margin-bottom:1rem}.retry-button{background:#e53e3e;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease}.retry-button:hover{background:#c53030}.schedule-section{margin-bottom:3rem}.schedule-section h3{color:#2d3748;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.add-exception-button{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s ease}.add-exception-button:hover{background:#2563eb}.days-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.day-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s ease}.day-card:hover{box-shadow:0 4px 12px #00000026}.day-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.day-header h4{margin:0;color:#2d3748;font-size:1.1rem;font-weight:600}.day-toggle{display:flex;align-items:center;gap:.5rem;cursor:pointer}.day-toggle input[type=checkbox]{width:18px;height:18px;cursor:pointer}.toggle-text{font-weight:600;color:#4a5568}.time-slots{display:flex;flex-direction:column;gap:.75rem}.time-slot{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0}.time-input{padding:.5rem;border:1px solid #cbd5e0;border-radius:6px;font-size:.9rem;color:#2d3748;background:#fff;cursor:pointer}.time-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.time-separator{color:#718096;font-weight:600;white-space:nowrap}.remove-slot-button{background:none;border:none;color:#e53e3e;cursor:pointer;padding:.25rem;border-radius:4px;transition:background .2s ease;font-size:.9rem}.remove-slot-button:hover{background:#fed7e2}.add-slot-button{background:#e2e8f0;color:#4a5568;border:1px dashed #cbd5e0;padding:.75rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.add-slot-button:hover{background:#cbd5e0;border-color:#a0aec0}.no-exceptions{text-align:center;padding:2rem;background:#f7fafc;border:2px dashed #cbd5e0;border-radius:12px;color:#718096}.exceptions-list{display:flex;flex-direction:column;gap:1rem}.exception-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.exception-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.date-input{padding:.5rem;border:1px solid #cbd5e0;border-radius:6px;font-size:.9rem;color:#2d3748;background:#fff;cursor:pointer}.date-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.reason-input{flex:1;min-width:200px;padding:.5rem;border:1px solid #cbd5e0;border-radius:6px;font-size:.9rem;color:#2d3748;background:#fff}.reason-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.exception-toggle{display:flex;align-items:center;gap:.5rem;cursor:pointer;white-space:nowrap}.exception-toggle input[type=checkbox]{width:18px;height:18px;cursor:pointer}.remove-exception-button{background:none;border:none;color:#e53e3e;cursor:pointer;padding:.5rem;border-radius:4px;transition:background .2s ease;font-size:1rem}.remove-exception-button:hover{background:#fed7e2}.exception-time-slots{display:flex;flex-direction:column;gap:.75rem;padding-top:1rem;border-top:1px solid #e2e8f0}.timezone-info{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-top:2rem;color:#4a5568;font-size:.9rem}.timezone-info p{margin:.25rem 0}@media (max-width: 768px){.opening-hours-management{padding:1rem}.opening-hours-header{flex-direction:column;gap:1rem;align-items:flex-start}.days-grid{grid-template-columns:1fr}.day-header{flex-direction:column;gap:.75rem;align-items:flex-start}.time-slot{flex-direction:column;gap:.5rem;align-items:flex-start}.exception-header{flex-direction:column;align-items:flex-start;gap:.75rem}.reason-input{width:100%;min-width:unset}.section-header{flex-direction:column;gap:1rem;align-items:flex-start}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.opening-status-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e5e7eb}.modal-header h3{margin:0;color:#1f2937;font-size:1.5rem;font-weight:600}.close-button{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;padding:.25rem;line-height:1;transition:color .2s ease}.close-button:hover{color:#374151}.modal-content{padding:1.5rem}.loading{text-align:center;padding:2rem;color:#6b7280}.error{text-align:center;padding:2rem}.error p{color:#dc2626;margin-bottom:1rem}.retry-button{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .2s ease}.retry-button:hover{background:#2563eb}.status-content{display:flex;flex-direction:column;gap:1.5rem}.status-indicator{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-radius:10px;transition:all .3s ease}.status-indicator.open{border:2px solid #10b981}.status-indicator.closed{border:2px solid #ef4444}.status-icon{font-size:2.5rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.status-text h4{margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.status-indicator.open .status-text h4{color:#065f46}.status-indicator.closed .status-text h4{color:#991b1b}.current-time{margin:0;font-size:1.5rem;opacity:.8;color:#006400}.status-message{background:#f9fafb;padding:.5rem;border-radius:8px;border-left:4px solid #3b82f6}.status-message>p{margin:0 0 1rem;color:#374151;font-size:1rem;line-height:1.5}.upcoming-open-days{margin-top:1rem;background:#fff;border-radius:10px;border:1px solid #e5e7eb;padding:1rem;box-shadow:inset 0 1px #fff9}.upcoming-open-days h5{margin:0 0 .75rem;color:#6b7280;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.upcoming-open-days-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.opening-day-row{display:flex;flex-direction:column;gap:.35rem}.opening-day-header{display:flex;justify-content:space-between;align-items:center}.opening-day-label{font-weight:600;color:#1f2937;font-size:1rem}.opening-day-date{font-size:.85rem;color:#6b7280;font-weight:500}.opening-day-hours{display:flex;flex-wrap:wrap;gap:.5rem}.opening-day-hours span{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:.85rem;font-weight:600;letter-spacing:.02em}.no-upcoming-openings{margin:0;color:#6b7280;font-size:.9rem}.next-opening h5{margin:0 0 .5rem;color:#6b7280;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.next-time{margin:0;color:#1f2937;font-size:1.1rem;font-weight:600}.ordering-info{background:#f8fafc;border-radius:8px;padding:1.5rem;border:1px solid #e2e8f0}.order-now{text-align:center}.order-now p:first-child{color:#059669;font-size:1.1rem;margin-bottom:.75rem}.order-now p:last-child{color:#6b7280;font-size:.95rem;margin:0;line-height:1.5}.future-ordering{text-align:center}.future-ordering p:first-child{color:#3b82f6;font-size:1.1rem;margin-bottom:.75rem}.future-ordering p:last-child{color:#6b7280;font-size:.95rem;margin:0;line-height:1.5}.modal-footer{padding:1rem 1.5rem 1.5rem;border-top:1px solid #e5e7eb;text-align:center}.close-modal-button{background:#6b7280;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:background-color .2s ease}.close-modal-button:hover{background:#4b5563}@media (max-width: 640px){.modal-overlay{padding:.5rem}.opening-status-modal{max-height:95vh}.modal-header{padding:1rem 1rem .75rem}.modal-header h3{font-size:1.25rem}.modal-content{padding:1rem}.status-indicator{flex-direction:column;text-align:center;gap:.75rem;padding:1rem}.status-icon{font-size:2rem}.status-text h4{font-size:1.25rem}.status-message{padding:1rem}.upcoming-open-days{padding:.85rem}.ordering-info{padding:1rem}}.opening-hours-indicator{position:absolute;top:1rem;right:1rem;background:#fff;border-radius:25px;box-shadow:0 4px 12px #00000026;cursor:pointer;z-index:100;transition:all .3s ease;-webkit-user-select:none;user-select:none;border:2px solid transparent}.opening-hours-indicator:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.opening-hours-indicator.open{border-color:#10b981}.opening-hours-indicator.closed{border-color:#ef4444}.indicator-content{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500}.status-dot{width:10px;height:10px;border-radius:50%;animation:pulse 2s infinite}.opening-hours-indicator.open .status-dot{background:#10b981}.opening-hours-indicator.closed .status-dot{background:#ef4444}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.95)}}.status-text{color:#374151;font-weight:600}.click-hint{font-size:.8rem;opacity:.6;transition:opacity .2s ease}.opening-hours-indicator:hover .click-hint{opacity:1}@media (max-width: 768px){.opening-hours-indicator{top:.5rem;right:.5rem;font-size:.8rem}.indicator-content{padding:.6rem .8rem;gap:.4rem}.status-dot{width:8px;height:8px}}.App:has(.admin-nav) .opening-hours-indicator{top:5rem}@media (max-width: 768px){.App:has(.admin-nav) .opening-hours-indicator{top:4.5rem}}*{box-sizing:border-box}.App{min-height:100vh;display:flex;flex-direction:column}header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:50;padding:1rem 0}header h1{color:#2d3748;margin:0 0 1rem;font-size:2rem;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.1)}.nav{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.nav .button{background:#e2e8f0;color:#2d3748;text-decoration:none;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;font-size:.95rem;transition:all .3s ease;border:2px solid transparent}.nav .button:hover{background:#cbd5e0;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.nav .button.active{background:#4299e1;color:#fff;border-color:#3182ce;box-shadow:0 4px 15px #4299e14d}.admin-nav{background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem 2rem;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.nav-brand h3{color:#fff;margin:0;font-size:1.3rem;font-weight:700}.nav-brand{display:flex;flex-direction:column;gap:.35rem}.environment-pill{display:inline-flex;align-items:center;justify-content:center;background:#ffffff40;color:#fff;padding:.2rem .7rem;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.nav-links{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.nav-links .button{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);text-decoration:none;padding:.6rem 1.2rem;border-radius:25px;font-weight:600;font-size:.9rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-links .button:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-1px)}.nav-links .button.active{background:#fff;color:#667eea;border-color:#fff}.nav-links .button.secondary{background:#ffffff1a;border-color:#fff3}.nav-links .button.secondary:hover{background:#fff3}main{position:relative;min-height:calc(100vh - 200px)}footer{background:#2d3748;color:#a0aec0;text-align:center;padding:1.5rem;margin-top:auto}footer p{margin:0;font-size:.9rem}@media (max-width: 768px){header{padding:.75rem 1rem}header h1{font-size:1.8rem;margin-bottom:.75rem}.nav{gap:.75rem}.nav .button{padding:.5rem 1.25rem;font-size:.9rem}.admin-nav{flex-direction:column;padding:1rem;gap:1rem}.nav-links{width:100%;justify-content:center}.nav-links .button{flex:1;text-align:center;min-width:120px}}@media (max-width: 480px){header h1{font-size:1.6rem}.nav{flex-direction:column;align-items:center;gap:.5rem}.nav .button{width:200px;text-align:center}footer{padding:1rem;font-size:.85rem}}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;--color-primary: #4299e1;--color-primary-dark: #3182ce;--color-success: #38a169;--color-success-dark: #2f855a;--color-danger: #e53e3e;--color-danger-dark: #c53030;--color-warning: #dd6b20;--color-warning-dark: #c05621;--color-text: #2d3748;--color-text-muted: #718096;--color-background: #ffffff;--color-background-alt: #f7fafc;--color-border: #e2e8f0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--scrollbar-width: 16px;--scrollbar-track: rgba(15, 23, 42, .06);--scrollbar-thumb: rgba(45, 55, 72, .92);--scrollbar-thumb-hover: rgba(45, 55, 72, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:inherit;color:var(--color-text);background-color:var(--color-background);min-height:100vh;margin:0}#root{min-height:100vh;width:100%}h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:600;line-height:1.25;color:var(--color-text)}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem;font-weight:600}h3{font-size:1.5rem;font-weight:600}p{line-height:1.6;color:var(--color-text)}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-primary-dark)}button{font-family:inherit;font-size:inherit;border:none;cursor:pointer;transition:all .2s ease}button:focus{outline:2px solid var(--color-primary);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.6}input,textarea,select{font-family:inherit;font-size:inherit}input:focus,textarea:focus,select:focus{outline:none}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-primary{color:var(--color-primary)}.text-success{color:var(--color-success)}.text-danger{color:var(--color-danger)}.text-warning{color:var(--color-warning)}.text-muted{color:var(--color-text-muted)}.bg-primary{background-color:var(--color-primary)}.bg-success{background-color:var(--color-success)}.bg-danger{background-color:var(--color-danger)}.bg-warning{background-color:var(--color-warning)}.rounded{border-radius:8px}.rounded-lg{border-radius:12px}.rounded-xl{border-radius:16px}.rounded-full{border-radius:9999px}.shadow{box-shadow:0 2px 8px #0000001a}.shadow-lg{box-shadow:0 8px 25px #00000026}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}html{scrollbar-gutter:stable both-edges}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:10px;margin:6px 2px}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:10px;box-shadow:inset 0 0 0 3px var(--color-background)}::-webkit-scrollbar-thumb:hover,::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-hover)}*{scrollbar-width:auto;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}@media (max-width: 767px){html{overflow:scroll;-webkit-overflow-scrolling:touch}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width);-webkit-appearance:none}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:10px;margin:6px 2px}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:10px;box-shadow:inset 0 0 0 3px var(--color-background)}::-webkit-scrollbar-thumb:hover,::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-hover)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .5s ease-out}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media print{*{background:#fff!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}.cart-overlay,.cart-sidebar,button{display:none!important}}
