body.hq-auth-shell {
  --auth-grad-1: #0d1f38;
  --auth-grad-2: #153763;
  --auth-grad-3: #1d4d83;
  --auth-surface: rgba(10, 24, 43, 0.94);
  --auth-text: #ffffff;
  --auth-accent: #f7cf78;
  --auth-accent-hover: #edbf59;
  --auth-btn-fg: #12233f;
  --auth-input-bg: rgba(255, 255, 255, 0.08);
  --auth-input-fg: #ffffff;
  --auth-input-ph: rgba(255, 255, 255, 0.62);
}

.hq-auth-brand {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  text-align: left;
}

.hq-auth-brand__logo {
  display: block;
  height: 64px;
  width: auto;
}

.hq-auth-brand__copy {
  margin-bottom: 18px;
  text-align: left;
}

.hq-auth-brand__copy h1 {
  margin: 0;
}

.hq-auth-brand__copy p {
  color: rgba(255, 255, 255, 0.78);
  margin: 6px 0 0;
}

.hq-auth-radio {
  color: rgba(255, 255, 255, 0.86);
  display: inline-flex;
  gap: 8px;
  margin: 6px 0 18px;
}

.hq-auth-radio input {
  margin-top: 2px;
}
