.result-card.last {
  border: 2px solid var(--gold);
  box-shadow: 0 0 0 3px #c89b4726, 0 4px 13px #132c2218;
}

.result-card.current {
  border: 2px solid #33805e;
  background: #f5fbf7;
}

.result-card.waiting {
  background: #f8faf8;
}

.result-card.eliminated {
  border-left: 4px solid #aaa39a;
  opacity: .64;
}

.last-run-label {
  background: #fff0c7;
  color: #674806;
  font-weight: 750;
}

.current-run-label {
  background: #dff2e6;
  color: #175a3d;
  font-weight: 750;
}

.waiting-label {
  background: #e8eef4;
  color: #40566b;
  font-weight: 700;
}

.eliminated-label {
  background: #ece9e5;
  color: #706861;
  font-weight: 700;
}

.inactive-view {
  max-width: 620px;
  margin: 70px auto;
  padding: 48px 28px;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 8px 24px #132c220f;
}

.inactive-view[hidden] {
  display: none;
}

.inactive-mark {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: var(--green);
  color: var(--gold);
  font: 700 17px Georgia, serif;
}

.inactive-view h1 {
  margin: 0 0 12px;
  font: 700 30px Georgia, serif;
}

.inactive-view p {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 17px;
}

.inactive-view small {
  color: var(--muted);
  line-height: 1.5;
}

body.competition-inactive .hero,
body.competition-inactive .live-stats,
body.competition-inactive .tabs,
body.competition-inactive .panel {
  display: none !important;
}
