.player-profile-heading{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:36px;align-items:center;margin:22px 0 30px}
.player-profile-heading .page-heading{margin:0}
.player-portrait{width:190px;margin:0;min-width:0}
.player-portrait img,.portrait-initials{display:block;width:100%;height:208px;object-fit:cover;object-position:center 24%;border-radius:20px;border:1px solid var(--border);background:var(--soft)}
.portrait-initials{display:grid;place-items:center;font-size:3.5rem;font-weight:800;letter-spacing:-.06em;color:var(--accent);background:linear-gradient(145deg,var(--soft),var(--panel));font-variant-numeric:tabular-nums}
.player-portrait figcaption{font-size:10px;line-height:1.45;color:var(--muted);padding:5px 2px 0;overflow-wrap:anywhere}.portrait-credit details{position:relative}.portrait-credit summary{display:inline-grid;place-items:center;width:22px;height:22px;border:1px solid var(--border);border-radius:50%;cursor:pointer;color:var(--accent);font-size:13px;list-style:none}.portrait-credit summary::-webkit-details-marker{display:none}.portrait-credit details>div{position:absolute;z-index:5;left:0;top:28px;width:240px;padding:10px 12px;background:var(--panel);border:1px solid var(--border);border-radius:9px;box-shadow:0 10px 30px #0002;line-height:1.5}.portrait-credit details>div span{display:block}
.player-portrait figcaption span{display:block}
.player-portrait figcaption a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}
.portrait-changes{opacity:.8;margin-top:2px}
.player-portrait--compact{width:104px}
.player-portrait--compact img,.player-portrait--compact .portrait-initials{height:116px;border-radius:14px}
.player-portrait--compact .portrait-initials{font-size:2rem}
.player-portrait--fallback figcaption{font-size:11px;text-align:center}
@media(max-width:640px){.player-profile-heading{grid-template-columns:minmax(0,1fr) 104px;gap:18px;align-items:start}.player-profile-heading .player-portrait{width:104px}.player-profile-heading .player-portrait img,.player-profile-heading .portrait-initials{height:124px;border-radius:14px}.player-profile-heading .portrait-initials{font-size:2.4rem}.player-portrait figcaption{font-size:9px}}
