.door.svelte-1wiouig {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 105vw;
  height: 105vh;
}
.flipbook.svelte-1wiouig {
  --frames: 29;
  --image: none;
  --time: 1s;
  --hoverFrames: 2;
  --nowFrame: 0%;
  display: block;
  border: none;
  margin: 0 auto;
  background: var(--image) 0 0 no-repeat;
  background-size: calc((var(--frames) + 0) * 100%);
  background-position: var(--nowFrame) 55%;
  z-index: 99;
  bottom: 0 !important;
  top: unset !important;
  transition-property: background-position;
  transition-duration: 0.1s;
  transition-timing-function: steps(var(--hoverFrames));
}
.flipbook.svelte-1wiouig:has(.hover-area:hover) {
  --nowFrame: calc(100% * (var(--hoverFrames) / (var(--frames) - 1)));
}
.flipbook.auto-play.svelte-1wiouig {
  animation: svelte-1wiouig-flipForwards steps(calc(var(--frames) - 1))
    var(--time) both infinite !important;
}
.play.svelte-1wiouig {
  animation: svelte-1wiouig-flipForwards steps(calc(var(--frames) - 1))
    var(--time) both !important;
}
@keyframes svelte-1wiouig-flipForwards {
  0% {
    background-position: 0% 55%;
  }
  to {
    background-position: 100% 55%;
  }
}
.hover-area.svelte-1wiouig {
  position: absolute;
  background-color: transparent;
  border: none;
  top: 0%;
  height: 100%;
  left: 50%;
  width: 50%;
  transform: translate(-50%);
}
@media screen and (orientation: portrait) {
  .flipbook.svelte-1wiouig {
    height: 105vh;
    width: 105vh;
    overflow: hidden;
    left: calc((105vw - 105vh) * var(--sides));
    left: 50%;
    transform: translate(-50%);
  }
}
.enter-members.svelte-k570e5 {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 10vh;
  left: 5vw;
  opacity: 0.9;
}
.arrow.svelte-k570e5 {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 22px;
  color: #fff;
}
.text.svelte-k570e5 {
  display: flex;
  color: #fff;
  font-size: 26px;
  flex-direction: column;
}
.first-line.svelte-k570e5 {
  margin-bottom: 5px;
  font-size: medium;
  opacity: 0.8;
  letter-spacing: 3px;
  font-family: Courier New, Courier, monospace;
}
.second-line.svelte-k570e5 {
  margin-bottom: 5px;
  font-size: large;
  font-weight: bolder;
  opacity: 1;
  letter-spacing: 3px;
  font-family: Courier New, Courier, monospace;
}
.enter-text.svelte-k570e5 {
  font-family: monospace;
  letter-spacing: 3px;
  pointer-events: none;
  border: 1px solid white;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  z-index: 1000;
  font-size: 28px;
  opacity: 0;
  color: #fff;
  position: fixed;
  bottom: 40%;
  left: 50%;
  transform: translate(-50%, 50%);
  animation: svelte-k570e5-fadeInOut 1.5s infinite;
}
@keyframes svelte-k570e5-fadeInOut {
  0%,
  to {
    opacity: 0.05;
  }
  50%,
  90% {
    opacity: 0.8;
  }
}
.pos.svelte-k570e5 {
  background-position: calc(var(--sides) * 100%) 55%;
}
@media screen and (orientation: portrait) {
  .layer-slot.svelte-k570e5 {
    background-position: center !important;
  }
}
