.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}.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}.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}.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}.category-buttons{gap:.5rem}.category-btn{padding:.5rem 1rem;font-size:.9rem}}@media (max-width: 480px){.category-buttons{flex-direction:column}.category-btn{justify-content:center;width:100%}}.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 input,.form-group textarea{width:100%;padding:.75rem;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}.form-group textarea{resize:vertical;min-height:80px}.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}.form-actions{flex-direction:column;gap:.75rem}.cancel-btn,.submit-btn{flex:1}}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;display:flex;justify-content:flex-end}.cart-sidebar{width:100%;max-width:450px;background:#fff;height:100vh;box-shadow:-4px 0 20px #0000001a;display:flex;flex-direction:column;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0;background:#f7fafc}.cart-header h2{margin:0;color:#2d3748;font-size:1.5rem;font-weight:700}.close-btn{background:none;border:none;font-size:1.5rem;color:#718096;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s ease}.close-btn:hover{background:#e2e8f0;color:#2d3748}.cart-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.empty-cart{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-align:center;padding:2rem;color:#718096}.empty-cart p{margin:.5rem 0;font-size:1.1rem}.empty-subtitle{font-size:.9rem!important}.cart-items{flex:1;overflow-y:auto;padding:1rem}.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}.cart-total{text-align:center;margin-bottom:1.5rem;font-size:1.3rem;color:#2d3748}.cart-actions{display:flex;gap:1rem}.clear-cart-btn{background:#e2e8f0;color:#718096;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;flex:1}.clear-cart-btn:hover{background:#cbd5e0;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;flex:2}.checkout-btn:hover{background:#2f855a}.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-inline{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden}.cart-inline .cart-header{background:#f7fafc;border-bottom:1px solid #e2e8f0;padding:1.5rem 2rem}.cart-inline .cart-header h2{margin:0;color:#2d3748;font-size:1.5rem;font-weight:700}.cart-inline .cart-content{display:flex;flex-direction:column;max-height:none}.cart-inline .cart-items{overflow-y:auto}.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-sidebar{max-width:100%}.cart-header,.cart-footer{padding:1rem 1.5rem}.cart-actions{flex-direction:column;gap:.75rem}.clear-cart-btn,.checkout-btn{flex:1}}@media (max-width: 480px){.cart-items{padding:.5rem}.cart-item{padding:.75rem}.item-info{gap:.5rem}.item-image{width:50px;height:50px}}.cart-summary{position:fixed;top:0;left:0;right:0;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 10px #0000001a;z-index:300;display:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cart-summary-content{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;max-width:1200px;margin:0 auto}.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:#718096;font-weight:500}.cart-summary-total{font-size:1.1rem;font-weight:700;color:#2d3748}.go-to-cart-btn{background:#38a169;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.go-to-cart-btn:hover{background:#2f855a;transform:translateY(-1px)}@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}}.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-tagline{font-size:1.1rem;color:#ffffffe6;margin:.5rem 0 0;font-style:italic;text-shadow:0 1px 2px rgba(0,0,0,.5)}.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}.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;margin-top:50px;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}}.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-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:.75rem;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;min-height:100px}.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:120px}.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}.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}.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;background:#f8fafc;border-bottom:1px solid #e2e8f0;transition:background .2s ease}.order-header:hover{background:#f1f5f9}.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-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}.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-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{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:2px solid #10b981}.status-indicator.closed{background:linear-gradient(135deg,#fef2f2,#fecaca);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:.9rem;opacity:.8}.status-message{background:#f9fafb;padding:1.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}.next-opening{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.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,.ordering-info{padding:1rem}}.opening-hours-indicator{position:fixed;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-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%}*{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}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-background-alt)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}@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}}
