/* =========================================================
   goxost-auth.css
   Kirish/ro'yxatdan o'tish/parol tiklash sahifalari — goxost-landing.css
   token tizimi ustiga qurilgan, mustaqil forma komponentlari.
   Bootstrap yoki insaf-forms.css'ga bog'liqligi yo'q.
   ========================================================= */

.gx-auth {
  min-height: calc(100vh - var(--gx-header-h));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--gx-8) var(--gx-4);
  background: var(--gx-bg);
}

.gx-auth__wrap {
  width: 100%;
  max-width: 420px;
}

.gx-auth__logo {
  display: flex;
  justify-content: center;
  margin-bottom: var(--gx-6);
}

.gx-auth__logo img {
  height: 32px;
  width: auto;
}

.gx-auth__card {
  background: var(--gx-surface);
  border: 1px solid var(--gx-border);
  border-radius: var(--gx-radius-lg);
  box-shadow: var(--gx-shadow-md);
  padding: var(--gx-8) var(--gx-6);
}

.gx-auth__title {
  font-family: var(--gx-font-display);
  font-weight: 800;
  font-size: 22px;
  text-align: center;
  margin-bottom: 6px;
}

.gx-auth__subtitle {
  font-size: 14px;
  color: var(--gx-text-muted);
  text-align: center;
  margin-bottom: var(--gx-6);
}

.gx-auth__footer {
  text-align: center;
  margin-top: var(--gx-5, 20px);
  font-size: 14px;
  color: var(--gx-text-muted);
}

.gx-auth__footer a {
  color: var(--gx-primary);
  font-weight: 700;
}

.gx-auth__back {
  display: block;
  text-align: center;
  margin-top: var(--gx-4);
  font-size: 13px;
  color: var(--gx-text-muted);
}

.gx-auth__back:hover { color: var(--gx-primary); }

/* ---------- Forma elementlari ---------- */

.gx-auth__divider {
  display: flex;
  align-items: center;
  gap: var(--gx-3);
  margin: var(--gx-5, 20px) 0;
  color: var(--gx-text-faint);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.gx-auth__divider::before,
.gx-auth__divider::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: var(--gx-border);
}

.gx-otp-input {
  max-width: 200px;
  margin-inline: auto;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: .3em;
}
