body.iptc-password-reset-page {
  --iptc-reset-bg: #080b17;
  --iptc-reset-panel: rgba(16, 20, 39, 0.94);
  --iptc-reset-panel-soft: rgba(22, 27, 50, 0.82);
  --iptc-reset-border: rgba(255, 255, 255, 0.1);
  --iptc-reset-text: #f6f7ff;
  --iptc-reset-muted: #aeb5ca;
  --iptc-reset-purple: #8b5cf6;
  --iptc-reset-cyan: #53d3d1;
  --iptc-reset-danger: #ff8e9a;
  background: var(--iptc-reset-bg);
}

body.iptc-password-reset-page .the_content_wrapper,
body.iptc-password-reset-page .entry-content,
body.iptc-password-reset-page .mcb-column-inner,
body.iptc-password-reset-page .column_attr,
body.iptc-password-reset-page .section_wrapper,
body.iptc-password-reset-page .container {
  overflow: visible;
}

body.iptc-password-reset-page .post-header,
body.iptc-password-reset-page .section-post-header,
body.iptc-password-reset-page .title_wrapper,
body.iptc-password-reset-page .page-title,
body.iptc-password-reset-page h1.title {
  display: none !important;
}

.iptc-reset-shell,
.iptc-reset-shell * {
  box-sizing: border-box;
}

.iptc-reset-shell {
  position: relative;
  isolation: isolate;
  width: min(1120px, calc(100vw - 32px));
  min-height: min(760px, calc(100vh - 160px));
  margin: 40px 0 54px 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  padding: 34px 0;
  color: var(--iptc-reset-text);
  font-family: "Manrope", "Inter", "Segoe UI", sans-serif;
}

.iptc-reset-shell::before {
  content: "";
  position: absolute;
  inset: -100px calc(50% - 50vw);
  z-index: -3;
  background:
    radial-gradient(circle at 13% 18%, rgba(83, 211, 209, 0.13), transparent 27%),
    radial-gradient(circle at 84% 74%, rgba(139, 92, 246, 0.17), transparent 32%),
    linear-gradient(145deg, #080b17 0%, #0d1122 52%, #090c18 100%);
}

.iptc-reset-shell::after {
  content: "";
  position: absolute;
  inset: -80px calc(50% - 50vw);
  z-index: -2;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.iptc-reset-orb {
  position: absolute;
  z-index: -1;
  width: 290px;
  height: 290px;
  border-radius: 999px;
  filter: blur(78px);
  pointer-events: none;
}

.iptc-reset-orb-one {
  top: 6%;
  left: -8%;
  background: rgba(83, 211, 209, 0.18);
}

.iptc-reset-orb-two {
  right: -10%;
  bottom: 2%;
  background: rgba(139, 92, 246, 0.22);
}

.iptc-reset-card {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  overflow: hidden;
  border: 1px solid var(--iptc-reset-border);
  border-radius: 28px;
  background: rgba(11, 14, 28, 0.9);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(18px);
}

.iptc-reset-intro,
.iptc-reset-form-panel {
  position: relative;
  min-width: 0;
}

.iptc-reset-intro {
  display: flex;
  flex-direction: column;
  min-height: 610px;
  padding: 48px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(83, 211, 209, 0.14), transparent 34%),
    linear-gradient(155deg, rgba(24, 29, 54, 0.95), rgba(13, 16, 32, 0.98));
  border-right: 1px solid var(--iptc-reset-border);
}

.iptc-reset-intro::before,
.iptc-reset-intro::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(139, 92, 246, 0.18);
  border-radius: 999px;
  pointer-events: none;
}

.iptc-reset-intro::before {
  width: 420px;
  height: 420px;
  right: -275px;
  bottom: -145px;
  box-shadow: 0 0 0 40px rgba(139, 92, 246, 0.025), 0 0 0 88px rgba(83, 211, 209, 0.018);
}

.iptc-reset-intro::after {
  width: 130px;
  height: 130px;
  top: 112px;
  right: -74px;
  border-color: rgba(83, 211, 209, 0.18);
}

.iptc-reset-brand {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 6px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #d9dcef;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.035);
}

.iptc-reset-brand strong {
  color: #8ce5e2;
  font: inherit;
}

.iptc-reset-symbol {
  width: 82px;
  height: 82px;
  margin: 72px 0 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(139, 92, 246, 0.27);
  border-radius: 24px;
  color: #c7b8ff;
  background: linear-gradient(145deg, rgba(139, 92, 246, 0.15), rgba(83, 211, 209, 0.06));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.iptc-reset-symbol svg {
  width: 51px;
  height: 51px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.iptc-reset-kicker,
.iptc-reset-eyebrow {
  color: #73deda;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.iptc-reset-intro h1 {
  max-width: 470px;
  margin: 12px 0 18px;
  color: var(--iptc-reset-text);
  font-size: clamp(34px, 4.2vw, 52px);
  font-weight: 760;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.iptc-reset-intro > p {
  max-width: 430px;
  margin: 0;
  color: var(--iptc-reset-muted);
  font-size: 15px;
  line-height: 1.72;
}

.iptc-reset-note {
  display: flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  max-width: 100%;
  margin-top: auto;
  padding: 12px 14px;
  border: 1px solid rgba(83, 211, 209, 0.13);
  border-radius: 14px;
  color: #c7cbdb;
  font-size: 12px;
  line-height: 1.45;
  background: rgba(83, 211, 209, 0.045);
}

.iptc-reset-note svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #71deda;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.iptc-reset-form-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px clamp(38px, 5vw, 72px);
  background: var(--iptc-reset-panel);
}

.iptc-reset-form-panel h2 {
  margin: 12px 0 13px;
  color: var(--iptc-reset-text);
  font-size: clamp(29px, 3vw, 39px);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.iptc-reset-description {
  margin: 0 0 27px;
  color: var(--iptc-reset-muted);
  font-size: 14px;
  line-height: 1.66;
}

.iptc-reset-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 21px;
  padding: 12px 14px;
  border: 1px solid;
  border-radius: 13px;
  font-size: 12.5px;
  line-height: 1.5;
}

.iptc-reset-alert svg {
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.iptc-reset-alert.is-success {
  border-color: rgba(83, 211, 209, 0.24);
  color: #9ce8e5;
  background: rgba(83, 211, 209, 0.07);
}

.iptc-reset-alert.is-error {
  border-color: rgba(255, 142, 154, 0.24);
  color: #ffb2bb;
  background: rgba(255, 95, 112, 0.065);
}

.iptc-reset-form {
  display: grid;
  gap: 11px;
  margin: 0;
}

.iptc-reset-form label {
  margin-top: 6px;
  color: #d9dceb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.iptc-reset-input-wrap,
.iptc-reset-password-field {
  position: relative;
}

.iptc-reset-input-wrap > svg {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  fill: none;
  stroke: #767f9b;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.iptc-reset-form input[type="text"],
.iptc-reset-form input[type="email"],
.iptc-reset-form input[type="password"] {
  width: 100%;
  height: 52px;
  margin: 0;
  padding: 0 48px 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 13px;
  outline: none;
  color: #f4f6ff;
  font: inherit;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.038);
  box-shadow: none;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.iptc-reset-input-wrap input[type="text"] {
  padding-left: 47px;
}

.iptc-reset-form input::placeholder {
  color: #69718b;
  opacity: 1;
}

.iptc-reset-form input:focus {
  border-color: rgba(83, 211, 209, 0.56);
  background: rgba(83, 211, 209, 0.045);
  box-shadow: 0 0 0 4px rgba(83, 211, 209, 0.075);
}

.iptc-reset-toggle-password {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 36px;
  height: 36px;
  padding: 0;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 9px;
  color: #7e87a4;
  background: transparent;
  cursor: pointer;
}

.iptc-reset-toggle-password:hover,
.iptc-reset-toggle-password[aria-pressed="true"] {
  color: #9be5e2;
  background: rgba(83, 211, 209, 0.07);
}

.iptc-reset-toggle-password svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.iptc-reset-hint {
  margin: 1px 0 5px;
  color: #7e869f;
  font-size: 11.5px;
  line-height: 1.5;
}

.iptc-reset-submit {
  position: relative;
  min-height: 52px;
  margin: 20px 0 0;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(150, 209, 221, 0.2);
  border-radius: 13px;
  color: #f7fbff !important;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
  background: linear-gradient(105deg, #245f73 0%, #3d638f 48%, #62528f 100%);
  background-size: 180% 100%;
  background-position: 0 50%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: background-position 380ms ease, border-color 200ms ease, color 200ms ease;
}

.iptc-reset-submit::after {
  content: "";
  position: absolute;
  top: -45%;
  left: -32%;
  width: 18%;
  height: 190%;
  pointer-events: none;
  opacity: 0;
  transform: skewX(-22deg);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.48),
    rgba(255, 255, 255, 0)
  );
}

.iptc-reset-submit:hover,
.iptc-reset-submit:focus-visible {
  color: #ffffff !important;
  border-color: rgba(174, 220, 230, 0.38);
  background-position: 100% 50%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.iptc-reset-submit:hover::after,
.iptc-reset-submit:focus-visible::after {
  animation: iptc-reset-button-flash 650ms ease-out both;
}

.iptc-reset-submit:focus-visible {
  outline: 2px solid rgba(126, 224, 220, 0.68);
  outline-offset: 3px;
}

@keyframes iptc-reset-button-flash {
  0% {
    left: -32%;
    opacity: 0;
  }
  18% {
    opacity: 0.72;
  }
  100% {
    left: 116%;
    opacity: 0;
  }
}

.iptc-reset-submit.is-link {
  margin-top: 4px;
}

.iptc-reset-secondary-link,
.iptc-reset-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9da5bd !important;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none !important;
}

.iptc-reset-secondary-link {
  margin-top: 14px;
}

.iptc-reset-back {
  align-self: center;
  gap: 4px;
  margin-top: 25px;
}

.iptc-reset-back svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.iptc-reset-secondary-link:hover,
.iptc-reset-back:hover {
  color: #8ce5e2 !important;
}

@media (max-width: 900px) {
  .iptc-reset-shell {
    margin-top: 24px;
    padding: 20px 0;
  }

  .iptc-reset-card {
    grid-template-columns: 1fr;
    max-width: 660px;
  }

  .iptc-reset-intro {
    min-height: 0;
    padding: 34px 36px 32px;
    border-right: 0;
    border-bottom: 1px solid var(--iptc-reset-border);
  }

  .iptc-reset-symbol {
    width: 68px;
    height: 68px;
    margin: 36px 0 24px;
    border-radius: 20px;
  }

  .iptc-reset-symbol svg {
    width: 42px;
    height: 42px;
  }

  .iptc-reset-intro h1 {
    font-size: clamp(31px, 7vw, 43px);
  }

  .iptc-reset-note {
    margin-top: 28px;
  }

  .iptc-reset-form-panel {
    padding: 42px 36px 40px;
  }
}

@media (max-width: 540px) {
  .iptc-reset-shell {
    width: min(100% - 20px, 520px);
    margin-top: 8px;
    margin-bottom: 24px;
  }

  .iptc-reset-card {
    border-radius: 21px;
  }

  .iptc-reset-intro {
    padding: 27px 24px 26px;
  }

  .iptc-reset-brand {
    font-size: 10px;
  }

  .iptc-reset-symbol {
    width: 60px;
    height: 60px;
    margin: 28px 0 21px;
    border-radius: 17px;
  }

  .iptc-reset-symbol svg {
    width: 37px;
    height: 37px;
  }

  .iptc-reset-intro h1 {
    margin-top: 10px;
    font-size: 31px;
  }

  .iptc-reset-intro > p {
    font-size: 13.5px;
  }

  .iptc-reset-note {
    width: 100%;
    margin-top: 24px;
  }

  .iptc-reset-form-panel {
    padding: 34px 24px 31px;
  }

  .iptc-reset-form-panel h2 {
    font-size: 29px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .iptc-reset-submit,
  .iptc-reset-form input {
    transition: none;
  }

  .iptc-reset-submit:hover::after,
  .iptc-reset-submit:focus-visible::after {
    animation: none;
  }
}
