body.app-launching { overflow: hidden; }
.launch-screen {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background: #FAF6ED;
}
.launch-artwork { position: relative; width: 224px; height: 224px; }
.launch-artwork img, .launch-artwork svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.launch-artwork svg { pointer-events: none; }
