.player-profile-page{--pp-navy: #121a4a;--pp-navy-mid: #18225a;--pp-blue: #0948df;--pp-gold: #faab28;--pp-surface: #f4f6fb;--pp-card: #ffffff;--pp-muted: #5c6478;padding:0 0 3rem;background:linear-gradient(180deg,var(--pp-surface) 0%,#fff 42%);box-sizing:border-box}.player-profile-page *{box-sizing:border-box}.player-profile-shell{max-width:1120px;margin:0 auto;padding:1.25rem 1.5rem 0}.player-profile-back{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:1.25rem;font-size:.9rem;font-weight:600;color:var(--pp-blue);text-decoration:none;transition:opacity .15s ease}.player-profile-back:hover{opacity:.85;text-decoration:underline}.player-profile-hero{display:grid;grid-template-columns:minmax(200px,280px) 1fr;gap:2rem 2.5rem;align-items:start;padding:2rem 2rem 2.25rem;background:var(--pp-card);border-radius:20px;box-shadow:0 1px #18225a0f,0 12px 40px #18225a14;border:1px solid rgba(24,34,90,.08);margin-bottom:2rem}.player-profile-avatar-wrap{position:relative;width:100%;max-width:280px;aspect-ratio:1;border-radius:50%;overflow:hidden;background:linear-gradient(145deg,#eef1fb,#e2e8f7);box-shadow:0 0 0 4px #faab2859,0 0 0 8px #0948df1f,0 16px 32px #121a4a26}.player-profile-avatar-wrap img{width:100%;height:100%;object-fit:cover}.player-profile-hero-main{min-width:0;display:flex;flex-direction:column;gap:1.25rem}.player-profile-title-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem 1rem}.player-profile-title{font-family:Titillium,sans-serif;font-size:clamp(1.65rem,4vw,2.35rem);font-weight:700;color:var(--pp-navy-mid);margin:0;line-height:1.12;letter-spacing:.02em;text-transform:uppercase}.player-profile-jersey{display:inline-block;padding:0;font-family:Titillium,sans-serif;font-size:clamp(2.75rem,7vw,4.25rem);font-weight:800;font-variant-numeric:tabular-nums;color:#0a0a0a;letter-spacing:-.03em;line-height:1}.player-profile-chips{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.65rem}.player-profile-chip{display:flex;flex-direction:column;gap:.15rem;padding:.55rem .85rem;min-width:5.5rem;background:var(--pp-surface);border-radius:12px;border:1px solid rgba(24,34,90,.08)}.player-profile-chip-label{font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--pp-muted)}.player-profile-chip-value{font-size:.95rem;font-weight:600;color:var(--pp-navy-mid)}.player-profile-chip--nac{min-width:6.75rem;flex:0 1 auto}.player-profile-next-game-card{padding:1rem 1.15rem;border-radius:14px;background:linear-gradient(135deg,#0948df14,#18225a0d);border:1px solid rgba(9,72,223,.2)}.player-profile-next-game-label{display:block;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--pp-navy-mid);margin-bottom:.5rem}.player-profile-next-game-matchup{margin:0 0 .35rem;font-size:1.05rem;font-weight:700;color:var(--pp-navy);line-height:1.35}.player-profile-next-game-vs{font-weight:800;color:var(--pp-blue);text-transform:uppercase;font-size:.85em}.player-profile-next-game-role{font-weight:600;color:var(--pp-muted);font-size:.92rem}.player-profile-next-game-when{margin:0;font-size:.92rem;font-weight:500;color:var(--pp-muted)}.player-profile-next-game-empty{margin:0;font-size:.95rem;color:var(--pp-muted)}.player-profile-stats-block{margin-top:.5rem}.player-profile-stats-heading{font-family:Titillium,sans-serif;font-size:1.35rem;font-weight:700;color:var(--pp-navy-mid);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:3px solid var(--pp-gold);display:inline-block}.player-profile-stats-subheading{font-family:Titillium,sans-serif;font-size:1.12rem;font-weight:700;color:var(--pp-navy-mid);margin:0 0 .85rem;padding-bottom:.35rem;border-bottom:2px solid rgba(250,171,40,.45)}.player-profile-stats-subheading--after-pitching{margin-top:1.75rem}.player-profile-stats-inner{background:var(--pp-card);border-radius:16px;border:1px solid rgba(24,34,90,.08);padding:.5rem;box-shadow:0 8px 24px #18225a0f}.player-profile-stats-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px}.player-profile-stats-table{width:100%;border-collapse:collapse;font-size:.9rem}.player-profile-stats-table th,.player-profile-stats-table td{padding:.65rem .85rem;text-align:left;border-bottom:1px solid #eceef5}.player-profile-stats-table th{background:linear-gradient(180deg,#f0f3fb,#e8ecf8);font-weight:700;color:var(--pp-navy-mid);font-size:.78rem;letter-spacing:.04em}.player-profile-stats-table tbody tr:hover td{background:#0948df0a}.player-profile-no-stats{color:var(--pp-muted);padding:1.5rem;text-align:center;margin:0}@media(max-width:768px){.player-profile-shell{padding:1rem 1rem 0}.player-profile-hero{grid-template-columns:1fr;padding:1.5rem 1.25rem;text-align:center}.player-profile-avatar-wrap{margin:0 auto;max-width:220px}.player-profile-title-row{justify-content:center;flex-direction:column;align-items:center}.player-profile-chips{justify-content:center}.player-profile-chip{min-width:0;flex:1 1 calc(50% - .65rem);max-width:200px}.player-profile-chip--nac{flex:1 1 calc(50% - .65rem);max-width:200px}.player-profile-next-game-card{text-align:left}.player-profile-stats-table{font-size:.8rem;min-width:560px}.player-profile-stats-inner{padding:.25rem}}@media(max-width:480px){.player-profile-avatar-wrap{max-width:180px}.player-profile-chip{flex:1 1 calc(50% - .65rem);max-width:none;min-width:0}.player-profile-chip--nac{flex:1 1 calc(50% - .65rem)}.player-profile-stats-table{font-size:.75rem;min-width:480px}}
