.nikmed-step31-login-note {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: -2px;
  padding: 12px 14px;
  border: 1px solid rgba(191, 219, 254, .9);
  border-radius: 18px;
  background: rgba(239, 246, 255, .88);
  color: #1e3a8a;
  font-size: 13px;
}
.nikmed-step31-login-note b {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.nikmed-step31-forgot-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: -2px;
  margin-bottom: 2px;
  font-size: 12px;
  color: #64748b;
}
.nikmed-step31-forgot-link {
  border: 0;
  background: transparent;
  padding: 0;
  color: #2563eb;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
#nikmed-step31-recovery-modal.is-open {
  position: fixed;
  inset: 0;
  z-index: 2500;
}
.nikmed-step31-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .48);
  backdrop-filter: blur(4px);
}
.nikmed-step31-modal-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(92vw, 460px);
  transform: translate(-50%, -50%);
  border-radius: 28px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 40px 80px -40px rgba(15, 23, 42, .55);
  padding: 24px;
}
.nikmed-step31-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(226, 232, 240, .95);
  border-radius: 999px;
  background: #fff;
  font-size: 22px;
  line-height: 1;
  color: #334155;
  cursor: pointer;
}
.nikmed-step31-modal-head p {
  margin: 0;
  color: #2563eb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.nikmed-step31-modal-head h3 {
  margin: 10px 0 8px;
  color: #0f172a;
  font-size: 28px;
  line-height: 1.15;
}
.nikmed-step31-modal-head span {
  display: block;
  color: #475569;
  font-size: 14px;
  line-height: 1.5;
}
.nikmed-step31-modal-form {
  margin-top: 18px;
}
.nikmed-step31-modal-form label {
  display: block;
  margin-bottom: 12px;
}
.nikmed-step31-modal-form label span {
  display: block;
  margin-bottom: 6px;
  color: #475569;
  font-size: 12px;
  font-weight: 700;
}
.nikmed-step31-modal-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(203, 213, 225, .95);
  border-radius: 16px;
  padding: 0 14px;
  font-size: 15px;
  color: #0f172a;
  outline: none;
}
.nikmed-step31-modal-form input:focus {
  border-color: rgba(37, 99, 235, .7);
  box-shadow: 0 0 0 4px rgba(191, 219, 254, .45);
}
.nikmed-step31-feedback {
  margin: 8px 0 4px;
  border-radius: 14px;
  padding: 11px 12px;
  font-size: 13px;
}
.nikmed-step31-feedback.is-error {
  background: rgba(254, 242, 242, .95);
  color: #b91c1c;
}
.nikmed-step31-feedback.is-ok {
  background: rgba(240, 253, 244, .95);
  color: #166534;
}
.nikmed-step31-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}
.nikmed-step31-primary,
.nikmed-step31-secondary {
  min-height: 46px;
  border-radius: 16px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
.nikmed-step31-primary {
  border: 0;
  background: linear-gradient(90deg, #2563eb, #0ea5e9);
  color: #fff;
}
.nikmed-step31-primary[disabled] {
  opacity: .7;
  cursor: wait;
}
.nikmed-step31-secondary {
  border: 1px solid rgba(203, 213, 225, .95);
  background: #fff;
  color: #0f172a;
}
