/*! tailwindcss v4.0.15 | MIT License | https://tailwindcss.com */
.pointer-events-none {
  pointer-events: none;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.top-\[-0\.3rem\] {
  top: -0.3rem;
}
.right-\[0\.32rem\] {
  right: 0.32rem;
}
.right-\[0\] {
  right: 0;
}
.bottom-\[0\] {
  bottom: 0;
}
.left-\[0\] {
  left: 0;
}
.z-10 {
  z-index: 10;
}
.mx-\[-0\.25rem\] {
  margin-inline: -0.25rem;
}
.mt-\[0\.2rem\] {
  margin-top: 0.2rem;
}
.mt-\[0\.24rem\] {
  margin-top: 0.24rem;
}
.flex {
  display: flex;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-\[0\.52rem\] {
  height: 0.52rem;
}
.h-\[1\.12rem\] {
  height: 1.12rem;
}
.h-\[2rem\] {
  height: 2rem;
}
.h-\[3\.2rem\] {
  height: 3.2rem;
}
.h-\[6rem\] {
  height: 6rem;
}
.h-full {
  height: 100%;
}
.max-h-fit {
  max-height: fit-content;
}
.w-\[2\.14rem\] {
  width: 2.14rem;
}
.w-\[6\.66rem\] {
  width: 6.66rem;
}
.w-full {
  width: 100%;
}
.animate-\[ani-scale_1\.5s_ease-in-out_infinite\] {
  animation: ani-scale 1.5s ease-in-out infinite;
}
.resize {
  resize: both;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.bg-\[rgba\(0\,0\,0\,0\.6\)\] {
  background-color: rgba(0,0,0,0.6);
}
.px-\[0\.25rem\] {
  padding-inline: 0.25rem;
}
.pt-\[0\.31rem\] {
  padding-top: 0.31rem;
}
* {
  padding: 0;
  margin: 0;
  user-select: none;
  box-sizing: border-box;
}
a {
  text-decoration: none !important;
  color: inherit !important;
}
a:active, a:hover, a:visited {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
:root {
  --lobby__screen-height: calc(var(--lobby__vh) * 100);
}
html[data-device="mobile"] {
  font-size: calc(100vw / (750 / 100));
}
html[data-ui-contain="1"] {
  background-color: #3a3a3a;
  font-size: calc(var(--lobby__max-width) / (750 / 100)) !important;
  margin: 0 auto;
  max-width: var(--lobby__max-width);
}
html[data-device="mobile"] {
  --lobby__main-width-pc: 100%;
}
body, html {
  background: #030704;
  font-size: 14px;
  height: var(--lobby__screen-height);
  margin: 0 auto;
  position: relative;
}
html body {
  min-height: 100%;
  -webkit-tap-highlight-color: transparent;
  background-color: #030704;
  color: #fff;
  font-size: 0.24rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
  overflow: hidden;
  transform: scale(1);
}
html[data-ui-contain="1"] body {
  width: 100% !important;
}
.scrollbar-hide::-webkit-scrollbar {
  width: 0px;
}
.scrollbar-hide::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  border-radius: 10px;
  background-color: rgba(50, 50, 50, 0.1);
}
.scrollbar-hide::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  background-color: rgba(50, 50, 50, 0.2);
}
img {
  display: block;
  margin: auto;
}
.fixed-full, .fixed-mask {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
img {
  line-height: 1;
  max-height: 100%;
  max-width: 100%;
}
@keyframes zoomin {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
}
@keyframes ani-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.loader {
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
}

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff,
    1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
    2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
    1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
    0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
    -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
    -2.6em 0em 0 0em rgba(255, 255, 255, 0.5),
    -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7),
    1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
    1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
    0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
    -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
    -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
    -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5),
    1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff,
    1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
    0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
    -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
    -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
    -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
    1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5),
    2.5em 0em 0 0em rgba(255, 255, 255, 0.7),
    1.75em 1.75em 0 0em #ffffff,
    0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
    -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
    -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
    -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
    1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
    2.5em 0em 0 0em rgba(255, 255, 255, 0.5),
    1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7),
    0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
    -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
    -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
    1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
    2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
    1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5),
    0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff,
    -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
    -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
    1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
    2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
    1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
    0em 2.5em 0 0em rgba(255, 255, 255, 0.5),
    -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7),
    -2.6em 0em 0 0em #ffffff,
    -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
    1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
    2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
    1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
    0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
    -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5),
    -2.6em 0em 0 0em rgba(255, 255, 255, 0.7),
    -1.8em -1.8em 0 0em #ffffff;
  }
}
