.auth-page {
  min-height: 100dvh;
  background: #edf2ef;
}
.auth-layout {
  max-width: 1080px;
  margin: 5vh auto;
  min-height: 700px;
}
.auth-intro {
  justify-content: flex-start;
  padding: 48px 42px;
  background: #143f36;
}
.auth-intro .logo {
  margin-bottom: 36px;
}
.auth-intro h1 {
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.18;
  letter-spacing: -1.3px;
  margin: 0;
}
.auth-intro p {
  line-height: 1.7;
  margin: 0;
}
.auth-benefits {
  padding-left: 20px;
  color: #e1eee5;
  line-height: 1.65;
  font-size: 15px;
  display: grid;
  gap: 10px;
}
.auth-intro .auth-explore {
  margin-top: auto;
  color: #d9f1aa;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.auth-panel {
  padding: 36px 42px;
}
.auth-back {
  font-size: 14px;
  color: #536d60;
  display: inline-block;
  margin-bottom: 26px;
}
.auth-tabs {
  display: flex;
  gap: 8px !important;
  background: #edf3ef !important;
  border-radius: 12px;
  padding: 5px !important;
  margin: 0 0 28px !important;
}
.auth-tabs a {
  flex: 1;
  text-align: center;
  padding: 11px 8px;
  font-size: 15px;
  border: 0;
  border-radius: 8px;
  text-decoration: none;
}
.auth-tabs a[aria-current] {
  background: white;
  color: #164d3b;
  box-shadow: 0 2px 5px #123b3415;
  font-weight: 700;
}
.auth-panel h2 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.7px;
  margin: 0 0 12px;
}
.auth-description {
  font-size: 16px;
  line-height: 1.6;
  color: #53675d;
  margin: 0 0 24px;
}
.auth-panel form {
  gap: 19px;
}
.auth-panel label {
  font-size: 15px;
}
.auth-panel input:not([type="checkbox"]) {
  font-size: 16px;
  min-height: 48px;
}
.auth-panel input[aria-invalid="true"] {
  border-color: #b63838;
  outline: 1px solid #b63838;
}
.auth-panel input:focus-visible {
  outline: 3px solid #70ad92;
  outline-offset: 2px;
}
.field-help,
.field-error,
.password-meter {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  display: block;
}
.field-help {
  color: #52675d;
}
.field-error {
  color: #9f2828;
}
.field-error:empty {
  display: none;
}
.password-meter {
  color: #765a29;
}
.password-meter.valid {
  color: #216740;
}
.auth-context {
  padding: 12px 14px;
  background: #f0f5e9;
  border-radius: 9px;
  font-size: 14px;
  margin-bottom: 20px;
}
.auth-steps {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 8px;
  margin: 0 0 24px;
  color: #63746a;
  font-size: 13px;
}
.auth-steps li {
  flex: 1;
  padding: 8px 0;
  border-top: 3px solid #dbe5dd;
}
.auth-steps li[aria-current],
.auth-steps li.complete {
  border-color: #39795c;
  color: #245c40;
}
.auth-result {
  display: grid;
  gap: 18px;
}
.auth-result p {
  margin: 0;
}
.auth-result-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: #e6f2df;
  border-radius: 50%;
  font-size: 25px;
  color: #2b643c;
}
.auth-sent-to {
  font-size: 18px;
  font-weight: 650;
  overflow-wrap: anywhere;
}
.auth-footnote {
  font-size: 13px;
  line-height: 1.6;
  color: #607367;
  border-top: 1px solid #dce5de;
  padding-top: 20px;
  margin-top: 28px;
}
.auth-result a:not(.btn),
.auth-panel #auth-recovery a {
  color: #236445;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.auth-panel .password-wrap button {
  font-size: 13px;
  padding: 0 12px;
}
.auth-panel .auth-submit {
  min-height: 50px;
  font-size: 16px;
}
.auth-panel button:disabled {
  opacity: 0.65;
  cursor: wait;
}
.auth-result button:disabled {
  cursor: default;
}
.auth-panel #auth-error {
  font-size: 15px;
  line-height: 1.5;
}
.auth-panel #auth-error:empty {
  display: none;
}
@media (max-width: 720px) {
  .auth-layout {
    margin: 0;
    border: 0;
    border-radius: 0;
    min-height: 100dvh;
  }
  .auth-intro {
    padding: 23px 24px;
    gap: 0;
  }
  .auth-intro .logo {
    margin: 0;
  }
  .auth-intro h1,
  .auth-intro .eyebrow,
  .auth-benefits {
    display: none;
  }
  .auth-panel {
    padding: 26px 24px 38px;
    flex: 1;
  }
  .auth-back {
    margin-bottom: 20px;
  }
  .auth-tabs {
    margin-bottom: 24px !important;
  }
  .auth-panel h2 {
    font-size: 28px;
  }
  .auth-footnote {
    margin-bottom: 0;
  }
}
