/* ============================================================
   WEEKLY BULK MOVERS — market report, layered on guides.css
   ============================================================ */
.movers-body { max-width: 760px; }

.movers-section { margin: 0 0 48px; }
.movers-section-head { margin: 0 0 18px; }
.movers-section-dek {
  margin: 4px 0 0;
  font-size: 14px;
  color: #6b7088;
}

.movers-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mover-row {
  display: grid;
  grid-template-columns: 26px 56px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 16px 4px;
  border-top: 1px solid rgba(14, 20, 48, 0.08);
}
.mover-row:last-child { border-bottom: 1px solid rgba(14, 20, 48, 0.08); }

.mover-rank {
  font-size: 13px;
  font-weight: 600;
  color: #b3b7c8;
  text-align: center;
}
.mover-art {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  aspect-ratio: 0.72;
  border-radius: 6px;
  overflow: hidden;
  background: #f3f1ea;
}
.mover-art img { width: 100%; height: 100%; object-fit: contain; display: block; }
.mover-art-missing { display: none; font-size: 8px; color: #9499b8; text-align: center; }
.mover-art.is-missing .mover-art-missing { display: block; }

.mover-info { min-width: 0; }
.mover-name {
  font-weight: 600;
  font-size: 15px;
  color: #0e1430;
  text-decoration: none;
  line-height: 1.25;
}
.mover-name:hover { color: #C3401A; }
.mover-meta {
  margin: 3px 0 0;
  font-size: 11px;
  letter-spacing: 0.02em;
  color: #8186a0;
}
.mover-take {
  margin: 8px 0 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: #3a3f57;
}

.mover-shop {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #C3401A;
  text-decoration: none;
}
.mover-shop:hover { text-decoration: underline; }

.mover-prices { text-align: right; white-space: nowrap; }
.mover-pct {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 13px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 999px;
}
.mover-pct span { font-size: 9px; }
.mover-pct.up { color: #1a7f4b; background: rgba(26, 127, 75, 0.1); }
.mover-pct.down { color: #b23b2e; background: rgba(178, 59, 46, 0.1); }
.mover-price {
  margin: 7px 0 0;
  font-size: 12px;
  color: #8186a0;
}
.mover-price strong { color: #0e1430; font-weight: 600; }
.mover-vol {
  display: block;
  margin: 3px 0 0;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #b3b7c8;
}

.movers-method {
  margin: 36px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(14, 20, 48, 0.08);
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #9499b8;
}
.movers-archive {
  margin: 20px 0 0;
  font-size: 12px;
  color: #8186a0;
}
.movers-archive a { color: #C3401A; text-decoration: none; }
.movers-archive a:hover { text-decoration: underline; }

@media (max-width: 560px) {
  .mover-row { grid-template-columns: 20px 44px 1fr; gap: 12px; }
  .mover-prices { grid-column: 2 / 4; text-align: left; margin-top: 4px; }
  .mover-rank { align-self: start; padding-top: 4px; }
}

.movers-outro {
  margin: 8px 0 0;
  font-family: 'Instrument Serif', 'Iowan Old Style', Georgia, serif;
  font-size: 20px;
  line-height: 1.45;
  color: #2a2f4a;
  font-style: italic;
}
