/* Desktop production density.
   Reproduces Chrome's useful 80% workspace scale while the browser remains at 100%. */
@media (min-width: 1200px) and (hover: hover) and (pointer: fine) {
  html.folio-next-ui body.has-production:not(.launch-locked):not(.phone-shell-active):not(.folio-tablet-mode):not(.folio-handheld-mode) .app-shell {
    right: auto !important;
    bottom: auto !important;
    width: calc(125vw - 1.25rem) !important;
    max-width: none !important;
    height: calc(125dvh - 1.25rem) !important;
    zoom: 0.8;
  }

  html.folio-next-ui body.has-production:not(.launch-locked):not(.phone-shell-active):not(.folio-tablet-mode):not(.folio-handheld-mode) :is(dialog, #toast, .demo-read-only-banner) {
    zoom: 0.8;
  }
}
