/* סלים=Slim — design tokens + components (from the Slim product design).
   Warm off-white ground, teal brand, Suez One display over Assistant body,
   pill controls and 28px cards. RTL, light-only by design. */
:root {
  --bg: #f7f4f1;
  --surface: #fffdfc;
  --surface-2: #eae4e0;
  --text: #524646;
  --text-2: #6a5e5b;
  --text-3: #a3958f;
  --brand: #35858e;
  --brand-deep: #2a6d75;
  --brand-ink: #256a73;
  --brand-tint: #e8f0ea;
  --brand-line: #9fd0d6;
  --warm: #e98b50;
  --miss-bg: #fbe6d9;
  --miss-ink: #a75424;
  --bar-track: #ded6d1;
  --bar-fill: #7da78c;
  --divider: rgba(82, 70, 70, .1);
  --divider-strong: rgba(82, 70, 70, .16);
  --border: #eae4e0;
  --radius: 28px;
  --radius-sm: 20px;
  --pill: 999px;
  --shadow-sm: 0 1px 2px rgba(82, 70, 70, .14);
  --shadow-md: 0 3px 10px rgba(82, 70, 70, .16);
  --shadow-lg: 0 12px 32px rgba(82, 70, 70, .22);
  --font-display: "Suez One", "Arial Hebrew", serif;
  --font-body: "Assistant", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
}
a { color: var(--brand-ink); text-underline-offset: 3px; }
a:hover { color: var(--brand-deep); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; margin: 0; }
input::placeholder { color: var(--text-3); }
:focus { outline: none; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }
::selection { background: rgba(53, 133, 142, .25); }
code { font-family: ui-monospace, Menlo, monospace; font-size: .9em; background: var(--surface-2); border-radius: 6px; padding: 1px 6px; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 40px; }
.page { padding-top: 36px; padding-bottom: 80px; }
.page-title { font-size: 34px; margin: 0 0 6px; }
.page-sub { color: var(--text-2); margin: 0 0 22px; }
.muted { color: var(--text-2); }
.muted.sm, .sm.muted { font-size: 13px; }
.sm { font-size: 13px; }
.fine { font-size: 12px; color: var(--text-3); margin: 14px 0 0; }
.fine.center { text-align: center; }
.block-kicker { font-size: 12px; font-weight: 700; letter-spacing: .06em; color: var(--text-2); }

/* ---------- boot splash ---------- */
.boot-splash {
  min-height: 100vh; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 18px;
}
.boot-logo { width: 84px; height: 68px; animation: bob 1.6s ease-in-out infinite; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
.boot-text { color: var(--text-2); }

/* ---------- buttons, chips, fields ---------- */
button { font-family: inherit; }
.btn-primary {
  border: 0; background: var(--brand); color: var(--bg);
  border-radius: var(--pill); padding: 13px 28px; cursor: pointer;
  font-family: var(--font-display); font-size: 16px; box-shadow: var(--shadow-md);
}
.btn-primary:hover { background: var(--brand-deep); }
.btn-primary.lg { padding: 15px 34px; font-size: 17px; }
.btn-primary.sm { padding: 9px 20px; font-size: 13px; font-family: var(--font-body); font-weight: 700; box-shadow: none; }
.btn-outline {
  border: 1px solid var(--brand); background: transparent; color: var(--brand-ink);
  border-radius: var(--pill); padding: 12px 24px; cursor: pointer;
  font-weight: 700; font-size: 14px;
}
.btn-outline:hover { background: var(--brand-tint); }
.btn-outline.sm { padding: 9px 20px; font-size: 13px; }
.btn-ghost {
  border: 0; background: transparent; color: var(--text-2); cursor: pointer;
  border-radius: var(--pill); padding: 9px 16px; font-size: 14px; font-weight: 600;
}
.btn-ghost:hover { background: var(--surface-2); color: var(--text); }
.btn-ghost.sm { font-size: 13px; padding: 6px 12px; }
.block { display: block; width: 100%; margin-top: 10px; text-align: center; }

.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip {
  border: 1px solid var(--border); background: transparent; color: var(--text-2);
  border-radius: var(--pill); padding: 9px 18px; font-weight: 600; font-size: 14px; cursor: pointer;
}
.chip:hover { border-color: var(--brand-line); background: var(--surface); }
.chip.on { border-color: var(--brand); background: var(--brand-tint); color: var(--brand-ink); font-weight: 700; }

.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 14px; }
.field label { font-weight: 700; font-size: 13px; color: var(--text-2); }
.input {
  width: 100%; border: 1px solid var(--border); background: var(--surface);
  border-radius: var(--pill); padding: 13px 20px; font-family: inherit;
  font-size: 15px; color: var(--text); caret-color: var(--brand);
}
.input:hover { border-color: var(--brand-line); }
.input:focus-visible { border-color: var(--brand); outline-offset: 0; }

.tag { border-radius: var(--pill); padding: 4px 12px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.best-tag { background: var(--brand); color: var(--bg); }
.miss-tag { background: var(--miss-bg); color: var(--miss-ink); }
.min-tag { background: var(--surface-2); color: var(--text-2); }

.seg { display: inline-flex; gap: 6px; background: var(--surface-2); border-radius: var(--pill); padding: 5px; }
.seg-opt {
  border: 0; background: transparent; color: var(--text-2); border-radius: var(--pill);
  padding: 10px 22px; font-weight: 600; font-size: 14px; cursor: pointer;
}
.seg-opt:hover { color: var(--text); }
.seg-opt.on { background: var(--surface); color: var(--text); font-weight: 700; box-shadow: var(--shadow-sm); }

.avatar {
  flex: none; width: 46px; height: 46px; border-radius: var(--radius-sm) ;
  background: var(--brand-tint); color: var(--brand);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 19px;
}
.avatar.chain { border-radius: var(--pill); width: 56px; height: 56px; font-size: 21px; }
.avatar.chain.sm { width: 38px; height: 38px; font-size: 16px; }
.avatar.lg { width: 100%; height: 82px; border-radius: 14px; font-size: 26px; }
.avatar.xl { width: 72px; height: 72px; border-radius: var(--pill); font-size: 28px; }
.avatar.emoji { font-family: inherit; font-size: 24px; }
.avatar.emoji.lg { font-size: 40px; }
.avatar.pimg { background: #fff; overflow: hidden; }
.avatar.pimg img { width: 100%; height: 100%; object-fit: contain; display: block; }

.promo-tag {
  display: inline-block; background: var(--miss-bg); color: var(--miss-ink);
  border-radius: var(--pill); padding: 2px 10px; font-size: 11px; font-weight: 700;
  margin-inline-start: 6px; vertical-align: 2px; white-space: nowrap;
  max-width: 220px; overflow: hidden; text-overflow: ellipsis;
}
.tag.promo-tag { margin-inline-start: 0; vertical-align: baseline; }
.old-price { color: var(--text-3); font-weight: 400; font-size: .85em; margin-inline-end: 4px; }
.co-row.promo b { color: var(--miss-ink); }
.del { font-size: 12px; font-weight: 700; white-space: nowrap; }
.del.ok { color: var(--bar-fill); }
.del.no { color: var(--miss-ink); }

.addr-wrap { position: relative; }
.addr-suggest { top: calc(100% + 4px); max-height: 250px; }

.res-deal-hint { font-size: 13px; color: var(--miss-ink); font-weight: 600; margin-bottom: 8px; }
.deal-row .sub-name { text-decoration: none; }
.deal-drop { color: var(--brand-ink); }
.deals-card { background: var(--miss-bg); }
.deals-card h2, .deals-card h4, .deals-card > .muted { color: var(--miss-ink); }

/* ---------- legal pages ---------- */
.legal .card { line-height: 1.7; }
.legal h2, .legal h4 { margin-top: 18px; }
.legal h2:first-child, .legal h4:first-child { margin-top: 0; }
.legal p { margin: 6px 0 0; }

/* ---------- accessibility widget + modes ---------- */
.skip-link {
  position: absolute; top: -60px; right: 16px; z-index: 200;
  background: var(--brand); color: var(--bg); border-radius: var(--pill);
  padding: 10px 20px; font-weight: 700; text-decoration: none; transition: top .15s;
}
.skip-link:focus { top: 12px; }
.a11y-btn {
  position: fixed; bottom: 18px; left: 18px; z-index: 150;
  width: 48px; height: 48px; border: 0; border-radius: var(--pill);
  background: var(--brand); color: #fff; font-size: 24px; line-height: 1;
  cursor: pointer; box-shadow: var(--shadow-lg);
}
.a11y-btn:hover { background: var(--brand-deep); }
.a11y-panel {
  position: fixed; bottom: 76px; left: 18px; z-index: 150;
  width: 240px; background: var(--surface); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg); border: 1px solid var(--border);
  padding: 12px; display: flex; flex-direction: column; gap: 6px;
}
.a11y-panel[hidden] { display: none; }
.a11y-head { display: flex; align-items: center; justify-content: space-between; padding: 2px 4px 8px; }
.a11y-close { border: 0; background: transparent; font-size: 20px; cursor: pointer; color: var(--text-2); }
.a11y-opt {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  border: 1px solid var(--border); background: transparent; color: var(--text);
  border-radius: var(--pill); padding: 9px 16px; font-size: 14px; font-weight: 600;
  cursor: pointer; text-align: right;
}
.a11y-opt:hover { border-color: var(--brand-line); background: var(--bg); }
.a11y-opt.on { border-color: var(--brand); background: var(--brand-tint); color: var(--brand-ink); }
.a11y-note { font-size: 12px; color: var(--text-2); }
.a11y-link { text-align: center; font-size: 13px; padding-top: 4px; }
html.a11y-contrast body { background: #000; }
html.a11y-contrast img { filter: invert(1) hue-rotate(180deg); }
html.a11y-links a, html.a11y-links button { text-decoration: underline !important; }
html.a11y-readable *, html.a11y-readable h1, html.a11y-readable h2, html.a11y-readable h3,
html.a11y-readable h4 { font-family: var(--font-body) !important; }
html.a11y-noanim *, html.a11y-noanim *::before, html.a11y-noanim *::after {
  animation: none !important; transition: none !important; scroll-behavior: auto !important;
}

.card {
  background: var(--surface); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow-sm); margin-bottom: 20px;
}
.card h2, .card h3, .card h4 { font-size: 20px; margin-bottom: 12px; }
.side-card { border-radius: var(--radius); padding: 24px; margin-bottom: 18px; }
.side-card.tinted { background: var(--surface-2); }
.side-card.elevated { background: var(--surface); box-shadow: var(--shadow-md); }
.side-card h2, .side-card h3, .side-card h4 { font-size: 19px; margin-bottom: 8px; }

/* ---------- top nav ---------- */
.topnav {
  position: sticky; top: 0; z-index: 30;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 13px 40px; background: var(--text);
}
.nav-right { display: flex; align-items: center; gap: 26px; min-width: 0; flex: 1; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-name { font-family: var(--font-display); font-size: 22px; color: var(--surface); }
.nav-links { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.nav-links::-webkit-scrollbar { display: none; }
.nav-link {
  border-radius: var(--pill); padding: 9px 18px; font-size: 14px; font-weight: 600;
  color: #d8cfcc; text-decoration: none; white-space: nowrap;
}
.nav-link:hover { background: rgba(255, 253, 252, .12); color: var(--surface); }
.nav-link.on { background: var(--brand); color: var(--surface); font-weight: 700; }
.nav-left { display: flex; align-items: center; gap: 12px; min-width: 0; }
.nav-address { font-size: 13px; color: #d8cfcc; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 220px; }
.nav-avatar {
  flex: none; width: 38px; height: 38px; border-radius: var(--pill);
  background: var(--brand-tint); color: var(--brand-ink); text-decoration: none;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 16px;
}
.nav-avatar:hover { background: var(--brand-line); color: var(--brand-deep); }

.pill-status {
  display: inline-flex; align-items: center; gap: 8px; min-width: 0;
  border: 0; border-radius: var(--pill); padding: 8px 16px;
  font-size: 13px; font-weight: 700; cursor: pointer; white-space: nowrap;
}
.pill-status .dot { flex: none; width: 8px; height: 8px; border-radius: var(--pill); }
.pill-text { overflow: hidden; text-overflow: ellipsis; }
.pill-status.live { background: var(--brand-tint); color: var(--brand-ink); }
.pill-status.live .dot { background: var(--bar-fill); }
.pill-status.wait { background: var(--surface-2); color: var(--text-2); cursor: default; }
.pill-status.wait .dot { background: var(--text-3); }
.pill-status.err { background: var(--miss-bg); color: var(--miss-ink); }
.pill-status.err .dot { background: var(--warm); }

.foot {
  border-top: 1px solid var(--divider); margin-top: 40px;
  padding: 22px 40px 30px; text-align: center; color: var(--text-2); font-size: 13px;
}
.foot p { margin: 4px 0; }
.foot-guides {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 18px;
  margin: 0 0 14px; padding-bottom: 12px; border-bottom: 1px solid var(--divider);
}
.foot-guides a { color: var(--text-2); text-decoration: none; }
.foot-guides a:hover { color: var(--brand-deep); text-decoration: underline; }

/* ---------- note banner ---------- */
.note-banner {
  display: flex; align-items: center; gap: 12px;
  background: var(--brand-tint); color: var(--brand-ink);
  border-radius: var(--radius-sm); padding: 14px 20px; margin-bottom: 14px; font-size: 14px;
}
.note-check {
  flex: none; width: 24px; height: 24px; border-radius: var(--pill);
  background: var(--surface); color: var(--brand); display: flex; align-items: center;
  justify-content: center; font-size: 13px; font-weight: 700;
}
.note-text { flex: 1; }
.note-x { border: 0; background: transparent; color: var(--brand); font-size: 18px; cursor: pointer; }

/* ---------- onboarding ---------- */
.ob {
  max-width: 1180px; margin: 0 auto; min-height: 100vh;
  padding: 72px 40px 96px;
  overflow-x: hidden; overflow-x: clip;   /* flow arrows overhang on phones */
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 64px; align-items: center;
}
.ob-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; font-family: var(--font-display); font-size: 26px; }
.ob-badge {
  display: inline-flex; align-items: center; background: var(--brand-tint); color: var(--brand-ink);
  border-radius: var(--pill); padding: 7px 16px; font-weight: 700; font-size: 13px; margin-bottom: 26px;
}
.ob-title { font-size: 56px; line-height: 1.1; margin: 0 0 18px; letter-spacing: -.01em; }

/* "how it works" — vertical flowchart. One wide translucent stream snakes
   BEHIND the step cards (right→left→right) and exits as a down arrow toward
   the form; the cards float on top of it. */
.ob-flow { position: relative; display: flex; flex-direction: column; gap: 30px; max-width: 480px; margin: 0 0 42px; }
.ob-river {
  position: absolute; inset: -14px 0 -50px; width: 100%; height: calc(100% + 64px);
  z-index: 0; overflow: visible; pointer-events: none;
}
.ob-river path {
  fill: none; stroke: var(--brand); stroke-width: 44px; stroke-linecap: round;
  vector-effect: non-scaling-stroke; opacity: .2;
}
.ob-step {
  position: relative; z-index: 1; display: flex; align-items: center; gap: 16px;
  background: var(--surface); border-radius: var(--radius-sm);
  padding: 16px 20px; box-shadow: var(--shadow-sm);
}
.ob-dot {
  flex: none; width: 54px; height: 54px; border-radius: var(--pill);
  background: var(--brand-tint); border: 2px solid var(--brand-line);
  display: flex; align-items: center; justify-content: center; font-size: 26px;
}
.ob-step-t { display: flex; flex-direction: column; gap: 2px; }
.ob-step-t b { font-size: 19px; font-family: var(--font-display); font-weight: 400; }
.ob-step-t span { font-size: 15px; color: var(--text-2); }
.linklike {
  border: 0; background: none; padding: 0; cursor: pointer; font: inherit;
  color: var(--brand-ink); font-weight: 700; text-decoration: underline;
  text-underline-offset: 3px;
}
.linklike:hover { color: var(--brand-deep); }
/* the walkthrough, under the how-it-works flow */
.ob-video { max-width: 520px; margin: 0 0 28px; }
.ob-video-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.ob-video-head h2 { font-size: 22px; }
.ob-video-frame {
  background: var(--text); border-radius: var(--radius-sm); overflow: hidden;
  box-shadow: var(--shadow-md); line-height: 0;
}
.ob-video-el { display: block; width: 100%; height: auto; max-height: 60vh; margin: 0 auto; }
.ob-video .fine { margin-top: 10px; }

.ob-form { max-width: 460px; }
.ob-ctas { display: flex; align-items: center; gap: 12px; margin-top: 8px; flex-wrap: wrap; }
.ob-cta-main {
  font-size: 19px; padding: 17px 36px;
  box-shadow: 0 10px 26px rgba(53, 133, 142, .42);
}
@media (prefers-reduced-motion: no-preference) {
  .ob-cta-main { animation: cta-float 2.6s ease-in-out infinite; }
}
html.a11y-noanim .ob-cta-main { animation: none; }
@keyframes cta-float { 0%, 100% { transform: none; } 50% { transform: translateY(-3px); } }
.ob-cta-note { font-size: 13px; color: var(--text-2); margin: 10px 2px 0; }
.ob-hero { position: relative; height: 520px; }
.ob-blob { position: absolute; inset: 0; background: var(--brand-tint); border-radius: 50% 50% 46% 54% / 52% 48% 52% 48%; }
.hero-card {
  position: absolute; top: 56px; right: 40px; left: 40px;
  background: var(--surface); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-lg);
}
.hero-card-title { font-family: var(--font-display); font-size: 19px; margin-bottom: 14px; }
.hero-line {
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
  border-bottom: 1px solid var(--divider); padding: 5px 0 9px; font-size: 14px;
}
.hero-line:last-child { border-bottom: 0; }
.hero-win {
  position: absolute; bottom: 44px; right: 64px; left: 64px;
  background: var(--brand); color: var(--bg); border-radius: var(--radius);
  padding: 20px 24px; display: flex; justify-content: space-between; align-items: center;
  box-shadow: var(--shadow-lg);
}
.hero-win-k { font-size: 13px; opacity: .85; }
.hero-win-name { font-family: var(--font-display); font-size: 22px; }
.hero-win-total { font-family: var(--font-display); font-size: 30px; }

/* ---------- build ---------- */
.bld-grid { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 36px; align-items: start; }
.bld-grid > div, .bsk-grid > div, .pro-grid > div { min-width: 0; }
.bld-side { position: sticky; top: 96px; }
.search-wrap { position: relative; margin-bottom: 22px; }
.input.search { padding: 16px 24px; font-size: 16px; box-shadow: var(--shadow-sm); }
.suggest {
  position: absolute; top: calc(100% + 8px); right: 0; left: 0; z-index: 10;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 8px; box-shadow: var(--shadow-lg); max-height: min(430px, 60vh); overflow-y: auto;
}
.suggest-row {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  border: 0; background: transparent; border-radius: var(--radius-sm); padding: 12px 16px;
  font-size: 15px; color: var(--text); cursor: pointer; text-align: right;
}
.suggest-row:hover { background: var(--surface-2); }
.sug-main { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.sug-name { font-weight: 600; }
.sug-sub { font-size: 12px; color: var(--text-2); }
.sug-from { font-size: 13px; color: var(--brand); font-weight: 700; white-space: nowrap; }
.suggest-none { padding: 14px; color: var(--text-2); text-align: center; }

/* ---------- promotions carousel ---------- */
.promo-carousel { margin-bottom: 26px; }
.pc-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.pc-arrows { display: flex; gap: 6px; }
.pc-arrow {
  width: 32px; height: 32px; border-radius: var(--pill);
  border: 1px solid var(--border); background: var(--surface);
  color: var(--text-2); font-size: 17px; line-height: 1; cursor: pointer;
}
.pc-arrow:hover { border-color: var(--brand); color: var(--brand-ink); }
.pc-track {
  display: flex; gap: 12px; overflow-x: auto; padding-bottom: 6px;
  scroll-snap-type: x mandatory; scrollbar-width: none;
}
.pc-track::-webkit-scrollbar { display: none; }
.pc-card {
  scroll-snap-align: start; flex: 0 0 186px;
  border: 1px solid var(--border); background: var(--surface);
  border-radius: var(--radius-sm); padding: 12px;
  display: flex; flex-direction: column; gap: 8px;
}
.pc-card.personal { border-color: var(--brand-line); background: #fffdf7; }
.pc-name {
  font-weight: 600; font-size: 13px; line-height: 1.35; min-height: 35px;
  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.pc-card .promo-tag { margin-inline-start: 0; align-self: flex-start; max-width: 100%; }
.pc-price-row { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.pc-price { font-family: var(--font-display); font-size: 18px; }
.pc-unit { font-size: 11px; color: var(--text-2); }
.pc-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.pc-chain { font-size: 11px; font-weight: 700; color: var(--brand-ink); }

/* compact variant — 3 cards per view, under the cheapest-basket banner */
.ob-side { min-width: 0; display: flex; flex-direction: column; gap: 20px; }
.promo-carousel.compact .pc-card {
  flex: 0 0 calc((100% - 24px) / 3); padding: 9px; gap: 5px;
}
.promo-carousel.compact .avatar.lg { height: 54px; font-size: 26px; border-radius: 10px; }
.promo-carousel.compact .pc-name { font-size: 11px; min-height: 30px; line-height: 1.3; }
.promo-carousel.compact .promo-tag { display: none; }
.promo-carousel.compact .pc-price { font-size: 14px; }
.promo-carousel.compact .pc-unit { display: none; }
.promo-carousel.compact .old-price { font-size: 10.5px; }
.promo-carousel.compact .pc-chain { font-size: 10px; }
.promo-carousel.compact .add-round { width: 24px; height: 24px; font-size: 14px; }
.promo-carousel.compact .pc-head .block-kicker { font-size: 11px; }
.promo-carousel.compact .pc-arrow { width: 26px; height: 26px; font-size: 14px; }
.promo-carousel.compact { margin-bottom: 0; }

.pop-block { margin-bottom: 28px; }
.pop-block .block-kicker { margin-bottom: 12px; }
.cat-chips { margin-bottom: 14px; }
.cat-chips .chip { padding: 7px 14px; font-size: 13px; }
.cat-letters { display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0 14px; }
.cat-letters .chip { padding: 5px 0; font-size: 13px; min-width: 34px; text-align: center; }
.cat-letters .chip:first-child { padding: 5px 12px; }
.cat-pager {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  margin-top: 18px;
}
.pop-block .btn-outline.block { margin-top: 14px; }
.pop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.pop-tile {
  border: 1px solid var(--border); background: var(--surface); border-radius: var(--radius-sm);
  padding: 12px; display: flex; flex-direction: column; gap: 8px;
}
.pop-name { font-weight: 600; font-size: 14px; line-height: 1.3; flex: 1; }
.pop-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.pop-from { font-size: 12px; color: var(--text-2); }
.add-round {
  flex: none; border: 0; background: var(--brand-tint); color: var(--brand-ink);
  border-radius: var(--pill); width: 28px; height: 28px; font-size: 16px; font-weight: 700; cursor: pointer;
}
.add-round:hover { background: var(--brand-line); }

.list-card { padding: 24px; }
.list-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.list-head h2, .list-head h3 { font-size: 22px; }
.list-empty { padding: 34px 0; text-align: center; color: var(--text-2); }
.list-foot { padding-top: 12px; text-align: left; }
.item-row {
  display: flex; align-items: center; gap: 16px; padding: 13px 0;
  border-bottom: 1px solid var(--divider);
}
.item-row:last-of-type { border-bottom: 0; }
.item-main { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.item-name { font-weight: 600; }
.item-meta { font-size: 12px; color: var(--text-2); }
.item-from { width: 96px; text-align: left; font-weight: 700; color: var(--brand); font-size: 14px; flex: none; }
.item-price { font-weight: 700; white-space: nowrap; }
.item-x {
  flex: none; width: 30px; height: 30px; border: 0; background: transparent; border-radius: var(--pill);
  color: var(--text-3); font-size: 16px; cursor: pointer;
}
.item-x:hover { background: var(--surface-2); color: var(--miss-ink); }
.stepper {
  flex: none; display: flex; align-items: center; gap: 4px;
  background: var(--surface-2); border-radius: var(--pill); padding: 4px;
}
.stepper button {
  width: 30px; height: 30px; border: 0; background: transparent; border-radius: var(--pill);
  font-size: 17px; color: var(--text-2); cursor: pointer;
}
.stepper button:hover { background: var(--surface); }
.stepper span { min-width: 26px; text-align: center; font-weight: 700; }

.prio-list { display: flex; flex-direction: column; gap: 8px; }
.prio {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px;
  border: 1px solid var(--border); background: transparent; color: #4a3f3d;
  border-radius: var(--pill); padding: 12px 20px; font-weight: 600; font-size: 14px;
  cursor: pointer; text-align: right;
}
.prio:hover { border-color: var(--brand-line); background: var(--surface); }
.prio.on { border-color: var(--brand); background: #fffdf7; color: var(--brand-ink); font-weight: 700; }
.prio-note { font-size: 12px; color: var(--text-2); font-weight: 600; }
.prio.on .prio-note { color: var(--brand-ink); }

.est-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.est-num { font-family: var(--font-display); font-size: 28px; }
.est-note { margin-bottom: 18px; }

.empty-cta { text-align: center; padding: 48px 24px; }
.empty-cta h1, .empty-cta h2 { font-size: 28px; margin-bottom: 8px; }
.empty-cta .btn-primary { margin-top: 14px; }

/* ---------- results ---------- */
.res-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 24px; flex-wrap: wrap; }
.res-head .page-sub { margin-bottom: 0; }
.res-list { display: flex; flex-direction: column; gap: 14px; }
.res-card {
  display: flex; align-items: center; gap: 24px;
  background: var(--surface); border-radius: var(--radius); padding: 22px 26px;
  box-shadow: var(--shadow-sm);
}
.res-card.best { box-shadow: 0 0 0 2px var(--brand), var(--shadow-md); }
.res-main { flex: 1; min-width: 0; }
.res-name-row { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; flex-wrap: wrap; }
.res-name { font-family: var(--font-display); font-size: 21px; }
.res-meta { font-size: 13px; color: var(--text-2); margin-bottom: 10px; }
.bar { height: 8px; border-radius: var(--pill); background: var(--bar-track); overflow: hidden; }
.bar-fill { height: 8px; border-radius: var(--pill); background: var(--bar-fill); }
.res-total { text-align: left; flex: none; min-width: 130px; }
.res-total-num { font-family: var(--font-display); font-size: 30px; line-height: 1.1; }
.res-delta { font-size: 13px; color: var(--brand); font-weight: 700; }

.split-head {
  background: var(--surface-2); border-radius: var(--radius); padding: 22px 26px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 16px;
}
.split-title { font-family: var(--font-display); font-size: 21px; margin-bottom: 4px; }
.split-total { text-align: left; }
.split-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.split-card { margin-bottom: 0; padding: 22px 24px; }
.split-card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.split-chain { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 19px; }
.split-line {
  display: flex; justify-content: space-between; gap: 12px; padding: 8px 0;
  border-bottom: 1px solid rgba(82, 70, 70, .08); font-size: 14px;
}
.split-foot { display: flex; justify-content: space-between; padding-top: 12px; }

/* ---------- basket ---------- */
.back-link { display: inline-block; font-weight: 700; font-size: 14px; text-decoration: none; margin-bottom: 14px; }
.bsk-grid { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 36px; align-items: start; }
.line-link { font-size: 12px; white-space: nowrap; }
.subs-card { margin-top: 22px; }
.sub-row {
  display: flex; align-items: center; gap: 16px;
  background: var(--surface); border-radius: var(--radius-sm); padding: 14px 18px; margin-bottom: 10px;
}
.sub-main { flex: 1; min-width: 0; }
/* The pack-value row carries two names, a per-unit comparison, a price and a
   button. That never fits the flex row — the side card is ~330px wide even on a
   desktop — so it stacks into a head and a foot at every width. */
.value-row { display: block; }
.value-head { display: flex; align-items: center; gap: 14px; }
.value-foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: 10px; flex-wrap: wrap; margin-top: 10px;
  border-top: 1px solid var(--divider); padding-top: 10px;
}
.value-gain { font-size: 13px; color: var(--text-2); }
.value-gain b { color: var(--brand-ink); font-size: 14px; }
.value-actions { display: flex; align-items: center; gap: 10px; }
.value-card h2 { display: flex; align-items: center; gap: 6px; }
.sub-missing { font-size: 13px; color: var(--text-2); text-decoration: line-through; }
.sub-name { font-weight: 600; }
.checkout { position: sticky; top: 96px; }
.co-head { display: flex; align-items: center; gap: 12px; font-family: var(--font-display); font-size: 21px; margin-bottom: 16px; }
.co-head .avatar.chain { width: 40px; height: 40px; font-size: 17px; }
.co-rows { display: flex; flex-direction: column; gap: 9px; font-size: 14px; margin-bottom: 16px; }
.co-row { display: flex; justify-content: space-between; gap: 12px; }
.co-row.warn { color: var(--miss-ink); }
.co-total {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-top: 14px; border-top: 1px solid var(--divider-strong); margin-bottom: 18px; font-weight: 700;
}
.co-total-num { font-family: var(--font-display); font-size: 30px; }
.instore-guide {
  background: var(--brand-tint); border-radius: var(--radius-sm);
  padding: 12px 16px; font-size: 13px; margin-bottom: 14px; color: var(--brand-ink);
}
.instore-guide ol { margin: 8px 0 0; padding-inline-start: 18px; }
.instore-guide li { margin: 5px 0; }
.ext-promo { position: relative; }
.ext-promo .note-x { position: absolute; top: 10px; inset-inline-start: 12px; }
.ext-promo b { display: block; margin-bottom: 4px; }
.ext-promo .btn-primary, .ext-promo .tag { margin-top: 8px; }
.ext-promo-inline {
  margin-top: 12px; background: var(--brand-tint); color: var(--brand-ink);
  border-radius: var(--radius-sm); padding: 12px 16px; font-size: 13px; line-height: 1.6;
}
.ext-promo-inline .btn-primary { margin-top: 6px; display: inline-block; }
.ext-promo-inline .tag { vertical-align: baseline; }

/* ---------- done ---------- */
.done { max-width: 640px; margin: 0 auto; padding: 110px 40px; text-align: center; }
.done-circle {
  width: 96px; height: 96px; border-radius: var(--pill); background: var(--brand-tint); color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 40px; margin: 0 auto 24px;
}
.done h1, .done h2 { font-size: 36px; margin-bottom: 10px; }
.done .page-sub { font-size: 17px; margin-bottom: 28px; }
.done-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---------- saved lists ---------- */
.merge-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: var(--surface-2); border-radius: var(--radius); padding: 18px 24px; margin-bottom: 20px;
  font-size: 14px; color: #4a3f3d; flex-wrap: wrap;
}
.merge-ctas { display: flex; gap: 10px; flex-wrap: wrap; }
.saved-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.saved-card { display: flex; flex-direction: column; gap: 12px; margin-bottom: 0; }
.saved-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.sel-round {
  flex: none; width: 28px; height: 28px; border-radius: var(--pill); cursor: pointer;
  border: 1px solid var(--brand-line); background: transparent; color: var(--text-3); font-size: 14px;
}
.sel-round:hover { border-color: var(--brand); background: #fffdf7; }
.sel-round.on { border-color: var(--brand); background: var(--brand); color: var(--bg); font-weight: 700; }
.saved-name { font-family: var(--font-display); font-size: 22px; }
.saved-preview { font-size: 14px; color: #4a3f3d; flex: 1; }
.saved-foot { display: flex; align-items: baseline; justify-content: space-between; }
.saved-price { font-family: var(--font-display); font-size: 20px; }

/* ---------- setup (local profile) ---------- */
.auth { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; }
.auth-form { display: flex; flex-direction: column; justify-content: center; padding: 64px 48px; max-width: 520px; margin: 0 auto; width: 100%; }
.auth-form .page-title { margin-bottom: 8px; }
.auth-aside { position: relative; background: var(--brand-tint); overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 64px; }
.auth-blob { position: absolute; border-radius: var(--pill); }
.auth-blob.a { top: -80px; left: -80px; width: 320px; height: 320px; background: #cfe0d5; }
.auth-blob.b { bottom: -60px; right: -40px; width: 220px; height: 220px; background: #f0f5f1; }
.auth-aside-in { position: relative; max-width: 400px; }
.auth-aside-in h2, .auth-aside-in h3 { font-size: 30px; line-height: 1.2; margin-bottom: 16px; }
.perk { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; color: var(--brand-ink); font-size: 15px; }
.perk-check {
  flex: none; width: 26px; height: 26px; border-radius: var(--pill);
  background: var(--surface); color: var(--brand); display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700;
}
.auth-tabs { display: flex; width: 100%; margin-bottom: 20px; }
.auth-tabs .seg-opt { flex: 1; text-align: center; justify-content: center; }
.auth-forgot { align-self: flex-start; padding: 0 0 10px; font-size: 13px; color: var(--brand-ink); }
.auth-error {
  background: var(--miss-bg); color: var(--miss-ink);
  border-radius: var(--radius-sm); padding: 10px 16px; font-size: 14px;
  font-weight: 600; margin-bottom: 12px;
}
.auth-or {
  display: flex; align-items: center; gap: 12px; color: var(--text-3);
  font-size: 13px; margin: 12px 0 2px;
}
.auth-or span { flex: 1; height: 1px; background: var(--divider); }
.google-btn { display: flex; align-items: center; justify-content: center; gap: 10px; }
.google-btn svg { flex: none; }
.nav-login {
  border: 1px solid var(--brand-line); color: var(--surface);
  border-radius: var(--pill); padding: 8px 18px; font-size: 14px; font-weight: 700;
  text-decoration: none; white-space: nowrap;
}
.nav-login:hover { background: var(--brand); border-color: var(--brand); color: var(--surface); }
.sync-badge { color: var(--brand-ink); font-size: 12px; font-weight: 700; }

/* ---------- profile ---------- */
.pro-grid { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 36px; align-items: start; }
.pro-head { display: flex; align-items: center; gap: 20px; }
.pro-id { flex: 1; min-width: 0; }
.pro-id h1, .pro-id h2 { font-size: 28px; margin-bottom: 4px; }
.pro-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pro-fields .field { margin-bottom: 0; }
.stat-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 11px; }
.stat-num { font-family: var(--font-display); font-size: 22px; }
.order-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 11px 0; border-bottom: 1px solid var(--divider);
}
.order-row:last-of-type { border-bottom: 0; }
.order-store { font-weight: 600; font-size: 14px; }

/* ---------- misc ---------- */
.error-card {
  max-width: 560px; margin: 60px auto; background: var(--surface);
  border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-md); text-align: center;
}
.error-card h1, .error-card h2 { font-size: 26px; margin-bottom: 10px; }
.error-card .btn-primary { margin-top: 12px; }

.toast {
  position: fixed; bottom: 22px; right: 50%; transform: translateX(50%);
  background: var(--text); color: var(--bg); border-radius: var(--pill);
  padding: 10px 22px; font-size: 14px; box-shadow: var(--shadow-lg);
  opacity: 0; pointer-events: none; transition: opacity .2s; z-index: 100;
}
.toast.show { opacity: 1; }

/* ---------- receipt scan ---------- */
.rcpt-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 26px; align-items: start; }
.rcpt-cta {
  display: block; width: 100%; margin: 12px 0 0; padding: 13px 20px; cursor: pointer;
  border: 1.5px dashed var(--brand-line); border-radius: var(--radius-sm);
  background: var(--surface); color: var(--text-2); font-family: inherit;
  font-size: 14px; text-align: right;
}
.rcpt-cta b { color: var(--brand-ink); }
.rcpt-cta:hover { border-color: var(--brand); background: var(--brand-tint); }
.ob-form .rcpt-cta { margin-top: 14px; background: transparent; }
.rcpt-drop {
  display: flex; flex-direction: column; align-items: center; gap: 8px; width: 100%;
  padding: 56px 24px; cursor: pointer; text-align: center;
  border: 2px dashed var(--brand-line); border-radius: var(--radius);
  background: var(--surface); color: var(--text); font-family: inherit; font-size: 16px;
}
.rcpt-drop:hover, .rcpt-drop.drag { border-color: var(--brand); background: var(--brand-tint); }
.rcpt-icon { font-size: 42px; }
.rcpt-tips { margin: 0; padding-inline-start: 18px; color: var(--text-2); font-size: 13px; display: grid; gap: 5px; }
.rcpt-error {
  background: var(--miss-bg); color: var(--miss-ink); border-radius: var(--radius-sm);
  padding: 13px 18px; margin-bottom: 14px; font-weight: 600;
}
.rcpt-work { display: flex; flex-direction: column; gap: 18px; align-items: center; }
.rcpt-img {
  max-width: 100%; max-height: 380px; border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md); object-fit: contain;
}
.rcpt-progress { width: 100%; max-width: 460px; display: grid; gap: 8px; text-align: center; }
.rcpt-bar { height: 10px; border-radius: var(--pill); background: var(--bar-track); overflow: hidden; }
.rcpt-bar-fill { height: 10px; border-radius: var(--pill); background: var(--brand); transition: width .25s; }
.rcpt-review { padding: 24px; }
.rcpt-row.off { opacity: .45; }
.rcpt-row .sel-round { flex: none; }
.rcpt-raw { color: var(--text-3); }
.rcpt-code-tag { background: var(--brand-tint); color: var(--brand-ink); }
.rcpt-miss { margin-top: 18px; }
.rcpt-miss-row {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 9px 0; border-bottom: 1px solid var(--divider);
}
.rcpt-miss-row:last-of-type { border-bottom: 0; }
.rcpt-save-opt {
  display: flex; align-items: center; gap: 10px; margin-top: 16px;
  font-weight: 600; color: var(--text-2); cursor: pointer;
}
.rcpt-save-opt input { width: 18px; height: 18px; accent-color: var(--brand); cursor: pointer; }
.rcpt-ctas { display: flex; gap: 12px; margin-top: 18px; flex-wrap: wrap; }
.rcpt-ctas.center { justify-content: center; margin-top: 0; }

/* ---------- recipe → list ---------- */
.import-ctas { display: flex; gap: 10px; margin: 12px 0 26px; }
.import-ctas .rcpt-cta { flex: 1; margin-top: 0; }
.rcp-input-card { padding: 24px; }
.rcp-input-card h2, .rcp-input-card h3 { font-size: 21px; margin-bottom: 6px; }
.rcp-url-row { display: flex; gap: 10px; margin: 12px 0 4px; }
.rcp-url-row .input { flex: 1; }
.rcp-textarea { border-radius: var(--radius-sm); resize: vertical; margin: 10px 0; font-family: inherit; }
.rcp-working { padding: 40px 24px; display: grid; gap: 14px; justify-items: center; }
.rcp-working .rcpt-bar { width: 100%; max-width: 420px; }
.rcp-indet .rcpt-bar-fill { width: 40%; animation: rcp-slide 1.2s ease-in-out infinite alternate; }
@keyframes rcp-slide { from { margin-inline-start: 0; } to { margin-inline-start: 60%; } }
.rcp-steps { margin: 0; padding-inline-start: 18px; color: var(--text-2); font-size: 13px; display: grid; gap: 6px; }
.rcp-row { padding: 14px 0; border-bottom: 1px solid var(--divider); }
.rcp-row:last-of-type { border-bottom: 0; }
.rcp-row.off { opacity: .5; }
.rcp-row-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.rcp-chips { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 10px; }
.rcp-chip-list { display: contents; }
.rcp-chip {
  display: flex; align-items: center; gap: 8px; max-width: 240px; cursor: pointer;
  border: 1.5px solid var(--border); background: var(--surface); border-radius: 16px;
  padding: 7px 12px; font-family: inherit; font-size: 13px; text-align: right;
}
.rcp-chip:hover { border-color: var(--brand-line); }
.rcp-chip.on { border-color: var(--brand); background: var(--brand-tint); }
.rcp-chip .avatar { width: 30px; height: 30px; font-size: 15px; flex: none; }
.rcp-chip-main { display: flex; flex-direction: column; min-width: 0; }
.rcp-chip-name {
  font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 170px;
}
.rcp-chip-price { color: var(--brand); font-weight: 700; font-size: 12px; }
.rcp-chip-check { color: var(--brand-ink); font-weight: 700; }
.rcp-tools { display: flex; align-items: center; gap: 10px; }
.rcp-search {
  border: 1px solid var(--border); background: var(--surface); border-radius: var(--pill);
  padding: 8px 14px; font-family: inherit; font-size: 13px; color: var(--text); width: 150px;
}
.rcp-search:focus-visible { border-color: var(--brand); }
.rcp-chip.more {
  border-style: dashed; color: var(--brand-ink); font-weight: 700;
  background: transparent; justify-content: center;
}
.rcp-chip.more:hover { background: var(--brand-tint); }

/* receipt review: swap/attach picker under a row */
.rcpt-item { border-bottom: 1px solid var(--divider); }
.rcpt-item:last-of-type { border-bottom: 0; }
.rcpt-item .item-row { border-bottom: 0; }
.rcpt-alts { padding: 0 46px 14px; margin-top: 0; }
.rcpt-swap { flex: none; white-space: nowrap; }
.rcpt-miss-item { border-bottom: 1px solid var(--divider); }
.rcpt-miss-item:last-of-type { border-bottom: 0; }
.rcpt-miss-item .rcpt-miss-row { border-bottom: 0; }
.rcpt-miss-item .rcpt-alts { padding: 0 6px 12px; }

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
  .bld-grid, .bsk-grid, .pro-grid, .rcpt-grid { grid-template-columns: minmax(0, 1fr); }
  .bld-side, .checkout { position: static; }
  .saved-grid { grid-template-columns: repeat(2, 1fr); }
  .ob { grid-template-columns: 1fr; gap: 40px; padding: 48px 24px 64px; }
  .ob-hero { height: 420px; max-width: 520px; }
  /* Once the hero stacks, the ~390px flowchart sits between the headline and the
     primary CTA and pushes it past the fold (it was more than a full screen down
     on a phone). Stacked layouts put the form — and its CTA — right under the
     headline; the "how it works" explanation follows for whoever scrolls. */
  .ob-main { display: flex; flex-direction: column; }
  .ob-badge { align-self: flex-start; }   /* else the flex item stretches wide */
  .ob-form { order: 1; margin-bottom: 40px; }
  .ob-flow { order: 2; margin-bottom: 0; }
  .auth { grid-template-columns: 1fr; }
  .auth-aside { display: none; }
}
@media (max-width: 680px) {
  .wrap { padding: 0 16px; }
  .topnav { padding: 10px 14px; gap: 10px; }
  .brand-name, .nav-address { display: none; }
  .nav-right { gap: 10px; }
  .nav-left { min-width: 0; flex-shrink: 1; gap: 8px; }
  /* the nav is packed on phones: the status pill collapses to its dot (color
     still says live/loading/error, tap still refreshes) and the auth control
     never shrinks — otherwise התחברות overlaps the links strip */
  .pill-status { padding: 7px; }
  .pill-status .pill-text { display: none; }
  .nav-login { flex: none; padding: 7px 14px; font-size: 13px; }
  .nav-avatar { width: 34px; height: 34px; }
  .page-title { font-size: 26px; }
  .ob-title { font-size: 38px; }
  .ob-cta-main { width: 100%; text-align: center; }
  .ob { padding: 36px 16px 56px; }
  .ob-hero { height: 360px; }
  .hero-card { right: 12px; left: 12px; top: 36px; }
  .hero-win { right: 22px; left: 22px; bottom: 28px; padding: 16px 18px; }
  .hero-win-total { font-size: 24px; }
  .pop-grid { grid-template-columns: repeat(2, 1fr); }
  .split-grid, .saved-grid { grid-template-columns: 1fr; }
  .res-card { flex-wrap: wrap; gap: 14px; padding: 18px; }
  .res-main { flex-basis: calc(100% - 70px); }
  .res-total { text-align: right; }
  .item-from { display: none; }
  .done { padding: 70px 16px; }
  .foot { padding: 18px 16px 26px; }
}

/* "all results" row closing the suggestion list, and the results screen */
.suggest-all {
  display: block; width: 100%; border: 0; border-top: 1px solid var(--divider);
  background: var(--brand-tint); color: var(--brand-ink);
  padding: 13px 18px; font-family: inherit; font-size: 14px; font-weight: 700;
  cursor: pointer; text-align: center;
}
.suggest-all:hover { background: var(--brand-line); color: var(--surface); }
.search-back { margin: 0 0 18px; }
.search-back.bottom { margin: 22px 0 0; text-align: center; }
.search-back .btn-primary { font-size: 15px; }
