/* ============================================================
   Écran Fin de partie — classement
   ============================================================ */
.cf-root{ padding: 40px 20px 30px; justify-content: center; }

.cf-trophy{ font-size: 54px; position: relative; z-index: 2; margin-bottom: 6px; filter: drop-shadow(0 6px 14px rgba(0,0,0,.5)); }
.cf-title{ font-family: var(--font-display); font-weight: 800; font-size: clamp(24px,6vw,30px); position: relative; z-index: 2; margin: 0 0 4px; text-align: center; }
.cf-winner{ font-family: var(--font-display); font-weight: 800; font-size: 20px; color: var(--gold); position: relative; z-index: 2; margin-bottom: 26px; text-align: center; }

.cf-list{ position: relative; z-index: 2; width: 100%; max-width: 420px; display: flex; flex-direction: column; gap: 10px; }
.cf-row{
  display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14); border-radius: 14px; padding: 12px 16px;
}
.cf-row.cf-row--first{ background: linear-gradient(135deg, rgba(242,193,78,0.22), rgba(242,193,78,0.06)); border-color: var(--gold); }
.cf-rank{ font-family: var(--font-display); font-weight: 800; font-size: 18px; width: 28px; text-align: center; color: var(--gold-soft); }
.cf-dot{ width: 12px; height: 12px; border-radius: 50%; flex: none; box-shadow: 0 0 8px currentColor; }
.cf-name{ flex: 1; font-weight: 700; font-size: 14.5px; }
.cf-score{ font-family: var(--font-display); font-weight: 800; font-size: 16px; color: var(--gold); }

.cf-actions{ position: relative; z-index: 2; width: 100%; max-width: 420px; margin-top: 28px; display: flex; flex-direction: column; gap: 10px; }
.cf-actions .btn-solid{ width: 100%; padding: 15px; font-size: 15px; }

.cf-footer{ position: relative; z-index: 2; margin-top: 20px; font-size: 11px; color: var(--muted); text-align: center; }
