/* ==========================================================================
   PROFIL LEADBOARD (profillead.php)
   ========================================================================== */
.profil-lead-avatar {
    width: 120px;
    height: 120px;
    border: 3px solid var(--gacha);
    background-color: var(--bg-main);
}

/* Couleurs des statistiques de rareté */
.text-nexus-sr { color: #8b5cf6 !important; }
.border-nexus-sr { border-color: rgba(139, 92, 246, 0.5) !important; }

.text-nexus-s { color: #f59e0b !important; }
.border-nexus-s { border-color: rgba(245, 158, 11, 0.5) !important; }

.text-nexus-ss { color: #ef4444 !important; }
.border-nexus-ss { border-color: rgba(239, 68, 68, 0.5) !important; }

.text-nexus-sss { color: #06b6d4 !important; }
.border-nexus-sss { border-color: rgba(6, 182, 212, 0.5) !important; }


