/* Leaderboards page (Phase 9 §5.6) — calm + utilitarian (brief §5.16). */

.prose-page#leaderboards {
  max-width: 720px;
  margin: 0 auto;
  padding: 1.25rem;
}

.prose-page#leaderboards .lede {
  color: var(--muted-text, #555);
  margin-bottom: 1.5rem;
}

.lb-section {
  margin-bottom: 2rem;
}

.lb-section h2 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.lb-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.5rem;
}

.lb-table th,
.lb-table td {
  text-align: left;
  padding: 0.4rem 0.6rem;
  border-bottom: 1px solid #e4e4e4;
}

.lb-table th {
  font-weight: 600;
  background: #f6f6f6;
}

.lb-table td:first-child,
.lb-table th:first-child {
  width: 3rem;
  text-align: right;
}

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

.lb-personal {
  color: var(--muted-text, #555);
  font-size: 0.95rem;
  margin: 0;
}
