/* Phone apps use the available screen; Home in each title bar restores the launcher. */
@media (max-width:600px), (max-width:1000px) and (max-height:600px) and (pointer:coarse){
  html[data-device=phone][data-theme] .phone-app-open .os-desktop{
    bottom:calc(8px + env(safe-area-inset-bottom,0px));
  }
  html[data-device=phone][data-theme] .phone-app-open :is(footer.taskbar,.phone-home-indicator){display:none}
  html[data-device=phone][data-theme=retro] .phone-app-open .os-desktop{left:6px;right:6px}
  html[data-device=phone] .phone-app-open .os-titlebar{flex-shrink:0}
}
