.konva-host {
    position: absolute;
    inset: 0;
    overflow: hidden;
    touch-action: none;
  }
  .fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
    text-align: center;
    color: #ffd37a;
  }
