._wrapper_hdp21_1 {
  max-width: 850px;
  margin: 0 auto;
  padding: var(--spacing-lg);
}

._hero_hdp21_7 {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-lg);
}

._avatarWrapper_hdp21_14 {
  position: relative;
}

._flag_hdp21_18 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 20px;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

._heroInfo_hdp21_30 {
  min-width: 0;
}

._name_hdp21_34 {
  font-size: 26px;
  font-weight: 700;
  color: var(--main);
  margin: 0;
  line-height: 1.2;
}

._meta_hdp21_42 {
  font-size: 14px;
  color: var(--secondaryText);
  margin: 4px 0 0;
}

._statCardsRow_hdp21_48 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-xl);
}
@media (max-width: 700px) {
  ._statCardsRow_hdp21_48 {
    grid-template-columns: 1fr;
  }
}

._historyHeader_hdp21_60 {
  margin-bottom: var(--spacing-md);
}

._sectionTitle_hdp21_64 {
  font-size: 18px;
  font-weight: 600;
  color: var(--main);
  margin: 0;
}

._eventHeader_hdp21_71 {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
}

._eventDate_hdp21_77 {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--bgLight);
  border: 1px solid var(--border);
  text-align: center;
}

._eventDateMonth_hdp21_91 {
  font-size: 9px;
  font-weight: 700;
  color: var(--darker);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
}

._eventDateDay_hdp21_100 {
  font-size: 18px;
  font-weight: 700;
  color: var(--main);
  line-height: 1.1;
}

._eventInfo_hdp21_107 {
  flex: 1;
  min-width: 0;
}

._eventName_hdp21_112 {
  font-size: 15px;
  font-weight: 700;
  color: var(--main);
  margin: 0;
  line-height: 1.3;
}

._eventMeta_hdp21_120 {
  font-size: 13px;
  color: var(--secondaryText);
  margin: 2px 0 0;
}

._tournamentList_hdp21_126 {
  list-style: none;
  margin: var(--spacing-md) 0 0;
  padding: 0;
}

._tournamentRow_hdp21_132 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-sm);
  padding: var(--spacing-sm) 0;
  border-top: 1px solid var(--border);
}
._tournamentRow_hdp21_132:last-child {
  padding-bottom: 0;
}

._tournamentInfo_hdp21_144 {
  min-width: 0;
}

._teamName_hdp21_148 {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--darker);
}

._tournamentMeta_hdp21_155 {
  display: block;
  font-size: 12px;
  color: var(--secondaryText);
  margin-top: 2px;
}

._placement_hdp21_162 {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--bg);
  color: var(--darker);
}
._placement_hdp21_162._gold_hdp21_175 {
  background: rgba(255, 195, 26, 0.2);
  color: #8a6d00;
}
._placement_hdp21_162._silver_hdp21_179 {
  background: rgba(160, 160, 160, 0.2);
  color: #5c5c5c;
}
._placement_hdp21_162._bronze_hdp21_183 {
  background: rgba(205, 127, 50, 0.2);
  color: #8a4b12;
}