.auth-gate {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  gap: 38px;
  align-content: center;
  padding: 38px 24px;
  background: #12213a;
  color: #fff;
  text-align: center;
}

.global-branding {
  display: grid;
  justify-items: center;
  gap: 20px;
}

.global-symbol {
  width: min(18vw, 148px);
  min-width: 98px;
  height: auto;
}

.global-logotype {
  width: min(38vw, 310px);
  min-width: 210px;
  height: auto;
}

.global-access {
  display: grid;
  justify-items: center;
  gap: 13px;
}

.global-access > p {
  margin: 0;
  color: #d9b744;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}

.landing-sign-in {
  width: 190px;
  border: 2px solid #fffefa;
  background: #d9b744;
  padding: 11px 14px;
  color: #12213a;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 4px 4px 0 rgba(255, 255, 255, .28);
}

.landing-sign-in:hover {
  transform: translate(-1px, -1px);
  box-shadow: 5px 5px 0 rgba(255, 255, 255, .35);
}

.landing-sign-in span {
  margin-left: 16px;
  font-size: 18px;
  line-height: 0;
}

.global-status {
  color: #bfc9d6;
  font-size: 11px;
}

@media (max-width: 680px) {
  .auth-gate { gap: 30px; }
  .global-symbol { width: 112px; }
  .global-logotype { width: 238px; }
}
