:root {
  --jt-black: #050505;
  --jt-bg: #080b10;
  --jt-bg-soft: #0b0f16;
  --jt-panel: #141922;
  --jt-panel-2: #171d27;
  --jt-panel-3: #1b212c;
  --jt-border: rgba(255, 255, 255, 0.10);
  --jt-border-strong: rgba(215, 191, 120, 0.34);
  --jt-white: #f5f7fb;
  --jt-text: #e8ecf3;
  --jt-muted: #aeb4c0;
  --jt-muted-2: #7d8594;
  --jt-gold: #d7bf78;
  --jt-gold-soft: #f0dc9c;
}

html,
body {
  min-height: 100%;
  margin: 0;
  background: var(--jt-black);
}

body.jt-login-page {
  overflow-x: hidden;
  color: var(--jt-text);
  background:
    radial-gradient(circle at 12% 15%, rgba(215, 191, 120, 0.13), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(255, 255, 255, 0.06), transparent 24%),
    linear-gradient(135deg, #050505 0%, #080b10 48%, #050505 100%);
  font-family: inherit;
}

body.jt-login-page * {
  box-sizing: border-box;
}

.jt-auth {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  min-height: 100vh;
  width: 100%;
}

.jt-auth::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(215, 191, 120, 0.08), transparent 30%, transparent 70%, rgba(215, 191, 120, 0.05)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 0,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px,
      transparent 120px
    );
  opacity: 0.35;
}

.jt-auth-left {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 54px clamp(32px, 6vw, 92px);
  border-right: 1px solid rgba(215, 191, 120, 0.16);
}

.jt-auth-left::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -220px;
  top: -120px;
  border: 1px solid rgba(215, 191, 120, 0.22);
  border-radius: 50%;
}

.jt-auth-left::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.42), transparent);
  pointer-events: none;
}

.jt-auth-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(14px);
}

.jt-auth-glow-one {
  width: 340px;
  height: 340px;
  left: 10%;
  top: 18%;
  background: rgba(215, 191, 120, 0.08);
}

.jt-auth-glow-two {
  width: 260px;
  height: 260px;
  right: 10%;
  bottom: 12%;
  background: rgba(255, 255, 255, 0.035);
}

.jt-auth-brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 260px;
  text-decoration: none;
}

.jt-auth-brand img {
  display: block;
  max-width: 190px;
  max-height: 76px;
  object-fit: contain;
}

.jt-auth-brand span {
  display: inline-flex;
  color: var(--jt-white);
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 950;
  letter-spacing: 0.18em;
  line-height: 1;
}

.jt-auth-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 80px 0;
}

.jt-auth-kicker {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--jt-gold-soft) !important;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  opacity: 1 !important;
}

.jt-auth-copy h1 {
  margin: 0;
  max-width: 760px;
  color: var(--jt-white) !important;
  font-size: clamp(42px, 6.4vw, 86px);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.94;
  opacity: 1 !important;
  filter: none !important;
  text-shadow: none !important;
}

.jt-auth-copy p {
  margin: 28px 0 0;
  max-width: 560px;
  color: var(--jt-muted) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  opacity: 1 !important;
}

.jt-auth-points {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.jt-auth-points div {
  min-height: 116px;
  padding: 20px;
  border: 1px solid var(--jt-border);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    rgba(20, 25, 34, 0.52);
  backdrop-filter: blur(10px);
}

.jt-auth-points strong {
  display: block;
  margin-bottom: 8px;
  color: var(--jt-white);
  font-size: 13px;
  font-weight: 950;
}

.jt-auth-points span {
  display: block;
  color: var(--jt-muted-2);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.jt-auth-right {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
  background:
    radial-gradient(circle at 50% 0%, rgba(215, 191, 120, 0.09), transparent 28%),
    rgba(5, 5, 5, 0.48);
}

.jt-auth-card {
  width: 100%;
  max-width: 460px;
  padding: 18px;
  border: 1px solid var(--jt-border-strong);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    var(--jt-panel);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.jt-auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 6px;
  margin-bottom: 18px;
  border: 1px solid var(--jt-border);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.38);
}

.jt-auth-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  color: var(--jt-muted);
  background: transparent;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.22s ease;
}

.jt-auth-tab:hover {
  color: var(--jt-white);
}

.jt-auth-tab.is-active {
  color: var(--jt-black);
  background: var(--jt-gold);
  box-shadow: 0 14px 28px rgba(215, 191, 120, 0.18);
}

.jt-auth-alert {
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 18px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.jt-auth-alert-error {
  color: #ffd6d6;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.28);
}

.jt-auth-alert-success {
  color: #d8ffe5;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.28);
}

.jt-auth-panel {
  display: none;
  padding: 10px;
}

.jt-auth-panel.is-active {
  display: block;
}

.jt-auth-heading {
  margin-bottom: 24px;
}

.jt-auth-heading span {
  display: block;
  margin-bottom: 8px;
  color: var(--jt-gold) !important;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 1 !important;
}

.jt-auth-heading h2 {
  margin: 0;
  color: var(--jt-white) !important;
  font-size: 30px;
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1.05;
  opacity: 1 !important;
  filter: none !important;
  text-shadow: none !important;
}

.jt-auth-heading p {
  margin: 12px 0 0;
  color: var(--jt-muted) !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  opacity: 1 !important;
}

.jt-auth-form {
  display: grid;
  gap: 15px;
}

.jt-auth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.jt-auth-field {
  display: grid;
  gap: 8px;
}

.jt-auth-field span {
  color: var(--jt-white) !important;
  font-size: 12px;
  font-weight: 900;
  opacity: 1 !important;
}

.jt-auth-field input {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  border-radius: 16px;
  color: var(--jt-white) !important;
  background: #090d13 !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 800;
  transition: 0.22s ease;
}

.jt-auth-field input::placeholder {
  color: rgba(174, 180, 192, 0.62) !important;
  opacity: 1 !important;
}

.jt-auth-field input:hover {
  background: #0b1018 !important;
  border-color: rgba(215, 191, 120, 0.34) !important;
}

.jt-auth-field input:focus {
  color: var(--jt-white) !important;
  background: #0b1018 !important;
  border-color: rgba(215, 191, 120, 0.72) !important;
  box-shadow: 0 0 0 4px rgba(215, 191, 120, 0.10) !important;
}

.jt-auth-field input:-webkit-autofill,
.jt-auth-field input:-webkit-autofill:hover,
.jt-auth-field input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--jt-white) !important;
  box-shadow: 0 0 0 1000px #090d13 inset !important;
  border-color: rgba(215, 191, 120, 0.45) !important;
  caret-color: var(--jt-white) !important;
}

.jt-auth-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 2px;
}

.jt-auth-row a {
  color: var(--jt-gold);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.jt-auth-row a:hover {
  color: var(--jt-gold-soft);
  text-decoration: underline;
}

.jt-auth-check {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--jt-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  cursor: pointer;
}

.jt-auth-check input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: var(--jt-gold);
}

.jt-auth-check span {
  color: var(--jt-muted) !important;
  opacity: 1 !important;
}

.jt-auth-terms {
  margin-top: 2px;
}

.jt-auth-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: 100%;
  margin-top: 6px;
  padding: 0 22px;
  border: 1px solid var(--jt-gold-soft);
  border-radius: 999px;
  color: var(--jt-black);
  background: var(--jt-gold);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(215, 191, 120, 0.20);
  transition: 0.22s ease;
}

.jt-auth-submit:hover {
  transform: translateY(-1px);
  color: var(--jt-black);
  background: var(--jt-white);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 22px 48px rgba(255, 255, 255, 0.10);
}

@media (max-width: 1080px) {
  .jt-auth {
    grid-template-columns: 1fr;
  }

  .jt-auth-left {
    min-height: auto;
    padding: 42px 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(215, 191, 120, 0.16);
  }

  .jt-auth-copy {
    padding: 60px 0 34px;
  }

  .jt-auth-right {
    padding: 34px 22px 50px;
  }
}

@media (max-width: 720px) {
  .jt-auth-left {
    padding: 34px 20px;
  }

  .jt-auth-copy {
    padding: 42px 0 28px;
  }

  .jt-auth-points {
    grid-template-columns: 1fr;
  }

  .jt-auth-card {
    max-width: 100%;
    padding: 14px;
    border-radius: 26px;
  }

  .jt-auth-grid {
    grid-template-columns: 1fr;
  }

  .jt-auth-heading h2 {
    font-size: 26px;
  }

  .jt-auth-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .jt-auth-right {
    padding: 24px 14px 42px;
  }

  .jt-auth-tabs {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .jt-auth-tab {
    border-radius: 18px;
  }

  .jt-auth-panel {
    padding: 6px;
  }

  .jt-auth-copy h1 {
    font-size: 38px;
  }
}
/* FIX INPUT RADIUS - LOGIN JUMPTONE */
body .jt-auth .jt-auth-card .jt-auth-form .jt-auth-field input[type="text"],
body .jt-auth .jt-auth-card .jt-auth-form .jt-auth-field input[type="email"],
body .jt-auth .jt-auth-card .jt-auth-form .jt-auth-field input[type="password"],
body .jt-auth .jt-auth-card .jt-auth-form .jt-auth-field input[type="tel"] {
  display: block !important;
  width: 100% !important;
  min-height: 52px !important;
  height: 52px !important;
  padding: 0 18px !important;
  border-radius: 16px !important;
  -webkit-border-radius: 16px !important;
  color: var(--jt-white) !important;
  background: #090d13 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  outline: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
