@font-face {
  font-family: "FZLanTY";
  src: url("assets/fonts/FZLanTYJW.3e90de910372.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FZLanTY";
  src: url("assets/fonts/FZLanTYK_Zhun.31768b6de7b6.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.mobile-under-construction {
  --muc-bg: #ffffff;
  --muc-text-1: #000000;
  --muc-text-reverse-1: #ffffff;
  --muc-focus: #00ab2b;
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  min-width: 320px;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  background: var(--muc-bg);
  color: var(--muc-text-1);
  font-family: "FZLanTY", "PingFang SC", "SF Pro Text", "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.15px;
  pointer-events: none;
}

body.mobile-under-construction-active {
  overflow: hidden !important;
  overscroll-behavior: none;
}

@media (max-width: 640px) {
  body.mobile-under-construction-active > :not(.mobile-under-construction) {
    visibility: hidden !important;
  }

  body.mobile-under-construction-active > .mobile-under-construction {
    visibility: visible !important;
  }

  body.mobile-under-construction-active > .mobile-under-construction {
    display: block;
  }

  body.mobile-under-construction-active > .bottom-bar {
    display: none !important;
  }
}

.muc-idle {
  --muc-video-size: min(288px, calc(100vw - 32px), 33.8dvh);
  --muc-video-top: min(116px, 13.6dvh);
  --muc-copy-width: min(166px, calc(100vw - 40px));
  position: absolute;
  inset: 0;
  padding: 0;
}

.muc-video-frame {
  position: absolute;
  top: var(--muc-video-top);
  left: 50%;
  display: grid;
  width: var(--muc-video-size);
  height: var(--muc-video-size);
  place-items: center;
  overflow: hidden;
  transform: translateX(-50%);
}

.muc-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.muc-video::-webkit-media-controls {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.muc-video::-webkit-media-controls-enclosure {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.muc-video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.muc-video::-webkit-media-controls-play-button {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.muc-video::-webkit-media-controls-start-playback-button {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  -webkit-appearance: none;
}

.muc-status-copy {
  position: absolute;
  top: calc(var(--muc-video-top) + var(--muc-video-size) + 3px);
  left: 50%;
  width: var(--muc-copy-width);
  margin: 0;
  color: var(--muc-text-1);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  text-align: left;
  word-break: keep-all;
  transform: translateX(-50%);
}

.muc-resume-download {
  position: absolute;
  bottom: 49px;
  left: 50%;
  display: flex;
  width: 197px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border: 0;
  border-radius: 49px;
  background: var(--muc-text-1);
  color: var(--muc-text-reverse-1);
  font: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.15px;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  transform: translateX(-50%);
  -webkit-tap-highlight-color: transparent;
}

.muc-resume-download:focus-visible {
  outline: 2px solid var(--muc-focus);
  outline-offset: 3px;
}
