.TcLangPick_selector__fLSoW {
  position: relative;
}
.TcLangPick_trigger__8SZ1e {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  max-width: 100%;
  padding: 0 20px;
  border: 1.5px solid #0500ff;
  border-radius: 999px;
  background: transparent;
  color: #0500ff;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.2s, color 0.2s;
}
.TcLangPick_trigger__8SZ1e:hover { background: #0500ff; color: #fff; }
.TcLangPick_trigger__8SZ1e svg { flex-shrink: 0; }
.TcLangPick_dropdown__44XrE {
  z-index: 999999;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  padding: 20px;
  border: 1px solid rgba(5, 0, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 60px rgba(5, 0, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.TcLangPick_dropdown__44XrE[hidden] { display: none !important; }
.TcLangPick_code__XRXlH {
  font-size: 14px;
  font-weight: 500;
  flex: 0 0 auto;
}
.tc-lang-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  justify-items: center;
}
.TcLangPick_option__gKZt2 {
  position: relative;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 3px solid transparent;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.15s;
  -webkit-tap-highlight-color: transparent;
  flex-shrink: 0;
  box-sizing: content-box;
}
.TcLangPick_option__gKZt2:hover {
  transform: scale(1.08);
  border-color: rgba(5, 0, 255, 0.3);
}
.TcLangPick_optionActive__SV2Ev {
  border-color: #0500ff;
}
.tc-lang-flag {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160%;
  height: 160%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  display: block;
}
@media (max-width: 640px) {
  .TcLangPick_trigger__8SZ1e {
    min-height: 40px;
    padding: 0 16px;
    font-size: 13px;
  }
  .tc-lang-grid { gap: 10px; }
  .TcLangPick_option__gKZt2 { width: 48px; height: 48px; }
  .TcLangPick_dropdown__44XrE { padding: 14px; right: -40px; }
}
@media (max-width: 380px) {
  .TcLangPick_trigger__8SZ1e { padding: 0 12px; }
  .TcLangPick_option__gKZt2 { width: 40px; height: 40px; }
}
.TcProfView_page__l8YiI {
  min-height: 50vh;
  background: radial-gradient(
      circle at top left,
      rgba(5, 0, 255, 0.08),
      transparent 28%
    ),
    radial-gradient(
      circle at top right,
      rgba(65, 170, 255, 0.16),
      transparent 24%
    ),
    linear-gradient(180deg, #fbfdff, #eef4ff);
  color: var(--tc-ink);
}
.TcProfView_main__cQQQK {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 24px 128px;
}
.TcProfView_topbar__ydKKt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}
.TcProfView_topbarRight__lSCPM {
  display: flex;
  align-items: center;
  gap: 12px;
}
.TcProfView_title__6cntX {
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1;
  font-weight: 800;
}
.TcProfView_iconButton__Idabf {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(5, 0, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--tc-accent);
  box-shadow: 0 14px 30px rgba(5, 0, 255, 0.1);
}
.TcProfView_moreIcon__xRWsY {
  width: 20px;
  height: 20px;
}
.TcProfView_profileCard__qNnZG {
  padding: 28px;
  border: 1px solid rgba(5, 0, 255, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 50px rgba(31, 82, 197, 0.08);
  text-align: center;
}
.TcProfView_avatarWrap__HgB3d {
  position: relative;
  width: 110px;
  margin: 0 auto 16px;
}
.TcProfView_avatar__hcYA9 {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #edf3ff, #dbe8ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tc-accent);
}
.TcProfView_avatarIcon__3hX56 {
  width: 48px;
  height: 48px;
}
.TcProfView_editButton__P8LiM {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(5, 0, 255, 0.12);
  border-radius: 999px;
  background: var(--tc-paper);
  color: var(--tc-accent);
  box-shadow: 0 8px 18px rgba(5, 0, 255, 0.12);
}
.TcProfView_editIcon__bqCBe {
  width: 16px;
  height: 16px;
}
.TcProfView_name__TU87z {
  font-size: 28px;
  font-weight: 800;
}
.TcProfView_uidLine__D6KlH {
  margin-top: 8px;
  font-size: 16px;
  color: #64739b;
}
.TcProfView_group__QGsPS {
  margin-top: 24px;
}
.TcProfView_groupTitle__Q8paA {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 800;
}
.TcProfView_tiles__ZfzIN {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.TcProfView_tile__iuzaf {
  min-height: 118px;
  padding: 18px 14px;
  border: 1px solid rgba(5, 0, 255, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 36px rgba(31, 82, 197, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #41507a;
}
.TcProfView_tileIcon__PYx5d {
  width: 26px;
  height: 26px;
  color: var(--tc-accent);
}
.TcProfView_tile__iuzaf span {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 900px) {
  .TcProfView_tiles__ZfzIN {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .TcProfView_main__cQQQK {
    padding: 24px 12px 120px;
  }
  .TcProfView_title__6cntX {
    font-size: 22px;
  }
  .TcProfView_profileCard__qNnZG {
    padding: 24px 18px;
    border-radius: 24px;
  }
  .TcProfView_avatarWrap__HgB3d,
  .TcProfView_avatar__hcYA9 {
    width: 88px;
    height: 88px;
  }
  .TcProfView_avatarIcon__3hX56 {
    width: 38px;
    height: 38px;
  }
  .TcProfView_name__TU87z {
    font-size: 22px;
  }
  .TcProfView_uidLine__D6KlH {
    font-size: 14px;
  }
  .TcProfView_groupTitle__Q8paA {
    font-size: 18px;
  }
  .TcProfView_tiles__ZfzIN {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .TcProfView_tile__iuzaf {
    min-height: 104px;
    padding: 16px 12px;
    border-radius: 20px;
  }
  .TcProfView_tile__iuzaf span {
    font-size: 15px;
  }
}
.TcProfView_lockedSection__PE9xx {
  position: relative;
  overflow: hidden;
}
.TcProfView_blurredContent__v8LGk {
  filter: blur(7px);
  opacity: 0.78;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.TcProfView_previewOverlay__7PhHw {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  pointer-events: none;
}
.TcProfView_previewBadge__MbHNu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(5, 0, 255, 0.14);
  color: var(--tc-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(5, 0, 255, 0.12);
}
.TcProfView_previewNote__brdCX {
  max-width: 320px;
  text-align: center;
  color: #2b4270;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 767px) {
  .TcProfView_blurredContent__v8LGk {
    filter: blur(5px);
  }
  .TcProfView_previewNote__brdCX {
    max-width: 240px;
    font-size: 13px;
  }
}
