/* Demo uses the shared app layout without a notice bar. */
body.operations-shell { display:flex; flex-direction:column; min-block-size:100dvh; block-size:100dvh; }
body.operations-shell #panel-view { flex:1; min-block-size:0; block-size:auto; }
body.operations-shell #panel-view .side-panel { top:0; height:100dvh; }
