/* Casino-led member banner — no characters or unverified licence claims. */
.auth-promo {
  position: relative !important;
  isolation: isolate;
  height: 210px !important;
  overflow: hidden;
  background: #043e22 url('../decor/nt77-auth-phone-experience-v2.webp') center/cover no-repeat !important;
}

.auth-promo::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 37, 19, .97) 0%, rgba(0, 50, 25, .87) 43%, rgba(0, 43, 22, .12) 77%);
}

.auth-promo > div {
  position: relative !important;
  z-index: 1;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  max-width: 53% !important;
  padding: 20px !important;
  color: #fff;
}

.auth-promo--vip {
  background-image: url('../decor/nt77-auth-vip-benefits-v1.webp') !important;
}

.auth-promo--vip::after {
  background: linear-gradient(90deg, rgba(0, 30, 18, .97) 0%, rgba(0, 41, 23, .86) 43%, rgba(0, 37, 21, .12) 77%);
}

.auth-promo--rewards {
  background: #043e22 url('../decor/nt77-auth-member-rewards-v1.webp') center/cover no-repeat !important;
}

.auth-promo--rewards > div:first-child {
  justify-content: flex-start !important;
  padding-top: 29px !important;
}

.auth-logo-row {
  position: absolute !important;
  z-index: 999 !important;
  right: auto !important;
  left: 20px !important;
  top: auto !important;
  bottom: 10px !important;
  display: grid !important;
  grid-template-columns: 24px 45px 55px 20px;
  align-items: center;
  justify-content: start;
  column-gap: 6px;
  height: 22px !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  opacity: 1;
  pointer-events: none;
}

.auth-logo-row img { display: block; width: auto; max-width: 100%; justify-self: center; align-self: center; object-fit: contain; filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .8)); }
.auth-logo-row .mark-gc { height: 18px; }
.auth-logo-row .mark-bmm { height: 13px; }
.auth-logo-row .mark-threat { height: 12px; }
.auth-logo-row .mark-age { height: 18px; }

.auth-promo--rewards > div:first-child {
  max-width: 53% !important;
  padding-left: 20px !important;
}

.auth-promo > div > span {
  color: #ffd34f !important;
  font-size: 8px !important;
  letter-spacing: 1.2px;
}

.auth-promo strong {
  font-size: 30px !important;
  font-weight: 1000 !important;
  line-height: .9 !important;
  letter-spacing: -.055em !important;
  text-shadow: 0 2px 9px rgba(0, 0, 0, .34);
}
.auth-promo strong em { color: #ffd34f !important; }
.auth-promo small { margin-top: 8px; font-size: 8px !important; line-height: 1.3 !important; }

.auth-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 9px;
}

.auth-trust span {
  padding: 4px 5px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  color: #f8efc9 !important;
  font: 800 5.5px/1 Arial, sans-serif !important;
  letter-spacing: .35px;
  white-space: nowrap;
}

.auth-page ~ .nt77-daily-checkin-popout,
.auth-page ~ .nt77-game-centre-shortcut { display: none !important; }

/* Use the same 10px content rail and 12px section rhythm as member pages. */
body:has(.auth-page) { background: #f4f8f5; }

.auth-page {
  width: min(100%, 430px) !important;
  min-height: auto !important;
  margin: 0 auto !important;
  padding: 11px 10px 22px !important;
  background: #f4f8f5 !important;
}

.auth-promo { margin: 0 auto 12px !important; border-radius: 15px !important; }

.auth-card,
.auth-card.register {
  margin: 0 auto 12px !important;
  border-radius: 15px !important;
  box-shadow: 0 7px 16px rgba(7, 76, 37, .08) !important;
}

.auth-eyebrow { margin-top: 15px !important; }
.auth-lead { margin-bottom: 12px !important; }
.auth-form { margin: 0 12px !important; padding: 13px !important; }

/* Keep the access choice bright and crisp against the dark casino banner. */
.auth-tabs {
  gap: 4px;
  padding: 5px;
  border-radius: 15px 15px 0 0 !important;
  background: #fff !important;
  box-shadow: inset 0 -1px 0 #e3ebe5;
}

.auth-tabs a {
  padding: 12px 10px !important;
  border-radius: 10px;
  color: #17623c !important;
  font-size: 10px !important;
  font-weight: 1000 !important;
}

.auth-tabs a.is-active {
  background: #f3faf4;
  color: #08783b !important;
  box-shadow: inset 0 -3px 0 #0a8a42;
}

.auth-tabs a.is-active::after { display: none !important; }

@media (max-width: 370px) {
  .auth-promo > div { max-width: 56% !important; padding-left: 16px !important; }
  .auth-promo strong { font-size: 27px !important; }
}
