#leaderboard-container {
    position: fixed;
    top: 10px;
    right: 10px;
    display: none;
    flex-direction: column;
    pointer-events: none;
    z-index: 90;
    font-family: inherit;
}

#leaderboard-container .lb-list {
    width: 165px;
}

#leaderboard-container .lb-pie-wrap {
    width: 165px;
}

.lb-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-align: center;
    padding: 6px 10px 4px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

.lb-list {
    background: rgba(0,0,0,0.7);
    border-radius: 2px;
    overflow: hidden;
    padding: 2px 0;
}

.lb-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.1;
}

.lb-name {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lb-mass {
    color: rgba(255,255,255,0.5);
    font-size: 0.8em;
    flex-shrink: 0;
    margin-left: 6px;
}

/* ── Pie leaderboard (modo Teams) ── */
/* ── Pie leaderboard (modo Teams) ── */
.lb-pie-wrap {
    padding-bottom: 10px;
}

.lb-pie-chart-wrap {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 2px auto 10px;
}

/* SVG principal - reemplaza a .lb-pie-ring y .lb-pie-chart */
.lb-pie-svg {
    width: 100%;
    height: 100%;
    display: block;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.45)); /* La sombra ahora va aquí */
}

.lb-pie-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 10px;
    padding: 0 10px;
}

.lb-pie-legend-row {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: rgba(255,255,255,0.85);
}

.lb-pie-swatch {
    width: 9px;
    height: 9px;
    border-radius: 2px;
    flex-shrink: 0;
}

.lb-pie-pct {
    font-weight: 600;
}
