.leaderboard-box {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel-strong);
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

th { color: var(--muted); font-weight: 700; }

td:last-child, th:last-child { text-align: right; }

tr:last-child td { border-bottom: 0; }

.rank {
  color: var(--accent);
  font-weight: 900;
}
