.reset-body {
  background:
    radial-gradient(circle at 18% 0%, rgba(178, 85, 205, 0.28), transparent 34%),
    radial-gradient(circle at 90% 20%, rgba(105, 54, 125, 0.34), transparent 32%),
    linear-gradient(150deg, #34143c 0%, #211229 46%, #0f0a14 100%);
  color: #ffffff;
  min-height: 100vh;
}

.reset-shell {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100svh;
  padding: 24px;
}

.reset-card {
  background: rgba(250, 247, 242, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 28px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
  color: #241226;
  max-width: 480px;
  padding: clamp(24px, 5vw, 38px);
  position: relative;
  width: 100%;
}

.reset-brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 34px;
}

.reset-language {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(36, 18, 38, 0.12);
  border-radius: 999px;
  display: flex;
  padding: 3px;
  position: absolute;
  right: 24px;
  top: 24px;
}

.reset-card h1 {
  color: #241226;
  font-size: clamp(36px, 8vw, 58px);
  line-height: 0.96;
  margin-bottom: 16px;
}

.reset-copy {
  color: #6f6470;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 26px;
}

.reset-form {
  display: grid;
  gap: 14px;
}

.reset-submit {
  background: #4b164c;
  border-color: #4b164c;
  margin-top: 4px;
}

.reset-submit:hover {
  background: #34143c;
}

.reset-message {
  color: #226436;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
  min-height: 20px;
}

.reset-message.is-error {
  color: #b42318;
}

.reset-secondary {
  border-bottom: 1px solid currentColor;
  color: #4b164c;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  margin-top: 22px;
  padding-bottom: 3px;
}

@media (max-width: 520px) {
  .reset-shell {
    align-items: stretch;
    padding: 0;
  }

  .reset-card {
    border-radius: 0;
    min-height: 100svh;
    padding-top: max(34px, env(safe-area-inset-top));
  }
}
