/* ========================================
   ZXTOOLX — 页脚样式
   ======================================== */

.footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 24px 0;
  margin-top: 40px;
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--text-3);
  font-family: var(--mono);
}
