/* ============================================================
   Bridlewood — W3 screens: Arena (compete / train / boards),
   horse-sheet actions (rename/sell/release), Garden sell-stock.
   All styles for screens/arena.js + the app.js sheet actions +
   garden.js sell sheet live here, fenced per feature.
   Design tokens per design_handoff_bridlewood/README.md.
   ============================================================ */

/* ==== ARENA ==== */

.ax-root {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.ax-head {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 22px 0;
}
.ax-title {
  font-family: 'Newsreader', serif;
  font-size: 27px;
  font-weight: 600;
  color: var(--forest-ink);
  line-height: 1.05;
}
.ax-sub {
  font-size: 12.5px;
  color: var(--muted);
  font-weight: 500;
  margin-top: 2px;
}

/* Training Cookie pill (mock header) */
.ax-pill-cookie {
  display: flex;
  align-items: center;
  gap: 5px;
  background: var(--cookie-bg);
  border: 1px solid var(--cookie-border);
  padding: 7px 10px;
  border-radius: 20px;
}
.ax-pill-cookie .amt { font-size: 13px; font-weight: 700; color: var(--cookie-ink); }

/* mode tabs (Compete / Train / Leaderboard) */
.ax-modes {
  flex-shrink: 0;
  display: flex;
  gap: 7px;
  padding: 14px 18px 12px;
}
.ax-mode {
  flex: 1;
  text-align: center;
  padding: 9px 0;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 600;
  background: var(--card);
  color: var(--text-soft);
  border: 1px solid var(--card-border);
  transition: transform .1s;
}
.ax-mode:active { transform: scale(0.97); }
.ax-mode.active {
  background: var(--forest);
  color: var(--paper-text);
  border-color: var(--forest);
}

.ax-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 2px 16px 16px;
}

.ax-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted-2);
  padding: 10px 4px 8px;
}

/* discipline chips */
.ax-chips {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.ax-chip {
  padding: 8px 14px;
  border-radius: 16px;
  font-size: 12.5px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  background: var(--card);
  color: var(--text-soft);
  border: 1px solid var(--card-border);
}
.ax-chip.active {
  /* literal deep sage on purpose: it's a BACKGROUND here, and the
     --sage-ink token flips light in Nightfall (paper-text would wash out) */
  background: #5C7350;
  color: var(--paper-text);
  border-color: #5C7350;
}

/* horse picker rows (compete + train) */
.ax-horse {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  border-radius: 14px;
  margin-bottom: 7px;
  background: var(--card);
  border: 1px solid var(--card-border);
  transition: transform .1s;
}
.ax-horse:active { transform: scale(0.98); }
.ax-horse.sel {
  background: var(--sel-bg);
  border: 2px solid var(--sage);
  padding: 9px 11px; /* keep row height with the fatter border */
}
.ax-horse.done { opacity: 0.55; }

.ax-coat {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.7);
}
.ax-horse-main { flex: 1; min-width: 0; }
.ax-horse-name {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--forest-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ax-horse-sub {
  font-size: 11px;
  color: var(--muted);
  margin-top: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ax-horse-sub b { color: var(--sage-ink); }
.tag-done { color: var(--clay); font-weight: 700; }
.tag-train { color: var(--sage-ink); font-weight: 700; }

.ax-horse-stat { text-align: right; flex-shrink: 0; }
.ax-horse-stat .v { font-size: 15px; font-weight: 700; color: var(--forest-text); }
.ax-horse-stat .l {
  font-size: 9px;
  color: var(--text-faint);
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

/* four-stat mini block on train rows */
.ax-quads { display: flex; gap: 8px; flex-shrink: 0; }
.ax-quads .q { text-align: center; min-width: 20px; }
.ax-quads .qv { font-size: 12.5px; font-weight: 700; color: var(--forest-text); }
.ax-quads .ql { font-size: 8px; color: var(--text-faint); font-weight: 600; letter-spacing: 0.03em; }

/* tier cards */
.ax-tiers { display: flex; gap: 9px; }
.ax-tier {
  flex: 1;
  text-align: center;
  padding: 13px 6px;
  border-radius: 15px;
  background: var(--card);
  border: 1px solid var(--card-border);
  transition: transform .1s;
}
.ax-tier:active { transform: scale(0.97); }
.ax-tier .t-name { font-size: 12px; font-weight: 700; color: var(--ink-3); }
.ax-tier .t-reward { font-size: 15px; font-weight: 700; color: var(--forest-text); margin-top: 3px; }
.ax-tier .t-fee { font-size: 10px; color: var(--text-faint); margin-top: 2px; }
.ax-tier.pro {
  background: linear-gradient(160deg, #3A4A33, #2C3A28);
  border: 1px solid var(--sage-ink);
}
.ax-tier.pro .t-name { color: var(--sage-pale); }
.ax-tier.pro .t-reward { color: var(--paper); }
.ax-tier.pro .t-fee { color: #B6BFAC; }
.ax-tier.cant { opacity: 0.55; }

.ax-note {
  font-size: 11px;
  color: var(--muted-2);
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}
.ax-note.left { text-align: left; margin-top: 0; padding: 2px 4px 10px; }

/* ---- train: stat picker + start + session card ---- */

.ax-stats { display: flex; gap: 8px; margin-bottom: 14px; }
.ax-stat {
  flex: 1;
  text-align: center;
  padding: 12px 4px;
  border-radius: 15px;
  background: var(--card);
  border: 1px solid var(--card-border);
  color: var(--forest-ink);
  transition: transform .1s;
}
.ax-stat:active { transform: scale(0.97); }
.ax-stat.sel {
  background: var(--sel-bg);
  border: 2px solid var(--sage);
  padding: 11px 3px;
}
.ax-stat.maxed { opacity: 0.6; }
.ax-stat .ic { display: flex; justify-content: center; }
.ax-stat .lb { font-size: 11px; font-weight: 700; margin-top: 3px; }
.ax-stat .vl { font-size: 12.5px; font-weight: 700; color: var(--sage-ink); margin-top: 2px; }

.ax-start {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  width: 100%;
  text-align: center;
  font-size: 14.5px;
  font-weight: 600;
  padding: 13px;
  border-radius: 14px;
  background: var(--forest);
  color: var(--paper-text);
  transition: transform .1s;
}
.ax-start:active { transform: scale(0.97); }
.ax-start .meta { font-size: 12px; opacity: 0.85; font-weight: 600; }
.ax-start.dis {
  background: var(--off-bg);
  color: var(--muted-2);
  cursor: not-allowed;
}

.ax-card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 14px 15px;
}
.ax-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 9px;
}
.ax-card-head .nm { font-size: 13.5px; font-weight: 700; color: var(--forest-ink); }
.ax-card-head .ln { font-size: 12px; color: var(--muted); }
.ax-card-head .cd {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--sage-ink);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.ax-bar {
  height: 8px;
  border-radius: 5px;
  background: var(--line);
  overflow: hidden;
  margin-bottom: 13px;
}
.ax-bar i {
  display: block;
  height: 100%;
  border-radius: 5px;
  background: var(--sage);
  transition: width 1s linear;
}
.ax-collect {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--forest);
  color: var(--paper-text);
  font-size: 14.5px;
  font-weight: 600;
  padding: 13px;
  border-radius: 13px;
  transition: transform .1s;
}
.ax-collect:active { transform: scale(0.97); }
.ax-skip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  background: var(--btn2-bg);
  border: 1px solid var(--btn2-border);
  color: var(--shoe-ink);
  font-size: 13.5px;
  font-weight: 700;
  padding: 12px;
  border-radius: 13px;
  transition: transform .1s;
}
.ax-skip:active { transform: scale(0.97); }
.ax-skip:disabled { opacity: 0.5; cursor: not-allowed; }

/* ---- leaderboard ---- */

.ax-boardseg {
  display: flex;
  gap: 5px;
  background: var(--seg-bg);
  border-radius: 12px;
  padding: 3px;
  margin-bottom: 12px;
}
.ax-boardbtn {
  flex: 1;
  padding: 8px 4px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-faint);
  white-space: nowrap;
  transition: all .12s;
}
.ax-boardbtn.active {
  background: var(--card);
  color: var(--forest-text);
  box-shadow: var(--shadow-seg);
}

.ax-board-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 13px;
  border-radius: 14px;
  margin-bottom: 7px;
  background: var(--card);
  border: 1px solid var(--card-border);
}
.ax-board-row.me {
  background: var(--sel-bg);
  border: 2px solid var(--sage);
  padding: 10px 12px;
}
.ax-rank {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Newsreader', serif;
  font-size: 15px;
  font-weight: 600;
  flex-shrink: 0;
  background: var(--line);
  color: var(--dim-ink);
}
.ax-rank.medal { color: #FFF; }

/* ==== ARENA: interactive comp overlay (dark stage) ==== */

.ax-comp {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  background: radial-gradient(120% 70% at 50% 20%, #2E312A 0%, #23251F 55%, #1D1F1A 100%);
  animation: bwFade .2s ease;
}

.ax-comp-top {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: calc(18px + env(safe-area-inset-top)) 20px 0;
}
.ax-comp-head {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 246, 236, 0.78);
}
.ax-comp-timer {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 246, 236, 0.42);
  margin-top: 3px;
  min-height: 14px;
  font-variant-numeric: tabular-nums;
}
.ax-comp-close {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(12, 10, 7, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FBF6EC;
}

.ax-stage {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  text-align: center;
}
.ax-medal-wrap { position: relative; animation: axBob 3.4s ease-in-out infinite; }
.ax-halo {
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 250, 238, 0.18), transparent 70%);
}
.ax-halo.glow {
  inset: -30px;
  background: radial-gradient(circle, rgba(197, 166, 98, 0.4), transparent 70%);
  animation: axGlow 2.4s ease-in-out infinite;
}
.ax-medal {
  position: relative;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  border: 5px solid rgba(251, 246, 236, 0.82);
  box-shadow: 0 16px 34px -12px rgba(0, 0, 0, 0.55);
}
.ax-result-disc {
  position: relative;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #34372F;
  border: 5px solid rgba(251, 246, 236, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 34px -12px rgba(0, 0, 0, 0.55);
}
.ax-result-disc.p1 { background: #C5A662; border-color: rgba(251, 246, 236, 0.85); }
.ax-result-disc.p2 { background: #A8A49B; border-color: rgba(251, 246, 236, 0.85); }
.ax-result-disc.p3 { background: #B98A5A; border-color: rgba(251, 246, 236, 0.85); }
.ax-stage-alert { color: rgba(251, 246, 236, 0.8); }

.ax-stage-text {
  margin-top: 24px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
  max-width: 24em;
}
.ax-stage-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(201, 214, 181, 0.9);
  margin-bottom: 8px;
}
.ax-beat {
  font-size: 13px;
  font-style: italic;
  color: rgba(255, 246, 236, 0.72);
  line-height: 1.5;
  margin-bottom: 10px;
}
.ax-moment {
  font-family: 'Newsreader', serif;
  font-size: 18.5px;
  font-weight: 500;
  color: #FBF6EC;
  line-height: 1.4;
}
.ax-stage-title {
  font-family: 'Newsreader', serif;
  font-size: 26px;
  font-weight: 600;
  color: #FBF6EC;
  line-height: 1.14;
  margin-top: 3px;
}
.ax-stage-sub {
  font-size: 13px;
  color: rgba(255, 246, 236, 0.9);
  font-weight: 500;
  margin-top: 4px;
  line-height: 1.45;
}

/* choice panel (paper, slides up) */
.ax-panel {
  flex-shrink: 0;
  background: var(--paper);
  border-radius: 26px 26px 0 0;
  padding: 18px 20px calc(24px + env(safe-area-inset-bottom));
  animation: axSheet .34s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.ax-panel-body {
  text-align: center;
  font-size: 13.5px;
  color: var(--ink-3);
  line-height: 1.5;
  padding: 6px 0;
}

.ax-choice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  width: 100%;
  text-align: center;
  padding: 13px;
  border-radius: 14px;
  margin-bottom: 9px;
  transition: transform .1s;
}
.ax-choice:active { transform: scale(0.97); }
.ax-choice:disabled { opacity: 0.55; }
.ax-choice .lbl { font-size: 15px; font-weight: 700; }
.ax-choice .desc { font-size: 11.5px; font-weight: 500; opacity: 0.85; }
.ax-choice.bold {
  background: linear-gradient(160deg, #B5784A, #A9683C); /* Bold gradient is brand, works on both themes */
  color: #FBF2E6;
  box-shadow: 0 8px 18px -10px rgba(169, 104, 60, 0.7);
}
.ax-choice.steady { background: var(--forest); color: var(--paper-text); }
.ax-choice.safe {
  background: var(--btn2-bg);
  border: 1px solid var(--btn2-border);
  color: var(--btn2-ink);
  margin-bottom: 0;
}

/* result card */
.ax-standings-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted-2);
  padding: 0 2px 8px;
}
.ax-standings {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 5px 0;
  margin-bottom: 10px;
  max-height: 168px;
  overflow-y: auto;
}
.ax-standing {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
}
.ax-standing.me {
  background: var(--sel-bg);
}
.ax-standing .pos {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Newsreader', serif;
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
  background: var(--line);
  color: var(--dim-ink);
}
.ax-standing .pos.medal { color: #FFF; }
.ax-standing .nm {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--forest-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ax-standing.me .nm { font-weight: 700; }
.ax-standing .sc {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--sage-ink);
  font-variant-numeric: tabular-nums;
}

.ax-money {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 10px 14px;
}
.ax-money .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12.5px;
  color: var(--text-soft);
  padding: 3px 0;
}
.ax-money .row span:last-child { font-weight: 700; color: var(--forest-ink); }
.ax-money .row.net {
  border-top: 1px solid var(--card-border);
  margin-top: 5px;
  padding-top: 8px;
  font-weight: 700;
  color: var(--forest-ink);
}
.ax-money .net .pos { color: var(--sage-ink); }
.ax-money .net .neg { color: var(--clay); }

.ax-taskline {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--olive);
  margin-top: 9px;
}

.ax-done {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--forest);
  color: var(--paper-text);
  font-size: 14.5px;
  font-weight: 600;
  padding: 13px;
  border-radius: 13px;
  margin-top: 12px;
  transition: transform .1s;
}
.ax-done:active { transform: scale(0.97); }
.ax-done.ghost {
  background: var(--btn2-bg);
  border: 1px solid var(--btn2-border);
  color: var(--btn2-ink);
}

@keyframes axBob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes axGlow { 0%, 100% { opacity: 0.55; } 50% { opacity: 1; } }
@keyframes axSheet { from { transform: translateY(36px); } to { transform: translateY(0); } }

/* ==== STALL ACTIONS (app.js horse sheet: rename / sell / release) ==== */

.sheet-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
.sheet-act {
  flex: 1;
  text-align: center;
  background: var(--btn2-bg);
  border: 1px solid var(--btn2-border);
  color: var(--btn2-ink);
  font-size: 13px;
  font-weight: 600;
  padding: 11px 6px;
  border-radius: 12px;
  transition: transform .1s;
}
.sheet-act:active { transform: scale(0.96); }
.sheet-act:disabled { opacity: 0.5; }
.sheet-act.danger { color: var(--danger); border-color: var(--danger-border); background: var(--clay-bg); }

.rename-row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.rename-row input {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--sage);
  border-radius: 12px;
  background: var(--card);
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  padding: 10px 12px;
  outline: none;
}
.rename-save {
  flex-shrink: 0;
  background: var(--forest);
  color: var(--paper-text);
  font-size: 13px;
  font-weight: 700;
  padding: 11px 16px;
  border-radius: 12px;
  transition: transform .1s;
}
.rename-save:active { transform: scale(0.96); }
.rename-save:disabled { opacity: 0.5; }
.rename-cancel {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dim-ink);
}

/* centred confirm card (sell / release) — wx-ask pattern, own fence */
.st-ask {
  position: absolute;
  left: 24px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--paper);
  border-radius: 22px;
  padding: 24px;
  text-align: center;
  animation: stPop .3s ease both;
}
.st-ask-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--btn2-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  color: var(--olive);
}
.st-ask-title {
  font-family: 'Newsreader', serif;
  font-size: 21px;
  font-weight: 600;
  color: var(--forest-ink);
}
.st-ask-body {
  font-size: 13.5px;
  color: var(--text-soft);
  line-height: 1.5;
  margin-top: 6px;
}
.st-ask-row { display: flex; gap: 9px; margin-top: 18px; }
.st-btn-ghost {
  flex: 1;
  text-align: center;
  background: var(--btn2-bg);
  border: 1px solid var(--btn2-border);
  color: var(--btn2-ink);
  font-size: 14px;
  font-weight: 600;
  padding: 13px;
  border-radius: 13px;
  transition: transform .1s;
}
.st-btn-ghost:active { transform: scale(0.96); }
.st-btn-go {
  flex: 1;
  text-align: center;
  background: var(--forest);
  color: var(--paper-text);
  font-size: 14px;
  font-weight: 600;
  padding: 13px;
  border-radius: 13px;
  transition: transform .1s;
}
.st-btn-go:active { transform: scale(0.96); }
.st-btn-go:disabled { opacity: 0.55; }
.st-btn-go.danger { background: var(--danger); color: #FBF2E6; }

@keyframes stPop {
  0% { transform: translateY(-50%) scale(0.6); opacity: 0; }
  60% { transform: translateY(-50%) scale(1.08); }
  100% { transform: translateY(-50%) scale(1); opacity: 1; }
}

/* ==== GARDEN: SELL STOCK (garden.js sheet) ==== */

.gd-pill-btn { cursor: pointer; transition: transform .1s; }
.gd-pill-btn:active { transform: scale(0.94); }

.gd-sell-note {
  font-size: 11.5px;
  color: var(--muted);
  line-height: 1.5;
  padding: 2px 2px 10px;
}
.gd-sell-row {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 11px 12px;
  margin-bottom: 8px;
}
.gd-sell-top {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 9px;
}
.gd-sell-name { font-size: 13.5px; font-weight: 700; color: var(--forest-ink); }
.gd-sell-sub { font-size: 11px; color: var(--muted); margin-top: 1px; }
.gd-sell-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gd-step {
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--seg-bg);
  border-radius: 11px;
  padding: 3px;
}
.gd-step button {
  width: 32px;
  height: 30px;
  border-radius: 9px;
  font-size: 16px;
  font-weight: 700;
  color: var(--dim-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .1s;
}
.gd-step button:active { transform: scale(0.92); }
.gd-step button:disabled { opacity: 0.4; }
.gd-step .qty {
  min-width: 34px;
  text-align: center;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--forest-ink);
  font-variant-numeric: tabular-nums;
}
.gd-sell-btn {
  flex: 1;
  text-align: center;
  background: var(--forest);
  color: var(--paper-text);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 8px;
  border-radius: 11px;
  white-space: nowrap;
  transition: transform .1s;
}
.gd-sell-btn:active { transform: scale(0.96); }
.gd-sell-btn:disabled { opacity: 0.5; }
.gd-sell-empty {
  font-size: 12.5px;
  color: var(--text-faint);
  text-align: center;
  padding: 18px 8px;
  line-height: 1.5;
}
