/* Compact phone header. The iOS status-bar safe area remains protected. */
@media (max-width: 620px) {
  body.tfo-aurora #appShell > .topbar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    min-height: calc(56px + var(--safe-top));
    padding: calc(6px + var(--safe-top)) max(12px, var(--safe-right)) 6px max(12px, var(--safe-left));
    position: relative;
  }
  body.tfo-aurora #appShell > .topbar .brand-lockup {
    flex: 1 1 auto;
    min-width: 0;
    gap: 8px;
  }
  body.tfo-aurora #appShell > .topbar .brand-lockup > div { min-width: 0; }
  body.tfo-aurora #appShell > .topbar .brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 9px;
  }
  body.tfo-aurora #appShell > .topbar .brand-name {
    font-size: .82rem;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: normal;
  }
  body.tfo-aurora #appShell > .topbar .topbar-actions {
    flex: 0 0 auto;
    width: auto;
    gap: 6px;
    justify-content: flex-end;
  }
  body.tfo-aurora #appShell > .topbar .sync-indicator {
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    flex: 0 0 16px;
    justify-content: center;
  }
  /* Keep both labels available to assistive technology without a second row. */
  body.tfo-aurora #appShell > .topbar .brand-subtitle,
  body.tfo-aurora #appShell > .topbar #syncText {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }
}
