html,
body {
  margin: 0;
  min-height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top, rgba(85, 126, 255, 0.16), transparent 34%),
    linear-gradient(180deg, #edf3ff 0%, #f8fbff 45%, #eef4fb 100%);
  color: #14304d;
}

body {
  display: flex;
}

.recovery-shell {
  width: min(100%, 440px);
  margin: auto;
  padding: 24px 18px;
}

.recovery-back {
  display: inline-flex;
  margin-bottom: 16px;
  color: #355f9a;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
}

.recovery-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(123, 149, 187, 0.24);
  border-radius: 22px;
  box-shadow: 0 20px 40px rgba(28, 54, 91, 0.12);
  padding: 24px 20px;
}

.recovery-eyebrow {
  margin: 0 0 8px;
  color: #55719a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 700;
}

.recovery-card h1 {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.15;
}

.recovery-intro {
  margin: 12px 0 0;
  color: #4a6587;
  line-height: 1.55;
  font-size: 0.98rem;
}

.recovery-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.recovery-form label {
  display: grid;
  gap: 8px;
  color: #264567;
  font-size: 0.92rem;
  font-weight: 600;
}

.recovery-form input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(124, 147, 179, 0.34);
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
  color: #183652;
  background: #f8fbff;
}

.recovery-form input:focus {
  outline: 2px solid rgba(57, 102, 189, 0.22);
  border-color: #5a7fc3;
}

.recovery-form button {
  border: 0;
  border-radius: 14px;
  padding: 13px 16px;
  font: inherit;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #2f67d8, #214d9b);
  box-shadow: 0 12px 24px rgba(33, 77, 155, 0.22);
}

.recovery-form button:disabled {
  opacity: 0.7;
}

.recovery-status {
  min-height: 22px;
  margin: 18px 0 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #274f84;
}

.recovery-status.is-error {
  color: #a73333;
}

.recovery-status.is-success {
  color: #246246;
}
