/* ===== Level Up Stats auth/signup app-vibe redesign v1.1.0 ===== */
body.landing-body:has(.lus-auth-upgrade),
body.landing-body {
  background:
    radial-gradient(circle at 12% 18%, rgba(0,245,212,.15), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(139,92,246,.18), transparent 28%),
    linear-gradient(180deg, #030811 0%, #06101b 44%, #02060c 100%) !important;
}

.landing-shell-auth-page {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.landing-shell-auth-page::before,
.landing-shell-auth-page::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.landing-shell-auth-page::before {
  opacity: .68;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.68) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(0,245,212,.75) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(119,164,255,.7) 0 1px, transparent 1.5px);
  background-size: 118px 118px, 184px 184px, 272px 272px;
  background-position: 22px 34px, 72px 88px, 18px 142px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.96), rgba(0,0,0,.78) 68%, rgba(0,0,0,.18));
}

.landing-shell-auth-page::after {
  inset: auto -10vw 0;
  height: 32vh;
  opacity: .46;
  background:
    linear-gradient(rgba(0,245,212,.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,245,212,.15) 1px, transparent 1px),
    radial-gradient(ellipse at center bottom, rgba(0,245,212,.24), transparent 66%);
  background-size: 74px 74px, 74px 74px, 100% 100%;
  transform: perspective(560px) rotateX(62deg) translateY(28%);
  transform-origin: bottom;
}

.auth-topbar {
  position: relative;
  background: rgba(3,8,17,.68) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  backdrop-filter: blur(18px);
  box-shadow: none !important;
}

.auth-topbar .container { max-width: 1420px; }
.auth-brand img { height: clamp(46px, 4vw, 68px) !important; }

.auth-hud-preview {
  align-items: center;
  gap: .75rem;
}

.auth-hud-chip {
  min-width: 124px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  padding: .55rem .85rem;
  border: 1px solid rgba(230,237,243,.12);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(20,29,44,.82), rgba(9,14,24,.86));
  box-shadow: 0 12px 32px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.035);
}

.auth-hud-chip img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  image-rendering: pixelated;
  filter: drop-shadow(0 0 10px rgba(255,200,61,.22));
}

.auth-hud-chip small {
  display: block;
  color: #8d9aae;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  line-height: 1.15;
}

.auth-hud-chip strong {
  display: block;
  color: #fff;
  font-size: .95rem;
  line-height: 1.15;
  font-weight: 900;
}

.landing-auth-main {
  min-height: calc(100vh - 98px) !important;
  padding: clamp(1.4rem, 3vw, 3.4rem) 0 clamp(2.2rem, 4vw, 4rem) !important;
}

.auth-choice-page {
  width: 100%;
}

.auth-choice-page .landing-auth-container,
.auth-choice-page .landing-auth-container--wide {
  max-width: 1240px !important;
  width: min(1240px, calc(100vw - 48px)) !important;
  margin-inline: auto !important;
}

.auth-choice-page .landing-auth-card,
.auth-choice-page .landing-auth-card--wide,
.auth-choice-page .auth-choice-card {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.auth-card-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.4rem, 2.4vw, 2rem);
  align-items: stretch;
}

.auth-panel {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-radius: 26px;
  padding: clamp(2rem, 3vw, 3.05rem) !important;
  border: 1px solid rgba(255,255,255,.1);
  color: #eef5ff;
  box-shadow:
    0 32px 100px rgba(0,0,0,.42),
    inset 0 0 0 1px rgba(255,255,255,.035);
}

.auth-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    radial-gradient(circle at 0 0, rgba(0,245,212,.19), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.045), transparent 28%);
  opacity: .95;
}

.auth-panel > * { position: relative; z-index: 1; }

.auth-panel-primary {
  background:
    radial-gradient(circle at 0 0, rgba(0,245,212,.17), transparent 34%),
    linear-gradient(180deg, rgba(9,17,30,.92), rgba(4,9,18,.94));
  border-color: rgba(0,245,212,.48);
  box-shadow:
    0 34px 110px rgba(0,0,0,.48),
    0 0 0 1px rgba(0,245,212,.06),
    0 0 48px rgba(0,245,212,.09);
}

.auth-panel-info {
  background:
    radial-gradient(circle at 82% 0, rgba(124,58,237,.42), transparent 38%),
    linear-gradient(180deg, rgba(44,30,87,.88), rgba(10,12,31,.94));
  border-color: rgba(151,84,255,.62);
  box-shadow:
    0 34px 110px rgba(0,0,0,.46),
    0 0 54px rgba(151,84,255,.16);
}

.auth-pill,
.pixel-pill {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  border: 1px solid rgba(0,245,212,.62);
  background: rgba(0,245,212,.09);
  color: #13f6da;
  border-radius: 999px;
  padding: .68rem .95rem;
  font-family: 'Press Start 2P', monospace;
  font-size: clamp(.48rem, .62vw, .62rem);
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .03em;
  box-shadow: 0 0 24px rgba(0,245,212,.09), inset 0 0 0 1px rgba(255,255,255,.035);
}

.auth-pill span,
.pixel-pill span {
  width: .54rem;
  height: .54rem;
  display: inline-flex;
  border-radius: .16rem;
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
}

.pixel-pill-purple {
  color: #d8b4fe;
  border-color: rgba(216,180,254,.62);
  background: rgba(168,85,247,.13);
}

.auth-main-title {
  max-width: 10.6ch;
  margin: 0;
  color: #f5f8ff !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: clamp(2.2rem, 4.7vw, 4.15rem) !important;
  font-weight: 950 !important;
  line-height: .93 !important;
  letter-spacing: -.07em !important;
  text-transform: uppercase;
  text-shadow: 0 14px 32px rgba(0,0,0,.38), 0 0 34px rgba(255,255,255,.08);
  text-wrap: balance;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.auth-main-copy {
  max-width: 34rem;
  color: #c7d3e5 !important;
  font-size: clamp(1rem, 1.25vw, 1.12rem) !important;
  line-height: 1.58 !important;
}

.auth-email-form {
  max-width: 32rem;
}

.auth-field-label {
  display: block;
  color: #f4f7ff;
  font-size: .82rem;
  font-weight: 900;
  margin: .9rem 0 .5rem;
  text-transform: uppercase;
  letter-spacing: .045em;
}

.auth-input-shell {
  position: relative;
  display: flex;
  align-items: center;
}

.auth-input-icon {
  position: absolute;
  left: 1.05rem;
  z-index: 2;
  width: 1.15rem;
  display: inline-flex;
  justify-content: center;
  color: #13f6da;
  font-size: .95rem;
  line-height: 1;
  filter: drop-shadow(0 0 8px rgba(0,245,212,.4));
}

.auth-field {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(0,245,212,.36);
  background: rgba(1,8,16,.62);
  color: #fff;
  border-radius: 12px;
  padding: .9rem 3rem .9rem 3.1rem;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease, transform .18s ease;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.16), 0 0 0 rgba(0,245,212,0);
}

.auth-field:focus {
  border-color: #13f6da;
  box-shadow: 0 0 0 4px rgba(0,245,212,.12), 0 0 28px rgba(0,245,212,.1);
  background: rgba(4,14,27,.78);
}

.auth-field::placeholder { color: rgba(202,213,228,.58); }

.auth-password-wrap .auth-field { padding-right: 3.25rem; }

.auth-password-toggle {
  position: absolute;
  right: .8rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(230,238,250,.62);
  cursor: pointer;
}

.auth-password-toggle .auth-eye-closed,
.auth-password-toggle.is-visible .auth-eye-open { display: none; }
.auth-password-toggle.is-visible .auth-eye-closed { display: inline; }

.auth-submit-btn {
  width: 100%;
  min-height: 58px;
  margin-top: 1.25rem;
  border: 0;
  border-radius: 10px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  font-family: 'Press Start 2P', monospace;
  font-size: clamp(.65rem, .78vw, .82rem);
  letter-spacing: .04em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #2fffe4 0%, #06d7bd 100%) !important;
  color: #021013 !important;
  box-shadow: 0 20px 46px rgba(0,245,212,.2), inset 0 -4px 0 rgba(0,0,0,.12);
}

.auth-submit-btn:hover { transform: translateY(-1px); }

.auth-or-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.28rem 0 1.05rem;
  color: rgba(255,255,255,.74);
  font-weight: 900;
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .09em;
}

.auth-or-divider::before,
.auth-or-divider::after {
  content: '';
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  flex: 1;
}

.auth-google-btn {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .85rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  padding: .9rem 1rem;
  color: #fff;
  text-decoration: none;
  font-family: 'Press Start 2P', monospace;
  font-size: clamp(.62rem, .72vw, .75rem);
  letter-spacing: .04em;
  text-transform: uppercase;
  background: rgba(10,15,27,.68);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
}

.auth-google-btn:hover {
  color: #fff;
  border-color: rgba(0,245,212,.34);
  background: rgba(0,245,212,.08);
}

.auth-google-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 950;
  text-transform: none;
}

.auth-switch {
  color: rgba(235,243,255,.78);
  font-weight: 500;
  text-align: center;
}

.auth-switch a {
  color: #13f6da;
  text-decoration: none;
  font-weight: 800;
}

.auth-switch a:hover { text-decoration: underline; }

.auth-info-title {
  max-width: 12ch;
  margin: 0;
  font-family: 'Press Start 2P', monospace !important;
  color: #f9fbff;
  font-size: clamp(2rem, 3.75vw, 4.3rem) !important;
  line-height: 1.23 !important;
  letter-spacing: .03em;
  text-shadow: 0 12px 32px rgba(0,0,0,.32), 0 0 34px rgba(216,180,254,.13);
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.auth-benefit-list {
  display: grid;
  gap: .75rem;
}

.auth-benefit-list .landing-auth-list-item,
.auth-benefit-item {
  display: grid;
  grid-template-columns: 58px minmax(0,1fr);
  gap: 1rem;
  align-items: center;
  min-height: 78px;
  padding: .78rem .9rem .78rem .78rem;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(12,15,34,.56);
  color: #eef5ff;
  font-size: clamp(.98rem, 1.15vw, 1.08rem);
  line-height: 1.42;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
}

.auth-benefit-item strong { color: #fff; font-weight: 950; }

.auth-benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Press Start 2P', monospace;
  font-size: 1.05rem;
  line-height: 1;
  border: 1px solid currentColor;
  background: rgba(255,255,255,.06);
  box-shadow: 0 0 20px rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.08);
}

.auth-benefit-icon--teal { color: #9dfef0; background: rgba(0,245,212,.14); }
.auth-benefit-icon--blue { color: #7ec7ff; background: rgba(45,169,255,.14); }
.auth-benefit-icon--purple { color: #dfb5ff; background: rgba(168,85,247,.18); }
.auth-benefit-icon--gold { color: #ffd04a; background: rgba(255,200,61,.16); }

.auth-trust-box {
  border-radius: 16px;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(0,245,212,.32);
  background: linear-gradient(180deg, rgba(0,245,212,.12), rgba(0,144,255,.08));
  color: rgba(245,250,255,.88);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), 0 18px 46px rgba(0,0,0,.16);
}

.auth-trust-box .pixel-font {
  color: #13f6da;
  font-size: clamp(.8rem, 1.05vw, 1rem) !important;
  line-height: 1.5;
  letter-spacing: .06em;
}

@media (min-width: 1400px) {
  .auth-choice-page .landing-auth-container,
  .auth-choice-page .landing-auth-container--wide {
    max-width: 1320px !important;
  }
}

@media (max-width: 1199.98px) {
  .auth-info-title { font-size: clamp(1.75rem, 3.2vw, 3.2rem) !important; }
  .auth-main-title { font-size: clamp(2.2rem, 4.2vw, 3.5rem) !important; }
}

@media (max-width: 991.98px) {
  .auth-card-grid { grid-template-columns: 1fr; }
  .auth-choice-page .landing-auth-container,
  .auth-choice-page .landing-auth-container--wide {
    width: min(760px, calc(100vw - 32px)) !important;
  }
  .auth-info-title { max-width: 15ch; }
  .auth-main-title { max-width: 12ch; }
}

@media (max-width: 575.98px) {
  .landing-auth-main { padding-block: 1rem 2rem !important; }
  .auth-choice-page .landing-auth-container,
  .auth-choice-page .landing-auth-container--wide { width: calc(100vw - 22px) !important; }
  .auth-panel { padding: 1.2rem !important; border-radius: 20px; }
  .auth-main-title { font-size: clamp(2rem, 12vw, 2.75rem) !important; }
  .auth-info-title { font-size: clamp(1.45rem, 8vw, 2.2rem) !important; }
  .auth-pill, .pixel-pill { max-width: 100%; white-space: normal; }
  .auth-benefit-list .landing-auth-list-item,
  .auth-benefit-item { grid-template-columns: 44px minmax(0,1fr); gap: .8rem; }
  .auth-benefit-icon { width: 40px; height: 40px; }
}

/* ===== Level Up Stats auth/signup mockup match tune v1.2.0 ===== */
@media (min-width: 1200px) {
  .auth-choice-page .landing-auth-container,
  .auth-choice-page .landing-auth-container--wide {
    max-width: 1240px !important;
    width: min(1240px, calc(100vw - 64px)) !important;
  }

  .landing-auth-main {
    align-items: flex-start !important;
    min-height: calc(100vh - 90px) !important;
    padding-top: 1.6rem !important;
    padding-bottom: 3.4rem !important;
  }

  .auth-card-grid {
    gap: 2rem !important;
  }

  .auth-panel {
    border-radius: 24px !important;
    padding: 3rem 3.35rem 2rem !important;
  }

  .auth-panel-primary {
    background:
      radial-gradient(circle at 2% 0, rgba(0,245,212,.22), transparent 37%),
      linear-gradient(180deg, rgba(10,18,32,.94), rgba(4,9,18,.96)) !important;
  }

  .auth-panel-info {
    background:
      radial-gradient(circle at 82% 0, rgba(141,77,255,.45), transparent 41%),
      linear-gradient(180deg, rgba(49,34,96,.92), rgba(12,13,35,.96)) !important;
  }

  .auth-pill,
  .pixel-pill {
    padding: .58rem .92rem !important;
    font-size: .58rem !important;
  }

  .auth-main-title {
    max-width: none !important;
    font-size: clamp(2.65rem, 3.05vw, 3.2rem) !important;
    line-height: .96 !important;
    letter-spacing: -.048em !important;
    margin-bottom: .9rem !important;
  }

  .auth-main-copy {
    max-width: 31rem !important;
    font-size: 1.08rem !important;
    line-height: 1.5 !important;
    margin-bottom: 1.25rem !important;
  }

  .auth-field-label {
    margin: .82rem 0 .45rem !important;
  }

  .auth-field {
    min-height: 48px !important;
    border-radius: 11px !important;
    padding-top: .78rem !important;
    padding-bottom: .78rem !important;
  }

  .auth-submit-btn {
    min-height: 56px !important;
    margin-top: 1.05rem !important;
    border-radius: 9px !important;
  }

  .auth-or-divider {
    margin: 1.05rem 0 .95rem !important;
  }

  .auth-google-btn {
    min-height: 50px !important;
    border-radius: 11px !important;
  }

  .auth-switch {
    margin-top: 1.1rem !important;
  }

  .auth-info-title {
    max-width: 15ch !important;
    font-size: clamp(2.3rem, 2.95vw, 3.15rem) !important;
    line-height: 1.25 !important;
    letter-spacing: .035em !important;
    margin-bottom: 1.6rem !important;
  }

  .auth-benefit-list {
    gap: .68rem !important;
  }

  .auth-benefit-list .landing-auth-list-item,
  .auth-benefit-item {
    grid-template-columns: 64px minmax(0,1fr) !important;
    min-height: 82px !important;
    padding: .68rem .9rem .68rem .78rem !important;
    border-radius: 13px !important;
    font-size: 1.05rem !important;
    line-height: 1.36 !important;
  }

  .auth-benefit-icon {
    width: 54px !important;
    height: 54px !important;
    border-radius: 10px !important;
    font-size: 1.35rem !important;
  }

  .auth-trust-box {
    margin-top: 1.55rem !important;
    padding: 1.25rem 1.35rem !important;
    border-radius: 15px !important;
    font-size: 1.05rem !important;
  }
}

/* ===== Press Start two-column auth/trial page v1.3.0 ===== */
.auth-card-grid--forms {
  align-items: stretch;
}

.auth-form-panel {
  display: flex;
  flex-direction: column;
}

.auth-form-panel .auth-email-form {
  max-width: none;
  width: 100%;
}

.auth-signup-panel {
  background:
    radial-gradient(circle at 2% 0, rgba(0,245,212,.22), transparent 37%),
    linear-gradient(180deg, rgba(10,18,32,.94), rgba(4,9,18,.96)) !important;
  border-color: rgba(0,245,212,.48) !important;
  box-shadow:
    0 34px 110px rgba(0,0,0,.48),
    0 0 0 1px rgba(0,245,212,.06),
    0 0 48px rgba(0,245,212,.09) !important;
}

.auth-signup-panel::before {
  background:
    radial-gradient(circle at 0 0, rgba(0,245,212,.19), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.045), transparent 28%) !important;
}

.auth-signup-panel .auth-main-title,
.auth-login-panel .auth-main-title {
  max-width: none !important;
}

.auth-signup-panel .auth-main-copy,
.auth-login-panel .auth-main-copy {
  min-height: 3.2rem;
}

.auth-flash {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(8,16,28,.88);
  color: #eef5ff;
  box-shadow: 0 16px 38px rgba(0,0,0,.22);
}

.auth-flash.alert-danger { border-color: rgba(255,96,120,.45); }
.auth-flash.alert-success { border-color: rgba(0,245,212,.42); }

.auth-signup-form .auth-field-label {
  margin-top: .72rem;
}

.auth-signup-form .auth-field {
  min-height: 46px;
}

.auth-switch {
  color: rgba(235,243,255,.72);
  font-size: .9rem;
  line-height: 1.45;
}

@media (min-width: 1200px) {
  .auth-card-grid--forms .auth-panel {
    padding: 2.35rem 2.6rem 2rem !important;
  }

  .auth-card-grid--forms .auth-main-title {
    font-size: clamp(2.35rem, 2.68vw, 2.95rem) !important;
    line-height: 1.02 !important;
  }

  .auth-card-grid--forms .auth-main-copy {
    font-size: 1.02rem !important;
    margin-bottom: .85rem !important;
  }

  .auth-card-grid--forms .auth-field-label {
    margin: .68rem 0 .38rem !important;
  }

  .auth-card-grid--forms .auth-field {
    min-height: 46px !important;
  }

  .auth-card-grid--forms .auth-submit-btn {
    min-height: 52px !important;
    margin-top: .95rem !important;
  }

  .auth-card-grid--forms .auth-or-divider {
    margin: .95rem 0 .82rem !important;
  }

  .auth-card-grid--forms .auth-google-btn {
    min-height: 48px !important;
  }
}

@media (max-width: 991.98px) {
  .auth-signup-panel .auth-main-copy,
  .auth-login-panel .auth-main-copy {
    min-height: 0;
  }
}


/* ===== Demo CTA + homepage-style auth header v0.6.13 ===== */
.auth-topbar {
  background: rgba(6, 13, 24, .92) !important;
  border-bottom: 1px solid rgba(230,237,243,.08) !important;
  backdrop-filter: blur(14px);
}

.auth-topbar .container {
  max-width: 1320px !important;
}

.auth-brand img,
.auth-topbar .public-header-logo img {
  height: 46px !important;
}

.auth-demo-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.1rem, 2.4vw, 2rem);
  margin-inline: auto;
  padding: clamp(1.4rem, 2.4vw, 2.2rem);
  border-radius: 24px;
  border: 1px solid rgba(255, 210, 31, .34);
  background:
    radial-gradient(circle at 0 0, rgba(255,210,31,.18), transparent 34%),
    radial-gradient(circle at 90% 10%, rgba(0,245,212,.14), transparent 32%),
    linear-gradient(180deg, rgba(12,20,34,.94), rgba(5,10,19,.96));
  box-shadow:
    0 28px 90px rgba(0,0,0,.42),
    inset 0 0 0 1px rgba(255,255,255,.035);
}

.auth-demo-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,210,31,.12), transparent 36%, rgba(0,245,212,.1)),
    linear-gradient(180deg, rgba(255,255,255,.045), transparent 28%);
}

.auth-demo-panel > * {
  position: relative;
  z-index: 1;
}

.auth-demo-title {
  font-size: clamp(1.45rem, 3vw, 2.35rem) !important;
  line-height: 1.05 !important;
  color: #fff;
  letter-spacing: -.035em;
}

.auth-demo-text {
  max-width: 72ch;
  color: rgba(235,243,255,.78) !important;
  font-size: clamp(.98rem, 1.25vw, 1.08rem) !important;
  line-height: 1.6 !important;
}

.auth-demo-form {
  margin: 0;
}

.auth-demo-btn {
  min-width: 180px;
  min-height: 54px;
  white-space: nowrap;
  border-color: rgba(255,210,31,.48) !important;
  box-shadow: 0 0 34px rgba(255,210,31,.18) !important;
}

.auth-demo-pill {
  border-color: rgba(255,210,31,.34) !important;
}

.auth-demo-pill span {
  background: #ffd42a !important;
  box-shadow: 0 0 16px rgba(255,210,31,.5) !important;
}

@media (max-width: 991.98px) {
  .auth-demo-panel {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .auth-demo-btn {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .auth-topbar .container {
    padding-top: .8rem !important;
    padding-bottom: .8rem !important;
  }

  .auth-demo-panel {
    border-radius: 20px;
    padding: 1.15rem;
  }

  .auth-demo-title {
    font-size: clamp(1.4rem, 8vw, 1.9rem) !important;
  }
}
