@layer reset, tokens, base, layout, components, utilities;

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("../fonts/manrope-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("../fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("../fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/newsreader-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/newsreader-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@layer reset {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  * {
    margin: 0;
  }

  html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    scroll-behavior: smooth;
    interpolate-size: allow-keywords;
    overflow-x: clip;
  }

  body {
    min-height: 100dvh;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
    width: 100%;
    max-width: 100%;
  }

  img,
  picture,
  svg {
    display: block;
    max-width: 100%;
  }

  input,
  button,
  textarea,
  select {
    font: inherit;
  }

  a {
    color: inherit;
  }
}

@layer tokens {
  :root {
    --brand: #1a5f4a;
    --brand-2: color-mix(in oklab, var(--brand) 78%, black);
    --brand-soft: color-mix(in oklab, var(--brand) 12%, white);
    --brand-ring: color-mix(in oklab, var(--brand) 35%, transparent);

    --ink: #101816;
    --ink-2: #3d4a44;
    --ink-3: #6b7872;
    --paper: #f3f7f5;
    --surface: #ffffff;
    --line: color-mix(in oklab, var(--ink) 8%, transparent);
    --line-strong: color-mix(in oklab, var(--ink) 14%, transparent);

    --shadow-sm: 0 1px 0 color-mix(in oklab, var(--ink) 4%, transparent);
    --shadow-md: 0 12px 34px color-mix(in oklab, var(--ink) 7%, transparent);

    --radius-sm: 12px;
    --radius-md: 16px;
    --radius-lg: 22px;
    --radius-pill: 999px;

    --font-ui: "Manrope", ui-sans-serif, system-ui, sans-serif;
    --font-display: "Newsreader", ui-serif, Georgia, serif;

    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.75rem;
    --space-7: 2.5rem;

    --topbar-h: 5rem;
    --tabs-h: 3.5rem;
    --gutter: clamp(1rem, 4vw, 1.4rem);
    --content: 42rem;
    --safe-bottom: env(safe-area-inset-bottom, 0px);

    --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
    --dur-fast: 160ms;
    --dur-med: 200ms;
    --rise: fade-rise 520ms var(--ease-out) both;
  }

  @supports not (color: color-mix(in oklab, white, black)) {
    :root {
      --brand-2: #134437;
      --brand-soft: #e6f2ed;
      --brand-ring: rgb(26 95 74 / 0.35);
      --line: rgb(16 24 22 / 0.08);
      --line-strong: rgb(16 24 22 / 0.14);
    }
  }
}

@layer base {
  body {
    font-family: var(--font-ui);
    color: var(--ink);
    background:
      radial-gradient(1000px 480px at 50% -18%, color-mix(in oklab, var(--brand) 22%, transparent), transparent 68%),
      radial-gradient(700px 320px at 100% 8%, color-mix(in oklab, var(--brand) 8%, transparent), transparent 55%),
      linear-gradient(180deg, #eef4f1 0%, var(--paper) 34%, #e8efeb 100%);
  }

  :focus-visible {
    outline: 2px solid var(--brand);
    outline-offset: 3px;
  }

  ::selection {
    background: color-mix(in oklab, var(--brand) 28%, white);
  }

  @keyframes fade-rise {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}

@layer layout {
  .app {
    width: 100%;
    max-width: min(100%, var(--content));
    margin-inline: auto;
    min-height: 100dvh;
    min-width: 0;
    display: grid;
    grid-template-rows: auto;
    /* Opaque surface — avoid backdrop-filter containing-block (breaks fixed sheet on mobile) */
    background: color-mix(in oklab, var(--surface) 94%, var(--paper));
    box-shadow: var(--shadow-md);
    container-type: inline-size;
    container-name: menu;
  }

  .feed {
    padding: var(--space-4) var(--gutter) calc(var(--space-7) + var(--safe-bottom));
    display: grid;
    gap: var(--space-6);
    min-width: 0;
    overflow-x: clip;
  }

  .colophon {
    width: 100%;
    min-width: 0;
    grid-column: 1 / -1;
    padding: 0 var(--gutter) calc(var(--space-5) + var(--safe-bottom));
    text-align: center;
    color: var(--ink-3);
    font-size: 0.8rem;
    font-weight: 500;
  }
}

@layer components {
  .topbar {
    position: sticky;
    top: 0;
    z-index: 40;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-3);
    min-width: 0;
    min-height: calc(var(--topbar-h) + env(safe-area-inset-top, 0px));
    padding: calc(var(--space-3) + env(safe-area-inset-top, 0px)) var(--gutter) var(--space-3);
    background: color-mix(in oklab, var(--surface) 86%, transparent);
    backdrop-filter: blur(16px) saturate(1.2);
    border-bottom: 1px solid var(--line);
  }

  .topbar__brand {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
    flex: 1 1 0;
  }

  .topbar__logo {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    object-fit: cover;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--line);
  }

  .topbar__mark {
    display: inline-grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    background: var(--brand);
    color: #fff;
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 700;
    box-shadow: 0 8px 18px var(--brand-ring);
  }

  .topbar__titles {
    min-width: 0;
  }

  .topbar__eyebrow {
    color: var(--ink-3);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .topbar__name {
    font-family: var(--font-display);
    font-size: clamp(1.28rem, 4.4vw, 1.7rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--ink);
  }

  .topbar__actions {
    flex: 0 0 auto;
    flex-shrink: 0;
    z-index: 41;
    display: flex;
    align-items: center;
    gap: 0.45rem;
  }

  .waiter-btn {
    border: 1px solid color-mix(in oklab, var(--brand) 35%, var(--line));
    background: var(--brand-soft);
    color: var(--brand-2);
    border-radius: var(--radius-pill);
    padding: 0.42rem 0.75rem;
    font-size: 0.72rem;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.2;
    min-height: 2.35rem;
    -webkit-tap-highlight-color: transparent;
    transition:
      background var(--dur-fast) var(--ease-out),
      border-color var(--dur-fast) var(--ease-out),
      transform var(--dur-fast) var(--ease-out);
  }

  .waiter-btn:active {
    transform: scale(0.97);
  }

  .lang-switch {
    position: relative;
    flex: 0 0 auto;
  }

  .lang-switch__summary {
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid color-mix(in oklab, var(--brand) 45%, transparent);
    border-radius: var(--radius-pill);
    background: var(--brand);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.42rem 0.7rem 0.42rem 0.55rem;
    min-height: 2.35rem;
    box-shadow: 0 6px 14px var(--brand-ring);
  }

  .lang-switch__summary::-webkit-details-marker {
    display: none;
  }

  .lang-switch__summary::marker {
    content: "";
  }

  .lang-switch__code {
    display: inline-grid;
    place-items: center;
    min-width: 1.55rem;
    height: 1.55rem;
    padding: 0 0.2rem;
    border-radius: 999px;
    background: rgb(255 255 255 / 0.2);
    font-size: 0.65rem;
    letter-spacing: 0.02em;
  }

  .lang-switch__name {
    max-width: 5.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lang-switch__chevron {
    width: 0.4rem;
    height: 0.4rem;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translate(-1px, -1px);
    opacity: 0.85;
    transition: transform 160ms var(--ease-out);
  }

  .lang-switch[open] .lang-switch__chevron {
    transform: rotate(225deg) translate(-1px, -1px);
  }

  .lang-switch__menu {
    position: absolute;
    top: calc(100% + 0.4rem);
    right: 0;
    z-index: 60;
    min-width: 10.5rem;
    display: grid;
    gap: 0.2rem;
    padding: 0.35rem;
    border-radius: 14px;
    background: var(--surface);
    border: 1px solid var(--line-strong);
    box-shadow: var(--shadow-md);
  }

  .lang-switch__option {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    text-decoration: none;
    border-radius: 10px;
    padding: 0.45rem 0.5rem;
    color: var(--ink-2);
    font-size: 0.8rem;
    font-weight: 700;
  }

  .lang-switch__option .lang-switch__code {
    background: var(--paper);
    color: var(--ink-2);
  }

  .lang-switch__option:hover,
  .lang-switch__option:focus-visible {
    background: var(--brand-soft);
    color: var(--brand-2);
  }

  .lang-switch__option.is-active {
    background: var(--brand);
    color: #fff;
  }

  .lang-switch__option.is-active .lang-switch__code {
    background: rgb(255 255 255 / 0.22);
    color: #fff;
  }

  @media (max-width: 480px) {
    .lang-switch__summary .lang-switch__name {
      display: none;
    }

    .lang-switch__summary {
      padding-inline: 0.4rem;
      gap: 0.25rem;
    }
  }

  .tabs {
    position: sticky;
    top: calc(var(--topbar-h) + env(safe-area-inset-top, 0px));
    z-index: 30;
    width: 100%;
    min-width: 0;
    background: color-mix(in oklab, var(--surface) 88%, transparent);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
  }

  .tabs__scroller {
    display: flex;
    gap: 0.45rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scroll-padding-inline: var(--gutter);
    padding: 0.7rem var(--gutter);
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .tabs__scroller::-webkit-scrollbar {
    display: none;
  }

  .tabs__item {
    flex: 0 0 auto;
    scroll-snap-align: start;
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 700;
    color: var(--ink-2);
    background: var(--surface);
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-pill);
    padding: 0.55rem 0.95rem;
    position: relative;
    transition:
      background var(--dur-fast) var(--ease-out),
      color var(--dur-fast) var(--ease-out),
      border-color var(--dur-fast) var(--ease-out),
      box-shadow var(--dur-fast) var(--ease-out);
  }

  .tabs__item.is-active {
    background: var(--brand);
    border-color: var(--brand);
    color: white;
    box-shadow: 0 8px 18px var(--brand-ring);
  }

  .tabs__item.is-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 1.35rem;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: color-mix(in oklab, #fff 85%, var(--brand));
    transform: translateX(-50%);
  }

  .group {
    scroll-margin-top: calc(var(--topbar-h) + env(safe-area-inset-top, 0px) + var(--tabs-h) + 0.5rem);
    min-width: 0;
  }

  .group__head {
    margin-bottom: var(--space-3);
  }

  .group__title {
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 4.5vw, 1.7rem);
    letter-spacing: -0.02em;
    color: var(--brand-2);
  }

  .items {
    display: grid;
    gap: 0.75rem;
    min-width: 0;
  }

  .item {
    display: grid;
    grid-template-columns: 7.25rem minmax(0, 1fr);
    gap: var(--space-3);
    align-items: start;
    padding: 0.7rem;
    border-radius: var(--radius-md);
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    animation: var(--rise);
    animation-delay: calc(var(--i, 0) * 28ms);
    min-width: 0;
    overflow: hidden;
    transition:
      transform var(--dur-med) var(--ease-out),
      box-shadow var(--dur-med) var(--ease-out),
      border-color var(--dur-med) var(--ease-out);
  }

  .item--text,
  .item:not(:has(.item__media)) {
    grid-template-columns: minmax(0, 1fr);
    padding: 0.85rem 1rem;
  }

  .item:active {
    transform: scale(0.99);
  }

  @media (hover: hover) {
    .item:hover {
      transform: translateY(-2px);
      border-color: color-mix(in oklab, var(--brand) 28%, var(--line));
      box-shadow: var(--shadow-md);
    }

    .item:hover .item__media img {
      transform: scale(1.05);
    }

    .tabs__item:hover {
      border-color: color-mix(in oklab, var(--brand) 45%, var(--line-strong));
    }

    .filter:hover {
      border-color: color-mix(in oklab, var(--brand) 40%, var(--line-strong));
    }
  }

  .item__media {
    position: relative;
    margin: 0;
    width: 100%;
    border-radius: calc(var(--radius-md) - 4px);
    overflow: hidden;
    background: var(--brand-soft);
    aspect-ratio: 1;
    align-self: start;
  }

  .item__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 320ms var(--ease-out);
  }

  .item__sold {
    position: absolute;
    top: 0.35rem;
    left: 0.35rem;
    z-index: 1;
    max-width: calc(100% - 0.7rem);
    box-shadow: 0 1px 2px rgb(0 0 0 / 12%);
  }

  .item__content {
    display: grid;
    align-content: center;
    gap: 0.3rem;
    min-width: 0;
    padding-block: 0.1rem;
  }

  .item__row {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 0.65rem;
    flex-wrap: wrap;
    min-width: 0;
  }

  .item__name {
    font-family: var(--font-ui);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    min-width: 0;
    flex: 1 1 auto;
    color: var(--ink);
  }

  .item__price {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .item__price data {
    display: inline-flex;
    align-items: center;
    min-height: 1.7rem;
    padding: 0.22rem 0.58rem;
    border-radius: var(--radius-pill);
    background: var(--brand-soft);
    color: var(--brand-2);
    font-size: 0.8rem;
    font-weight: 800;
    white-space: nowrap;
    letter-spacing: -0.01em;
  }

  .item__price--ask data {
    background: color-mix(in oklab, var(--ink-3) 12%, #fff);
    color: var(--ink-3);
    font-weight: 700;
    font-size: 0.72rem;
  }

  .item__desc {
    color: var(--ink-3);
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-wrap: pretty;
  }

  .empty {
    color: var(--ink-2);
    text-align: center;
    padding: 1.7rem 1.1rem;
    font-weight: 600;
    border: 1px dashed var(--line-strong);
    border-radius: var(--radius-md);
    background: color-mix(in oklab, var(--surface) 72%, var(--brand-soft));
  }

  .empty--sm {
    padding: 0.95rem;
    text-align: start;
    font-size: 0.9rem;
    font-weight: 500;
  }

  .empty--hidden {
    display: none !important;
  }

  .toolbar {
    padding: var(--space-3) var(--gutter) var(--space-2);
    display: grid;
    gap: var(--space-2);
    background: color-mix(in oklab, var(--surface) 88%, transparent);
    border-bottom: 1px solid var(--line);
    min-width: 0;
  }

  .search {
    min-width: 0;
    display: block;
  }

  .search input {
    width: 100%;
    max-width: 100%;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-pill);
    padding: 0.75rem 1rem;
    background: var(--surface);
    color: var(--ink);
    box-shadow: var(--shadow-sm);
  }

  .search input::placeholder {
    color: var(--ink-3);
  }

  .filters {
    position: relative;
    display: flex;
    gap: 0.45rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    padding-block: 0.15rem 0.25rem;
    padding-inline: 0.05rem;
    min-width: 0;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-mask-image: linear-gradient(
      to right,
      #000 0%,
      #000 calc(100% - 1.75rem),
      transparent 100%
    );
    mask-image: linear-gradient(
      to right,
      #000 0%,
      #000 calc(100% - 1.75rem),
      transparent 100%
    );
  }

  .filters::-webkit-scrollbar {
    display: none;
  }

  .filter {
    flex: 0 0 auto;
    border: 1px solid var(--line-strong);
    background: var(--surface);
    color: var(--ink-2);
    border-radius: var(--radius-pill);
    padding: 0.45rem 0.8rem;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
    transition:
      background var(--dur-fast) var(--ease-out),
      color var(--dur-fast) var(--ease-out),
      border-color var(--dur-fast) var(--ease-out),
      box-shadow var(--dur-fast) var(--ease-out);
  }

  .filter.is-active {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
    box-shadow: 0 4px 12px var(--brand-ring);
  }

  .item {
    cursor: pointer;
  }

  .item.is-sold-out {
    opacity: 0.72;
  }

  .item.is-sold-out .item__media img {
    filter: grayscale(0.4);
  }

  .item__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.28rem;
    max-height: 1.55rem;
    overflow: hidden;
    margin-bottom: 0.1rem;
  }

  .badge {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    border-radius: var(--radius-pill);
    padding: 0.14rem 0.42rem;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: var(--brand-soft);
    color: var(--brand-2);
  }

  .badge--popular { background: #fff1d6; color: #9a6700; }
  .badge--new { background: #e4f4ff; color: #0369a1; }
  .badge--spicy { background: #ffe4e6; color: #be123c; }
  .badge--danger { background: #fee2e2; color: #991b1b; }

  .item--hidden,
  .group--hidden {
    display: none !important;
  }

  script[data-product-json] {
    display: none !important;
  }

  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .muted {
    color: var(--ink-3);
  }

  /* Bottom sheet — fixed to viewport (no Tailwind; safe on iOS) */
  .sheet {
    position: fixed;
    inset: 0;
    z-index: 10000;
    visibility: hidden;
    pointer-events: none;
  }

  .sheet.is-open {
    visibility: visible;
    pointer-events: auto;
  }

  .sheet__backdrop {
    position: absolute;
    inset: 0;
    background: rgb(8 16 14 / 0.55);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    opacity: 0;
    transition: opacity 260ms var(--ease-out);
  }

  .sheet.is-open .sheet__backdrop {
    opacity: 1;
  }

  .sheet__panel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 36rem;
    margin-inline: auto;
    max-height: min(92vh, 92dvh);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 22px 22px 0 0;
    background: var(--surface);
    box-shadow: 0 -12px 40px rgb(15 23 20 / 0.18);
    transform: translate3d(0, 100%, 0);
    transition: transform 320ms var(--ease-out);
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  .sheet.is-open .sheet__panel {
    transform: translate3d(0, 0, 0);
  }

  .sheet__handle {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.55rem 1rem 0.25rem;
    touch-action: none;
    cursor: grab;
  }

  .sheet__grip {
    width: 2.75rem;
    height: 0.3rem;
    border-radius: 999px;
    background: color-mix(in oklab, var(--ink) 18%, transparent);
  }

  .sheet__close {
    position: absolute;
    top: 0.55rem;
    right: 0.55rem;
    z-index: 2;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgb(255 255 255 / 0.95);
    color: var(--ink);
    font-size: 1.45rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    -webkit-tap-highlight-color: transparent;
  }

  .sheet__scroll {
    min-height: 0;
    flex: 1 1 auto;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }

  .sheet__media {
    position: relative;
    aspect-ratio: 16 / 11;
    background: linear-gradient(135deg, var(--brand-soft), #eef2f1);
  }

  .sheet__media.is-hidden,
  .sheet__allergens.is-hidden {
    display: none !important;
  }

  .sheet__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sheet__media::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    height: 4.5rem;
    background: linear-gradient(to top, var(--surface), transparent);
    pointer-events: none;
  }

  .sheet__body {
    display: grid;
    gap: 1rem;
    padding: 1rem 1.15rem 1.4rem;
  }

  .sheet__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
  }

  .sheet__badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.28rem 0.65rem;
    font-size: 0.7rem;
    font-weight: 800;
    background: var(--brand-soft);
    color: var(--brand-2);
  }

  .sheet__badge--danger {
    background: #fee2e2;
    color: #991b1b;
  }

  .sheet__heading {
    display: grid;
    gap: 0.35rem;
  }

  .sheet__cat {
    color: var(--ink-3);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .sheet__title {
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 5.5vw, 1.95rem);
    letter-spacing: -0.03em;
    line-height: 1.12;
    color: var(--ink);
  }

  .sheet__price {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 1.85rem;
    padding: 0.25rem 0.7rem;
    border-radius: var(--radius-pill);
    background: var(--brand-soft);
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--brand-2);
  }

  .sheet__desc {
    color: var(--ink-2);
    font-size: 0.95rem;
    line-height: 1.55;
    white-space: pre-line;
    text-wrap: pretty;
  }

  .sheet__desc:empty {
    display: none;
  }

  .sheet__allergens {
    border-top: 1px solid var(--line);
    padding-top: 1rem;
    display: grid;
    gap: 0.65rem;
  }

  .sheet__allergens h3 {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ink-3);
  }

  .sheet__allergens ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .sheet__allergens li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-sm);
    padding: 0.5rem 0.6rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--ink-2);
    background: var(--paper);
  }

  .sheet__allergen-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 0.65rem;
    background: #fff;
    color: var(--ink-2);
    border: 1px solid var(--line);
    flex: 0 0 auto;
  }

  .sheet__allergen-icon svg {
    width: 1.1rem;
    height: 1.1rem;
  }

  html.sheet-open,
  body.sheet-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

  body.sheet-open {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
  }
}

@layer utilities {
  @media (max-width: 640px) {
    :root {
      --topbar-h: 4.45rem;
      --gutter: 0.9rem;
      --space-6: 1.35rem;
    }

    .app {
      box-shadow: none;
      border-radius: 0;
    }

    .topbar {
      gap: 0.55rem;
      padding-block: calc(0.65rem + env(safe-area-inset-top, 0px)) 0.65rem;
    }

    .topbar__brand {
      gap: 0.55rem;
    }

    .topbar__logo,
    .topbar__mark {
      width: 2.35rem;
      height: 2.35rem;
      border-radius: 0.7rem;
      flex: 0 0 auto;
    }

    .topbar__mark {
      font-size: 1.05rem;
    }

    .topbar__eyebrow {
      display: none;
    }

    .topbar__name {
      font-size: clamp(1.05rem, 4.8vw, 1.25rem);
    }

    .toolbar {
      padding: 0.55rem var(--gutter) 0.3rem;
      gap: 0.5rem;
      min-width: 0;
    }

    .search input {
      padding: 0.65rem 0.85rem;
    }

    .filters {
      min-width: 0;
      max-width: 100%;
    }

    .tabs {
      min-width: 0;
    }

    .tabs__scroller {
      padding: 0.55rem var(--gutter);
    }

    .item {
      grid-template-columns: 5.25rem minmax(0, 1fr);
      gap: 0.65rem;
      padding: 0.5rem;
      min-width: 0;
    }

    .item--text,
    .item:not(:has(.item__media)) {
      grid-template-columns: minmax(0, 1fr);
      padding: 0.7rem 0.8rem;
    }

    .item__name {
      font-size: 0.92rem;
      word-break: break-word;
    }

    .item__row {
      gap: 0.4rem;
    }

    .item__price data {
      font-size: 0.72rem;
      padding: 0.15rem 0.45rem;
    }

    .feed {
      padding-inline: var(--gutter);
    }

    .sheet__panel {
      width: 100%;
      max-width: 100%;
      border-radius: 18px 18px 0 0;
    }

    .sheet__allergens ul {
      grid-template-columns: 1fr;
    }
  }

  @media (min-width: 640px) {
    .item {
      grid-template-columns: 8.5rem minmax(0, 1fr);
      padding: 0.8rem;
      gap: 1rem;
    }

    .item--text,
    .item:not(:has(.item__media)) {
      grid-template-columns: minmax(0, 1fr);
      padding: 0.9rem 1rem;
    }

    .item__name {
      font-size: 1.05rem;
    }
  }

  @media (min-width: 960px) {
    :root {
      --content: min(56rem, 94vw);
      --gutter: 1.5rem;
    }

    [data-menu] {
      display: flex;
      justify-content: center;
      width: 100%;
      max-width: 100%;
      min-width: 0;
    }

    .app {
      flex: 0 1 var(--content);
      width: min(100%, var(--content));
      margin-block: 1.25rem;
      border-radius: var(--radius-lg);
      min-height: calc(100dvh - 2.5rem);
    }

    .items {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
    }

    .item:not(.item--text):has(.item__media) {
      grid-template-columns: 6.5rem minmax(0, 1fr);
      gap: 0.75rem;
      padding: 0.65rem;
    }
  }

  @media (min-width: 1200px) {
    :root {
      --content: min(64rem, 92vw);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }

    .item,
    .item__media img,
    .tabs__item,
    .filter,
    .sheet__backdrop,
    .sheet__panel,
    .group {
      transition: none !important;
      animation: none !important;
    }
  }

  @supports (animation-timeline: view()) {
    .group {
      animation: reveal linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 35%;
    }

    @keyframes reveal {
      from {
        opacity: 0.35;
        transform: translateY(12px);
      }
      to {
        opacity: 1;
        transform: none;
      }
    }
  }

  /* Look presets — Soft / Bold / Compact (guest-selectable) */
  body[data-look="soft"] {
    --radius-sm: 14px;
    --radius-md: 20px;
    --radius-lg: 28px;
    --shadow-sm: 0 2px 0 color-mix(in oklab, var(--ink) 3%, transparent);
    --shadow-md: 0 14px 36px color-mix(in oklab, var(--ink) 8%, transparent);
  }

  body[data-look="soft"] .app,
  .app[data-look="soft"] {
    --radius-sm: 14px;
    --radius-md: 20px;
    --radius-lg: 28px;
  }

  body[data-look="soft"] .item,
  .app[data-look="soft"] .item {
    padding: 0.85rem;
    gap: 1rem;
    box-shadow: var(--shadow-sm), 0 8px 22px color-mix(in oklab, var(--ink) 4%, transparent);
  }

  body[data-look="soft"] .filter,
  .app[data-look="soft"] .filter,
  body[data-look="soft"] .tabs__item,
  .app[data-look="soft"] .tabs__item {
    border-radius: var(--radius-pill);
  }

  body[data-look="soft"] .feed,
  .app[data-look="soft"] .feed {
    gap: 2.1rem;
  }

  body[data-look="bold"] {
    --paper: #eef2f0;
    --ink: #0a100e;
    --radius-sm: 8px;
    --radius-md: 10px;
    --radius-lg: 14px;
    --radius-pill: 10px;
    --shadow-sm: none;
    --shadow-md: 0 4px 16px color-mix(in oklab, var(--ink) 8%, transparent);
  }

  body[data-look="bold"] .topbar__name,
  .app[data-look="bold"] .topbar__name {
    font-size: clamp(1.4rem, 5vw, 1.9rem);
    letter-spacing: -0.04em;
  }

  body[data-look="bold"] .group__title,
  .app[data-look="bold"] .group__title {
    font-size: clamp(1.55rem, 5vw, 2rem);
    color: var(--ink);
    letter-spacing: -0.035em;
  }

  body[data-look="bold"] .item,
  .app[data-look="bold"] .item {
    border-width: 1.5px;
    border-color: color-mix(in oklab, var(--ink) 14%, transparent);
    border-radius: 10px;
    box-shadow: none;
  }

  body[data-look="bold"] .item--text,
  .app[data-look="bold"] .item--text {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-look="bold"] .item__name,
  .app[data-look="bold"] .item__name {
    font-size: 1.05rem;
    font-weight: 800;
  }

  body[data-look="bold"] .item__price data,
  .app[data-look="bold"] .item__price data {
    background: var(--brand);
    color: #fff;
    border-radius: 8px;
  }

  body[data-look="bold"] .sheet__price,
  .app[data-look="bold"] .sheet__price {
    background: var(--brand);
    color: #fff;
    border-radius: 8px;
  }

  body[data-look="bold"] .tabs__item,
  .app[data-look="bold"] .tabs__item {
    border-radius: 10px;
  }

  body[data-look="bold"] .tabs__item.is-active,
  .app[data-look="bold"] .tabs__item.is-active {
    transform: none;
    box-shadow: none;
    background: var(--brand-2);
    border-color: var(--brand-2);
  }

  body[data-look="bold"] .tabs__item.is-active::after,
  .app[data-look="bold"] .tabs__item.is-active::after {
    display: none;
  }

  body[data-look="bold"] .filter,
  .app[data-look="bold"] .filter {
    border-radius: 10px;
  }

  body[data-look="bold"] .filter--allergen.is-active,
  .app[data-look="bold"] .filter--allergen.is-active {
    background: color-mix(in srgb, #b45309 18%, var(--surface));
    color: #9a3412;
    border-color: color-mix(in srgb, #b45309 35%, transparent);
  }

  body[data-look="bold"] .filter.is-active,
  .app[data-look="bold"] .filter.is-active {
    background: var(--brand-2);
    border-color: var(--brand-2);
    box-shadow: none;
  }

  body[data-look="compact"] {
    --topbar-h: 3.85rem;
    --tabs-h: 3rem;
    --space-6: 1.05rem;
    --gutter: clamp(0.8rem, 3vw, 1.05rem);
    --radius-sm: 10px;
    --radius-md: 12px;
    --radius-lg: 16px;
  }

  body[data-look="compact"] .topbar,
  .app[data-look="compact"] .topbar {
    padding-block: calc(0.4rem + env(safe-area-inset-top, 0px)) 0.4rem;
  }

  body[data-look="compact"] .topbar__logo,
  body[data-look="compact"] .topbar__mark,
  .app[data-look="compact"] .topbar__logo,
  .app[data-look="compact"] .topbar__mark {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.7rem;
  }

  body[data-look="compact"] .topbar__name,
  .app[data-look="compact"] .topbar__name {
    font-size: clamp(1.05rem, 4vw, 1.3rem);
  }

  body[data-look="compact"] .tabs__scroller,
  .app[data-look="compact"] .tabs__scroller {
    padding-block: 0.45rem;
  }

  body[data-look="compact"] .tabs__item,
  .app[data-look="compact"] .tabs__item {
    padding: 0.4rem 0.75rem;
    font-size: 0.8rem;
  }

  body[data-look="compact"] .item,
  .app[data-look="compact"] .item {
    grid-template-columns: 5.25rem minmax(0, 1fr);
    gap: 0.55rem;
    padding: 0.4rem;
    border-radius: 12px;
  }

  body[data-look="compact"] .item--text,
  .app[data-look="compact"] .item--text,
  body[data-look="compact"] .item:not(:has(.item__media)),
  .app[data-look="compact"] .item:not(:has(.item__media)) {
    grid-template-columns: minmax(0, 1fr);
    padding: 0.65rem 0.75rem;
  }

  body[data-look="compact"] .item__name,
  .app[data-look="compact"] .item__name {
    font-size: 0.9rem;
  }

  body[data-look="compact"] .item__desc,
  .app[data-look="compact"] .item__desc {
    -webkit-line-clamp: 2;
    font-size: 0.76rem;
  }

  body[data-look="compact"] .group__title,
  .app[data-look="compact"] .group__title {
    font-size: clamp(1.15rem, 3.8vw, 1.35rem);
  }

  body[data-look="compact"] .items,
  .app[data-look="compact"] .items {
    gap: 0.45rem;
  }

  body[data-look="compact"] .feed,
  .app[data-look="compact"] .feed {
    padding-top: 0.75rem;
    gap: 1.25rem;
  }

  body[data-look="compact"] .toolbar,
  .app[data-look="compact"] .toolbar {
    padding-block: 0.45rem 0.25rem;
    gap: 0.4rem;
  }
}

@container menu (min-width: 520px) {
  .items {
    gap: 0.9rem;
  }
}

/* Waiter call modal (body-level) */
.waiter-modal {
  position: fixed;
  inset: 0;
  z-index: 11000;
  display: grid;
  place-items: end center;
  padding: 0;
}

.waiter-modal[hidden] {
  display: none !important;
}

.waiter-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(20 30 28 / 45%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.waiter-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 26rem);
  margin: 0;
  padding: 1.25rem 1.15rem calc(1.25rem + env(safe-area-inset-bottom, 0px));
  border-radius: 18px 18px 0 0;
  background: var(--surface, #fff);
  box-shadow: 0 -8px 32px rgb(0 0 0 / 18%);
  display: grid;
  gap: 0.85rem;
}

.waiter-modal__panel h2 {
  margin: 0;
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink, #101816);
}

.waiter-modal__label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink-2, #3d4a44);
}

.waiter-modal__label input,
.waiter-modal__label select {
  appearance: none;
  border: 1px solid var(--line-strong, #d5ddd8);
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  background: var(--paper, #f3f7f5);
  color: var(--ink, #101816);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.waiter-modal__label select {
  background-image: linear-gradient(45deg, transparent 50%, var(--ink-3, #6b7872) 50%),
    linear-gradient(135deg, var(--ink-3, #6b7872) 50%, transparent 50%);
  background-position: calc(100% - 1.1rem) 50%, calc(100% - 0.75rem) 50%;
  background-size: 0.35rem 0.35rem, 0.35rem 0.35rem;
  background-repeat: no-repeat;
  padding-right: 2.25rem;
}

.waiter-modal__label input:focus-visible,
.waiter-modal__label select:focus-visible {
  outline: 2px solid var(--brand, #1a5f4a);
  outline-offset: 2px;
  border-color: var(--brand, #1a5f4a);
}

.waiter-modal__actions {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
  margin-top: 0.15rem;
}

.waiter-modal .btn {
  border: 0;
  border-radius: 999px;
  padding: 0.75rem 1.2rem;
  font-weight: 800;
  cursor: pointer;
  min-height: 2.75rem;
  -webkit-tap-highlight-color: transparent;
}

.waiter-modal .btn-primary {
  background: var(--brand, #1a5f4a);
  color: #fff;
  box-shadow: 0 6px 16px var(--brand-ring, rgb(26 95 74 / 0.35));
}

.waiter-modal .btn-primary:focus-visible {
  outline: 2px solid var(--brand, #1a5f4a);
  outline-offset: 3px;
}

.waiter-modal .btn-ghost {
  background: color-mix(in oklab, var(--ink, #101816) 6%, white);
  color: var(--ink, #243028);
}

.waiter-modal__status {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
}

.waiter-modal__status.is-error {
  color: #991b1b;
}

.waiter-modal__status.is-ok {
  color: #14532d;
}

body.is-waiter-open {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

@media (min-width: 520px) {
  .waiter-modal {
    place-items: center;
    padding: 1rem;
  }

  .waiter-modal__panel {
    border-radius: 18px;
    padding: 1.4rem;
  }
}

.venue-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  align-items: center;
  padding: 0.55rem 1rem 0.7rem;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
  background: color-mix(in srgb, var(--brand-soft) 55%, var(--surface));
  font-size: 0.8rem;
  color: var(--ink-2);
}

.venue-strip__item {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.35rem;
  align-items: baseline;
}

.venue-strip__item strong {
  font-weight: 800;
  color: var(--ink);
}

.venue-strip__sep {
  opacity: 0.55;
}

.venue-strip__link {
  color: var(--brand-2);
  font-weight: 700;
  text-decoration: none;
}

.venue-strip__link:hover {
  text-decoration: underline;
}

.daily-note {
  margin: 0;
  padding: 0.65rem 1rem 0.75rem;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
  background: color-mix(in srgb, var(--brand) 12%, var(--surface));
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.4;
  text-align: center;
}

.filters--allergens {
  margin-top: 0.15rem;
  -webkit-mask-image: none;
  mask-image: none;
}

.filters__label {
  flex: 0 0 auto;
  align-self: center;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ink-3);
  white-space: nowrap;
}

.filter--allergen.is-active {
  background: color-mix(in srgb, #b45309 18%, var(--surface));
  color: #9a3412;
  border-color: color-mix(in srgb, #b45309 35%, transparent);
}

.item__row-end {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
  flex: 0 0 auto;
}

.item__fav {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--ink-3);
  font-size: 1.05rem;
  line-height: 1;
  padding: 0.2rem 0.25rem;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.item__fav.is-on {
  color: #be123c;
}

.fav-open-btn {
  appearance: none;
  border: 0;
  min-height: 2.35rem;
  padding: 0.35rem 0.65rem;
  border-radius: var(--radius-pill);
  background: var(--surface);
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
}

.fav-open-btn [data-fav-count] {
  display: inline-block;
  margin-left: 0.15rem;
  min-width: 1.1rem;
  font-size: 0.78rem;
}

.fav-open-btn [data-fav-count][hidden] {
  display: none !important;
}

.waiter-modal__types {
  margin: 0.85rem 0 0;
  padding: 0;
  border: 0;
}

.waiter-modal__types legend {
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.waiter-type-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.waiter-type-chip {
  cursor: pointer;
}

.waiter-type-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.waiter-type-chip span {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-pill);
  border: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
  background: var(--surface);
  font-size: 0.85rem;
  font-weight: 700;
}

.waiter-type-chip input:checked + span {
  background: var(--brand-soft);
  color: var(--brand-2);
  border-color: color-mix(in srgb, var(--brand) 35%, transparent);
}

.fav-sheet {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: end center;
}

.fav-sheet[hidden] {
  display: none !important;
}

.fav-sheet__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0.45);
}

.fav-sheet__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 28rem);
  max-height: min(78vh, 36rem);
  overflow: auto;
  background: var(--surface);
  color: var(--ink);
  border-radius: 18px 18px 0 0;
  padding: 1rem 1rem 1.25rem;
  box-shadow: 0 -12px 40px rgb(0 0 0 / 0.2);
}

.fav-sheet__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.fav-sheet__head h2 {
  margin: 0;
  font-size: 1.15rem;
}

.fav-sheet__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.fav-sheet__item {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 0.55rem;
  align-items: center;
  padding: 0.55rem 0.65rem;
  border-radius: 12px;
  background: color-mix(in srgb, var(--brand-soft) 40%, var(--surface));
}

.fav-sheet__name {
  font-weight: 700;
  min-width: 0;
}

.fav-sheet__price {
  font-weight: 800;
  color: var(--brand-2);
  white-space: nowrap;
}

.fav-sheet__remove {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--ink-3);
  font-size: 1.2rem;
  cursor: pointer;
}

.fav-sheet__empty {
  color: var(--ink-3);
  margin: 0.5rem 0 0.85rem;
}

.fav-sheet__status {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: #14532d;
}

.fav-sheet__actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

body.is-fav-open {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

/* RTL (Arabic) */
[dir="rtl"] .menu-top,
[dir="rtl"] .cat-tabs,
[dir="rtl"] .venue-strip,
[dir="rtl"] .fav-sheet__actions {
  direction: rtl;
}

[dir="rtl"] .cat-tabs {
  flex-direction: row-reverse;
}

[dir="rtl"] .product-card,
[dir="rtl"] .venue-strip,
[dir="rtl"] .fav-sheet {
  text-align: right;
}
