/* Login page (/login) — contrast fix for primary button on the dark panel.
   The global .hc-btn--primary is dark graphite (correct on light pages) but
   blends into the dark auth panel. Scope a light/cream variant here only. */

.auth-premium__panel .auth__form .hc-btn--primary {
  background: var(--hc-paper, #f6f2ec);
  color: var(--hc-ink, #1a1716);
  border-color: var(--hc-paper, #f6f2ec);
}
.auth-premium__panel .auth__form .hc-btn--primary:hover {
  background: #ffffff;
  border-color: #ffffff;
}
