/* =========================
   PragOptics App Footer
   ========================= */

.app-footer {
  margin-top: 3rem;
  padding: 1.25rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  font-size: 0.85rem;
  color: #9aa0a6;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.footer-brand {
  font-weight: 600;
  color: #1ca490da;
}

.footer-brand .tm {
  font-size: 0.7em;
  vertical-align: super;
}

.footer-sep {
  opacity: 0.4;
}