  :root {
    --frame: #C8D3DB; --sheet: #FFFFFF; --band: #E3E9EE; --yellow: #F8BB2C; --yellow-2: #E9A91E;
    --ink: #1F2124; --slate: #3B5470; --text: #5F6B76; --muted: #8A949D; --line: #ECEFF2; --soft: #F3F5F7;
    --green: #5FAA4F; --red: #E0453A;
    --t1: #F2F2F2; --t2: #FBF2DF; --t3: #E3EEF5; --t4: #E8F2E4;
    --font: "Quicksand", "Nunito", "Segoe UI", Helvetica, Arial, sans-serif;
    --lift: 0 24px 44px rgba(20, 30, 40, .09);
  }
  * { box-sizing: border-box; }
  body { background: var(--frame); color: var(--text); font-family: var(--font); font-weight: 500; font-size: 14px; line-height: 1.5;
         padding-inline: 16px; padding-block: 28px; }
  button, input, textarea, select { font: inherit; color: inherit; }
  button { cursor: pointer; }
  :focus-visible { outline: 2px solid var(--yellow); outline-offset: 2px; }
  h1, h2, h3 { margin: 0; color: var(--ink); font-weight: 700; text-wrap: balance; }
  svg.i { width: 1em; height: 1em; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
  .sheet { max-width: 1400px; margin: 0 auto; background: var(--sheet); border-radius: 28px; overflow: clip; }
  .pad { padding-inline: 48px; }
  @media (max-width: 720px) { body { padding: 0; } .sheet { border-radius: 0; } .pad { padding-inline: 16px; } }

  /* ---------- header ---------- */
  .top { position: sticky; top: 0; z-index: 40; background: var(--sheet); display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; min-height: 88px; padding-block: 12px;
         box-shadow: 0 6px 18px rgba(20, 30, 40, .05); }
  .vsep { width: 1px; height: 44px; background: var(--line); flex: none; }
  .spon { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); flex: none; }
  .spon img { width: 44px; height: 44px; object-fit: contain; }
  .spon small { display: block; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
  .spon b { display: block; font-family: "Inter", var(--font); font-weight: 700; font-size: 17px; letter-spacing: -.01em; color: #111; line-height: 1.15; margin-top: 2px; }
  .spon:hover b { color: #d71921; }
  .brand { display: flex; align-items: center; gap: 12px; }
  .brand svg, .brand .mark { width: 44px; height: 44px; object-fit: contain; }
  .brand b { display: block; font-size: 22px; font-weight: 700; color: var(--ink); line-height: 1; }
  .brand small { display: block; font-size: 10px; letter-spacing: .14em; color: var(--muted); font-weight: 600; margin-top: 3px; }
  .search { flex: 1 1 220px; max-width: 460px; height: 44px; display: flex; align-items: center; border: 1px solid #E3E6EA; border-radius: 6px; background: #fff; position: relative; }
  .dd-btn { flex: none; height: 100%; border: 0; background: transparent; padding: 0 12px 0 18px; display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 12px;
            letter-spacing: .03em; text-transform: uppercase; color: var(--ink); border-radius: 6px 0 0 6px; max-width: 52%; }
  .dd-btn span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .dd-btn svg { width: 14px; height: 14px; color: var(--muted); transition: transform .15s; }
  .dd-btn[aria-expanded="true"] svg { transform: rotate(180deg); }
  .dd-btn:hover, .dd-btn[aria-expanded="true"] { background: var(--soft); }
  .dd { position: absolute; z-index: 60; top: calc(100% + 8px); left: -1px; width: min(720px, calc(100vw - 32px)); background: #fff; overflow: hidden; border: 1px solid var(--line); border-radius: 12px;
        box-shadow: 0 24px 60px rgba(20, 30, 40, .18); padding: 8px; }
  .dd-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 10px 10px; border-bottom: 1px solid var(--line); }
  .dd-title { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
  .dd-quick { display: flex; gap: 6px; }
  .dd-quick button { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 5px 12px; font-size: 12px; font-weight: 700; color: var(--ink); }
  .dd-quick button:hover { background: var(--yellow); border-color: var(--yellow); }
  .dd-body { max-height: min(62vh, 560px); overflow-y: auto; overflow-x: hidden; padding-top: 6px; }
  .dd-g { padding: 6px 4px 4px; }
  .dd-gh { display: flex; align-items: baseline; gap: 8px; padding: 6px 8px 4px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
  .dd-gh .n { font-weight: 600; letter-spacing: 0; text-transform: none; }
  .dd-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 2px 8px; }
  @media (max-width: 560px) { .dd-grid { grid-template-columns: 1fr; } .dd { width: calc(100vw - 32px); left: -17px; } }
  .dd-opt { display: flex; align-items: center; gap: 10px; width: 100%; min-width: 0; border: 0; background: transparent; border-radius: 8px; padding: 7px 10px; text-align: left; color: var(--ink);
            font-weight: 600; font-size: 13.5px; line-height: 1.2; }
  .dd-opt:hover { background: var(--soft); }
  .dd-opt svg.ic { width: 26px; height: 26px; flex: none; fill: var(--yellow); stroke: #25292E; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
  .dd-opt[aria-selected="false"] { color: var(--muted); }
  .dd-opt[aria-selected="false"] svg.ic { fill: #E3E7EB; opacity: .6; }
  .dd-opt .t { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .dd-opt .n { font-size: 11px; color: var(--muted); font-weight: 600; }
  .dd-opt .ck { width: 18px; height: 18px; border-radius: 5px; border: 1.5px solid #C9D0D6; display: grid; place-items: center; flex: none; }
  .dd-opt .ck svg { width: 12px; height: 12px; stroke: var(--ink); stroke-width: 3; fill: none; display: none; }
  .dd-opt[aria-selected="true"] .ck { background: var(--yellow); border-color: var(--yellow); }
  .dd-opt[aria-selected="true"] .ck svg { display: block; }
  .search .sep { width: 1px; height: 20px; background: #E3E6EA; }
  .search input { flex: 1; min-width: 0; border: 0; background: transparent; height: 100%; padding: 0 16px; font-size: 13px; color: var(--ink); }
  .search input::placeholder { color: #A5ADB4; }
  .search .go { width: 46px; height: 100%; border: 0; background: transparent; color: var(--ink); display: grid; place-items: center; }
  .search .go svg { width: 18px; height: 18px; }
  .phone { margin-left: auto; text-align: right; line-height: 1.2; }
  .phone b { display: block; font-size: 19px; font-weight: 700; color: var(--ink); }
  .phone small { display: block; font-size: 11px; color: var(--muted); }
  .icons { display: flex; align-items: center; gap: 24px; flex: none; }
  .lang-sw { font-size: 12px; font-weight: 700; letter-spacing: .06em; color: var(--muted); text-decoration: none; padding: 6px 8px; border: 1px solid var(--line); border-radius: 4px; }
  .lang-sw:hover { color: var(--ink); border-color: var(--ink); }
  .ico { border: 0; background: none; padding: 0; color: var(--ink); display: flex; align-items: center; gap: 14px; }
  .ico .ic { position: relative; display: inline-flex; width: 24px; height: 24px; align-items: center; justify-content: center; flex: none; }
  .ico svg { width: 22px; height: 22px; stroke-width: 1.6; }
  .ico[aria-pressed="true"] svg { fill: var(--red); stroke: var(--red); }
  .ico .badge { position: absolute; top: -7px; right: -8px; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 9px; background: var(--yellow); color: var(--ink);
                font-size: 10px; font-weight: 700; line-height: 17px; text-align: center; box-shadow: 0 0 0 2px var(--sheet); }
  .ico .txt { text-align: left; line-height: 1.15; }
  .ico .txt small { display: block; font-size: 11px; color: var(--muted); }
  .ico .txt b { font-size: 15px; font-weight: 700; color: var(--ink); }
  @media (max-width: 1320px) { .phone { display: none; } }
  @media (max-width: 720px) { .search { order: 3; flex-basis: 100%; max-width: none; } .icons { margin-left: auto; gap: 20px; } }

  /* ---------- store bar ---------- */
  .bar { display: flex; align-items: center; gap: 8px 18px; min-height: 64px; padding-block: 10px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .pill { display: inline-flex; align-items: center; gap: 12px; height: 40px; padding: 0 22px; border: 0; border-radius: 4px; background: var(--yellow); color: var(--ink);
          font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .02em; }
  .pill svg { width: 18px; height: 18px; }
  .links { display: flex; flex: 1 1 auto; min-width: 0; gap: 0 6px; justify-content: space-between; overflow-x: auto; scrollbar-width: none; white-space: nowrap; }
  .links::-webkit-scrollbar { display: none; }
  @media (max-width: 720px) { .bar .right { display: none; } }
  .nl { border: 0; background: none; padding: 6px 8px; border-radius: 4px; display: inline-flex; align-items: center; gap: 7px; font-weight: 600; font-size: 14px; color: var(--ink); }
  .slogo { height: 22px; width: auto; max-width: 96px; object-fit: contain; flex: none; }
  .sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .nl[aria-pressed="false"] { color: var(--muted); }
  .nl[aria-pressed="false"] .slogo { filter: grayscale(1); opacity: .45; }
  .tag .slogo { height: 14px; max-width: 60px; margin-right: 5px; vertical-align: -3px; }
  .dr-store .slogo, .plan th .slogo { height: 18px; max-width: 80px; margin-right: 6px; vertical-align: middle; }
  .nl .n { font-size: 11px; color: var(--muted); }
  .nl:hover { background: var(--soft); }
  .bar .right svg { width: 16px; height: 16px; color: var(--muted); }

  /* ---------- hero ---------- */
  .hero { background: var(--band); position: relative; overflow: hidden; padding-block: 32px; }
  .hero-in { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 386px; gap: 22px; }
  @media (max-width: 1000px) { .hero-in { grid-template-columns: 1fr; } }
  .banner { border-radius: 8px; min-height: 340px; position: relative; overflow: hidden; padding: 46px 40px 46px 60px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 42%);
            gap: 24px; align-items: end; background: radial-gradient(110% 120% at 100% 0%, #EEF2F5 0%, #DAE2E9 55%, #CFD9E2 100%); }
  .banner .copy { align-self: center; min-width: 0; }
  .nb { white-space: nowrap; }
  .banner h1 { font-size: 38px; line-height: 1.15; color: var(--slate); max-width: 15ch; margin-bottom: 14px; }
  .banner .sub { color: #6D7A87; line-height: 1.7; max-width: 36ch; margin: 0 0 22px; }
  .quick { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 10px; }
  .qf label { display: block; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #7A8794; margin-bottom: 5px; }
  .qf input { width: 112px; height: 42px; border: 0; border-radius: 4px; background: #fff; padding: 0 12px; font-weight: 700; font-size: 16px; color: var(--ink); box-shadow: 0 2px 8px rgba(0,0,0,.05); }
  .qf.money { position: relative; }
  .qf.money::after { content: "$"; position: absolute; right: 12px; bottom: 11px; font-weight: 700; color: #7A8794; }
  .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 10px 22px; border: 0; border-radius: 4px; background: #fff; color: var(--ink);
         font-weight: 700; font-size: 13px; line-height: 1.2; white-space: nowrap; box-shadow: 0 8px 18px rgba(30, 45, 60, .10); }
  .btn:hover { background: var(--yellow); }
  .btn:disabled { opacity: .65; cursor: wait; }
  .btn.dark { background: var(--ink); color: #fff; } .btn.dark:hover { background: #000; }
  .btn.flat { box-shadow: none; background: var(--soft); } .btn.flat:hover { background: var(--yellow); }
  .btn svg { width: 15px; height: 15px; }
  .optlink { margin-top: 14px; border: 0; background: none; padding: 0; color: var(--slate); font-weight: 700; font-size: 12px; display: inline-flex; align-items: center; gap: 4px; }
  .optlink svg { width: 14px; height: 14px; }
  .opts { margin-top: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; max-width: 460px; }
  .opts .full { grid-column: 1 / -1; }
  .opts label { display: block; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #7A8794; margin-bottom: 5px; }
  .opts input, .opts textarea { width: 100%; border: 0; border-radius: 4px; background: #fff; padding: 9px 12px; color: var(--ink); font-weight: 600; }
  .opts textarea { min-height: 54px; resize: vertical; }
  .lang { display: inline-flex; border-radius: 4px; overflow: hidden; background: #fff; align-self: end; }
  .lang button { padding: 9px 12px; border: 0; background: transparent; font-weight: 700; font-size: 12px; color: var(--muted); }
  .lang button[aria-pressed="true"] { background: var(--ink); color: #fff; }
  .note { margin-top: 10px; font-size: 13px; color: #B23A2A; font-weight: 700; }
  .note:empty { display: none; }
  .fallback { margin-top: 14px; padding: 14px; border-radius: 6px; background: #fff; font-size: 13px; max-width: 460px; }
  .fallback code { display: block; margin: 8px 0; padding: 8px 10px; background: var(--soft); border-radius: 4px; font: 500 12px ui-monospace, Menlo, monospace; word-break: break-all; }
  .illus { width: 100%; max-width: 480px; height: auto; justify-self: end; }
  img.illus { object-fit: contain; object-position: bottom right; filter: drop-shadow(0 18px 28px rgba(30, 45, 60, .18)); margin-bottom: -20px; }
  @media (max-width: 720px) {
    .banner { grid-template-columns: 1fr; } .illus { display: none; }
    .promo { padding: 30px 136px 30px 24px; } .promo .big { font-size: 30px; }
    .promo .pthumb { transform: translateY(-42%) rotate(-10deg) scale(.72); }  /* 150 px tile shown at 108 px, inside the reserved zone */
    .quick { flex-direction: column; align-items: stretch; }
    .quick .qf input { width: 100% !important; }
    .quick .btn { width: 100%; }
    .opts { grid-template-columns: 1fr; }
  }
  @media (min-width: 721px) and (max-width: 1000px) { .banner { padding: 36px 28px 36px 40px; } .banner h1 { font-size: 32px; } }
  @media (max-width: 720px) { .banner { padding: 28px 22px; min-height: 0; } .banner h2 { font-size: 28px; } .illus { display: none; } }

  .promo { background: var(--yellow); border-radius: 8px; padding: 40px 176px 40px 36px; position: relative; overflow: hidden; color: var(--ink); display: flex; flex-direction: column; }
  .promo .k { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .7; }
  .promo .big { font-size: 36px; font-weight: 700; line-height: 1.1; margin: 10px 0 12px; overflow-wrap: anywhere; }
  .promo .big small { display: block; font-size: 15px; margin-top: 6px; }
  .promo .nm { font-size: 17px; font-weight: 700; line-height: 1.25; overflow-wrap: anywhere; }
  .promo .st { font-size: 13px; margin-top: 4px; opacity: .85; }
  .promo .btn { align-self: flex-start; margin-top: 28px; box-shadow: 0 8px 18px rgba(0, 0, 0, .08); }
  .promo .pthumb { position: absolute; right: 12px; top: 50%; transform: translateY(-42%) rotate(-10deg); transform-origin: right center; border-radius: 8px; box-shadow: 0 20px 40px rgba(0, 0, 0, .18); }

  /* ---------- sections ---------- */
  .sec { padding-block: 44px 0; }
  .sec-h { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; margin-bottom: 26px; }
  .sec-h h2 { font-size: 26px; }
  .lnk { border: 0; background: none; padding: 0; font-weight: 600; font-size: 13px; color: var(--muted); display: inline-flex; align-items: center; gap: 4px; }
  .lnk:hover { color: var(--ink); }
  .lnk svg { width: 14px; height: 14px; }
  .arrows { margin-left: auto; display: flex; gap: 6px; }
  .arrow { width: 26px; height: 26px; border: 0; border-radius: 4px; background: #EEF0F2; color: var(--ink); display: grid; place-items: center; }
  .arrow svg { width: 15px; height: 15px; }
  .arrow.on { background: var(--yellow); }
  .count { color: var(--muted); font-size: 13px; }
  .sortsel { margin-left: auto; height: 36px; padding: 0 12px; border: 1px solid #E3E6EA; border-radius: 4px; background: #fff; color: var(--ink); font-weight: 600; font-size: 13px; }

  /* aisle cards */
  .cats { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 10px 4px 30px; scrollbar-width: none; }
  .cats::-webkit-scrollbar { display: none; }
  .cat-card { flex: 0 0 150px; height: 176px; scroll-snap-align: start; border: 1px solid var(--line); border-radius: 6px; background: #fff; position: relative;
              display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 14px 8px;
              transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease; }
  .cat-card svg { width: 52px; height: 52px; fill: var(--yellow); stroke: #25292E; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
  .cat-card .t { font-size: 15px; font-weight: 600; color: var(--ink); text-align: center; line-height: 1.25; text-wrap: balance; }
  .cat-card .n { position: absolute; top: 8px; right: 10px; font-size: 10px; font-weight: 700; color: #B0B8BF; }
  .cat-card[aria-pressed="false"] { opacity: .38; }
  .cat-card[aria-pressed="false"] svg { fill: #DDE2E6; }
  .cat-card:hover { transform: translateY(-8px); box-shadow: var(--lift); border-color: transparent; opacity: 1; }
  @media (prefers-reduced-motion: reduce) { .cat-card, .deal { transition: none; } .cat-card:hover { transform: none; } }

  /* picks (featured) */
  .picks { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
  @media (max-width: 1000px) { .picks { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 560px) { .picks { grid-template-columns: 1fr; } }
  .pick { border: 0; border-radius: 6px; padding: 12px 14px; min-height: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 10px; text-align: left; overflow: hidden; color: var(--ink); }
  .pick:nth-child(1) { background: var(--t1); } .pick:nth-child(2) { background: var(--t2); } .pick:nth-child(3) { background: var(--t3); } .pick:nth-child(4) { background: var(--t4); }
  .pick .k { font-size: 9.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #7A8794; }
  .pick .nm { font-size: 13px; font-weight: 700; line-height: 1.25; margin: 3px 0 4px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .pick .pr { font-size: 15px; font-weight: 700; }
  .pick .pr small { font-size: 11px; color: var(--muted); font-weight: 600; }
  .pick .st { font-size: 11px; color: var(--muted); margin-top: 1px; }
  .pick .pthumb { border-radius: 5px; box-shadow: 0 6px 14px rgba(0, 0, 0, .12); transform: rotate(6deg); }
  .pick.empty { color: var(--muted); font-weight: 600; }

  /* products */
  .aisle { margin-bottom: 40px; }
  .aisle-h { display: flex; align-items: baseline; gap: 12px; margin-bottom: 16px; }
  .aisle-h h3 { font-size: 20px; }
  .aisle-h .n { color: var(--muted); font-size: 13px; }
  .aisle-h .more { margin-left: auto; }
  .grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(196px, 1fr)); gap: 18px; }
  @media (max-width: 720px) { .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } }
  .deal { position: relative; border: 1px solid var(--line); border-radius: 6px; background: #fff; padding: 18px 16px 16px; display: flex; flex-direction: column; gap: 5px;
          transition: box-shadow .18s ease, border-color .18s ease; }
  .deal:hover { box-shadow: var(--lift); border-color: transparent; }
  .deal .thumb { align-self: center; margin-bottom: 10px; border-radius: 4px; }
  .deal .fav { position: absolute; top: 10px; right: 10px; border: 0; background: none; padding: 4px; color: #C5CCD2; }
  .deal .fav svg { width: 18px; height: 18px; }
  .deal .fav[aria-pressed="true"] { color: var(--red); } .deal .fav[aria-pressed="true"] svg { fill: currentColor; }
  .deal .tag { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
  .deal .dn { font-size: 14px; font-weight: 700; color: var(--ink); line-height: 1.3; }
  .deal .ds { font-size: 12px; color: var(--muted); }
  .deal .dp { margin-top: auto; padding-top: 10px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; }
  .deal .dp b { font-size: 18px; font-weight: 700; color: var(--ink); }
  .deal .dp small { font-size: 12px; color: var(--muted); font-weight: 600; }
  .deal .d100 { font-size: 12px; color: var(--green); font-weight: 700; }
  .deal .ends { font-size: 11.5px; color: var(--slate); font-weight: 600; }
  .cartctl { margin-top: 8px; }
  .add { width: 100%; height: 34px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--ink); font-weight: 700; font-size: 12.5px; }
  .add:hover { background: var(--yellow); border-color: var(--yellow); }
  .step { display: inline-flex; align-items: center; width: 100%; height: 34px; border-radius: 6px; background: var(--yellow); color: var(--ink); font-weight: 700; font-size: 13px; }
  .step button { flex: none; width: 34px; height: 100%; border: 0; background: transparent; font-size: 18px; font-weight: 700; color: inherit; }
  .step span { flex: 1; text-align: center; }
  .deal.in-cart { border-color: var(--yellow); }
  .thumb, .pthumb { background-repeat: no-repeat; background-color: #fff; flex: none; }
  .hqwrap { display: block; overflow: hidden; background: #fff; }
  .hqwrap img { display: block; width: 100%; height: 100%; object-fit: contain; }
  .hqwrap div { background-repeat: no-repeat; }
  .noimg { display: grid; place-items: center; color: #D3D9DE; background: var(--soft); }
  .noimg svg { width: 40%; height: 40%; stroke: currentColor; fill: none; stroke-width: 1.5; }
  .empty { padding: 40px 0; color: var(--muted); text-align: center; font-weight: 600; }

  /* plan */
  #plan-sec { background: var(--soft); margin-top: 40px; padding-block: 40px 44px; }
  .plan { max-width: 900px; }
  .plan h2, .plan h3, .plan h4 { margin: 18px 0 8px; }
  .plan h2 { font-size: 22px; } .plan h3 { font-size: 18px; } .plan h4 { font-size: 15px; }
  .plan p { margin: 6px 0; } .plan ul { margin: 6px 0; padding-left: 20px; }
  .plan .tbl { overflow-x: auto; margin: 10px 0; background: #fff; border: 1px solid var(--line); border-radius: 6px; }
  .plan table { border-collapse: collapse; width: 100%; font-size: 13.5px; }
  .plan th, .plan td { text-align: left; padding: 9px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
  .plan tr:last-child td { border-bottom: 0; }
  .plan th { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); background: var(--soft); }
  .plan td:last-child, .plan th:last-child { white-space: nowrap; }
  .plan strong { background: var(--yellow); color: var(--ink); padding: 0 4px; border-radius: 3px; }
  .plan .thinking { color: var(--muted); font-size: 16px; font-weight: 600; }
  .plan .thinking::after { content: "…"; animation: dots 1.2s steps(4, end) infinite; }
  @keyframes dots { 0% { content: ""; } 25% { content: "."; } 50% { content: ".."; } 75% { content: "..."; } }
  @media (prefers-reduced-motion: reduce) { .plan .thinking::after { animation: none; content: "…"; } }
  .sent { color: var(--muted); font-size: 12.5px; }
  .plan .sum { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 14px; }
  .plan .sum b { color: var(--slate); }
  .plan .meals { list-style: none; padding: 0; margin: 0 0 8px; display: grid; gap: 6px; }
  .plan .meals li { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 9px 12px; display: flex; gap: 12px; align-items: baseline; }
  .plan .meals .d { flex: none; width: 76px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #7A8794; }
  .plan .meals .m { font-weight: 700; color: var(--ink); }
  .plan .meals .w { color: var(--muted); font-size: 12.5px; }
  .plan td .add { width: auto; height: 28px; padding: 0 10px; font-size: 12px; }
  .plan tfoot td { font-weight: 700; color: var(--ink); background: var(--soft); }
  .plan .foot-note { font-size: 12.5px; color: var(--muted); margin-top: 12px; }
  .ov { position: fixed; inset: 0; background: rgba(20, 30, 40, .35); z-index: 90; }
  .drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(420px, 100vw); background: #fff; z-index: 100; display: flex; flex-direction: column; box-shadow: -12px 0 40px rgba(0, 0, 0, .18); }
  .dr-h { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--line); }
  .dr-h h2 { font-size: 20px; }
  .dr-h .x { border: 0; background: var(--soft); width: 32px; height: 32px; border-radius: 6px; font-weight: 700; }
  .dr-b { flex: 1; overflow-y: auto; padding: 8px 20px; }
  .dr-store { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #7A8794; margin: 16px 0 6px; display: flex; justify-content: space-between; }
  .dr-row { display: grid; grid-template-columns: 44px 1fr auto; gap: 10px; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--line); }
  .dr-row .nm { font-weight: 700; color: var(--ink); font-size: 13px; line-height: 1.25; }
  .dr-row .sub { font-size: 11.5px; color: var(--muted); }
  .dr-row .step { width: 96px; height: 30px; font-size: 12px; } .dr-row .step button { width: 28px; font-size: 16px; }
  .dr-row .pr { font-weight: 700; color: var(--ink); text-align: right; font-size: 13px; margin-top: 4px; }
  .dr-empty { padding: 40px 0; text-align: center; color: var(--muted); font-weight: 600; }
  .dr-f { border-top: 1px solid var(--line); padding: 16px 20px; display: grid; gap: 10px; }
  .dr-tot { display: flex; justify-content: space-between; font-size: 18px; font-weight: 700; color: var(--ink); }
  .dr-rest { font-size: 13px; color: var(--muted); font-weight: 600; }
  .dr-rest.over { color: #B23A2A; }
  .dr-act { display: flex; gap: 8px; }
  .dr-act .btn { flex: 1; justify-content: center; }
  .sync { border-top: 1px dashed var(--line); padding-top: 12px; font-size: 13px; }
  .sync p { margin: 4px 0 10px; color: var(--muted); }
  .sync-h { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; color: var(--ink); }
  .sync-st { font-size: 11.5px; color: var(--green); font-weight: 700; }
  .sync-st.err { color: #B23A2A; }
  .sync-act { display: flex; flex-wrap: wrap; gap: 8px; }
  .sync-form { display: flex; gap: 8px; margin-top: 10px; }
  .sync-form input { flex: 1; min-width: 0; height: 40px; padding: 0 12px; border: 1px solid var(--line); border-radius: 6px; font-weight: 600; text-transform: uppercase; }
  .sync-form input[type="email"] { text-transform: none; }
  .sync-key { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
  .sync-key span { color: var(--muted); }
  .sync-key b { font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 15px; letter-spacing: .04em; background: var(--soft); padding: 6px 10px; border-radius: 6px; }
  .sync-key .btn { height: 34px; padding: 0 12px; margin-left: auto; }
  .sync-qr { display: flex; gap: 14px; align-items: flex-start; }
  .sync-qr #sync-qrbox { flex: none; width: 112px; height: 112px; background: #fff; padding: 4px; border: 1px solid var(--line); border-radius: 6px; }
  .sync-qr #sync-qrbox img, .sync-qr #sync-qrbox canvas { width: 104px !important; height: 104px !important; }
  .sync-qr a { font-size: 12px; word-break: break-all; color: var(--slate); }
  #sync-forget { margin-top: 10px; }
  @media (max-width: 720px) { .dr-h, .dr-b, .dr-f { padding-inline: 16px; } }

  .sponsor { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 28px; padding: 30px 36px; border-radius: 8px;
             background: var(--t3); color: var(--ink); text-decoration: none; }
  .sponsor .k { font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #7A8794; }
  .sponsor .sp-logo { display: block; height: 64px; width: 64px; object-fit: contain; margin: 8px 0 4px; }
  .sponsor .sp-name { font-family: "Inter", var(--font); }
  .sponsor .sp-name { font-size: 24px; font-weight: 700; margin-top: 4px; }
  .sponsor .sp-tag { font-size: 15px; font-weight: 600; color: var(--slate); }
  .sponsor .sp-blurb { font-size: 13px; color: var(--muted); margin-top: 4px; }
  .sponsor .btn { pointer-events: none; }
  .sponsor:hover .btn { background: var(--yellow); }
  .install { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 28px; padding: 26px 30px; border: 1px solid var(--line); border-radius: 8px; }
  .install .k { font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #7A8794; }
  .install h3 { font-size: 20px; margin: 4px 0 6px; }
  .install p { margin: 0; color: var(--muted); max-width: 52ch; }
  .install .cmd { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
  .install code { background: var(--soft); padding: 11px 14px; border-radius: 6px; font: 500 13px ui-monospace, Menlo, Consolas, monospace; color: var(--ink); }
  .how .lead, #a-propos .lead { max-width: 70ch; font-size: 15px; line-height: 1.7; color: var(--text); }
  .how ol { max-width: 70ch; padding-left: 22px; line-height: 1.7; } .how li { margin: 6px 0; }
  .how .muted { color: var(--muted); }
  .faqs { max-width: 76ch; }
  .faq { border-top: 1px solid var(--line); padding: 4px 0; }
  .faq:last-child { border-bottom: 1px solid var(--line); }
  .faq summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary::after { content: "+"; font-size: 22px; color: var(--muted); flex: none; }
  .faq[open] summary::after { content: "−"; }
  .faq h3 { font-size: 16px; font-weight: 700; margin: 0; }
  .faq p { margin: 0 0 14px; line-height: 1.7; color: var(--text); }
  footer { margin-top: 48px; padding-block: 34px 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
  footer a { color: var(--ink); text-decoration: none; } footer a:hover { text-decoration: underline; }
  footer p { margin: 6px 0; max-width: 46ch; }
  .ft-cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 28px; }
  @media (max-width: 800px) { .ft-cols { grid-template-columns: 1fr; } }
  .ft-h { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); margin-bottom: 8px; }
  .ft-links { display: flex; flex-wrap: wrap; gap: 6px 14px; font-weight: 600; }
  .ft-legal { margin-top: 26px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 12px; line-height: 1.6; }
  @media (max-width: 720px) {
    .top { gap: 10px 14px; min-height: 64px; padding-block: 10px; }
    .brand svg, .brand .mark { width: 36px; height: 36px; } .brand b { font-size: 18px; } .brand small { display: none; }
    .vsep { height: 34px; } .spon img { width: 34px; height: 34px; } .spon small { display: none; } .spon b { font-size: 14px; }
    .top.compact .search { display: none; }
  }
  [hidden] { display: none !important; }
