.LanguageSelector_selector__ZpUQ0 {
  position: relative;
}
.LanguageSelector_trigger__ncDxy {
  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;
}
.LanguageSelector_trigger__ncDxy:hover { background: #0500ff; color: #fff; }
.LanguageSelector_trigger__ncDxy svg { flex-shrink: 0; }
.LanguageSelector_dropdown__UPepW {
  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);
}
.LanguageSelector_dropdown__UPepW[hidden] { display: none !important; }
.LanguageSelector_code__8ojbC {
  font-size: 14px;
  font-weight: 500;
  flex: 0 0 auto;
}
.tw-lang-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  justify-items: center;
}
.LanguageSelector_option__9XQn_ {
  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;
}
.LanguageSelector_option__9XQn_:hover {
  transform: scale(1.08);
  border-color: rgba(5, 0, 255, 0.3);
}
.LanguageSelector_optionActive__UzMSy {
  border-color: #0500ff;
}
.tw-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) {
  .LanguageSelector_trigger__ncDxy {
    min-height: 40px;
    padding: 0 16px;
    font-size: 13px;
  }
  .tw-lang-grid { gap: 10px; }
  .LanguageSelector_option__9XQn_ { width: 48px; height: 48px; }
  .LanguageSelector_dropdown__UPepW { padding: 14px; right: -40px; }
}
@media (max-width: 380px) {
  .LanguageSelector_trigger__ncDxy { padding: 0 12px; }
  .LanguageSelector_option__9XQn_ { width: 40px; height: 40px; }
}
.ProfilePage_page__9UeRt {
  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(--text-dark);
}
.ProfilePage_main__iaZxT {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 24px 128px;
}
.ProfilePage_topbar__seFxe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}
.ProfilePage_topbarRight__jYOPJ {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ProfilePage_title__0LsGl {
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1;
  font-weight: 800;
}
.ProfilePage_iconButton__5_WMG {
  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(--primary-blue);
  box-shadow: 0 14px 30px rgba(5, 0, 255, 0.1);
}
.ProfilePage_moreIcon__jwtm_ {
  width: 20px;
  height: 20px;
}
.ProfilePage_profileCard__jZ5YP {
  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;
}
.ProfilePage_avatarWrap__6Rzd4 {
  position: relative;
  width: 110px;
  margin: 0 auto 16px;
}
.ProfilePage_avatar__0YLmp {
  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(--primary-blue);
}
.ProfilePage_avatarIcon__OC2WL {
  width: 48px;
  height: 48px;
}
.ProfilePage_editButton__qMGeR {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(5, 0, 255, 0.12);
  border-radius: 999px;
  background: var(--white);
  color: var(--primary-blue);
  box-shadow: 0 8px 18px rgba(5, 0, 255, 0.12);
}
.ProfilePage_editIcon__P2HQi {
  width: 16px;
  height: 16px;
}
.ProfilePage_name__Vhmvv {
  font-size: 28px;
  font-weight: 800;
}
.ProfilePage_uidLine__Gk9nf {
  margin-top: 8px;
  font-size: 16px;
  color: #64739b;
}
.ProfilePage_group__P_xi_ {
  margin-top: 24px;
}
.ProfilePage_groupTitle__AWzFF {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 800;
}
.ProfilePage_tiles__EW8dL {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.ProfilePage_tile__r2YWJ {
  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;
}
.ProfilePage_tileIcon__yijau {
  width: 26px;
  height: 26px;
  color: var(--primary-blue);
}
.ProfilePage_tile__r2YWJ span {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 900px) {
  .ProfilePage_tiles__EW8dL {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .ProfilePage_main__iaZxT {
    padding: 24px 12px 120px;
  }
  .ProfilePage_title__0LsGl {
    font-size: 22px;
  }
  .ProfilePage_profileCard__jZ5YP {
    padding: 24px 18px;
    border-radius: 24px;
  }
  .ProfilePage_avatarWrap__6Rzd4,
  .ProfilePage_avatar__0YLmp {
    width: 88px;
    height: 88px;
  }
  .ProfilePage_avatarIcon__OC2WL {
    width: 38px;
    height: 38px;
  }
  .ProfilePage_name__Vhmvv {
    font-size: 22px;
  }
  .ProfilePage_uidLine__Gk9nf {
    font-size: 14px;
  }
  .ProfilePage_groupTitle__AWzFF {
    font-size: 18px;
  }
  .ProfilePage_tiles__EW8dL {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .ProfilePage_tile__r2YWJ {
    min-height: 104px;
    padding: 16px 12px;
    border-radius: 20px;
  }
  .ProfilePage_tile__r2YWJ span {
    font-size: 15px;
  }
}
.ProfilePage_lockedSection__ttX7u {
  position: relative;
  overflow: hidden;
}
.ProfilePage_blurredContent__yS3ij {
  filter: blur(7px);
  opacity: 0.78;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.ProfilePage_previewOverlay__XuvPG {
  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;
}
.ProfilePage_previewBadge__PIvaZ {
  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(--primary-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(5, 0, 255, 0.12);
}
.ProfilePage_previewNote__l_Y80 {
  max-width: 320px;
  text-align: center;
  color: #2b4270;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ProfilePage_blurredContent__yS3ij {
    filter: blur(5px);
  }
  .ProfilePage_previewNote__l_Y80 {
    max-width: 240px;
    font-size: 13px;
  }
}
