/* SciPinion family bar — the slim strip above every public page that sends a
   visitor back to the parent site. Self-contained so it renders the same on
   the marketing pages (marketing.css) and the auth pages (shared.css). */
.brand-bar { background:#edf2f9; font-size:13px; line-height:1; }
.brand-bar-inner { padding:0 16px; height:26px; display:flex; align-items:center; }
.brand-bar-back {
  display:inline-flex; align-items:center; gap:.5ch;
  color:#0082CA; font-weight:600; text-decoration:none; padding-block:2px; white-space:nowrap;
  svg { width:12px; height:12px; }
  &:hover { text-decoration:underline; }
  &:focus-visible { outline:2px solid #0082CA; outline-offset:2px; border-radius:4px; }
}
