/* Footer component */
.footer {
  margin-top: 40px;
  padding: 16px;
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-60);
  border-top: 1px solid var(--border);
}
.brandbar{
  background:var(--bg-950, #15171a);
  color:#fff;
  padding:16px 20px;
  display:flex; align-items:center; gap:12px;
  border-bottom:1px solid var(--border-soft, #2f353c);
}
.brandbar img.logo{ height:32px; width:32px; border-radius:50%; object-fit:cover; }
.brandbar .brand{ font-weight:700; letter-spacing:.02em; }
.brandbar .brand-sub{ font-size:.78rem; color:var(--text-40, #7d8894); }
