/* ============================================================
   Dolea design system — aligned with the public Dolea identity.
   ============================================================ */

:root {
  --bg:        #F1F1F1;
  --paper:     #FFFFFF;
  --cream:     #F8F6E1;
  --purple:    #6B68A9;
  --pink:      #E0A7A6;
  --ink:       #2B2B2B;
  --ink-2:     #3B3B3B;
  --muted:     #686868;
  --muted-2:   #858585;
  --nav:       #F8F6E1;
  --green:     #5C763E;
  --green-2:   #718A50;
  --green-dk:  #455C2F;
  --tint:      #F3F0DD;
  --tint-2:    #F8F6EE;
  --field:     #FFFEF7;
  --gold:      #D39178;
  --tag-new:   #6B68A9;
  --tag-sale:  #B96F6F;
  --line:      rgba(43,43,43,.08);
  --line-2:    rgba(43,43,43,.12);
  --line-3:    rgba(43,43,43,.18);
  --shadow-sm: 0 6px 20px rgba(43,43,43,.05);
  --shadow-md: 0 10px 28px rgba(43,43,43,.08);
  --shadow-cta:0 8px 20px rgba(92,118,62,.24);
  --maxw:      1320px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
}
h1, h2, h3, h4 {
  font-family: 'Inter', system-ui, sans-serif;
  margin: 0;
  letter-spacing: -.02em;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, select { font-family: inherit; }
::placeholder { color: #9AA79A; }
img { max-width: 100%; display: block; }

.dl-scroll::-webkit-scrollbar { height: 8px; width: 8px; }
.dl-scroll::-webkit-scrollbar-thumb { background: #CBD6C4; border-radius: 8px; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.page { min-height: 100vh; display: flex; flex-direction: column; }
.main { flex: 1; }

/* ── Buttons ─────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
       font-weight: 700; font-size: 14.5px; padding: 12px 24px; border-radius: 10px;
       transition: .15s; }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 4px 12px rgba(92,118,62,.25); }
.btn-primary:hover { background: var(--green-dk); }
.btn-ghost { background: var(--tint); color: var(--green); }
.btn-ghost:hover { background: var(--green); color: #fff; }
.btn-white { background: #fff; color: var(--green); font-weight: 800; }
.btn-lg { padding: 15px 28px; font-size: 15.5px; }
.btn-block { width: 100%; }
.link-green { color: var(--green); font-weight: 700; font-size: 14.5px; }

/* ── Header ──────────────────────────────────────────────── */
.hdr { position: sticky; top: 0; z-index: 40;
       background: rgba(244,247,239,.9); backdrop-filter: blur(12px);
       border-bottom: 1px solid var(--line); }
.hdr__in { display: flex; align-items: center; gap: 34px; padding: 14px 28px;
           max-width: var(--maxw); margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand__mark { width: 34px; height: 34px; border-radius: 11px;
  background: linear-gradient(150deg, var(--green-2), var(--green));
  display: flex; align-items: center; justify-content: center; color: #fff;
  font-family: 'Inter'; font-weight: 800; font-size: 19px;
  box-shadow: 0 4px 12px rgba(92,118,62,.28); }
.brand__name { font-family: 'Inter'; font-weight: 800; font-size: 22px;
               color: var(--ink); letter-spacing: -.03em; line-height: 1; }
.brand__sub { font-size: 9.5px; letter-spacing: .22em; color: var(--muted-2);
              font-weight: 600; text-transform: uppercase; margin-top: 2px; }
.brand__txt { display: flex; flex-direction: column; text-align: left; }

.nav { display: flex; align-items: center; gap: 4px; margin-left: 6px; }
.nav a { padding: 9px 15px; border-radius: 9px; font-weight: 600; font-size: 14.5px;
         color: var(--nav); transition: .15s; white-space: nowrap; }
.nav a:hover { background: var(--tint-2); }
.nav a.is-active { color: var(--green); background: var(--tint); }

.hdr__right { margin-left: auto; display: flex; align-items: center; gap: 10px; }

/* currency — segmented pill */
.cur { display: inline-flex; background: var(--tint-2); border: 1px solid var(--line);
       border-radius: 10px; padding: 3px; gap: 2px; }
.cur button { padding: 6px 11px; font-weight: 700; font-size: 12.5px; color: var(--muted-2);
              border-radius: 7px; line-height: 1; transition: .15s; }
.cur button:hover { color: var(--ink); }
.cur button.is-active { color: #fff; background: var(--green); box-shadow: 0 2px 6px rgba(92,118,62,.28); }

.cart-btn { position: relative; display: inline-flex; align-items: center; gap: 8px; height: 38px;
            background: #fff; border: 1px solid var(--line-2); padding: 0 14px; border-radius: 10px;
            font-weight: 700; font-size: 13.5px; color: var(--ink); transition: .15s; }
.cart-btn:hover { border-color: var(--green-2); }
.cart-ico { font-size: 17px; }
.cart-badge { position: absolute; top: -7px; right: -7px; min-width: 20px; height: 20px;
              padding: 0 5px; border-radius: 10px; background: var(--green); color: #fff;
              font-size: 11px; font-weight: 800; display: flex; align-items: center;
              justify-content: center; box-shadow: 0 2px 6px rgba(92,118,62,.35); }

/* admin badge */
.hdr-admin { display: inline-flex; align-items: center; gap: 6px; height: 38px; padding: 0 13px;
             border-radius: 10px; border: 1px solid rgba(92,118,62,.28); color: var(--green);
             font-weight: 700; font-size: 13.5px; background: var(--tint); transition: .15s; }
.hdr-admin:hover { background: #DBEBDC; }

/* account chip */
.acct { display: inline-flex; align-items: center; gap: 9px; height: 38px; padding: 0 14px 0 5px;
        border-radius: 20px; border: 1px solid var(--line-2); background: #fff; transition: .15s; }
.acct:hover { border-color: var(--green-2); box-shadow: 0 4px 12px rgba(43,43,43,.07); }
.acct__ava { width: 30px; height: 30px; border-radius: 50%; flex: none; display: flex;
             align-items: center; justify-content: center; font-size: 12.5px; font-weight: 800;
             color: #fff; background: linear-gradient(150deg, var(--green-2), var(--green)); }
.acct__name { font-weight: 700; font-size: 13.5px; color: var(--ink); }
.hdr-exit { font-size: 13px; color: var(--muted-2); font-weight: 700; padding: 0 4px; }
.hdr-exit:hover { color: var(--tag-sale); }

/* burger + mobile menu (shown ≤720) */
.burger { display: none; width: 42px; height: 38px; border-radius: 10px; border: 1px solid var(--line-2);
          background: #fff; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
.burger span { width: 18px; height: 2px; background: var(--ink); border-radius: 2px; transition: .2s; }
.burger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mnav { display: none; }

/* ── Hero ────────────────────────────────────────────────── */
.hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center;
        padding: 56px 28px 44px; max-width: var(--maxw); margin: 0 auto; }
.pill { display: inline-flex; align-items: center; gap: 8px; background: var(--tint);
        color: var(--green); font-weight: 700; font-size: 12.5px; padding: 7px 13px;
        border-radius: 20px; margin-bottom: 22px; }
.pill__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-2); }
.hero h1 { font-size: 56px; line-height: 1.02; font-weight: 800; margin-bottom: 20px; }
.hero h1 span { color: var(--green); }
.hero__lead { font-size: 17.5px; line-height: 1.55; color: var(--muted);
              max-width: 490px; margin-bottom: 30px; }
.searchbar { display: flex; gap: 16px; background: #fff; border: 1px solid var(--line-2);
             border-radius: 14px; padding: 8px 8px 8px 18px; max-width: 520px;
             box-shadow: var(--shadow-md); }
.searchbar input { flex: 1; border: none; outline: none; font-size: 15.5px; background: transparent; }
.hero__stats { display: flex; gap: 34px; margin-top: 34px; }
.stat__v { font-family: 'Inter'; font-weight: 800; font-size: 28px; }
.stat__l { font-size: 13px; color: var(--muted-2); font-weight: 600; margin-top: 2px; }
.hero__art { position: relative; }
.hero__frame { aspect-ratio: 4/5; border-radius: 22px;
  background: repeating-linear-gradient(135deg,#E6F0E2,#E6F0E2 14px,#DEEAD9 14px,#DEEAD9 28px);
  border: 1px solid var(--line); display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 10px; overflow: hidden; }
.hero__badge { position: absolute; bottom: -18px; left: -18px; background: #fff;
  border: 1px solid var(--line-2); border-radius: 14px; padding: 14px 18px;
  box-shadow: 0 12px 30px rgba(43,43,43,.1); display: flex; align-items: center; gap: 12px; }

/* ── Sections ────────────────────────────────────────────── */
.section { max-width: var(--maxw); margin: 0 auto; padding: 32px 28px; }
.section__head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 22px; }
.section h2 { font-size: 30px; font-weight: 800; }
.section--center h2 { text-align: center; font-size: 32px; margin-bottom: 34px; }

.grid { display: grid; gap: 18px; }
.grid-5 { grid-template-columns: repeat(5, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }

/* category card */
.cat-card { text-align: left; background: #fff; border: 1px solid var(--line);
            border-radius: 16px; padding: 18px; transition: .15s; display: block; }
.cat-card:hover { border-color: var(--green-2); box-shadow: 0 8px 22px rgba(43,43,43,.08); }
.cat-card__img { width: 100%; aspect-ratio: 16/11; border-radius: 11px;
                 display: flex; align-items: center; justify-content: center;
                 font-size: 30px; margin-bottom: 13px; }
.cat-card__name { font-weight: 700; font-size: 15.5px; }
.cat-card__n { font-size: 12.5px; color: var(--muted-2); font-weight: 600; margin-top: 2px; }

/* product card */
.prod { background: #fff; border: 1px solid var(--line); border-radius: 16px;
        overflow: hidden; display: flex; flex-direction: column; }
.prod__img { position: relative; aspect-ratio: 4/3; display: flex; align-items: center;
             justify-content: center; font-size: 40px; }
.prod__body { padding: 15px 16px 16px; display: flex; flex-direction: column; flex: 1; }
.prod__type { font-size: 11.5px; color: var(--muted-2); font-weight: 700;
              text-transform: uppercase; letter-spacing: .05em; }
.prod__name { font-weight: 700; font-size: 16px; margin-top: 3px; }
.prod__meta { font-size: 12.5px; color: var(--muted-2); font-weight: 600; margin-top: 5px; }
.prod__price { display: flex; align-items: baseline; gap: 6px; margin-top: 14px; }
.prod__price b { font-family: 'Inter'; font-weight: 800; font-size: 22px; }
.prod__price span { font-size: 12.5px; color: var(--muted-2); font-weight: 600; }

.tag { color: #fff; font-weight: 800; font-size: 11px; padding: 4px 10px; border-radius: 20px; }
.tag--pos { position: absolute; top: 12px; left: 12px; }
.tag--hit  { background: var(--green); }
.tag--new  { background: var(--tag-new); }
.tag--sale { background: var(--tag-sale); }

/* ── Dark "how delivery works" band ──────────────────────── */
.band { background: var(--ink); color: #fff; margin-top: 36px; }
.band .wrap { padding-top: 64px; padding-bottom: 64px; }
.band h2 { color: #fff; font-size: 32px; font-weight: 800; }
.band__head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 38px; }
.band__note { font-family: ui-monospace, monospace; font-size: 13px; color: #8DA891; }
.step { border-top: 2px solid var(--green-2); padding-top: 20px; }
.step__n { font-family: 'Inter'; font-weight: 800; font-size: 15px;
           color: var(--green-2); margin-bottom: 12px; }
.step__t { font-weight: 700; font-size: 18px; margin-bottom: 8px; color: #fff; }
.step__x { font-size: 14px; line-height: 1.55; color: #B8C7BB; }

/* ── Advantage / review cards ────────────────────────────── */
.card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px; }
.card__icon { width: 48px; height: 48px; border-radius: 13px; background: var(--tint);
              display: flex; align-items: center; justify-content: center;
              font-size: 23px; margin-bottom: 16px; }
.card__t { font-weight: 700; font-size: 18px; margin-bottom: 8px; }
.card__x { font-size: 14.5px; line-height: 1.55; color: var(--muted); }
.review { display: flex; flex-direction: column; }
.review__stars { color: var(--gold); font-size: 15px; letter-spacing: 2px; margin-bottom: 14px; }
.review__text { font-size: 15px; line-height: 1.6; color: var(--ink-2); flex: 1; margin: 0 0 18px; }
.review__who { display: flex; align-items: center; gap: 12px; }
.avatar { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center;
          justify-content: center; font-weight: 800; color: var(--ink); }

/* ── CTA band ────────────────────────────────────────────── */
.cta { max-width: var(--maxw); margin: 0 auto; padding: 0 28px 72px; }
.cta__box { background: linear-gradient(140deg, var(--green), var(--green-dk));
  border-radius: 24px; padding: 52px 56px; display: flex; align-items: center;
  justify-content: space-between; gap: 40px; overflow: hidden; position: relative; }
.cta__ghost { position: absolute; right: 36px; top: 50%; transform: translateY(-50%);
  font-family: 'Inter'; font-weight: 800; font-size: 180px;
  color: rgba(255,255,255,.06); line-height: 1; }
.cta h2 { font-size: 34px; font-weight: 800; color: #fff; margin-bottom: 12px; }
.cta p { font-size: 16.5px; color: #CFE3D3; max-width: 540px; line-height: 1.5; }
.cta__box > * { position: relative; }

/* ── Footer ──────────────────────────────────────────────── */
.ftr { background: var(--ink); color: #fff; margin-top: auto; }
.ftr__cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px;
             padding: 48px 28px 34px; max-width: var(--maxw); margin: 0 auto; }
.ftr__brand { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.ftr__mark { width: 32px; height: 32px; border-radius: 10px; background: var(--green-2);
             display: flex; align-items: center; justify-content: center; color: #fff;
             font-family: 'Inter'; font-weight: 800; font-size: 17px; }
.ftr__about { font-size: 13.5px; color: #9BB0A0; line-height: 1.55; max-width: 280px; }
.ftr__h { font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .05em;
          color: #8DA891; margin-bottom: 14px; }
.ftr__col a, .ftr__col span { display: block; color: #D6E3D9; font-size: 14px;
                              font-weight: 600; margin-bottom: 10px; }
.ftr__bar { border-top: 1px solid rgba(255,255,255,.09); }
.ftr__bar div { max-width: var(--maxw); margin: 0 auto; padding: 18px 28px;
                font-size: 12.5px; color: #7E9384; font-weight: 600; }

/* ── Admin ───────────────────────────────────────────────── */
.adm { max-width: 1320px; margin: 0 auto; padding: 26px 28px 64px; }
.adm-nav { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 24px;
           border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.adm-nav a { padding: 9px 15px; border-radius: 9px; font-weight: 700; font-size: 14px; color: var(--nav); }
.adm-nav a:hover { background: var(--tint-2); }
.adm-nav a.is-active { background: var(--green); color: #fff; }
.adm h1 { font-size: 28px; font-weight: 800; margin-bottom: 20px; }
.adm h2 { font-size: 20px; font-weight: 800; margin: 28px 0 14px; }

.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 8px; }
.tile { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 20px 22px; }
.tile .v { font-family: 'Inter'; font-weight: 800; font-size: 30px; color: var(--ink); }
.tile .l { font-size: 13px; color: var(--muted-2); font-weight: 600; margin-top: 4px; }
.tile.accent { background: linear-gradient(150deg, var(--green), var(--green-dk)); border: none; }
.tile.accent .v, .tile.accent .l { color: #fff; }

.adm-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px 24px; margin-bottom: 20px; }
.adm-table { width: 100%; border-collapse: collapse; }
.adm-table th { text-align: left; font-size: 11.5px; font-weight: 800; color: var(--muted);
                text-transform: uppercase; letter-spacing: .04em; padding: 10px 12px;
                background: var(--tint-2); white-space: nowrap; }
.adm-table td { padding: 11px 12px; border-top: 1px solid rgba(43,43,43,.06); font-size: 13.5px;
                color: var(--ink-2); font-weight: 600; vertical-align: middle; }
.adm-table tr:first-child td { border-top: none; }
.adm-wrap { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.adm-wrap .adm-table th:first-child, .adm-wrap .adm-table td:first-child { padding-left: 20px; }

.adm-in { border: 1px solid var(--line-3); border-radius: 9px; padding: 8px 11px; font-size: 14px;
          background: #fff; color: var(--ink); }
.adm-in.sm { width: 90px; }
.btn-sm { padding: 7px 12px; font-size: 13px; border-radius: 9px; font-weight: 700; }
.btn-danger { background: #FBEAE7; color: #B0554A; }
.btn-danger:hover { background: #f3d6d1; }
.chip { display: inline-block; font-size: 12px; font-weight: 700; padding: 3px 9px; border-radius: 20px; }
.chip--approved { background: var(--tint); color: var(--green-2); }
.chip--pending  { background: #FBEAE1; color: var(--tag-sale); }
.chip--blocked  { background: #F0F0F0; color: #888; }
.chip--admin    { background: #E4EDF8; color: var(--tag-new); }
.adm-toolbar { display: flex; gap: 10px; align-items: center; margin-bottom: 14px; flex-wrap: wrap; }

@media (max-width: 980px) {
  .tiles { grid-template-columns: 1fr 1fr; }
  .adm-scroll { overflow-x: auto; }
}

/* ── Progress overlay (admin refresh) ────────────────────── */
.pg-overlay { position: fixed; inset: 0; z-index: 90; display: flex; align-items: center;
              justify-content: center; background: rgba(43,43,43,.55); backdrop-filter: blur(4px); }
.pg-card { background: #fff; border-radius: 20px; padding: 30px 32px; width: min(480px, 92vw);
           box-shadow: 0 24px 60px rgba(0,0,0,.3); text-align: left; }
.pg-title { font-family: 'Inter'; font-weight: 800; font-size: 20px; color: var(--ink); }
.pg-phase { font-size: 13.5px; color: var(--muted-2); font-weight: 600; margin-top: 6px; min-height: 18px; }
.pg-track { height: 12px; border-radius: 8px; background: #E8EDE3; overflow: hidden; margin: 18px 0 10px; }
.pg-fill { height: 100%; width: 0; border-radius: 8px; background: linear-gradient(90deg, var(--green-2), var(--green));
           transition: width .35s ease; }
.pg-fill.indet { width: 35%; animation: pg-slide 1.1s ease-in-out infinite; }
@keyframes pg-slide { 0% { margin-left: -35%; } 100% { margin-left: 100%; } }
.pg-foot { display: flex; align-items: center; justify-content: space-between; }
.pg-pct { font-family: 'Inter'; font-weight: 800; font-size: 22px; color: var(--green); }
.pg-timer { font-size: 12.5px; color: var(--muted-2); font-weight: 600; }
.pg-log { margin: 14px 0 0; background: #10201a; border-radius: 10px; padding: 10px 12px;
          max-height: 190px; overflow: auto; font-family: ui-monospace, Menlo, Consolas, monospace;
          font-size: 11.5px; line-height: 1.65; color: #a9c0af; }
.pg-log:empty { display: none; }
.pg-log div { white-space: pre-wrap; word-break: break-word; }
.pg-note { font-size: 12px; color: var(--muted-2); font-weight: 600; margin-top: 14px; line-height: 1.5; }
.pg-close { margin-top: 16px; }

/* ── Bargaining: nav badge, catalog button, modal ────────── */
.nav-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 18px;
             height: 18px; padding: 0 5px; border-radius: 10px; background: var(--tag-sale);
             color: #fff; font-size: 11px; font-weight: 800; vertical-align: middle; }
.bargain-btn { background: #FFF3E6; color: var(--tag-sale); font-weight: 700; font-size: 12.5px;
               padding: 8px 10px; border-radius: 9px; white-space: nowrap; transition: .15s; }
.bargain-btn:hover { background: var(--tag-sale); color: #fff; }

.bmodal { position: fixed; inset: 0; z-index: 90; display: flex; align-items: center; justify-content: center;
          background: rgba(43,43,43,.55); backdrop-filter: blur(4px); padding: 20px; }
.bmodal[hidden] { display: none; }
.bmodal__card { background: #fff; border-radius: 20px; padding: 26px 28px; width: min(460px, 94vw);
                box-shadow: 0 24px 60px rgba(0,0,0,.3); position: relative; }
.bmodal__x { position: absolute; top: 14px; right: 18px; font-size: 26px; color: var(--muted-2); line-height: 1; }
.bmodal__head { display: flex; align-items: center; gap: 13px; margin-bottom: 14px; }
.bmodal__ico { width: 46px; height: 46px; border-radius: 12px; background: var(--tint); display: flex;
               align-items: center; justify-content: center; font-size: 23px; }
.bmodal__name { font-weight: 800; font-size: 18px; }
.bmodal__stock { font-size: 12.5px; color: var(--muted-2); font-weight: 600; margin-top: 2px; }
.bmodal__hint { font-size: 13px; color: var(--muted); font-weight: 600; line-height: 1.5; margin: 0 0 16px; }
.bmodal__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bmodal__chips { display: flex; gap: 8px; margin: 12px 0; }
.bmodal__chip { padding: 6px 13px; border-radius: 20px; background: var(--tint-2); color: var(--green);
                font-weight: 700; font-size: 13px; border: 1px solid var(--line); }
.bmodal__chip:hover { background: var(--tint); }
.bmodal__calc { display: flex; justify-content: space-between; align-items: baseline; margin: 6px 0 16px;
                font-size: 14px; color: var(--muted); font-weight: 600; }
.bmodal__calc b { font-family: 'Inter'; font-size: 18px; color: var(--ink); }
.bmodal__disc { font-weight: 800; font-size: 13.5px; }
.bmodal__err { background: #FBEAE7; color: #B0554A; font-weight: 600; font-size: 13px; padding: 9px 12px;
               border-radius: 9px; margin-bottom: 12px; }

/* ── Deals / Торги page ──────────────────────────────────── */
.deals { max-width: 1320px; margin: 0 auto; padding: 30px 28px 64px; }
.deals__top { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.deals__top h1 { font-size: 32px; font-weight: 800; margin-bottom: 5px; }
.deals__top .sub { font-size: 14.5px; color: var(--muted-2); font-weight: 600; max-width: 560px; }
.deals__role { background: var(--tint); color: var(--green); font-weight: 700; font-size: 13.5px;
               padding: 10px 16px; border-radius: 11px; white-space: nowrap; }
.deals__stats { display: flex; gap: 14px; margin: 20px 0 22px; flex-wrap: wrap; }
.dstat { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 14px 20px;
         flex: 1; min-width: 190px; display: flex; align-items: center; gap: 14px; }
.dstat__ico { width: 40px; height: 40px; border-radius: 11px; display: flex; align-items: center;
              justify-content: center; font-size: 19px; flex: none; }
.dstat__v { font-family: 'Inter'; font-weight: 800; font-size: 22px; }
.dstat__l { font-size: 12.5px; color: var(--muted-2); font-weight: 600; }

.deals__grid { display: grid; grid-template-columns: 392px 1fr; gap: 22px; align-items: start; }
.deals__list { display: flex; flex-direction: column; gap: 12px; }
.dcard { display: block; background: #fff; border: 1.5px solid var(--line); border-radius: 15px;
         padding: 15px 16px; transition: .15s; }
.dcard:hover { border-color: var(--green-2); }
.dcard.is-sel { background: #F7FBF4; border-color: var(--green-2); }
.dcard.is-turn { border-color: var(--tag-sale); }
.dcard__head { display: flex; align-items: center; gap: 11px; margin-bottom: 12px; }
.dcard__ico { width: 40px; height: 40px; border-radius: 11px; display: flex; align-items: center;
              justify-content: center; font-size: 17px; font-weight: 800; color: var(--ink); flex: none; }
.dcard__name { font-weight: 700; font-size: 14.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dcard__sub { font-size: 12px; color: var(--muted-2); font-weight: 600; }
.dcard__turn { background: var(--tag-sale); color: #fff; font-weight: 800; font-size: 10px;
               padding: 3px 8px; border-radius: 20px; white-space: nowrap; }
.dcard__foot { display: flex; align-items: center; justify-content: space-between; }
.dcard__price { font-family: 'Inter'; font-weight: 800; font-size: 18px; }
.dcard__foot s { font-size: 11.5px; color: #9AA79A; font-weight: 600; }

.ddetail { background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden;
           position: sticky; top: 88px; }
.ddetail__head { padding: 20px 24px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 14px; }
.ddetail__ico { width: 52px; height: 52px; border-radius: 13px; display: flex; align-items: center;
                justify-content: center; font-size: 23px; font-weight: 800; flex: none; }
.ddetail__name { font-weight: 800; font-size: 18px; }
.ddetail__meta { font-size: 12.5px; color: var(--muted-2); font-weight: 600; margin-top: 2px; }
.ddetail__bar { padding: 11px 24px; display: flex; align-items: center; justify-content: space-between;
                gap: 12px; font-weight: 700; font-size: 13px; }
.ddetail__bar.is-turn { background: #FBEAE1; color: var(--tag-sale); }
.ddetail__bar.is-wait { background: #FEF6E7; color: #8A6D3B; }
.ddetail__bar.is-closed { background: var(--tint-2); color: var(--muted-2); }
.ddetail__thread { padding: 20px 24px; display: flex; flex-direction: column; gap: 13px; max-height: 340px; overflow: auto; }
.brow { display: flex; }
.brow--self { justify-content: flex-end; }
.bubble { max-width: 82%; background: #F7F9F4; border: 1px solid var(--line); border-radius: 14px; padding: 11px 14px; }
.bubble--self { background: var(--tint); border-color: rgba(92,118,62,.25); }
.bubble--list { max-width: 100%; text-align: center; background: var(--tint-2); border: none; font-size: 12.5px;
                color: var(--muted-2); font-weight: 600; padding: 7px; }
.bubble--list b { font-family: 'Inter'; color: var(--ink); font-size: 14px; }
.bubble__who { display: flex; align-items: baseline; gap: 8px; font-weight: 800; font-size: 13px; margin-bottom: 3px; }
.bubble__who span { font-size: 11px; color: #9AA79A; font-weight: 600; }
.bubble__price { display: flex; align-items: baseline; gap: 8px; }
.bubble__price b { font-family: 'Inter'; font-weight: 800; font-size: 19px; }
.bubble__price span { font-size: 11.5px; font-weight: 700; }
.bubble__note { font-size: 13px; color: var(--muted); margin-top: 5px; line-height: 1.4; }
.ddetail__act { border-top: 1px solid var(--line); padding: 16px 24px; }
.dact-main { display: flex; gap: 10px; }
.dact-main .btn { flex: 1; }
.dcounter[hidden] { display: none; }
.ddetail__wait { border-top: 1px solid var(--line); padding: 16px 24px; display: flex; align-items: center;
                 gap: 9px; color: var(--muted-2); font-weight: 700; font-size: 14px; }
.wdot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.ddetail__closed { border-top: 1px solid var(--line); padding: 16px 24px; display: flex; align-items: center;
                   justify-content: space-between; gap: 12px; flex-wrap: wrap; }

@media (max-width: 900px) {
  .deals__grid { grid-template-columns: 1fr; }
  .ddetail { position: static; }
}

/* ── Mobile-app landing (/app/) ──────────────────────────── */
.app-hero { max-width: var(--maxw); margin: 0 auto; padding: 56px 28px 20px;
            display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.app-copy h1 { font-size: 54px; line-height: 1.03; font-weight: 800; margin: 18px 0 18px; }
.app-copy h1 span { color: var(--green); font-style: italic; font-family: 'Inter'; }
.app-lead { font-size: 17px; line-height: 1.55; color: var(--muted); max-width: 500px; margin-bottom: 26px; }

.store-badges { display: flex; flex-wrap: wrap; gap: 12px; }
.store-badge { display: inline-flex; align-items: center; gap: 11px; background: var(--ink); color: #fff;
               padding: 11px 18px; border-radius: 13px; transition: .15s; }
.store-badge:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(43,43,43,.22); }
.store-badge svg { width: 26px; height: 26px; flex: none; }
.store-badge span { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.store-badge small { font-size: 10.5px; opacity: .8; }
.store-badge b { font-size: 16px; font-weight: 700; }
.store-badge.apk { background: var(--green); }
.store-badge.is-off { opacity: .45; cursor: default; }
.store-badge.is-off:hover { transform: none; box-shadow: none; }
.app-note { font-size: 13px; color: var(--muted-2); font-weight: 600; margin: 14px 0 0; }

.app-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 30px; }
.app-feat { display: flex; gap: 12px; align-items: flex-start; }
.app-feat > span { width: 38px; height: 38px; border-radius: 11px; background: var(--tint); flex: none;
                   display: flex; align-items: center; justify-content: center; font-size: 19px; }
.app-feat b { font-size: 14.5px; display: block; }
.app-feat div span { font-size: 12.5px; color: var(--muted-2); font-weight: 600; }

/* phone mockup */
.phone { display: flex; justify-content: center; }
.phone-frame { position: relative; width: 300px; height: 610px; background: #0f1a14; border-radius: 44px;
               padding: 12px; box-shadow: 0 30px 70px rgba(43,43,43,.28); }
.phone-notch { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 130px; height: 26px;
               background: #0f1a14; border-radius: 0 0 16px 16px; z-index: 2; }
.phone-screen { width: 100%; height: 100%; background: var(--bg); border-radius: 34px; overflow: hidden;
                display: flex; flex-direction: column; }
.ps-status { display: flex; justify-content: space-between; padding: 12px 20px 4px; font-size: 11px;
             font-weight: 700; color: var(--muted-2); }
.ps-head { display: flex; align-items: center; gap: 9px; padding: 6px 20px 10px; }
.ps-logo { width: 30px; height: 30px; border-radius: 9px; background: linear-gradient(150deg, var(--green-2), var(--green));
           color: #fff; display: flex; align-items: center; justify-content: center;
           font-family: 'Inter'; font-weight: 800; font-size: 16px; }
.ps-head b { font-family: 'Inter'; font-size: 18px; letter-spacing: -.03em; }
.ps-body { flex: 1; padding: 8px 20px; overflow: hidden; }
.ps-eyebrow { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-2); font-weight: 700; }
.ps-title { font-family: 'Inter'; font-weight: 800; font-size: 24px; line-height: 1.05; margin: 6px 0 12px; }
.ps-title i { color: var(--green); }
.ps-cta { display: inline-block; background: var(--green); color: #fff; font-weight: 700; font-size: 12px;
          padding: 8px 14px; border-radius: 9px; }
.ps-stats { display: flex; gap: 8px; margin: 14px 0; }
.ps-stats div { flex: 1; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 8px; text-align: center; }
.ps-stats b { font-family: 'Inter'; font-weight: 800; font-size: 15px; display: block; }
.ps-stats span { font-size: 8.5px; color: var(--muted-2); font-weight: 600; }
.ps-cats { display: flex; gap: 6px; }
.ps-cat { flex: 1; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 8px 4px; text-align: center; }
.ps-cat span { font-size: 17px; } .ps-cat small { display: block; font-size: 8px; color: var(--muted-2); font-weight: 600; margin-top: 3px; }
.ps-deal { margin-top: 12px; background: #FBEAE1; color: var(--tag-sale); font-weight: 700; font-size: 11px;
           padding: 9px 11px; border-radius: 10px; display: flex; align-items: center; gap: 6px; }
.ps-deal b { font-family: 'Inter'; }
.ps-deal span { margin-left: auto; background: var(--tag-sale); color: #fff; font-size: 8.5px; padding: 2px 7px; border-radius: 10px; }
.ps-tabbar { display: flex; justify-content: space-around; padding: 12px 30px 18px; border-top: 1px solid var(--line); background: #fff; }
.ps-tabbar i { width: 22px; height: 4px; border-radius: 3px; background: var(--line-3); }
.ps-tabbar i.on { background: var(--green); }

@media (max-width: 900px) {
  .app-hero { grid-template-columns: 1fr; gap: 34px; padding: 40px 18px 10px; }
  .app-copy h1 { font-size: 38px; }
  .app-feats { grid-template-columns: 1fr; }
}

/* ── Notifications: bell, list, toasts ───────────────────── */
.bell { position: relative; display: inline-flex; align-items: center; justify-content: center;
        width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--line-2); background: #fff;
        transition: .15s; }
.bell:hover { border-color: var(--green-2); }
.bell__ico { font-size: 17px; }
.bell__badge { position: absolute; top: -7px; right: -7px; min-width: 18px; height: 18px; padding: 0 5px;
               border-radius: 10px; background: var(--tag-sale); color: #fff; font-size: 11px; font-weight: 800;
               display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 6px rgba(194,65,12,.4); }
.bell__badge[hidden] { display: none; }

.ntf-list { display: flex; flex-direction: column; gap: 10px; }
.ntf { display: flex; align-items: center; gap: 13px; background: #fff; border: 1px solid var(--line);
       border-radius: 14px; padding: 14px 18px; transition: .15s; }
.ntf:hover { border-color: var(--green-2); box-shadow: 0 6px 18px rgba(43,43,43,.06); }
.ntf--turn { border-color: rgba(194,65,12,.35); background: #FFFaf6; }
.ntf__ico { width: 42px; height: 42px; border-radius: 11px; background: var(--tint); flex: none; display: flex;
            align-items: center; justify-content: center; font-size: 20px; font-weight: 800; color: var(--ink); }
.ntf__body { flex: 1; min-width: 0; }
.ntf__title { font-weight: 700; font-size: 14.5px; color: var(--ink); }
.ntf__sub { font-size: 12.5px; color: var(--muted-2); font-weight: 600; margin-top: 2px; }
.ntf__timer { font-family: 'Inter'; font-weight: 800; font-size: 15px; color: var(--tag-sale); flex: none; }

.ntf-stack { position: fixed; bottom: 20px; right: 20px; z-index: 88; display: flex; flex-direction: column;
             gap: 10px; max-width: min(360px, calc(100vw - 32px)); }
.ntf-toast { display: flex; align-items: center; gap: 11px; background: #fff; border: 1px solid var(--line);
             border-left: 4px solid var(--tag-sale); border-radius: 13px; padding: 12px 14px; cursor: pointer;
             box-shadow: 0 12px 30px rgba(43,43,43,.18); transform: translateX(120%); opacity: 0;
             transition: transform .3s ease, opacity .3s ease; }
.ntf-toast.show { transform: none; opacity: 1; }
.ntf-toast__ico { font-size: 20px; flex: none; }
.ntf-toast__body { flex: 1; min-width: 0; }
.ntf-toast__body b { display: block; font-size: 13.5px; color: var(--ink); }
.ntf-toast__body span { font-size: 12px; color: var(--muted-2); font-weight: 600; }
.ntf-toast__x { font-size: 20px; color: var(--muted-2); line-height: 1; flex: none; }

@media (max-width: 720px) { .ntf-stack { left: 12px; right: 12px; bottom: 12px; max-width: none; } }

/* ── Toast ───────────────────────────────────────────────── */
.toast { position: fixed; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 80;
         background: var(--ink); color: #fff; font-weight: 700; font-size: 14.5px;
         padding: 14px 24px; border-radius: 12px; box-shadow: 0 12px 30px rgba(0,0,0,.28);
         display: flex; align-items: center; gap: 10px; }
.toast span { color: #5BD183; }

/* ── Catalog page ────────────────────────────────────────── */
.cat-wrap { max-width: 1440px; margin: 0 auto; padding: 26px 28px 60px; }

/* warehouse segmented control */
.wh-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 18px; }
.wh-tab { display: flex; align-items: center; gap: 14px; padding: 15px 18px; border-radius: 16px;
          background: #fff; border: 1px solid var(--line); transition: .15s; position: relative; }
.wh-tab:hover { border-color: var(--green-2); box-shadow: 0 6px 18px rgba(43,43,43,.06); }
.wh-tab.is-active { background: linear-gradient(150deg, var(--green), var(--green-dk));
                    border-color: transparent; box-shadow: 0 8px 22px rgba(92,118,62,.25); }
.wh-tab__ico { width: 46px; height: 46px; border-radius: 13px; background: var(--tint); flex: none;
               display: flex; align-items: center; justify-content: center; font-size: 23px; }
.wh-tab.is-active .wh-tab__ico { background: rgba(255,255,255,.16); }
.wh-tab__t { font-weight: 800; font-size: 15.5px; color: var(--ink); }
.wh-tab.is-active .wh-tab__t { color: #fff; }
.wh-tab__s { font-size: 12.5px; color: var(--muted-2); font-weight: 600; margin-top: 2px; }
.wh-tab.is-active .wh-tab__s { color: #CFE3D3; }
.wh-tab__note { display: inline-block; margin-left: 6px; font-size: 10.5px; font-weight: 800;
                letter-spacing: .03em; padding: 2px 7px; border-radius: 20px;
                background: #FBEAE1; color: var(--tag-sale); vertical-align: middle; }
.wh-tab.is-active .wh-tab__note { background: rgba(255,255,255,.2); color: #fff; }

/* product-type pills (свежесрезанные / горшечные) */
.type-tabs { display: inline-flex; background: #fff; border: 1px solid var(--line);
             border-radius: 12px; padding: 5px; gap: 4px; margin-bottom: 22px; }
.type-tabs a { padding: 9px 18px; border-radius: 9px; font-weight: 700; font-size: 14px;
               color: var(--nav); display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.type-tabs a:hover { background: var(--tint-2); }
.type-tabs a.is-active { background: var(--green); color: #fff; }
.type-tabs a.is-soon { color: var(--muted-2); }
.type-tabs .soon-dot { font-size: 10px; font-weight: 800; padding: 1px 6px; border-radius: 20px;
                       background: #FBEAE1; color: var(--tag-sale); }

@media (max-width: 760px) {
  .wh-tabs { grid-template-columns: 1fr; }
}

/* truck-loading widget */
.truck { background: #fff; border: 1px solid var(--line); border-radius: 18px;
         padding: 22px 26px; display: grid; grid-template-columns: auto 1fr auto;
         gap: 34px; align-items: center; margin-bottom: 26px; box-shadow: var(--shadow-sm); }
.truck__ico { width: 56px; height: 56px; border-radius: 15px; background: var(--tint);
              display: flex; align-items: center; justify-content: center; font-size: 28px; }
.truck__lead { display: flex; align-items: center; gap: 16px; }
.truck__cap { font-size: 12px; color: var(--muted-2); font-weight: 700;
              text-transform: uppercase; letter-spacing: .05em; }
.truck__date { font-weight: 800; font-size: 18px; }
.truck__sub { font-size: 12.5px; color: var(--muted-2); font-weight: 600; }
.truck__barhead { display: flex; justify-content: space-between; font-size: 12.5px;
                  font-weight: 700; color: var(--muted-2); margin-bottom: 7px; }
.truck__bar { height: 12px; border-radius: 8px; background: #E8EDE3; overflow: hidden; }
.truck__fill { height: 100%; background: linear-gradient(90deg, var(--green-2), var(--green));
               border-radius: 8px; transition: .3s; }
.truck__stats { display: flex; gap: 26px; margin-top: 12px; }
.truck__stats div { font-size: 13px; color: var(--muted-2); font-weight: 600; }
.truck__stats b { color: var(--ink); }

.cat-layout { display: grid; grid-template-columns: 236px 1fr; gap: 24px; align-items: start; }
.side { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 12px;
        position: sticky; top: 88px; }
.side a { width: 100%; display: flex; align-items: center; justify-content: space-between;
          padding: 10px 13px; border-radius: 10px; font-weight: 600; font-size: 14px;
          color: var(--nav); margin-bottom: 2px; }
.side a:hover { background: var(--tint-2); }
.side a.is-active { color: var(--green); background: var(--tint); }
.side .n { font-size: 12px; font-weight: 700; color: var(--muted-2); background: var(--tint-2);
           padding: 2px 8px; border-radius: 20px; }
.side a.is-active .n { color: var(--green); background: #fff; }

.cat-toolbar { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
.cat-toolbar h1 { font-size: 26px; font-weight: 800; margin-right: 8px; }
.cat-search { display: flex; background: #fff; border: 1px solid var(--line-2); border-radius: 11px;
              padding: 6px 6px 6px 14px; flex: 1; min-width: 260px; }
.cat-search input { flex: 1; border: none; outline: none; font-size: 14.5px; background: transparent; }
.cat-select { border: 1px solid var(--line-2); background: #fff; border-radius: 11px;
              padding: 11px 14px; font-size: 14px; font-weight: 600; color: var(--ink); }
.cat-count { font-size: 13.5px; color: var(--muted-2); font-weight: 600; white-space: nowrap; }

.tbl { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.tbl__head, .tbl__row { display: grid; gap: 10px; align-items: center;
  grid-template-columns: 52px 2fr 76px 110px 128px 120px 150px; padding: 12px 18px; }
.tbl__head { background: var(--tint-2); font-size: 11.5px; font-weight: 800; color: var(--muted);
             text-transform: uppercase; letter-spacing: .04em; }
.tbl__row { border-top: 1px solid rgba(43,43,43,.06); }
.tbl__row.in-cart { background: #F7FBF4; }
.tbl__img { width: 44px; height: 44px; border-radius: 11px; display: flex;
            align-items: center; justify-content: center; font-size: 20px; overflow: hidden; }
.tbl__img img { width: 100%; height: 100%; object-fit: cover; border-radius: 11px; cursor: zoom-in; }

/* hover preview (circle) + click lightbox */
.thumb-pop { position: fixed; z-index: 85; width: 220px; height: 220px; border-radius: 50%;
             overflow: hidden; background: #fff; border: 4px solid #fff; pointer-events: none;
             box-shadow: 0 16px 44px rgba(43,43,43,.32); }
.thumb-pop img { width: 100%; height: 100%; object-fit: cover; }
.lb-overlay { position: fixed; inset: 0; z-index: 95; background: rgba(43,43,43,.82);
              backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center;
              padding: 32px; cursor: zoom-out; }
.lb-overlay img { max-width: min(90vw, 900px); max-height: 88vh; border-radius: 14px;
                  box-shadow: 0 24px 70px rgba(0,0,0,.5); background: #fff; }
.lb-close { position: absolute; top: 18px; right: 26px; font-size: 40px; line-height: 1;
            color: #fff; font-weight: 300; cursor: pointer; }
.tbl__name { font-weight: 700; font-size: 14.5px; color: var(--ink); }
.tbl__meta { font-size: 12px; color: var(--muted-2); font-weight: 600; margin-top: 2px; }
.tbl__cell { font-size: 13.5px; color: var(--ink-2); font-weight: 600; }
.spec { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 7px; }
.spec__i { display: inline-flex; align-items: baseline; gap: 4px; background: var(--tint-2);
  border: 1px solid var(--line); border-radius: 7px; padding: 2px 7px; line-height: 1.6; }
.spec__i i { color: var(--muted-2); font-style: normal; font-weight: 700; font-size: 9.5px;
  text-transform: uppercase; letter-spacing: .03em; }
.spec__i b { color: var(--ink-2); font-weight: 800; font-size: 11.5px; }
.avail { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; }
.avail__dot { width: 7px; height: 7px; border-radius: 50%; }
.avail--yes { color: var(--green-2); } .avail--yes .avail__dot { background: var(--green-2); }
.avail--no  { color: var(--tag-sale); } .avail--no .avail__dot { background: var(--tag-sale); }
.price-stem { font-family: 'Inter'; font-weight: 800; font-size: 16.5px; text-align: right; }
.price-pack { font-size: 11.5px; color: var(--muted-2); font-weight: 600; text-align: right; }
.price-lock { text-align: right; }
.price-lock a { color: var(--green); font-weight: 700; font-size: 12.5px; }

.qtybox { display: flex; align-items: center; justify-content: center; gap: 7px; }
.qty { display: flex; align-items: center; background: var(--tint-2); border-radius: 9px; overflow: hidden; }
.qty button { width: 28px; height: 32px; font-size: 17px; font-weight: 700; color: var(--green); }
.qty span { min-width: 26px; text-align: center; font-weight: 700; font-size: 14px; }
.add-btn { font-weight: 700; font-size: 12.5px; padding: 8px 10px; border-radius: 9px;
           background: var(--tint); color: var(--green); }
.add-btn.in { background: var(--green); color: #fff; }

.pager { display: flex; gap: 6px; justify-content: center; margin-top: 22px; flex-wrap: wrap; }
.pager a, .pager span { min-width: 38px; height: 38px; padding: 0 10px; display: inline-flex;
  align-items: center; justify-content: center; border: 1px solid var(--line-2);
  border-radius: 9px; font-weight: 700; font-size: 14px; color: var(--ink); background: #fff; }
.pager a:hover { border-color: var(--green-2); }
.pager .is-active { background: var(--green); color: #fff; border-color: var(--green); }
.cat-note { font-size: 12.5px; color: var(--muted-2); font-weight: 600; margin-top: 14px; }

@media (max-width: 980px) {
  .cat-layout { grid-template-columns: 1fr; }
  .side { position: static; display: flex; flex-wrap: wrap; gap: 6px; }
  .side a { width: auto; }
  .truck { grid-template-columns: 1fr; gap: 18px; }
  .tbl__head { display: none; }
  .tbl__row { grid-template-columns: 44px 1fr auto; row-gap: 6px; }
  .tbl__row > .tbl__cell, .tbl__row > .avail { grid-column: 2; }
}

/* ── Auth / register ─────────────────────────────────────── */
.auth-wrap { max-width: 1100px; margin: 0 auto; padding: 34px 28px 70px; }
.auth-card { display: grid; grid-template-columns: 1fr 1.1fr; background: #fff;
             border: 1px solid var(--line); border-radius: 22px; overflow: hidden;
             box-shadow: 0 12px 34px rgba(43,43,43,.07); }
.auth-card--login { grid-template-columns: 1fr 1fr; max-width: 880px; margin: 0 auto; }
.auth-mkt { background: linear-gradient(155deg, var(--green), #183f28); color: #fff;
            padding: 44px 40px; position: relative; overflow: hidden; }
.auth-mkt__ghost { position: absolute; right: -30px; bottom: -30px; font-family: 'Inter';
                   font-weight: 800; font-size: 220px; color: rgba(255,255,255,.06); line-height: 1; }
.auth-mkt__in { position: relative; }
.auth-mkt h2 { font-family: 'Inter'; font-weight: 800; font-size: 26px; margin-bottom: 6px; }
.auth-mkt p { font-size: 15px; color: #CFE3D3; line-height: 1.55; margin: 0 0 30px; }
.auth-benefit { display: flex; gap: 13px; margin-bottom: 20px; }
.auth-benefit span.i { width: 34px; height: 34px; border-radius: 9px; background: rgba(255,255,255,.12);
                       display: flex; align-items: center; justify-content: center; font-size: 17px; flex: none; }
.auth-benefit b { font-weight: 700; font-size: 15px; }
.auth-benefit div div { font-size: 13px; color: #B8D0BD; margin-top: 2px; line-height: 1.45; }
.auth-form { padding: 44px 44px 40px; }
.auth-form h1 { font-size: 27px; font-weight: 800; margin-bottom: 6px; }
.auth-form .sub { font-size: 14px; color: var(--muted-2); font-weight: 600; margin-bottom: 26px; }
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 12.5px; font-weight: 700; color: var(--muted); }
.field input, .field select { border: 1px solid var(--line-3); border-radius: 11px; padding: 12px 14px;
              font-size: 14.5px; outline: none; background: var(--field); color: var(--ink); }
.field input:focus, .field select:focus { border-color: var(--green-2); background: #fff; }
.agree { display: flex; align-items: flex-start; gap: 9px; margin-top: 20px; cursor: pointer; }
.agree input { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--green); }
.agree span { font-size: 12.5px; color: var(--muted-2); font-weight: 600; line-height: 1.45; }
.form-err { background: #FBEAE7; color: #B0554A; font-weight: 600; font-size: 13.5px;
            padding: 11px 14px; border-radius: 10px; margin-bottom: 18px; }
.ok-state { height: 100%; display: flex; flex-direction: column; align-items: center;
            justify-content: center; text-align: center; padding: 40px 0; }
.ok-state .check { width: 70px; height: 70px; border-radius: 50%; background: var(--tint);
                   display: flex; align-items: center; justify-content: center; font-size: 34px; margin-bottom: 18px; }

/* ── Cart page ───────────────────────────────────────────── */
.cart-page { max-width: 1200px; margin: 0 auto; padding: 34px 28px 64px; }
.cart-page h1 { font-size: 32px; font-weight: 800; margin-bottom: 6px; }
.cart-page .lead { font-size: 14.5px; color: var(--muted-2); font-weight: 600; margin-bottom: 26px; }
.cart-grid { display: grid; grid-template-columns: 1fr 360px; gap: 26px; align-items: start; }
.cart-list { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.cart-hrow, .cart-line { display: grid; grid-template-columns: 58px 2fr 130px 110px 118px 34px;
  gap: 12px; align-items: center; padding: 14px 20px; }
.cart-hrow { background: var(--tint-2); font-size: 11.5px; font-weight: 800; color: var(--muted);
             text-transform: uppercase; letter-spacing: .04em; }
.cart-line { border-top: 1px solid rgba(43,43,43,.06); }
.cart-line__img { width: 48px; height: 48px; border-radius: 11px; display: flex;
                  align-items: center; justify-content: center; font-size: 22px; }
.cart-line__name { font-weight: 700; font-size: 15px; }
.cart-line__meta { font-size: 12.5px; color: var(--muted-2); font-weight: 600; margin-top: 2px; }
.cart-line__total { text-align: right; font-family: 'Inter'; font-weight: 800; font-size: 16px; }
.cart-rm { width: 30px; height: 30px; border-radius: 8px; color: #B0554A; font-size: 18px; }
.cart-rm:hover { background: #FBEAE7; }
.summary { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px;
           position: sticky; top: 88px; }
.summary h3 { font-size: 19px; font-weight: 800; margin-bottom: 18px; }
.summary__row { display: flex; justify-content: space-between; color: var(--muted); font-size: 14.5px; margin-bottom: 12px; }
.summary__row b { color: var(--ink); }
.summary__total { border-top: 1px solid var(--line-2); margin: 18px 0; padding-top: 16px;
                  display: flex; justify-content: space-between; align-items: baseline; }
.summary__total .g { font-family: 'Inter'; font-weight: 800; font-size: 26px; color: var(--green); }
.empty-box { background: #fff; border: 1px solid var(--line); border-radius: 18px;
             padding: 70px 40px; text-align: center; }
.empty-box h3 { font-size: 22px; font-weight: 800; margin: 16px 0 8px; }
.empty-box p { font-size: 15px; color: var(--muted-2); font-weight: 600; margin-bottom: 24px; }

/* ── Orders (personal cabinet) ───────────────────────────── */
.ord-page { max-width: 1320px; margin: 0 auto; padding: 34px 28px 64px; }
.ord-top { display: flex; align-items: flex-end; justify-content: space-between;
           flex-wrap: wrap; gap: 16px; margin-bottom: 24px; }
.ord-top h1 { font-size: 32px; font-weight: 800; margin-bottom: 4px; }
.ord-top .sub { font-size: 14.5px; color: var(--muted-2); font-weight: 600; }
.ord-tbl { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.ord-head, .ord-row { display: grid; gap: 12px; align-items: center;
  grid-template-columns: 1.7fr 1.1fr 1fr 66px 80px 80px 90px 1fr 140px; padding: 15px 22px; }
.ord-head { background: var(--tint-2); font-size: 11.5px; font-weight: 800; color: var(--muted);
            text-transform: uppercase; letter-spacing: .04em; }
.ord-row { border-top: 1px solid rgba(43,43,43,.06); font-size: 13.5px; color: var(--ink-2); font-weight: 600; }
.ord-row .id { font-weight: 800; color: var(--green); }
.ord-row .sum { text-align: right; font-family: 'Inter'; font-weight: 800; font-size: 15px; color: var(--ink); }
.st { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 12.5px;
      padding: 5px 11px; border-radius: 20px; }
.st__dot { width: 6px; height: 6px; border-radius: 50%; }
.st--done { background: var(--tint); color: var(--green-2); } .st--done .st__dot { background: var(--green-2); }
.st--transit { background: #E4EDF8; color: var(--tag-new); } .st--transit .st__dot { background: var(--tag-new); }
.st--prep { background: #FBEAE1; color: var(--tag-sale); } .st--prep .st__dot { background: var(--tag-sale); }

.ord-row .id a { color: var(--green); }
.ord-row .id a:hover { text-decoration: underline; }

/* order detail */
.od-back { color: var(--muted-2); font-weight: 700; font-size: 13.5px; }
.od-head { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin: 10px 0 22px; }
.od-head h1 { font-size: 30px; font-weight: 800; }
.od-head .meta { font-size: 14px; color: var(--muted-2); font-weight: 600; margin-top: 4px; }
.od-grid { display: grid; grid-template-columns: 1fr 340px; gap: 26px; align-items: start; }
.od-list { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.od-hrow, .od-irow { display: grid; gap: 12px; align-items: center;
  grid-template-columns: 44px 2fr 80px 84px 84px 118px; padding: 13px 20px; }
.od-hrow { background: var(--tint-2); font-size: 11.5px; font-weight: 800; color: var(--muted);
           text-transform: uppercase; letter-spacing: .04em; }
.od-irow { border-top: 1px solid rgba(43,43,43,.06); }
.od-irow .num { font-size: 13.5px; color: var(--ink-2); font-weight: 600; text-align: center; }
.od-irow .sum { text-align: right; font-family: 'Inter'; font-weight: 800; font-size: 15px; }

@media (max-width: 980px) {
  .ord-head { display: none; }
  .ord-row { grid-template-columns: 1fr auto; row-gap: 4px; }
  .od-grid { grid-template-columns: 1fr; }
  .od-hrow { display: none; }
  .od-irow { grid-template-columns: 44px 1fr auto; row-gap: 4px; }
}

@media (max-width: 860px) {
  .auth-card, .auth-card--login { grid-template-columns: 1fr; }
  .auth-mkt { display: none; }
  .fields { grid-template-columns: 1fr; }
  .cart-grid { grid-template-columns: 1fr; }
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr; gap: 32px; }
  .grid-5 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .ftr__cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav, .brand__sub, .hdr-auth { display: none; }
  .hdr__in { gap: 8px; padding: 12px 16px; flex-wrap: wrap; }
  .hdr__right { gap: 7px; }
  .cart-lbl { display: none; }           /* cart = icon only */
  .cart-btn { padding: 0 12px; }
  .cur button { padding: 6px 9px; font-size: 12px; }
  .burger { display: flex; }

  /* slide-down mobile menu */
  .mnav { display: block; width: 100%; order: 5; max-height: 0; overflow: hidden;
          transition: max-height .28s ease; background: rgba(244,247,239,.98); }
  .mnav.open { max-height: 560px; border-top: 1px solid var(--line); }
  .mnav a { display: block; padding: 14px 16px; font-weight: 700; font-size: 15px;
            color: var(--nav); border-bottom: 1px solid var(--line); }
  .mnav a:active { background: var(--tint-2); }
  .mnav a.is-active { color: var(--green); }
  .mnav__exit { color: var(--tag-sale) !important; }
  .mnav__sep { height: 7px; background: var(--tint-2); }

  .hero h1 { font-size: 34px; }
  .grid-5, .grid-4, .grid-3 { grid-template-columns: 1fr 1fr; }
  .band__head, .section__head { flex-direction: column; gap: 10px; align-items: flex-start; }
  .cta__box { flex-direction: column; align-items: flex-start; padding: 34px 24px; }
  .cta__ghost { font-size: 110px; right: 8px; }
  .ftr__cols { grid-template-columns: 1fr; }
  .wrap, .section, .hero, .cta, .cat-wrap, .cart-page, .ord-page, .auth-wrap, .adm { padding-left: 16px; padding-right: 16px; }
  /* stop the decorative badge from spilling past the viewport */
  .hero__badge { position: static; margin-top: 14px; }
  .hero__art { max-width: 460px; }
}

@media (max-width: 560px) {
  .hero { padding-top: 32px; gap: 22px; }
  .hero h1 { font-size: 29px; line-height: 1.06; }
  .hero__lead { font-size: 15.5px; }
  .hero__stats { gap: 20px; flex-wrap: wrap; }
  .stat__v { font-size: 24px; }
  .searchbar { flex-wrap: wrap; padding: 10px; }
  .searchbar input { min-width: 0; width: 100%; padding: 4px 6px; }
  .searchbar .btn { width: 100%; }
  .section h2, .band h2, .cta h2 { font-size: 24px; }
  .section--center h2 { font-size: 24px; }
  /* single column everywhere on phones */
  .grid-5, .grid-4, .grid-3, .band .grid-4 { grid-template-columns: 1fr; }
  .card, .prod__body { padding: 20px; }
  .cta h2 { font-size: 22px; }
  .cta p { font-size: 15px; }
  .cat-toolbar h1, .ord-top h1, .cart-page h1, .auth-form h1 { font-size: 24px; }
  .adm h1 { font-size: 22px; }
  .tiles { grid-template-columns: 1fr; }
  .pg-card { padding: 22px 20px; }
}

/* ── FG-2205 · public Dolea identity ───────────────────── */
.hdr {
  background: rgba(107,104,169,.97);
  border-bottom-color: rgba(248,246,225,.16);
  backdrop-filter: blur(16px);
}
.hdr__in { max-width: 1440px; min-height: 78px; padding-top: 10px; padding-bottom: 10px; }
.brand { min-width: 88px; color: var(--cream); }
.brand__logo { display: block; width: 68px; height: auto; }
.nav { gap: 2px; }
.nav a { color: rgba(248,246,225,.72); font-size: 13px; font-weight: 400; border-radius: 999px; }
.nav a:hover { color: var(--cream); background: rgba(248,246,225,.12); }
.nav a.is-active { color: var(--ink); background: var(--cream); }
.cur { background: rgba(248,246,225,.12); border-color: rgba(248,246,225,.18); }
.cur button { color: rgba(248,246,225,.68); }
.cur button:hover { color: var(--cream); }
.cur button.is-active { color: var(--purple); background: var(--cream); box-shadow: none; }
.cart-btn,
.hdr .acct,
.hdr .bell,
.hdr .btn-primary {
  color: var(--ink);
  background: var(--cream);
  border-color: rgba(248,246,225,.35);
  box-shadow: none;
}
.hdr .btn-primary:hover { color: var(--ink); background: #fff; }
.hdr-admin { color: var(--cream); background: rgba(248,246,225,.12); border-color: rgba(248,246,225,.24); }
.hdr-admin:hover { background: rgba(248,246,225,.2); }
.hdr-exit { color: rgba(248,246,225,.72); }
.acct__ava { background: var(--pink); color: var(--ink); }
.acct__name { color: var(--ink); }
.burger { background: var(--cream); border-color: rgba(248,246,225,.35); }

.btn { border-radius: 999px; font-weight: 600; }
.btn-primary { background: var(--green); box-shadow: var(--shadow-cta); }
.btn-primary:hover { background: var(--green-dk); transform: translateY(-1px); }
.btn-ghost { color: var(--purple); background: rgba(107,104,169,.1); }
.btn-ghost:hover { color: var(--cream); background: var(--purple); }

.hero {
  position: relative;
  max-width: none;
  min-height: 690px;
  margin: 0;
  padding: 74px max(28px, calc((100vw - 1320px)/2 + 28px)) 88px;
  overflow: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 76% 46%, rgba(248,246,225,.12) 0 17%, transparent 17.3%),
    radial-gradient(ellipse at 18% 82%, rgba(63,59,121,.42) 0 19%, transparent 19.4%),
    linear-gradient(180deg, var(--purple) 0 68%, var(--pink) 100%);
}
.hero::before,
.hero::after {
  content: '';
  position: absolute;
  pointer-events: none;
  border-radius: 55% 45% 68% 32% / 46% 62% 38% 54%;
  background: rgba(46,42,101,.28);
  filter: blur(1px);
}
.hero::before { width: 360px; height: 520px; left: -95px; bottom: -190px; transform: rotate(-24deg); }
.hero::after { width: 250px; height: 390px; right: -40px; top: 210px; transform: rotate(28deg); }
.hero > * { position: relative; z-index: 1; }
.pill { color: var(--ink); background: var(--pink); border-radius: 999px; font-weight: 500; }
.pill__dot { background: var(--green); }
.hero h1 {
  max-width: 800px;
  color: var(--cream);
  font-size: clamp(58px, 6vw, 98px);
  line-height: .96;
  font-weight: 300;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.hero h1 span { color: var(--cream); font-weight: 500; }
.hero .hero__lead { max-width: 580px; color: rgba(248,246,225,.76); font-size: 17px; font-weight: 300; }
.searchbar { max-width: 610px; background: rgba(248,246,225,.96); border-color: transparent; border-radius: 999px; }
.searchbar input { color: var(--ink); }
.hero__stats { padding-top: 22px; border-top: 1px solid rgba(248,246,225,.22); }
.stat__v { color: var(--cream); font-weight: 500; }
.stat__l { color: rgba(248,246,225,.68); font-weight: 400; }
.hero__frame {
  aspect-ratio: 1.18/1;
  border-radius: 6px;
  color: var(--cream);
  border-color: rgba(248,246,225,.22);
  background:
    linear-gradient(rgba(107,104,169,.18), rgba(107,104,169,.18)),
    radial-gradient(ellipse at center, rgba(248,246,225,.22) 0 48%, transparent 49%);
  box-shadow: inset 0 0 0 1px rgba(248,246,225,.08);
}
.hero__frame > span:last-child { color: var(--purple) !important; background: var(--cream) !important; }
.hero__badge { color: var(--ink); background: var(--cream); border: none; border-radius: 999px; }

.section {
  width: calc(100% - 56px);
  margin-top: 30px;
  padding: 44px;
  border-radius: 22px;
  background: var(--paper);
}
.section h2,
.band h2,
.cta h2 { font-weight: 400; text-transform: uppercase; letter-spacing: -.035em; }
.section__head { margin-bottom: 28px; }
.link-green { color: var(--purple); font-weight: 500; }
.cat-card,
.prod,
.card,
.tile,
.adm-card,
.adm-wrap,
.dstat,
.dcard,
.ddetail,
.cart-list,
.summary,
.empty-box,
.ord-tbl,
.od-list {
  border-radius: 6px;
  border-color: var(--line);
  box-shadow: none;
}
.cat-card { padding: 12px; }
.cat-card__img { aspect-ratio: 4/5; border-radius: 4px; font-size: 42px; }
.grid-5 .cat-card:nth-child(3n+1) .cat-card__img,
.grid-4 .prod:nth-child(3n+1) .prod__img { background: linear-gradient(155deg,#F7F5EE,#E8E5DF) !important; }
.grid-5 .cat-card:nth-child(3n+2) .cat-card__img,
.grid-4 .prod:nth-child(3n+2) .prod__img { background: linear-gradient(155deg,#F7E9E7,#DDA7A8) !important; }
.grid-5 .cat-card:nth-child(3n) .cat-card__img,
.grid-4 .prod:nth-child(3n) .prod__img { background: linear-gradient(155deg,#BBB8DC,#6B68A9) !important; }
.cat-card:hover,
.prod:hover,
.card:hover { border-color: var(--purple); box-shadow: 0 10px 30px rgba(107,104,169,.10); }
.prod__img { border-radius: 0; }
.tag--hit { background: var(--green); }
.tag--new { background: var(--purple); }

.band {
  width: calc(100% - 56px);
  max-width: var(--maxw);
  margin: 30px auto 0;
  color: var(--ink);
  background: var(--paper);
  border-radius: 22px;
  overflow: hidden;
}
.band h2,
.step__t { color: var(--ink); }
.band__note { color: var(--purple); }
.step { border-top-color: var(--purple); }
.step__n { color: var(--purple); font-weight: 500; }
.step__x { color: var(--muted); }
.card__icon { color: var(--cream); background: var(--purple); border-radius: 50%; }
.review__stars { color: var(--pink); }
.cta { padding-top: 30px; }
.cta__box { border-radius: 22px; background: linear-gradient(115deg, var(--purple), #565291 62%, var(--pink)); }
.cta p { color: rgba(248,246,225,.76); }
.cta__ghost { color: rgba(248,246,225,.08); }
.btn-white { color: var(--green); background: var(--cream); }

.ftr { background: var(--purple); color: var(--cream); }
.ftr__logo { display: block; width: 92px; height: auto; }
.ftr__about,
.ftr__col a,
.ftr__col span,
.ftr__bar div { color: rgba(248,246,225,.68); }
.ftr__h { color: var(--pink); font-weight: 500; }

.adm-nav a { color: var(--ink); }
.adm-nav a.is-active { color: var(--cream); background: var(--purple); }
.tile.accent,
.auth-mkt { background: linear-gradient(145deg, var(--purple), #55518F); }
.auth-mkt p,
.auth-benefit div div { color: rgba(248,246,225,.72); }
.field input:focus,
.field select:focus,
.adm-in:focus { border-color: var(--purple); }
.chip--admin { color: var(--purple); background: rgba(107,104,169,.12); }
.dcard.is-sel { background: rgba(107,104,169,.06); border-color: var(--purple); }
.dcard:hover { border-color: var(--purple); }
.phone-frame { background: #333044; }
.ps-logo { background: var(--purple); }
.ps-title i { color: var(--purple); }
.ps-tabbar i.on { background: var(--purple); }

@media (max-width: 1080px) {
  .hero { min-height: 0; }
  .hero__art { max-width: 720px; }
}

@media (max-width: 720px) {
  .hdr__in { min-height: 64px; }
  .brand { min-width: 64px; }
  .brand__logo { width: 50px; }
  .mnav { background: var(--cream); }
  .mnav a { color: var(--ink); }
  .mnav a.is-active { color: var(--purple); }
  .hero { padding: 52px 16px 64px; }
  .hero h1 { font-size: clamp(44px, 12vw, 68px); }
  .section,
  .band { width: calc(100% - 32px); padding-left: 24px; padding-right: 24px; }
}

@media (max-width: 560px) {
  .hero { padding-top: 42px; }
  .hero h1 { font-size: 42px; }
  .section,
  .band { padding: 30px 20px; border-radius: 16px; }
  .cta__box { border-radius: 16px; }
}

/* ── FG-2205 · site-wide brand refinement ──────────────── */
/* Purple carries navigation and selection. Olive is reserved for actions,
   availability, successful states and progress, as on the public reference. */
.cart-badge {
  color: var(--ink);
  background: var(--pink);
  box-shadow: 0 2px 8px rgba(224,167,166,.34);
}

.bmodal__card { border-radius: 6px; }
.bmodal__ico,
.ntf__ico {
  color: var(--purple);
  background: rgba(107,104,169,.1);
  border-radius: 50%;
}
.bmodal__chip {
  color: var(--purple);
  background: rgba(107,104,169,.08);
  border-color: rgba(107,104,169,.14);
}
.bmodal__chip:hover { background: rgba(107,104,169,.14); }

/* Catalog */
.wh-tab {
  border-radius: 6px;
  box-shadow: none;
}
.wh-tab:hover {
  border-color: var(--purple);
  box-shadow: 0 8px 24px rgba(107,104,169,.08);
}
.wh-tab.is-active {
  background: linear-gradient(145deg, var(--purple), #55518f);
  box-shadow: 0 10px 26px rgba(107,104,169,.2);
}
.wh-tab__ico {
  color: var(--purple);
  background: rgba(107,104,169,.1);
  border-radius: 50%;
}
.wh-tab.is-active .wh-tab__ico { background: rgba(248,246,225,.16); }
.wh-tab.is-active .wh-tab__s { color: rgba(248,246,225,.7); }

.type-tabs {
  padding: 4px;
  border: 0;
  border-radius: 999px;
  background: var(--cream);
}
.type-tabs a {
  color: var(--muted);
  border-radius: 999px;
  font-weight: 600;
}
.type-tabs a:hover { color: var(--purple); background: rgba(107,104,169,.08); }
.type-tabs a.is-active { color: var(--cream); background: var(--purple); }

.truck,
.side {
  border-radius: 6px;
  box-shadow: none;
}
.truck__ico {
  color: var(--purple);
  background: rgba(107,104,169,.1);
  border-radius: 50%;
}
.side a { color: var(--muted); border-radius: 4px; }
.side a:hover { color: var(--purple); background: rgba(107,104,169,.06); }
.side a.is-active {
  color: var(--purple);
  background: rgba(107,104,169,.1);
}
.side a.is-active .n { color: var(--purple); background: var(--paper); }

.cat-search,
.cat-select { border-radius: 999px; }
.cat-search:focus-within,
.cat-select:focus { border-color: var(--purple); }
.tbl__head,
.cart-hrow,
.ord-head,
.od-hrow { background: var(--cream); }
.tbl__row.in-cart { background: rgba(107,104,169,.05); }
.qty button { color: var(--purple); }
.pager a:hover { border-color: var(--purple); }
.pager .is-active {
  color: var(--cream);
  background: var(--purple);
  border-color: var(--purple);
}

/* Deals and notifications */
.deals__role {
  color: var(--purple);
  background: rgba(107,104,169,.1);
  border-radius: 999px;
}
.dstat__ico,
.dcard__ico,
.ddetail__ico { border-radius: 50%; }
.bubble--self {
  background: rgba(107,104,169,.08);
  border-color: rgba(107,104,169,.2);
}
.ntf:hover {
  border-color: var(--purple);
  box-shadow: 0 8px 24px rgba(107,104,169,.08);
}

/* App, account and order pages */
.app-copy h1 span { color: var(--purple); }
.app-feat > span {
  color: var(--purple);
  background: rgba(107,104,169,.1);
  border-radius: 50%;
}
.store-badge { border-radius: 999px; }
.agree input { accent-color: var(--purple); }
.summary__total .g,
.ord-row .id,
.ord-row .id a { color: var(--purple); }
.od-back:hover { color: var(--purple); }

/* Shared surfaces */
.cat-toolbar h1,
.cart-page h1,
.ord-top h1,
.deals__top h1,
.auth-form h1,
.app-copy h1,
.od-head h1 {
  font-weight: 400;
  letter-spacing: -.035em;
}
.empty-box,
.truck,
.side,
.tbl,
.cart-list,
.summary,
.ord-tbl,
.od-list,
.dstat,
.dcard,
.ddetail,
.ntf { border-color: var(--line); }
