.profile-header{display:flex;gap:20px;align-items:center;margin-bottom:24px}
.profile-avatar{width:80px;height:80px;border-radius:50%;background:var(--accent-gold);display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#000;flex-shrink:0}
.profile-info{flex:1}
.profile-name{font-size:24px;font-weight:700}
.profile-meta{display:flex;gap:8px;color:var(--text-muted);font-size:13px}
.profile-stats{display:flex;gap:24px;margin:16px 0}
.profile-stat{text-align:center}
.profile-stat-value{font-size:20px;font-weight:700;color:var(--accent-gold)}
.profile-stat-label{font-size:12px;color:var(--text-muted)}