.LanguageSelector_selector__ZpUQ0 {
  position: relative
}

.LanguageSelector_option__9XQn_,.LanguageSelector_trigger__ncDxy {
  display: inline-flex;
  align-items: center;
  gap:8px
}

.LanguageSelector_trigger__ncDxy {
  min-height:44px;
  max-width:100%;
  padding:0 14px;
  border:1px solid rgba(5,0,255,.14);
  border-radius:999px;
  background: rgba(255,255,255,.96);
  color: var(--text-dark);
  cursor: pointer;
  box-shadow:0 8px 24px rgba(5,0,255,.08);
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent
}

.LanguageSelector_dropdown__UPepW {
  z-index:999999;
  max-width: min(220px,calc(100vw - 24px));
  padding:6px;
  border:1px solid rgba(5,0,255,.14);
  border-radius:18px;
  background: rgba(255,255,255,.98);
  box-shadow:0 16px 40px rgba(5,0,255,.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px)
}

.LanguageSelector_flag__0qPVf {
  font-size:16px;
  line-height:1;
  flex:0 0 auto
}

.LanguageSelector_code__8ojbC {
  font-size:14px;
  font-weight:700;
  letter-spacing:.04em;
  flex:0 0 auto
}

.LanguageSelector_chevron__KulAP {
  font-size:12px;
  color:#6d79a0;
  flex:0 0 auto
}

.LanguageSelector_option__9XQn_ {
  width:100%;
  min-height:40px;
  padding:0 12px;
  border:0;
  border-radius:12px;
  background: transparent;
  color: var(--text-dark);
  cursor: pointer;
  text-align: left;
  -webkit-tap-highlight-color: transparent
}

.LanguageSelector_optionActive__UzMSy,.LanguageSelector_option__9XQn_:hover {
  background: rgba(5,0,255,.06)
}

@media (max-width:640px) {
  .LanguageSelector_trigger__ncDxy {
    min-height:40px;
    padding:0 12px;
    gap:6px
  }

  .LanguageSelector_code__8ojbC {
    font-size:13px
  }
}

@media (max-width:380px) {
  .LanguageSelector_trigger__ncDxy {
    padding:0 10px
  }

  .LanguageSelector_code__8ojbC {
    font-size:12px
  }
}

.ProfilePage_page__9UeRt {
  min-height:50vh;
  background: radial-gradient(circle at top left,rgba(5,0,255,.08),transparent 28%),radial-gradient(circle at top right,rgba(65,170,255,.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,.12);
  border-radius:999px;
  background: rgba(255,255,255,.92);
  color: var(--primary-blue);
  box-shadow:0 14px 30px rgba(5,0,255,.1)
}

.ProfilePage_moreIcon__jwtm_ {
  width:20px;
  height:20px
}

.ProfilePage_profileCard__jZ5YP {
  padding:28px;
  border:1px solid rgba(5,0,255,.08);
  border-radius:30px;
  background: rgba(255,255,255,.92);
  box-shadow:0 20px 50px rgba(31,82,197,.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,.12);
  border-radius:999px;
  background: var(--white);
  color: var(--primary-blue);
  box-shadow:0 8px 18px rgba(5,0,255,.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,.08);
  border-radius:22px;
  background: rgba(255,255,255,.92);
  box-shadow:0 18px 36px rgba(31,82,197,.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:.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,.96);
  border:1px solid rgba(5,0,255,.14);
  color: var(--primary-blue);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform: uppercase;
  box-shadow:0 8px 24px rgba(5,0,255,.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
  }
}
