@charset "UTF-8";
/* 覆盖 van-dialog 本体的背景 / 圆角 / padding，让我们的 card 完全接管 */
.game-dialog.van-dialog {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  width: var(--game-dialog-width, 9rem);
}
.game-dialog.van-dialog .van-dialog__content {
  padding: 0 !important;
}
.game-dialog__card[data-v-5189df76] {
  position: relative;
  min-height: 2rem;
  border-radius: 0.485rem;
  border: 0.956px solid rgba(242, 242, 242, 0.04);
  box-shadow: 3.446px 4.308px 6.893px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  box-shadow: inset 2.12px 4.24px 17.23px rgba(242, 242, 242, 0.1), inset 0.5px 0.5px 0px 0px rgba(255, 255, 255, 0.45), inset 2px 2px 0px -2px rgba(255, 255, 255, 0.3), inset -0.5px -0.5px 0px 0px rgba(255, 255, 255, 0.45), inset -2px -2px 0px -2px rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  box-sizing: border-box;
  gap: 0.32rem;
}
.game-dialog__card-bg-gradient[data-v-5189df76],
.game-dialog__card-bg-shadow[data-v-5189df76] {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: none !important;
  backdrop-filter: blur(0.18rem);
  -webkit-backdrop-filter: blur(0.18rem);
  pointer-events: none;
}

/* Затемнённая подложка — только для弹窗 с высоким требованием к читаемости (MTT 报名). */
.game-dialog__card--dark .game-dialog__card-bg-gradient[data-v-5189df76],
.game-dialog__card--dark .game-dialog__card-bg-shadow[data-v-5189df76] {
  background: rgba(6, 7, 10, 0.65);
}
.game-dialog__card-bg[data-v-5189df76] {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: linear-gradient(102.679deg, rgba(142, 142, 142, 0.1) 2.93%, rgba(103, 103, 103, 0.4) 43.62%, rgba(73, 73, 73, 0.5) 89.79%);
  mix-blend-mode: hard-light;
  z-index: 0;
  pointer-events: none;
}
.game-dialog__card-bg-texture[data-v-5189df76] {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  filter: blur(10px) brightness(0.6);
  transform: scale(1.05);
  z-index: 0;
  background: rgba(8, 8, 8, 0.25);
  box-shadow: inset 2.12px 4.24px 17.23px rgba(242, 242, 242, 0.9), inset 0.5px 0.5px 0 0 rgba(255, 255, 255, 0.85), inset 2px 2px 0 -2px rgba(255, 255, 255, 0.3), inset -0.5px -0.5px 0 0 rgba(255, 255, 255, 0.85), inset -2px -2px 0 -2px rgba(255, 255, 255, 0.3);
  pointer-events: none;
}
.game-dialog__title[data-v-5189df76] {
  position: relative;
  z-index: 1;
  font-size: 0.58rem;
  font-weight: 500;
  color: #f9f9f9;
  text-align: center;
  line-height: 1.3;
  font-family: "HONOR Sans CN", sans-serif;
}
.game-dialog__body[data-v-5189df76] {
  position: relative;
  z-index: 1;
  flex: 1;
  max-height: var(--game-dialog-body-max-height, 12rem);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  font-size: 0.42rem;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  font-family: "HONOR Sans CN", sans-serif;
}
.game-dialog__body[data-v-5189df76]::-webkit-scrollbar {
  display: none;
}
.game-panel-dialog .game-dialog__body[data-v-5189df76] {
  max-height: none;
}
.game-panel-dialog .game-dialog__card[data-v-5189df76] {
  background-image: none !important;
  background-color: transparent;
}
.game-panel-dialog .game-dialog__card-bg-texture[data-v-5189df76] {
  background-image: none !important;
}
.game-dialog__message[data-v-5189df76] {
  display: block;
}
.game-dialog__footer[data-v-5189df76] {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 0.24rem;
}
.game-dialog__cancel-btn[data-v-5189df76] {
  flex: 1;
  height: 1.43rem;
  border: none;
  border-radius: 0.825rem;
  background: rgba(146, 146, 146, 0.4);
  backdrop-filter: blur(2.667rem);
  -webkit-backdrop-filter: blur(2.667rem);
  color: #f9f9f9;
  font-size: 0.439rem;
  font-weight: 500;
  font-family: "PingFang SC", "HONOR Sans CN", sans-serif;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 1px 1px 0px 0px rgba(242, 242, 242, 0.8), inset -1px -1px 0px 0px rgba(255, 255, 255, 0.5);
}
.game-dialog__cancel-btn[data-v-5189df76]::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.34px;
  background: linear-gradient(135deg, rgba(242, 242, 242, 0.8) 0%, rgba(255, 255, 255, 0) 44.5%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.game-dialog__cancel-btn[data-v-5189df76]:active {
  opacity: 0.8;
}
.game-dialog__confirm-btn[data-v-5189df76] {
  flex: 1 0 0;
  height: 1.47rem !important;
  border-radius: 0.8rem !important;
  padding: 0 !important;
  background: linear-gradient(97deg, rgba(255, 255, 255, 0.1) 21.11%, rgba(230, 230, 230, 0.1) 71.43%) !important;
  backdrop-filter: blur(0.0043rem) !important;
  -webkit-backdrop-filter: blur(0.0043rem) !important;
}