.player-profile-card{background:#fff;border-radius:5px;overflow:hidden;border:1px solid #e8e8e8}
.player-profile__header{background:#339966;padding:20px 24px;display:flex;align-items:center;gap:16px;position:relative;overflow:hidden}
.player-profile__header::before{display:none}
.player-profile__header::after{display:none}
.player-profile__sport-icon{width:64px;height:64px;background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.35);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;flex-shrink:0}
.player-profile__sport-icon--football::before{content:'⚽'}
.player-profile__sport-icon--basketball::before{content:'🏀'}
.player-profile__logo{width:72px;height:72px;border-radius:50%;border:2px solid rgba(255,255,255,0.45);background:#fff;object-fit:contain;flex-shrink:0;padding:4px}
.player-profile__identity{flex:1}
.player-profile__name{font-size:22px;font-weight:700;color:#fff;margin:0 0 4px 0}
.player-profile__name-en{font-size:13px;color:rgba(255,255,255,0.8);font-weight:400}
.player-profile__position{display:inline-flex;align-items:center;gap:4px;background:rgba(255,255,255,0.14);padding:4px 12px;border-radius:16px;font-size:12px;color:#fff;font-weight:500;margin-top:6px}
.player-profile__body{padding:20px 24px}
.player-profile__section{margin-bottom:20px}
.player-profile__section:last-child{margin-bottom:0}
.player-profile__section-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#333;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}
.player-profile__section-title::before{content:'';width:4px;height:16px;background:#339966;border-radius:2px}
.player-profile__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.player-profile__item{background:#f8f9fa;border:1px solid #f0f0f0;border-radius:5px;padding:12px 14px;transition:all 0.2s ease}
.player-profile__item:hover{background:#f0f7f4;border-color:#3ab276}
.player-profile__label{font-size:12px;color:#999;margin-bottom:4px}
.player-profile__value{font-size:14px;color:#333;font-weight:500;line-height:1.4}
.player-profile__value--highlight{color:#339966;font-weight:600}
.player-profile__value:empty::before,.player-profile__value--empty::before{content:'-';color:#ccc}
.player-profile__highlight-box{background:#f0f7f4;border:1px solid #c8e6d7;border-radius:5px;padding:14px 16px;display:flex;align-items:center;gap:12px}
.player-profile__highlight-icon{width:40px;height:40px;background:#339966;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}
.player-profile__highlight-content{flex:1}
.player-profile__highlight-label{font-size:12px;color:#666;margin-bottom:2px}
.player-profile__highlight-value{font-size:16px;font-weight:600;color:#333}
.player-profile__national-team{display:flex;align-items:center;gap:14px;background:#fff6df;border:1px solid #ffe4a3;border-radius:5px;padding:14px 16px}
.player-profile__national-flag{width:44px;height:44px;background:#F8B62A;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.player-profile__national-info{flex:1}
.player-profile__national-name{font-size:15px;font-weight:600;color:#333;margin-bottom:2px}
.player-profile__national-stats{font-size:13px;color:#666}
.player-profile__national-stats strong{color:#F8B62A;font-weight:600}
@media (max-width:768px){
.player-profile__header{flex-direction:column;text-align:center;padding:16px}
.player-profile__number{width:52px;height:52px;font-size:22px}
.player-profile__name{font-size:18px}
.player-profile__body{padding:16px}
.player-profile__grid{grid-template-columns:1fr}
.player-profile__national-team{flex-direction:column;text-align:center}
}
.detail-layout{gap:15px}
.detail-layout .leftDIV845{margin-right:0!important}
.detail-layout .rightDIV{width:340px}
