/* ============================================================
   Project Goldie — commerce components layered on styles.css
   Petdayz brand tokens are inherited from styles.css :root
   ============================================================ */

/* ---------- Generic bits ---------- */
.pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: "Fredoka", sans-serif; font-weight: 500; font-size: 0.78rem;
  padding: 5px 12px; border-radius: var(--radius-pill);
  background: var(--paper-2); color: var(--ink-soft); border: 1px solid var(--line);
}
.pill--gold   { background: #fff4d6; color: #8a6100; border-color: #f3dfa4; }
.pill--orange { background: #ffe9d6; color: var(--orange-deep); border-color: #f9cfa8; }
.pill--teal   { background: #dff4f4; color: #157777; border-color: #b8e4e4; }
.pill--green  { background: #e8f4de; color: #3f7222; border-color: #cfe6bb; }
.pill--purple { background: #ece5f9; color: #5537a0; border-color: #d7c9f0; }
.pill--pink   { background: #fde4ec; color: #b02a58; border-color: #f7c3d4; }

.note {
  background: var(--paper-2); border: 1px dashed #e5c78a; border-radius: var(--radius);
  padding: 14px 18px; font-size: 0.9rem; color: var(--ink-soft);
}
.note strong { color: var(--ink); }

/* mockup banner */
.mock-ribbon {
  position: fixed; z-index: 99; right: -46px; top: 26px; transform: rotate(45deg);
  background: var(--ink); color: var(--gold); font-family: "Fredoka", sans-serif;
  font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 6px 60px; box-shadow: var(--shadow); pointer-events: none;
}

/* ---------- Nav additions ---------- */
.nav__icons { display: flex; align-items: center; gap: 8px; }
.icon-btn {
  position: relative; width: 44px; height: 44px; border-radius: 14px;
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  display: grid; place-items: center; font-size: 1.15rem;
  transition: transform 0.2s, border-color 0.2s;
}
.icon-btn:hover { transform: translateY(-2px); border-color: var(--gold); }
.icon-btn .bubble {
  position: absolute; top: -6px; right: -6px; min-width: 20px; height: 20px;
  border-radius: 999px; background: var(--orange); color: #fff;
  font-size: 0.68rem; font-weight: 800; display: grid; place-items: center; padding-inline: 5px;
  box-shadow: var(--shadow-sm);
}
.points-chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: linear-gradient(135deg, var(--gold), var(--gold-deep)); color: #3a2900;
  font-family: "Fredoka", sans-serif; font-weight: 600; font-size: 0.9rem;
  padding: 9px 16px; border-radius: var(--radius-pill); box-shadow: var(--shadow-sm);
  white-space: nowrap;
}

/* ---------- Product card commerce additions ---------- */
.card__points { display: flex; align-items: center; gap: 6px; margin-top: 6px; }
.card__sub-price {
  font-size: 0.82rem; font-weight: 700; color: var(--green); margin-top: 2px;
}
.card__sub-price s { color: var(--muted); font-weight: 600; }
.card__add {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--orange); color: #fff; font-family: "Fredoka", sans-serif; font-weight: 500;
  font-size: 0.9rem; padding: 10px 15px; border-radius: var(--radius-pill);
  box-shadow: 0 8px 18px -9px var(--orange-deep); transition: transform 0.2s, box-shadow 0.2s;
}
.card__add:hover { transform: translateY(-2px); }

/* ---------- Subscribe & save (PDP + home) ---------- */
.buy-options { display: grid; gap: 12px; margin-block: 20px; }
.buy-opt {
  position: relative; display: block; background: #fff; border: 2px solid var(--line);
  border-radius: var(--radius); padding: 16px 18px; cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.buy-opt:hover { border-color: var(--gold); }
.buy-opt.selected { border-color: var(--orange); box-shadow: var(--shadow); }
.buy-opt input { position: absolute; opacity: 0; }
.buy-opt__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.buy-opt__title { font-family: "Fredoka", sans-serif; font-weight: 600; font-size: 1.02rem; }
.buy-opt__price { font-family: "Fredoka", sans-serif; font-weight: 600; font-size: 1.2rem; color: var(--orange-deep); }
.buy-opt__price s { font-size: 0.85rem; color: var(--muted); margin-right: 6px; }
.buy-opt__meta { font-size: 0.85rem; color: var(--ink-soft); margin-top: 4px; }
.buy-opt .radio {
  width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--line);
  display: inline-block; vertical-align: -4px; margin-right: 10px; background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.buy-opt.selected .radio { border-color: var(--orange); box-shadow: inset 0 0 0 4.5px var(--orange); }
.cadence { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.cadence button {
  font-weight: 700; font-size: 0.84rem; padding: 7px 14px; border-radius: var(--radius-pill);
  background: var(--paper-2); border: 1.6px solid var(--line); color: var(--ink-soft);
}
.cadence button.on { background: #fff4d6; border-color: var(--gold); color: #8a6100; }

.qty { display: inline-flex; align-items: center; border: 1.6px solid var(--line); border-radius: var(--radius-pill); background: #fff; }
.qty button { width: 40px; height: 42px; font-size: 1.1rem; font-weight: 800; color: var(--ink-soft); }
.qty span { min-width: 34px; text-align: center; font-weight: 800; }

/* ---------- Dashboard shell (rewards / stockist / account) ---------- */
.dash { display: grid; grid-template-columns: 250px 1fr; gap: clamp(18px, 3vw, 30px); align-items: start; }
@media (max-width: 900px) { .dash { grid-template-columns: 1fr; } }
.dash__side {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm); padding: 18px 14px; position: sticky; top: 96px;
}
.dash__side .who { display: flex; align-items: center; gap: 12px; padding: 8px 10px 16px; border-bottom: 1px solid var(--line); margin-bottom: 12px; }
.avatar {
  width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--orange));
  color: #fff; font-family: "Fredoka", sans-serif; font-weight: 600; display: grid; place-items: center; font-size: 1.05rem;
}
.dash__side .who b { display: block; font-family: "Fredoka", sans-serif; font-weight: 600; line-height: 1.2; }
.dash__side .who small { color: var(--muted); font-weight: 600; font-size: 0.78rem; }
.dash__nav { display: grid; gap: 3px; }
.dash__nav a {
  display: flex; align-items: center; gap: 11px; padding: 11px 12px; border-radius: 13px;
  font-weight: 700; font-size: 0.94rem; color: var(--ink-soft); transition: background 0.15s, color 0.15s;
}
.dash__nav a:hover { background: var(--paper-2); color: var(--ink); }
.dash__nav a.active { background: #fff4d6; color: #8a6100; }
.dash__main { display: grid; gap: clamp(16px, 2.5vw, 24px); min-width: 0; }

.panel {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm); padding: clamp(18px, 3vw, 28px);
}
.panel__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.panel__head h3 { font-size: 1.25rem; }
.panel__head p { font-size: 0.88rem; color: var(--muted); }

/* stat tiles */
.stats-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; }
.stat-tile {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); padding: 16px 18px;
}
.stat-tile .k { font-size: 0.76rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); }
.stat-tile .v { font-family: "Fredoka", sans-serif; font-weight: 600; font-size: 1.65rem; color: var(--ink); margin-top: 2px; }
.stat-tile .v small { font-size: 0.85rem; color: var(--muted); font-weight: 500; }
.stat-tile .d { font-size: 0.8rem; font-weight: 700; margin-top: 2px; }
.stat-tile .d.up { color: var(--green); }
.stat-tile--hero { background: linear-gradient(135deg, var(--gold), var(--orange)); border: none; }
.stat-tile--hero .k, .stat-tile--hero .v, .stat-tile--hero .d { color: #fff; }
.stat-tile--hero .v { font-size: 2rem; }

/* tier progress */
.tier-bar { height: 12px; border-radius: 999px; background: var(--paper-2); border: 1px solid var(--line); overflow: hidden; }
.tier-bar i { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--gold), var(--orange)); }
.tier-steps { display: flex; justify-content: space-between; font-size: 0.78rem; font-weight: 700; color: var(--muted); margin-top: 7px; }
.tier-steps .cur { color: var(--orange-deep); }

/* daily check-in */
.checkin { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; }
@media (max-width: 640px) { .checkin { grid-template-columns: repeat(4, 1fr); } }
.checkin__day {
  background: var(--paper-2); border: 1.6px solid var(--line); border-radius: 14px;
  padding: 12px 6px; text-align: center; font-size: 0.78rem; font-weight: 700; color: var(--muted);
}
.checkin__day b { display: block; font-size: 1.15rem; color: var(--ink); font-family: "Fredoka", sans-serif; }
.checkin__day.done { background: #e8f4de; border-color: #b7dd97; color: #3f7222; }
.checkin__day.done b { color: #3f7222; }
.checkin__day.today { background: #fff4d6; border-color: var(--gold); box-shadow: var(--shadow-sm); color: #8a6100; }
.checkin__day.today b { color: #8a6100; }

/* referral tree */
.reftree { display: grid; gap: 10px; }
.reflevel {
  display: flex; align-items: center; gap: 14px; background: var(--paper-2);
  border: 1px solid var(--line); border-radius: var(--radius); padding: 13px 16px;
}
.reflevel .lv {
  flex: none; width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center;
  font-family: "Fredoka", sans-serif; font-weight: 600; color: #fff; font-size: 0.95rem;
}
.reflevel .meta { flex: 1; min-width: 0; }
.reflevel .meta b { display: block; font-size: 0.95rem; }
.reflevel .meta small { color: var(--muted); font-weight: 600; font-size: 0.8rem; }
.reflevel .amt { font-family: "Fredoka", sans-serif; font-weight: 600; color: var(--orange-deep); white-space: nowrap; }

/* copy link */
.copybox { display: flex; gap: 8px; flex-wrap: wrap; }
.copybox input {
  flex: 1; min-width: 200px; border: 1.6px solid var(--line); border-radius: var(--radius-pill);
  padding: 11px 18px; background: var(--paper-2); font-weight: 600; color: var(--ink-soft); font-size: 0.9rem;
}
.copybox .btn { padding: 11px 22px; font-size: 0.92rem; }

/* ---------- Tables ---------- */
.gtable { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.gtable th {
  text-align: left; font-size: 0.74rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.07em; color: var(--muted); padding: 10px 12px; border-bottom: 1.6px solid var(--line);
}
.gtable td { padding: 12px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-weight: 600; vertical-align: middle; }
.gtable tr:last-child td { border-bottom: none; }
.gtable td:first-child { color: var(--ink); }
.gtable .r, .gtable th.r { text-align: right; }
.amt-plus { color: #3f7222; font-weight: 800; }
.amt-minus { color: #b02a58; font-weight: 800; }
.table-scroll { overflow-x: auto; }

/* status badges */
.badge {
  display: inline-flex; align-items: center; gap: 5px; font-size: 0.74rem; font-weight: 800;
  padding: 4px 11px; border-radius: var(--radius-pill); text-transform: uppercase; letter-spacing: 0.04em;
}
.badge--ok   { background: #e8f4de; color: #3f7222; }
.badge--warn { background: #fff4d6; color: #8a6100; }
.badge--info { background: #dff4f4; color: #157777; }
.badge--bad  { background: #fde4ec; color: #b02a58; }
.badge--mut  { background: var(--paper-2); color: var(--muted); }

/* ---------- Checkout ---------- */
.co-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(20px, 3vw, 36px); align-items: start; }
@media (max-width: 880px) { .co-grid { grid-template-columns: 1fr; } }
.pay-methods { display: grid; gap: 10px; }
.pay-opt {
  display: flex; align-items: center; gap: 14px; background: #fff; border: 2px solid var(--line);
  border-radius: var(--radius); padding: 13px 16px; cursor: pointer; transition: border-color 0.2s;
}
.pay-opt:hover { border-color: var(--gold); }
.pay-opt.selected { border-color: var(--orange); box-shadow: var(--shadow-sm); }
.pay-opt .logo {
  flex: none; width: 52px; height: 34px; border-radius: 8px; display: grid; place-items: center;
  font-family: "Fredoka", sans-serif; font-weight: 600; font-size: 0.62rem; color: #fff; letter-spacing: 0.02em;
}
.pay-opt b { font-size: 0.95rem; }
.pay-opt small { display: block; color: var(--muted); font-weight: 600; font-size: 0.78rem; }
.redeem-slider { margin-top: 10px; }
.redeem-slider input[type="range"] { width: 100%; accent-color: var(--orange); }
.field { display: grid; gap: 6px; }
.field label { font-size: 0.8rem; font-weight: 800; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.05em; }
.field input, .field select, .field textarea {
  border: 1.6px solid var(--line); border-radius: 13px; padding: 12px 15px; background: #fff;
  font-weight: 600; width: 100%;
}
.field input:focus, .field select:focus { outline: 2px solid var(--gold); border-color: var(--gold); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 560px) { .form-grid { grid-template-columns: 1fr; } }
.summary-line { display: flex; justify-content: space-between; font-size: 0.94rem; font-weight: 600; color: var(--ink-soft); padding-block: 7px; }
.summary-line.total { border-top: 1.6px solid var(--line); margin-top: 8px; padding-top: 14px; font-family: "Fredoka", sans-serif; font-weight: 600; font-size: 1.25rem; color: var(--ink); }
.summary-line .free { color: var(--green); font-weight: 800; }

/* ---------- Admin mock (Filament-flavoured) ---------- */
.admin { display: grid; grid-template-columns: 235px 1fr; min-height: 100vh; background: #f6f4ef; }
@media (max-width: 900px) { .admin { grid-template-columns: 1fr; } .admin__side { position: static; } }
.admin__side { background: var(--ink); color: #cfcfda; padding: 20px 14px; position: sticky; top: 0; height: 100vh; overflow-y: auto; }
.admin__side .brandline { display: flex; align-items: center; gap: 10px; padding: 4px 10px 18px; border-bottom: 1px solid #3d3d49; margin-bottom: 14px; }
.admin__side .brandline b { color: #fff; font-family: "Fredoka", sans-serif; font-weight: 600; }
.admin__group { font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: #8a8a99; padding: 14px 12px 6px; }
.admin__side nav a {
  display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 10px;
  font-size: 0.9rem; font-weight: 600; color: #cfcfda; transition: background 0.15s;
}
.admin__side nav a:hover { background: #3d3d49; color: #fff; }
.admin__side nav a.active { background: var(--gold); color: #3a2900; font-weight: 700; }
.admin__main { padding: clamp(18px, 3vw, 34px); display: grid; gap: 20px; align-content: start; }
.admin__topbar { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; }
.admin__topbar h1 { font-size: 1.55rem; }
.admin-card { background: #fff; border: 1px solid #e8e4da; border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 22px 24px; }
.admin-card h3 { font-size: 1.05rem; margin-bottom: 4px; }
.admin-card .sub { font-size: 0.84rem; color: var(--muted); margin-bottom: 16px; }
.toggle { position: relative; width: 46px; height: 26px; border-radius: 999px; background: #d8d4ca; transition: background 0.2s; flex: none; }
.toggle.on { background: var(--green); }
.toggle::after {
  content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%;
  background: #fff; box-shadow: var(--shadow-sm); transition: left 0.2s;
}
.toggle.on::after { left: 23px; }
.rate-row { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid #eee9df; }
.rate-row:last-child { border-bottom: none; }
.rate-row .lvl { flex: 1; font-weight: 700; }
.rate-row .lvl small { display: block; font-weight: 600; color: var(--muted); font-size: 0.78rem; }
.rate-row input {
  width: 90px; text-align: right; border: 1.6px solid #e2ddd2; border-radius: 10px;
  padding: 9px 12px; font-weight: 800; font-size: 1rem; background: #fbfaf7;
}
.rate-row .unit { font-weight: 800; color: var(--muted); }

/* ---------- Footer ---------- */
.gfooter { background: var(--ink); color: #cfc8bb; margin-top: clamp(50px, 8vw, 100px); }
.gfooter .wrap { padding-block: clamp(40px, 6vw, 64px); }
.gfooter__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: clamp(22px, 4vw, 44px); }
@media (max-width: 820px) { .gfooter__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .gfooter__grid { grid-template-columns: 1fr; } }
.gfooter h4 { color: #fff; font-size: 0.98rem; margin-bottom: 14px; }
.gfooter a { display: block; padding-block: 5px; font-size: 0.9rem; font-weight: 600; color: #cfc8bb; transition: color 0.2s; }
.gfooter a:hover { color: var(--gold); }
.gfooter__bottom { border-top: 1px solid #3d3d49; padding-block: 18px; font-size: 0.8rem; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.gfooter .brand-blurb { font-size: 0.9rem; max-width: 34ch; margin-top: 10px; }
.gfooter img.footlogo { height: 40px; width: auto; filter: brightness(0) invert(1); opacity: 0.95; }

/* hero perk cards on home */
.perk-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 900px) { .perk-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .perk-cards { grid-template-columns: 1fr; } }
.perk {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm); padding: 22px 20px; transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.perk:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.perk .ico { width: 54px; height: 54px; border-radius: 17px; display: grid; place-items: center; font-size: 1.5rem; margin-bottom: 13px; background: var(--paper-2); box-shadow: inset 0 0 0 1px var(--line); }
.perk h3 { font-size: 1.05rem; margin-bottom: 4px; }
.perk p { font-size: 0.88rem; color: var(--muted); }

/* steps (how it works) */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 22px 22px; box-shadow: var(--shadow-sm); }
.step::before {
  counter-increment: step; content: counter(step);
  position: absolute; top: -16px; left: 20px; width: 34px; height: 34px; border-radius: 12px;
  background: var(--orange); color: #fff; font-family: "Fredoka", sans-serif; font-weight: 600;
  display: grid; place-items: center; box-shadow: var(--shadow-sm);
}
.step h3 { font-size: 1.05rem; margin-bottom: 6px; }
.step p { font-size: 0.9rem; color: var(--ink-soft); }

/* ---------- Admin v2 / portal v2 additions ---------- */
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-bottom: 16px; }
.filter-bar input, .filter-bar select {
  border: 1.6px solid #e2ddd2; border-radius: 11px; padding: 9px 14px; background: #fff;
  font-weight: 600; font-size: 0.88rem; color: var(--ink-soft);
}
.filter-bar input[type="search"] { min-width: 220px; flex: 1; max-width: 340px; }
.filter-bar .spacer { flex: 1; }

.tabbar { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 18px; }
.tabbar a {
  font-family: "Fredoka", sans-serif; font-weight: 500; font-size: 0.88rem;
  padding: 8px 16px; border-radius: var(--radius-pill); color: var(--ink-soft);
  background: #fff; border: 1.6px solid #e8e4da;
}
.tabbar a.on { background: var(--gold); border-color: var(--gold); color: #3a2900; font-weight: 600; }

.kv { display: grid; grid-template-columns: 150px 1fr; gap: 7px 16px; font-size: 0.9rem; margin: 0; }
.kv dt { color: var(--muted); font-weight: 700; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.05em; padding-top: 2px; }
.kv dd { margin: 0; color: var(--ink); font-weight: 600; }

.bars { display: flex; align-items: flex-end; gap: 7px; height: 130px; padding-top: 8px; }
.bars i { flex: 1; background: linear-gradient(180deg, var(--gold), var(--orange)); border-radius: 7px 7px 0 0; min-height: 5px; position: relative; }
.bars i.mut { background: #eee6d7; }
.bars-labels { display: flex; gap: 7px; margin-top: 6px; }
.bars-labels span { flex: 1; text-align: center; font-size: 0.66rem; font-weight: 700; color: var(--muted); }

.timeline { display: grid; gap: 0; }
.tl { display: flex; gap: 14px; position: relative; padding-bottom: 18px; }
.tl::before { content: ""; position: absolute; left: 8px; top: 20px; bottom: 0; width: 2px; background: var(--line); }
.tl:last-child::before { display: none; }
.tl .dot { flex: none; width: 18px; height: 18px; border-radius: 50%; background: var(--green); border: 4px solid #e8f4de; margin-top: 1px; }
.tl.pend .dot { background: #d8d4ca; border-color: #efece4; }
.tl b { display: block; font-size: 0.9rem; }
.tl small { color: var(--muted); font-weight: 600; font-size: 0.78rem; }

.thumb-sm { width: 42px; height: 42px; border-radius: 10px; background: var(--paper-2); object-fit: contain; border: 1px solid var(--line); }
.row-actions { display: inline-flex; gap: 6px; }
.row-actions a { font-size: 0.78rem; font-weight: 800; color: var(--orange-deep); padding: 4px 8px; border-radius: 8px; background: #ffe9d6; }

.lock-row { opacity: 0.62; }
.lock-note {
  display: inline-flex; align-items: center; gap: 6px; font-size: 0.74rem; font-weight: 800;
  background: #fde4ec; color: #b02a58; border-radius: var(--radius-pill); padding: 4px 11px;
}

.qr-box {
  width: 120px; height: 120px; border-radius: 14px; background:
    repeating-conic-gradient(var(--ink) 0% 25%, #fff 0% 50%) 0 0 / 20px 20px;
  border: 6px solid #fff; box-shadow: var(--shadow-sm); image-rendering: pixelated;
}
.btn--danger { --bg: #e2556f; --fg: #fff; }
.input-inline { width: 110px; text-align: right; border: 1.6px solid #e2ddd2; border-radius: 10px; padding: 8px 12px; font-weight: 800; background: #fbfaf7; }
