/* Only the demo notice differs from the actual desktop interface. */
.demo-banner { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:.5rem 1.5rem; padding:.65rem 1rem; background:#e8eefb; color:#193d7b; font: .8rem/1.4 Inter,system-ui,sans-serif; }
.demo-banner a { color:inherit; text-underline-offset:.2em; }
html[data-color-mode="dark"] .demo-banner { background:#1c3154; color:#d7e6ff; }
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; }
.demo-banner { flex-shrink:0; }
@media (max-width:45rem) { .demo-banner span { display:none; } }
