/* ============================================
   works-footer.css — 页脚
   ============================================ */

.page-footer {
  padding: 48px;
  text-align: center;
  color: var(--text-tertiary, #aaa);
  font-size: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.page-footer a {
  color: var(--text-secondary, #666);
  text-decoration: none;
  transition: color 0.2s ease;
}
.page-footer a:hover {
  color: var(--brand, #ffc000);
}
