/* Login / setup — hide halo ring only; keep the gem mark */

body.auth-page .login-logo__halo,
body.auth-page .login-logo::before,
body.auth-page .login-logo::after {
  display: none !important;
  content: none !important;
}

body.auth-page .login-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
  padding: 0;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.auth-page .login-logo__gem {
  display: block;
  width: 48px;
  height: 48px;
  color: var(--primary);
}

body.auth-page .login-subtitle {
  font-size: var(--type-sub, 14px);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
