.athlete-card {
  width: 100%;
}

.athlete-card-content {
  border-radius: 12px;
}

.athlete-stats-section {
  width: 100%;
  padding: 10px 0;
}

.efficiency-rings-container {
  width: 100%;
  max-width: 420px;
  min-height: 150px;
  margin: 0 auto;
}

.athlete-main-section {
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  gap: 24px;
  border-radius: 12px;
}

.athlete-image-wrapper {
  position: relative;
  flex-shrink: 0;
}

.athlete-image {
  width: 240px;
  height: 240px;
  object-fit: cover;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(10, 37, 64, 0.15));
}

.athlete-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.partner-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.partner-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.partner-label i {
  font-size: 12px;
  color: #3B82F6;
}

.partner-athlete-image-wrapper {
  position: relative;
  flex-shrink: 0;
  width: 120px;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  box-shadow: 
    0 4px 16px rgba(10, 37, 64, 0.12),
    0 2px 4px rgba(10, 37, 64, 0.08);
}

.athlete-partner-image {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}

.partner-athlete-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  padding: 8px 0;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(135deg, #0A2540 0%, #1e3a5f 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(10, 37, 64, 0.15);
}

.partner-name {
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-align: center;
  line-height: 1.3;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.athlete-info-bar {
  display: flex;
  border-radius: 0 0 12px 12px;
  align-items: center;
  width: 100%;
  background: linear-gradient(135deg, #0A2540 0%, #1e3a5f 100%);
  padding: 12px 20px;
  gap: 16px;
}

.info-bar-accent {
  width: 4px;
  height: 32px;
  background: #dc2626;
  border-radius: 2px;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(220, 38, 38, 0.4);
}

.athlete-name {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.flag-nation-container {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding-left: 12px;
}

.nation-flag {
  height: 32px;
  width: auto;
  border-radius: 4px;
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.nation-code {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  text-transform: uppercase;
}

.image-error {
  color: #dc2626;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  background: rgba(220, 38, 38, 0.05);
  border-radius: 12px;
}

.athlete-more-info {
  padding: 16px 20px;
}

.athlete-identity-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.identity-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.identity-value {
  font-size: 16px;
  font-weight: 600;
  color: #0A2540;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.medals-category {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.medals-title {
  font-size: 12px;
  font-weight: 600;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.medals-row {
  display: flex;
  gap: 16px;
  align-items: center;
}

.medal-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #0A2540;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.medal-item i {
  font-size: 20px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #64748B;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  flex-direction: column;
}

.medal-gold {
  color: #FFD700;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.medal-silver {
  color: #C0C0C0;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.1));
}

.medal-bronze {
  color: #CD7F32;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

@media (max-width: 991px) {
  .efficiency-rings-container {
    max-width: 100%;
    min-height: 130px;
  }

  .athlete-image {
    width: 180px;
    height: 180px;
  }

  .partner-athlete-image-wrapper,
  .partner-athlete-bar {
    width: 110px;
  }

  .athlete-partner-image {
    height: 110px;
  }
}

@media (max-width: 576px) {
  .efficiency-rings-container {
    max-width: 100%;
    min-height: 120px;
  }

  .athlete-main-section {
    gap: 16px;
  }

  .athlete-image {
    width: 150px;
    height: 150px;
  }

  .partner-athlete-image-wrapper,
  .partner-athlete-bar {
    width: 95px;
  }

  .athlete-partner-image {
    height: 95px;
  }

  .partner-label {
    font-size: 9px;
    margin-bottom: 6px;
  }

  .partner-athlete-bar {
    padding: 6px 10px;
  }

  .partner-name {
    font-size: 10px;
  }

  .athlete-info-bar {
    padding: 10px 15px;
    gap: 12px;
  }

  .athlete-name {
    font-size: 14px;
    white-space: normal;
  }

  .flag-nation-container {
    padding-left: 0;
  }

  .nation-flag {
    height: 24px;
  }

  .nation-code {
    font-size: 14px;
  }

  .info-bar-accent {
    height: 24px;
  }

  .athlete-more-info {
    padding: 12px 15px;
  }

  .athlete-identity-row {
    gap: 16px;
  }

  .identity-value {
    font-size: 14px;
  }

  .medals-row {
    gap: 12px;
  }

  .medal-item {
    font-size: 14px;
  }

  .medal-item i {
    font-size: 18px;
  }
}
