.eat-merchant-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); gap: 16px; }
.eat-merchant-card { min-width: 0; padding: 0; overflow: hidden; border: 1px solid var(--rider-line); border-radius: var(--rider-radius); color: var(--rider-ink); background: white; text-align: left; box-shadow: 0 12px 32px rgba(18, 51, 47, .06); }
.eat-merchant-art { display: grid; min-height: 142px; place-items: center; color: var(--rider-green); background: linear-gradient(145deg, #dff5f0, #f7fbfa); }
.eat-merchant-art .rider-icon { width: 42px; height: 42px; }
.eat-merchant-art { position: relative; overflow: hidden; }
.eat-merchant-art > img:first-child:not(.eat-merchant-logo) { width: 100%; height: 100%; object-fit: cover; }
.eat-merchant-logo { position: absolute; left: 12px; bottom: 12px; width: 54px; height: 54px; border: 3px solid #fff; border-radius: 14px; object-fit: cover; background: #fff; box-shadow: 0 7px 22px rgba(16, 45, 40, .22); }
.eat-merchant-cover { width: 100%; max-height: 300px; aspect-ratio: 16 / 6; border-radius: 18px; object-fit: cover; }
.eat-merchant-heading { display: flex; gap: 14px; align-items: center; margin-top: 16px; }
.eat-merchant-heading > img { width: 70px; height: 70px; border: 1px solid var(--rider-line); border-radius: 18px; object-fit: cover; }
.eat-merchant-heading h1, .eat-merchant-heading p { margin-block: 3px; }
.eat-merchant-copy { display: grid; gap: 5px; padding: 17px; }
.eat-merchant-copy strong { font-size: 18px; }
.eat-merchant-copy span { color: var(--rider-muted); font-size: 13px; }
.eat-merchant-labels { display: flex; flex-wrap: wrap; gap: 5px; }
.eat-sponsored-label, .eat-new-label { width: max-content; padding: 3px 7px; border-radius: 999px; font-size: 11px; font-style: normal; font-weight: 750; letter-spacing: .02em; }
.eat-sponsored-label { background: var(--rider-teal-soft, #e6f5f2); color: var(--rider-teal, #087a6b); }
.eat-new-label { background: #fff3cf; color: #785900; }
.eat-detail-sheet { position: relative; margin-top: 24px; padding: clamp(20px, 4vw, 38px); border: 1px solid var(--rider-line); border-radius: var(--rider-radius-lg); background: white; box-shadow: var(--rider-shadow); }
.eat-detail-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 24px; }
.eat-back { display: inline-flex; min-height: var(--rider-touch); align-items: center; gap: 7px; border: 0; color: var(--rider-green); background: transparent; font-weight: 800; }
.eat-menu-section { margin-top: 28px; }
.eat-menu-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 12px; }
.eat-item { display: grid; grid-template-columns: 1fr auto; gap: 14px; min-height: 116px; padding: 17px; border: 1px solid var(--rider-line); border-radius: 19px; color: var(--rider-ink); background: #fff; text-align: left; }
.eat-item strong, .eat-item span { display: block; }
.eat-item p { margin: 6px 0 0; color: var(--rider-muted); font-size: 13px; }
.eat-item-price { font-weight: 850; white-space: nowrap; }
.eat-item:disabled { opacity: .55; }
.eat-item-dialog { width: min(92vw, 520px); padding: 0; border: 0; border-radius: 28px; color: var(--rider-ink); box-shadow: 0 26px 80px rgba(18, 51, 47, .25); }
.eat-item-dialog::backdrop { background: rgba(18, 51, 47, .48); backdrop-filter: blur(4px); }
.eat-item-dialog-body { padding: 28px; }
.eat-item-dialog-actions { display: grid; grid-template-columns: auto 1fr; gap: 10px; margin-top: 24px; }
.eat-cart-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--rider-line); }
.eat-quantity { display: flex; align-items: center; gap: 9px; }
.eat-quantity button { width: var(--rider-touch); height: var(--rider-touch); border: 1px solid var(--rider-line); border-radius: 50%; color: var(--rider-ink); background: white; }
.eat-total-row { display: flex; justify-content: space-between; gap: 16px; margin: 18px 0; font-size: 18px; }
.eat-cart-dock { position: fixed; z-index: 70; right: 18px; bottom: calc(94px + env(safe-area-inset-bottom)); display: flex; min-height: 52px; align-items: center; gap: 10px; padding: 0 17px; border: 0; border-radius: 18px; color: white; background: var(--rider-ink); box-shadow: 0 16px 38px rgba(18, 51, 47, .24); font-weight: 800; }
.eat-cart-dock strong { display: grid; min-width: 24px; height: 24px; place-items: center; border-radius: 50%; color: var(--rider-ink); background: white; font-size: 12px; }
.eat-checkout-form { display: grid; gap: 15px; }
.eat-checkout-form label { display: grid; gap: 6px; color: var(--rider-ink); font-weight: 750; }
.eat-checkout-form input, .eat-checkout-form textarea { width: 100%; min-height: var(--rider-touch); padding: 12px 14px; border: 1px solid var(--rider-line); border-radius: 14px; color: var(--rider-ink); background: white; }
.eat-checkout-summary { margin-top: 20px; padding: 18px; border-radius: 18px; background: var(--rider-mint); }
.eat-checkout-summary div { display: flex; justify-content: space-between; gap: 14px; margin-top: 8px; }
@media (max-width: 767px) { .eat-merchant-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .eat-merchant-art { min-height: 105px; } .eat-merchant-copy { padding: 13px; } .eat-menu-grid { grid-template-columns: 1fr; } }
.eat-item-image { width: 92px; aspect-ratio: 1; object-fit: cover; border-radius: 14px; flex: 0 0 auto; }
.eat-item-dialog-image { width: 100%; max-height: 320px; object-fit: cover; border-radius: 16px; }
.eat-item-options { display: grid; gap: 14px; margin-top: 16px; }
.eat-item-options fieldset { display: grid; gap: 9px; border: 1px solid var(--border, #d9e3df); border-radius: 14px; padding: 14px; }
.eat-item-options label { min-height: 44px; display: flex; align-items: center; gap: 10px; }
.eat-campaigns { display: grid; gap: 10px; margin: 20px 0; }
.eat-campaigns h2 { margin: 0; font-size: 1.05rem; }
.eat-campaign { width: 100%; min-height: 48px; padding: 12px 16px; border: 1px solid var(--line, #d8e2df); border-radius: 14px; background: var(--surface, #fff); color: inherit; text-align: left; font: inherit; font-weight: 700; cursor: pointer; }
.eat-campaign:hover, .eat-campaign:focus-visible { border-color: var(--brand, #008f7f); outline: 3px solid color-mix(in srgb, var(--brand, #008f7f) 22%, transparent); outline-offset: 2px; }
.eat-campaign.is-selected { border-color: var(--brand, #008f7f); background: color-mix(in srgb, var(--brand, #008f7f) 10%, var(--surface, #fff)); }
