/* Remove duplicate top-right scoreboard; Top Moggers panel remains the only leaderboard preview. */
#main-menu-scoreboard,
.main-menu-scoreboard{
  display:none!important;
}

#screen-landing .hero{
  grid-template-columns:minmax(0,1fr)!important;
  max-width:1120px!important;
}
#screen-landing .hero > #profile-compact,
#screen-landing .hero > .hero-title,
#screen-landing .hero > .hero-sub,
#screen-landing .hero > .hero-actions{
  grid-column:1!important;
}

.phase4-leader.phase4-you{
  border-color:rgba(196,149,106,.55)!important;
  background:linear-gradient(135deg,rgba(196,149,106,.18),rgba(255,255,255,.055))!important;
}
.phase4-leader-score{
  white-space:nowrap!important;
}
