/* backgammon-classement.css — styles spécifiques à la page de classement
   (complète le classement.css partagé chargé via css-classement.php). */

.lb-row .lb-val { font-weight: 700; color: #e8c07d; font-size: 0.85rem; }
.lb-row .lb-sub { font-weight: 600; color: #94a3b8; font-size: 0.78rem; }
.lb-row.moi {
  background: color-mix(in srgb, var(--color-mid) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--color-mid) 28%, transparent);
}
.card { position: relative; z-index: 1; }
.bg-tabs-mode { display: flex; gap: 8px; justify-content: center; margin-bottom: 12px; flex-wrap: wrap; }
.bg-tab-mode {
  font-family: 'Inter', sans-serif; font-weight: 700; font-size: 0.85rem;
  padding: 8px 18px; border-radius: 10px; cursor: pointer; border: 1px solid rgba(232, 192, 125, 0.25);
  background: rgba(255, 255, 255, 0.04); color: #ece0cf; transition: all 0.2s;
}
.bg-tab-mode.active { background: linear-gradient(135deg, #a9560f, #d98f3a); color: #2a1810; border-color: transparent; }
.lb-3col .lb-pseudo, .lb-4col .lb-pseudo { flex: 1; }
.lb-moi-tag { color: #e8c07d; font-size: 0.75rem; }
