/* Auction tab — extends free map chrome (tab-nav styles live in ../styles.css) */
/* Keep banner opaque so text stays readable over satellite basemap */
.auction-body .season-banner {
  background: rgba(246, 243, 238, 0.97);
  color: var(--ink-soft, #5c574f);
  border-bottom: 1px solid rgba(28, 27, 25, 0.12);
  backdrop-filter: blur(10px);
}
.auction-body .season-banner strong {
  color: var(--ink, #1c1b19);
}
.auction-body .season-banner a {
  color: var(--accent, #2a4a5c);
}
.metric-row.secondary .metric .n {
  font-size: 0.95rem;
}
