@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-ddbb0c4e] {
  position: relative;
  isolation: isolate;
  min-height: var(--game-dialog-card-min-height, 2rem);
  border-radius: 0.97rem;
  overflow: hidden;
  background-color: transparent;
  background-image: url("../images/component_dialog_bg-BXsTRocQ.png");
  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.9), inset 0.5px 0.5px 0px 0px rgba(255, 255, 255, 0.85), inset 2px 2px 0px -2px rgba(255, 255, 255, 0.3), inset -0.5px -0.5px 0px 0px rgba(255, 255, 255, 0.85), 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;
}
html[data-theme=light] .game-dialog__card[data-v-ddbb0c4e] {
  background: linear-gradient(148.19deg, rgba(78, 78, 78, 0.78) 0%, rgba(58, 58, 58, 0.82) 48%, rgba(42, 42, 42, 0.86) 100%);
  border: 0.0255rem solid rgba(242, 242, 242, 0.4);
  backdrop-filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.2rem);
}
.game-dialog__card[data-v-ddbb0c4e] > * {
  position: relative;
  z-index: 2;
}
.game-panel-dialog .game-dialog__card[data-v-ddbb0c4e] {
  background-color: transparent;
}
.game-dialog__card--no-shadow[data-v-ddbb0c4e] {
  box-shadow: none !important;
}
.game-panel-dialog .game-dialog__card[data-v-ddbb0c4e]::before {
  content: "";
  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;
}
.game-panel-dialog .game-dialog__card[data-v-ddbb0c4e]::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  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;
}
html[data-theme=light] .game-panel-dialog .game-dialog__card[data-v-ddbb0c4e]::after {
  background: linear-gradient(148.19deg, rgba(78, 78, 78, 0.78) 0%, rgba(58, 58, 58, 0.82) 48%, rgba(42, 42, 42, 0.86) 100%);
}
.game-dialog__title[data-v-ddbb0c4e] {
  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-ddbb0c4e] {
  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-ddbb0c4e]::-webkit-scrollbar {
  display: none;
}
.game-panel-dialog .game-dialog__body[data-v-ddbb0c4e] {
  max-height: none;
}
.game-panel-dialog .game-dialog__card[data-v-ddbb0c4e] {
  background-image: none !important;
  background-color: transparent;
}
.game-dialog__message[data-v-ddbb0c4e] {
  display: block;
}
.game-dialog__footer[data-v-ddbb0c4e] {
  display: flex;
  gap: 0.24rem;
}
.game-dialog__cancel-btn[data-v-ddbb0c4e] {
  flex: 1;
  height: 1.43rem;
  border: none;
  border-radius: 1.08rem;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(0.05rem);
  -webkit-backdrop-filter: blur(0.05rem);
  color: #fff;
  font-size: 0.42rem;
  font-weight: 500;
  font-family: "HONOR Sans CN", sans-serif;
  cursor: pointer;
}
.game-dialog__cancel-btn[data-v-ddbb0c4e]:active {
  opacity: 0.8;
}
.game-dialog__confirm-btn[data-v-ddbb0c4e] {
  flex: 1;
}