/* TVASHTAR 2026-05-25: premium dark dashboard for /wpm/settings/profile/ */
body.postid-4093 {
  background: #050505 !important;
}

body.postid-4093 .lesson-tabs,
body.postid-4093 .lesson-tabs.white-tabs,
body.postid-4093 .lesson-tabs.bordered-tabs,
body.postid-4093 .lesson-tabs .tab-content,
body.postid-4093 .lesson-tabs .tab-pane,
body.postid-4093 .lesson-tabs .content-wrap {
  background: #050505 !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.postid-4093 .lesson-tabs .tab-content,
body.postid-4093 .lesson-tabs .content-wrap {
  padding: 0 !important;
}

.jt-profile-dashboard,
.jt-profile-dashboard * {
  box-sizing: border-box;
}

.jt-profile-dashboard {
  --jt-bg: #050505;
  --jt-card: #0D1016;
  --jt-card-soft: #11151d;
  --jt-line: rgba(255, 255, 255, .095);
  --jt-line-red: rgba(255, 59, 59, .36);
  --jt-red: #FF3B3B;
  --jt-red-deep: #9f151a;
  --jt-text: #E5E7EB;
  --jt-muted: rgba(229, 231, 235, .62);
  width: min(1420px, calc(100vw - 40px));
  max-width: none;
  margin: 30px auto 54px;
  margin-left: 50%;
  transform: translateX(-50%);
  color: var(--jt-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.jt-profile-card {
  position: relative;
  border: 1px solid var(--jt-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 59, 59, .18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012)),
    var(--jt-card);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .46), inset 0 1px 0 rgba(255, 255, 255, .04);
  overflow: hidden;
  transition: border-color .16s ease, background-color .16s ease;
}

.jt-profile-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.08) 18%, transparent 36%);
  transform: translateX(-130%);
  transition: transform .75s ease;
  pointer-events: none;
}

.jt-profile-card:hover {
  border-color: var(--jt-line);
}

.jt-profile-card:hover::before {
  transform: translateX(-130%);
}

.jt-profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 34px;
  align-items: center;
  min-height: 266px;
  padding: 52px 56px;
  border-color: rgba(255, 59, 59, .28);
}

.jt-profile-hero__main {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 38px;
  align-items: center;
  min-width: 0;
}

.jt-profile-avatar-shell {
  position: relative;
  width: 132px;
  height: 132px;
}

.jt-profile-hero__avatar {
  display: block;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid rgba(255, 255, 255, .9);
  box-shadow: 0 0 0 1px rgba(255, 59, 59, .45), 0 0 36px rgba(255, 59, 59, .22);
}

.jt-profile-avatar-shell__edit {
  position: absolute;
  right: 6px;
  bottom: 8px;
  width: 36px;
  height: 36px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border-radius: 50%;
  background: #11151d;
  border: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  line-height: 1 !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.55);
}

.jt-profile-dashboard a,
.jt-profile-dashboard a:hover,
.jt-profile-dashboard a:focus {
  text-decoration: none !important;
}

.jt-profile-breadcrumbs {
  width: 100%;
  margin: 0 0 24px !important;
  padding: 0 !important;
  background: transparent !important;
}

.jt-profile-breadcrumbs .breadcrumbs {
  width: 100%;
}

.jt-profile-breadcrumbs .jt-profile-current-crumb,
.jt-profile-breadcrumbs .jt-profile-current-crumb:hover,
.jt-profile-breadcrumbs .jt-profile-current-crumb:focus {
  color: var(--jt-red) !important;
  -webkit-text-fill-color: var(--jt-red) !important;
}

.jt-profile-identity h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 42px;
  line-height: 1.06;
  font-weight: 820;
  letter-spacing: 0;
}

.jt-profile-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 34px;
}

.jt-profile-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .07);
  color: rgba(229, 231, 235, .72);
  font-size: 13px;
  line-height: 1;
}

.jt-profile-badges span:first-child {
  color: #ff6b6b;
  background: rgba(255, 59, 59, .12);
  border-color: rgba(255, 59, 59, .2);
}

.jt-profile-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 22px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.jt-profile-stats div {
  min-width: 0;
}

.jt-profile-stats__icon {
  display: inline-flex;
  width: 22px;
  margin-right: 7px;
  color: var(--jt-red);
  text-shadow: 0 0 16px rgba(255, 59, 59, .36);
}

.jt-profile-stats strong {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 760;
}

.jt-profile-stats small {
  display: block;
  margin-top: 8px;
  color: var(--jt-muted);
  font-size: 13px;
  line-height: 1.25;
}

.jt-profile-progress {
  position: relative;
  padding: 30px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 20px 54px rgba(0,0,0,.34);
}

.jt-profile-progress__top,
.jt-profile-progress__numbers {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255,255,255,.88);
}

.jt-profile-progress__top span {
  font-weight: 760;
}

.jt-profile-progress__top strong,
.jt-profile-progress__numbers {
  color: var(--jt-muted);
  font-size: 13px;
}

.jt-profile-progress__numbers {
  justify-content: flex-end;
  margin: 24px 0 10px;
}

.jt-profile-progress__bar {
  height: 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  overflow: hidden;
}

.jt-profile-progress__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--jt-red-deep), var(--jt-red));
  box-shadow: 0 0 18px rgba(255, 59, 59, .52);
}

.jt-profile-progress__cta,
.jt-profile-progress__cta:hover,
.jt-profile-progress__cta:focus {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 28px;
  border-radius: 12px;
  border: 1px solid rgba(255, 59, 59, .54);
  background: rgba(255, 59, 59, .08);
  color: #fff !important;
  text-decoration: none;
  font-weight: 760;
  box-shadow: 0 0 24px rgba(255, 59, 59, .14), inset 0 0 20px rgba(255, 59, 59, .04);
  transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.jt-profile-progress__cta:hover,
.jt-profile-progress__cta:focus {
  background: rgba(255, 59, 59, .14);
  border-color: rgba(255, 59, 59, .7);
  color: #fff !important;
}

.jt-profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 24px;
  margin-top: 28px;
}

.jt-profile-form-card {
  padding: 38px;
}

.jt-profile-section-head {
  margin-bottom: 28px;
}

.jt-profile-section-head h2,
.jt-profile-side-card h2,
.jt-profile-telegram h2 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0;
}

.jt-profile-section-head p {
  margin: 7px 0 0;
  color: var(--jt-muted);
  font-size: 15px;
}

.jt-profile-dashboard .memberlux_profile_form {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr_fields {
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) !important;
  gap: 18px 28px !important;
  align-items: center !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr_field_group {
  display: contents !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr_field_group[data-avatar] {
  display: none !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr_field_group > label,
.jt-profile-dashboard .memberlux_profile_form .mblpr_field_group > label[style] {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  color: rgba(229, 231, 235, .78) !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 760 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr_field_group > label::before {
  display: inline-flex;
  width: 22px;
  justify-content: center;
  color: var(--jt-red);
  font-family: FontAwesome, "Font Awesome 5 Free", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-shadow: 0 0 14px rgba(255, 59, 59, .32);
}

.jt-profile-required {
  color: var(--jt-red) !important;
  -webkit-text-fill-color: var(--jt-red) !important;
  text-shadow: 0 0 12px rgba(255, 59, 59, .28);
}

.jt-profile-dashboard label[for*="first_name"]::before { content: "\f007"; }
.jt-profile-dashboard label[for*="last_name"]::before { content: "\f007"; }
.jt-profile-dashboard label[for*="surname"]::before { content: "\f2c3"; }
.jt-profile-dashboard label[for*="user_nicename"]::before { content: "\f1fa"; }
.jt-profile-dashboard label[for*="display_name"]::before { content: "\f031"; }
.jt-profile-dashboard label[for*="user_email"]::before { content: "\f0e0"; }
.jt-profile-dashboard label[for*="custom1"]::before { content: "\f2c6"; }
.jt-profile-dashboard label[for*="phone"]::before { content: "\f095"; }
.jt-profile-dashboard label[for*="user_pass"]::before { content: "\f023"; }

.jt-profile-dashboard .memberlux_profile_form .mblpr-input-wrap {
  position: relative !important;
  min-width: 0 !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr-icon {
  left: auto !important;
  right: 14px !important;
  color: rgba(229,231,235,.42) !important;
  font-size: 17px !important;
  pointer-events: none !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr-input-wrap:focus-within .mblpr-icon {
  color: var(--jt-red) !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr-field,
.jt-profile-dashboard .memberlux_profile_form .mblpr-field:not(.mblpr-field--with-icon),
.jt-profile-dashboard .memberlux_profile_form select.mblpr-field {
  width: 100% !important;
  min-height: 58px !important;
  padding: 0 50px 0 18px !important;
  border: 1px solid rgba(255, 255, 255, .085) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .035) !important;
  color: var(--jt-text) !important;
  -webkit-text-fill-color: var(--jt-text) !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  outline: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035) !important;
  transition: border-color .16s ease, background .16s ease, box-shadow .16s ease !important;
}

.jt-profile-dashboard .memberlux_profile_form select.mblpr-field {
  appearance: none !important;
  background-image: linear-gradient(45deg, transparent 50%, rgba(229,231,235,.7) 50%), linear-gradient(135deg, rgba(229,231,235,.7) 50%, transparent 50%) !important;
  background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50% !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr-field::placeholder {
  color: rgba(229, 231, 235, .34) !important;
  -webkit-text-fill-color: rgba(229, 231, 235, .34) !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr-field:hover {
  border-color: rgba(255, 255, 255, .16) !important;
  background: rgba(255, 255, 255, .05) !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr-field:focus {
  border-color: rgba(255, 59, 59, .72) !important;
  background: rgba(255, 59, 59, .055) !important;
  box-shadow: 0 0 0 4px rgba(255, 59, 59, .11), 0 0 30px rgba(255, 59, 59, .16) !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr-validation-error {
  grid-column: 2;
  margin: -8px 0 0 !important;
  color: #ff7777 !important;
}

.jt-profile-dashboard .memberlux_profile_form > p {
  margin: 0 !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr-submit.mbr-btn {
  width: 100% !important;
  min-height: 64px !important;
  margin: 28px 0 0 !important;
  padding: 0 28px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #d71920 0%, var(--jt-red) 54%, #ff6868 100%) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 860 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  box-shadow: 0 18px 45px rgba(255, 59, 59, .25), 0 0 24px rgba(255, 59, 59, .18), inset 0 1px 0 rgba(255,255,255,.22) !important;
  transition: box-shadow .16s ease, filter .16s ease !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr-submit.mbr-btn:hover,
.jt-profile-dashboard .memberlux_profile_form .mblpr-submit.mbr-btn:focus {
  filter: saturate(1.08) brightness(1.04) !important;
  box-shadow: 0 24px 58px rgba(255, 59, 59, .34), 0 0 34px rgba(255, 59, 59, .24), inset 0 1px 0 rgba(255,255,255,.25) !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr-success,
.jt-profile-dashboard .memberlux_profile_form .mblpr-error {
  margin: 24px 0 0 !important;
  border-radius: 14px !important;
}

.jt-profile-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.jt-profile-side-card,
.jt-profile-telegram {
  padding: 30px;
}

.jt-profile-side-card h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 21px;
}

.jt-profile-side-card h2 .fa,
.jt-profile-telegram__icon {
  color: var(--jt-red);
  text-shadow: 0 0 18px rgba(255, 59, 59, .34);
}

.jt-profile-side-link,
.jt-profile-side-link:hover,
.jt-profile-side-link:focus {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 14px;
  min-height: 62px;
  padding: 10px 12px;
  margin: 0 -12px;
  color: var(--jt-text) !important;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.jt-profile-side-link:hover,
.jt-profile-side-link:focus {
  background: rgba(255, 59, 59, .12) !important;
  border-color: rgba(255, 59, 59, .30) !important;
  color: #fff !important;
}

.jt-profile-side-link > .fa:first-child {
  width: 30px;
  color: rgba(229,231,235,.78);
  font-size: 20px;
  text-align: center;
}

.jt-profile-side-link strong {
  display: block;
  color: var(--jt-text) !important;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 720;
}

.jt-profile-side-link small {
  display: block;
  margin-top: 4px;
  color: var(--jt-muted);
  font-size: 13px;
  line-height: 1.2;
}

.jt-profile-side-link i {
  color: rgba(229,231,235,.38);
}

.jt-profile-side-link:hover > .fa:first-child,
.jt-profile-side-link:focus > .fa:first-child,
.jt-profile-side-link:hover i,
.jt-profile-side-link:focus i {
  color: var(--jt-red);
}

.jt-profile-side-link:hover strong,
.jt-profile-side-link:focus strong {
  color: #fff !important;
}

.jt-profile-telegram {
  background:
    radial-gradient(circle at 0% 0%, rgba(0, 136, 204, .18), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)),
    var(--jt-card);
}

.jt-profile-telegram__icon {
  display: block;
  margin-bottom: 18px;
  font-size: 28px;
}

.jt-profile-telegram p {
  margin: 18px 0 28px;
  color: var(--jt-muted);
  font-size: 15px;
  line-height: 1.55;
}

.jt-profile-telegram a,
.jt-profile-telegram a:hover,
.jt-profile-telegram a:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 59, 59, .48);
  background: rgba(255, 59, 59, .08);
  color: #fff !important;
  text-decoration: none;
  font-weight: 760;
  transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.jt-profile-telegram a:hover,
.jt-profile-telegram a:focus {
  background: rgba(255, 59, 59, .14);
  border-color: rgba(255, 59, 59, .7);
}

@media (max-width: 1180px) {
  .jt-profile-hero,
  .jt-profile-layout {
    grid-template-columns: 1fr;
  }

  .jt-profile-progress {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .jt-profile-dashboard {
    width: min(100%, 680px);
    margin: -60px auto 118px;
    margin-left: auto;
    transform: none;
  }

  .jt-profile-breadcrumbs {
    margin-bottom: 18px !important;
  }

  .jt-profile-hero,
  .jt-profile-form-card,
  .jt-profile-side-card,
  .jt-profile-telegram {
    border-radius: 20px;
    padding: 24px;
  }

  .jt-profile-hero__main {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: left;
  }

  .jt-profile-avatar-shell,
  .jt-profile-hero__avatar {
    width: 112px;
    height: 112px;
  }

  .jt-profile-identity h1 {
    font-size: 32px;
  }

  .jt-profile-stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .jt-profile-progress {
    padding: 24px;
  }

  .jt-profile-layout {
    gap: 18px;
    margin-top: 18px;
  }

  .jt-profile-dashboard .memberlux_profile_form .mblpr_fields {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }

  .jt-profile-dashboard .memberlux_profile_form .mblpr_field_group > label,
  .jt-profile-dashboard .memberlux_profile_form .mblpr_field_group > label[style] {
    margin-top: 9px !important;
  }

  .jt-profile-dashboard .memberlux_profile_form .mblpr-field,
  .jt-profile-dashboard .memberlux_profile_form .mblpr-field:not(.mblpr-field--with-icon),
  .jt-profile-dashboard .memberlux_profile_form select.mblpr-field {
    min-height: 58px !important;
    font-size: 16px !important;
  }

  .jt-profile-dashboard .memberlux_profile_form .mblpr-validation-error {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jt-profile-dashboard *,
  .jt-profile-dashboard *::before,
  .jt-profile-dashboard *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
