/* Decorative artwork only; the desktop shell owns visibility and positioning. */
.desktop-room-empty .desktop-hall-art{
  display:block;
  flex:0 0 auto;
  width:300px;
  max-width:100%;
  height:auto;
  max-height:min(28vh,225px);
  aspect-ratio:4/3;
  object-fit:contain;
  user-select:none;
  pointer-events:none;
}
