/* Host branding tweaks, loaded via config('branding.css') after the portal
   shell CSS. Host-owned styling only — nothing generic belongs here. */

/* The sidebar wordmark runs in full colour (Matt, 2026-07-27).

   It used to carry filter: grayscale(1) contrast(1.15), because the old ATLAS
   wordmark was red and fought the Neutral Theme's monochrome chrome. The Coson
   mark is the brand blue gradient the --portal-* colour tokens were sampled
   from, so it agrees with the chrome rather than competing with it — and
   desaturating it was the reason the sidebar logo looked grey. */
.cp-brand-wordmark {
    max-width: 15rem;
    max-height: 4rem;
}

/* Centre the wordmark in the rail (the brand row is otherwise left-aligned
   for the logo + name + tagline lockup, which this host doesn't use). */
.cp-brand {
    justify-content: center;
}
