/* @base — footer (100% 宽度) */

.site-footer {
  width: 100%;
  height: 80px;
  background: var(--bg-card);
  box-shadow: var(--shadow-sm);
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

.site-footer__copyright {
  font-size: 14px;
  line-height: 16.5px;
  color: var(--text-muted);
  text-align: center;
}
