/* ====== 全局页脚 ====== */
#site-footer {
  text-align: center;
  padding: 20px 16px;
  background: var(--card-bg);
  border-top: 1px solid var(--border-color);
  margin-top: auto;
}

#site-footer p {
  font-size: 12px;
  color: var(--text-hint);
  line-height: 1.8;
  margin: 0;
}

#site-footer a {
  color: var(--link-color);
  text-decoration: none;
}

#site-footer a:hover {
  text-decoration: underline;
}
