/* Reception's own overrides. Hand-written — the one stylesheet here that is
   not generated.

   styles.css is a copy of the Ops Manager App's whole stylesheet, rewritten by
   build-styles.mjs on every run, so an edit made there lasts until the next
   build and then quietly disappears. Anything reception needs to look
   different goes in this file instead, linked after it. */

/* The header carries the title alone: no ILT lockup, no eyebrow.

   The logo lives in header.bar::before, which holds the left slot in the other
   apps so the title can sit hard right against the log-out button. Reception
   has neither, so with the mark gone the title is left on its own — align it
   left rather than leaving it floating at the right-hand end of an otherwise
   empty banner. This is what header.bar.haveback already does when a back
   button takes the slot; reception is in that state permanently. */
header.bar::before{display:none;}
header.bar .ttlwrap{text-align:left;}
