/* 自定义页脚 */
#ft {
  max-width: 1200px;
  margin: 0 auto 12px;
  display: flex;
  color: rgba(255,255,255,.85);
  text-align: left;
  flex-wrap: wrap;
  gap: 32px;
}
#ft .col { flex: 1 1 320px; min-width: 260px; }
#ft .t-top { font-weight: 700; font-size: 20px; margin-bottom: 12px; }
#ft .t-t-l { margin-bottom: 12px; line-height: 1.9; }
#ft .links a { display:block; line-height: 2.2; text-decoration:none; color: inherit; border-radius:8px; padding:2px 6px; }
#ft .links a:hover { background: rgba(255,255,255,.08); color:#fff; }
#workboard { margin-top: 12px; font-size: 13px; font-weight: 700; }
#ghbadges { display:flex; flex-wrap:wrap; gap:8px; margin-top:8px; }
#ghbadges img { height: 20px; }
@media (max-width: 900px) { #ft .col { flex: 1 1 100%; } }
