.site-footer {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 24px;
  padding: 20px 24px;
  border-top: 1px solid var(--line, var(--zx-line, #dfe6da));
  color: var(--muted, var(--zx-muted, #647363));
  font: 12px/1.8 -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  text-align: center;
}
.site-footer-registration {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 18px;
}
.site-footer a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 3px;
}
.site-footer a:hover { text-decoration: underline; }
.site-footer a:focus-visible {
  outline: 2px solid var(--accent, var(--zx-green, #26735d));
  outline-offset: 4px;
  border-radius: 2px;
}
.site-footer-version { font-size: 10px; }
.auth-page { display: flex; flex-direction: column; min-height: 100vh; }
.auth-page .auth-shell { min-height: 0; flex: 1; }
.site-footer-engine { margin-left: 224px; }
/* The practice toolbar is fixed; leave scroll space below the legal links. */
body:has(.zhixu-practice-layout) > .site-footer-engine { padding-bottom: 180px; }
@media (max-width: 768px) {
  .site-footer-engine { margin-left: 0; }
  .site-footer { padding: 18px 16px; gap: 6px 18px; }
}
@media print { .site-footer { display: none; } }
