.lb-hero {
    text-align: center;
    padding: 2.5rem 1rem 1rem;
}

.lb-hero h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.5rem;
    letter-spacing: 0.15em;
    color: #e2b96f;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
    margin-bottom: 0.3rem;
}

.lb-hero p {
    color: rgba(240,236,227,0.5);
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}

/* ── Rang joueur ── */

.my-rank-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: 'Barlow', sans-serif;
    font-size: 0.85rem;
    color: rgba(240,236,227,0.6);
    background: rgba(10,15,30,0.6);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(226,185,111,0.15);
    padding: 0.5rem 1.5rem;
    margin: 0 auto 1.5rem;
    max-width: 400px;
}

.my-rank-bar strong {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.1rem;
    color: #e2b96f;
    letter-spacing: 0.1em;
}

/* ── Podium ── */

.podium {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.podium-card {
    background: rgba(10,15,30,0.72);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(226,185,111,0.15);
    padding: 1.2rem 1rem;
    text-align: center;
    min-width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
}

.podium-card.first {
    border-color: rgba(255,215,0,0.4);
    padding-bottom: 2rem;
}

.podium-card.second {
    border-color: rgba(192,192,192,0.3);
    padding-bottom: 1.2rem;
}

.podium-card.third {
    border-color: rgba(205,127,50,0.3);
}

.podium-medal {
    font-size: 1.8rem;
    line-height: 1;
}

.podium-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(226,185,111,0.4);
}

.podium-avatar-placeholder {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    border: 2px solid rgba(226,185,111,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.podium-pseudo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0.1em;
    color: #f0ece3;
}

.podium-card.first .podium-points {
    color: #ffd700;
}

.podium-card.second .podium-points {
    color: #c0c0c0;
}

.podium-card.third .podium-points {
    color: #cd7f32;
}

.podium-points {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
}

.podium-parties {
    font-size: 0.68rem;
    color: rgba(240,236,227,0.35);
    letter-spacing: 0.08em;
}

/* ── Tableau ── */

.lb-table-wrap {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 1rem 3rem;
}

.lb-table-wrap table {
    width: 100%;
    border-collapse: collapse;
}

.lb-table-wrap table th {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
    padding: 15px;
    color: #e2b96f;
    background: #0f172a;
    text-align: left;
}

.lb-table-wrap table td {
    background: rgba(10,15,30,0.55);
    padding: 15px;
    color: #eee;
}

.lb-table-wrap table tr:hover td {
    background: rgba(226,185,111,0.06);
}

tbody tr {
    border-top: 1px solid rgba(255,255,255,0.08);
}

tr.current-user td {
    color: #e2b96f;
    font-weight: 600;
}

/* ── Joueur ── */

.player-cell {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.player-cell img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(226,185,111,0.25);
    flex-shrink: 0;
}

.player-cell .no-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    flex-shrink: 0;
}

/* ── Rang ── */

.rank-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1rem;
}

.rank-1 {
    color: #ffd700;
}

.rank-2 {
    color: #c0c0c0;
}

.rank-3 {
    color: #cd7f32;
}

/* ── Vide ── */

.lb-empty {
    text-align: center;
    color: rgba(240,236,227,0.35);
    font-size: 0.9rem;
    padding: 3rem 0;
}
