/* This brand does not render Gantry's status bar — that bar is product chrome — but it stands in
   the same third row of o-appshell, whose track is --bar-h tall, so the row matches the status
   bar's height and padding rather than sizing itself. */
.c-hyperclank-footer {
  grid-row: 3;
  display: flex;
  align-items: center;
  gap: var(--space-md);
  height: var(--bar-h);
  padding-inline: var(--space-sm);
  background: var(--panel);
  border-top: var(--bw) solid var(--line);
  font-size: var(--text-xs);
  color: var(--text-dim);
  letter-spacing: var(--tracking-wide);
  overflow: hidden;
  white-space: nowrap;
}
.c-hyperclank-footer__spacer { flex: 1; }
.c-hyperclank-footer__mark { color: var(--text-dim); flex: none; }
.c-hyperclank-footer__mark-glyph { color: var(--accent); }
