/* Verification is a calm trust moment, using the same MyMappi wordmark language. */
html body .auth-brand h1,
html body .auth-card.signup-mode .auth-brand h1,
html body .auth-card.verify-mode .auth-brand h1 {
  color: #f5fbf8 !important;
  font-weight: 800 !important;
}

html body .auth-brand-my,
html body .auth-brand-app,
html body .auth-brand-i {
  color: #f5fbf8 !important;
  background: none !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  -webkit-text-fill-color: currentColor !important;
}

html body .auth-brand-second-m {
  color: #43d39f !important;
  -webkit-text-fill-color: #43d39f !important;
  text-shadow: 0 7px 18px rgba(34, 183, 133, 0.16) !important;
}

html body .auth-brand-i::after {
  top: -0.025em !important;
  border-color: rgba(255, 255, 255, 0.94) !important;
  background: #f0525b !important;
  box-shadow:
    0 0.04em 0.13em rgba(221, 49, 65, 0.3),
    0 0 0.18em rgba(240, 82, 91, 0.16) !important;
}

html body .auth-brand-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border: 1px solid rgba(221, 255, 245, 0.13);
  border-radius: 999px;
  color: rgba(233, 255, 249, 0.78) !important;
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-transform: none;
  background: rgba(255, 255, 255, 0.055);
}

html body .auth-card.verify-mode .auth-verification-panel {
  position: relative;
  display: grid;
  width: 100% !important;
  max-width: 420px !important;
  justify-items: stretch;
  gap: 14px;
  padding: 26px;
  border: 1px solid rgba(11, 117, 111, 0.12);
  border-radius: 22px;
  text-align: left;
  background:
    radial-gradient(circle at 100% 0%, rgba(65, 207, 164, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.64);
  box-shadow:
    0 18px 46px rgba(7, 73, 78, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

html body .auth-verification-heading {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

html body .auth-verification-heading > div:last-child {
  display: grid;
  min-width: 0;
  gap: 3px;
}

html body .auth-verification-eyebrow {
  color: #0b8176;
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

html body .auth-verification-heading h2 {
  margin: 0;
  color: #082f3a;
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
}

html body .auth-verification-mark {
  width: 56px;
  height: 56px;
  margin: 0;
  border: 1px solid rgba(26, 167, 139, 0.2);
  border-radius: 17px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.72), transparent 34%),
    linear-gradient(145deg, rgba(73, 215, 170, 0.24), rgba(82, 173, 224, 0.2));
  box-shadow: 0 10px 22px rgba(19, 132, 124, 0.09);
}

html body .auth-verification-panel .auth-verification-intro,
html body .auth-verification-panel .auth-verification-help,
html body .auth-verification-panel .auth-verification-assurance p {
  margin: 0 !important;
  color: rgba(8, 47, 57, 0.62);
  font-size: 0.82rem;
  font-weight: 620;
  line-height: 1.48;
}

html body .auth-verification-email-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-height: 62px;
  padding: 9px 12px;
  border: 1px solid rgba(11, 117, 111, 0.12);
  border-radius: 15px;
  background: rgba(244, 251, 248, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

html body .auth-verification-email-icon {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: linear-gradient(145deg, rgba(37, 188, 148, 0.18), rgba(43, 147, 197, 0.14));
}

html body .auth-verification-email-icon::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
  width: 16px;
  height: 11px;
  border: 1.8px solid #0b8579;
  border-radius: 3px;
}

html body .auth-verification-email-icon::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 12px;
  height: 8px;
  border-bottom: 1.8px solid #0b8579;
  transform: rotate(-38deg) skewX(13deg);
}

html body .auth-verification-email-card > div {
  display: grid;
  min-width: 0;
  gap: 2px;
}

html body .auth-verification-email-card > div > span {
  color: rgba(8, 47, 57, 0.46);
  font-size: 0.65rem;
  font-weight: 780;
  text-transform: uppercase;
}

html body .auth-verification-email {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #08756c !important;
  font-size: 0.9rem;
  font-weight: 820;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html body .auth-verification-assurance {
  display: grid;
  grid-template-columns: 21px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  padding: 11px 12px;
  border-radius: 13px;
  background: rgba(17, 130, 119, 0.065);
}

html body .auth-verification-assurance > span {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border: 1.5px solid #0b8579;
  border-radius: 50%;
}

html body .auth-verification-assurance > span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  width: 5px;
  height: 7px;
  border-right: 1.6px solid #0b8579;
  border-bottom: 1.6px solid #0b8579;
  transform: rotate(42deg);
}

html body .auth-verification-primary {
  width: 100%;
  min-height: 51px !important;
}

html body .auth-verification-primary:disabled {
  cursor: wait;
  filter: saturate(0.8);
  opacity: 0.78;
}

html body .auth-verification-actions {
  justify-content: center;
  gap: 24px;
}

html body .auth-card.verify-mode > .account-auth-message {
  max-width: 420px;
  justify-self: center;
}

@media (max-width: 760px) {
  html body .auth-brand-kicker {
    display: inline-flex;
    min-height: 20px;
    padding: 0 7px;
    font-size: 0.56rem;
  }

  html body .auth-brand p,
  html body .auth-brand-promise {
    display: none;
  }

  html body .auth-card.verify-mode .auth-verification-panel {
    max-width: none !important;
    gap: 12px;
    padding: 18px;
    border-radius: 19px;
  }

  html body .auth-verification-heading {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px;
  }

  html body .auth-verification-mark {
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }

  html body .auth-verification-heading h2 {
    font-size: 1.46rem;
  }

  html body .auth-verification-actions {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
}

@media (max-width: 390px) {
  html body .auth-verification-actions {
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }

  html body .auth-verification-actions .auth-text-button {
    font-size: 0.7rem;
  }
}
