.Header-module__KHjLKa__header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--bg-divider);background:#ffffffeb;position:sticky;top:0}.Header-module__KHjLKa__inner{max-width:var(--max-width);height:var(--header-height);justify-content:space-between;align-items:center;margin:0 auto;padding:0 20px;display:flex}.Header-module__KHjLKa__left{align-items:center;gap:8px;display:flex}.Header-module__KHjLKa__backBtn{border-radius:var(--radius-full);width:36px;height:36px;color:var(--text-primary);transition:background var(--transition-fast);justify-content:center;align-items:center;display:flex}.Header-module__KHjLKa__backBtn:hover{background:var(--bg-subtle)}.Header-module__KHjLKa__logo{align-items:center;gap:8px;text-decoration:none;display:flex}.Header-module__KHjLKa__logoIcon{font-size:24px}.Header-module__KHjLKa__logoImg{object-fit:contain;border-radius:var(--radius-sm);width:auto;height:36px}.Header-module__KHjLKa__logoText{color:var(--koli-midnight);text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-size:20px;font-weight:800;overflow:hidden}.Header-module__KHjLKa__right{align-items:center;gap:8px;display:flex}.Header-module__KHjLKa__appCta{background:var(--koli-midnight);color:var(--text-inverse);border-radius:var(--radius-full);transition:all var(--transition-normal);align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;text-decoration:none;display:flex}.Header-module__KHjLKa__appCta:hover{background:#0d1628;transform:translateY(-1px)}.Header-module__KHjLKa__appCtaText{display:none}@media (min-width:640px){.Header-module__KHjLKa__appCtaText{display:inline}}.Header-module__KHjLKa__cartBtn{border-radius:var(--radius-full);color:var(--text-primary);transition:all var(--transition-fast);align-items:center;gap:6px;padding:8px 14px;text-decoration:none;display:flex;position:relative}.Header-module__KHjLKa__cartBtn:hover{color:var(--koli-coral);background:#ff7f7f14}.Header-module__KHjLKa__cartBadge{background:var(--koli-coral);color:#fff;border-radius:var(--radius-full);justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:11px;font-weight:700;display:flex;position:absolute;top:2px;right:2px}.Header-module__KHjLKa__cartTotal{font-size:14px;font-weight:700;display:none}@media (min-width:640px){.Header-module__KHjLKa__cartTotal{display:inline}.Header-module__KHjLKa__cartBadge{position:static;top:auto;right:auto}}.Header-module__KHjLKa__loginBtn{background:var(--koli-coral);color:#fff;border-radius:var(--radius-full);transition:all var(--transition-normal);padding:8px 20px;font-size:14px;font-weight:600;text-decoration:none}.Header-module__KHjLKa__loginBtn:hover{background:var(--koli-coral-dark);transform:translateY(-1px)}.Header-module__KHjLKa__userMenu{position:relative}.Header-module__KHjLKa__avatarBtn{border-radius:var(--radius-full);background:var(--bg-subtle);width:40px;height:40px;color:var(--text-secondary);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.Header-module__KHjLKa__avatarBtn:hover{background:var(--bg-divider);color:var(--text-primary)}.Header-module__KHjLKa__dropdown{background:var(--bg-surface);border-radius:var(--radius-lg);min-width:220px;box-shadow:var(--shadow-lg);border:1px solid var(--bg-divider);z-index:60;animation:Header-module__KHjLKa__slideDown var(--transition-normal) ease-out;display:none;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.Header-module__KHjLKa__userMenu:hover .Header-module__KHjLKa__dropdown,.Header-module__KHjLKa__userMenu:focus-within .Header-module__KHjLKa__dropdown{display:block}.Header-module__KHjLKa__dropdownUser{border-bottom:1px solid var(--bg-divider);padding:16px}.Header-module__KHjLKa__dropdownName{font-size:14px;font-weight:700}.Header-module__KHjLKa__dropdownEmail{color:var(--text-secondary);margin-top:2px;font-size:12px}.Header-module__KHjLKa__dropdownItem{width:100%;color:var(--text-primary);transition:background var(--transition-fast);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:500;text-decoration:none;display:flex}.Header-module__KHjLKa__dropdownItem:hover{background:var(--bg-subtle)}.Header-module__KHjLKa__mobileCartBar{background:var(--koli-coral);color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);z-index:90;transition:all var(--transition-normal);justify-content:center;align-items:center;gap:10px;padding:16px 24px;font-size:15px;font-weight:700;text-decoration:none;animation:.4s ease-out Header-module__KHjLKa__slideUp;display:flex;position:fixed;bottom:20px;left:20px;right:20px}.Header-module__KHjLKa__mobileCartBar:hover{background:var(--koli-coral-dark);transform:translateY(-2px)}.Header-module__KHjLKa__mobileCartTotal{margin-left:auto;font-size:16px}@media (min-width:768px){.Header-module__KHjLKa__mobileCartBar{display:none}}
.ProductSheet-module__R7GPDW__imageContainer{width:100%;height:240px;position:relative;overflow:hidden}@media (min-width:640px){.ProductSheet-module__R7GPDW__imageContainer{height:280px}}.ProductSheet-module__R7GPDW__image{object-fit:cover;width:100%;height:100%}.ProductSheet-module__R7GPDW__closeBtn{color:#fff;border-radius:var(--radius-full);-webkit-backdrop-filter:blur(8px);width:36px;height:36px;transition:all var(--transition-fast);cursor:pointer;background:#00000073;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:12px;right:12px}.ProductSheet-module__R7GPDW__closeBtn:hover{background:#000000a6}.ProductSheet-module__R7GPDW__title{color:var(--text-primary);margin-bottom:4px;font-size:22px;font-weight:800}.ProductSheet-module__R7GPDW__description{color:var(--text-secondary);margin-bottom:8px;font-size:14px;line-height:1.5}.ProductSheet-module__R7GPDW__basePrice{color:var(--koli-coral);margin-bottom:20px;font-size:18px;font-weight:800}.ProductSheet-module__R7GPDW__optionGroup{margin-bottom:24px}.ProductSheet-module__R7GPDW__optionTitle{color:var(--text-primary);align-items:center;gap:8px;margin-bottom:10px;font-size:16px;font-weight:700;display:flex}.ProductSheet-module__R7GPDW__required{color:var(--koli-coral);border-radius:var(--radius-full);background:#ff7f7f1a;padding:2px 8px;font-size:11px;font-weight:600}.ProductSheet-module__R7GPDW__optionHint{color:var(--text-hint);font-size:11px;font-weight:500}.ProductSheet-module__R7GPDW__options{flex-direction:column;gap:4px;display:flex}.ProductSheet-module__R7GPDW__option{border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);text-align:left;background:0 0;border:2px solid #0000;align-items:center;gap:12px;width:100%;padding:12px 14px;display:flex}.ProductSheet-module__R7GPDW__option:hover{background:var(--bg-subtle)}.ProductSheet-module__R7GPDW__optionSelected{border-color:var(--koli-coral);background:#ff7f7f0f}.ProductSheet-module__R7GPDW__optionRadio{border:2px solid var(--bg-divider);width:20px;height:20px;transition:border-color var(--transition-fast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ProductSheet-module__R7GPDW__optionSelected .ProductSheet-module__R7GPDW__optionRadio{border-color:var(--koli-coral)}.ProductSheet-module__R7GPDW__optionRadioFill{background:var(--koli-coral);border-radius:50%;width:10px;height:10px}.ProductSheet-module__R7GPDW__optionCheck{border:2px solid var(--bg-divider);width:20px;height:20px;transition:all var(--transition-fast);color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ProductSheet-module__R7GPDW__optionSelected .ProductSheet-module__R7GPDW__optionCheck{background:var(--koli-coral);border-color:var(--koli-coral)}.ProductSheet-module__R7GPDW__optionName{color:var(--text-primary);flex:1;font-size:14px;font-weight:500}.ProductSheet-module__R7GPDW__optionPrice{color:var(--text-secondary);font-size:14px;font-weight:700}.ProductSheet-module__R7GPDW__footer{padding:16px 24px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--bg-divider);background:var(--bg-surface);align-items:center;gap:16px;display:flex;position:sticky;bottom:0}.ProductSheet-module__R7GPDW__quantity{background:var(--bg-subtle);border-radius:var(--radius-md);align-items:center;gap:12px;padding:4px;display:flex}.ProductSheet-module__R7GPDW__qtyBtn{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text-primary);transition:background var(--transition-fast);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.ProductSheet-module__R7GPDW__qtyBtn:hover:not(:disabled){background:var(--bg-divider)}.ProductSheet-module__R7GPDW__qtyBtn:disabled{opacity:.3;cursor:not-allowed}.ProductSheet-module__R7GPDW__qtyValue{text-align:center;min-width:24px;font-size:16px;font-weight:700}.ProductSheet-module__R7GPDW__addBtn{flex:1}
.checkout-module__ss_A1W__main{padding-top:24px;padding-bottom:60px}.checkout-module__ss_A1W__layout{flex-direction:column;gap:20px;display:flex}@media (min-width:768px){.checkout-module__ss_A1W__layout{grid-template-columns:1fr 400px;gap:32px;display:grid}}.checkout-module__ss_A1W__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:60vh;padding:20px;display:flex}.checkout-module__ss_A1W__emptyIcon{color:var(--text-hint);margin-bottom:8px}.checkout-module__ss_A1W__empty h2{font-size:22px;font-weight:800}.checkout-module__ss_A1W__empty p{color:var(--text-secondary);margin-bottom:12px;font-size:15px}.checkout-module__ss_A1W__cartSection{order:1}.checkout-module__ss_A1W__sectionTitle{align-items:center;gap:8px;margin-bottom:16px;font-size:18px;font-weight:800;display:flex}.checkout-module__ss_A1W__items{flex-direction:column;gap:8px;display:flex}.checkout-module__ss_A1W__item{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);align-items:center;gap:12px;padding:14px;display:flex}.checkout-module__ss_A1W__itemImg{border-radius:var(--radius-md);object-fit:cover;flex-shrink:0;width:64px;height:64px}@media (max-width:480px){.checkout-module__ss_A1W__itemImg{width:52px;height:52px}.checkout-module__ss_A1W__item{gap:10px;padding:12px}}.checkout-module__ss_A1W__itemInfo{flex:1;min-width:0}.checkout-module__ss_A1W__itemName{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.checkout-module__ss_A1W__itemVariant{color:var(--text-secondary);margin-top:2px;font-size:12px}.checkout-module__ss_A1W__itemToppings{color:var(--text-hint);margin-top:2px;font-size:11px}.checkout-module__ss_A1W__itemPrice{color:var(--koli-coral);margin-top:4px;font-size:14px;font-weight:800}.checkout-module__ss_A1W__itemActions{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:8px;display:flex}.checkout-module__ss_A1W__qty{align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.checkout-module__ss_A1W__qtyBtn{background:var(--bg-subtle);border-radius:var(--radius-sm);width:32px;height:32px;transition:background var(--transition-fast);-webkit-tap-highlight-color:transparent;touch-action:manipulation;justify-content:center;align-items:center;display:flex}.checkout-module__ss_A1W__qtyBtn:hover{background:var(--bg-divider)}.checkout-module__ss_A1W__removeBtn{color:var(--text-hint);transition:color var(--transition-fast);-webkit-tap-highlight-color:transparent;touch-action:manipulation;padding:6px}.checkout-module__ss_A1W__removeBtn:hover{color:var(--color-error)}.checkout-module__ss_A1W__checkoutSection{background:var(--bg-card);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);order:2;padding:24px}@media (min-width:768px){.checkout-module__ss_A1W__checkoutSection{top:calc(var(--header-height,64px) + 16px);max-height:calc(100vh - var(--header-height,64px) - 40px);align-self:start;position:sticky;overflow-y:auto}}@media (max-width:480px){.checkout-module__ss_A1W__checkoutSection{border-radius:var(--radius-lg);padding:20px 16px}}.checkout-module__ss_A1W__formGroup{margin-bottom:24px}.checkout-module__ss_A1W__formTitle{align-items:center;gap:8px;margin-bottom:12px;font-size:15px;font-weight:700;display:flex}.checkout-module__ss_A1W__toggleGroup{gap:8px;display:flex}.checkout-module__ss_A1W__toggleBtn{border-radius:var(--radius-md);border:2px solid var(--bg-divider);color:var(--text-secondary);transition:all var(--transition-normal);-webkit-tap-highlight-color:transparent;touch-action:manipulation;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:14px;font-weight:600;display:flex}.checkout-module__ss_A1W__toggleBtn:hover{border-color:var(--text-hint)}.checkout-module__ss_A1W__toggleActive{border-color:var(--koli-coral);color:var(--koli-coral);background:#ff7f7f0f}.checkout-module__ss_A1W__paymentOptions{flex-direction:column;gap:8px;display:flex}.checkout-module__ss_A1W__paymentOption{border-radius:var(--radius-md);border:2px solid var(--bg-divider);transition:all var(--transition-normal);text-align:left;-webkit-tap-highlight-color:transparent;touch-action:manipulation;align-items:center;gap:12px;width:100%;padding:14px;display:flex}.checkout-module__ss_A1W__paymentOption:hover{border-color:var(--text-hint)}.checkout-module__ss_A1W__paymentActive{border-color:var(--koli-coral);background:#ff7f7f0a}.checkout-module__ss_A1W__paymentIcon{align-items:center;font-size:20px;display:flex}.checkout-module__ss_A1W__paymentName{flex:1;font-size:14px;font-weight:600}.checkout-module__ss_A1W__paymentCheck{color:var(--koli-coral);font-size:18px;font-weight:700}.checkout-module__ss_A1W__summary{border-top:1px solid var(--bg-divider);margin-bottom:16px;padding:16px 0}.checkout-module__ss_A1W__summaryRow{color:var(--text-secondary);justify-content:space-between;padding:6px 0;font-size:14px;display:flex}.checkout-module__ss_A1W__summaryTotal{color:var(--text-primary);border-top:1px solid var(--bg-divider);margin-top:8px;padding-top:12px;font-size:18px;font-weight:800}.checkout-module__ss_A1W__error{color:var(--color-error);border-radius:var(--radius-md);background:#e74c3c14;align-items:center;gap:8px;margin-bottom:16px;padding:12px;font-size:13px;font-weight:600;display:flex}.checkout-module__ss_A1W__couponRow{align-items:stretch;gap:8px;display:flex}.checkout-module__ss_A1W__couponInput{border-radius:var(--radius-md);border:2px solid var(--bg-divider);text-transform:uppercase;letter-spacing:.05em;transition:border-color var(--transition-fast);outline:none;flex:1;min-width:0;padding:10px 14px;font-family:monospace;font-size:14px;font-weight:600}.checkout-module__ss_A1W__couponInput:focus{border-color:var(--koli-coral)}.checkout-module__ss_A1W__couponInput::placeholder{text-transform:none;letter-spacing:normal;font-family:inherit;font-weight:500}.checkout-module__ss_A1W__couponApplyBtn{border-radius:var(--radius-md);background:var(--koli-coral);color:#fff;white-space:nowrap;transition:all var(--transition-fast);-webkit-tap-highlight-color:transparent;touch-action:manipulation;align-items:center;gap:6px;padding:10px 18px;font-size:13px;font-weight:700;display:flex}.checkout-module__ss_A1W__couponApplyBtn:hover{opacity:.9;transform:translateY(-1px)}.checkout-module__ss_A1W__couponApplyBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.checkout-module__ss_A1W__couponSuccess{border-radius:var(--radius-md);background:#10b98114;border:2px solid #10b98133;justify-content:space-between;align-items:center;padding:12px 14px;font-size:13px;display:flex}.checkout-module__ss_A1W__couponSuccessInfo{color:#059669;align-items:center;gap:8px;font-weight:600;display:flex}.checkout-module__ss_A1W__couponSuccessCode{letter-spacing:.05em;font-family:monospace;font-weight:800}.checkout-module__ss_A1W__couponRemoveBtn{color:var(--text-hint);transition:color var(--transition-fast);padding:4px}.checkout-module__ss_A1W__couponRemoveBtn:hover{color:var(--color-error)}.checkout-module__ss_A1W__couponError{color:var(--color-error);margin-top:6px;font-size:12px;font-weight:600}.checkout-module__ss_A1W__summaryDiscount{color:#059669;font-weight:600}.checkout-module__ss_A1W__guestFields{flex-direction:column;gap:8px;display:flex}.checkout-module__ss_A1W__inputRow{align-items:center;display:flex;position:relative}.checkout-module__ss_A1W__inputRow .checkout-module__ss_A1W__inputIcon{color:var(--text-hint);pointer-events:none;z-index:1;position:absolute;left:14px}.checkout-module__ss_A1W__inputRow .checkout-module__ss_A1W__input,.checkout-module__ss_A1W__inputRow input{width:100%;padding-left:40px}
.orders-module__DVTUUG__main{padding-top:24px;padding-bottom:60px}.orders-module__DVTUUG__title{margin-bottom:20px;font-size:24px;font-weight:800}.orders-module__DVTUUG__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:40vh;display:flex}.orders-module__DVTUUG__emptyIcon{color:var(--text-hint);margin-bottom:8px}.orders-module__DVTUUG__empty h2{font-size:20px;font-weight:700}.orders-module__DVTUUG__empty p{color:var(--text-secondary)}.orders-module__DVTUUG__orderList{flex-direction:column;gap:12px;display:flex}.orders-module__DVTUUG__orderCard{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-normal);padding:18px}.orders-module__DVTUUG__orderCard:hover{box-shadow:var(--shadow-md)}.orders-module__DVTUUG__orderHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.orders-module__DVTUUG__orderRestaurant{align-items:center;gap:10px;display:flex}.orders-module__DVTUUG__orderLogo{border-radius:var(--radius-md);object-fit:cover;width:40px;height:40px}.orders-module__DVTUUG__orderName{font-size:15px;font-weight:700}.orders-module__DVTUUG__orderDate{color:var(--text-secondary);margin-top:2px;font-size:12px}.orders-module__DVTUUG__statusBadge{border-radius:var(--radius-full);white-space:nowrap;flex-shrink:0;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.orders-module__DVTUUG__orderItems{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.orders-module__DVTUUG__orderItem{color:var(--text-secondary);background:var(--bg-subtle);border-radius:var(--radius-sm);padding:4px 8px;font-size:13px}.orders-module__DVTUUG__orderMore{color:var(--text-hint);padding:4px 8px;font-size:12px}.orders-module__DVTUUG__orderFooter{border-top:1px solid var(--bg-divider);justify-content:space-between;align-items:center;padding-top:12px;display:flex}.orders-module__DVTUUG__orderNumber{color:var(--text-hint);font-size:13px;font-weight:600}.orders-module__DVTUUG__orderTotal{color:var(--koli-coral);font-size:16px;font-weight:800}
.restaurant-module__kePOIW__hero{height:300px;position:relative;overflow:hidden}@media (min-width:768px){.restaurant-module__kePOIW__hero{height:380px}}.restaurant-module__kePOIW__heroBg{position:absolute;inset:0}.restaurant-module__kePOIW__heroImg{object-fit:cover;width:100%;height:100%}.restaurant-module__kePOIW__heroGradient{background:linear-gradient(135deg,#1a2b48,#2a2660,#ff7f7f);width:100%;height:100%}.restaurant-module__kePOIW__heroOverlay{background:linear-gradient(#0000000d 0%,#0003 60%,#000000a6 100%);position:absolute;inset:0}.restaurant-module__kePOIW__heroContent{display:none}.restaurant-module__kePOIW__infoCard{z-index:10;background:var(--bg-surface);border-radius:var(--radius-xl);align-items:center;gap:18px;max-width:720px;margin:-52px auto 0;padding:24px 28px;display:flex;position:relative;box-shadow:0 8px 40px #0000001a,0 1px 3px #0000000f}@media (max-width:767px){.restaurant-module__kePOIW__infoCard{border-radius:var(--radius-lg);gap:14px;margin:-40px 16px 0;padding:18px 20px}}.restaurant-module__kePOIW__infoCardLogo{border-radius:var(--radius-lg);object-fit:cover;border:3px solid #fff;flex-shrink:0;width:68px;height:68px;box-shadow:0 2px 12px #0000001f}@media (max-width:767px){.restaurant-module__kePOIW__infoCardLogo{width:56px;height:56px}}.restaurant-module__kePOIW__infoCardBody{flex:1;min-width:0}.restaurant-module__kePOIW__infoCardName{color:var(--text-primary);margin-bottom:6px;font-size:22px;font-weight:800;line-height:1.2}@media (max-width:767px){.restaurant-module__kePOIW__infoCardName{font-size:18px}}.restaurant-module__kePOIW__infoCardMeta{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.restaurant-module__kePOIW__infoChip{color:var(--text-secondary);align-items:center;gap:5px;font-size:13px;font-weight:500;display:inline-flex}.restaurant-module__kePOIW__infoChip svg{color:var(--text-hint)}.restaurant-module__kePOIW__infoBtn{background:var(--bg-subtle);color:var(--text-secondary);border-radius:var(--radius-full);transition:all var(--transition-fast);cursor:pointer;border:none;align-items:center;gap:5px;margin-left:auto;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex}.restaurant-module__kePOIW__infoBtn:hover{background:var(--bg-divider);color:var(--text-primary)}.restaurant-module__kePOIW__infoBar{display:none}.restaurant-module__kePOIW__closedBanner{max-width:720px;color:var(--color-error);text-align:center;border-radius:var(--radius-md);background:#e74c3c12;margin:12px auto 0;padding:12px 20px;font-size:14px;font-weight:700}@media (max-width:767px){.restaurant-module__kePOIW__closedBanner{margin:12px 16px 0}}.restaurant-module__kePOIW__main{padding-top:8px;padding-bottom:120px}.restaurant-module__kePOIW__tabsWrapper{top:var(--header-height,0px);z-index:40;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--bg-divider);background:#fffffff5;margin:0 -20px;padding:0 20px;position:sticky}.restaurant-module__kePOIW__tabsWrapperEmbed{top:0}@media (min-width:768px){.restaurant-module__kePOIW__tabsWrapper{margin:0 -32px;padding:0 32px}}@media (min-width:1024px){.restaurant-module__kePOIW__tabsWrapper{margin:0 -40px;padding:0 40px}}.restaurant-module__kePOIW__tabs{scrollbar-width:none;-ms-overflow-style:none;gap:0;display:flex;overflow-x:auto}.restaurant-module__kePOIW__tabs::-webkit-scrollbar{display:none}.restaurant-module__kePOIW__tab{color:var(--text-hint);transition:all var(--transition-fast);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-bottom:2.5px solid #0000;flex-shrink:0;padding:14px 20px;font-size:14px;font-weight:600;position:relative}.restaurant-module__kePOIW__tab:hover{color:var(--text-primary)}.restaurant-module__kePOIW__tabActive{color:var(--text-primary);border-bottom-color:var(--text-primary);font-weight:700}.restaurant-module__kePOIW__tabActive:hover{color:var(--text-primary)}.restaurant-module__kePOIW__specials{margin-top:28px}.restaurant-module__kePOIW__sectionTitle{color:var(--text-primary);align-items:center;gap:8px;margin-bottom:16px;font-size:20px;font-weight:800;display:flex}.restaurant-module__kePOIW__titleIcon{color:#f59e0b}.restaurant-module__kePOIW__sectionDesc{color:var(--text-secondary);margin-top:-8px;margin-bottom:16px;font-size:14px}.restaurant-module__kePOIW__specialsScroll{scrollbar-width:none;scroll-snap-type:x mandatory;gap:14px;margin:0 -20px;padding-bottom:8px;padding-left:20px;padding-right:20px;display:flex;overflow-x:auto}.restaurant-module__kePOIW__specialsScroll::-webkit-scrollbar{display:none}.restaurant-module__kePOIW__specialCard{background:var(--bg-card);border-radius:var(--radius-lg);width:200px;box-shadow:var(--shadow-sm);transition:all var(--transition-normal);cursor:pointer;text-align:left;scroll-snap-align:start;border:none;flex-shrink:0;overflow:hidden}.restaurant-module__kePOIW__specialCard:hover:not(:disabled){box-shadow:var(--shadow-md);transform:translateY(-3px)}.restaurant-module__kePOIW__specialCard:disabled{opacity:.6;cursor:not-allowed}.restaurant-module__kePOIW__specialImg{width:100%;height:140px;position:relative;overflow:hidden}.restaurant-module__kePOIW__specialImg img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.restaurant-module__kePOIW__specialCard:hover:not(:disabled) .restaurant-module__kePOIW__specialImg img{transform:scale(1.08)}.restaurant-module__kePOIW__specialInfo{padding:12px 14px}.restaurant-module__kePOIW__specialName{-webkit-line-clamp:2;color:var(--text-primary);-webkit-box-orient:vertical;font-size:14px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.restaurant-module__kePOIW__specialBottom{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.restaurant-module__kePOIW__specialPrice{color:var(--koli-coral);font-size:14px;font-weight:800}.restaurant-module__kePOIW__specialAddBtn{background:var(--koli-coral);color:#fff;border-radius:var(--radius-full);width:30px;height:30px;transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.restaurant-module__kePOIW__specialCard:hover:not(:disabled) .restaurant-module__kePOIW__specialAddBtn{background:var(--koli-coral-dark);transform:scale(1.1)}.restaurant-module__kePOIW__featuredCard{border:2px solid #f59e0b;width:240px}.restaurant-module__kePOIW__featuredBadge{color:#fff;border-radius:var(--radius-full);letter-spacing:.3px;background:linear-gradient(135deg,#f59e0b,#d97706);padding:3px 8px;font-size:11px;font-weight:700;position:absolute;top:8px;left:8px}.restaurant-module__kePOIW__featuredDesc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.restaurant-module__kePOIW__menuSection{margin-top:36px}.restaurant-module__kePOIW__menuSection+.restaurant-module__kePOIW__menuSection{margin-top:40px}.restaurant-module__kePOIW__subSection{margin-top:24px}.restaurant-module__kePOIW__subSection+.restaurant-module__kePOIW__subSection{margin-top:28px}.restaurant-module__kePOIW__subSectionTitle{color:var(--text-secondary);align-items:center;gap:8px;margin-bottom:12px;padding-left:4px;font-size:16px;font-weight:700;display:flex;position:relative}.restaurant-module__kePOIW__subSectionTitle:before{content:"";background:var(--koli-coral,#ff7f7f);border-radius:2px;flex-shrink:0;width:3px;height:18px}.restaurant-module__kePOIW__productGrid{background:var(--bg-divider);border-radius:var(--radius-lg);flex-direction:column;gap:2px;display:flex;overflow:hidden}@media (min-width:640px){.restaurant-module__kePOIW__productGrid{background:0 0;border-radius:0;grid-template-columns:repeat(2,1fr);gap:14px;display:grid}}@media (min-width:1024px){.restaurant-module__kePOIW__productGrid{grid-template-columns:repeat(3,1fr)}}.restaurant-module__kePOIW__productCard{background:var(--bg-card);transition:all var(--transition-normal);cursor:pointer;text-align:left;border:none;flex-direction:row;align-items:center;gap:14px;width:100%;padding:14px 16px;display:flex;overflow:hidden}.restaurant-module__kePOIW__productCard:hover:not(:disabled){background:var(--bg-subtle)}.restaurant-module__kePOIW__productCard:disabled{opacity:.55;cursor:not-allowed}@media (min-width:640px){.restaurant-module__kePOIW__productCard{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid #0000000a;flex-direction:column;align-items:stretch;gap:0;padding:0}.restaurant-module__kePOIW__productCard:hover:not(:disabled){box-shadow:var(--shadow-md);background:var(--bg-card);transform:translateY(-2px)}}.restaurant-module__kePOIW__productImg{border-radius:var(--radius-md);background:#fff;flex-shrink:0;width:76px;height:76px;overflow:hidden}.restaurant-module__kePOIW__productImg img{object-fit:contain;width:100%;height:100%;padding:2px;transition:transform .4s}.restaurant-module__kePOIW__productCard:hover:not(:disabled) .restaurant-module__kePOIW__productImg img{transform:scale(1.05)}@media (min-width:640px){.restaurant-module__kePOIW__productImg{background:#fff;border-radius:0;width:100%;height:180px}.restaurant-module__kePOIW__productImg img{object-fit:contain;padding:8px}}.restaurant-module__kePOIW__productInfo{flex-direction:column;flex:1;min-width:0;display:flex}@media (min-width:640px){.restaurant-module__kePOIW__productInfo{padding:14px 16px}}.restaurant-module__kePOIW__productName{-webkit-line-clamp:2;color:var(--text-primary);-webkit-box-orient:vertical;font-size:15px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.restaurant-module__kePOIW__productDesc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:2px;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.restaurant-module__kePOIW__productBottom{justify-content:space-between;align-items:center;margin-top:6px;display:flex}@media (min-width:640px){.restaurant-module__kePOIW__productBottom{margin-top:auto;padding-top:10px}}.restaurant-module__kePOIW__productPrice{color:var(--koli-coral);font-size:14px;font-weight:800}.restaurant-module__kePOIW__addBtn{background:var(--koli-coral);color:#fff;border-radius:var(--radius-full);width:32px;height:32px;transition:all var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.restaurant-module__kePOIW__productCard:hover:not(:disabled) .restaurant-module__kePOIW__addBtn{background:var(--koli-coral-dark);transform:scale(1.08)}.restaurant-module__kePOIW__unavailableBadge{color:var(--color-error);border-radius:var(--radius-full);background:#e74c3c14;margin-top:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.restaurant-module__kePOIW__appCta{margin-top:48px;scroll-margin-top:100px}.restaurant-module__kePOIW__appCtaInner{background:linear-gradient(135deg, var(--koli-midnight), #2a2660);border-radius:var(--radius-xl);align-items:center;gap:20px;padding:28px;display:flex;box-shadow:0 8px 32px #1a2b4826}.restaurant-module__kePOIW__appCtaEmoji{flex-shrink:0;font-size:48px}.restaurant-module__kePOIW__appCtaTitle{color:#fff;margin-bottom:6px;font-size:18px;font-weight:800}.restaurant-module__kePOIW__appCtaDesc{color:#ffffffbf;font-size:14px;line-height:1.5}.restaurant-module__kePOIW__floatingCart{background:var(--koli-coral);color:#fff;border-radius:var(--radius-full);z-index:90;max-width:480px;transition:all var(--transition-normal);justify-content:center;align-items:center;gap:10px;margin:0 auto;padding:16px 24px;font-size:15px;font-weight:700;text-decoration:none;animation:.4s cubic-bezier(.16,1,.3,1) restaurant-module__kePOIW__cartSlideUp;display:flex;position:fixed;bottom:24px;left:20px;right:20px;box-shadow:0 8px 32px #ff7f7f59,0 2px 8px #0000001a}.restaurant-module__kePOIW__floatingCart:hover{background:var(--koli-coral-dark);transform:translateY(-2px);box-shadow:0 12px 40px #ff7f7f66,0 4px 12px #0000001f}.restaurant-module__kePOIW__floatingCartTotal{margin-left:auto;font-size:16px;font-weight:800}@keyframes restaurant-module__kePOIW__cartSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
