/* Keep the bidding controls and the start of the market visible at first launch. */
.topbar { height: 68px; }

.market-intro {
  gap: 72px;
  padding: 42px 0 52px;
}

.intro-copy h1 {
  max-width: 670px;
  margin: 16px 0;
  font-size: clamp(44px, 5.2vw, 66px);
  line-height: .98;
}

.intro-copy > p {
  max-width: 550px;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.trust-row { margin-top: 20px; }

.bid-panel {
  padding: 20px 24px;
  border-radius: 18px;
}

.panel-top {
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.bid-panel > label { margin: 12px 0 6px; }
.handle-field { height: 46px; }
.amount-control { height: 58px; }
.amount-control strong { font-size: 23px; }
.bid-panel > p { margin: 9px 0; }
.submit-bid { height: 47px; }

.leaderboard-head { margin-bottom: 20px; }
.leaderboard-head h2 { font-size: 32px; }

@media (min-width: 801px) and (max-height: 820px) {
  .market-intro { padding-top: 30px; padding-bottom: 38px; }
  .intro-copy h1 { font-size: clamp(42px, 4.7vw, 60px); }
  .trust-row { margin-top: 16px; }
}

@media (max-width: 800px) {
  .market-intro { gap: 38px; padding: 42px 0 55px; }
}
