.is2-forgot-link {
  display: block;
  width: 100%;
  margin: 6px 0 2px;
  border: 0;
  background: transparent;
  color: #f4b942;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
}
.is2-forgot-link:hover,
.is2-forgot-link:focus-visible { color: #ffd879; text-decoration: underline; outline: none; }
.is2-reset-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, .78);
  backdrop-filter: blur(7px);
}
.is2-reset-dialog {
  position: relative;
  width: min(100%, 470px);
  border: 1px solid rgba(245, 177, 45, .32);
  border-radius: 22px;
  background: linear-gradient(135deg, #102d34 0%, #211713 62%, #4a2308 100%);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .7), 0 0 28px rgba(255, 145, 22, .14);
  color: #f7f7f7;
  padding: 28px;
}
.is2-reset-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px;
  background: rgba(0,0,0,.22);
  color: #fff;
  cursor: pointer;
  font-size: 22px;
}
.is2-reset-title { margin: 0 42px 8px 0; font-size: 26px; font-weight: 800; }
.is2-reset-copy { margin: 0 0 18px; color: #b9c5c8; font-size: 13px; line-height: 1.55; }
.is2-reset-label { display: block; margin: 12px 0 7px; color: #dce6e8; font-size: 13px; font-weight: 600; }
.is2-reset-input {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: #edf3ff;
  color: #111827;
  padding: 12px 14px;
  font: inherit;
  outline: none;
}
.is2-reset-input:focus { border-color: #f6b932; box-shadow: 0 0 0 3px rgba(246,185,50,.16); }
.is2-reset-captcha-row { display: grid; grid-template-columns: 1fr 190px 44px; gap: 9px; align-items: center; }
.is2-reset-captcha-image { display: block; width: 100%; height: 58px; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; object-fit: cover; background: #050505; }
.is2-reset-refresh { height: 44px; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; background: rgba(255,255,255,.08); color: #fff; cursor: pointer; font-size: 18px; }
.is2-reset-submit {
  width: 100%;
  margin-top: 18px;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(90deg, #c92f1c, #ffbb25);
  color: #fff;
  cursor: pointer;
  padding: 13px 16px;
  font: inherit;
  font-weight: 800;
}
.is2-reset-submit:disabled { cursor: wait; opacity: .6; }
.is2-reset-message { display: none; margin-top: 14px; border-radius: 10px; padding: 11px 12px; font-size: 13px; line-height: 1.45; }
.is2-reset-message[data-state="ok"] { display: block; background: rgba(30,150,83,.22); color: #c9f7d9; }
.is2-reset-message[data-state="error"] { display: block; background: rgba(215,45,45,.25); color: #ffd1d1; }
.is2-reset-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.is2-reset-page { min-height: 100vh; margin: 0; background: radial-gradient(circle at 50% 20%, #19353a, #070707 58%); color: #fff; font-family: Inter, Arial, sans-serif; }
.is2-reset-page-shell { min-height: 100vh; display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 24px; }
.is2-reset-page .is2-reset-dialog { width: min(100%, 520px); }
.is2-reset-back { display: inline-block; margin-top: 16px; color: #f5bd48; font-size: 13px; text-decoration: none; }
@media (max-width: 620px) {
  .is2-reset-dialog { padding: 23px 18px; border-radius: 17px; }
  .is2-reset-captcha-row { grid-template-columns: 1fr 44px; }
  .is2-reset-captcha-image { grid-column: 1 / -1; grid-row: 1; }
}
