/* Branded password recovery flow — InnerG Reality */
.lms-reset-gate {
  background: radial-gradient(circle at 18% 78%, rgba(12, 141, 131, .08), transparent 34%);
}

.lms-reset-gate .lms-gate-copy h1 {
  font-size: clamp(44px, 5.4vw, 72px);
}

.lms-reset-card form {
  margin-top: 22px;
}

.lms-reset-card label {
  display: block;
  margin: 18px 0 8px;
  color: var(--lms-dark);
  font-weight: 750;
}

.lms-reset-card input[type="text"],
.lms-reset-card input[type="password"] {
  width: 100%;
  min-height: 56px;
  padding: 14px 16px;
  border: 1px solid #cec7bc;
  border-radius: 13px;
  background: #fff;
  color: var(--lms-dark);
  font: inherit;
  font-size: 17px;
  outline: 0;
  transition: border-color .2s, box-shadow .2s;
}

.lms-reset-card input:focus {
  border-color: var(--lms-teal);
  box-shadow: 0 0 0 4px rgba(12, 141, 131, .12);
}

.lms-reset-card .lms-button {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}

.lms-reset-card .lms-forgot {
  display: block;
  margin-top: 22px;
  text-align: center;
}

.lms-reset-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #e2f3ed;
  color: #14715f;
  font-size: 28px;
  font-weight: 900;
}

.lms-reset-icon.is-warning {
  background: #fff1df;
  color: #9d661b;
}

.lms-success {
  margin: 18px 0;
  padding: 13px 15px;
  border-radius: 12px;
  background: #e2f3ed;
  color: #166553;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 850px) {
  .lms-reset-gate { padding-top: 42px; }
  .lms-reset-gate .lms-gate-copy h1 { font-size: 42px; }
  .lms-reset-gate .lms-gate-copy p { font-size: 17px; }
  .lms-reset-card { width: 100%; }
}

@media (max-width: 480px) {
  .lms-reset-gate { padding: 34px 16px 50px; }
  .lms-reset-gate .lms-gate-copy h1 { font-size: 36px; }
  .lms-reset-card { padding: 26px 20px; }
  .lms-reset-card h2 { font-size: 27px; }
}
