body.portal-auth-locked {
  overflow: hidden;
}

body.portal-auth-locked .app-shell,
body.portal-auth-locked .modal {
  visibility: hidden;
  pointer-events: none;
}

.portal-access-hidden {
  display: none !important;
}

.portal-auth-user {
  display: inline-flex;
  align-items: center;
  max-width: 240px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(203, 164, 91, .18);
  border-radius: 8px;
  color: rgba(248, 239, 225, .72);
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.portal-auth-noscript {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #080706;
  color: #f8efe1;
  font: 700 15px/1.45 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
}

.portal-auth-screen {
  --portal-auth-ink: #090909;
  --portal-auth-pearl: #f4f1eb;
  --portal-auth-champagne: #cbb99c;
  --portal-auth-muted: #807b73;
  --portal-auth-mx: 0;
  --portal-auth-my: 0;
  --mx: 0;
  --my: 0;
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow-x: hidden;
  overflow-y: auto;
  isolation: isolate;
  background: #090909;
  color: var(--portal-auth-pearl);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.portal-auth-screen,
.portal-auth-screen * {
  box-sizing: border-box;
}

.portal-auth-screen button,
.portal-auth-screen input {
  font: inherit;
}

.portal-auth-motion,
.portal-auth-silk,
.portal-auth-noise,
.portal-auth-vignette {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.portal-auth-motion {
  z-index: 0;
  object-fit: cover;
  opacity: .18;
  filter: saturate(.72) contrast(1.08) brightness(.72);
}

.portal-auth-silk {
  z-index: 1;
}

.portal-auth-noise {
  z-index: 2;
  opacity: .24;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
}

.portal-auth-vignette {
  z-index: 2;
  background: radial-gradient(circle at 39% 48%, transparent 0 28%, rgba(0, 0, 0, .14) 62%, rgba(0, 0, 0, .64) 118%);
}

.portal-auth-giant-mark {
  position: fixed;
  left: 34%;
  top: 53%;
  z-index: 2;
  width: 48vw;
  max-width: 820px;
  min-width: 360px;
  opacity: .038;
  filter: blur(.1px);
  pointer-events: none;
  transform: translate(-50%, -50%) translate(calc(var(--mx) * -10px), calc(var(--my) * -8px));
  transition: transform 1.6s cubic-bezier(.2, .8, .2, 1);
}

.portal-auth-orbital {
  position: fixed;
  left: 34%;
  top: 53%;
  z-index: 2;
  width: 48vw;
  height: 48vw;
  max-width: 820px;
  max-height: 820px;
  min-width: 360px;
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(14deg);
  animation: portalAuthOrbit 24s linear infinite;
}

.portal-auth-orbital::before,
.portal-auth-orbital::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(203, 185, 156, .10);
  border-radius: 50%;
  inset: 10% -8%;
  transform: rotate(62deg);
}

.portal-auth-orbital::after {
  inset: -6% 17%;
  border-color: rgba(255, 255, 255, .05);
  transform: rotate(-38deg);
}

.portal-auth-intro {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #070707;
  animation: portalAuthIntroOut .95s cubic-bezier(.68, 0, .2, 1) 1.75s forwards;
}

.portal-auth-intro::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 48% 52%, rgba(255, 255, 255, .13), transparent 16%),
    conic-gradient(from 210deg at 50% 50%, transparent, rgba(203, 185, 156, .14), transparent 28%);
  animation: portalAuthIntroHalo 2.3s ease-in-out both;
}

.portal-auth-intro-inner {
  position: relative;
  text-align: center;
  transform: translateY(-3vh);
}

.portal-auth-intro-logo {
  width: min(280px, 58vw);
  height: auto;
  opacity: 0;
  filter: drop-shadow(0 0 28px rgba(255, 255, 255, .12));
  animation: portalAuthLogoReveal .9s cubic-bezier(.2, .8, .2, 1) .18s forwards;
}

.portal-auth-intro-kicker {
  margin-top: 28px;
  color: rgba(255, 255, 255, .56);
  font-size: 10px;
  letter-spacing: .48em;
}

.portal-auth-intro-line {
  width: min(280px, 58vw);
  height: 1px;
  margin: 22px auto 0;
  overflow: hidden;
  background: rgba(255, 255, 255, .13);
}

.portal-auth-intro-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, #fff 45%, var(--portal-auth-champagne));
  animation: portalAuthLineLoad 1.05s cubic-bezier(.6, 0, .2, 1) .62s forwards;
}

.portal-auth-topbar {
  position: relative;
  z-index: 4;
  height: 118px;
  padding: 36px 4.5vw 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  opacity: 0;
  animation: portalAuthFadeDown .75s ease 2.15s forwards;
}

.portal-auth-brand-lockup {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.portal-auth-brand-logo {
  display: block;
  width: 166px;
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .24));
}

.portal-auth-hairline {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, .2);
}

.portal-auth-brand-meta {
  color: rgba(255, 255, 255, .52);
  font-size: 9px;
  line-height: 1.55;
  letter-spacing: .29em;
  text-transform: uppercase;
  white-space: pre-line;
}

.portal-auth-system-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, .035);
  backdrop-filter: blur(14px);
  color: rgba(255, 255, 255, .66);
  font-size: 10px;
  letter-spacing: .19em;
  text-transform: uppercase;
  white-space: nowrap;
}

.portal-auth-system-pill i {
  display: block;
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #d7e6d8;
  box-shadow: 0 0 0 5px rgba(215, 230, 216, .08), 0 0 18px rgba(215, 230, 216, .4);
}

.portal-auth-layout {
  position: relative;
  z-index: 3;
  min-height: calc(100vh - 118px);
  min-height: calc(100svh - 118px);
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(510px, .76fr);
  align-items: center;
  gap: 4.7vw;
  padding: 0 4.5vw 5vh;
}

.portal-auth-story {
  align-self: center;
  max-width: 900px;
  padding-bottom: 3vh;
  opacity: 0;
  transform: translateY(18px);
  animation: portalAuthStoryIn .9s cubic-bezier(.2, .8, .2, 1) 2.22s forwards;
}

.portal-auth-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 27px;
  color: rgba(255, 255, 255, .55);
  font-size: 10px;
  letter-spacing: .37em;
  text-transform: uppercase;
}

.portal-auth-eyebrow::before {
  content: "";
  width: 58px;
  height: 1px;
  flex: 0 0 auto;
  background: linear-gradient(90deg, var(--portal-auth-champagne), transparent);
}

.portal-auth-hero-title {
  max-width: 850px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 74px;
  font-size: clamp(58px, 5.1vw, 98px);
  font-weight: 400;
  line-height: .93;
  letter-spacing: 0;
}

.portal-auth-hero-title em {
  color: var(--portal-auth-champagne);
  font-style: italic;
  font-weight: 400;
}

.portal-auth-lead {
  max-width: 590px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, .57);
  font-size: 15px;
  line-height: 1.78;
  letter-spacing: .012em;
}

.portal-auth-signature {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 54px;
  color: rgba(255, 255, 255, .46);
  font-size: 9px;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.portal-auth-signature::before {
  content: "";
  display: block;
  width: 92px;
  height: 1px;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, .22);
}

.portal-auth-card-wrap {
  position: relative;
  width: min(100%, 590px);
  justify-self: end;
  opacity: 0;
  transform: translateX(44px) scale(.985);
  animation: portalAuthCardIn 1.05s cubic-bezier(.17, .84, .23, 1) 2.25s forwards;
}

.portal-auth-card-aura {
  position: absolute;
  inset: -26px;
  border-radius: 48px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(203, 185, 156, .06), transparent 62%);
  filter: blur(23px);
  opacity: .8;
}

.portal-auth-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(250, 248, 244, .95), rgba(235, 230, 221, .91));
  color: var(--portal-auth-ink);
  padding: 52px 54px 34px;
  box-shadow: 0 50px 120px rgba(0, 0, 0, .47), inset 0 1px 0 rgba(255, 255, 255, .9), inset 0 -1px 0 rgba(0, 0, 0, .06);
  backdrop-filter: blur(30px) saturate(125%);
}

.portal-auth-card::before {
  content: "";
  position: absolute;
  left: -40%;
  top: -80%;
  width: 80%;
  height: 230%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .48), transparent);
  animation: portalAuthCardShine 7s ease-in-out 3.1s infinite;
}

.portal-auth-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(circle at calc(50% + var(--mx) * 15%) calc(10% + var(--my) * 10%), rgba(255, 255, 255, .62), transparent 42%);
  opacity: .36;
}

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

.portal-auth-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 52px;
}

.portal-auth-card-logo {
  display: block;
  width: 151px;
  max-width: 52%;
  height: auto;
}

.portal-auth-private-tag {
  border: 1px solid rgba(9, 9, 9, .11);
  border-radius: 999px;
  padding: 9px 12px 8px;
  background: rgba(255, 255, 255, .34);
  color: #777169;
  font-size: 8px;
  letter-spacing: .24em;
  text-transform: uppercase;
  white-space: nowrap;
}

.portal-auth-welcome-kicker {
  margin-bottom: 12px;
  color: #8b847b;
  font-size: 9px;
  letter-spacing: .32em;
  text-transform: uppercase;
}

.portal-auth-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: 0;
}

.portal-auth-card-copy {
  margin: 15px 0 34px;
  color: #777169;
  font-size: 13px;
  line-height: 1.58;
}

.portal-auth-form {
  display: block;
}

.portal-auth-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.portal-auth-field {
  position: relative;
  margin-top: 20px;
}

.portal-auth-field label {
  display: block;
  margin: 0 0 10px;
  color: #5b5650;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.portal-auth-field-shell {
  position: relative;
}

.portal-auth-field input {
  width: 100%;
  height: 59px;
  border: 0;
  border-bottom: 1px solid rgba(9, 9, 9, .18);
  border-radius: 0;
  background: transparent;
  color: var(--portal-auth-ink);
  font-size: 15px;
  outline: none;
  padding: 0 43px 0 0;
  transition: border-color .25s, box-shadow .25s;
}

.portal-auth-field input::placeholder {
  color: #aaa49b;
}

.portal-auth-field input:focus {
  border-color: #151515;
  box-shadow: 0 1px 0 #151515;
}

body.v87-imperial .portal-auth-screen.portal-auth-luxury .portal-auth-title {
  color: var(--portal-auth-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

body.v87-imperial .portal-auth-screen.portal-auth-luxury .portal-auth-field input {
  width: 100% !important;
  height: 59px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(9, 9, 9, .18) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--portal-auth-ink) !important;
  padding: 0 43px 0 0 !important;
  box-shadow: none !important;
}

body.v87-imperial .portal-auth-screen.portal-auth-luxury .portal-auth-field input:focus {
  border-color: #151515 !important;
  box-shadow: 0 1px 0 #151515 !important;
}

body.v87-imperial .portal-auth-screen.portal-auth-luxury .portal-auth-field input::placeholder {
  color: #aaa49b !important;
}

.portal-auth-field-icon,
.portal-auth-eye {
  position: absolute;
  right: 2px;
  bottom: 19px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: #847e75;
}

.portal-auth-eye {
  right: -7px;
  bottom: 11px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background .2s, color .2s;
}

.portal-auth-eye:hover,
.portal-auth-eye:focus-visible {
  background: rgba(9, 9, 9, .06);
  color: #111;
}

.portal-auth-field-icon svg,
.portal-auth-eye svg,
.portal-auth-submit-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.portal-auth-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 25px 0 28px;
  color: #777169;
  font-size: 11px;
}

.portal-auth-remember {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: inherit;
}

.portal-auth-remember input {
  appearance: none;
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(9, 9, 9, .22);
  border-radius: 5px;
  background: #101010;
}

.portal-auth-remember input::after {
  content: "";
  width: 7px;
  height: 4px;
  border-left: 1.7px solid #fff;
  border-bottom: 1.7px solid #fff;
  transform: rotate(-45deg) translate(1px, -1px);
}

body.v87-imperial .portal-auth-screen.portal-auth-luxury .portal-auth-remember input {
  width: 17px !important;
  height: 17px !important;
  border: 1px solid rgba(9, 9, 9, .22) !important;
  border-radius: 5px !important;
  background: #101010 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.portal-auth-muted-link {
  color: #35312d;
  text-align: right;
}

.portal-auth-submit {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 64px;
  border: 0;
  border-radius: 999px;
  background: #0b0b0b;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
  transition: transform .22s ease, box-shadow .22s ease, opacity .2s ease;
}

.portal-auth-submit::before {
  content: "";
  position: absolute;
  inset: -20% auto -20% -45%;
  width: 34%;
  transform: skewX(-24deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
  animation: portalAuthButtonShine 4.8s ease-in-out 3.5s infinite;
}

.portal-auth-submit span:not(.portal-auth-submit-icon) {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 58px 0 22px;
}

.portal-auth-submit-icon {
  position: absolute;
  right: 11px;
  top: 10px;
  z-index: 1;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #dfd6c8, #bda98b);
  color: #111;
  transition: transform .22s ease;
}

.portal-auth-submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(0, 0, 0, .28);
}

.portal-auth-submit:hover:not(:disabled) .portal-auth-submit-icon {
  transform: translateX(3px);
}

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

.portal-auth-status {
  min-height: 18px;
  margin-top: 14px;
  color: rgba(9, 9, 9, .58);
  font-size: 12px;
  line-height: 1.35;
}

.portal-auth-status.danger {
  color: #8f2418;
}

.portal-auth-status.ok {
  color: #1d6b37;
}

.portal-auth-divider {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 24px 0 18px;
  color: #9c968d;
  font-size: 8px;
  letter-spacing: .23em;
  text-transform: uppercase;
}

.portal-auth-divider::before,
.portal-auth-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(9, 9, 9, .11);
}

.portal-auth-sso {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(9, 9, 9, .15);
  border-radius: 999px;
  background: rgba(255, 255, 255, .25);
  color: #2d2925;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.portal-auth-sso:disabled {
  cursor: not-allowed;
  opacity: .58;
}

.portal-auth-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 28px;
  padding-top: 23px;
  border-top: 1px solid rgba(9, 9, 9, .09);
  color: #918a81;
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.portal-auth-secure {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.portal-auth-secure i {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #81947f;
  box-shadow: 0 0 0 4px rgba(129, 148, 127, .11);
}

.portal-auth-powered {
  opacity: .75;
  white-space: nowrap;
}

#portalAuthLogoutBtn {
  white-space: nowrap;
}

@keyframes portalAuthLogoReveal {
  0% {
    opacity: 0;
    transform: scale(.92);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0) drop-shadow(0 0 28px rgba(255, 255, 255, .12));
  }
}

@keyframes portalAuthIntroHalo {
  0% {
    opacity: 0;
    transform: scale(.75) rotate(-25deg);
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: .45;
    transform: scale(1.15) rotate(5deg);
  }
}

@keyframes portalAuthLineLoad {
  to {
    transform: translateX(0);
  }
}

@keyframes portalAuthIntroOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  99% {
    opacity: 0;
    transform: scale(1.035);
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@keyframes portalAuthFadeDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes portalAuthStoryIn {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes portalAuthCardIn {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes portalAuthOrbit {
  to {
    transform: translate(-50%, -50%) rotate(374deg);
  }
}

@keyframes portalAuthCardShine {
  0%,
  62% {
    transform: translateX(-170%) rotate(18deg);
  }
  82%,
  100% {
    transform: translateX(280%) rotate(18deg);
  }
}

@keyframes portalAuthButtonShine {
  0%,
  64% {
    left: -45%;
  }
  82%,
  100% {
    left: 120%;
  }
}

@media (max-height: 920px) and (min-width: 881px) {
  .portal-auth-topbar {
    height: 94px;
    padding-top: 27px;
  }

  .portal-auth-layout {
    min-height: calc(100vh - 94px);
    min-height: calc(100svh - 94px);
    padding-bottom: 3vh;
  }

  .portal-auth-card {
    border-radius: 32px;
    padding: 35px 42px 22px;
  }

  .portal-auth-card-wrap {
    max-width: 560px;
  }

  .portal-auth-card-top {
    margin-bottom: 31px;
  }

  .portal-auth-card-logo {
    width: 138px;
  }

  .portal-auth-welcome-kicker {
    margin-bottom: 9px;
    font-size: 8px;
  }

  .portal-auth-title {
    font-size: 40px;
  }

  .portal-auth-card-copy {
    margin: 10px 0 21px;
    font-size: 12px;
  }

  .portal-auth-field {
    margin-top: 13px;
  }

  .portal-auth-field label {
    margin-bottom: 6px;
    font-size: 9px;
  }

  .portal-auth-field input {
    height: 49px;
    font-size: 14px;
  }

  body.v87-imperial .portal-auth-screen.portal-auth-luxury .portal-auth-field input {
    height: 49px !important;
  }

  .portal-auth-field-icon {
    bottom: 15px;
  }

  .portal-auth-eye {
    bottom: 7px;
  }

  .portal-auth-options {
    margin: 18px 0 20px;
  }

  .portal-auth-submit {
    min-height: 56px;
  }

  .portal-auth-submit-icon {
    top: 9px;
    width: 38px;
    height: 38px;
  }

  .portal-auth-divider {
    margin: 20px 0 14px;
  }

  .portal-auth-sso {
    min-height: 46px;
  }

  .portal-auth-card-bottom {
    margin-top: 18px;
    padding-top: 16px;
  }
}

@media (max-width: 1150px) {
  .portal-auth-layout {
    grid-template-columns: minmax(0, 1fr) minmax(455px, .82fr);
    gap: 3vw;
  }

  .portal-auth-card {
    padding: 44px 44px 30px;
  }

  .portal-auth-hero-title {
    font-size: 60px;
    font-size: clamp(52px, 6vw, 76px);
  }

  .portal-auth-brand-meta,
  .portal-auth-hairline {
    display: none;
  }
}

@media (max-width: 880px) {
  .portal-auth-screen {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .portal-auth-topbar {
    height: 94px;
    padding: 28px 26px 0;
  }

  .portal-auth-brand-logo {
    width: 145px;
  }

  .portal-auth-system-pill {
    padding: 10px 12px;
    font-size: 8px;
    letter-spacing: .14em;
  }

  .portal-auth-layout {
    min-height: calc(100vh - 94px);
    min-height: calc(100svh - 94px);
    display: block;
    padding: 38px 22px 38px;
  }

  .portal-auth-story {
    max-width: 650px;
    padding: 8px 4px 56px;
  }

  .portal-auth-eyebrow {
    margin-bottom: 21px;
  }

  .portal-auth-hero-title {
    font-size: 56px;
    font-size: clamp(49px, 11vw, 74px);
    line-height: .95;
  }

  .portal-auth-lead {
    max-width: 520px;
    margin-top: 24px;
    font-size: 14px;
  }

  .portal-auth-signature {
    margin-top: 34px;
  }

  .portal-auth-card-wrap {
    width: 100%;
    max-width: 590px;
    margin: 0 auto;
    justify-self: auto;
  }

  .portal-auth-giant-mark {
    left: 65%;
    top: 25%;
    width: 92vw;
    min-width: 0;
    opacity: .028;
  }

  .portal-auth-orbital {
    left: 65%;
    top: 25%;
    width: 90vw;
    height: 90vw;
    min-width: 0;
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .portal-auth-topbar {
    height: 84px;
    padding: 24px 18px 0;
  }

  .portal-auth-brand-logo {
    width: 128px;
  }

  .portal-auth-system-pill {
    width: 34px;
    height: 34px;
    min-height: 34px;
    justify-content: center;
    padding: 0;
  }

  .portal-auth-system-pill span {
    display: none;
  }

  .portal-auth-layout {
    min-height: calc(100vh - 84px);
    min-height: calc(100svh - 84px);
    padding: 24px 14px 24px;
  }

  .portal-auth-story {
    padding: 0 10px 42px;
  }

  .portal-auth-eyebrow {
    font-size: 8px;
    letter-spacing: .26em;
  }

  .portal-auth-eyebrow::before {
    width: 36px;
  }

  .portal-auth-hero-title {
    font-size: 45px;
  }

  .portal-auth-lead {
    font-size: 13px;
    line-height: 1.65;
  }

  .portal-auth-signature {
    display: none;
  }

  .portal-auth-card {
    border-radius: 30px;
    padding: 34px 25px 26px;
  }

  .portal-auth-card-top {
    margin-bottom: 42px;
  }

  .portal-auth-card-logo {
    width: 137px;
  }

  .portal-auth-private-tag {
    padding: 8px 9px;
    font-size: 7px;
  }

  .portal-auth-title {
    font-size: 43px;
  }

  .portal-auth-card-copy {
    margin-bottom: 28px;
    font-size: 12px;
  }

  .portal-auth-field {
    margin-top: 17px;
  }

  .portal-auth-field input {
    height: 54px;
  }

  body.v87-imperial .portal-auth-screen.portal-auth-luxury .portal-auth-field input {
    height: 54px !important;
  }

  .portal-auth-options {
    align-items: flex-start;
    font-size: 10px;
  }

  .portal-auth-submit {
    min-height: 60px;
  }

  .portal-auth-submit span:not(.portal-auth-submit-icon) {
    padding-left: 12px;
    letter-spacing: .18em;
  }

  .portal-auth-card-bottom {
    align-items: flex-start;
    font-size: 7px;
    letter-spacing: .08em;
  }
}

@media (max-width: 390px) {
  .portal-auth-story {
    padding-right: 4px;
    padding-left: 4px;
  }

  .portal-auth-hero-title {
    font-size: 37px;
    overflow-wrap: break-word;
  }

  .portal-auth-hero-title em {
    font-size: .94em;
  }

  .portal-auth-card {
    padding: 30px 20px 24px;
  }

  .portal-auth-card-logo {
    width: 124px;
  }

  .portal-auth-private-tag {
    letter-spacing: .16em;
  }

  .portal-auth-title {
    font-size: 38px;
  }

  .portal-auth-options,
  .portal-auth-card-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .portal-auth-muted-link {
    text-align: left;
  }

  .portal-auth-powered {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .portal-auth-screen *,
  .portal-auth-screen *::before,
  .portal-auth-screen *::after {
    animation-duration: .001ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }

  .portal-auth-intro {
    display: none;
  }

  .portal-auth-motion {
    display: none;
  }
}
