/* 全站页脚 · yangge © 2026 */
.site-footer {
  margin-top: auto;
  padding: 1rem 1.25rem 1.15rem;
  border-top: 1px solid rgba(255, 106, 0, 0.1);
  background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,252,249,.92));
  backdrop-filter: blur(8px);
}
.site-footer-inner {
  max-width: 100%;
  text-align: center;
  line-height: 1.55;
}
.site-footer-brand {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: #374151;
}
.site-footer-brand em {
  font-style: normal;
  color: #ff8200;
}
.site-footer-meta {
  margin-top: .2rem;
  font-size: .72rem;
  color: #6b7280;
}
.site-footer-sub {
  margin-top: .15rem;
  font-size: .68rem;
  color: #9ca3af;
  letter-spacing: .03em;
}
.site-footer-divider {
  display: inline-block;
  margin: 0 .45rem;
  opacity: .45;
}
.site-footer--page {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  border-top: 1px solid rgba(255, 106, 0, 0.08);
  background: rgba(255, 255, 255, 0.82);
  padding: .75rem 1rem;
}
