/* LGFT v5.25.0 authorised screen regression fix: normal app screens remain dark; print/document routes are excluded by the PHP injector. */
@media screen {
  body.lgft-v5250-screen-fixed:not(.lgft-v5250-print):not(.lgft-v52461-operational-print-freeze):not(.lgft-v52461-evidence-print-scope) {
    background:#050b16!important;
    color:#e8eefc;
  }
  body.lgft-v5250-screen-fixed > footer,
  body.lgft-v5250-screen-fixed .footer,
  body.lgft-v5250-screen-fixed .site-footer,
  body.lgft-v5250-screen-fixed .lgft-footer {
    background:#050b16!important;
    color:#8fa2bf!important;
  }
}
