.pc-foot{
  border-top: 1px solid var(--border);
  background: var(--card);
}
.pc-foot-inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
}
.pc-foot-left{ display:flex; align-items:center; gap: 10px; }
.pc-dot{ color: var(--muted); }
.pc-foot-right{ color: var(--muted); }
