/* لوحة الترتيب العامة — sayebahr.com/leaderboard */
.lb-public-wrap { padding-bottom: 4rem; }
.lb-public-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
  margin: 0 0 2rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}
.lb-public-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.lb-public-tab {
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(34, 211, 238, 0.25);
  background: rgba(4, 13, 26, 0.6);
  color: var(--text-muted);
  font-size: 0.88rem;
}
.lb-public-tab strong { color: var(--gold-light); }
.lb-public-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid rgba(253, 224, 71, 0.12);
  background: rgba(4, 13, 26, 0.55);
  margin-bottom: 2rem;
}
.lb-public-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 320px;
}
.lb-public-table th,
.lb-public-table td {
  padding: 0.75rem 1rem;
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.lb-public-table th {
  color: var(--gold-light);
  font-weight: 700;
  background: rgba(253, 224, 71, 0.06);
}
.lb-public-table tr:last-child td { border-bottom: none; }
.lb-public-rank {
  font-weight: 800;
  color: var(--cyan);
  width: 3rem;
}
.lb-public-rank-1 { color: #fde047; }
.lb-public-rank-2 { color: #cbd5e1; }
.lb-public-rank-3 { color: #d97706; }
.lb-public-name { font-weight: 600; color: #f8fafc; }
.lb-public-score { font-variant-numeric: tabular-nums; color: var(--gold-light); }
.lb-public-cta {
  text-align: center;
  margin-top: 2rem;
}
