:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#213547;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}a{color:#ff6b35;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#f9f9f9;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.terms-container{background:#fff;max-width:800px;min-height:100vh;margin:0 auto;padding:20px}.terms-header{border-bottom:2px solid #e0e0e0;margin-bottom:30px;padding-bottom:20px}.back-button{color:#2563eb;margin-bottom:15px;font-size:16px;text-decoration:none;transition:color .2s;display:inline-block}.back-button:hover{color:#1d4ed8}.terms-header h1{color:#1f2937;margin:0;font-size:32px}.terms-content{color:#374151;line-height:1.8}.terms-content section{margin-bottom:30px}.terms-content h2{color:#1f2937;margin-bottom:15px;font-size:22px;font-weight:600}.terms-content p{margin-bottom:15px;font-size:16px}.terms-content ul{margin-bottom:15px;margin-left:25px}.terms-content li{margin-bottom:8px;font-size:16px}.terms-content a{color:#2563eb;text-decoration:underline}.terms-content a:hover{color:#1d4ed8}.terms-content em{color:#6b7280;font-size:14px}@media (max-width:768px){.terms-container{padding:15px}.terms-header h1{font-size:24px}.terms-content h2{font-size:18px}.terms-content p,.terms-content li{font-size:14px}}.app-footer{color:#f3f4f6;background:#1f2937;margin-top:60px;padding:40px 20px 20px}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1200px;margin:0 auto 30px;display:grid}.footer-section h3{color:#fff;margin-bottom:15px;font-size:18px;font-weight:600}.footer-section p{color:#d1d5db;margin-bottom:8px;font-size:14px;line-height:1.6}.footer-section ul{margin:0;padding:0;list-style:none}.footer-section ul li{margin-bottom:10px}.footer-section ul li a{color:#d1d5db;font-size:14px;text-decoration:none;transition:color .2s}.footer-section ul li a:hover{color:#fff;text-decoration:underline}.footer-bottom{text-align:center;border-top:1px solid #374151;max-width:1200px;margin:0 auto;padding-top:20px}.footer-bottom p{color:#9ca3af;margin:8px 0;font-size:13px}.payment-info{flex-direction:column;align-items:center;gap:8px;margin-top:15px;display:flex}.payment-badge{color:#fff;background:#059669;border-radius:4px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}.payment-methods{color:#d1d5db;font-size:12px}@media (max-width:768px){.app-footer{margin-top:40px;padding:30px 15px 15px}.footer-content{grid-template-columns:1fr;gap:25px}.footer-section{text-align:center}.footer-section ul li a{padding:8px 0;display:block}}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-size:16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}.app{background:#fff;max-width:100vw;min-height:100vh;margin:0 auto;position:relative;overflow-x:hidden}.loading-container,.error-container,.session-loading,.session-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-width:100vw;min-height:100vh;padding:2rem;display:flex}.loader{border:4px solid #f3f3f3;border-top-color:#ff6b35;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.menu-container{background:#f4f5f6;min-height:100vh;padding-bottom:100px}.menu-header{color:#1c1c1c;z-index:100;box-shadow:none;background:#fff;border-bottom:1px solid #f0f0f0;padding:1rem 1rem .5rem;position:sticky;top:0}.menu-header h1{color:#282c3f;margin-bottom:.25rem;font-size:clamp(1.25rem,5vw,1.5rem);font-weight:800}.subtitle{opacity:.7;color:#686b78;font-size:.85rem;font-weight:500}.category-filter{-webkit-overflow-scrolling:touch;scrollbar-width:none;z-index:99;background:#fff;border-bottom:1px solid #f0f0f0;gap:.75rem;padding:1rem;display:flex;position:sticky;top:70px;overflow-x:auto;box-shadow:0 2px 4px #0000000a}.category-filter::-webkit-scrollbar{display:none}.category-btn{cursor:pointer;white-space:nowrap;color:#686b78;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#fff;border:1px solid #e0e0e0;border-radius:50px;flex-shrink:0;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s}.category-btn.active{color:#fff;background:#282c3f;border-color:#282c3f;box-shadow:0 2px 8px #282c3f33}.menu-content{max-width:800px;margin:0 auto;padding:0}.menu-category{background:#fff;border-bottom:12px solid #f4f5f6;margin-bottom:1rem;padding-bottom:1rem}.menu-category:last-child{border-bottom:none}.category-title{color:#282c3f;letter-spacing:-.3px;margin:0;padding:1.5rem 1rem 1rem;font-size:1.1rem;font-weight:800}.menu-items-grid{flex-direction:column;display:flex}.menu-item-card{background:#fff;border-bottom:1px solid #f0f0f0;justify-content:space-between;gap:1rem;padding:1.5rem 1rem;display:flex;position:relative}.menu-item-card:last-child{border-bottom:none}.menu-item-card.unavailable{opacity:.6;filter:grayscale()}.menu-item-card.has-offer{background:linear-gradient(90deg,#ff6b350a 0%,#fff 10%);border-left:3px solid #ff6b35}.menu-item-card.has-offer .menu-item-info{padding-top:1.75rem}.menu-item-card .offer-badge{color:#fff;text-transform:uppercase;z-index:5;letter-spacing:.3px;background:linear-gradient(135deg,#ff6b35 0%,#d84315 100%);border-radius:4px;padding:4px 10px;font-size:.7rem;font-weight:700;position:absolute;top:8px;left:8px;box-shadow:0 2px 6px #ff6b354d}.menu-item-info{flex-direction:column;flex:1;justify-content:flex-start;min-width:0;display:flex}.menu-item-header{align-items:flex-start;margin-bottom:.25rem;display:flex}.menu-item-title{color:#282c3f;margin:0;font-size:1.05rem;font-weight:700;line-height:1.2}.menu-item-price-row{margin-bottom:.5rem}.menu-item-price{color:#282c3f;font-size:.95rem;font-weight:500}.price-with-offer{flex-direction:column;gap:2px;display:flex}.price-with-offer .original-price{color:#93959f;font-size:.85rem;font-weight:400;text-decoration:line-through}.price-with-offer .discounted-price{color:#ff6b35;font-size:1.05rem;font-weight:700}.menu-item-desc{color:#282c3f99;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:.5rem 0 0;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.menu-item-meta{margin-top:.75rem}.prep-time{color:#7e808c;background:#f9f9f9;border-radius:4px;align-items:center;gap:.25rem;padding:2px 6px;font-size:.75rem;font-weight:600;display:inline-flex}.menu-item-image-wrapper{flex-direction:column;flex-shrink:0;align-items:center;width:118px;display:flex;position:relative}.menu-item-image-container{background:#f4f5f6;border-radius:12px;width:118px;height:118px;position:relative;overflow:hidden}.menu-item-img{object-fit:cover;width:100%;height:100%}.menu-item-img-placeholder{background:#fff0ed;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.placeholder-icon{opacity:.5;font-size:2rem}.unavailable-overlay{color:#686b78;background:#fffc;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex;position:absolute;inset:0}.add-btn{color:#ff6b35;cursor:pointer;white-space:nowrap;text-transform:uppercase;z-index:2;-webkit-tap-highlight-color:transparent;background:#fff;border:1px solid #d4d5d9;border-radius:8px;justify-content:center;align-items:center;min-width:90px;height:36px;padding:.5rem 2rem;font-size:.9rem;font-weight:800;display:flex;position:absolute;bottom:-10px;left:50%;transform:translate(-50%);box-shadow:0 3px 8px #00000014}.add-btn:active{background:#e9e9eb;transform:translate(-50%)scale(.95)}.add-btn.disabled{color:#a9abb2;box-shadow:none;background:#f4f5f6;border-color:#f4f5f6}.empty-menu{text-align:center;color:#93959f;padding:3rem 1rem;font-size:.9rem}.portion-indicator{margin-top:.5rem}.portion-badge{color:#ff6b35;background:#ff6b351a;border-radius:4px;padding:3px 8px;font-size:.7rem;font-weight:600;display:inline-block}.portion-modal-overlay{z-index:9999;background:#00000080;justify-content:center;align-items:flex-end;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.portion-modal{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:500px;max-height:80vh;padding:1.5rem;animation:.3s ease-out slideUp;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.portion-modal-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.portion-modal-header h3{color:#282c3f;margin:0;font-size:1.1rem;font-weight:700}.close-btn{color:#93959f;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.5rem;transition:background .2s;display:flex}.close-btn:hover{background:#f4f5f6}.portion-options{flex-direction:column;gap:.75rem;display:flex}.portion-option{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fff;border:2px solid #e9e9eb;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem 1.25rem;transition:all .2s;display:flex}.portion-option:active{background:#f9f9f9;transform:scale(.98)}.portion-option:hover{background:#ff6b3505;border-color:#ff6b35}.portion-name{color:#282c3f;font-size:1rem;font-weight:600}.portion-price{color:#ff6b35;font-size:1rem;font-weight:700}.portion-price-group{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.portion-price-original{color:#93959f;font-size:.875rem;font-weight:500;text-decoration:line-through}.portion-price-discounted{color:#60b246;font-size:1.125rem;font-weight:700}.cart-button{color:#fff;cursor:pointer;z-index:1000;-webkit-tap-highlight-color:transparent;background:linear-gradient(135deg,#ff6b35 0%,#d84315 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex;position:fixed;bottom:24px;right:16px;box-shadow:0 6px 20px #ff6b3566}.cart-button:active{transform:scale(.9)}.cart-icon{font-size:1.75rem}.cart-count{color:#fff;background:#e74c3c;border:3px solid #fff;border-radius:13px;justify-content:center;align-items:center;min-width:26px;height:26px;padding:0 6px;font-size:.85rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 8px #0003}.cart-page{background:#f4f5f6;min-width:100vw;min-height:100vh;padding-bottom:2rem}.cart-header{z-index:100;background:#fff;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1rem;display:flex;position:sticky;top:0;box-shadow:0 2px 4px #0000000d}.cart-header h2{color:#282c3f;text-align:center;flex:1;font-size:1.25rem;font-weight:700}.back-btn{color:#ff6b35;cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:.5rem;font-size:1rem;font-weight:600;transition:opacity .2s;display:flex}.back-btn:hover{opacity:.7}.header-spacer{width:50px}.cart-container{max-width:800px;margin:0 auto;padding:1rem}.cart-empty{background:#f4f5f6;flex-direction:column;justify-content:center;align-items:center;width:100vw;min-height:100vh;padding:4rem 2rem;display:flex}.cart-empty h2{color:#282c3f;margin-bottom:.5rem;font-size:1.5rem}.cart-empty p{color:#686b78;margin-bottom:2rem}.cart-items{margin-bottom:1.5rem}.cart-item-card{background:#fff;border-radius:12px;margin-bottom:.75rem;padding:1rem;transition:box-shadow .2s;box-shadow:0 1px 3px #00000014}.cart-item-card:hover{box-shadow:0 2px 8px #0000001f}.cart-item-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.cart-item-details{flex:1}.cart-item-name{color:#282c3f;margin-bottom:.25rem;font-size:1rem;font-weight:600}.cart-item-price{color:#686b78;font-size:.875rem}.cart-item-pricing{flex-direction:column;gap:.25rem;display:flex}.cart-original-price{color:#93959f;font-size:.8rem;font-weight:400;text-decoration:line-through}.cart-discounted-price{color:#ff6b35;font-size:.95rem;font-weight:700}.cart-offer-label{color:#ff6b35;background:#fff5f0;border-radius:4px;width:fit-content;padding:2px 6px;font-size:.7rem;font-weight:600;display:inline-block}.remove-item-btn{color:#e74c3c;cursor:pointer;background:#fee;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.25rem;font-weight:400;line-height:0;transition:all .2s;display:flex}.remove-item-btn:hover{color:#fff;background:#e74c3c}.cart-item-footer{justify-content:space-between;align-items:center;display:flex}.quantity-control{background:#f8f8f8;border-radius:8px;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.qty-btn{cursor:pointer;color:#ff6b35;background:#fff;border:1px solid #ddd;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.qty-btn:hover:not(:disabled){color:#fff;background:#ff6b35;border-color:#ff6b35}.qty-btn:disabled{opacity:.3;cursor:not-allowed}.qty-display{text-align:center;color:#282c3f;min-width:30px;font-size:1rem;font-weight:600}.cart-item-subtotal{flex-direction:column;align-items:flex-end;display:flex}.subtotal-label{color:#686b78;margin-bottom:.125rem;font-size:.75rem}.subtotal-value{color:#282c3f;font-size:1rem;font-weight:700}.cart-summary-section{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #00000014}.summary-title{color:#282c3f;margin-bottom:1rem;font-size:1.125rem;font-weight:700}.summary-details{margin-bottom:1.25rem}.summary-line{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.summary-label{color:#686b78;font-size:.9375rem}.summary-amount{color:#282c3f;font-size:.9375rem;font-weight:600}.summary-divider{background:#e8e8e8;height:1px;margin:1rem 0}.summary-total{margin-bottom:0;padding-top:.5rem}.summary-total .summary-label{color:#282c3f;font-size:1.125rem;font-weight:700}.summary-total .summary-amount{color:#ff6b35;font-size:1.25rem;font-weight:700}.checkout-button{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:linear-gradient(135deg,#ff6b35 0%,#e55a2b 100%);border:none;border-radius:10px;width:100%;margin-top:1rem;padding:1rem;font-size:1.0625rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #ff6b354d}.checkout-button:hover{background:linear-gradient(135deg,#e55a2b 0%,#d84315 100%);transform:translateY(-2px);box-shadow:0 6px 16px #ff6b3566}.checkout-button:active{transform:translateY(0)scale(.98);box-shadow:0 2px 8px #ff6b354d}.checkout-container{min-width:100vw;padding:1.5rem}.checkout-section{background:#fff;border:1px solid #e0e0e0;border-radius:12px;margin-bottom:1rem;padding:1.5rem}.checkout-section h3{color:#333;margin-bottom:1rem;font-size:1.2rem}.form-group{margin-bottom:1rem}.form-group label{color:#333;margin-bottom:.5rem;font-weight:600;display:block}.form-group input,.form-group textarea{appearance:none;border:2px solid #e0e0e0;border-radius:10px;width:100%;padding:.9rem;font-size:1rem}.form-group input:focus,.form-group textarea:focus{border-color:#ff6b35;outline:none;box-shadow:0 0 0 3px #ff6b351a}.loyalty-section{background:linear-gradient(135deg,#ff6b3514 0%,#d8431514 100%)}.loyalty-header{justify-content:space-between;align-items:center;display:flex}.link-btn{color:#ff6b35;cursor:pointer;background:0 0;border:none;font-weight:600;text-decoration:underline}.loyalty-login{gap:.5rem;margin-top:1rem;display:flex}.loyalty-login input{flex:1}.loyalty-info{color:#fff;background:linear-gradient(135deg,#ff6b35 0%,#d84315 100%);border-radius:8px;padding:1rem}.loyalty-info p{color:#fff;margin:.5rem 0}.loyalty-info .small-text{color:#ffffffe6;font-size:.875rem;font-style:italic}.redeem-controls{background:#fff;border-radius:8px;margin-top:1rem;padding:1rem}.redeem-controls label{color:#333;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.input-group{align-items:center;gap:.5rem;display:flex}.input-group input[type=number]{border:2px solid #e0e0e0;border-radius:8px;flex:1;min-width:0;padding:.75rem;font-size:1rem}.input-group input[type=number]:focus{border-color:#ff6b35;outline:none}.secondary-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#ff6b35;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.secondary-btn:hover{background:#d84315;transform:translateY(-1px)}.secondary-btn:active{transform:translateY(0)}.discount-preview{color:#2e7d32;background:#f0f9f4;border-left:3px solid #4caf50;border-radius:4px;margin-top:.75rem;padding:.5rem;font-weight:600}.loyalty-badge{align-items:center;gap:1rem;display:flex}.loyalty-icon{font-size:2rem}.loyalty-title{margin-bottom:.25rem;font-weight:600}.loyalty-points{font-size:1.2rem;font-weight:700}.order-type-selector{gap:1rem;display:flex}.order-type-btn{cursor:pointer;background:#fff;border:2px solid #ddd;border-radius:8px;flex:1;padding:1rem;font-size:1rem;font-weight:600}.order-type-btn.active{color:#fff;background:#ff6b35;border-color:#ff6b35}.order-summary .summary-item{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.summary-item-details{flex-direction:column;flex:1;gap:.25rem;display:flex}.summary-item-name{color:#282c3f;font-weight:500}.summary-item-offer-tag{color:#ff6b35;background:#fff5f0;border-radius:4px;width:fit-content;padding:2px 6px;font-size:.7rem;font-weight:600;display:inline-block}.summary-item-price{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.summary-original-price{color:#93959f;font-size:.8rem;font-weight:400;text-decoration:line-through}.summary-discounted-price{color:#ff6b35;font-weight:700}.summary-item.savings-highlight{background:#fff5f0;border-left:3px solid #ff6b35;border-radius:6px;margin:.5rem 0;padding:.5rem}.savings-amount{color:#ff6b35;font-weight:700}.summary-item.discount{color:#4caf50;font-weight:600}.summary-divider{border-top:1px solid #e0e0e0;margin:1rem 0}.summary-item.total{border-top:2px solid #333;padding-top:1rem;font-size:1.2rem;font-weight:700}.place-order-btn{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:linear-gradient(135deg,#ff6b35 0%,#d84315 100%);border:none;border-radius:12px;width:100%;margin-top:1.5rem;padding:1.2rem;font-size:1.15rem;font-weight:700;box-shadow:0 4px 16px #ff6b3566}.place-order-btn:active:not(:disabled){transform:scale(.98)}.place-order-btn:disabled{cursor:not-allowed;opacity:.6;box-shadow:none;background:#ccc}.confirmation-container{padding:2rem 1.5rem}.confirmation-success{text-align:center;margin-bottom:2rem}.success-icon{color:#fff;background:#27ae60;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1rem;font-size:3rem;display:flex}.order-number{color:#ff6b35;font-size:1.1rem;font-weight:600}.confirmation-section{background:#fff;border:1px solid #e0e0e0;border-radius:12px;margin-bottom:1rem;padding:1.5rem}.detail-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem;display:flex}.detail-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.detail-value{font-weight:600}.status-badge{color:#fff;background:#ff9800;border-radius:20px;padding:.25rem .75rem;font-size:.85rem;font-weight:600}.loyalty-earned{color:#fff;text-align:center;background:linear-gradient(135deg,#ff6b35 0%,#d84315 100%)}.loyalty-earned .loyalty-icon{margin-bottom:.5rem;font-size:3rem}.points-earned{margin:1rem 0;font-size:1.2rem;font-weight:700}.points-note{opacity:.9;font-size:.9rem}.next-steps{margin-top:1rem}.step{gap:1rem;margin-bottom:1rem;display:flex}.step-number{color:#fff;background:#ff6b35;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex}.confirmation-actions{margin-top:2rem}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:8px;width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:600}.btn-primary{color:#fff;background:#ff6b35}.btn-secondary{color:#333;background:#ecf0f1}.error-message{color:#fff;text-align:center;background:#e74c3c;border-radius:8px;margin:1rem 0;padding:1rem}button,.cart-item-controls button,.quantity-btn{min-width:44px;min-height:44px}button{-webkit-user-select:none;user-select:none}html{scroll-behavior:smooth}@media (max-width:600px){.menu-content{padding:.5rem}.menu-items-grid{gap:.75rem}.menu-category{margin-bottom:1rem}.checkout-container,.cart-container{padding:1rem}.cart-button{width:56px;height:56px;bottom:20px;right:12px}}@media (max-width:375px){.menu-content{padding:.375rem}.category-filter{padding:.75rem .5rem}.category-btn{padding:.5rem 1rem}.menu-items-grid{gap:.625rem}.menu-item-details{padding:.875rem}}@media (min-width:480px){.menu-items-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr))}}@media (min-width:768px){.menu-content{padding:1.5rem}.menu-items-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:1.25rem}.category-filter{gap:.75rem;padding:1rem 1.5rem}.menu-header{padding:2rem 1.5rem}}@media (min-width:1024px){.menu-items-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:1.5rem}}.cart-prompt-overlay{z-index:9999;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.cart-prompt-modal{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:2rem;animation:.3s ease-out slideUp;box-shadow:0 10px 40px #0000004d}.cart-prompt-modal h3{color:#333;text-align:center;margin-bottom:1rem;font-size:1.5rem}.cart-prompt-modal p{color:#666;text-align:center;margin-bottom:.75rem;line-height:1.5}.cart-prompt-actions{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.cart-prompt-actions button{cursor:pointer;border:none;border-radius:8px;width:100%;padding:.875rem;font-size:1rem;font-weight:600;transition:all .2s}.cart-prompt-actions .btn-primary{color:#fff;background:#ff6b35}.cart-prompt-actions .btn-primary:hover{background:#e55a2b;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.cart-prompt-actions .btn-secondary{color:#333;background:#f0f0f0}.cart-prompt-actions .btn-secondary:hover{background:#e0e0e0;transform:translateY(-2px)}@media (min-width:480px){.cart-prompt-actions{flex-direction:row}.cart-prompt-actions button{flex:1}}.offers-section{background:linear-gradient(135deg,#fff5f0 0%,#ffe8e0 100%);border-radius:12px;margin:1rem 0;padding:1.5rem;box-shadow:0 2px 8px #ff6b351a}.offers-title{color:#333;text-align:center;margin-bottom:1rem;font-size:1.5rem}.offers-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:1rem;display:grid}.offer-card{cursor:pointer;background:#fff;border-radius:12px;padding:1.25rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000014}.offer-card:before{content:"";background:linear-gradient(90deg,#ff6b35 0%,#ff8c42 100%);height:4px;position:absolute;top:0;left:0;right:0}.offer-card.combo:before{background:linear-gradient(90deg,#9c27b0 0%,#ba68c8 100%)}.offer-card.order:before{background:linear-gradient(90deg,#2196f3 0%,#64b5f6 100%)}.offer-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #ff6b3526}.offer-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.offer-badge-primary{color:#fff;letter-spacing:.3px;background:linear-gradient(135deg,#ff6b35 0%,#ff8c42 100%);border-radius:20px;padding:.4rem .9rem;font-size:.85rem;font-weight:700;display:inline-block;box-shadow:0 2px 6px #ff6b354d}.offer-type-label{color:#666;background:#f5f5f5;border-radius:15px;align-items:center;gap:.25rem;padding:.3rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.offer-badge{color:#fff;background:linear-gradient(135deg,#ff6b35 0%,#ff8c42 100%);border-radius:20px;margin-bottom:.75rem;padding:.5rem 1rem;font-size:.875rem;font-weight:700;display:inline-block;box-shadow:0 2px 6px #ff6b354d}.offer-name{color:#282c3f;margin-bottom:.5rem;font-size:1.125rem;font-weight:700;line-height:1.3}.offer-description{color:#666;margin-bottom:.5rem;font-size:.875rem;line-height:1.5}.offer-auto-description{color:#ff6b35;margin-bottom:.75rem;font-size:.85rem;font-weight:600}.offer-time-info{background:#fff9e6;border-left:3px solid #ffc107;border-radius:6px;align-items:center;gap:.5rem;margin:.75rem 0;padding:.5rem .75rem;display:flex}.time-icon{font-size:1rem}.time-text{color:#666;font-size:.8rem;font-weight:600}.combo-details{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;margin-top:1rem;padding:.75rem}.combo-item{border-bottom:1px solid #e8e8e8;padding:.5rem 0}.combo-item:last-child{border-bottom:none}.combo-name{color:#282c3f;margin-bottom:.25rem;font-size:.95rem;font-weight:700}.combo-price{color:#9c27b0;margin-bottom:.5rem;font-size:1rem;font-weight:700}.combo-items-list{flex-direction:column;gap:.25rem;display:flex}.combo-item-detail{color:#666;border-left:2px solid #e0e0e0;padding-left:.5rem;font-size:.8rem}.offer-min-order,.offer-items-count{color:#888;margin-top:.5rem;font-size:.8rem;display:block}.stackable-badge{color:#fff;background:linear-gradient(135deg,#4caf50 0%,#66bb6a 100%);border-radius:6px;margin-top:.75rem;padding:.4rem .75rem;font-size:.75rem;font-weight:600;display:inline-block;box-shadow:0 2px 4px #4caf504d}.offers-list{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.offer-item{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:10px;padding:1rem;transition:all .2s;position:relative}.offer-item:hover:not(.disabled){border-color:#ff6b35;box-shadow:0 2px 8px #ff6b3526}.offer-item.selected{background:#fff5f0;border-color:#ff6b35;box-shadow:0 2px 12px #ff6b3533}.offer-item.disabled{opacity:.5;cursor:not-allowed;background:#f9f9f9}.offer-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.offer-badge-small{color:#fff;background:linear-gradient(135deg,#ff6b35 0%,#ff8c42 100%);border-radius:15px;padding:.35rem .75rem;font-size:.75rem;font-weight:700;display:inline-block;box-shadow:0 2px 4px #ff6b354d}.check-mark{color:#fff;background:#4caf50;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.875rem;font-weight:700;display:flex}.offer-name-small{color:#333;margin-bottom:.4rem;font-size:1rem;font-weight:600}.offer-description-small{color:#666;margin-bottom:.5rem;font-size:.8rem;line-height:1.4}.offer-min-order-small,.offer-items-small{color:#888;margin-top:.3rem;font-size:.75rem}.offer-min-order-small.not-met{color:#ff6b35;font-weight:500}.error-message.small{margin-bottom:.75rem;padding:.5rem;font-size:.85rem}.payment-methods{flex-direction:column;gap:1rem;display:flex}.payment-option{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:1rem;transition:all .3s}.payment-option:hover{border-color:#ff6b35;box-shadow:0 2px 8px #ff6b351a}.payment-option.selected{background:#fff8f5;border-color:#ff6b35;box-shadow:0 2px 12px #ff6b3533}.payment-option-header{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.payment-icon{font-size:1.5rem}.payment-label{color:#333;flex:1;font-size:1rem;font-weight:600}.payment-description{color:#666;margin-bottom:0;margin-left:2.25rem;font-size:.875rem}.payment-callback-container{background:#f5f5f5;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.payment-status{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:400px;padding:3rem 2rem;box-shadow:0 4px 20px #0000001a}.payment-status h2{color:#333;margin:1.5rem 0 1rem;font-size:1.5rem}.payment-status p{color:#666;font-size:1rem;line-height:1.6}.spinner{border:4px solid #f3f3f3;border-top-color:#ff6b35;border-radius:50%;width:60px;height:60px;margin:0 auto;animation:1s linear infinite spin}.success-icon{color:#fff;background:#4caf50;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto;font-size:3rem;animation:.5s scaleIn;display:flex}.error-icon{color:#fff;background:#f44336;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto;font-size:3rem;animation:.5s scaleIn;display:flex}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}
