/* --------- Footer --------- */
.footer{
    background: #fafafa;
    border-top: 1px solid var(--line);
    padding: 32px 0;
    color: var(--muted);
    font-size: 14px;
  }
  .footer .social{
    display: flex;
    gap: 8px;
    margin-top: 10px;
  }
  .footer .social .chip{
    background: #eef2ff;
    border-color: #e5e7eb;
  }
  