/* Sticky support footer — used by all auth pages.
   Spec: docs/superpowers/specs/2026-05-11-unified-auth-linking-design.md §7.2 */
.auth-support-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.96);
  text-align: center;
  font-size: 13px;
  color: #333;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 50;
}

.auth-support-footer a {
  color: #0079e8;
  text-decoration: none;
  font-weight: 500;
}

.auth-support-footer a:hover {
  text-decoration: underline;
}

body.auth-page {
  padding-bottom: 56px;
}
