:root{--zomato-red: #E23744;--zomato-red-dark: #C62828;--zomato-red-light: #FF6B6B;--zomato-dark: #1C1C1C;--zomato-darker: #141414;--zomato-black: #0A0A0A;--zomato-gray: #9C9C9C;--zomato-gray-light: #D4D4D4;--zomato-border: #2B2B2B;--zomato-green: #1C8B3C;--zomato-orange: #FF6B35}.food-order-page{background:var(--zomato-darker)!important;min-height:100vh}.food-order-page .page-wrap{background:var(--zomato-darker)!important}.zomato-header{position:sticky;top:0;z-index:100;background:var(--zomato-dark);border-bottom:1px solid var(--zomato-border);padding:12px 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.zomato-search-bar{background:var(--zomato-darker)!important;border:1px solid var(--zomato-border)!important;border-radius:8px!important;padding:10px 16px;color:#fff!important;font-size:14px;transition:all .2s}.zomato-search-bar:focus{border-color:var(--zomato-red)!important;outline:none!important;box-shadow:0 0 0 2px #e237441a!important}.zomato-restaurant-card{background:var(--zomato-dark)!important;border:1px solid var(--zomato-border)!important;border-radius:12px!important;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)!important;cursor:pointer}.zomato-restaurant-card:hover{transform:translateY(-4px)!important;box-shadow:0 8px 24px #e2374426!important;border-color:#e237444d!important}.zomato-restaurant-image{width:100%;height:180px;object-fit:cover;background:var(--zomato-darker)}.zomato-promo-badge{position:absolute;top:12px;left:12px;background:var(--zomato-red);color:#fff;padding:6px 12px;border-radius:6px;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 2px 8px #e2374466}.zomato-rating-badge{display:inline-flex;align-items:center;gap:4px;background:var(--zomato-green);color:#fff;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:700}.zomato-category-pill{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px;background:var(--zomato-dark);border:1px solid var(--zomato-border);border-radius:12px;cursor:pointer;transition:all .2s;min-width:100px}.zomato-category-pill:hover{background:var(--zomato-darker);border-color:var(--zomato-red);transform:translateY(-2px)}.zomato-category-icon{font-size:32px;line-height:1}.zomato-category-name{font-size:12px;font-weight:600;color:var(--zomato-gray-light);text-align:center}.zomato-filter-chip{padding:8px 16px;background:var(--zomato-dark);border:1px solid var(--zomato-border);border-radius:20px;color:var(--zomato-gray-light);font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.zomato-filter-chip:hover{background:var(--zomato-darker);border-color:var(--zomato-red)}.zomato-filter-chip.active{background:var(--zomato-red);border-color:var(--zomato-red);color:#fff}.zomato-offer-card{min-width:280px;height:120px;border-radius:12px;padding:20px;display:flex;flex-direction:column;justify-content:center;color:#fff;cursor:pointer;transition:transform .2s}.zomato-offer-card:hover{transform:scale(1.02)}.zomato-offer-title{font-size:24px;font-weight:900;margin-bottom:4px;letter-spacing:-.5px}.zomato-offer-subtitle{font-size:14px;opacity:.9}.zomato-menu-item{display:flex;gap:16px;padding:16px!important;background:var(--zomato-dark)!important;border:1px solid var(--zomato-border)!important;border-radius:12px!important;transition:all .2s!important}.zomato-menu-item:hover{background:var(--zomato-darker)!important;border-color:#e2374433!important}.zomato-menu-item-image{width:120px;height:120px;object-fit:cover;border-radius:8px;flex-shrink:0;background:var(--zomato-darker)}.zomato-add-button{background:transparent!important;border:1px solid var(--zomato-red)!important;color:var(--zomato-red)!important;padding:8px 24px!important;border-radius:8px!important;font-size:13px!important;font-weight:700!important;cursor:pointer;transition:all .2s!important;text-transform:uppercase;letter-spacing:.5px}.zomato-add-button:hover{background:var(--zomato-red)!important;color:#fff!important}.zomato-quantity-control{display:flex;align-items:center;gap:12px;background:var(--zomato-red);border-radius:8px;padding:8px 12px;color:#fff;font-weight:700}.zomato-quantity-btn{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:transform .1s}.zomato-quantity-btn:active{transform:scale(.9)}.zomato-cart-sheet{position:fixed;bottom:0;left:0;right:0;background:var(--zomato-dark);border-top:1px solid var(--zomato-border);padding:16px 20px;z-index:200;box-shadow:0 -4px 24px #00000080}.zomato-checkout-button{background:var(--zomato-red)!important;color:#fff!important;border:none!important;padding:14px 24px;border-radius:8px!important;font-size:15px!important;font-weight:700!important;cursor:pointer;width:100%;display:flex;align-items:center;justify-content:space-between;transition:all .2s!important;text-transform:uppercase;letter-spacing:.5px}.zomato-checkout-button:hover{background:var(--zomato-red-dark)!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #e237444d!important}.zomato-checkout-button:active{transform:translateY(0)!important}.zomato-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:500;display:flex;align-items:center;justify-content:center;padding:20px}.zomato-modal-content{background:var(--zomato-dark);border:1px solid var(--zomato-border);border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.zomato-restaurant-header{position:relative;height:240px;overflow:hidden}.zomato-restaurant-header-image{width:100%;height:100%;object-fit:cover}.zomato-restaurant-header-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.9),transparent);padding:24px;color:#fff}.zomato-input{background:var(--zomato-darker);border:1px solid var(--zomato-border);border-radius:8px;padding:12px 16px;color:#fff;font-size:14px;width:100%;box-sizing:border-box;transition:all .2s}.zomato-input:focus{border-color:var(--zomato-red);outline:none;box-shadow:0 0 0 2px #e237441a}.zomato-input::placeholder{color:var(--zomato-gray)}.zomato-success-toast{position:fixed;bottom:32px;left:50%;transform:translate(-50%);background:var(--zomato-green);color:#fff;padding:16px 28px;border-radius:12px;display:flex;align-items:center;gap:12px;box-shadow:0 8px 24px #1c8b3c4d;z-index:1000}.zomato-scrollbar::-webkit-scrollbar{width:6px;height:6px}.zomato-scrollbar::-webkit-scrollbar-track{background:var(--zomato-darker)}.zomato-scrollbar::-webkit-scrollbar-thumb{background:var(--zomato-border);border-radius:3px}.zomato-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--zomato-gray)}@media (max-width: 768px){.zomato-restaurant-image{height:140px}.zomato-menu-item-image{width:100px;height:100px}.zomato-offer-card{min-width:240px;height:100px;padding:16px}.zomato-offer-title{font-size:20px}}
