.live-status-card {
  border: 1px solid rgba(26, 99, 89, 0.22);
  background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(205, 255, 226, .5));
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 16px 38px rgba(42, 92, 64, .14);
}

.live-status-card strong {
  display: block;
  color: #123a2e;
}

.live-status-card small {
  color: #46675a;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(31, 176, 99, .12);
  color: #13633a;
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.live-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(31, 176, 99, .12);
}

.live-badge.offline {
  background: rgba(238, 137, 52, .14);
  color: #91510d;
}

.backend-guide-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.backend-guide-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #365247;
}

.backend-guide-list span {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ffe36e;
  color: #173c2d;
  font-weight: 900;
}

.live-leaderboard-note {
  margin-top: 12px;
  color: #426456;
  font-size: .95rem;
}
