._inner_g2qtp_1 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  flex-shrink: 0;
}

._stickyHeader_g2qtp_8 {
  position: sticky;
  top: calc(var(--spacing-lg) * -1);
  z-index: 3;
  background: #fff;
  margin: calc(var(--spacing-lg) * -1) calc(var(--spacing-lg) * -1) 0;
  padding: var(--spacing-md) var(--spacing-lg);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

._dragZone_g2qtp_18 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(var(--spacing-sm) * -1);
  padding: var(--spacing-xs) 0 var(--spacing-sm);
  touch-action: none;
  user-select: none;
  cursor: grab;
}

._closeBtn_g2qtp_29 {
  position: absolute;
  top: var(--spacing-md);
  right: var(--spacing-md);
  background: none;
  border: none;
  padding: 4px;
  line-height: 0;
  color: var(--secondaryText);
  cursor: pointer;
}
._closeBtn_g2qtp_29:hover {
  color: var(--darker);
}

._dragHandle_g2qtp_44 {
  width: 44px;
  height: 5px;
  border-radius: 3px;
  background: var(--border);
}

._header_g2qtp_51 {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  padding-right: 28px;
}

._avatarWrapper_g2qtp_58 {
  position: relative;
  flex-shrink: 0;
}
._avatarWrapper_g2qtp_58 ._flag_g2qtp_62 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 12px;
  background-size: 100%;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

._headerInfo_g2qtp_73 {
  min-width: 0;
}

._name_g2qtp_77 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

._fullProfileLink_g2qtp_89 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: var(--spacing-sm);
  font-size: 13px;
  font-weight: 600;
  color: var(--darker);
  text-decoration: none;
}
._fullProfileLink_g2qtp_89 svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
._fullProfileLink_g2qtp_89:hover {
  text-decoration: underline;
}

._statsGrid_g2qtp_108 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-md);
}

._stat_g2qtp_108 {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: var(--spacing-md);
  background: var(--bg);
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

._statLabel_g2qtp_125 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 500;
  color: var(--secondaryText);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._statValue_g2qtp_136 {
  font-size: 20px;
  font-weight: 700;
  color: var(--darker);
  line-height: 1.2;
}

._statSub_g2qtp_143 {
  font-size: 11px;
  color: var(--secondaryText);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._sectionTitle_g2qtp_151 {
  margin: 0 0 var(--spacing-sm);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--secondaryText);
}

._list_g2qtp_160 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

._rankingRow_g2qtp_168 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-md);
  padding: var(--spacing-sm) 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
}
._rankingRow_g2qtp_168:last-child {
  border-bottom: none;
}

._rankingDivision_g2qtp_181 {
  font-weight: 500;
  color: var(--mainText);
}

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

._rankBadge_g2qtp_193 {
  font-weight: 700;
  font-size: 12px;
  padding: 2px var(--spacing-sm);
  border-radius: 4px;
  background: var(--bg);
  color: var(--mainText);
}
._rankBadge_g2qtp_193._gold_g2qtp_201 {
  background: #fff5cc;
}
._rankBadge_g2qtp_193._silver_g2qtp_204 {
  background: #eef1f4;
}
._rankBadge_g2qtp_193._bronze_g2qtp_207 {
  background: #f7e8d8;
}

._resultRow_g2qtp_211 {
  display: flex;
  align-items: baseline;
  gap: var(--spacing-sm);
  padding: var(--spacing-sm) 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
}
._resultRow_g2qtp_211:last-child {
  border-bottom: none;
}

._medal_g2qtp_223 {
  flex-shrink: 0;
}

._resultInfo_g2qtp_227 {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

._resultTitle_g2qtp_234 {
  font-weight: 500;
  color: var(--mainText);
}

._resultMeta_g2qtp_239 {
  font-size: 12px;
  color: var(--secondaryText);
}

._loading_g2qtp_244 {
  display: flex;
  justify-content: center;
  padding: var(--spacing-lg) 0;
}

._emptyNote_g2qtp_250 {
  margin: 0;
  color: var(--secondaryText);
  font-size: 14px;
}._profileRow_btbev_1 {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm, 8px);
  flex-grow: 1;
}
._profileRow_btbev_1._clickable_btbev_7 {
  cursor: pointer;
}

._avatarWrapper_btbev_11 {
  display: flex;
  align-items: center;
  position: relative;
}
._avatarWrapper_btbev_11 ._flag_btbev_16 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 11px;
  background-size: 100%;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

._content_btbev_27 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  flex-grow: 1;
}

._name_btbev_35 {
  font-weight: 500;
}

._profileLink_btbev_39 {
  color: inherit;
  text-decoration: none;
}
._profileLink_btbev_39:hover {
  text-decoration: underline;
}

._number_btbev_47 {
  color: var(--secondaryText, #767676);
}

._role_btbev_51 {
  opacity: 0.6;
  font-size: 0.85em;
}

._extra_btbev_56 {
  font-size: 0.85em;
  opacity: 0.75;
}

._right_btbev_61 {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--spacing-md);
}

._rankBadge_btbev_69 {
  font-size: 12px;
  font-weight: 700;
  padding: var(--spacing-sm);
  border-radius: 4px;
  background: var(--bg);
  color: var(--mainText);
  white-space: nowrap;
}