*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Roboto,sans-serif;background:#f5f5f5;color:#333;line-height:1.6}.order-header{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:.25rem 0;position:sticky;top:0;z-index:100;box-shadow:0 4px 15px #0003}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header-logo h1{font-family:Roboto Slab,serif;font-size:2rem;font-weight:700;letter-spacing:-1px;color:#c44620}.header-logo-img{height:110px;width:auto;object-fit:contain;display:block;mix-blend-mode:screen}.header-tagline{font-size:.85rem;color:#aaa;letter-spacing:2px;text-transform:uppercase;margin-top:.25rem}.header-title{margin-left:1rem;display:flex;align-items:center;flex:1 1 auto;justify-content:center}.header-title h1{font-family:Roboto Slab,serif;font-size:1.6rem;color:#fff;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.25)}@media (max-width: 768px){.header-title{display:none}}.cart-toggle{background:linear-gradient(135deg,#c44620,#e85d32);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;font-size:1rem}.cart-toggle:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c4462066}.cart-icon{font-size:1.3rem}.cart-count{background:#1a1a1a;padding:.2rem .6rem;border-radius:50%;font-size:.8rem;min-width:20px;text-align:center}.main-container{max-width:1200px;margin:0 auto;padding:1.25rem}.menu-section{background:#fff;border-radius:12px;padding:1.5rem 1.25rem;box-shadow:0 4px 12px #0000000f}.menu-header{text-align:center;margin-bottom:1rem;background:linear-gradient(90deg,#c44620,#e85d32);color:#fff;padding:.6rem .9rem;border-radius:8px;box-shadow:0 6px 12px #e85d321a}.menu-header h2{font-family:Roboto Slab,serif;font-size:1.8rem;color:#fff;font-weight:700;letter-spacing:-.6px;margin-bottom:.35rem}.menu-header p{color:#fffffff2;font-size:1.05rem;font-weight:600;margin:0}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.category-tabs{display:flex;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap;justify-content:center}.sub-category-tabs{display:flex;gap:.6rem;margin:0 0 1.25rem;justify-content:center;flex-wrap:wrap}.sub-cat-btn{background:#fff;border:2px solid transparent;padding:.5rem .9rem;border-radius:999px;cursor:pointer;font-weight:700;color:#444;transition:all .18s ease;box-shadow:0 2px 8px #0000000a}.sub-cat-btn:hover{transform:translateY(-2px)}.sub-cat-btn.active{background:linear-gradient(135deg,#c44620,#e85d32);color:#fff;border-color:#c44620}.category-btn{background:#f5f5f5;border:2px solid transparent;padding:.5rem 1rem;border-radius:40px;cursor:pointer;font-weight:600;transition:all .22s ease;font-size:.92rem;color:#333}.category-btn:hover{background:#efefef}.category-btn.active{background:linear-gradient(135deg,#c44620,#e85d32);color:#fff;border-color:#c44620}.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.menu-item-image{width:100%;height:160px;object-fit:cover;border-radius:12px 12px 0 0;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);display:block}.menu-item-image.error{display:flex;align-items:center;justify-content:center;font-size:3rem;opacity:.5}.menu-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #00000014;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.menu-item:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-8px);border-color:#c44620}.menu-item-image-wrapper{width:100%;height:200px;background:linear-gradient(135deg,#f0f0f0,#e8e8e8);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.menu-item-placeholder{font-size:4rem;color:#ddd;position:absolute;z-index:1}.menu-item-image{width:100%;height:100%;object-fit:cover;background:#f0f0f0;display:block;opacity:0;transition:opacity .3s ease}.menu-item-image.loaded{opacity:1}.menu-item{display:flex;flex-direction:column;height:100%}.menu-item-content{padding:1rem;display:flex;flex-direction:column;flex:1 1 auto}.menu-item-name{font-weight:700;font-size:1.1rem;color:#1a1a1a;margin-bottom:.5rem}.menu-item-description{font-size:.85rem;color:#666;margin-bottom:1rem;line-height:1.5}.menu-item-footer{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto}.menu-item-price{font-size:1.3rem;font-weight:700;color:#c44620}.add-to-cart-btn{background:linear-gradient(135deg,#c44620,#e85d32);color:#fff;border:none;padding:.6rem 1rem;border-radius:25px;cursor:pointer;font-weight:600;transition:all .3s ease}.add-to-cart-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #c4462066}.menu-item-price{min-width:70px;font-size:1.05rem}.add-to-cart-btn{min-width:100px}.cart-sidebar{position:fixed;right:0;top:0;width:400px;height:100vh;background:#fff;box-shadow:-4px 0 20px #00000026;z-index:1000;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;overflow-y:auto}.cart-sidebar.open{transform:translate(0)}.cart-header{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:2rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #c44620}.cart-header h2{font-family:Roboto Slab,serif;font-size:1.5rem}.close-cart{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;transition:all .3s ease}.close-cart:hover{transform:rotate(90deg);color:#c44620}.order-type-selector{padding:1rem;border-bottom:1px solid #eee;background:#fff}.order-type-selector h3{font-weight:700;margin-bottom:.75rem;color:#1a1a1a;font-size:.95rem}.order-type-options{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.order-type-option{display:flex;align-items:center;gap:.75rem;padding:.65rem .75rem;border:2px solid #eee;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fafafa}.order-type-option input[type=radio]{cursor:pointer;width:18px;height:18px;accent-color:#c44620;flex-shrink:0}.order-type-option:has(input:checked){border-color:#c44620;background:#c4462014}.option-label{display:flex;flex-direction:column;gap:.15rem}.option-title{font-weight:700;color:#1a1a1a;font-size:.9rem}.option-time{font-size:.75rem;color:#999}.cart-items-container{flex:1;overflow-y:auto;padding:1rem;background:#f5f7fa}.cart-items{display:flex;flex-direction:column;gap:.75rem}.empty-cart{text-align:center;color:#999;padding:2rem;font-size:.95rem}.cart-item{background:#fff;padding:.65rem .75rem;border-radius:8px;border:1px solid #e0e0e0;transition:all .2s ease;display:grid;grid-template-columns:1fr auto auto auto auto;grid-template-rows:auto auto;gap:.4rem;box-shadow:0 1px 3px #0000000f}.cart-item:hover{box-shadow:0 2px 6px #c446201f;border-color:#c44620;background:#fafafa}.cart-item-header{grid-column:1;grid-row:1;display:flex;align-items:center;gap:.3rem}.cart-item-name{font-weight:700;color:#1a1a1a;font-size:.9rem;flex:1;word-break:break-word}.cart-item-remove{grid-column:5;grid-row:1;background:none;border:none;color:#999;cursor:pointer;font-size:.9rem;padding:0;transition:all .2s ease;flex-shrink:0}.cart-item-remove:hover{color:#c44620;transform:scale(1.15)}.cart-item-details{grid-column:1 / -1;grid-row:2;font-size:.75rem;color:#666;line-height:1.4;max-height:auto;overflow:visible;display:block;padding-top:.3rem}.cart-item-details div{margin-bottom:.2rem}.quantity-control{grid-column:2;grid-row:1;display:flex;align-items:center;gap:.25rem;background:#f5f5f5;border:1px solid #ddd;border-radius:14px;padding:.2rem .3rem;min-width:fit-content}.quantity-btn{background:none;border:none;width:18px;height:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#c44620;font-weight:700;font-size:.8rem;transition:all .2s ease}.quantity-btn:hover{color:#a03616;transform:scale(1.1)}.quantity-display{min-width:18px;text-align:center;font-weight:700;color:#333;font-size:.8rem}.cart-item-price{grid-column:3;grid-row:1;font-weight:700;color:#c44620;font-size:.9rem;text-align:right;min-width:fit-content;align-self:center}.cart-item-footer{display:none}.cart-items-container::-webkit-scrollbar{width:6px}.cart-items-container::-webkit-scrollbar-track{background:transparent}.cart-items-container::-webkit-scrollbar-thumb{background:#c44620;border-radius:3px;opacity:.5}.cart-items-container::-webkit-scrollbar-thumb:hover{opacity:.8}.coupon-section{padding:.9rem 1rem;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff}.coupon-header{display:flex;justify-content:space-between;align-items:center;font-weight:700;color:#1a1a1a;font-size:.9rem;gap:.8rem}.coupon-toggle-btn{background:#c44620;color:#fff;border:none;padding:.4rem .8rem;border-radius:6px;font-weight:600;cursor:pointer;font-size:.75rem;white-space:nowrap;transition:all .2s ease}.coupon-toggle-btn:hover{background:#b73916;transform:scale(1.05)}.coupon-input-group{display:flex;gap:.4rem;margin-top:.6rem}.coupon-input{flex:1;padding:.6rem .8rem;border:1px solid #ddd;border-radius:6px;font-size:.85rem;background:#f9f9f9}.coupon-input:focus{outline:none;border-color:#c44620;box-shadow:0 0 0 2px #c446201a;background:#fff}.apply-coupon{padding:.6rem .8rem;background:#c44620;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.8rem;white-space:nowrap}.apply-coupon:hover{background:#b73916}.coupon-message{margin-top:.5rem;font-size:.8rem;min-height:18px}.coupon-message.success{color:#27ae60}.coupon-message.error{color:#e74c3c}.order-summary{padding:.9rem 1rem;background:#fff;border-bottom:1px solid #eee}.summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem;color:#666;font-size:.85rem}.summary-row.total{font-size:1.1rem;font-weight:700;color:#1a1a1a;border-top:2px solid #eee;padding-top:.6rem;margin-bottom:0}.checkout-btn{padding:1rem;background:linear-gradient(135deg,#c44620,#e85d32);color:#fff;border:none;border-radius:8px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .2s ease;margin:1rem;letter-spacing:.5px;text-transform:uppercase}.checkout-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 25px #c4462066}.checkout-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.cart-terms{text-align:center;font-size:.75rem;color:#999;padding:0 1.5rem 1.5rem}.cart-overlay{position:fixed;left:0;top:0;width:100%;height:100%;background:#00000080;z-index:999;display:none;transition:all .3s ease}.cart-overlay.visible{display:block}.modal{display:none;position:fixed;left:0;top:0;width:100%;height:100%;background:#000000b3;z-index:1100;align-items:center;justify-content:center}.modal.open{display:flex}.modal-content{background:#fff;border-radius:20px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 40px #0000004d}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#c44620;transition:all .3s ease}.modal-close:hover{transform:rotate(90deg)}.checkout-modal .modal-close{position:fixed;top:calc(50% - 180px);right:calc(2.5vw + 10px);background:#fffffff2;border:none;border-radius:50%;width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;color:#c44620;font-size:1.5rem;z-index:1101}.product-modal{max-width:650px;max-height:95vh;padding:0;overflow:hidden;display:flex;flex-direction:column;border-radius:12px}.product-customize{display:flex;flex-direction:column;height:100%;overflow:hidden}.customize-header{padding:1rem;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;display:flex;gap:1.2rem;flex-shrink:0;border-bottom:3px solid #c44620}.product-modal-image{width:140px;height:140px;object-fit:cover;border-radius:12px;background:#444;flex-shrink:0}.customize-title{flex:1;display:flex;flex-direction:column;justify-content:center}.customize-title h2{font-family:Roboto Slab,serif;font-size:1.6rem}.product-modal-description{font-size:.9rem;color:#ddd;margin-bottom:.8rem;line-height:1.4}.product-modal-price{font-size:1.4rem;color:#ff9a56;font-weight:700}.customize-body{flex:1;padding:1.5rem;overflow-y:auto;overflow-x:hidden;min-height:200px;max-height:calc(85vh - 400px)}.customize-body::-webkit-scrollbar{width:8px}.customize-body::-webkit-scrollbar-track{background:#f0f0f0}.customize-body::-webkit-scrollbar-thumb{background:#c44620;border-radius:4px}.customize-body::-webkit-scrollbar-thumb:hover{background:#a83517}.customize-section{margin-bottom:1.2rem;border:1px solid #e8e8e8;border-radius:8px;overflow:hidden;background:#fff}.customize-section-title{font-weight:700;font-size:1rem;margin:0;color:#fff;padding:1rem 1.2rem;background:linear-gradient(135deg,#2d2d2d,#1a1a1a);border-bottom:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none;transition:all .3s ease}.customize-section-title:hover{background:linear-gradient(135deg,#3a3a3a,#252525)}.customize-section-title:after{content:"\25bc";display:inline-block;transition:transform .3s ease;color:#c44620;font-size:.8rem}.customize-section.collapsed .customize-section-title:after{transform:rotate(-90deg)}.customize-section-content{padding:1.2rem;display:block;overflow:hidden;max-height:500px;transition:max-height .3s ease,opacity .3s ease;opacity:1}.customize-section.collapsed .customize-section-content{max-height:0;padding-top:0;padding-bottom:0;opacity:0;overflow:hidden}.section-type-ingredient{margin-bottom:1rem}.ingredient-option{display:flex;align-items:center;padding:.8rem;background:#f9f9f9;border-radius:8px;margin-bottom:.5rem;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.ingredient-option:hover{background:#f0f0f0;border-color:#c44620}.ingredient-option input[type=checkbox],.ingredient-option input[type=radio]{margin-right:1rem;cursor:pointer;width:20px;height:20px}.ingredient-label{flex:1;cursor:pointer}.ingredient-price{color:#c44620;font-weight:600;margin-left:1%}.bun-selection,.extras-selection,.combo-options{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.option-card{padding:1rem;border:2px solid #ddd;border-radius:8px;cursor:pointer;text-align:center;transition:all .3s ease}.option-card input{display:none}.option-card:hover{border-color:#c44620;background:#fff5f0}.option-card input:checked+.option-label{color:#c44620;font-weight:700}.option-card input:checked{border-color:#c44620;background:#fff5f0}.option-label{display:block;cursor:pointer;transition:all .2s ease}.combo-items-selector{background:#f9f9f9;padding:1rem;border-radius:8px;margin-top:.5rem}.combo-item-group{margin-bottom:1rem}.combo-item-group:last-child{margin-bottom:0}.combo-item-label{font-weight:600;margin-bottom:.5rem;color:#1a1a1a}.combo-item-option{display:flex;align-items:center;padding:.5rem;background:#fff;border-radius:5px;margin-bottom:.3rem;cursor:pointer}.combo-item-option input{margin-right:.8rem;cursor:pointer}.customize-footer{padding:1.5rem;background:#fff;border-top:2px solid #e8e8e8;display:flex;gap:1rem;align-items:center;flex-shrink:0}.quantity-selector{display:flex;align-items:center;border:2px solid #ddd;border-radius:8px;background:#fff}.qty-btn{width:28px;height:28px;border:none;background:transparent;cursor:pointer;font-size:.9rem;color:#c44620;transition:all .2s ease}.qty-btn:hover{background:#fff5f0}#productQty{width:50px;text-align:center;border:none;border-left:2px solid #ddd;border-right:2px solid #ddd;font-size:1rem;font-weight:600}.quantity-selector input[type=number]{width:40px;height:28px;text-align:center;border:none;border-left:2px solid #ddd;border-right:2px solid #ddd;font-size:.9rem;font-weight:600}.add-to-cart-btn{padding:.6rem 1.2rem;background:linear-gradient(135deg,#c44620,#e85d32);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap}.add-to-cart-btn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #c446204d}.add-to-cart-btn:active{transform:translateY(0)}.product-detail{padding:2rem}.product-detail-image{width:100%;height:300px;object-fit:cover;border-radius:15px;margin-bottom:2rem;background:linear-gradient(135deg,#f0f0f0,#e8e8e8);opacity:0;transition:opacity .3s ease}.product-detail-image.loaded{opacity:1}.product-detail-name{font-family:Roboto Slab,serif;font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.product-detail-price{font-size:1.5rem;color:#c44620;font-weight:700;margin-bottom:1rem}.product-detail-description{color:#666;line-height:1.8;margin-bottom:1.5rem}.product-options,.option-group{margin-bottom:1.5rem}.option-group h4{font-weight:700;margin-bottom:.8rem;color:#1a1a1a}.option-item{display:flex;align-items:center;padding:.6rem 0}.option-item input{margin-right:.8rem;accent-color:#c44620}.option-item label{flex:1;cursor:pointer}.product-detail-footer{display:flex;gap:1rem;align-items:center}.quantity-input{flex:1;display:flex;align-items:center;gap:.5rem;background:#f5f5f5;padding:.8rem;border-radius:10px}.quantity-input button{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#c44620;font-weight:700}.quantity-input input{flex:1;text-align:center;border:none;background:transparent;font-size:1rem;font-weight:700}.add-to-order-btn{flex:1;padding:1rem;background:linear-gradient(135deg,#c44620,#e85d32);color:#fff;border:none;border-radius:10px;font-weight:700;cursor:pointer;transition:all .3s ease}.add-to-order-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c4462066}.checkout-modal{max-width:550px;width:95vw;padding:0!important;max-height:90vh;overflow-y:auto;border-radius:16px}@media (max-width: 600px){.checkout-modal{width:100%;max-height:100vh;border-radius:16px 16px 0 0}}.checkout-modal h2{font-family:Roboto Slab,serif;font-size:1.6rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#c44620,#e85d32);margin:0;padding:1.5rem;border-radius:16px 16px 0 0;text-align:center}#checkoutForm{padding:2rem}.form-section{margin-bottom:1.8rem}.form-section:last-of-type{margin-bottom:1rem}.form-section h3{font-size:.9rem;font-weight:700;color:#c44620;text-transform:uppercase;letter-spacing:.5px;margin:0 0 1rem;padding-bottom:.8rem;border-bottom:2px solid #c44620}.form-group{margin-bottom:1.1rem}.form-group label{display:block;font-weight:600;color:#1a1a1a;margin-bottom:.6rem;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:.95rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:Roboto,sans-serif;transition:all .2s ease;background:#fff;box-sizing:border-box}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#c44620;box-shadow:0 0 0 3px #c4462014;background:#fafafa}.form-group textarea{resize:vertical;min-height:90px}.form-actions{display:grid;grid-template-columns:1fr 1.5fr;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e8e8e8}.btn-primary,.btn-secondary{padding:1rem 1.2rem;border:none;border-radius:8px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.btn-primary{background:linear-gradient(135deg,#c44620,#e85d32);color:#fff;box-shadow:0 4px 12px #c4462033}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #c446204d}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#f5f5f5;color:#333;border:1.5px solid #ddd}.btn-secondary:hover{background:#eee;border-color:#bbb}.btn-secondary:active{background:#e8e8e8}.checkout-modal .modal-close{display:none}.success-modal{max-width:420px;border-radius:16px;background:linear-gradient(135deg,#fff,#fafafa);box-shadow:0 20px 60px #00000026,0 0 1px #c4462033;padding:2.5rem 2rem!important;text-align:center;animation:slideUp .4s cubic-bezier(.34,1.56,.64,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.success-icon{width:70px;height:70px;background:linear-gradient(135deg,#c44620,#e85d32);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 8px 20px #c4462033}.success-modal h2{color:#1a1a1a;font-size:1.8rem;margin-bottom:1.5rem;font-weight:600;letter-spacing:-.5px}.success-content{background:#c446200d;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid rgba(196,70,32,.1)}.order-number{font-size:.95rem;color:#555;margin-bottom:.8rem}.order-number strong{color:#c44620;font-family:Courier New,monospace;font-size:1.1rem}.order-total{font-size:.95rem;color:#555;margin-bottom:1.2rem}.order-total strong{color:#1a1a1a;font-size:1.2rem}.order-status{text-align:center}.status-badge{display:inline-block;padding:.6rem 1rem;border-radius:6px;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem}.status-badge.pending{background:#fef3cd;color:#856404;border:1px solid #ffeaa7}.status-message{font-size:.85rem;color:#666;line-height:1.5;margin:0}.success-close-btn{width:100%;padding:1rem 1.2rem;background:linear-gradient(135deg,#c44620,#e85d32);color:#fff;border:none;border-radius:8px;font-weight:700;font-size:.95rem;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;transition:all .2s ease;box-shadow:0 4px 12px #c4462033}.success-close-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #c446204d}.success-close-btn:active{transform:translateY(0)}@media (max-width: 768px){.cart-sidebar{width:100%}.menu-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.order-header{padding:1rem 0}.header-container{flex-direction:column;gap:1rem}.header-logo h1{font-size:1.5rem}.category-tabs{flex-direction:column}.sub-category-tabs{display:flex;gap:.5rem;margin:0 0 .75rem;justify-content:center;flex-wrap:wrap}.sub-cat-btn{background:#fff;border:2px solid transparent;padding:.4rem .8rem;border-radius:999px;cursor:pointer;font-weight:700;color:#444;transition:all .16s ease;box-shadow:0 2px 6px #00000008}.sub-cat-btn:hover{transform:translateY(-1px)}.sub-cat-btn.active{background:linear-gradient(135deg,#c44620,#e85d32);color:#fff;border-color:#c44620}.add-to-order-btn{width:100%}}@media (max-width: 480px){.menu-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.cart-count{font-size:.7rem;padding:.15rem .4rem}.order-type-options{gap:.5rem}.order-type-option{padding:.75rem}}
