.auth-column {
  display: grid;
  align-content: center;
  gap: 14px;
}

.portal-city-title {
  margin: 0 0 2px;
  color: var(--cyan);
  font-size: .8rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.portal-auth-caption {
  margin: 2px 12px 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.65;
  text-align: center;
}

body.light .brand small {
  color: #073b78;
  text-shadow: none;
}

.auth-scene {
  align-content: initial !important;
  background: url('/brand/pc-build-intro.webp') 65% center / cover no-repeat !important;
}

@media (max-width: 850px) {
  .auth-column { order: -1; }
  .portal-city-title { text-align: center; }
  .auth-scene { min-height: 320px; }
}
