
  .profile-container { max-width: 1200px; margin: 0 auto; padding: 20px; line-height: 1.8; color: #333; font-family: 'Arial', sans-serif; }
  .profile-row { display: flex; align-items: flex-start; gap: 40px; margin-bottom: 50px; }
  .profile-img { flex: 1; }
  .profile-content { flex: 1.5; }
  .profile-h2 { font-size: 28px; color: #222; margin-bottom: 20px; font-weight: 700; border-bottom: 2px solid #222; display: inline-block; padding-bottom: 5px; }
  .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 40px 0; background: #f4f4f4; padding: 30px; }
  .stat-card { text-align: center; border-right: 1px solid #ddd; }
  .stat-card:last-child { border-right: none; }
  .stat-num { font-size: 32px; font-weight: bold; color: #000; display: block; }
  .stat-label { font-size: 14px; text-transform: uppercase; color: #666; }
  .history-list { list-style: none; padding: 0; }
  .history-item { margin-bottom: 20px; display: flex; }
  .history-year { font-weight: bold; width: 120px; color: #000; flex-shrink: 0; }
