.player-hero {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
    flex-wrap: nowrap;
}

.player-hero .object-picture {
    flex-shrink: 0;
}

.player-hero .object-picture img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 9px;
    border: 2px solid rgba(90, 180, 255, 0.7);
}

.player-hero .object-summary {
    min-width: 260px;
    text-align: left;
}

.player-handle-name {
    margin: 0 0 6px;
    font-size: 1.25em;
    font-weight: 600;
    color: #e5f4ff;
}

.player-legacy-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 4px 0 8px;
}

.legacy-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 0.8em;
    color: #c8ccd0;
    text-decoration: none;
    cursor: pointer;
}

.legacy-badge:hover {
    color: #e0e4e8;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.legacy-badge img {
    vertical-align: middle;
}

.legacy-badge .fa-certificate {
    color: #7fd3ff;
    font-size: 14px;
}

/* Seal icon styling */
.legacy-badge .seal-icon-img { vertical-align: middle; }

/* Family-tinted pill shells — subtle wash + border, badge stays primary */

/* Supporter / Revivalist — faint crimson wash, ceremonial trim */
.legacy-badge.seal-family-supporter {
    background: rgba(160, 40, 55, 0.10);
    border-color: rgba(180, 60, 75, 0.25);
}
.legacy-badge.seal-family-supporter:hover {
    background: rgba(160, 40, 55, 0.15);
}

/* Veteran / Year Club — faint navy wash, silver-adjacent trim */
.legacy-badge.seal-family-veteran {
    background: rgba(55, 80, 150, 0.10);
    border-color: rgba(150, 165, 195, 0.25);
}
.legacy-badge.seal-family-veteran:hover {
    background: rgba(55, 80, 150, 0.15);
}

/* Champion family — shared warm amber wash so all three read as one family */
.legacy-badge.seal-family-champion {
    background: rgba(190, 155, 50, 0.08);
    border-color: rgba(190, 155, 50, 0.22);
}
.legacy-badge.seal-family-champion:hover {
    background: rgba(190, 155, 50, 0.13);
}

/* Champion jewel accents — subtle border shift only, not enough to break family unity */
.legacy-badge.seal-champion-nw { border-color: rgba(60, 170, 100, 0.25); }
.legacy-badge.seal-champion-sz { border-color: rgba(65, 120, 200, 0.25); }
.legacy-badge.seal-champion-pop { border-color: rgba(140, 80, 190, 0.25); }

.legacy-badge-label {
    white-space: nowrap;
}

.player-handle-established {
    margin: 0;
    font-weight: 600;
    color: #7fd3ff;
}

.player-handle-description {
    margin: 8px 0 0;
    font-style: italic;
}

.btn-duel {
    margin-left: 6px;
    white-space: nowrap;
}

.players-history {
    margin-top: 10px;
}

.players-history-bucket {
    margin-bottom: 30px;
}

.players-history-bucket-label {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #90caf9;
    margin: 28px 0 14px;
    text-align: center;
}
