Returns a reactive Signal<boolean> that reflects whether the host
window matches a CSS media query (e.g. (max-width: 480px)). Used by
<cngx-stepper> to drive its mobile auto-collapse template branch.
In SSR / non-DOM environments the signal stays false and the
listener is never wired.