/* Player identity and stat modules; shared topic controls live in team.css. */
.player-page .pp-banner {height:235px;position:relative;border-radius:16px;overflow:hidden;background:linear-gradient(115deg,#172730,#334155)}
.player-page .pp-banner:after {content:'';position:absolute;inset:0;background:linear-gradient(180deg,#0a0c0f0d,#0a0c0f73);pointer-events:none}
.player-page .pp-banner-image {width:100%;height:100%;object-fit:cover}
.player-page .pp-identity {position:relative;padding:0 20px 10px}
.player-page .pp-photo {position:relative;display:grid;place-items:center;width:100px;height:100px;border-radius:50%;overflow:hidden;border:4px solid var(--team-bg);margin:-42px 0 12px;background:#176da1;color:white;font-size:36px;font-weight:850}
.player-page .pp-photo img {width:100%;height:100%;object-fit:cover}
.player-page .pp-identity h1 {font-size:32px;font-weight:900;letter-spacing:-.7px;line-height:1.2;margin-bottom:8px}
.player-page .pp-meta {display:flex;gap:8px;align-items:center;font-size:14px;color:rgba(var(--team-rgb),.6);font-weight:750;flex-wrap:wrap}
.player-page .pp-meta .team-crest {width:21px;height:21px}
.player-page .pp-facts {display:flex;gap:20px;overflow-x:auto;padding:5px 0 22px;border-bottom:1px solid rgba(var(--team-rgb),.15)}
.player-page .pp-fact {flex:none;padding-right:20px;border-right:1px solid rgba(var(--team-rgb),.15)}
.player-page .pp-fact:last-child {border:0;padding:0}
.player-page .pp-fact small {display:block;font-size:10px;font-weight:850;letter-spacing:.8px;color:rgba(var(--team-rgb),.48);margin-bottom:7px}
.player-page .pp-fact b,.player-page .pp-fact a {display:flex;align-items:center;gap:7px;font-size:15px;font-weight:850;white-space:nowrap}
.player-page .pp-fact .team-crest {height:19px;width:19px}
.player-page .pp-hooks {padding:24px 0;border-bottom:1px solid rgba(var(--team-rgb),.15);touch-action:pan-y}
.player-page .pp-hooks p {font-size:19px;line-height:1.65;margin:9px 0}
.player-page .pp-last-game {max-width:850px;margin-top:22px}
.player-page .pp-last-stats {width:100%;display:flex;align-items:center;justify-content:flex-start;text-align:left;gap:12px;padding:13px 0;line-height:1.6}
.player-page .pp-last-stats strong {font-size:11px;letter-spacing:.5px;white-space:nowrap}
.player-page .pp-last-stats span {font-size:14px;color:rgba(var(--team-rgb),.6);font-weight:750}
.player-page .pp-last-stats .team-row-arrow {margin-left:auto}
.player-page .pp-stat-row {display:flex;justify-content:space-between;gap:20px;padding:13px 7px;border-bottom:1px solid rgba(var(--team-rgb),.1);font-size:16px;transition:background .18s ease}
.player-page .pp-stat-row span {color:rgba(var(--team-rgb),.7)}
.player-page .pp-stat-row b {font-size:17px;font-weight:850;white-space:nowrap}
.player-page .pp-stat-row:hover {background:rgba(var(--team-rgb),.045)}
.player-page .pp-game-log {margin-top:32px}
.player-page .pp-log-row {display:flex;align-items:center;gap:15px;min-height:76px;padding:15px 8px;border-bottom:1px solid rgba(var(--team-rgb),.1);transition:background .18s ease}
.player-page a.pp-log-row:hover {background:rgba(var(--team-rgb),.045)}
.player-page .pp-log-copy {flex:1;min-width:0}
.player-page .pp-log-title {display:flex;flex-wrap:wrap;align-items:baseline;gap:10px;font-size:16px;font-weight:800}
.player-page .pp-log-copy p {font-size:13px;font-weight:700;line-height:1.65;color:rgba(var(--team-rgb),.5);margin-top:5px}
.player-page .pp-log-row time {font-size:12px;font-weight:750;color:rgba(var(--team-rgb),.5);white-space:nowrap}
.player-page .pp-result-win {color:#15803d}.player-page .pp-result-loss {color:#dc2626}
.player-page .pp-paywall {display:flex;flex-direction:column;align-items:center;gap:15px;padding:70px 20px;text-align:center}
.player-page .pp-paywall svg {height:24px;width:24px;fill:none;stroke:rgba(var(--team-rgb),.45);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.player-page .pp-paywall button {font-size:17px;font-weight:850;line-height:1.6;color:rgba(var(--team-rgb),.75)}
.player-page .pp-paywall u {color:var(--team-ink);text-underline-offset:3px}
.player-page .pp-no-stats {grid-column:1/-1;text-align:center;padding:70px 0}
@media(max-width:600px){.player-page .pp-banner{height:200px}.player-page .pp-identity{padding-inline:12px}.player-page .pp-photo{width:82px;height:82px;margin-top:-32px}.player-page .pp-identity h1{font-size:27px}.player-page .pp-meta{font-size:12px}.player-page .pp-last-stats{flex-wrap:wrap;gap:5px 8px}.player-page .pp-last-stats span{font-size:12px}.player-page .pp-log-row{gap:10px}.player-page .pp-log-title{font-size:14px}.player-page .pp-log-copy p{font-size:12px}.player-page .pp-facts{gap:16px}.player-page .pp-fact{padding-right:16px}}
.player-page .pp-paywall button {display:block}
.player-page .pp-banner {z-index:0}
.player-page .pp-identity {z-index:1}
.player-page .pp-photo img {opacity:1!important}
