/* JAZZ OS™ footer — shared brand strip across JAZZ projects.
   Self-contained: classes namespaced .jazz-* to avoid clashes.
   Colors adapted here for the Moose AI dark theme (originals are
   navy/cream for light backgrounds). */

.jazz-sitefoot {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 2.2rem 1.4rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #8892a0;
  font-size: 0.85rem;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

.jazz-sitefoot .jazz-foot-logo {
  height: 34px;
  width: auto;
  background: #fff;
  padding: 5px 9px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.jazz-sitefoot strong { color: #e8eaf0; font-weight: 700; }

.jazz-sitefoot .jazz-tm { font-size: 0.6em; vertical-align: super; font-weight: 700; }

.jazz-sitefoot .jazz-os-sun { height: 1.25em; width: auto; vertical-align: -0.24em; }
