.auth-body {
  min-height: 100vh;
  overflow-x: hidden;
  background: #080a10;
}

.auth-body::before,
.auth-body::after {
  content: "";
  position: fixed;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(2px);
}

.auth-body::before {
  top: -25vw;
  left: -18vw;
  width: 68vw;
  height: 68vw;
  background: radial-gradient(circle, rgba(75, 104, 255, .13), transparent 68%);
}

.auth-body::after {
  right: -26vw;
  bottom: -35vw;
  width: 72vw;
  height: 72vw;
  background: radial-gradient(circle, rgba(137, 70, 255, .11), transparent 68%);
}

.auth-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(440px, 1.08fr) minmax(430px, .92fr);
  min-height: 100vh;
}

.auth-story {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: clamp(28px, 4vw, 60px);
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, .07);
  background:
    linear-gradient(135deg, rgba(14, 18, 32, .94), rgba(9, 11, 19, .97)),
    #090c14;
}

.auth-story::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .25;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.auth-story::after {
  content: "";
  position: absolute;
  top: 16%;
  left: 20%;
  width: 60%;
  aspect-ratio: 1;
  pointer-events: none;
  border: 1px solid rgba(112, 126, 255, .08);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(112, 126, 255, .025),
    0 0 0 140px rgba(112, 126, 255, .015);
}

.auth-brand,
.auth-mobile-brand {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  color: white;
  letter-spacing: .11em;
}

.auth-brand > span,
.auth-mobile-brand img {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 7px;
  overflow: hidden;
  border: 1px solid rgba(136, 149, 255, .24);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(79, 111, 255, .24), rgba(139, 68, 255, .18));
  box-shadow: 0 14px 34px rgba(50, 61, 170, .2);
}

.auth-brand img {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  object-fit: contain;
}

.auth-brand strong,
.auth-mobile-brand strong {
  font-size: 15px;
}

.auth-copy {
  position: relative;
  z-index: 2;
  width: min(680px, 100%);
  margin: auto 0;
  padding: 70px 0;
}

.auth-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #899aff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.auth-eyebrow::before {
  content: "";
  width: 22px;
  border-top: 1px solid currentColor;
}

.auth-copy h1 {
  max-width: 650px;
  margin: 18px 0 20px;
  font-size: clamp(40px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -.06em;
  text-wrap: balance;
}

.auth-copy > p {
  max-width: 570px;
  margin-bottom: 34px;
  color: #929bad;
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.7;
}

.auth-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.auth-feature-grid article {
  display: grid;
  grid-template-columns: 28px 1fr;
  column-gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 13px;
  background: rgba(255, 255, 255, .022);
  backdrop-filter: blur(8px);
}

.auth-feature-grid article i {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(90, 116, 255, .24), rgba(143, 75, 255, .17));
}

.auth-feature-grid article i::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #b8c2ff;
  border-radius: 3px;
  transform: rotate(45deg);
}

.auth-feature-grid strong,
.auth-feature-grid small {
  display: block;
}

.auth-feature-grid strong {
  margin-bottom: 3px;
  font-size: 11px;
}

.auth-feature-grid small {
  color: #717a8e;
  font-size: 9px;
  line-height: 1.45;
}

.auth-signal {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #737c8f;
  font-size: 10px;
}

.auth-signal span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.auth-signal span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #42d99b;
  box-shadow: 0 0 0 5px rgba(66, 217, 155, .07);
}

.auth-signal a:hover {
  color: white;
}

.auth-panel {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: clamp(28px, 5vw, 80px);
}

.auth-card {
  width: min(430px, 100%);
}

.auth-mobile-brand {
  display: none;
  margin-bottom: 44px;
}

.auth-card h2 {
  margin: 12px 0 8px;
  font-size: clamp(32px, 4vw, 44px);
  letter-spacing: -.05em;
}

.auth-card #loginHeading > p {
  margin-bottom: 28px;
  color: #7f8799;
  line-height: 1.6;
}

.auth-alert {
  margin-bottom: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 105, 130, .22);
  border-radius: 11px;
  color: #ffadba;
  background: rgba(255, 105, 130, .06);
  font-size: 11px;
  line-height: 1.5;
}

.auth-alert.success {
  border-color: rgba(66, 217, 155, .22);
  color: #7ce8b9;
  background: rgba(66, 217, 155, .06);
}

.auth-form {
  display: grid;
  gap: 10px;
}

.auth-form > label,
.auth-label-row label {
  color: #b4baca;
  font-size: 11px;
  font-weight: 700;
}

.auth-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 7px;
}

.auth-label-row button {
  padding: 0;
  border: 0;
  color: #899aff;
  background: transparent;
  font-size: 10px;
}

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

.auth-input input {
  width: 100%;
  height: 50px;
  padding: 0 48px 0 43px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 12px;
  color: white;
  background: rgba(12, 15, 24, .82);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.auth-input input::placeholder {
  color: #4f5668;
}

.auth-input input:focus {
  border-color: rgba(114, 133, 255, .65);
  background: rgba(15, 19, 31, .95);
  box-shadow: 0 0 0 4px rgba(102, 124, 255, .08);
}

.auth-icon-mail,
.auth-icon-lock {
  position: absolute;
  z-index: 1;
  left: 15px;
  width: 16px;
  height: 16px;
  color: #687188;
}

.auth-icon-mail {
  border: 1px solid currentColor;
  border-radius: 4px;
}

.auth-icon-mail::before,
.auth-icon-mail::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 9px;
  border-top: 1px solid currentColor;
}

.auth-icon-mail::before {
  left: 0;
  transform: rotate(35deg);
}

.auth-icon-mail::after {
  right: 0;
  transform: rotate(-35deg);
}

.auth-icon-lock {
  top: 17px;
  height: 12px;
  border: 1px solid currentColor;
  border-radius: 4px;
}

.auth-icon-lock::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 3px;
  width: 8px;
  height: 8px;
  border: 1px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.password-toggle {
  position: absolute;
  right: 12px;
  padding: 6px;
  border: 0;
  color: #737c91;
  background: transparent;
  font-size: 9px;
  font-weight: 750;
}

.auth-remember {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 6px 0 8px;
  color: #81899a !important;
  font-weight: 500 !important;
}

.auth-remember input {
  appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 5px;
  background: #0d1019;
}

.auth-remember input:checked {
  display: grid;
  place-items: center;
  border-color: #667cff;
  background: #667cff;
}

.auth-remember input:checked::before {
  content: "✓";
  color: white;
  font-size: 10px;
  font-weight: 900;
}

.auth-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 50px;
  border: 0;
  border-radius: 12px;
  color: white;
  background: linear-gradient(135deg, #536fff, #8d4cff);
  box-shadow: 0 16px 34px rgba(89, 82, 255, .22);
  font-size: 12px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.auth-submit:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 20px 42px rgba(89, 82, 255, .28);
}

.auth-submit:disabled {
  cursor: wait;
  opacity: .65;
}

.auth-submit.loading i {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, .35);
  border-top-color: white;
  border-radius: 50%;
  font-size: 0;
  animation: auth-spin 700ms linear infinite;
}

@keyframes auth-spin {
  to { transform: rotate(360deg); }
}

.auth-footer {
  margin-top: 30px;
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  text-align: center;
}

.auth-footer p {
  margin-bottom: 12px;
  color: #7f8799;
  font-size: 11px;
}

.auth-footer p a {
  color: #95a3ff;
  font-weight: 750;
}

.auth-footer small {
  color: #4f5666;
  font-size: 9px;
}

@media (max-width: 980px) {
  .auth-shell {
    grid-template-columns: 1fr;
  }

  .auth-story {
    display: none;
  }

  .auth-panel {
    padding: 36px 24px;
  }

  .auth-mobile-brand {
    display: flex;
  }
}

@media (max-width: 520px) {
  .auth-panel {
    place-items: start center;
    padding: 24px 18px 36px;
  }

  .auth-mobile-brand {
    margin-bottom: 54px;
  }

  .auth-card h2 {
    font-size: 35px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}


.button.locked,button.locked,[aria-disabled="true"].button{cursor:not-allowed!important;opacity:.62!important;pointer-events:none!important}.discount-banner{padding:19px 24px;display:flex;gap:15px;align-items:center;margin-bottom:25px;background:rgba(88,225,255,.06);border:1px solid rgba(88,225,255,.22);border-radius:16px}.discount-banner strong{color:#e5fbff}.discount-banner small{display:block;color:#aab7c9}.term-summary{font-size:13px;color:#93e6ff;margin:-8px 0 12px;font-weight:800}


.brand-logo{display:block;object-fit:cover;border-radius:9px}
.single-auth{grid-template-columns:1fr;place-items:center;padding:32px}.centred-panel{width:min(100%,720px)}.access-card{text-align:center}.access-card .auth-mobile-brand{display:inline-flex;margin:0 auto 24px}.access-card h1{font-size:clamp(34px,6vw,58px);line-height:1.02;margin:10px 0 14px}.access-card p{color:var(--muted);line-height:1.65}.access-countdown{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:28px 0}.access-countdown span{min-width:82px;padding:12px 14px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.05)}.access-countdown b{display:block;font-size:26px;color:#fff}.access-countdown small{display:block;margin-top:5px;font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.access-actions{display:flex;gap:12px;justify-content:center;align-items:center;flex-wrap:wrap}.link-button{text-decoration:none}.secondary-auth-link{color:var(--muted);text-decoration:none;font-weight:800}.secondary-auth-link:hover{color:#fff}
