/* StoreGrid Market · customer app
   Mobile first. One column with a bottom bar under 760px; content + map from 760px; header nav from 1100px. */
:root {
  --bg: #F6F7F8; --card: #FFFFFF; --ink: #1B1B1B; --ink2: #4B4F54; --mut: #7A7F85; --line: #E9EBEE; --line2: #F1F2F4; --hover: #F5F6F7;
  --green: #00B14F; --green-d: #00944A; --green-soft: #E8F8EE; --green-ink: #0B6B36;
  --amber: #F5A623; --amber-soft: #FFF4E0; --red: #D93025; --red-soft: #FDECEB; --blue: #1A73E8; --blue-soft: #E8F0FE; --star: #FFB400;
  --sh: 0 1px 2px rgba(0,0,0,.04), 0 6px 20px -10px rgba(0,0,0,.14);
  --sh2: 0 10px 30px -10px rgba(0,0,0,.25);
  --font: 'Inter', -apple-system, 'Segoe UI', Roboto, system-ui, sans-serif;
  --hdr: 60px; --tab: 60px; --r: 14px;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--hdr) + 12px); }
body { margin: 0; background: var(--bg); color: var(--ink); font: 14px/1.45 var(--font); min-height: 100dvh; padding-bottom: calc(var(--tab) + env(safe-area-inset-bottom, 0px)); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; color: inherit; }
button { cursor: pointer; }
a { color: var(--green-ink); }
[hidden] { display: none !important; }
svg.i { width: 1.15em; height: 1.15em; flex: none; vertical-align: -.2em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
svg.i.f { fill: currentColor; stroke: none; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--card); padding: 8px 12px; border-radius: 8px; z-index: 50; } .skip:focus { left: 8px; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; border-radius: 6px; }
.num { font-variant-numeric: tabular-nums; letter-spacing: -.01em; }
.mut { color: var(--mut); }
.grow { flex: 1; min-width: 0; }
.row { display: flex; align-items: center; gap: 10px; }
.ell { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ---------- header ---------- */
.hdr { position: sticky; top: 0; z-index: 20; background: var(--card); border-bottom: 1px solid var(--line); padding-top: env(safe-area-inset-top, 0px); }
.hdr-in { max-width: 1440px; margin: 0 auto; padding: 10px 16px; display: grid; grid-template-columns: 1fr auto; grid-template-areas: "loc brand" "search search"; gap: 10px 12px; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--ink); grid-area: brand; }
.brand .mk { width: 34px; height: 34px; border-radius: 9px; flex: none; display: block; }
.brand .bt em { font-style: normal; color: var(--green-d); }
.brand .bt { font-weight: 700; font-size: 1rem; letter-spacing: -.02em; white-space: nowrap; display: none; }
.loc { grid-area: loc; display: inline-flex; align-items: center; gap: 8px; min-width: 0; border: 0; background: none; padding: 0; text-align: left; color: var(--ink); }
.loc .loc-i { width: 34px; height: 34px; border-radius: 50%; background: var(--green-soft); color: var(--green-d); display: grid; place-items: center; flex: none; }
.loc .loc-t { display: grid; min-width: 0; line-height: 1.2; } .loc small { color: var(--mut); font-size: .72rem; font-weight: 500; } .loc b { font-weight: 700; font-size: .92rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: inline-flex; align-items: center; gap: 4px; max-width: 60vw; } .loc b .i { color: var(--mut); }
.hsearch { grid-area: search; display: flex; align-items: center; gap: 10px; background: var(--bg); border: 1px solid var(--line); border-radius: 12px; padding: 0 12px; height: 42px; color: var(--mut); }
.hsearch:focus-within { border-color: var(--green); background: var(--card); box-shadow: 0 0 0 3px var(--green-soft); }
.hsearch input { border: 0; background: none; flex: 1; min-width: 0; height: 100%; outline: 0; font-size: .95rem; color: var(--ink); } .hsearch input::placeholder { color: var(--mut); }
.hnav { display: none; gap: 2px; }
.hnav a { text-decoration: none; color: var(--ink2); font-weight: 600; font-size: .9rem; padding: 9px 12px; border-radius: 10px; display: inline-flex; align-items: center; gap: 6px; }
.hnav a:hover { background: var(--hover); } .hnav a[aria-current="page"] { color: var(--green-d); background: var(--green-soft); }
.hnav a.cta { background: var(--ink); color: #fff; margin-left: 6px; } .hnav a.cta:hover { background: #000; } .hnav a.cta[aria-current="page"] { background: var(--green); color: #fff; }
.cnt { background: var(--red); color: #fff; font-weight: 700; font-size: .66rem; min-width: 17px; height: 17px; padding: 0 5px; border-radius: 9px; display: inline-grid; place-items: center; }

/* ---------- shell ---------- */
.shell { max-width: 1440px; margin: 0 auto; padding: 12px 16px 28px; display: grid; gap: 16px; }
.main { display: grid; gap: 18px; align-content: start; min-width: 0; }
.main > * { min-width: 0; }
.side { display: none; }
.mapbox { position: relative; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); background: var(--line2); height: 100%; min-height: 240px; }
#map { position: absolute; inset: 0; z-index: 0; }
.map-tools { position: absolute; left: 10px; right: 10px; bottom: 10px; z-index: 400; display: flex; align-items: center; justify-content: space-between; gap: 8px; pointer-events: none; }
.map-tools > * { pointer-events: auto; }
.mbtn { border: 0; background: var(--card); color: var(--ink); font-weight: 600; font-size: .8rem; padding: 9px 12px; border-radius: 999px; box-shadow: var(--sh2); display: inline-flex; align-items: center; gap: 6px; }
.map-note { font-size: .74rem; color: var(--ink2); background: rgba(255,255,255,.92); padding: 6px 10px; border-radius: 999px; box-shadow: var(--sh); }
.leaflet-container { font-family: var(--font); background: var(--line2); }
.leaflet-control-attribution { font-size: .62rem !important; background: rgba(255,255,255,.75) !important; color: var(--mut) !important; }
.leaflet-bar { border: 0 !important; box-shadow: var(--sh2) !important; border-radius: 10px !important; overflow: hidden; } .leaflet-bar a { border-bottom: 1px solid var(--line) !important; color: var(--ink) !important; }
.pin { width: 38px; height: 38px; border-radius: 50%; background: #fff; border: 2px solid #fff; box-shadow: 0 2px 8px rgba(0,0,0,.25); display: grid; place-items: center; font-size: 19px; transform: translate(-19px, -19px); position: relative; }
.pin.sel { border-color: var(--green); box-shadow: 0 0 0 4px var(--green-soft), 0 2px 8px rgba(0,0,0,.25); }
.pin.closed { filter: grayscale(.7); opacity: .85; }
.avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; } .avatar.ph { padding: 0; overflow: hidden; }
.pin.ph { background: transparent; padding: 0; width: 48px; height: 48px; border: 1px solid #fff; transform: translate(-24px, -24px); box-shadow: 0 2px 8px rgba(0,0,0,.35); } .pin.ph.sel { transform: translate(-24px, -24px) scale(1.12); }
:root[data-maps="google"] .pin.ph, :root[data-maps="google"] .pin.ph.sel { transform: translateY(50%); } :root[data-maps="google"] .pin.ph.sel { transform: translateY(50%) scale(1.12); }
.pin .lbl { position: absolute; top: 100%; left: 50%; transform: translate(-50%, 5px); white-space: nowrap; font-weight: 700; font-size: .68rem; color: var(--ink); background: rgba(255,255,255,.95); padding: 2px 8px; border-radius: 999px; box-shadow: var(--sh); }
.you { width: 20px; height: 20px; border-radius: 50%; background: var(--blue); border: 3px solid #fff; box-shadow: 0 0 0 8px rgba(26,115,232,.18), 0 3px 8px rgba(0,0,0,.25); transform: translate(-10px, -10px); }
.rider-pin { width: 34px; height: 34px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; border: 3px solid #fff; box-shadow: 0 3px 10px rgba(0,0,0,.3); transform: translate(-17px, -17px); }
.rider-pin .i { width: 18px; height: 18px; }

/* ---------- bottom bar ---------- */
.tabbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 20; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--card); border-top: 1px solid var(--line); padding-bottom: env(safe-area-inset-bottom, 0px); height: calc(var(--tab) + env(safe-area-inset-bottom, 0px)); }
.tabbar a { text-decoration: none; color: var(--mut); font-weight: 600; font-size: .68rem; display: grid; justify-items: center; align-content: center; gap: 3px; position: relative; }
.tabbar a .i { width: 22px; height: 22px; } .tabbar a[aria-current="page"] { color: var(--green-d); }
.tabbar .cnt { position: absolute; top: 7px; left: calc(50% + 6px); }

/* ---------- blocks ---------- */
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 16px; }
.card h2, .sec h2 { font-weight: 700; font-size: 1.05rem; letter-spacing: -.01em; margin: 0; }
.sec { display: grid; gap: 10px; }
.sec-h { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.sec-h h2 { font-size: 1.12rem; letter-spacing: -.02em; } .sec-h .sub { color: var(--mut); font-size: .82rem; }
.sec-h a, .linkbtn { color: var(--green-d); font-weight: 600; font-size: .84rem; text-decoration: none; border: 0; background: none; padding: 0; }
.eyebrow { text-transform: uppercase; letter-spacing: .08em; font-size: .66rem; font-weight: 700; color: var(--mut); }
.btn { border: 1px solid var(--line); background: var(--card); color: var(--ink); font-weight: 600; font-size: .9rem; padding: 11px 16px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; min-height: 44px; }
.btn:hover { background: var(--hover); } .btn:disabled { opacity: .45; cursor: default; }
.btn.go { background: var(--green); border-color: var(--green); color: #fff; } .btn.go:hover { background: var(--green-d); }
.btn.soft { background: var(--green-soft); border-color: var(--green-soft); color: var(--green-ink); }
.btn.ghost { border-color: transparent; background: transparent; } .btn.danger { color: var(--red); }
.btn.sm { padding: 7px 12px; min-height: 36px; font-size: .82rem; border-radius: 10px; } .btn.w { width: 100%; }
.btn.icon { width: 40px; min-height: 40px; padding: 0; border-radius: 50%; }
.pill { display: inline-flex; align-items: center; gap: 5px; padding: 3px 8px; border-radius: 6px; font-size: .72rem; font-weight: 600; background: var(--line2); color: var(--ink2); white-space: nowrap; }
.pill.go { background: var(--green-soft); color: var(--green-ink); } .pill.amber { background: var(--amber-soft); color: #9A5B00; } .pill.bad { background: var(--red-soft); color: var(--red); } .pill.blue { background: var(--blue-soft); color: var(--blue); }
.field { display: grid; gap: 6px; font-size: .8rem; font-weight: 600; color: var(--ink2); }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); background: var(--card); border-radius: 12px; padding: 11px 12px; font-size: .95rem; font-weight: 500; color: var(--ink); min-height: 44px; }
.field input:focus, .field select:focus { outline: 0; border-color: var(--green); box-shadow: 0 0 0 3px var(--green-soft); }
.field small { color: var(--mut); font-weight: 400; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.note { background: var(--line2); border-radius: 12px; padding: 10px 12px; font-size: .84rem; color: var(--ink2); display: flex; gap: 8px; align-items: flex-start; }
.note .i { margin-top: 2px; } .note.go { background: var(--green-soft); color: var(--green-ink); } .note.amber { background: var(--amber-soft); color: #7A4A00; } .note.bad { background: var(--red-soft); color: var(--red); }
.empty { text-align: center; color: var(--mut); padding: 34px 16px; display: grid; gap: 6px; justify-items: center; }
.empty .i { width: 40px; height: 40px; color: var(--line); stroke-width: 1.4; } .empty b { color: var(--ink); font-size: 1rem; }
.seg { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; background: var(--line2); padding: 4px; border-radius: 12px; }
.seg button { border: 0; background: transparent; color: var(--mut); font-weight: 600; font-size: .88rem; padding: 9px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; }
.seg button[aria-pressed="true"] { background: var(--card); color: var(--ink); box-shadow: var(--sh); }
.chips { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding: 2px 16px; margin: -2px -16px; -webkit-overflow-scrolling: touch; } .chips::-webkit-scrollbar { display: none; }
.chips button { flex: none; border: 1px solid var(--line); background: var(--card); color: var(--ink); font-weight: 600; font-size: .82rem; padding: 8px 13px; border-radius: 999px; white-space: nowrap; display: inline-flex; gap: 6px; align-items: center; }
.chips button:hover { background: var(--hover); } .chips button[aria-pressed="true"] { background: var(--green-soft); color: var(--green-ink); border-color: var(--green); }
.ttl { font-weight: 800; font-size: 1.45rem; letter-spacing: -.03em; margin: 0; } .ttl + p { margin: 2px 0 0; color: var(--mut); }
.pagehead { display: flex; align-items: center; gap: 10px; }
.sk { background: linear-gradient(90deg, var(--line2) 25%, var(--line) 37%, var(--line2) 63%); background-size: 400% 100%; animation: sk 1.4s ease infinite; border-radius: 8px; }
@keyframes sk { 0% { background-position: 100% 0; } 100% { background-position: 0 0; } }

/* ---------- home ---------- */
.promos { display: flex; gap: 12px; overflow-x: auto; scrollbar-width: none; padding: 2px 16px; margin: -2px -16px; scroll-snap-type: x mandatory; } .promos::-webkit-scrollbar { display: none; }
.promo-c { flex: none; width: min(300px, 82vw); scroll-snap-align: start; border-radius: 16px; padding: 16px; color: #fff; position: relative; overflow: hidden; min-height: 128px; display: grid; align-content: end; gap: 4px; border: 0; text-align: left; font: inherit; }
.promo-c::before { content: ''; position: absolute; inset: 0; background: radial-gradient(120% 90% at 100% 0%, rgba(255,255,255,.28), transparent 55%); }
.promo-c > * { position: relative; } .promo-c .k { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; opacity: .9; } .promo-c b { font-size: 1.15rem; font-weight: 800; letter-spacing: -.02em; line-height: 1.2; } .promo-c small { font-size: .8rem; opacity: .92; }
.promo-c .em { position: absolute; right: -6px; bottom: -14px; font-size: 92px; line-height: 1; opacity: .28; filter: saturate(0); }
/* the tile look, like the POS dashboard: icon box, text, chevron */
.promo-c.tile { display: grid; grid-template-columns: 52px minmax(0, 1fr) 20px; align-items: center; align-content: center; gap: 14px; min-height: 118px; padding: 16px 14px 16px 16px; box-shadow: 0 8px 22px -14px rgba(15, 23, 42, .55), inset 0 1px 0 rgba(255,255,255,.25); }
.promo-c.tile::before { background: radial-gradient(140% 100% at 100% 0%, rgba(255,255,255,.3), transparent 55%), linear-gradient(180deg, rgba(255,255,255,.06), rgba(0,0,0,.08)); }
.promo-c.tile::after { content: ''; position: absolute; right: -40px; top: -40px; width: 150px; height: 150px; border-radius: 50%; background: rgba(255,255,255,.1); }
.promo-c.tile .ib { width: 52px; height: 52px; border-radius: 14px; background: rgba(255,255,255,.22); border: 1px solid rgba(255,255,255,.35); display: grid; place-items: center; overflow: hidden; } .promo-c.tile .ib svg { width: 26px; height: 26px; color: #fff; } .promo-c.tile .ib em { font-style: normal; font-size: 26px; line-height: 1; } .promo-c.tile .ib img { width: 100%; height: 100%; object-fit: cover; background: #fff; }
.promo-c.tile .tx { display: grid; gap: 3px; min-width: 0; } .promo-c.tile .tx b { font-size: 1.05rem; } .promo-c.tile .tx small { font-size: .78rem; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.promo-c.tile .ch { display: grid; place-items: center; opacity: .9; } .promo-c.tile .ch svg { width: 18px; height: 18px; }
.promo-c.tile:active { transform: scale(.985); }
.carw { position: relative; } .carw .dots { display: flex; gap: 6px; justify-content: center; margin-top: 10px; } .carw .dots i { width: 6px; height: 6px; border-radius: 3px; background: var(--line); transition: width .25s, background .25s; cursor: pointer; } .carw .dots i.on { width: 20px; background: var(--green); }
.car-btn { display: none; position: absolute; top: calc(50% - 24px); transform: translateY(-50%); width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); background: var(--card); box-shadow: 0 4px 14px rgba(0,0,0,.12); place-items: center; color: var(--ink); z-index: 2; } .car-btn svg { width: 18px; height: 18px; } .car-btn.prev { left: -10px; } .car-btn.next { right: -10px; } .car-btn:hover { background: var(--hover); }
@media (min-width: 760px) { .car-btn { display: grid; } }
.cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px 6px; }
.cats button { position: relative; border: 2px solid transparent; background: var(--card); border-radius: 16px; display: grid; justify-items: center; align-content: start; gap: 6px; padding: 10px 4px 9px; color: var(--ink2); font-weight: 600; font-size: .72rem; line-height: 1.2; text-align: center; transition: transform .12s, border-color .12s; box-shadow: var(--sh); }
.cats button span { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.cats .art, .cats .ic { width: 44px; height: 44px; } .cats .ic { border-radius: 14px; display: grid; place-items: center; background: var(--green-soft); color: var(--green-ink); } .cats .ic .i { width: 24px; height: 24px; }
.cats button:hover { transform: translateY(-2px); } .cats button[aria-pressed="true"] { border-color: var(--green); color: var(--ink); background: var(--green-soft); }
.cats button:disabled { opacity: .55; cursor: default; transform: none; } .cats button em { position: absolute; top: 6px; right: 6px; font-style: normal; font-size: .56rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #fff; background: #94A3B8; padding: 2px 6px; border-radius: 999px; }
.cats .more { background: var(--line2); box-shadow: none; } .cats .more .ic { background: var(--card); color: var(--ink2); }
/* Google Maps anchors a marker's bottom-centre to the point; Leaflet anchors its top-left */
:root[data-maps="google"] .pin, :root[data-maps="google"] .rider-pin, :root[data-maps="google"] .you { transform: translateY(50%); }
:root[data-maps="google"] .pin .lbl { top: 100%; }
.mode { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: 4px; }
.mode button { border: 0; background: transparent; color: var(--mut); font-weight: 700; font-size: .88rem; padding: 10px; border-radius: 999px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.mode button[aria-pressed="true"] { background: var(--ink); color: #fff; }
.ostrip { display: grid; gap: 8px; }
.oc { display: grid; grid-template-columns: 44px 1fr auto; gap: 12px; align-items: center; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 12px; text-decoration: none; color: var(--ink); width: 100%; position: relative; overflow: hidden; }
.oc::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--green); } .oc.done::before { background: var(--line); }
.oc:hover { border-color: #D6D9DE; } .oc b { font-weight: 700; display: block; font-size: .94rem; } .oc small { display: block; color: var(--mut); font-size: .76rem; margin-top: 1px; }
.oc .amt { font-weight: 700; font-size: .94rem; }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 3px; margin-top: 7px; }
.steps i { display: block; height: 4px; border-radius: 2px; background: var(--line); }
.steps i.on { background: var(--green); } .steps i.now { background: var(--green); animation: pulse 1.6s ease-in-out infinite; } .steps i.bad { background: var(--red); }
@keyframes pulse { 50% { opacity: .4; } }
.avatar { border-radius: 12px; display: grid; place-items: center; position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); flex: none; }
.avatar.sm { width: 44px; height: 44px; font-size: 22px; border-radius: 10px; }
.shops { display: grid; gap: 12px; }
.shop { display: grid; grid-template-columns: 96px 1fr; gap: 12px; text-align: left; background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 10px; color: var(--ink); width: 100%; transition: border-color .12s, box-shadow .12s; align-items: start; font: inherit; }
.shop:hover { border-color: #D6D9DE; box-shadow: var(--sh2); transform: translateY(-2px); }
.cover { width: 96px; height: 96px; border-radius: 12px; position: relative; overflow: hidden; display: grid; place-items: center; font-size: 42px; }
.cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(255,255,255,.22), transparent 50%, rgba(0,0,0,.12)); }
.cover.closed::before { content: 'Closed'; position: absolute; inset: 0; z-index: 1; background: rgba(27,27,27,.55); color: #fff; font-size: .72rem; font-weight: 700; display: grid; place-items: center; }
.cover .off { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; font-size: .66rem; font-weight: 700; background: var(--green); color: #fff; padding: 4px 6px; text-align: center; line-height: 1.1; }
.cover .off.amber { background: var(--amber); }
.shop .nm { font-weight: 700; font-size: .98rem; letter-spacing: -.01em; line-height: 1.25; display: flex; gap: 6px; align-items: center; }
.shop .nm .ver { color: var(--green); } .shop .nm .ver .i { width: 16px; height: 16px; }
.shop .meta { color: var(--ink2); font-size: .8rem; display: flex; gap: 5px; flex-wrap: wrap; align-items: center; margin-top: 3px; }
.shop .meta .dot { color: var(--line); } .star { color: var(--star); } .star .i { width: 14px; height: 14px; }
.shop .meta2 { color: var(--mut); font-size: .78rem; margin-top: 3px; display: flex; gap: 5px; align-items: center; flex-wrap: wrap; }
.open-t { color: var(--green-d); font-weight: 600; } .closed-t { color: var(--red); font-weight: 600; }
.shop .hit { color: var(--green-ink); font-size: .78rem; margin-top: 4px; }
.shop .tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 7px; }
.sk-shop { display: grid; grid-template-columns: 96px 1fr; gap: 12px; padding: 10px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; }
.sk-shop .sk:first-child { height: 96px; border-radius: 12px; }
.sk-shop div div { display: grid; gap: 8px; } .sk-shop .l1 { height: 16px; width: 70%; } .sk-shop .l2 { height: 12px; width: 50%; } .sk-shop .l3 { height: 12px; width: 60%; }

/* ---------- shop page ---------- */
.shp-cover { height: 150px; border-radius: 16px 16px 0 0; position: relative; overflow: hidden; margin: -12px -16px 0; border-radius: 0; }
.shp-cover .wm { position: absolute; right: -8px; bottom: -26px; font-size: 160px; line-height: 1; opacity: .25; filter: saturate(0) brightness(1.3); }
.shp-cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.22), transparent 45%, rgba(0,0,0,.18)); pointer-events: none; }
.cv { position: absolute; inset: 0; display: block; overflow: hidden; }
.cv-dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.22) 1.2px, transparent 1.3px); background-size: 14px 14px; mask-image: linear-gradient(90deg, rgba(0,0,0,.9), transparent 70%); }
.cv-art { position: absolute; right: 6%; bottom: -8%; width: 46%; max-width: 260px; height: auto; filter: drop-shadow(0 10px 24px rgba(0,0,0,.35)); }
.cv-art.card { right: auto; bottom: auto; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 66%; max-width: none; filter: drop-shadow(0 4px 10px rgba(0,0,0,.3)); } .cover.closed .cv-art.card { top: 46%; }
.cover .cv-dots { background-size: 9px 9px; } .cover .cv { border-radius: 12px; }
.shp-cover .back { position: absolute; left: 12px; top: 12px; z-index: 2; background: rgba(255,255,255,.95); color: var(--ink); border: 0; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; box-shadow: var(--sh); }
.shp-info { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px 16px; margin-top: -44px; position: relative; z-index: 2; display: grid; gap: 10px; }
.shp-info .top { display: flex; gap: 12px; align-items: flex-start; }
.shp-info .avatar { width: 60px; height: 60px; font-size: 30px; border-radius: 14px; margin-top: -30px; box-shadow: var(--sh); }
.shp-info h1 { margin: 0; font-weight: 800; font-size: 1.3rem; letter-spacing: -.03em; line-height: 1.2; }
.shp-info .kind { color: var(--mut); font-size: .82rem; margin-top: 2px; }
.shp-info .facts { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.shp-info .facts div { padding: 10px 8px; text-align: center; border-left: 1px solid var(--line); display: grid; gap: 1px; } .shp-info .facts div:first-child { border-left: 0; }
.shp-info .facts b { font-weight: 700; font-size: .92rem; display: inline-flex; align-items: center; justify-content: center; gap: 4px; } .shp-info .facts small { color: var(--mut); font-size: .7rem; }
.shp-info .tags { display: flex; gap: 6px; flex-wrap: wrap; }
.sticky-tabs { position: sticky; top: var(--hdr); z-index: 5; background: var(--bg); padding: 8px 0 6px; margin-top: -8px; }
.tabs { display: flex; gap: 2px; overflow-x: auto; scrollbar-width: none; border-bottom: 1px solid var(--line); background: var(--card); padding: 0 8px; border-radius: 12px 12px 0 0; } .tabs::-webkit-scrollbar { display: none; }
.tabs button { flex: none; border: 0; background: none; color: var(--mut); font-weight: 600; font-size: .86rem; padding: 12px 10px 10px; border-bottom: 2px solid transparent; margin-bottom: -1px; white-space: nowrap; }
.tabs button[aria-pressed="true"] { color: var(--green-d); border-bottom-color: var(--green); }
.ssearch { display: flex; align-items: center; gap: 10px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 0 12px; height: 42px; color: var(--mut); }
.ssearch input { border: 0; background: none; flex: 1; min-width: 0; height: 100%; outline: 0; color: var(--ink); }
.menu { display: grid; gap: 18px; }
.msec { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 4px 14px; }
.msec h2 { font-weight: 700; font-size: 1.02rem; margin: 0; padding: 12px 0 6px; letter-spacing: -.01em; }
.msec .items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 4px 0 12px; }
.item { display: grid; grid-template-rows: auto 1fr auto; gap: 8px; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 8px; text-align: center; cursor: pointer; transition: border-color .12s, box-shadow .12s; }
.item:hover { border-color: #D6D9DE; box-shadow: var(--sh); }
.item .th { position: relative; aspect-ratio: 1; width: 100%; border-radius: 10px; background: var(--line2); display: grid; place-items: center; overflow: hidden; }
.item .th .em { font-size: 44px; line-height: 1; } .item .th img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.item .th .opt { position: absolute; left: 6px; top: 6px; background: rgba(255,255,255,.92); color: var(--ink2); }
.item .t { display: grid; gap: 2px; align-content: start; padding: 0 2px; } .item .nm { font-weight: 600; font-size: .86rem; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.6em; } .item .sz { color: var(--mut); font-size: .74rem; } .item .pr { font-weight: 800; font-size: 1.05rem; letter-spacing: -.02em; margin-top: 2px; } .item .pr small { font-weight: 500; font-size: .7rem; color: var(--mut); letter-spacing: 0; }
.item .add { width: 100%; min-height: 38px; border: 0; border-radius: 10px; background: var(--green-soft); color: var(--green-ink); font-weight: 700; font-size: .88rem; display: inline-flex; align-items: center; justify-content: center; gap: 4px; }
.item .add .i { width: 16px; height: 16px; stroke-width: 2.4; } .item .add:hover { background: var(--green); color: #fff; }
.stp { display: inline-flex; align-items: center; background: var(--card); border: 1px solid var(--line); border-radius: 999px; box-shadow: var(--sh); }
.item .stp { width: 100%; justify-content: space-between; border-radius: 10px; border-color: var(--green); background: var(--green-soft); min-height: 38px; box-shadow: none; }
.stp button { border: 0; background: none; width: 32px; height: 32px; color: var(--green-d); border-radius: 50%; display: grid; place-items: center; } .stp button .i { width: 16px; height: 16px; stroke-width: 2.4; } .stp span { min-width: 18px; text-align: center; font-weight: 700; font-size: .9rem; }
.basketbar { position: fixed; left: 16px; right: 16px; bottom: calc(var(--tab) + 12px + env(safe-area-inset-bottom, 0px)); background: var(--green); color: #fff; border: 0; border-radius: 14px; padding: 13px 16px; display: flex; align-items: center; gap: 12px; box-shadow: var(--sh2); z-index: 15; text-align: left; font: inherit; }
.basketbar .n { background: rgba(255,255,255,.28); border-radius: 8px; min-width: 26px; height: 26px; display: grid; place-items: center; font-weight: 700; font-size: .85rem; } .basketbar b { font-weight: 700; font-size: .95rem; } .basketbar .amt { font-weight: 700; }

/* item detail sheet */
.item-sheet { padding: 0; gap: 0; overflow: hidden; display: flex; flex-direction: column; max-height: 92dvh; transform: translateY(24px); opacity: 0; transition: transform .22s ease, opacity .18s ease; background: var(--bg); }
.item-sheet.in { transform: none; opacity: 1; }
/* the same quantity dialog as the till: 372px card, 22px padding, 14px between rows */
.qp-h { display: flex; gap: 12px; align-items: flex-start; padding: 22px 22px 0; background: var(--card); }
.qp-have { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; padding: 10px 22px 0; background: var(--card); font-size: .8rem; } .qp-have .pill { font-size: .78rem; padding: 4px 10px; }
.qp-th { width: 56px; height: 56px; border-radius: 12px; background: #fff; border: 1px solid var(--line); overflow: hidden; display: grid; place-items: center; flex: none; } .qp-th img { width: 100%; height: 100%; object-fit: cover; } .qp-th .em { font-size: 30px; }
.qp-h .grow { display: grid; gap: 1px; } .qp-h .eyebrow { font-size: .72rem; letter-spacing: .06em; } .qp-h h2 { margin: 0; font-weight: 700; font-size: 1.05rem; line-height: 1.25; overflow-wrap: anywhere; } .qp-h p { margin: 0; font-size: .92rem; color: var(--mut); } .qp-h p b { color: var(--blue); font-weight: 700; font-size: .92rem; }
.qp-h .x { width: 32px; height: 32px; border-radius: 50%; border: 0; background: transparent; color: var(--ink2); display: grid; place-items: center; flex: none; font-size: 1.2rem; } .qp-h .x .i { width: 18px; height: 18px; }
.qp-b { padding: 14px 22px 0; overflow: auto; display: grid; gap: 14px; background: var(--card); flex: 1 1 auto; min-height: 0; } .qp-b > * { flex: none; } .qp-h, .qp-have, .qp-f { flex: none; }
.qp-qty { display: grid; grid-template-columns: 64px minmax(0, 1fr) 64px; gap: 8px; align-items: stretch; }
.qp-pm { border: 0; border-radius: 12px; background: #E0F2FE; color: #0369A1; display: grid; place-items: center; min-height: 64px; } .qp-pm .i { width: 26px; height: 26px; stroke-width: 2.8; } .qp-pm:disabled { opacity: .45; } .qp-pm:active { background: #BAE6FD; transform: scale(.97); }
.qp-in { min-height: 64px; border: 2px solid #0284C7; border-radius: 12px; background: #fff; text-align: center; font-size: 1.9rem; font-weight: 800; color: var(--ink); width: 100%; padding: 4px 8px; } .qp-in:focus { outline: 0; box-shadow: 0 0 0 4px #BAE6FD; }
.qp-pad { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.qp-pad button { min-height: 56px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); font-size: 1.35rem; font-weight: 700; display: grid; place-items: center; user-select: none; } .qp-pad button:active { background: #E0F2FE; border-color: #7DD3FC; transform: scale(.97); }
.qp-pad .k-x { background: #F1F5F9; color: #475569; font-size: 1.1rem; } .qp-pad .k-f { background: #F0F9FF; border-color: #BAE6FD; color: #0369A1; } .qp-pad .k-off { color: var(--mut); }
.qp-f { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr); gap: 10px; padding: 16px 22px calc(22px + env(safe-area-inset-bottom, 0px)); background: var(--card); } .qp-f .btn { min-height: 56px; font-weight: 700; font-size: 1rem; border-radius: 12px; padding: 10px; width: 100%; white-space: nowrap; gap: 6px; } .qp-f .btn.go .lbl { font-weight: 600; } @media (max-width: 400px) { .qp-f .btn.go .lbl { display: none; } .qp-f .btn.go::before { content: 'Add'; } }
.opt-g { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--card); } .opt-h { display: flex; justify-content: space-between; align-items: baseline; padding: 10px 12px; background: var(--line2); } .opt-h b { font-weight: 700; font-size: .9rem; } .opt-h small { color: var(--mut); font-size: .74rem; }
.opt { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-top: 1px solid var(--line2); cursor: pointer; font-size: .92rem; } .opt input { width: 18px; height: 18px; accent-color: var(--green); margin: 0; }
@media (min-width: 760px) { .scrim .sheet { border-radius: 20px; max-height: calc(100dvh - 48px); } .scrim .sheet.item-sheet { width: min(372px, calc(100vw - 32px)); border-radius: 16px; } }
/* order again */
.again { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; padding: 2px 16px; margin: -2px -16px; } .again::-webkit-scrollbar { display: none; }
.ag { flex: none; width: 170px; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 10px; display: grid; gap: 4px; text-decoration: none; color: var(--ink); } .ag b { font-weight: 700; font-size: .88rem; } .ag small { color: var(--mut); font-size: .74rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .ag .pill { justify-self: start; margin-top: 4px; }
.cover.sm { width: 44px; height: 44px; font-size: 22px; border-radius: 10px; } .cover img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
/* map card + hover sync */
.map-card { position: absolute; left: 10px; right: 10px; bottom: 56px; z-index: 401; background: var(--card); border-radius: 14px; box-shadow: var(--sh2); padding: 10px; display: flex; align-items: center; gap: 10px; animation: rise .18s ease; }
.map-card b { font-weight: 700; display: block; font-size: .9rem; } .map-card small { color: var(--mut); font-size: .76rem; display: flex; gap: 4px; align-items: center; flex-wrap: wrap; }
@keyframes rise { from { transform: translateY(8px); opacity: 0; } }
.shop.hl { border-color: var(--green); box-shadow: 0 0 0 3px var(--green-soft); }
.pin { transition: transform .12s, box-shadow .12s; } .pin.sel { transform: translate(-19px, -19px) scale(1.12); z-index: 5; }
:root[data-maps="google"] .pin.sel { transform: translateY(50%) scale(1.12); }
/* basket bar bump */
@keyframes bump { 0% { transform: scale(1); } 40% { transform: scale(1.35); } 100% { transform: scale(1); } } .basketbar .n.bump { animation: bump .35s ease; }
.item .add:active, .stp button:active { transform: scale(.88); }
/* ratings */
.oc .rate { display: block; font-size: .68rem; color: var(--green-d); font-weight: 700; text-align: right; margin-top: 2px; } .oc .rate.on { color: var(--star); letter-spacing: .05em; }
.starrow { display: flex; gap: 6px; justify-content: center; margin: 4px 0 12px; } .starrow button { border: 0; background: none; font-size: 2.1rem; line-height: 1; color: var(--line); padding: 2px 4px; transition: transform .1s, color .1s; } .starrow button.on { color: var(--star); } .starrow button:hover { transform: scale(1.12); }
.chips.wrap { flex-wrap: wrap; overflow: visible; } .stars { color: var(--star); letter-spacing: .05em; font-size: 1.1rem; } .stars .off { color: var(--line); }
.shp-cover .share { left: auto; right: 12px; } .shp-cover .ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bl .im img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }

/* desktop filter sidebar */
.filters { display: none; }
.fcard { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 6px 14px 12px; }
.fcard .fh { display: flex; justify-content: space-between; align-items: center; padding: 8px 0 4px; border-bottom: 1px solid var(--line2); } .fcard .fh b { font-size: 1rem; font-weight: 800; letter-spacing: -.02em; }
.fcard h3 { margin: 14px 0 4px; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--mut); }
.fo { display: flex; align-items: center; gap: 10px; padding: 7px 4px; border-radius: 8px; font-size: .88rem; cursor: pointer; } .fo:hover { background: var(--hover); }
.fo input { width: 16px; height: 16px; accent-color: var(--green); margin: 0; } .fo small { color: var(--mut); font-size: .74rem; } .fo .i { color: var(--mut); }
.fo:has(input:checked) { color: var(--green-ink); font-weight: 600; }
/* map page carousel */
.mcar { position: absolute; left: 0; right: 0; bottom: 54px; z-index: 401; display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 16px; scrollbar-width: none; } .mcar::-webkit-scrollbar { display: none; }
.mc { flex: none; width: min(320px, calc(100% - 48px)); scroll-snap-align: center; background: var(--card); border-radius: 14px; box-shadow: var(--sh2); padding: 10px; display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.mc b { display: block; font-weight: 700; font-size: .9rem; } .mc small { display: flex; gap: 4px; align-items: center; color: var(--mut); font-size: .74rem; flex-wrap: wrap; } .mc > .i { color: var(--mut); }
/* site footer */
.site { margin-top: 12px; background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 22px 22px 16px; display: grid; gap: 20px; }
.site-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding-bottom: 18px; border-bottom: 1px solid var(--line2); }
.site-brand { display: flex; align-items: center; gap: 12px; } .site-brand img { width: 40px; height: 40px; border-radius: 11px; } .site-brand b { display: block; font-weight: 800; font-size: 1.05rem; letter-spacing: -.02em; } .site-brand b em { font-style: normal; color: var(--green-d); } .site-brand small { color: var(--mut); font-size: .8rem; }
.site-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; }
.site h4 { margin: 0 0 8px; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; color: var(--mut); font-weight: 700; }
.site-cols a, .site-cols .mut, .site-cols .soon { display: flex; align-items: center; gap: 6px; font-size: .86rem; padding: 4px 0; text-decoration: none; color: var(--ink2); } .site-cols a:hover { color: var(--green-d); } .site-cols .mut { color: var(--mut); font-size: .8rem; line-height: 1.45; }
.site-cols .soon em { font-style: normal; font-size: .66rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; background: var(--amber-soft); color: #9A5B00; padding: 2px 7px; border-radius: 999px; }
.site-legal { display: flex; gap: 8px 14px; flex-wrap: wrap; align-items: center; font-size: .76rem; color: var(--mut); border-top: 1px solid var(--line2); padding-top: 14px; } .site-legal > span:first-child { flex-basis: 100%; } @media (min-width: 760px) { .site-legal > span:first-child { flex-basis: auto; } } .site-legal a { color: var(--ink2); text-decoration: none; font-weight: 600; } .site-legal a:hover { color: var(--green-d); }
@media (min-width: 760px) { .site-cols { grid-template-columns: repeat(4, 1fr); } .site { padding: 26px 28px 18px; } }

/* route card */
.route { display: grid; gap: 12px; } .route .ic { width: 40px; height: 40px; border-radius: 50%; background: var(--green-soft); color: var(--green-d); display: grid; place-items: center; flex: none; }
.route b { display: block; font-weight: 700; font-size: .95rem; } .route small { display: block; font-size: .78rem; }
.route .navs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; } .route .navs .btn { font-weight: 700; }
.route-map { display: none; }
@media (max-width: 759px) { .route-map { display: block; height: 260px; border-radius: 12px; overflow: hidden; position: relative; } .route-map .mapbox { height: 100%; min-height: 0; border-radius: 12px; } .route-map .map-note { display: none; } .route-map .mbtn { padding: 7px 10px; font-size: .74rem; } .route-map:empty { display: none; } }
.route .wz { width: 22px; height: 22px; border-radius: 50%; background: #33CCFF; color: #fff; font-weight: 900; font-size: .8rem; display: grid; place-items: center; }

/* list-your-store landing */
.owner-cta { display: flex; align-items: center; gap: 12px; background: var(--card); border: 1px dashed var(--green); border-radius: 14px; padding: 12px 14px; text-decoration: none; color: var(--ink); }
.owner-cta .ic { width: 40px; height: 40px; border-radius: 50%; background: var(--green-soft); color: var(--green-d); display: grid; place-items: center; flex: none; } .owner-cta b { display: block; font-weight: 700; } .owner-cta small { color: var(--mut); font-size: .78rem; } .owner-cta > .i { color: var(--mut); }
.shell[data-page="list"] { grid-template-columns: minmax(0, 1fr); max-width: 1180px; } .shell[data-page="list"] .side { display: none; } .shell[data-page="list"] .main { gap: 28px; }
.lp-hero2 { background: linear-gradient(120deg, #063B1F, #0B6B36 45%, #00B14F); color: #fff; border-radius: 22px; padding: 30px 22px; display: grid; gap: 24px; overflow: hidden; position: relative; }
.lp-hero2::after { content: ''; position: absolute; right: -120px; top: -120px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.18), transparent 70%); pointer-events: none; }
.lp-copy { display: grid; gap: 14px; position: relative; } .lp-copy .eyebrow { color: rgba(255,255,255,.75); } .lp-copy h1 { margin: 0; font-weight: 800; font-size: 2rem; letter-spacing: -.035em; line-height: 1.08; } .lp-copy h1 .nb { display: block; color: #86EFAC; } .lp-copy p { margin: 0; font-size: 1rem; line-height: 1.55; opacity: .95; max-width: 54ch; }
.lp-ctas { display: flex; gap: 10px; flex-wrap: wrap; } .lp-ctas .btn { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.12); color: #fff; font-weight: 700; } .lp-ctas .btn.go { background: #fff; color: var(--green-ink); border-color: #fff; }
.lp-trust { margin: 0; padding: 0; list-style: none; display: flex; gap: 8px 18px; flex-wrap: wrap; font-size: .84rem; opacity: .95; } .lp-trust li { display: flex; gap: 6px; align-items: center; } .lp-trust .i { color: #86EFAC; }
.lp-preview { position: relative; display: grid; justify-items: center; }
.phone { width: min(340px, 100%); background: var(--bg); color: var(--ink); border-radius: 26px; padding: 14px; box-shadow: 0 30px 60px -20px rgba(0,0,0,.5), inset 0 0 0 6px #111; display: grid; gap: 10px; position: relative; }
.ph-top { display: flex; align-items: center; padding: 12px 6px 2px; } .ph-pin { display: inline-flex; gap: 6px; align-items: center; font-size: .78rem; color: var(--mut); } .ph-pin b { color: var(--ink); }
.ph-card { display: grid; grid-template-columns: 64px 1fr; gap: 10px; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 10px; font-size: .8rem; }
.ph-card .cover { width: 64px; height: 64px; font-size: 30px; border-radius: 12px; } .ph-card .nm { font-weight: 700; font-size: .92rem; display: flex; gap: 4px; align-items: center; } .ph-card .ver { color: var(--green); display: inline-flex; } .ph-card .meta, .ph-card .meta2 { display: flex; gap: 5px; align-items: center; flex-wrap: wrap; color: var(--ink2); font-size: .76rem; margin-top: 3px; } .ph-card .tags { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 6px; }
.ph-card.on { border-color: var(--green); box-shadow: 0 0 0 3px var(--green-soft); }
.ph-note { justify-self: center; font-size: .72rem; color: var(--mut); padding: 2px 0 4px; }
.lp-steps .lp-3 { display: grid; gap: 12px; margin-top: 12px; }
.lp-steps .st { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 18px; display: grid; gap: 8px; position: relative; align-content: start; }
.lp-steps .n { position: absolute; right: 14px; top: 12px; font-weight: 800; font-size: 2.2rem; color: var(--line); letter-spacing: -.04em; } .lp-steps .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--green-soft); color: var(--green-d); display: grid; place-items: center; } .lp-steps .ic .i { width: 22px; height: 22px; }
.lp-steps h3 { margin: 4px 0 0; font-weight: 800; font-size: 1.02rem; letter-spacing: -.02em; } .lp-steps p { margin: 0; color: var(--ink2); font-size: .9rem; line-height: 1.5; } .lp-steps a { font-weight: 700; text-decoration: none; color: var(--green-d); } .lp-steps .pill { justify-self: start; }
.lp-cmp { display: grid; gap: 12px; margin-top: 12px; } .lp-cmp .col { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 22px; display: grid; gap: 10px; align-content: start; } .lp-cmp .col.hi { border-color: var(--green); box-shadow: 0 0 0 3px var(--green-soft); }
.lp-cmp h3 { margin: 0; font-weight: 800; font-size: 1.15rem; letter-spacing: -.02em; } .lp-cmp .amt { display: flex; align-items: baseline; gap: 8px; } .lp-cmp .amt b { font-weight: 800; font-size: 2rem; letter-spacing: -.04em; } .lp-cmp .amt small { color: var(--mut); font-size: .84rem; }
.lp-cmp ul { margin: 6px 0 4px; padding: 0; list-style: none; display: grid; gap: 9px; font-size: .9rem; } .lp-cmp li { display: flex; gap: 8px; align-items: flex-start; } .lp-cmp li .i { color: var(--green-d); margin-top: 3px; flex: none; }
.lp-faq { display: grid; gap: 8px; } .lp-faq details { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 0 16px; } .lp-faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 14px 0; font-weight: 700; font-size: .95rem; } .lp-faq summary::-webkit-details-marker { display: none; } .lp-faq summary .i { color: var(--mut); transition: transform .15s; } .lp-faq details[open] summary .i { transform: rotate(180deg); } .lp-faq p { margin: 0; padding: 0 0 16px; color: var(--ink2); font-size: .9rem; line-height: 1.55; }
.lp-band { background: var(--ink); color: #fff; border-radius: 18px; padding: 24px 22px; display: grid; gap: 14px; } .lp-band h2 { margin: 0; font-weight: 800; font-size: 1.3rem; letter-spacing: -.03em; color: #fff; } .lp-band p { margin: 4px 0 0; opacity: .8; } .lp-band .btn { background: var(--green); border-color: var(--green); color: #fff; font-weight: 700; justify-self: start; }
@media (min-width: 760px) { .lp-hero2 { grid-template-columns: 1.15fr .85fr; align-items: center; padding: 44px 40px; } .lp-copy h1 { font-size: 2.6rem; } .lp-steps .lp-3 { grid-template-columns: repeat(3, 1fr); } .lp-cmp { grid-template-columns: 1fr 1fr; } .lp-band { grid-template-columns: 1fr auto; align-items: center; padding: 30px 34px; } }

/* free-listing shop page */
.prof { display: grid; gap: 14px; } .prof-h { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; flex-wrap: wrap; } .prof-h h2 { font-size: 1.1rem; } .prof-h .mut { font-size: .84rem; }
.prof-grid { display: grid; grid-template-columns: 1fr; gap: 8px; } .pf { background: var(--line2); border-radius: 12px; padding: 10px 12px; display: grid; gap: 2px; } .pf small { color: var(--mut); font-size: .7rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; } .pf b { font-weight: 600; font-size: .92rem; }
.prof-acts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; } .prof-acts .btn { font-weight: 700; padding-inline: 8px; } .prof-acts .ci { width: 20px; height: 20px; border-radius: 50%; color: #fff; font-size: .7rem; font-weight: 900; display: grid; place-items: center; }
.prof-acts .viber { border-color: #C4B5FD; color: #6D28D9; } .prof-acts .viber .ci { background: #7360F2; } .prof-acts .wa { border-color: #86EFAC; color: #15803D; } .prof-acts .wa .ci { background: #25D366; }
@media (min-width: 560px) { .prof-acts { grid-template-columns: repeat(3, 1fr); } .prof-acts.n0 { grid-template-columns: 1fr; } }
.menu-off { display: grid; gap: 14px; } .menu-off .lock { width: 40px; height: 40px; border-radius: 12px; background: var(--line2); color: var(--mut); display: grid; place-items: center; flex: none; } .menu-off .lock .i { width: 20px; height: 20px; }
.ghost { position: relative; border: 1px dashed var(--line); border-radius: 14px; padding: 6px 14px; overflow: hidden; }
.ghost .g { display: grid; grid-template-columns: 1fr 72px; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line2); opacity: .55; filter: blur(.6px); } .ghost .g:first-child { border-top: 0; }
.ghost .gt { display: grid; gap: 8px; align-content: start; padding-top: 4px; } .ghost .gt i { display: block; height: 10px; border-radius: 5px; background: var(--line); } .ghost .gt i.p { height: 12px; background: #D9DCE1; } .ghost .gi { width: 72px; height: 72px; border-radius: 12px; background: var(--line2); }
.ghost-msg { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 6px; text-align: center; padding: 16px; background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.92) 40%, rgba(255,255,255,.92) 60%, rgba(255,255,255,.55)); }
.ghost-msg b { font-weight: 800; font-size: 1rem; letter-spacing: -.01em; } .ghost-msg span { color: var(--ink2); font-size: .86rem; max-width: 34ch; } .ghost-msg .btn { margin-top: 6px; }
.owner-line { margin: 0; display: flex; gap: 8px; align-items: flex-start; font-size: .8rem; color: var(--mut); } .owner-line .i { margin-top: 2px; flex: none; } .owner-line a { color: var(--green-d); font-weight: 600; }
@media (min-width: 560px) { .prof-grid { grid-template-columns: repeat(3, 1fr); } }

/* ---------- basket ---------- */
.ckwrap { display: grid; gap: 14px; }
.addr-c { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; }
.addr-c .ic { width: 40px; height: 40px; border-radius: 50%; background: var(--green-soft); color: var(--green-d); display: grid; place-items: center; }
.addr-c b { display: block; font-weight: 700; font-size: .92rem; } .addr-c small { color: var(--mut); font-size: .78rem; display: block; }
.bl .it { display: grid; grid-template-columns: 52px 1fr auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line2); }
.bl .it:last-child { border-bottom: 0; }
.bl .im { position: relative; width: 52px; height: 52px; border-radius: 10px; display: grid; place-items: center; font-size: 24px; background: var(--line2); overflow: hidden; flex: none; }
.bl b { font-weight: 600; font-size: .92rem; display: block; } .bl small { display: block; color: var(--mut); font-size: .76rem; margin-top: 1px; } .bl .p { font-weight: 700; font-size: .9rem; margin-top: 2px; }
.tot { display: grid; gap: 8px; font-size: .9rem; }
.tot div { display: flex; justify-content: space-between; gap: 10px; color: var(--ink2); } .tot .big { font-weight: 800; font-size: 1.1rem; color: var(--ink); padding-top: 10px; border-top: 1px solid var(--line); margin-top: 2px; } .tot .off { color: var(--green-d); }
.payopt { display: grid; gap: 8px; }
.payopt label { display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 12px; padding: 12px; cursor: pointer; }
.payopt label:has(input:checked) { border-color: var(--green); background: var(--green-soft); }
.payopt .ic { width: 38px; height: 38px; border-radius: 10px; background: var(--card); border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink2); }
.payopt input { width: 18px; height: 18px; accent-color: var(--green); margin: 0; } .payopt b { display: block; font-weight: 700; font-size: .9rem; } .payopt small { color: var(--mut); font-size: .76rem; }
.cta { position: sticky; bottom: calc(var(--tab) + 10px + env(safe-area-inset-bottom, 0px)); z-index: 6; background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 12px; box-shadow: var(--sh2); display: grid; gap: 8px; }
.cta .l { display: flex; justify-content: space-between; align-items: baseline; font-size: .82rem; color: var(--mut); } .cta .l b { color: var(--ink); font-size: 1.05rem; font-weight: 800; }
.cta .btn { font-size: .95rem; min-height: 48px; font-weight: 700; }

.paypanel { display: grid; grid-template-columns: 1fr; gap: 14px; background: var(--line2); border-radius: 14px; padding: 14px; }
.qr-col { display: grid; justify-items: center; gap: 6px; } .qr-col small { font-size: .74rem; text-align: center; }
.qr-big { position: relative; border: 1px solid var(--line); background: #fff; border-radius: 12px; padding: 8px; width: 156px; height: 156px; display: grid; place-items: center; cursor: zoom-in; } .qr-big img { width: 100%; height: 100%; object-fit: contain; }
.qr-big .zoom { position: absolute; right: 6px; bottom: 6px; width: 26px; height: 26px; border-radius: 8px; background: var(--ink); color: #fff; display: grid; place-items: center; } .qr-big .zoom .i { width: 14px; height: 14px; }
.qr-ph { width: 156px; height: 156px; border-radius: 12px; background: #fff; border: 1px dashed var(--line); display: grid; place-content: center; justify-items: center; gap: 4px; text-align: center; padding: 10px; color: var(--mut); } .qr-ph .i { width: 26px; height: 26px; } .qr-ph b { color: var(--ink); font-size: .84rem; } .qr-ph small { font-size: .72rem; }
.pay-rows { display: grid; align-content: center; } .pr { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 8px; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: .9rem; } .pr:last-child { border-bottom: 0; }
.pr .k { color: var(--mut); } .pr .v { font-weight: 700; text-align: right; word-break: break-all; } .pr .v .mut { font-weight: 500; }
.pr .cp { width: 30px; height: 30px; border-radius: 8px; border: 1px solid var(--line); background: var(--card); color: var(--ink2); display: grid; place-items: center; } .pr .cp .i { width: 14px; height: 14px; } .pr .cp.ok { border-color: var(--green); color: var(--green-d); }
.pr:not(:has(.cp)) { grid-template-columns: minmax(0, 1fr) auto; }
.qr-scrim { align-items: center; } .qr-full { background: var(--card); border-radius: 18px; padding: 18px; display: grid; justify-items: center; gap: 8px; width: min(420px, calc(100% - 32px)); } .qr-full img { width: 100%; max-width: 360px; aspect-ratio: 1; object-fit: contain; background: #fff; border-radius: 12px; border: 1px solid var(--line); } .qr-full b { font-weight: 700; } .qr-full .num { font-size: 1.3rem; font-weight: 800; }
@media (min-width: 480px) { .paypanel { grid-template-columns: auto 1fr; align-items: center; } }

.brief { display: grid; margin-top: 6px; } .brief div { display: flex; justify-content: space-between; gap: 10px; padding: 7px 0; border-bottom: 1px solid var(--line2); font-size: .9rem; color: var(--ink2); } .brief div:last-child { border-bottom: 0; } .brief b { color: var(--ink); }

/* ---------- tracking ---------- */
.trk-h { display: flex; align-items: flex-start; gap: 12px; }
.trk-h .eta { font-weight: 800; font-size: 1.3rem; letter-spacing: -.03em; margin: 0; } .trk-h .st { color: var(--ink2); font-size: .88rem; margin-top: 2px; }
.tl { margin: 0; padding: 0; list-style: none; display: grid; }
.tl li { display: grid; grid-template-columns: 18px 1fr auto; gap: 12px; align-items: start; font-size: .88rem; color: var(--ink2); position: relative; padding: 8px 0; }
.tl li .t { font-size: .76rem; color: var(--mut); font-weight: 500; padding-top: 2px; }
.tl li .d { width: 12px; height: 12px; border-radius: 50%; background: var(--line); margin: 4px 3px 0; position: relative; } .tl li.on .d { background: var(--green); box-shadow: 0 0 0 4px var(--green-soft); } .tl li.on { color: var(--ink); font-weight: 600; }
.tl li:not(:last-child) .d::after { content: ''; position: absolute; left: 5px; top: 12px; width: 2px; height: calc(100% + 10px); background: var(--line2); }
.rider-card { display: grid; grid-template-columns: 48px 1fr auto; gap: 12px; align-items: center; background: var(--line2); border-radius: 12px; padding: 12px; }
.rider-card .av { width: 48px; height: 48px; border-radius: 50%; background: var(--card); display: grid; place-items: center; color: var(--green-d); border: 1px solid var(--line); }
.rider-card b { display: block; font-weight: 700; } .rider-card small { color: var(--mut); font-size: .78rem; }
.kv { display: grid; } .kv div { display: flex; justify-content: space-between; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line2); font-size: .88rem; } .kv div:last-child { border-bottom: 0; } .kv span:first-child { color: var(--mut); }

/* ---------- sheet / toast ---------- */
.scrim { position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 1000; display: grid; place-items: center; overflow: auto; padding: 24px; }
@media (max-width: 759px) { .scrim { align-items: end; padding: 0; } }
.sheet { background: var(--card); width: min(560px, 100%); border-radius: 20px 20px 0 0; padding: 10px 16px calc(16px + env(safe-area-inset-bottom, 0px)); display: grid; gap: 14px; max-height: 90dvh; overflow: auto; }
.sheet .grab { width: 40px; height: 4px; border-radius: 2px; background: var(--line); margin: 0 auto; }
.sheet h2 { font-weight: 800; font-size: 1.1rem; margin: 0; letter-spacing: -.02em; }
.sheet .smap { height: 240px; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); position: relative; }
.sheet .smap > div { position: absolute; inset: 0; }
.toast { position: fixed; left: 50%; bottom: calc(var(--tab) + 80px + env(safe-area-inset-bottom, 0px)); transform: translateX(-50%); background: var(--ink); color: #fff; padding: 11px 16px; border-radius: 12px; font-size: .88rem; font-weight: 500; z-index: 40; box-shadow: var(--sh2); max-width: calc(100% - 32px); }
.foot { color: var(--mut); font-size: .74rem; text-align: center; padding: 8px 0 0; }

/* ---------- breakpoints ---------- */
@media (max-width: 759px) {
  .shell[data-page="map"] .main { display: none; } .shell[data-page="map"] .side { display: block; } .shell[data-page="map"] .mapbox { height: calc(100dvh - var(--hdr) - var(--tab) - 40px - env(safe-area-inset-bottom, 0px)); border-radius: var(--r); }
  .shell[data-page="map"] { padding-top: 12px; } .shell[data-page="map"] .map-tools { bottom: 10px; } .shell[data-page="map"] .mcar { bottom: 58px; }
  .hdr .hsearch { display: none; } body[data-page="home"] .hdr .hsearch { display: flex; }
  .shell[data-page="order"] .side { display: block; order: -1; margin: -12px -16px 0; } .shell[data-page="order"] .mapbox { height: 300px; min-height: 0; border-radius: 0; border: 0; }
  .shell[data-page="shop"] { padding-top: 0; } .shp-cover { margin-top: 0; }
}
@media (min-width: 760px) {
  body { padding-bottom: 0; } .tabbar { display: none; }
  .hdr-in { grid-template-columns: auto minmax(0, 1fr) auto; grid-template-areas: "brand search loc"; padding: 12px 20px; }
  .brand .bt { display: inline; } .loc b { max-width: 240px; } .loc { border: 1px solid var(--line); border-radius: 999px; padding: 4px 12px 4px 4px; } .loc .loc-i { width: 30px; height: 30px; }
  .shell { grid-template-columns: minmax(0, 1fr) minmax(300px, 42%); padding: 18px 20px 32px; }
  .side { display: block; position: sticky; top: calc(var(--hdr) + 18px); height: calc(100dvh - var(--hdr) - 36px); }
  .mapbox { height: 100%; }
  .shp-cover { margin: 0; border-radius: 16px 16px 0 0; height: 190px; }
  .shp-info { margin: -44px 12px 0; }
  .sticky-tabs { top: calc(var(--hdr) + 10px); }
  .cats { grid-template-columns: repeat(8, 1fr); } .cats .art, .cats .ic { width: 48px; height: 48px; }
  .promo-c { width: 320px; }
  .msec .items { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .basketbar { right: auto; bottom: 20px; }
  .cta { bottom: 16px; }
}
@media (min-width: 1100px) {
  .hdr-in { grid-template-columns: auto minmax(0, 1fr) auto auto; grid-template-areas: "brand search loc nav"; gap: 16px; }
  .hnav { display: flex; grid-area: nav; }
  .shell { grid-template-columns: minmax(0, 640px) minmax(0, 1fr); gap: 22px; }

}
@media (min-width: 1180px) {
  .shell[data-page="home"] { grid-template-columns: 230px minmax(0, 620px) minmax(0, 1fr); }
  /* the Filters panel carries the categories on a wide screen; the tile row is for phones and tablets */
  .shell[data-page="home"] .cats { display: none; }
  .shell[data-page="home"] .filters { display: block; position: sticky; top: calc(var(--hdr) + 18px); align-self: start; max-height: calc(100dvh - var(--hdr) - 36px); overflow: auto; scrollbar-width: thin; }
  .shell[data-page="home"] .chips.home, .shell[data-page="home"] .mode { display: none; }
}
@media (min-width: 1400px) { .msec .items { grid-template-columns: repeat(4, minmax(0, 1fr)); } .shell { grid-template-columns: minmax(0, 760px) minmax(0, 1fr); } .shell[data-page="home"] { grid-template-columns: 240px minmax(0, 720px) minmax(0, 1fr); } .shops { grid-template-columns: 1fr 1fr; } }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }

/* ratings: the comment box on the rating card, and the Reviews card on a shop page */
.rv-field { display: block; margin-top: 12px; font-weight: 600; font-size: .85rem; } .rv-field textarea { display: block; margin-top: 6px; resize: vertical; min-height: 78px; font-family: inherit; line-height: 1.4; } .rv-count { display: block; margin-top: 4px; font-weight: 500; font-size: .76rem; } .rv-quote { margin: 6px 0 0; font-style: italic; color: var(--ink2); font-size: .92rem; }
.rv-h { display: flex; align-items: center; justify-content: space-between; gap: 10px; } .rv-h h2 { margin: 0; } .rv-h .pill { display: inline-flex; align-items: center; gap: 5px; font-weight: 600; } .rv-h .pill svg { width: 13px; height: 13px; color: var(--green); }
.rv-sum { display: grid; grid-template-columns: 120px 1fr; gap: 18px; align-items: center; margin-top: 14px; padding: 16px; border-radius: 14px; background: var(--bg); border: 1px solid var(--line2); } .rv-big { display: grid; justify-items: center; gap: 4px; padding-right: 18px; border-right: 1px solid var(--line); } .rv-big b { font-size: 2.6rem; line-height: 1; letter-spacing: -.03em; } .rv-big .stars { font-size: 1rem; letter-spacing: .02em; } .rv-big small { font-size: .78rem; }
.rv-dist { display: grid; gap: 7px; } .rv-dist > span { display: grid; grid-template-columns: 30px 1fr 36px; align-items: center; gap: 10px; font-size: .76rem; } .rv-dist b { color: var(--ink2); font-weight: 600; white-space: nowrap; } .rv-dist i { display: block; height: 7px; border-radius: 4px; background: var(--line); overflow: hidden; } .rv-dist em { display: block; height: 100%; background: var(--star); border-radius: 4px; } .rv-dist small { color: var(--mut); text-align: right; font-variant-numeric: tabular-nums; }
.rv-list { display: grid; margin-top: 6px; } .rv-it { padding: 16px 0 14px; border-top: 1px solid var(--line); } .rv-it:first-child { border-top: 0; } .rv-top { display: flex; align-items: center; gap: 10px; } .rv-who { flex: 1 1 auto; min-width: 0; display: grid; gap: 2px; } .rv-who b { font-size: .94rem; } .rv-who small { display: inline-flex; align-items: center; gap: 4px; font-size: .76rem; color: var(--mut); } .rv-who small svg { width: 12px; height: 12px; color: var(--green); }
.rv-top .avatar.xs { width: 36px; height: 36px; flex: none; border-radius: 50%; background: var(--green-soft); color: var(--green-d); display: grid; place-items: center; font-weight: 700; font-size: .95rem; } .stars.sm { font-size: .9rem; flex: none; }
.rv-txt { margin: 10px 0 0; font-size: .94rem; line-height: 1.55; color: var(--ink); } .rv-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 10px; } .rv-tags span { display: inline-flex; align-items: center; gap: 4px; font-size: .75rem; font-weight: 600; padding: 4px 10px; border-radius: 999px; background: var(--green-soft); color: var(--green-d); } .rv-tags span svg { width: 12px; height: 12px; }
.rate-link { border: 0; background: none; padding: 0; font: inherit; color: inherit; display: inline-flex; align-items: center; gap: 4px; cursor: pointer; border-bottom: 1px dotted var(--mut); } .sticky-tabs .tabs button small { font-size: .72rem; margin-left: 3px; opacity: .7; }
@media (max-width: 420px) { .rv-sum { grid-template-columns: 1fr; gap: 12px; } .rv-big { grid-auto-flow: column; align-items: center; gap: 10px; padding-right: 0; border-right: 0; padding-bottom: 12px; border-bottom: 1px solid var(--line); } }

/* a closed shop: the menu stays readable but nothing can be added */
.menu.closed .item { filter: grayscale(.75); opacity: .55; pointer-events: none; } .menu.closed .msec h2 { color: var(--mut); } .menu.closed .item .pr { color: var(--mut); }
