
.booster[data-v-555c1b7b] {
  position: relative;
  display: inline-block;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.55));
}
.booster.sm[data-v-555c1b7b] {
  width: 92px;
}
.booster.md[data-v-555c1b7b] {
  width: 132px;
}
.booster.lg[data-v-555c1b7b] {
  width: min(240px, 62vw);
}
.booster img[data-v-555c1b7b] {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}

.welcome[data-v-1d3e07b8] {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(16px, env(safe-area-inset-top))
    max(16px, env(safe-area-inset-right))
    max(16px, env(safe-area-inset-bottom))
    max(16px, env(safe-area-inset-left));
  background: var(--md-scrim);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.panel[data-v-1d3e07b8] {
  width: min(560px, 100%);
  max-height: 100%;
  overflow-y: auto;
  padding: 32px 28px;
  border-radius: 12px;
  background: var(--md-sys-color-surface-container);
  border: 1px solid color-mix(in srgb, var(--md-sys-color-primary) 40%, transparent);
  box-shadow: var(--md-elevation-2);
  color: var(--md-sys-color-on-surface);
  text-align: center;
}
.kicker[data-v-1d3e07b8] {
  color: var(--md-sys-color-primary);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 8px;
}
h2[data-v-1d3e07b8] {
  font-size: 28px;
  color: var(--md-sys-color-on-surface);
  margin-bottom: 12px;
}
.lead[data-v-1d3e07b8] {
  color: var(--md-sys-color-on-surface-variant);
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 22px;
}
.thumbs[data-v-1d3e07b8] {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.thumb[data-v-1d3e07b8] {
  width: min(110px, 28vw);
}
.thumb[data-v-1d3e07b8] .booster {
  display: block;
  margin: 0 auto;
}
.thumb span[data-v-1d3e07b8] {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  color: var(--md-sys-color-on-surface-variant);
}
.cta[data-v-1d3e07b8] {
  width: 100%;
  padding: 12px 16px;
  border: none;
  border-radius: 10px;
  background: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
  font-weight: 700;
  cursor: pointer;
}
.cta[data-v-1d3e07b8]:hover {
  filter: brightness(1.08);
}
@media (max-height: 500px) and (max-width: 1100px) {
.panel[data-v-1d3e07b8] {
    padding: 16px 20px;
}
h2[data-v-1d3e07b8] {
    font-size: 22px;
    margin-bottom: 8px;
}
.lead[data-v-1d3e07b8] {
    margin-bottom: 12px;
    font-size: 14px;
}
.thumbs[data-v-1d3e07b8] {
    flex-wrap: nowrap;
    margin-bottom: 12px;
    overflow-x: auto;
}
.thumb[data-v-1d3e07b8] {
    width: min(88px, 22vw);
    flex-shrink: 0;
}
}

.boot-intro[data-v-5214b59f] {
  position: fixed;
  inset: 0;
  z-index: 120;
  overflow: hidden;
  background: #07070a;
  color: #f5f5f5;
  perspective: 1400px;
}
.void[data-v-5214b59f] {
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 50% 48%, rgba(232, 197, 71, 0.28), transparent 42%),
    radial-gradient(circle at 50% 50%, #14151c 0%, #07070a 62%);
  animation: pulse-5214b59f 2.8s ease-in-out infinite;
}
.vignette[data-v-5214b59f] {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 120px 40px #07070a;
  pointer-events: none;
}
.sparks span[data-v-5214b59f] {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #f4e38a;
  box-shadow: 0 0 8px 2px rgba(232, 197, 71, 0.8);
  animation: spark-5214b59f var(--dur) var(--delay) ease-in-out infinite;
}
.storm[data-v-5214b59f] {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  animation: orbit-5214b59f 48s 2.5s linear infinite;
}
.flyer[data-v-5214b59f] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--w);
  aspect-ratio: 421 / 614;
  margin: 0;
  z-index: var(--z);
  pointer-events: none;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.65));
  animation: fly-5214b59f var(--dur) var(--delay) cubic-bezier(0.18, 0.7, 0.2, 1) both;
}
.flip-inner[data-v-5214b59f] {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.flip-inner.live[data-v-5214b59f] {
  transform: rotateY(180deg);
}
.flip-inner.flipping[data-v-5214b59f] {
  animation: flipY-5214b59f 0.7s var(--flip-delay) cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.face[data-v-5214b59f] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
  border: 1px solid rgba(232, 197, 71, 0.4);
  backface-visibility: hidden;
}
.front[data-v-5214b59f] {
  transform: rotateY(180deg);
}
.shock[data-v-5214b59f] {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(232, 197, 71, 0.85);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: shock-5214b59f 1.1s 1.05s ease-out both;
  pointer-events: none;
}
.brand-slam[data-v-5214b59f] {
  position: absolute;
  left: 50%;
  top: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: min(420px, 86vw);
  transform: translate(-50%, -50%);
  animation: slam-5214b59f 0.9s 1.05s cubic-bezier(0.16, 0.9, 0.2, 1) both;
  text-align: center;
  z-index: 20;
  pointer-events: none;
}
.mark[data-v-5214b59f] {
  width: min(220px, 46vw);
  height: auto;
  border-radius: 28%;
  box-shadow:
    0 0 0 1px rgba(232, 197, 71, 0.35),
    0 18px 50px rgba(0, 0, 0, 0.55),
    0 0 40px rgba(232, 197, 71, 0.35);
}
.name[data-v-5214b59f] {
  margin: 0;
  font-family: Cinzel, serif;
  font-size: clamp(22px, 4.2vw, 40px);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #e8c547;
  text-shadow: 0 2px 18px rgba(232, 197, 71, 0.45);
}
.skip[data-v-5214b59f] {
  position: absolute;
  top: max(12px, env(safe-area-inset-top));
  right: max(12px, env(safe-area-inset-right));
  z-index: 30;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(232, 197, 71, 0.45);
  border-radius: 999px;
  background: rgba(19, 19, 22, 0.72);
  color: #e8c547;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}
.skip[data-v-5214b59f]:hover {
  background: rgba(232, 197, 71, 0.16);
}
.compact .mark[data-v-5214b59f] {
  width: min(160px, 42vw);
}
.compact .name[data-v-5214b59f] {
  font-size: 20px;
}
.compact .flyer[data-v-5214b59f] {
  width: calc(var(--w) * 0.78);
}
.reduced .storm[data-v-5214b59f],
.reduced .sparks[data-v-5214b59f],
.reduced .shock[data-v-5214b59f] {
  display: none;
}
.reduced .brand-slam[data-v-5214b59f] {
  animation: none;
  opacity: 1;
}
@keyframes fly-5214b59f {
0% {
    transform: translate(-50%, -50%) translate3d(var(--x0), var(--y0), -240px)
      rotate(var(--r0)) scale(0.55);
    opacity: 0;
}
14% {
    opacity: 1;
}
100% {
    transform: translate(-50%, -50%) translate3d(var(--x1), var(--y1), 40px)
      rotate(var(--r1)) scale(1);
    opacity: 1;
}
}
@keyframes flipY-5214b59f {
from {
    transform: rotateY(0deg);
}
to {
    transform: rotateY(180deg);
}
}
@keyframes slam-5214b59f {
0% {
    opacity: 0;
    filter: blur(16px);
    transform: translate(-50%, -50%) scale(1.85);
}
62% {
    opacity: 1;
    filter: blur(0);
    transform: translate(-50%, -50%) scale(0.94);
}
80% {
    transform: translate(-50%, -50%) scale(1.04);
}
100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
}
@keyframes shock-5214b59f {
0% {
    opacity: 0.9;
    width: 20px;
    height: 20px;
}
100% {
    opacity: 0;
    width: min(90vw, 720px);
    height: min(90vw, 720px);
}
}
@keyframes spark-5214b59f {
0%,
  100% {
    opacity: 0.15;
    transform: scale(0.6);
}
50% {
    opacity: 1;
    transform: scale(1.4);
}
}
@keyframes pulse-5214b59f {
0%,
  100% {
    opacity: 1;
}
50% {
    opacity: 0.82;
}
}
@keyframes orbit-5214b59f {
to {
    transform: rotate(360deg);
}
}
@media (max-height: 500px) {
.brand-slam[data-v-5214b59f] {
    top: 46%;
    gap: 8px;
}
.mark[data-v-5214b59f] {
    width: min(120px, 28vw);
}
.name[data-v-5214b59f] {
    font-size: 18px;
}
}

.need[data-v-308e1a83] {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(16px, env(safe-area-inset-top))
    max(16px, env(safe-area-inset-right))
    max(16px, env(safe-area-inset-bottom))
    max(16px, env(safe-area-inset-left));
  background: var(--md-scrim);
}
.panel[data-v-308e1a83] {
  width: min(440px, 100%);
  max-height: 100%;
  overflow-y: auto;
  padding: 28px;
  border-radius: 12px;
  background: var(--md-sys-color-surface-container);
  border: 1px solid color-mix(in srgb, var(--md-sys-color-primary) 35%, transparent);
  color: var(--md-sys-color-on-surface);
  text-align: center;
}
h2[data-v-308e1a83] {
  color: var(--md-sys-color-on-surface);
  margin-bottom: 10px;
}
p[data-v-308e1a83] {
  color: var(--md-sys-color-on-surface-variant);
  margin-bottom: 20px;
  line-height: 1.5;
}
.row[data-v-308e1a83] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.cta[data-v-308e1a83],
.ghost[data-v-308e1a83] {
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 700;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.cta[data-v-308e1a83] {
  background: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
}
.ghost[data-v-308e1a83] {
  border: 1px solid var(--md-sys-color-outline);
  color: var(--md-sys-color-on-surface);
}
@media (max-height: 500px) and (max-width: 1100px) {
.panel[data-v-308e1a83] {
    padding: 16px 18px;
}
}

.avatar-view[data-v-dac7bb59] {
  display: block;
  flex-shrink: 0;
  max-width: 100%;
  height: auto;
}
.avatar-view.circle[data-v-dac7bb59] {
  border-radius: 50%;
  background: var(--md-sys-color-surface-container-high, #2a2430);
}

.global-chat[data-v-893869db] {
  position: fixed;
  right: max(16px, env(safe-area-inset-right, 0px));
  bottom: max(16px, env(safe-area-inset-bottom, 0px));
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  pointer-events: none;
}
.global-chat.over-duel[data-v-893869db] {
  z-index: 220;
}
.global-chat-panel[data-v-893869db],
.global-chat-toggle[data-v-893869db] {
  pointer-events: auto;
}
.global-chat-panel[data-v-893869db] {
  width: min(380px, calc(100vw - 32px));
  max-height: 340px;
  display: flex;
  flex-direction: column;
  background: rgba(15, 23, 42, 0.94);
  border: 1px solid #475569;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.global-chat-title[data-v-893869db] {
  padding: 10px 12px 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #facc15;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.global-chat-tabs[data-v-893869db] {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.global-chat-tab[data-v-893869db] {
  position: relative;
  flex: 1;
  padding: 10px 8px;
  border: 0;
  background: transparent;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}
.global-chat-tab.active[data-v-893869db] {
  color: #facc15;
  box-shadow: inset 0 -2px 0 #facc15;
}
.global-chat-tab-badge[data-v-893869db] {
  display: inline-block;
  min-width: 16px;
  margin-left: 6px;
  padding: 0 4px;
  border-radius: 999px;
  background: #facc15;
  color: #111827;
  font-size: 10px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
}
.global-chat-log[data-v-893869db] {
  flex: 1;
  min-height: 140px;
  max-height: 220px;
  overflow-y: auto;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.global-chat-line[data-v-893869db] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  line-height: 1.35;
}
.global-chat-body[data-v-893869db] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.global-chat-line.mine .global-chat-name[data-v-893869db] {
  color: #86efac;
}
.global-chat-name[data-v-893869db] {
  font-size: 13px;
  font-weight: 700;
  color: #93c5fd;
}
.global-chat-text[data-v-893869db] {
  color: #e2e8f0;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}
.global-chat-form[data-v-893869db] {
  display: flex;
  gap: 6px;
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.global-chat-input[data-v-893869db] {
  flex: 1;
  min-width: 0;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #475569;
  background: #0f172a;
  color: #e2e8f0;
  font-size: 15px;
}
.global-chat-input[data-v-893869db]:focus {
  outline: none;
  border-color: #facc15;
}
.global-chat-send[data-v-893869db] {
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #475569;
  background: #1e293b;
  color: #e2e8f0;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.global-chat-send[data-v-893869db]:hover {
  border-color: #94a3b8;
}
.global-chat-toggle[data-v-893869db] {
  position: relative;
  padding: 8px 14px;
  border-radius: 6px;
  border: 1px solid #475569;
  background: #1e293b;
  color: #e2e8f0;
  font-size: 15px;
  cursor: pointer;
}
.global-chat-toggle[data-v-893869db]:hover {
  border-color: #94a3b8;
}
.global-chat-badge[data-v-893869db] {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #facc15;
  color: #111827;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
}
.global-chat.compact[data-v-893869db] {
  right: max(12px, env(safe-area-inset-right, 0px));
}
.global-chat.compact.over-duel[data-v-893869db] {
  right: max(12px, calc(212px + env(safe-area-inset-right, 0px)));
}
.global-chat.compact .global-chat-toggle[data-v-893869db] {
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.global-chat.compact .global-chat-panel[data-v-893869db] {
  width: min(320px, calc(100vw - 24px));
  max-height: min(70dvh, 280px);
}
.global-chat.compact:not(.over-duel) .global-chat-panel[data-v-893869db] {
  max-height: min(56dvh, 280px);
}
.chat-fab-icon[data-v-893869db] {
  display: flex;
}

.rotate-overlay[data-v-49e2fffd] {
  position: fixed;
  inset: 0;
  z-index: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(16px, env(safe-area-inset-top))
    max(16px, env(safe-area-inset-right))
    max(16px, env(safe-area-inset-bottom))
    max(16px, env(safe-area-inset-left));
  background: rgba(15, 23, 42, 0.96);
  color: #e2e8f0;
}
.rotate-card[data-v-49e2fffd] {
  max-width: 320px;
  text-align: center;
}
.rotate-icon[data-v-49e2fffd] {
  color: #e8c547;
  margin-bottom: 12px;
}
h1[data-v-49e2fffd] {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
}
p[data-v-49e2fffd] {
  margin: 0;
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.4;
}

html[data-foil-blend="off"] .foil-wash,
html[data-foil-blend="off"] .foil-shine,
html[data-foil-blend="off"] .foil-fx,
html[data-foil-blend="off"] .foil-fx2 {
  mix-blend-mode: normal !important;
}

.foil-debug-hud[data-v-781ee39d] {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 99999;
  width: min(420px, calc(100vw - 24px));
  max-height: min(52vh, 520px);
  overflow: auto;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(12, 12, 16, 0.94);
  color: #e7e5e4;
  font: 11px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
  pointer-events: auto;
}
.foil-debug-hud__bar[data-v-781ee39d] {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
  color: #fbbf24;
}
.foil-debug-hud__mode[data-v-781ee39d] {
  color: #a8a29e;
}
.foil-debug-hud__hint[data-v-781ee39d] {
  margin: 0 0 8px;
  color: #a8a29e;
}
.foil-debug-hud__toggle[data-v-781ee39d] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}
.foil-debug-hud__pre[data-v-781ee39d] {
  margin: 0 0 8px;
  white-space: pre-wrap;
    word-break: break-all;
  color: #d6d3d1;
}
.foil-debug-hud__actions[data-v-781ee39d] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.foil-debug-hud__btn[data-v-781ee39d] {
  border: 0;
  border-radius: 6px;
  padding: 6px 10px;
  background: #fbbf24;
  color: #1c1917;
  font: inherit;
  cursor: pointer;
}
.foil-debug-hud__ok[data-v-781ee39d] {
  color: #86efac;
}

.close-x[data-v-0621aabe] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: inherit;
  color: inherit;
  cursor: pointer;
}
.close-x[data-v-0621aabe]:hover {
  filter: brightness(1.12);
}

.pwa-install[data-v-64eb50b4] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.pwa-btn[data-v-64eb50b4] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 20px;
  background: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.pwa-btn[data-v-64eb50b4]:hover {
  filter: brightness(1.06);
}
.pwa-hint[data-v-64eb50b4],
.pwa-status[data-v-64eb50b4] {
  margin: 0;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 13px;
  line-height: 18px;
}
.tone-drawer[data-v-64eb50b4] {
  width: 100%;
}
.tone-drawer .pwa-btn[data-v-64eb50b4] {
  width: 100%;
}
.tone-home .pwa-btn[data-v-64eb50b4] {
  margin-top: 4px;
}

.fs-icon[data-v-f2e18f5f] {
  width: 22px;
  height: 22px;
}
.scheme-btn[data-v-f2e18f5f] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--md-sys-color-outline-variant);
  border-radius: 20px;
  background: transparent;
  color: var(--md-sys-color-on-surface);
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.scheme-btn.active[data-v-f2e18f5f] {
  background: var(--md-sys-color-primary);
  border-color: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
}
.sfx-toggle[data-v-f2e18f5f] {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid rgba(232, 197, 71, 0.32);
  background: rgba(12, 14, 24, 0.9);
  color: #f4f0ea;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.sfx-toggle[data-v-f2e18f5f]:hover {
  border-color: #e8c547;
  color: #fde68a;
}

.app-shell {
  --md-sys-color-surface: #131316;
  --md-sys-color-on-surface: #e5e1e6;
  --md-sys-color-on-surface-variant: #c6c5d0;
  --md-sys-color-surface-container: #1f1f23;
  --md-sys-color-surface-container-high: #2a2a2e;
  --md-sys-color-outline: #90909a;
  --md-sys-color-outline-variant: #46464f;
  --md-sys-color-primary: #e8c547;
  --md-sys-color-on-primary: #1c1b1f;
  --md-sys-color-primary-container: #6e5c1a;
  --md-sys-color-on-primary-container: #f5f5f5;
  --md-state-layer: rgba(229, 225, 230, 0.08);
  --md-elevation-1:
    0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  --app-bar-height: 64px;
  --app-nav-offset: calc(var(--app-bar-height) + env(safe-area-inset-top, 0px));
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--md-sys-color-surface);
  color: var(--md-sys-color-on-surface);
  font-family: Roboto, system-ui, sans-serif;
}
.app-shell.menus-short {
  --app-bar-height: 48px;
}
.app-shell.nav-hidden {
  --app-nav-offset: 0px;
}
.scheme-light {
  color-scheme: light;
}
.scheme-dark {
  color-scheme: dark;
}
.top-app-bar {
  position: relative;
  z-index: 40;
  height: var(--app-nav-offset);
  padding-top: env(safe-area-inset-top, 0px);
  background: var(--md-sys-color-surface-container);
  border-bottom: 1px solid var(--md-sys-color-outline-variant);
}
.bar-wrap {
  width: 100%;
  margin: 0;
  padding: 0 max(16px, env(safe-area-inset-right, 0px))
    0 max(16px, env(safe-area-inset-left, 0px));
}
.bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  height: var(--app-bar-height);
}
.nav-start {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1 1 auto;
}
.nav-links {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4px;
  min-width: 0;
}
.nav-end {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex: 0 0 auto;
}
.app-main {
  padding-left: env(safe-area-inset-left, 0px);
  padding-right: env(safe-area-inset-right, 0px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--md-sys-color-primary);
  font-family: Cinzel, serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  min-width: 0;
  flex-shrink: 0;
}
.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  object-fit: cover;
  flex-shrink: 0;
}
.brand-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: min(200px, 38vw);
}
.app-shell.menus-short .brand {
  font-size: 16px;
  gap: 8px;
}
.app-shell.menus-short .brand-mark {
  width: 30px;
  height: 30px;
}
.nav-link {
  color: var(--md-sys-color-on-surface-variant);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  text-decoration: none;
  transition: background-color 200ms cubic-bezier(0.2, 0, 0, 1);
}
.nav-profile {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: 8px;
  flex-shrink: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
}
.caret {
  width: 16px;
  height: 16px;
  opacity: 0.8;
}
.account-menu {
  position: relative;
}
.account-pop {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 50;
  min-width: 200px;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid var(--md-sys-color-outline-variant);
  background: var(--md-sys-color-surface-container-high);
  box-shadow: var(--md-elevation-1);
}
.account-item {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--md-sys-color-on-surface);
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}
.account-item:hover {
  background: var(--md-state-layer);
}
.account-sep {
  height: 1px;
  margin: 6px 8px;
  background: var(--md-sys-color-outline-variant);
}
.coin-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px 6px 8px;
  border-radius: 999px;
  background: var(--md-sys-color-surface-container);
  color: var(--md-sys-color-on-surface);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.coin-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffe08a, #d4a017 55%, #8a6a10);
  box-shadow: 0 0 0 1px rgba(212, 160, 23, 0.45);
}
.drawer-coin {
  margin: 4px 16px 8px;
  align-self: flex-start;
}
.nav-link:hover {
  background: var(--md-state-layer);
  color: var(--md-sys-color-on-surface);
}
.nav-link.active {
  background: var(--md-sys-color-primary-container);
  color: var(--md-sys-color-on-primary-container);
}
.mobile-nav-link {
  display: block;
  color: var(--md-sys-color-on-surface-variant);
  padding: 12px 16px;
  border-radius: 28px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  min-height: 44px;
}
.mobile-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-nav-link:hover,
.mobile-nav-link.router-link-active,
.mobile-nav-link.active {
  background: var(--md-state-layer);
}
.mobile-nav-link.active {
  background: var(--md-sys-color-primary-container);
  color: var(--md-sys-color-on-primary-container);
}
.lang-switch {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 4px;
  border: 1px solid var(--md-sys-color-outline-variant);
  border-radius: 20px;
}
.lang-btn {
  color: var(--md-sys-color-on-surface-variant);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 6px 12px;
  border-radius: 16px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.lang-btn.active {
  background: var(--md-sys-color-primary-container);
  color: var(--md-sys-color-on-primary-container);
}
.lang-sep {
  display: none;
}
.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: transparent;
  color: var(--md-sys-color-on-surface-variant);
  cursor: pointer;
}
.app-shell.menus-short .icon-btn {
  width: 40px;
  height: 40px;
}
.icon-btn:hover {
  background: var(--md-state-layer);
}
.icon-btn.icon-active {
  color: var(--md-sys-color-primary);
}
.drawer-scrim {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.45);
}
.mobile-drawer {
  display: flex;
  flex-direction: column;
  width: min(320px, 86vw);
  max-height: 100%;
  overflow-y: auto;
  padding: 8px max(16px, env(safe-area-inset-right, 0px))
    max(16px, env(safe-area-inset-bottom, 0px)) 16px;
  background: var(--md-sys-color-surface-container);
  box-shadow: var(--md-elevation-1);
}
.app-shell.menus-short .mobile-drawer {
  width: min(280px, 70vw);
}
.drawer-close {
  align-self: flex-end;
  margin: 4px 0 8px;
  background: var(--md-sys-color-surface-container-high);
  color: var(--md-sys-color-on-surface);
}
.drawer-extras {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--md-sys-color-outline-variant);
}
.theme-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 44px;
  padding: 4px 8px 4px 8px;
}
.theme-toggle-copy {
  flex: 1 1 auto;
  color: var(--md-sys-color-on-surface);
  font-size: 14px;
  font-weight: 500;
}
.theme-toggle-mode {
  min-width: 4.5em;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 12px;
  font-weight: 500;
}
.theme-switch {
  position: relative;
  flex: 0 0 auto;
  width: 52px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: var(--md-sys-color-surface-container-high);
  box-shadow: inset 0 0 0 1px var(--md-sys-color-outline-variant);
  cursor: pointer;
}
.theme-switch[aria-checked='true'] {
  background: var(--md-sys-color-primary-container);
  box-shadow: inset 0 0 0 1px var(--md-sys-color-primary);
}
.theme-switch-knob {
  position: absolute;
  top: 4px;
  left: 4px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: var(--md-sys-color-surface);
  color: var(--md-sys-color-on-surface-variant);
  box-shadow: var(--md-elevation-1);
  transition: transform 180ms cubic-bezier(0.2, 0, 0, 1);
}
.theme-switch-knob.light {
  transform: translateX(20px);
  color: var(--md-sys-color-on-primary-container);
}
.theme-switch-knob svg {
  width: 16px;
  height: 16px;
}
.drawer-btn {
  border: 0;
  background: transparent;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.drawer-lang {
  margin-left: auto;
}
.app-shell.menus-short .drawer-extras {
  flex-direction: column;
  align-items: stretch;
}
.app-shell.menus-short .drawer-lang {
  margin-left: 0;
  align-self: flex-start;
}

.home[data-v-52d2ed46] {
  min-height: calc(100dvh - var(--app-nav-offset, 64px));
  background: var(--md-sys-color-surface);
  color: var(--md-sys-color-on-surface);
  font-family: Roboto, system-ui, sans-serif;
}
.home-inner[data-v-52d2ed46] {
  width: min(904px, 100%);
  margin: 0 auto;
  padding: 32px 16px 48px;
}
.hero[data-v-52d2ed46] {
  margin-bottom: 24px;
}
.hero[data-v-52d2ed46] .pwa-install {
  margin-top: 12px;
}
.kicker[data-v-52d2ed46] {
  margin: 0 0 8px;
  color: var(--md-sys-color-primary);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
h1[data-v-52d2ed46] {
  margin: 0 0 8px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--md-sys-color-on-surface);
}
.session[data-v-52d2ed46] {
  margin: 0 0 16px;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
}
.chip[data-v-52d2ed46] {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid var(--md-sys-color-outline);
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
}
.chip.selected[data-v-52d2ed46] {
  border-color: transparent;
  background: var(--md-sys-color-primary-container);
  color: var(--md-sys-color-on-primary-container);
}
.deck-pick[data-v-52d2ed46] {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.deck-pick-label[data-v-52d2ed46] {
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
  font-weight: 500;
}
.deck-select[data-v-52d2ed46] {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid var(--md-sys-color-outline);
  background: var(--md-sys-color-surface-container-high);
  color: var(--md-sys-color-on-surface);
  font: inherit;
  font-size: 14px;
}
.menu[data-v-52d2ed46] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.home-feedback[data-v-52d2ed46] {
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 20px;
}
.home-feedback a[data-v-52d2ed46] {
  color: var(--md-sys-color-primary);
  text-decoration: none;
}
.home-feedback a[data-v-52d2ed46]:hover {
  text-decoration: underline;
}
.md-card[data-v-52d2ed46] {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: var(--md-sys-color-surface-container-high);
  box-shadow: var(--md-elevation-1);
  color: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
  transition: box-shadow 200ms cubic-bezier(0.2, 0, 0, 1);
}
.md-card[data-v-52d2ed46]::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--md-sys-color-on-surface);
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms cubic-bezier(0.2, 0, 0, 1);
}
.md-card[data-v-52d2ed46]:hover,
.md-card[data-v-52d2ed46]:focus-visible {
  box-shadow: var(--md-elevation-2);
  outline: none;
}
.md-card[data-v-52d2ed46]:hover::after {
  opacity: 0.08;
}
.md-card[data-v-52d2ed46]:focus-visible::after {
  opacity: 0.12;
}
.media[data-v-52d2ed46] {
  display: block;
  height: 140px;
  overflow: hidden;
  background: var(--md-sys-color-surface-container);
}
.media img[data-v-52d2ed46] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.content[data-v-52d2ed46] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
}
.label-sm[data-v-52d2ed46] {
  color: var(--md-sys-color-primary);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.title[data-v-52d2ed46] {
  color: var(--md-sys-color-on-surface);
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}
.support[data-v-52d2ed46] {
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.md-card.news[data-v-52d2ed46] {
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding-right: 8px;
}
.news .content[data-v-52d2ed46] {
  padding: 16px 8px 16px 16px;
}
.trailing[data-v-52d2ed46] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--md-sys-color-primary);
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 720px) {
h1[data-v-52d2ed46] {
    font-size: 28px;
    line-height: 36px;
}
.menu[data-v-52d2ed46] {
    grid-template-columns: 1fr;
}
}

/* Landscape phone / short window — keep two columns, flatten cards. */
@media (max-height: 500px) and (max-width: 1100px) {
.home-inner[data-v-52d2ed46] {
    padding: 12px 16px 28px;
}
.hero[data-v-52d2ed46] {
    margin-bottom: 12px;
}
h1[data-v-52d2ed46] {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 8px;
}
.menu[data-v-52d2ed46] {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.md-card[data-v-52d2ed46]:not(.news) {
    flex-direction: row;
    align-items: stretch;
    min-height: 72px;
}
.media[data-v-52d2ed46] {
    width: 96px;
    height: auto;
    min-height: 72px;
    flex-shrink: 0;
}
.content[data-v-52d2ed46] {
    padding: 10px 12px;
    justify-content: center;
}
.title[data-v-52d2ed46] {
    font-size: 16px;
    line-height: 22px;
}
.support[data-v-52d2ed46] {
    font-size: 12px;
    line-height: 16px;
}
.md-card.news[data-v-52d2ed46] {
    min-height: 56px;
}
}

.card-art[data-v-92f9919b] {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4.5% / 3.2%;
  overflow: hidden;
  isolation: isolate;
  /* Opaque mask so mix-blend foil cannot paint past the rounded rect. */
  -webkit-mask-image: linear-gradient(#fff, #fff);
  mask-image: linear-gradient(#fff, #fff);
  clip-path: inset(0 round 4.5% / 3.2%);
  transform-style: flat;
  forced-color-adjust: none;
}
.card-art-face[data-v-92f9919b] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  clip-path: inset(0 round 4.5% / 3.2%);
  background: #131316;
  isolation: isolate;
  transform-style: flat;
}
.card-art-img[data-v-92f9919b] {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-art-loader[data-v-92f9919b] {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #131316;
}
.card-art-spinner[data-v-92f9919b] {
  width: 28%;
  max-width: 22px;
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-top-color: var(--md-sys-color-primary, #fbbf24);
  border-radius: 50%;
  animation: ygo-card-art-spin 0.7s linear infinite;
}
.foil-wash[data-v-92f9919b],
.foil-shine[data-v-92f9919b],
.foil-fx[data-v-92f9919b],
.foil-fx2[data-v-92f9919b] {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
}

/* Rare — always a faint silver veil; shine sweeps on top. */
.wash-rare[data-v-92f9919b] {
  box-shadow: inset 0 0 10px 1px rgba(226, 232, 240, 0.35);
  background: linear-gradient(
    125deg,
    rgba(226, 232, 240, 0.12),
    transparent 42%,
    rgba(255, 255, 255, 0.08)
  );
}
.shine-rare[data-v-92f9919b],
.shine-super[data-v-92f9919b],
.shine-ultra[data-v-92f9919b],
.shine-helios[data-v-92f9919b],
.shine-nightglass[data-v-92f9919b],
.shine-stormwake[data-v-92f9919b] {
  background: linear-gradient(
    105deg,
    transparent 36%,
    rgba(226, 232, 240, 0.4) 46%,
    rgba(255, 255, 255, 0.88) 50%,
    rgba(226, 232, 240, 0.4) 54%,
    transparent 64%
  );
  background-size: 220% 100%;
  background-position: 50% 0;
  mix-blend-mode: screen;
  animation: ygo-foil-sweep 7.5s linear infinite;
}
.shine-super[data-v-92f9919b] {
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(250, 204, 21, 0.38) 47%,
    rgba(254, 249, 195, 0.8) 50%,
    rgba(163, 230, 53, 0.28) 53%,
    transparent 66%
  );
  background-size: 220% 100%;
}
.shine-ultra[data-v-92f9919b] {
  background: linear-gradient(
    100deg,
    transparent 12%,
    rgba(180, 83, 9, 0.55) 32%,
    rgba(251, 191, 36, 0.85) 46%,
    rgba(255, 251, 220, 1) 50%,
    rgba(245, 158, 11, 0.8) 54%,
    rgba(146, 64, 14, 0.45) 70%,
    transparent 88%
  );
  background-size: 280% 100%;
  mix-blend-mode: screen;
  animation: ygo-foil-sweep 5.8s linear infinite;
}
.shine-helios[data-v-92f9919b] {
  background: linear-gradient(
    112deg,
    transparent 18%,
    rgba(255, 210, 80, 0.45) 38%,
    rgba(255, 250, 220, 0.95) 50%,
    rgba(255, 140, 30, 0.55) 58%,
    transparent 78%
  );
  background-size: 240% 100%;
  mix-blend-mode: screen;
}
.shine-nightglass[data-v-92f9919b] {
  background: linear-gradient(
    100deg,
    transparent 12%,
    rgba(56, 189, 248, 0.7) 32%,
    rgba(196, 181, 253, 0.85) 44%,
    rgba(255, 255, 255, 1) 50%,
    rgba(244, 114, 182, 0.75) 56%,
    rgba(34, 211, 238, 0.55) 70%,
    transparent 88%
  );
  background-size: 280% 100%;
  mix-blend-mode: screen;
  animation:
    ygo-foil-pulse 2.6s ease-in-out infinite,
    ygo-foil-sweep 5.4s linear infinite;
}
.shine-stormwake[data-v-92f9919b] {
  background: linear-gradient(
    108deg,
    transparent 14%,
    rgba(244, 114, 182, 0.7) 36%,
    rgba(255, 255, 255, 1) 50%,
    rgba(34, 211, 238, 0.75) 64%,
    transparent 86%
  );
  background-size: 260% 100%;
  mix-blend-mode: screen;
  animation: ygo-foil-sweep 5.2s linear infinite;
}

/* Super Rare — lime/amber holo, not solid gold. */
.wash-super[data-v-92f9919b] {
  background: linear-gradient(
    125deg,
    rgba(250, 204, 21, 0.28),
    rgba(163, 230, 53, 0.22),
    rgba(251, 146, 60, 0.24)
  );
  background-size: 220% 220%;
  mix-blend-mode: lighten;
  animation: ygo-foil-drift 4.4s ease-in-out infinite;
  box-shadow: inset 0 0 10px 1px rgba(250, 204, 21, 0.22);
}

/* Ultra Rare — stamped gold metal, distinct from Super's holo. */
.wash-ultra[data-v-92f9919b] {
  background:
    linear-gradient(
      168deg,
      rgba(146, 64, 14, 0.55),
      rgba(251, 191, 36, 0.5) 34%,
      rgba(255, 247, 200, 0.32) 50%,
      rgba(180, 83, 9, 0.52)
    );
  mix-blend-mode: lighten;
  box-shadow:
    inset 0 0 12px 3px rgba(251, 191, 36, 0.8),
    inset 0 0 28px 6px rgba(146, 64, 14, 0.45);
}
.fx-ultra[data-v-92f9919b] {
  background: repeating-linear-gradient(
    92deg,
    transparent 0 8px,
    rgba(255, 215, 90, 0.28) 9px,
    rgba(255, 247, 220, 0.16) 11px,
    transparent 13px 20px
  );
  mix-blend-mode: overlay;
  animation: ygo-foil-slide 6.4s linear infinite;
}

/* Helios — molten gold wash + spinning sunburst. */
.wash-helios[data-v-92f9919b] {
  background: radial-gradient(
    ellipse at 50% 42%,
    rgba(255, 247, 220, 0.42),
    rgba(251, 191, 36, 0.28) 38%,
    rgba(180, 80, 0, 0.12) 72%,
    transparent 78%
  );
  mix-blend-mode: lighten;
  box-shadow: inset 0 0 22px 5px rgba(255, 170, 40, 0.7);
  animation: ygo-foil-pulse 2.8s ease-in-out infinite;
}
.fx-helios[data-v-92f9919b] {
  inset: -55%;
  background: repeating-conic-gradient(
    from 0deg at 50% 48%,
    rgba(255, 220, 90, 0) 0deg 9deg,
    rgba(255, 190, 50, 0.62) 10deg,
    rgba(255, 255, 220, 0.42) 12deg,
    rgba(255, 140, 20, 0.28) 14deg,
    rgba(255, 220, 90, 0) 16deg
  );
  mix-blend-mode: lighten;
  animation: ygo-foil-spin 26s linear infinite;
}
.fx2-helios[data-v-92f9919b] {
  background: radial-gradient(
    circle at 50% 46%,
    rgba(255, 236, 160, 0.5),
    rgba(255, 160, 40, 0.18) 36%,
    transparent 62%
  );
  mix-blend-mode: screen;
  animation: ygo-foil-pulse 2.2s ease-in-out infinite;
}

/* Nightglass — icy prism glass, a step above Ultra's gold stamp. */
.wash-nightglass[data-v-92f9919b] {
  background:
    radial-gradient(
      ellipse at 18% 22%,
      rgba(186, 230, 253, 0.7),
      transparent 48%
    ),
    radial-gradient(
      ellipse at 82% 78%,
      rgba(167, 139, 250, 0.62),
      transparent 50%
    ),
    linear-gradient(
      125deg,
      rgba(56, 189, 248, 0.48),
      rgba(167, 139, 250, 0.42) 38%,
      rgba(244, 114, 182, 0.32) 62%,
      rgba(34, 211, 238, 0.5)
    );
  background-size: 100% 100%, 100% 100%, 280% 280%;
  mix-blend-mode: lighten;
  animation: ygo-foil-drift 3.8s ease-in-out infinite;
  box-shadow:
    inset 0 0 16px 4px rgba(125, 211, 252, 0.85),
    inset 0 0 32px 8px rgba(139, 92, 246, 0.45);
}
.fx-nightglass[data-v-92f9919b] {
  background: repeating-linear-gradient(
    118deg,
    transparent 0 6px,
    rgba(224, 242, 254, 0.42) 7px,
    rgba(167, 139, 250, 0.28) 9px,
    rgba(244, 114, 182, 0.18) 11px,
    transparent 13px 18px
  );
  mix-blend-mode: screen;
  animation: ygo-foil-slide 4.6s linear infinite;
}
.fx2-nightglass[data-v-92f9919b] {
  background:
    radial-gradient(
      ellipse at 70% 24%,
      rgba(255, 255, 255, 0.42),
      transparent 38%
    ),
    radial-gradient(
      ellipse at 28% 76%,
      rgba(34, 211, 238, 0.4),
      transparent 44%
    );
  mix-blend-mode: screen;
  animation: ygo-foil-pulse 2.4s ease-in-out infinite;
}

/* Stormwake — neon plasma + dense falling stardust. */
.wash-stormwake[data-v-92f9919b] {
  background:
    radial-gradient(
      ellipse at 22% 14%,
      rgba(255, 90, 180, 0.78),
      transparent 46%
    ),
    radial-gradient(
      ellipse at 82% 78%,
      rgba(20, 230, 255, 0.72),
      transparent 48%
    ),
    radial-gradient(
      ellipse at 50% 46%,
      rgba(255, 255, 255, 0.38),
      transparent 54%
    );
  mix-blend-mode: lighten;
  animation: ygo-foil-drift 3.6s ease-in-out infinite;
  box-shadow:
    inset 0 0 18px 5px rgba(244, 114, 182, 0.75),
    inset 0 0 32px 8px rgba(34, 211, 238, 0.4);
}
.fx-stormwake[data-v-92f9919b],
.fx2-stormwake[data-v-92f9919b] {
  left: 0;
  right: 0;
  height: 170%;
  mix-blend-mode: screen;
  --core: 2.4px;
  --mid: 4px;
  --halo: 7.5px;
}
.card-art.glow-full .fx-stormwake[data-v-92f9919b],
.card-art.glow-full .fx2-stormwake[data-v-92f9919b] {
  --core: 3.6px;
  --mid: 6px;
  --halo: 11px;
}
.fx-stormwake[data-v-92f9919b] {
  top: -40%;
  bottom: auto;
  background-image:
    radial-gradient(
      circle at 8% 10%, #fff 0 var(--core), #f9a8d4 var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 19% 24%, #fff 0 var(--core), #67e8f9 var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 33% 8%, #fff 0 var(--core), #f472b6 var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 47% 31%, #fff 0 var(--core), #a5f3fc var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 61% 14%, #fff 0 var(--core), #f9a8d4 var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 74% 27%, #fff 0 var(--core), #22d3ee var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 88% 9%, #fff 0 var(--core), #fbcfe8 var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 12% 48%, #fff 0 var(--core), #67e8f9 var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 29% 61%, #fff 0 var(--core), #f472b6 var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 43% 52%, #fff 0 var(--core), #a5f3fc var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 58% 68%, #fff 0 var(--core), #f9a8d4 var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 71% 55%, #fff 0 var(--core), #67e8f9 var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 86% 63%, #fff 0 var(--core), #22d3ee var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 6% 82%, #fff 0 var(--core), #f472b6 var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 24% 88%, #fff 0 var(--core), #fbcfe8 var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 51% 84%, #fff 0 var(--core), #a5f3fc var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 79% 91%, #fff 0 var(--core), #f9a8d4 var(--mid),
      transparent var(--halo)
    );
  animation:
    ygo-foil-fall 4.4s linear infinite,
    ygo-foil-twinkle 1.7s ease-in-out infinite;
}
.fx2-stormwake[data-v-92f9919b] {
  top: -20%;
  bottom: auto;
  background-image:
    radial-gradient(
      circle at 14% 18%, #fff 0 var(--core), #67e8f9 var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 37% 6%, #fff 0 var(--core), #f9a8d4 var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 54% 22%, #fff 0 var(--core), #22d3ee var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 69% 11%, #fff 0 var(--core), #f472b6 var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 91% 29%, #fff 0 var(--core), #fff var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 21% 44%, #fff 0 var(--core), #a5f3fc var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 41% 57%, #fff 0 var(--core), #f9a8d4 var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 63% 41%, #fff 0 var(--core), #67e8f9 var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 82% 53%, #fff 0 var(--core), #f472b6 var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 9% 71%, #fff 0 var(--core), #fff var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 35% 79%, #fff 0 var(--core), #22d3ee var(--mid),
      transparent var(--halo)
    ),
    radial-gradient(
      circle at 72% 86%, #fff 0 var(--core), #fbcfe8 var(--mid),
      transparent var(--halo)
    );
  animation:
    ygo-foil-fall 5.1s linear infinite reverse,
    ygo-foil-twinkle 2.15s ease-in-out infinite reverse;
}
.card-art.is-foil.glow-full.foil-rare[data-v-92f9919b] {
  box-shadow: 0 0 10px 2px rgba(203, 213, 225, 0.5);
}
.card-art.is-foil.glow-full.foil-super[data-v-92f9919b] {
  box-shadow: 0 0 10px 2px rgba(250, 204, 21, 0.42);
}
.card-art.is-foil.glow-full.foil-ultra[data-v-92f9919b] {
  box-shadow:
    0 0 14px 3px rgba(251, 191, 36, 0.92),
    0 0 28px 7px rgba(180, 83, 9, 0.5);
}
.card-art.is-foil.glow-full.foil-helios[data-v-92f9919b] {
  box-shadow:
    0 0 18px 4px rgba(251, 191, 36, 0.85),
    0 0 36px 8px rgba(255, 140, 20, 0.5);
}
.card-art.is-foil.glow-full.foil-nightglass[data-v-92f9919b] {
  box-shadow:
    0 0 18px 4px rgba(125, 211, 252, 0.95),
    0 0 36px 9px rgba(139, 92, 246, 0.55);
}
.card-art.is-foil.glow-full.foil-stormwake[data-v-92f9919b] {
  box-shadow:
    0 0 20px 5px rgba(244, 114, 182, 0.95),
    0 0 36px 10px rgba(34, 211, 238, 0.65);
}
.card-art.is-foil.glow-thumb.foil-rare[data-v-92f9919b] {
  box-shadow: 0 0 6px 1px rgba(203, 213, 225, 0.45);
}
.card-art.is-foil.glow-thumb.foil-super[data-v-92f9919b] {
  box-shadow: 0 0 6px 1px rgba(250, 204, 21, 0.4);
}
.card-art.is-foil.glow-thumb.foil-ultra[data-v-92f9919b] {
  box-shadow: 0 0 10px 3px rgba(251, 191, 36, 0.78);
}
.card-art.is-foil.glow-thumb.foil-helios[data-v-92f9919b] {
  box-shadow: 0 0 10px 3px rgba(251, 191, 36, 0.78);
}
.card-art.is-foil.glow-thumb.foil-nightglass[data-v-92f9919b] {
  box-shadow:
    0 0 10px 3px rgba(125, 211, 252, 0.85),
    0 0 16px 4px rgba(139, 92, 246, 0.45);
}
.card-art.is-foil.glow-thumb.foil-stormwake[data-v-92f9919b] {
  box-shadow:
    0 0 12px 3px rgba(244, 114, 182, 0.9),
    0 0 18px 4px rgba(34, 211, 238, 0.5);
}
@media (prefers-reduced-motion: reduce) {
.foil-wash[data-v-92f9919b],
  .foil-shine[data-v-92f9919b],
  .foil-fx[data-v-92f9919b],
  .foil-fx2[data-v-92f9919b] {
    animation: none;
}
.foil-shine[data-v-92f9919b] {
    background-position: 50% 0;
}
.card-art-spinner[data-v-92f9919b] {
    animation: none;
    opacity: 0.55;
}
}

@supports (mix-blend-mode: plus-lighter) {
.card-art .wash-super,
  .card-art .wash-ultra,
  .card-art .wash-helios,
  .card-art .fx-helios,
  .card-art .wash-nightglass,
  .card-art .fx2-nightglass,
  .card-art .wash-stormwake {
    mix-blend-mode: plus-lighter;
}
}
@keyframes ygo-card-art-spin {
to {
    transform: rotate(360deg);
}
}
@keyframes ygo-foil-spin {
to {
    transform: rotate(360deg);
}
}
@keyframes ygo-foil-sweep {
0% {
    background-position: 120% 0;
}
100% {
    background-position: -20% 0;
}
}
@keyframes ygo-foil-drift {
0%,
  100% {
    background-position: 0% 40%;
}
50% {
    background-position: 100% 70%;
}
}
@keyframes ygo-foil-slide {
0% {
    background-position: 0 0;
}
100% {
    background-position: -28px 18px;
}
}
@keyframes ygo-foil-pulse {
0%,
  100% {
    opacity: 0.45;
}
50% {
    opacity: 1;
}
}
@keyframes ygo-foil-fall {
0% {
    transform: translateY(-10%);
}
100% {
    transform: translateY(10%);
}
}
@keyframes ygo-foil-twinkle {
0%,
  14% {
    opacity: 0.08;
}
22%,
  34% {
    opacity: 1;
}
42%,
  52% {
    opacity: 0.06;
}
60%,
  74% {
    opacity: 1;
}
84%,
  100% {
    opacity: 0.12;
}
}

.card-viewer[data-v-ab33201a] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  height: 100%;
}
.card-viewer-foil[data-v-ab33201a] {
  color: var(--md-sys-color-primary, #e8c547);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.card-viewer-foil-pick[data-v-ab33201a] {
  pointer-events: auto;
  margin-top: 4px;
}
.foil-select[data-v-ab33201a] {
  width: 100%;
  cursor: pointer;
}
.visually-hidden[data-v-ab33201a] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.card-viewer-image[data-v-ab33201a] {
  border-radius: 12px;
  overflow: hidden;
  clip-path: inset(0 round 12px);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.3),
    0 1px 3px 1px rgba(0, 0, 0, 0.15);
  background: var(--md-sys-color-surface-container, #1f1f23);
}
.card-viewer-image img[data-v-ab33201a],
.card-viewer-image[data-v-ab33201a] .card-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 12px;
}
.card-viewer-detail[data-v-ab33201a] {
  background: var(--md-sys-color-surface-container, #1f1f23);
  border: 1px solid var(--md-sys-color-outline-variant, #46464f);
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  font-family: Roboto, system-ui, sans-serif;
}
.card-viewer-header[data-v-ab33201a] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.card-viewer-name[data-v-ab33201a] {
  font-weight: 400;
  color: var(--md-sys-color-on-surface, #e5e1e6);
  font-size: 22px;
  line-height: 28px;
}
.card-viewer-level[data-v-ab33201a] {
  color: var(--md-sys-color-primary, #e8c547);
  font-size: 14px;
  letter-spacing: -1px;
}
.card-viewer-meta[data-v-ab33201a] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 15px;
}
.card-viewer-typeline[data-v-ab33201a] {
  color: var(--md-sys-color-on-surface-variant, #c6c5d0);
}
.card-viewer-stats[data-v-ab33201a] {
  font-size: 16px;
}
.stat.atk[data-v-ab33201a] {
  color: #f87171;
}
.stat-sep[data-v-ab33201a] {
  color: #6b7280;
  margin: 0 3px;
}
.stat.def[data-v-ab33201a] {
  color: #60a5fa;
}

/* When a stat is changed by an effect, override its base color to signal it. */
.stat.boosted[data-v-ab33201a] {
  color: #7cfc00;
}
.stat.reduced[data-v-ab33201a] {
  color: #f87171;
}
.delta[data-v-ab33201a] {
  font-size: 0.8em;
  margin-left: 3px;
  opacity: 0.9;
}
.card-viewer-desc[data-v-ab33201a] {
  color: var(--md-sys-color-on-surface-variant, #c6c5d0);
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
  border-top: 1px solid var(--md-sys-color-outline-variant, #46464f);
  padding-top: 8px;
  flex: 1;
  overflow-y: auto;
}
.card-viewer-desc[data-v-ab33201a]::-webkit-scrollbar {
  width: 3px;
}
.card-viewer-desc[data-v-ab33201a]::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 2px;
}
.card-viewer-desc[data-v-ab33201a]::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}
.card-viewer-placeholder[data-v-ab33201a] {
  flex: 1;
  min-height: 0;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--md-sys-color-outline-variant, #46464f);
  background: var(--md-sys-color-surface-container, #1f1f23);
  color: #94a3b8;
  font-size: 13px;
  line-height: 18px;
  box-sizing: border-box;
}
.card-viewer-details-only[data-v-ab33201a] {
  height: 100%;
}
.card-viewer-details-only .card-viewer-detail[data-v-ab33201a],
.card-viewer-details-only .card-viewer-placeholder[data-v-ab33201a] {
  width: 100% !important;
}
.card-viewer-fluid.card-viewer-image-only[data-v-ab33201a] {
  width: 100%;
  height: 100%;
}
.card-viewer-fluid.card-viewer-image-only .card-viewer-image[data-v-ab33201a] {
  width: 100%;
  height: 100%;
}

.preview-sheet[data-v-e0133a1a] {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 max(8px, env(safe-area-inset-right))
    max(8px, env(safe-area-inset-bottom))
    max(8px, env(safe-area-inset-left));
  background: rgba(15, 23, 42, 0.55);
}
.preview-sheet[data-v-e0133a1a]:not(.armed) {
  pointer-events: none;
}
.preview-sheet:not(.armed) .preview-sheet-panel[data-v-e0133a1a] {
  pointer-events: auto;
}
.preview-sheet.from-side[data-v-e0133a1a] {
  align-items: stretch;
  justify-content: flex-end;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px)
    env(safe-area-inset-bottom, 0px) 0;
}
.preview-sheet-panel[data-v-e0133a1a] {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(320px, 100%);
  max-height: min(88vh, 720px);
  overflow: hidden;
  padding: 36px 12px 12px;
  border-radius: 16px 16px 8px 8px;
  background: #0f172a;
  border: 1px solid #334155;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.45);
}
.has-footer .preview-sheet-panel[data-v-e0133a1a] {
  padding-bottom: 0;
}
.from-side .preview-sheet-panel[data-v-e0133a1a] {
  width: min(320px, 46vw);
  max-height: none;
  height: 100%;
  border-radius: 12px 0 0 12px;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.45);
}
.preview-sheet-body[data-v-e0133a1a] {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.preview-sheet-footer[data-v-e0133a1a] {
  flex-shrink: 0;
  padding: 12px 0 max(16px, env(safe-area-inset-bottom, 0px));
  border-top: 1px solid #334155;
  background: #0f172a;
}
.preview-sheet-close[data-v-e0133a1a] {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  background: #1e293b;
  color: #e2e8f0;
}

.deck-card-row[data-v-12eba5b2] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 8px 12px 8px 10px;
  text-align: left;
  background: var(--md-sys-color-surface-container-high, #2a2a2e);
  border: 0;
  border-radius: 12px;
  border-left: 3px solid transparent;
  color: inherit;
  cursor: pointer;
  overflow: hidden;
  font-family: Roboto, system-ui, sans-serif;
  -webkit-user-select: none;
          user-select: none;
  touch-action: manipulation;
  -webkit-touch-callout: none;
}
.deck-card-row[data-v-12eba5b2]::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--md-sys-color-on-surface, #e5e1e6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms cubic-bezier(0.2, 0, 0, 1);
}
.deck-card-row.is-monster[data-v-12eba5b2] {
  border-left-color: #e2a06a;
}
.deck-card-row.is-fusion[data-v-12eba5b2] {
  border-left-color: #ce93d8;
}
.deck-card-row.is-spell[data-v-12eba5b2] {
  border-left-color: #81c784;
}
.deck-card-row.is-trap[data-v-12eba5b2] {
  border-left-color: #ce93d8;
}
.deck-card-row[data-v-12eba5b2]:hover::after,
.deck-card-row.active[data-v-12eba5b2]::after {
  opacity: 0.08;
}
.deck-card-row.active[data-v-12eba5b2] {
  background: var(--md-sys-color-primary-container, #6e5c1a);
  color: var(--md-sys-color-on-primary-container, #f5f5f5);
}
.deck-card-row.full[data-v-12eba5b2] {
  opacity: 0.55;
}
.deck-card-row.just-sent[data-v-12eba5b2] {
  animation: row-sent-12eba5b2 420ms cubic-bezier(0.2, 0, 0, 1);
}
.deck-card-row.denied[data-v-12eba5b2] {
  animation: row-deny-12eba5b2 280ms ease;
}
.deck-card-row.holding[data-v-12eba5b2]::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 3px;
  width: 100%;
  transform-origin: left center;
  background: var(--md-sys-color-primary, #e8c547);
  animation: hold-fill-12eba5b2 450ms linear forwards;
  pointer-events: none;
}
@keyframes hold-fill-12eba5b2 {
from {
    transform: scaleX(0);
}
to {
    transform: scaleX(1);
}
}
@keyframes row-sent-12eba5b2 {
0% {
    box-shadow: inset 0 0 0 0 color-mix(in srgb, var(--md-sys-color-primary) 0%, transparent);
}
35% {
    box-shadow: inset 0 0 0 2px var(--md-sys-color-primary, #e8c547);
}
100% {
    box-shadow: inset 0 0 0 0 color-mix(in srgb, var(--md-sys-color-primary) 0%, transparent);
}
}
@keyframes row-deny-12eba5b2 {
0%,
  100% {
    transform: translateX(0);
}
25% {
    transform: translateX(-4px);
}
75% {
    transform: translateX(4px);
}
}
.row-art[data-v-12eba5b2] {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 61px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--md-sys-color-surface, #131316);
}
.row-copy[data-v-12eba5b2] {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
  z-index: 1;
}
.row-name[data-v-12eba5b2] {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: var(--md-sys-color-on-surface, #e5e1e6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.deck-card-row.active .row-name[data-v-12eba5b2] {
  color: var(--md-sys-color-on-primary-container, #f5f5f5);
}
.row-meta[data-v-12eba5b2] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12px;
  line-height: 16px;
  color: var(--md-sys-color-on-surface-variant, #c6c5d0);
}
.row-level[data-v-12eba5b2] {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.row-star[data-v-12eba5b2] {
  color: var(--md-sys-color-primary, #e8c547);
  font-size: 11px;
}
.row-stats[data-v-12eba5b2] {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
.stat.atk[data-v-12eba5b2] {
  color: #f2b8b5;
}
.stat-sep[data-v-12eba5b2] {
  color: var(--md-sys-color-outline, #90909a);
  margin: 0 3px;
}
.stat.def[data-v-12eba5b2] {
  color: #8ab4f8;
}
.row-qty[data-v-12eba5b2] {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  min-width: 32px;
  height: 24px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--md-sys-color-primary, #e8c547);
  color: var(--md-sys-color-on-primary, #1c1b1f);
  font-size: 11px;
  font-weight: 500;
}
.just-sent .row-qty[data-v-12eba5b2] {
  animation: qty-bump-12eba5b2 420ms cubic-bezier(0.2, 0, 0, 1);
}
@keyframes qty-bump-12eba5b2 {
0% {
    transform: scale(1);
}
35% {
    transform: scale(1.22);
}
100% {
    transform: scale(1);
}
}
@media (prefers-reduced-motion: reduce) {
.deck-card-row.just-sent[data-v-12eba5b2],
  .deck-card-row.denied[data-v-12eba5b2],
  .just-sent .row-qty[data-v-12eba5b2],
  .deck-card-row.holding[data-v-12eba5b2]::before {
    animation: none;
}
}

.yugioh-card-simple[data-v-49552e4b] {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: #2a2a2a;
  overflow: visible;
}

/* Complete Card Image Styles */
.complete-card-container[data-v-49552e4b],
.card-back-container[data-v-49552e4b] {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.complete-card-image[data-v-49552e4b] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Placeholder Card Styles */
.placeholder-card-container[data-v-49552e4b] {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1f2937 0%, #374151 50%, #1f2937 100%);
  border: 2px solid #4b5563;
}

/* Hover effects */
.yugioh-card-container:hover .yugioh-card-simple[data-v-49552e4b] {
  box-shadow: 
    0 25px 50px -12px rgba(0, 0, 0, 0.4);
}

/* Size adjustments */
.yugioh-card-container[style*="width: 80px"] .complete-card-image[data-v-49552e4b] {
  border-radius: 4px;
}
.yugioh-card-container[style*="width: 120px"] .complete-card-image[data-v-49552e4b] {
  border-radius: 6px;
}
.yugioh-card-container[style*="width: 180px"] .complete-card-image[data-v-49552e4b] {
  border-radius: 6px;
}
.yugioh-card-container[style*="width: 240px"] .complete-card-image[data-v-49552e4b] {
  border-radius: 6px;
}

.deck-card-sprite[data-v-fd12e9ed] {
  position: relative;
  display: block;
  width: 80px;
  flex: 0 0 80px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  overflow: visible;
  transition: transform 0.15s ease;
}
.deck-card-sprite[data-v-fd12e9ed]:hover {
  transform: scale(1.08);
  z-index: 10;
}
.deck-card-sprite.just-added[data-v-fd12e9ed] {
  animation: sprite-land-fd12e9ed 480ms cubic-bezier(0.2, 0, 0, 1);
  z-index: 8;
}
@keyframes sprite-land-fd12e9ed {
0% {
    transform: scale(0.55);
    opacity: 0.35;
}
55% {
    transform: scale(1.12);
    opacity: 1;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}
@media (prefers-reduced-motion: reduce) {
.deck-card-sprite.just-added[data-v-fd12e9ed] {
    animation: none;
}
}
.sprite-hud[data-v-fd12e9ed] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 4px;
  overflow: hidden;
}
.sprite-level[data-v-fd12e9ed] {
  position: absolute;
  top: 2px;
  left: 2px;
  padding: 0 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.62);
  color: #facc15;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 2px #000;
}
.sprite-stats[data-v-fd12e9ed],
.sprite-kind[data-v-fd12e9ed] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 1px 3px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.88) 55%);
  text-align: center;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.sprite-kind[data-v-fd12e9ed] {
  color: #e5e7eb;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.atk[data-v-fd12e9ed] {
  color: #f87171;
}
.sep[data-v-fd12e9ed] {
  color: #9ca3af;
  margin: 0 1px;
}
.def[data-v-fd12e9ed] {
  color: #60a5fa;
}

.foil-pick-anchor[data-v-30419633] {
  position: fixed;
  z-index: 70;
  line-height: 0;
}
.foil-pick-select[data-v-30419633] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  border: 0;
  border-bottom: 2px solid var(--md-sys-color-primary, #e8c547);
  border-radius: 4px 4px 0 0;
  background: var(--md-sys-color-surface-container-high, #2a2a2e);
  color: var(--md-sys-color-on-surface, #e5e1e6);
  font-family: Roboto, system-ui, sans-serif;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}
.foil-pick-select[data-v-30419633]:focus {
  outline: none;
}
.visually-hidden[data-v-30419633] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.deck-builder[data-v-d8f0deb2] {
  min-height: calc(100dvh - var(--app-nav-offset, 64px));
  padding: 24px 16px 48px;
  color: var(--md-sys-color-on-surface);
  font-family: Roboto, system-ui, sans-serif;
}
.deck-builder.is-short[data-v-d8f0deb2] {
  padding: 8px 12px 16px;
}
.deck-builder-layout[data-v-d8f0deb2] {
  --viewer-rail-width: 280px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  max-width: 1600px;
  margin: 0 auto;
}
.page-header[data-v-d8f0deb2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.kicker[data-v-d8f0deb2] {
  margin: 0 0 8px;
  color: var(--md-sys-color-primary);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
h1[data-v-d8f0deb2] {
  margin: 0;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
}
h2[data-v-d8f0deb2] {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}
.support[data-v-d8f0deb2] {
  margin: 0 0 16px;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
  line-height: 20px;
}
.text-btn[data-v-d8f0deb2],
.text-link[data-v-d8f0deb2] {
  color: var(--md-sys-color-primary);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  text-decoration: none;
}
.text-btn[data-v-d8f0deb2]:hover,
.text-link[data-v-d8f0deb2]:hover {
  color: var(--md-sys-color-on-surface);
}
.md-panel[data-v-d8f0deb2] {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 20px;
  border-radius: 12px;
  background: var(--md-sys-color-surface-container);
  box-shadow: var(--md-elevation-1);
}
.filters[data-v-d8f0deb2] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.filter-row[data-v-d8f0deb2] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.md-field[data-v-d8f0deb2] {
  min-height: 40px;
  padding: 8px 16px;
  border: 0;
  border-bottom: 1px solid var(--md-sys-color-outline);
  border-radius: 4px 4px 0 0;
  background: var(--md-sys-color-surface-container-high);
  color: var(--md-sys-color-on-surface);
  font: inherit;
  font-size: 14px;
}
.md-field[data-v-d8f0deb2]:focus {
  outline: none;
  border-bottom-width: 2px;
  border-bottom-color: var(--md-sys-color-primary);
}
.md-field.grow[data-v-d8f0deb2] {
  flex: 1;
  min-width: 0;
}
.md-btn-filled[data-v-d8f0deb2],
.md-btn-tonal[data-v-d8f0deb2],
.md-btn-text[data-v-d8f0deb2] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 20px;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  cursor: pointer;
  white-space: nowrap;
}
.md-btn-filled[data-v-d8f0deb2] {
  background: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
}
.md-btn-filled[data-v-d8f0deb2]:hover:not(:disabled) {
  filter: brightness(1.08);
}
.md-btn-tonal[data-v-d8f0deb2] {
  background: var(--md-sys-color-primary-container);
  color: var(--md-sys-color-on-primary-container);
}
.md-btn-tonal.selected[data-v-d8f0deb2] {
  box-shadow: inset 0 0 0 1px var(--md-sys-color-primary);
}
.md-btn-text[data-v-d8f0deb2] {
  background: transparent;
  color: var(--md-sys-color-primary);
}
.md-btn-text[data-v-d8f0deb2]:hover:not(:disabled) {
  background: var(--md-state-layer);
}
.md-btn-text.danger[data-v-d8f0deb2] {
  color: var(--md-sys-color-error);
}
.md-btn-filled[data-v-d8f0deb2]:disabled,
.md-btn-text[data-v-d8f0deb2]:disabled {
  opacity: 0.38;
  cursor: not-allowed;
  filter: none;
}
.empty-state[data-v-d8f0deb2] {
  padding: 32px 16px;
  text-align: center;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
  line-height: 20px;
}
.empty-state.wide[data-v-d8f0deb2] {
  grid-column: 1 / -1;
}
.empty-title[data-v-d8f0deb2] {
  margin: 0 0 4px;
  color: var(--md-sys-color-on-surface);
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}
.duel-deck-hint[data-v-d8f0deb2] {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  color: var(--md-sys-color-on-surface-variant);
}
.deck-save-toast[data-v-d8f0deb2] {
  position: fixed;
  left: 50%;
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  z-index: 200;
  max-width: min(440px, calc(100vw - 32px));
  padding: 12px 20px;
  border-radius: 8px;
  background: var(--md-sys-color-surface-container-high);
  color: var(--md-sys-color-on-surface);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  box-shadow: var(--md-elevation-2);
  transform: translateX(-50%);
  pointer-events: none;
}
.deck-save-toast.warn[data-v-d8f0deb2] {
  outline: 1px solid var(--md-sys-color-primary);
}
.deck-toast-enter-active[data-v-d8f0deb2],
.deck-toast-leave-active[data-v-d8f0deb2] {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.deck-toast-enter-from[data-v-d8f0deb2],
.deck-toast-leave-to[data-v-d8f0deb2] {
  opacity: 0;
  transform: translateX(-50%) translateY(8px);
}
.card-viewer-rail[data-v-d8f0deb2] {
  flex: 0 0 var(--viewer-rail-width);
  width: var(--viewer-rail-width);
  position: sticky;
  top: 1rem;
  align-self: flex-start;
  z-index: 20;
  max-height: calc(100vh - 5rem);
  overflow-y: auto;
}
.deck-builder-main[data-v-d8f0deb2] {
  flex: 1;
  min-width: 0;
}
.deck-workspace[data-v-d8f0deb2] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}
.mobile-pane-tabs[data-v-d8f0deb2] {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.mobile-pane-tabs .md-btn-tonal[data-v-d8f0deb2] {
  flex: 1;
  gap: 6px;
  flex-wrap: wrap;
}
.tab-count[data-v-d8f0deb2] {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--md-sys-color-primary);
}
.tab-count.extra[data-v-d8f0deb2] {
  color: var(--md-sys-color-on-surface-variant);
}
.mobile-pane-tabs .md-btn-tonal.tab-flash[data-v-d8f0deb2] {
  animation: tab-flash-d8f0deb2 480ms cubic-bezier(0.2, 0, 0, 1);
}
@keyframes tab-flash-d8f0deb2 {
0% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--md-sys-color-primary) 0%, transparent);
}
40% {
    box-shadow: 0 0 0 3px var(--md-sys-color-primary);
}
100% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--md-sys-color-primary) 0%, transparent);
}
}
.visually-hidden[data-v-d8f0deb2] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.trunk-fly-ghost[data-v-d8f0deb2] {
  position: fixed;
  z-index: 260;
  left: 0;
  top: 0;
  width: var(--sw);
  height: var(--sh);
  margin: 0;
  padding: 0;
  border-radius: 4px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 18%;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4);
  transform-origin: top left;
  animation: trunk-fly-d8f0deb2 420ms cubic-bezier(0.22, 0.7, 0.2, 1) both;
  animation-delay: var(--delay, 0ms);
}
@keyframes trunk-fly-d8f0deb2 {
0% {
    transform: translate(var(--sx), var(--sy)) scale(1);
    opacity: 1;
}
100% {
    transform: translate(var(--dx), var(--dy)) scale(0.42);
    opacity: 0;
}
}
@media (prefers-reduced-motion: reduce) {
.mobile-pane-tabs .md-btn-tonal.tab-flash[data-v-d8f0deb2],
  .trunk-fly-ghost[data-v-d8f0deb2] {
    animation: none;
}
}
.deck-sheet-viewer[data-v-d8f0deb2] {
  display: flex;
  justify-content: center;
}
.deck-sheet-viewer[data-v-d8f0deb2] .card-viewer {
  width: 100%;
  align-items: center;
}
.deck-sheet-viewer[data-v-d8f0deb2] .card-viewer-image {
  width: 140px;
  height: 204px;
}
.deck-sheet-viewer.short[data-v-d8f0deb2] .card-viewer-image {
  width: 120px;
  height: 175px;
}
.deck-sheet-viewer[data-v-d8f0deb2] .card-viewer-detail {
  width: 100% !important;
}
.deck-sheet-viewer[data-v-d8f0deb2] .card-viewer-name {
  font-size: 18px;
  line-height: 24px;
}
.deck-sheet-actions[data-v-d8f0deb2] {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 8px;
}
.sheet-step[data-v-d8f0deb2] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 48px;
  padding: 0 10px;
  border-radius: 24px;
  border: 1px solid transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.sheet-step-icon[data-v-d8f0deb2] {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
.sheet-step-label[data-v-d8f0deb2] {
  white-space: nowrap;
}
.sheet-step.plus[data-v-d8f0deb2] {
  background: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
  box-shadow: var(--md-elevation-1);
}
.sheet-step.minus[data-v-d8f0deb2] {
  background: transparent;
  border-color: var(--md-sys-color-outline);
  color: var(--md-sys-color-on-surface);
}
.sheet-step[data-v-d8f0deb2]:disabled {
  opacity: 0.38;
  cursor: not-allowed;
  box-shadow: none;
}
.sheet-count[data-v-d8f0deb2] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.25rem;
  padding: 0 8px;
  border-radius: 12px;
  background: var(--md-sys-color-surface-container-high);
  color: var(--md-sys-color-on-surface);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.collection-pane[data-v-d8f0deb2],
.deck-pane[data-v-d8f0deb2] {
  min-width: 0;
}
.collection-head[data-v-d8f0deb2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.collection-head h2[data-v-d8f0deb2] {
  margin: 0;
}
.search-icon-btn[data-v-d8f0deb2] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 0;
  border-radius: 20px;
  background: var(--md-sys-color-primary-container);
  color: var(--md-sys-color-on-primary-container);
  cursor: pointer;
}
.search-icon-btn.active[data-v-d8f0deb2] {
  box-shadow: inset 0 0 0 1px var(--md-sys-color-primary);
}
.search-dot[data-v-d8f0deb2] {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--md-sys-color-primary);
}
.filter-modal[data-v-d8f0deb2] {
  position: fixed;
  inset: 0;
  z-index: 250;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 max(8px, env(safe-area-inset-right))
    max(8px, env(safe-area-inset-bottom))
    max(8px, env(safe-area-inset-left));
  background: rgba(15, 23, 42, 0.55);
}
.filter-modal.short[data-v-d8f0deb2] {
  align-items: center;
  padding: max(8px, env(safe-area-inset-top))
    max(12px, env(safe-area-inset-right))
    max(8px, env(safe-area-inset-bottom))
    max(12px, env(safe-area-inset-left));
}
.filter-modal-panel[data-v-d8f0deb2] {
  display: flex;
  flex-direction: column;
  width: min(480px, 100%);
  max-height: min(88dvh, 720px);
  overflow: hidden;
  padding: 12px 12px 0;
  border-radius: 16px 16px 8px 8px;
  background: var(--md-sys-color-surface-container);
  color: var(--md-sys-color-on-surface);
  box-shadow: var(--md-elevation-1);
}
.filter-modal.short .filter-modal-panel[data-v-d8f0deb2] {
  width: min(840px, 100%);
  max-height: calc(100dvh - 16px);
  border-radius: 12px;
}
.filter-modal-head[data-v-d8f0deb2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-shrink: 0;
  margin-bottom: 8px;
}
.filter-modal-head h3[data-v-d8f0deb2] {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.filter-modal-close[data-v-d8f0deb2] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 18px;
  background: var(--md-sys-color-surface-container-high);
  color: var(--md-sys-color-on-surface);
  cursor: pointer;
}
.filter-modal-body[data-v-d8f0deb2] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
  overflow-y: auto;
  padding-bottom: 8px;
}
.filter-modal-body > .md-field[data-v-d8f0deb2] {
  width: 100%;
}
.filter-modal-body .filter-row .md-field[data-v-d8f0deb2] {
  flex: 1 1 140px;
}
.filter-modal.short .filter-modal-body .filter-row[data-v-d8f0deb2] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.filter-modal-actions[data-v-d8f0deb2] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-shrink: 0;
  padding: 8px 0 max(12px, env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--md-sys-color-outline-variant);
}
.deck-workspace.fill-short .collection-pane[data-v-d8f0deb2],
.deck-workspace.fill-short .deck-pane[data-v-d8f0deb2] {
  display: flex;
  flex-direction: column;
}
.collection-list[data-v-d8f0deb2] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 8px;
  align-content: start;
  flex: 1;
  min-height: 12rem;
  max-height: 38rem;
  padding: 8px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 12px;
  background: var(--md-sys-color-surface);
}
.collection-list[data-v-d8f0deb2]::-webkit-scrollbar {
  width: 6px;
}
.collection-list[data-v-d8f0deb2]::-webkit-scrollbar-track {
  background: var(--md-sys-color-surface-container-high);
  border-radius: 3px;
}
.collection-list[data-v-d8f0deb2]::-webkit-scrollbar-thumb {
  background: var(--md-sys-color-outline-variant);
  border-radius: 3px;
}
.deck-toolbar[data-v-d8f0deb2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.deck-toolbar h2[data-v-d8f0deb2] {
  margin: 0;
}
.deck-actions[data-v-d8f0deb2] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.count[data-v-d8f0deb2] {
  color: var(--md-sys-color-primary);
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}
.min-hint[data-v-d8f0deb2] {
  color: var(--md-sys-color-on-surface-variant);
  font-size: 12px;
}
.stat-chips[data-v-d8f0deb2] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}
.chip[data-v-d8f0deb2] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 0 16px;
  border-radius: 8px;
  background: var(--md-sys-color-surface-container-high);
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
  font-weight: 500;
}
.chip .n[data-v-d8f0deb2] {
  font-weight: 500;
}
.chip .n.monster[data-v-d8f0deb2] {
  color: #e2a06a;
}
.chip .n.spell[data-v-d8f0deb2] {
  color: #81c784;
}
.chip .n.trap[data-v-d8f0deb2] {
  color: #ce93d8;
}
.main-deck-grid[data-v-d8f0deb2] {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  min-height: 260px;
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 12px;
  background: var(--md-sys-color-surface);
}
.extra-block[data-v-d8f0deb2] {
  margin-bottom: 8px;
}
.extra-label[data-v-d8f0deb2] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
}
.extra-deck-grid[data-v-d8f0deb2] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  min-height: 80px;
  padding: 12px;
  background: var(--md-sys-color-surface);
  border-radius: 12px;
}
.extra-deck-empty[data-v-d8f0deb2] {
  width: 100%;
  padding: 16px 0;
  text-align: center;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
}
.save-row[data-v-d8f0deb2] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-top: 16px;
}
.save-fields[data-v-d8f0deb2] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
}
@media (min-width: 1280px) {
.deck-workspace[data-v-d8f0deb2] {
    grid-template-columns: minmax(280px, 1fr) minmax(480px, 1.15fr);
}
}
.deck-workspace.fill-short[data-v-d8f0deb2] {
  grid-template-columns: 1fr;
  align-items: stretch;
  height: calc(100dvh - var(--app-nav-offset, 64px) - 118px);
  min-height: 180px;
}
.deck-workspace.fill-short .md-panel[data-v-d8f0deb2] {
  max-height: 100%;
  min-height: 0;
}
.deck-workspace.fill-short .collection-pane[data-v-d8f0deb2] {
  overflow: hidden;
}
.deck-workspace.fill-short .deck-pane[data-v-d8f0deb2] {
  overflow: auto;
}
.deck-workspace.fill-short .collection-list[data-v-d8f0deb2] {
  max-height: none;
  min-height: 0;
  flex: 1;
}
.deck-workspace.fill-short .main-deck-grid[data-v-d8f0deb2] {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  min-height: 0;
  margin-bottom: 8px;
  padding: 8px;
}
.deck-builder.is-short .page-header[data-v-d8f0deb2] {
  margin-bottom: 8px;
}
.deck-builder.is-short .kicker[data-v-d8f0deb2] {
  display: none;
}
.deck-builder.is-short h1[data-v-d8f0deb2] {
  font-size: 22px;
  line-height: 28px;
}
.deck-builder.is-short .md-panel[data-v-d8f0deb2] {
  padding: 12px;
}
.deck-builder.is-short .mobile-pane-tabs[data-v-d8f0deb2] {
  margin-bottom: 8px;
}
@media (min-width: 1600px) {
.collection-list[data-v-d8f0deb2] {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}
}
@media (max-width: 1100px) {
.main-deck-grid[data-v-d8f0deb2] {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}
}
@media (max-width: 1024px) {
.deck-builder-layout[data-v-d8f0deb2] {
    flex-direction: column;
    align-items: stretch;
}
.card-viewer-rail[data-v-d8f0deb2] {
    position: static;
    width: 100%;
    display: flex;
    justify-content: center;
}
}
@media (max-width: 720px) {
h1[data-v-d8f0deb2] {
    font-size: 28px;
    line-height: 36px;
}
.page-header[data-v-d8f0deb2] {
    flex-wrap: wrap;
}
.card-viewer-rail[data-v-d8f0deb2] {
    display: none;
}
.mobile-pane-tabs[data-v-d8f0deb2] {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}
.main-deck-grid[data-v-d8f0deb2] {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
}

.deck-picker[data-v-24f6a001] {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 24px 16px 48px;
  color: var(--md-sys-color-on-surface);
  font-family: Roboto, system-ui, sans-serif;
}
.page-header[data-v-24f6a001] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.kicker[data-v-24f6a001] {
  margin: 0 0 8px;
  color: var(--md-sys-color-primary);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
h1[data-v-24f6a001] {
  margin: 0;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
}
.text-btn[data-v-24f6a001] {
  color: var(--md-sys-color-primary);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  text-decoration: none;
  white-space: nowrap;
}
.text-btn[data-v-24f6a001]:hover {
  color: var(--md-sys-color-on-surface);
}
.picker-feedback[data-v-24f6a001] {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 20px;
}
.picker-feedback.ok[data-v-24f6a001] {
  color: var(--md-sys-color-primary);
}
.picker-feedback.warn[data-v-24f6a001] {
  color: var(--md-sys-color-error, #ba1a1a);
}
.deck-grid[data-v-24f6a001] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}
.deck-card[data-v-24f6a001] {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 12px;
  background: var(--md-sys-color-surface-container-high);
  box-shadow: var(--md-elevation-1);
  color: inherit;
  text-align: left;
  font: inherit;
}
.deck-card.active[data-v-24f6a001] {
  border-color: var(--md-sys-color-primary);
}
.fan-hit[data-v-24f6a001] {
  display: block;
  width: 100%;
  padding: 28px 12px 12px;
  border: 0;
  background: var(--md-sys-color-surface-container);
  cursor: pointer;
  color: inherit;
}
.fan-hit[data-v-24f6a001]:hover,
.fan-hit[data-v-24f6a001]:focus-visible {
  outline: none;
  background: color-mix(
    in srgb,
    var(--md-sys-color-primary) 12%,
    var(--md-sys-color-surface-container)
  );
}
.fan[data-v-24f6a001] {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 148px;
}
.fan-slot[data-v-24f6a001] {
  position: relative;
  flex: 0 0 auto;
  width: 72px;
  aspect-ratio: 421 / 614;
  margin-left: -28px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgb(0 0 0 / 45%);
  transform: rotate(var(--tilt, 0deg));
  pointer-events: none;
}
.fan-slot[data-v-24f6a001] .card-art {
  position: absolute;
  inset: 0;
}
.fan-slot[data-v-24f6a001]:first-child {
  margin-left: 0;
}
.fan-cta[data-v-24f6a001] {
  display: block;
  margin-top: 10px;
  color: var(--md-sys-color-primary);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.meta[data-v-24f6a001] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 16px 14px;
}
.name-field[data-v-24f6a001] {
  display: block;
}
.md-field[data-v-24f6a001] {
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  border: 0;
  border-bottom: 1px solid var(--md-sys-color-outline);
  border-radius: 4px 4px 0 0;
  background: var(--md-sys-color-surface-container);
  color: var(--md-sys-color-on-surface);
  font: inherit;
  font-size: 16px;
}
.md-field[data-v-24f6a001]:focus {
  outline: none;
  border-bottom-width: 2px;
  border-bottom-color: var(--md-sys-color-primary);
}
.counts[data-v-24f6a001] {
  margin: 0;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 13px;
}
.badge[data-v-24f6a001] {
  align-self: flex-start;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--md-sys-color-primary);
}
.actions[data-v-24f6a001] {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 4px;
}
.md-btn-text[data-v-24f6a001] {
  padding: 4px 8px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--md-sys-color-primary);
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}
.md-btn-text[data-v-24f6a001]:hover:not(:disabled) {
  background: var(--md-state-layer);
}
.md-btn-text.danger[data-v-24f6a001] {
  color: var(--md-sys-color-error, #ba1a1a);
}
.md-btn-text[data-v-24f6a001]:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}
.add-card[data-v-24f6a001] {
  min-height: 280px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  border: 1px dashed var(--md-sys-color-outline);
  background: var(--md-sys-color-surface-container);
  box-shadow: none;
}
.add-card[data-v-24f6a001]:hover:not(:disabled),
.add-card[data-v-24f6a001]:focus-visible:not(:disabled) {
  border-color: var(--md-sys-color-primary);
  background: color-mix(
    in srgb,
    var(--md-sys-color-primary) 10%,
    var(--md-sys-color-surface-container)
  );
}
.add-card[data-v-24f6a001]:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.add-plus[data-v-24f6a001] {
  font-size: 48px;
  line-height: 1;
  color: var(--md-sys-color-primary);
}
.add-label[data-v-24f6a001] {
  font-size: 16px;
  font-weight: 500;
}
.visually-hidden[data-v-24f6a001] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
@media (max-width: 640px) {
.page-header[data-v-24f6a001] {
    flex-direction: column;
}
.fan[data-v-24f6a001] {
    height: 128px;
}
.fan-slot[data-v-24f6a001] {
    width: 60px;
    margin-left: -22px;
}
.md-btn-text[data-v-24f6a001] {
    min-height: 44px;
}
}
@media (max-height: 500px) and (max-width: 1100px) {
.deck-picker[data-v-24f6a001] {
    padding: 12px 16px 28px;
}
.page-header[data-v-24f6a001] {
    margin-bottom: 12px;
}
h1[data-v-24f6a001] {
    font-size: 22px;
    line-height: 28px;
}
.deck-grid[data-v-24f6a001] {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 10px;
}
.deck-card[data-v-24f6a001] {
    flex-direction: row;
    align-items: stretch;
}
.fan-hit[data-v-24f6a001] {
    width: 168px;
    flex-shrink: 0;
    padding: 12px 8px;
}
.fan[data-v-24f6a001] {
    height: 88px;
}
.fan-slot[data-v-24f6a001] {
    width: 44px;
    margin-left: -16px;
}
.meta[data-v-24f6a001] {
    padding: 8px 12px 10px;
    justify-content: center;
}
.add-card[data-v-24f6a001] {
    min-height: 88px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.add-plus[data-v-24f6a001] {
    font-size: 32px;
}
}

.guides[data-v-9bc64737] {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 20px 80px;
  color: var(--md-sys-color-on-surface);
  font-family: Roboto, system-ui, sans-serif;
}
h1[data-v-9bc64737] {
  font-size: 36px;
  color: var(--md-sys-color-on-surface, #e5e1e6);
  margin: 0 0 8px;
}
.lead[data-v-9bc64737] {
  color: var(--md-sys-color-on-surface-variant, #c6c5d0);
  line-height: 1.5;
  margin: 0 0 16px;
}
.back[data-v-9bc64737] {
  color: var(--md-sys-color-primary, #e8c547);
  font-size: 14px;
}
.back[data-v-9bc64737]:hover {
  color: var(--md-sys-color-on-surface, #fff);
}
.toc[data-v-9bc64737] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 8px;
}
.toc a[data-v-9bc64737] {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--md-sys-color-surface-container-high, #2a2a2e);
  color: var(--md-sys-color-primary, #e8c547);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.toc a[data-v-9bc64737]:hover {
  color: var(--md-sys-color-on-surface);
}
.section[data-v-9bc64737] {
  margin-top: 28px;
  padding: 20px 22px 18px;
  border-radius: 12px;
  background: var(--md-sys-color-surface-container-high, #2a2a2e);
  border: 1px solid var(--md-sys-color-outline-variant, #46464f);
  border-left: 4px solid var(--md-sys-color-primary, #e8c547);
  scroll-margin-top: calc(var(--app-nav-offset, 64px) + 12px);
}
h2[data-v-9bc64737] {
  font-size: 22px;
  color: var(--md-sys-color-on-surface);
  font-weight: 400;
  margin: 0 0 8px;
}
.section-lead[data-v-9bc64737] {
  margin: 0 0 16px;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
  line-height: 1.5;
}
.block + .block[data-v-9bc64737] {
  margin-top: 16px;
}
h3[data-v-9bc64737] {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--md-sys-color-primary, #e8c547);
}
.block p[data-v-9bc64737] {
  margin: 0 0 8px;
  color: var(--md-sys-color-on-surface-variant);
  line-height: 1.5;
}
.block p[data-v-9bc64737]:last-child {
  margin-bottom: 0;
}
.key[data-v-9bc64737] {
  color: var(--md-sys-color-primary, #e8c547);
  font-weight: 700;
}
@media (max-width: 720px) {
.guides[data-v-9bc64737] {
    padding: 20px 16px 64px;
}
h1[data-v-9bc64737] {
    font-size: 28px;
}
}
@media (max-height: 500px) and (max-width: 1100px) {
.guides[data-v-9bc64737] {
    padding: 12px 16px 40px;
}
h1[data-v-9bc64737] {
    font-size: 24px;
}
.section[data-v-9bc64737] {
    margin-top: 16px;
    padding: 14px 16px 12px;
}
}

.rank-badge[data-v-12a61c34] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.rank-medal[data-v-12a61c34] {
  display: block;
  border-radius: 50%;
  object-fit: cover;
}
.rank-empty[data-v-12a61c34] {
  display: block;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #4b5563, #111827);
  border: 2px solid #6b7280;
}
.rank-roman[data-v-12a61c34] {
  position: absolute;
  right: -4%;
  bottom: -2%;
  min-width: 1.35em;
  padding: 0 4px;
  border-radius: 999px;
  background: #0d0d1a;
  border: 1px solid #e8c547;
  color: #fde68a;
  font-size: 0.72em;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.4;
}
.placement .rank-roman[data-v-12a61c34] {
  display: none;
}

.profile[data-v-6c1b82f0] {
  width: min(960px, 100%);
  margin: 0 auto;
  padding: 12px 16px 48px;
  font-family: Roboto, system-ui, sans-serif;
  color: var(--md-sys-color-on-surface);
}
h1[data-v-6c1b82f0] {
  margin: 0 0 8px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
}
.lead[data-v-6c1b82f0] {
  margin: 0 0 24px;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
  line-height: 20px;
}
.panel[data-v-6c1b82f0] {
  padding: 20px;
  border-radius: 12px;
  background: var(--md-sys-color-surface-container);
  box-shadow: var(--md-elevation-1);
}
.avatar-panel[data-v-6c1b82f0] {
  margin-top: 20px;
}
.rank-panel[data-v-6c1b82f0] {
  margin-top: 20px;
}
.level-panel[data-v-6c1b82f0] {
  margin-top: 20px;
}
.level-name[data-v-6c1b82f0] {
  margin: 12px 0 8px;
  font-size: 20px;
  font-weight: 600;
}
.level-bar[data-v-6c1b82f0] {
  height: 10px;
  border-radius: 999px;
  background: var(--md-sys-color-surface-container-high, #2a2a36);
  overflow: hidden;
}
.level-bar-fill[data-v-6c1b82f0] {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: var(--md-sys-color-primary, #e8c547);
}
.level-meta[data-v-6c1b82f0],
.level-next[data-v-6c1b82f0] {
  margin: 8px 0 0;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
}
.level-next[data-v-6c1b82f0] {
  font-weight: 600;
}
.rank-self[data-v-6c1b82f0] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 20px;
}
.rank-name[data-v-6c1b82f0] {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.rank-lp[data-v-6c1b82f0] {
  margin: 4px 0 0;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
}
.rank-board[data-v-6c1b82f0] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.rank-board li[data-v-6c1b82f0] {
  display: grid;
  grid-template-columns: 1.5rem auto 1fr auto;
  align-items: center;
  gap: 10px;
}
.rank-pos[data-v-6c1b82f0] {
  font-weight: 700;
  color: var(--md-sys-color-on-surface-variant);
}
.rank-user[data-v-6c1b82f0] {
  font-weight: 600;
}
.rank-meta[data-v-6c1b82f0] {
  color: var(--md-sys-color-on-surface-variant);
  font-size: 13px;
}
h2[data-v-6c1b82f0] {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 400;
}
h3[data-v-6c1b82f0] {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--md-sys-color-on-surface-variant);
}
.frames-title[data-v-6c1b82f0] {
  margin-top: 20px;
}
.hint[data-v-6c1b82f0] {
  margin: 0 0 16px;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
  line-height: 20px;
}
.account[data-v-6c1b82f0] {
  display: grid;
  gap: 12px;
  margin: 0 0 16px;
}
.account div[data-v-6c1b82f0] {
  display: grid;
  gap: 2px;
}
.account dt[data-v-6c1b82f0] {
  color: var(--md-sys-color-on-surface-variant);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.account dd[data-v-6c1b82f0] {
  margin: 0;
  font-size: 16px;
  word-break: normal;
  overflow-wrap: anywhere;
}
.name-form[data-v-6c1b82f0] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.text-input[data-v-6c1b82f0] {
  flex: 1 1 200px;
  min-width: 0;
  padding: 10px 12px;
  border: 0;
  border-bottom: 1px solid var(--md-sys-color-outline);
  border-radius: 4px 4px 0 0;
  background: var(--md-sys-color-surface-container-high);
  color: var(--md-sys-color-on-surface);
  font: inherit;
  font-size: 16px;
}
.text-input[data-v-6c1b82f0]:focus {
  outline: none;
  border-bottom-width: 2px;
  border-bottom-color: var(--md-sys-color-primary);
}
.save-btn[data-v-6c1b82f0],
.ghost-btn[data-v-6c1b82f0],
.part-card[data-v-6c1b82f0] {
  font: inherit;
  cursor: pointer;
}
.save-btn[data-v-6c1b82f0] {
  min-height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  background: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
  font-size: 14px;
  font-weight: 700;
}
.save-btn[data-v-6c1b82f0]:disabled {
  opacity: 0.45;
  cursor: default;
}
.save-btn[data-v-6c1b82f0]:hover:not(:disabled),
.ghost-btn[data-v-6c1b82f0]:hover,
.part-card[data-v-6c1b82f0]:hover {
  filter: brightness(1.08);
}
.saved[data-v-6c1b82f0] {
  margin: 12px 0 0;
  color: var(--md-sys-color-primary);
  font-size: 14px;
  font-weight: 500;
}
.name-error[data-v-6c1b82f0] {
  margin: 12px 0 0;
  color: #f87171;
  font-size: 14px;
  font-weight: 500;
}
.avatar-layout[data-v-6c1b82f0] {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 720px) {
.avatar-layout[data-v-6c1b82f0] {
    grid-template-columns: 1fr;
}
h1[data-v-6c1b82f0] {
    font-size: 28px;
    line-height: 36px;
}
.profile[data-v-6c1b82f0] {
    padding: 20px 16px 40px;
}
}
.preview-col[data-v-6c1b82f0] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background: var(--md-sys-color-surface-container-high);
}
.photo-row[data-v-6c1b82f0] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.photo-cap[data-v-6c1b82f0] {
  font-size: 13px;
  color: var(--md-sys-color-on-surface-variant);
}
.preview-actions[data-v-6c1b82f0] {
  display: flex;
  gap: 8px;
}
.ghost-btn[data-v-6c1b82f0] {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--md-sys-color-outline-variant);
  border-radius: 8px;
  background: transparent;
  color: var(--md-sys-color-on-surface);
  font-size: 13px;
}
.part-grid[data-v-6c1b82f0] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
  gap: 10px;
}
.frame-grid[data-v-6c1b82f0] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
  gap: 10px;
}
.part-card[data-v-6c1b82f0] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 8px 6px 10px;
  border: 1px solid var(--md-sys-color-outline-variant);
  border-radius: 10px;
  background: var(--md-sys-color-surface-container-high);
  color: var(--md-sys-color-on-surface);
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}
.part-card.on[data-v-6c1b82f0] {
  border-color: var(--md-sys-color-primary);
  background: var(--md-sys-color-primary-container);
  color: var(--md-sys-color-on-primary-container);
}
.visually-hidden[data-v-6c1b82f0] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sleeve-picker[data-v-d15f13f4] {
  width: 100%;
}
.sleeve-grid[data-v-d15f13f4] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(56px, 1fr));
  gap: 6px;
  margin: 0;
  padding: 0;
  border: 0;
}
.sleeve-tile[data-v-d15f13f4] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 4px;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #1e293b;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.menu .sleeve-tile[data-v-d15f13f4] {
  background: var(--md-sys-color-surface-container, #1e293b);
}
.sleeve-tile img[data-v-d15f13f4] {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 4px;
}
.sleeve-tile.selected[data-v-d15f13f4] {
  border-color: #e8c547;
}
.sleeve-tile.random[data-v-d15f13f4] {
  width: 100%;
  margin-bottom: 8px;
  padding: 8px;
  text-align: left;
}
.sleeve-dice[data-v-d15f13f4] {
  font-size: 22px;
  line-height: 1;
}
.sleeve-name[data-v-d15f13f4] {
  display: block;
  font-size: 13px;
  font-weight: 500;
}
.sleeve-sub[data-v-d15f13f4] {
  display: block;
  font-size: 11px;
  color: #94a3b8;
}
.menu .sleeve-sub[data-v-d15f13f4] {
  color: var(--md-sys-color-on-surface-variant, #94a3b8);
}
.visually-hidden[data-v-d15f13f4] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.playmat-picker[data-v-c718dcf3] {
  width: 100%;
  color: #e2e8f0;
}
.opacity-row[data-v-c718dcf3] {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 4px 8px;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 500;
}
.opacity-row input[data-v-c718dcf3] {
  grid-column: 1 / -1;
  width: 100%;
  accent-color: var(--md-sys-color-primary, #c9a227);
}
.pct[data-v-c718dcf3] {
  color: #94a3b8;
  font-variant-numeric: tabular-nums;
}
h3[data-v-c718dcf3] {
  margin: 12px 0 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #94a3b8;
}
.mat-grid[data-v-c718dcf3] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 0;
  padding: 0;
  border: 0;
}
.mat-tile[data-v-c718dcf3] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 4px;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #1e293b;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.mat-tile img[data-v-c718dcf3] {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
}
.mat-tile.selected[data-v-c718dcf3] {
  border-color: #e8c547;
}
.mat-tile.random[data-v-c718dcf3] {
  width: 100%;
  margin-bottom: 4px;
  padding: 8px;
  text-align: left;
}
.mat-dice[data-v-c718dcf3] {
  font-size: 22px;
  line-height: 1;
}
.mat-name[data-v-c718dcf3] {
  display: block;
  font-size: 13px;
  font-weight: 500;
}
.mat-sub[data-v-c718dcf3] {
  display: block;
  font-size: 11px;
  color: #94a3b8;
}
.menu[data-v-c718dcf3] {
  color: var(--md-sys-color-on-surface);
}
.menu .pct[data-v-c718dcf3],
.menu .mat-sub[data-v-c718dcf3],
.menu h3[data-v-c718dcf3] {
  color: var(--md-sys-color-on-surface-variant);
}
.menu .mat-tile[data-v-c718dcf3] {
  background: var(--md-sys-color-surface-container-high);
}
.menu .mat-tile.selected[data-v-c718dcf3] {
  border-color: var(--md-sys-color-primary);
}
.menu .mat-grid[data-v-c718dcf3] {
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
.visually-hidden[data-v-c718dcf3] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.volume-row[data-v-3dce2ed3] {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 4px 8px;
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 500;
  color: #f8fafc;
}
.volume-row input[data-v-3dce2ed3] {
  grid-column: 1 / -1;
  width: 100%;
  accent-color: var(--md-sys-color-primary, #c9a227);
}
.pct[data-v-3dce2ed3] {
  color: #94a3b8;
  font-variant-numeric: tabular-nums;
}
.menu[data-v-3dce2ed3] {
  color: var(--md-sys-color-on-surface);
}
.menu .pct[data-v-3dce2ed3] {
  color: var(--md-sys-color-on-surface-variant);
}

.pref-row[data-v-5c99ad95] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 14px;
  cursor: pointer;
}
.pref-row input[data-v-5c99ad95] {
  margin-top: 3px;
  accent-color: var(--md-sys-color-primary, #c9a227);
}
.pref-name[data-v-5c99ad95] {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #f8fafc;
}
.pref-hint[data-v-5c99ad95] {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  line-height: 15px;
  color: #94a3b8;
  font-weight: 400;
}
.menu .pref-name[data-v-5c99ad95] {
  font-size: 14px;
  font-weight: 500;
  color: var(--md-sys-color-on-surface);
}
.menu .pref-hint[data-v-5c99ad95] {
  font-size: 13px;
  line-height: 18px;
  color: var(--md-sys-color-on-surface-variant);
}
.menu .pref-row[data-v-5c99ad95] {
  margin-bottom: 16px;
}

.feedback[data-v-68831297] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.scheme-switch[data-v-68831297] {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: fit-content;
  margin: 0;
  padding: 4px;
  border: 1px solid var(--md-sys-color-outline-variant);
  border-radius: 20px;
}
.scheme-btn[data-v-68831297] {
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: var(--md-sys-color-on-surface-variant);
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.scheme-btn.active[data-v-68831297] {
  background: var(--md-sys-color-primary-container);
  color: var(--md-sys-color-on-primary-container);
}
.field[data-v-68831297] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--md-sys-color-on-surface-variant);
}
textarea[data-v-68831297] {
  min-height: 120px;
  padding: 12px;
  border: 1px solid var(--md-sys-color-outline-variant);
  border-radius: 10px;
  background: var(--md-sys-color-surface-container-high);
  color: var(--md-sys-color-on-surface);
  font: inherit;
  resize: vertical;
}
.save-btn[data-v-68831297] {
  align-self: flex-start;
  min-height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 20px;
  background: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.save-btn[data-v-68831297]:disabled {
  opacity: 0.6;
  cursor: default;
}
.note[data-v-68831297] {
  margin: 0;
  font-size: 13px;
}
.ok[data-v-68831297] {
  color: var(--md-sys-color-primary);
}
.err[data-v-68831297] {
  color: #e07070;
}
.visually-hidden[data-v-68831297] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.settings[data-v-f53e8ea5] {
  width: min(960px, 100%);
  margin: 0 auto;
  padding: 12px 16px 48px;
  font-family: Roboto, system-ui, sans-serif;
  color: var(--md-sys-color-on-surface);
}
h1[data-v-f53e8ea5] {
  margin: 0 0 8px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
}
.lead[data-v-f53e8ea5] {
  margin: 0 0 24px;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
  line-height: 20px;
}
.panel[data-v-f53e8ea5] {
  padding: 20px;
  border-radius: 12px;
  background: var(--md-sys-color-surface-container);
  box-shadow: var(--md-elevation-1);
}
.duel-panel[data-v-f53e8ea5] {
  margin-top: 16px;
}
h2[data-v-f53e8ea5] {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 400;
}
h3[data-v-f53e8ea5] {
  margin: 24px 0 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15px;
}
.scheme-switch[data-v-f53e8ea5] {
  display: flex;
  gap: 0;
  width: fit-content;
  margin: 0 0 8px;
  padding: 4px;
  border: 1px solid var(--md-sys-color-outline-variant);
  border-radius: 20px;
}
.scheme-switch.wrap[data-v-f53e8ea5] {
  flex-wrap: wrap;
  max-width: 100%;
}
.scheme-switch.wrap .scheme-btn[data-v-f53e8ea5] {
  padding: 0 12px;
}
#feedback[data-v-f53e8ea5] {
  scroll-margin-top: 80px;
}
.scheme-btn[data-v-f53e8ea5] {
  min-height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: var(--md-sys-color-on-surface-variant);
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.scheme-btn.active[data-v-f53e8ea5] {
  background: var(--md-sys-color-primary-container);
  color: var(--md-sys-color-on-primary-container);
}
.hint[data-v-f53e8ea5] {
  margin: 0 0 16px;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
  line-height: 20px;
}
.swatches[data-v-f53e8ea5] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
}
.visually-hidden[data-v-f53e8ea5] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.swatch[data-v-f53e8ea5] {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 0 0 1px var(--md-swatch-inset) inset;
}
.swatch.selected[data-v-f53e8ea5] {
  box-shadow:
    0 0 0 2px var(--md-sys-color-surface, #131316),
    0 0 0 4px var(--md-sys-color-primary);
}
.swatch.custom[data-v-f53e8ea5] {
  display: grid;
  place-items: center;
  background:
    conic-gradient(
      from 180deg,
      #e8c547,
      #ffb77c,
      #ff8a80,
      #ff80ab,
      #d0bcff,
      #8ab4f8,
      #4dd0e1,
      #86d994,
      #e8c547
    );
  overflow: hidden;
}
.swatch.custom input[data-v-f53e8ea5] {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
}
.preview-row[data-v-f53e8ea5] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 0;
  font-size: 14px;
}
.preview-chip[data-v-f53e8ea5] {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 16px;
  border-radius: 8px;
  background: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
  font-weight: 500;
}
code[data-v-f53e8ea5] {
  color: var(--md-sys-color-on-surface-variant);
  font-size: 13px;
}
.dev-form[data-v-f53e8ea5],
.dev-actions[data-v-f53e8ea5] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.grant-hint[data-v-f53e8ea5] {
  margin: 0 0 12px;
}
.pack-hint[data-v-f53e8ea5] {
  margin-top: 16px;
}
.text-input[data-v-f53e8ea5] {
  flex: 1 1 200px;
  min-width: 0;
  padding: 10px 12px;
  border: 0;
  border-bottom: 1px solid var(--md-sys-color-outline);
  border-radius: 4px 4px 0 0;
  background: var(--md-sys-color-surface-container-high);
  color: var(--md-sys-color-on-surface);
  font: inherit;
  font-size: 16px;
}
.text-input[data-v-f53e8ea5]:focus {
  outline: none;
  border-bottom-width: 2px;
  border-bottom-color: var(--md-sys-color-primary);
}
.save-btn[data-v-f53e8ea5] {
  min-height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  background: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.save-btn[data-v-f53e8ea5]:hover {
  filter: brightness(1.08);
}
.save-btn[data-v-f53e8ea5]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  filter: none;
}
.lock-btn[data-v-f53e8ea5] {
  min-height: 40px;
  padding: 0 16px;
}
.form-error[data-v-f53e8ea5] {
  margin: 12px 0 0;
  color: var(--md-sys-color-error, #ba1a1a);
  font-size: 14px;
  font-weight: 500;
}
.form-ok[data-v-f53e8ea5] {
  margin: 12px 0 0;
  color: var(--md-sys-color-primary);
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 720px) {
.settings[data-v-f53e8ea5] {
    padding: 20px 16px 40px;
}
h1[data-v-f53e8ea5] {
    font-size: 28px;
    line-height: 36px;
}
.scheme-btn[data-v-f53e8ea5] {
    min-height: 44px;
}
}
@media (max-height: 500px) and (max-width: 1100px) {
.settings[data-v-f53e8ea5] {
    padding: 12px 16px 28px;
}
h1[data-v-f53e8ea5] {
    font-size: 22px;
    line-height: 28px;
}
.lead[data-v-f53e8ea5] {
    margin-bottom: 12px;
}
.panel[data-v-f53e8ea5] {
    padding: 14px;
}
}

.account-page[data-v-18fc18de] {
  width: 100%;
}
.account-page[data-v-18fc18de] .profile > header h1,
.account-page[data-v-18fc18de] .settings > header h1 {
  display: none;
}
.account-page[data-v-18fc18de] .profile,
.account-page[data-v-18fc18de] .settings {
  width: min(960px, 100%);
  padding-top: 8px;
}
.account-tabs[data-v-18fc18de] {
  display: flex;
  gap: 4px;
  width: min(960px, 100%);
  margin: 0 auto;
  padding: 20px 16px 0;
}
.account-tab[data-v-18fc18de] {
  min-height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 200ms cubic-bezier(0.2, 0, 0, 1);
}
.account-tab[data-v-18fc18de]:hover {
  background: var(--md-state-layer);
  color: var(--md-sys-color-on-surface);
}
.account-tab.active[data-v-18fc18de] {
  background: var(--md-sys-color-primary-container);
  color: var(--md-sys-color-on-primary-container);
}
@media (max-width: 720px) {
.account-tabs[data-v-18fc18de] {
    padding: 16px 16px 0;
}
}
@media (max-height: 500px) and (max-width: 1100px) {
.account-tabs[data-v-18fc18de] {
    padding: 8px 16px 0;
}
}

.lobby[data-v-b1662e19] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: calc(100dvh - var(--app-nav-offset, 64px));
  padding: 24px 16px;
}
.lobby-title[data-v-b1662e19] {
  margin: 0;
  color: var(--md-sys-color-primary);
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.lobby-rank[data-v-b1662e19] {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--md-sys-color-on-surface);
  font-size: 16px;
  font-weight: 600;
}
.lobby-rank p[data-v-b1662e19] {
  margin: 0;
}
.deck-line[data-v-b1662e19] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
}
.deck-pick[data-v-b1662e19] {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.deck-select[data-v-b1662e19] {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid var(--md-sys-color-outline);
  background: var(--md-sys-color-surface-container-high);
  color: var(--md-sys-color-on-surface);
  font: inherit;
  font-size: 14px;
}
.deck-edit[data-v-b1662e19] {
  margin-left: 8px;
  color: var(--md-sys-color-primary);
}
.deck-edit[data-v-b1662e19]:hover,
.lobby-back[data-v-b1662e19]:hover {
  color: var(--md-sys-color-on-surface);
}
.lobby-back[data-v-b1662e19] {
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
}
.actions[data-v-b1662e19] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.lobby-hint[data-v-b1662e19] {
  margin: 0;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 13px;
  font-weight: 400;
}
.btn-primary[data-v-b1662e19] {
  background: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
  font-weight: 700;
  border-radius: 8px;
  padding: 12px 24px;
  min-height: 44px;
  cursor: pointer;
  border: 0;
  font-size: inherit;
  font-family: inherit;
}
.btn-primary[data-v-b1662e19]:hover {
  filter: brightness(1.08);
}
.btn-secondary[data-v-b1662e19] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid var(--md-sys-color-outline);
  background: transparent;
  color: var(--md-sys-color-primary);
  font: inherit;
  font-weight: 700;
  text-decoration: none;
}
.btn-secondary[data-v-b1662e19]:hover {
  background: var(--md-sys-color-surface-container-high);
}
@media (max-width: 720px) {
.lobby-title[data-v-b1662e19] {
    font-size: 28px;
}
}
@media (max-height: 500px) and (max-width: 1100px) {
.lobby[data-v-b1662e19] {
    justify-content: flex-start;
    gap: 12px;
    padding: 16px;
}
.lobby-title[data-v-b1662e19] {
    font-size: 24px;
}
}

.rooms[data-v-33e1dd28] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  min-height: calc(100dvh - var(--app-nav-offset, 64px));
  padding: 24px 16px 48px;
}
.rooms-title[data-v-33e1dd28] {
  margin: 0;
  color: var(--md-sys-color-primary);
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.rooms-lead[data-v-33e1dd28] {
  margin: -8px 0 0;
  max-width: 28rem;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.deck-line[data-v-33e1dd28] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
}
.deck-pick[data-v-33e1dd28] {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.deck-select[data-v-33e1dd28] {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid var(--md-sys-color-outline);
  background: var(--md-sys-color-surface-container-high);
  color: var(--md-sys-color-on-surface);
  font: inherit;
  font-size: 14px;
}
.deck-edit[data-v-33e1dd28],
.rooms-back[data-v-33e1dd28] {
  color: var(--md-sys-color-primary);
  font-size: 14px;
}
.deck-edit[data-v-33e1dd28]:hover,
.rooms-back[data-v-33e1dd28]:hover {
  color: var(--md-sys-color-on-surface);
}
.rooms-back[data-v-33e1dd28] {
  color: var(--md-sys-color-on-surface-variant);
}
.actions[data-v-33e1dd28] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.code-form[data-v-33e1dd28] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: min(420px, 100%);
}
.code-label[data-v-33e1dd28] {
  color: var(--md-sys-color-on-surface-variant);
  font-size: 13px;
  font-weight: 500;
}
.code-row[data-v-33e1dd28] {
  display: flex;
  gap: 8px;
}
.code-input[data-v-33e1dd28] {
  flex: 1;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid var(--md-sys-color-outline);
  background: var(--md-sys-color-surface-container-high);
  color: var(--md-sys-color-on-surface);
  font: inherit;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.code-error[data-v-33e1dd28],
.list-error[data-v-33e1dd28] {
  margin: 0;
  color: var(--md-sys-color-error, #b3261e);
  font-size: 13px;
}
.rooms-empty[data-v-33e1dd28] {
  margin: 0;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
  text-align: center;
}
.room-list[data-v-33e1dd28] {
  list-style: none;
  margin: 0;
  padding: 0;
  width: min(520px, 100%);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.room-row[data-v-33e1dd28] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background: var(--md-sys-color-surface-container-high);
  box-shadow: var(--md-elevation-1);
}
.room-meta[data-v-33e1dd28] {
  flex: 1;
  min-width: 0;
}
.room-host[data-v-33e1dd28] {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--md-sys-color-on-surface);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.room-sub[data-v-33e1dd28] {
  margin: 4px 0 0;
  display: flex;
  gap: 10px;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 13px;
}
.room-code[data-v-33e1dd28] {
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--md-sys-color-primary);
}
.room-yours[data-v-33e1dd28] {
  color: var(--md-sys-color-on-surface-variant);
  font-size: 13px;
  font-weight: 600;
}
.join-btn[data-v-33e1dd28] {
  flex-shrink: 0;
}
.btn-primary[data-v-33e1dd28] {
  background: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
  font-weight: 700;
  border-radius: 8px;
  padding: 12px 24px;
  min-height: 44px;
  cursor: pointer;
  border: 0;
  font-size: inherit;
  font-family: inherit;
}
.btn-primary[data-v-33e1dd28]:hover {
  filter: brightness(1.08);
}
@media (max-width: 720px) {
.rooms-title[data-v-33e1dd28] {
    font-size: 28px;
}
}
@media (max-height: 500px) and (max-width: 1100px) {
.rooms[data-v-33e1dd28] {
    gap: 12px;
    padding: 16px;
}
.rooms-title[data-v-33e1dd28] {
    font-size: 24px;
}
}

.turn-info[data-v-af196fb1] {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(232, 197, 71, 0.42);
  background: rgba(8, 10, 18, 0.88);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
  color: #f4f0ea;
  white-space: nowrap;
}
.turn-info.opponent[data-v-af196fb1] {
  border-color: rgba(248, 113, 113, 0.5);
}
.turn-count[data-v-af196fb1] {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fde68a;
}
.turn-info.opponent .turn-count[data-v-af196fb1] {
  color: #fecaca;
}
.current-player[data-v-af196fb1] {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #e2e8f0;
}
.turn-info.opponent .current-player[data-v-af196fb1] {
  color: #fecaca;
}
.turn-info.compact[data-v-af196fb1] {
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 6px 4px;
  border-radius: 10px;
  width: 100%;
  white-space: normal;
  text-align: center;
}
.turn-info.compact .turn-count[data-v-af196fb1] {
  font-size: 9px;
  letter-spacing: 0.1em;
}
.turn-info.compact .current-player[data-v-af196fb1] {
  font-size: 9px;
  line-height: 1.2;
  max-width: 56px;
}
.turn-info.docked[data-v-af196fb1] {
  gap: 6px;
  padding: 4px 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}
.turn-info.docked .turn-count[data-v-af196fb1] {
  font-size: 10px;
  letter-spacing: 0.12em;
}
.turn-info.docked .current-player[data-v-af196fb1] {
  font-size: 11px;
}

.phase-control[data-v-1e41567f] {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 8px;
  background: rgba(8, 10, 18, 0.72);
  border: 1px solid rgba(232, 197, 71, 0.22);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}
.phase-button[data-v-1e41567f] {
  position: relative;
  padding: 8px 12px;
  min-width: 74px;
  border: 1px solid rgba(232, 197, 71, 0.42);
  background: rgba(12, 14, 24, 0.88);
  color: #fde68a;
  border-radius: 8px;
  cursor: pointer;
  font-family: Cinzel, Palatino, serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;
}
.phase-button[data-v-1e41567f]:hover:not(.disabled):not(.auto-phase) {
  border-color: #e8c547;
  background: rgba(232, 197, 71, 0.14);
  box-shadow: 0 0 14px rgba(232, 197, 71, 0.28);
}
.phase-button.active[data-v-1e41567f] {
  background: linear-gradient(180deg, #fff3b0, #e8c547);
  color: #1a1204;
  border-color: #f5d76e;
  box-shadow: 0 0 16px rgba(232, 197, 71, 0.45);
}
.phase-button.opponent-turn[data-v-1e41567f] {
  border-color: rgba(248, 113, 113, 0.55);
  color: #fecaca;
}
.phase-button.opponent-turn[data-v-1e41567f]:hover:not(.disabled):not(.auto-phase) {
  border-color: #f87171;
  background: rgba(248, 113, 113, 0.14);
  box-shadow: 0 0 14px rgba(248, 113, 113, 0.28);
}
.phase-button.opponent-turn.active[data-v-1e41567f] {
  background: linear-gradient(180deg, #fecaca, #f87171);
  color: #2a0a0a;
  border-color: #fca5a5;
  box-shadow: 0 0 16px rgba(248, 113, 113, 0.4);
}
.phase-button.auto-phase[data-v-1e41567f] {
  cursor: default;
  opacity: 0.78;
  font-style: italic;
}
.phase-button.auto-phase[data-v-1e41567f]:hover:not(.active) {
  background: rgba(12, 14, 24, 0.88);
  box-shadow: none;
}
.phase-button.auto-phase.opponent-turn[data-v-1e41567f]:hover:not(.active) {
  background: rgba(12, 14, 24, 0.88);
  box-shadow: none;
}
.phase-button.disabled[data-v-1e41567f] {
  opacity: 0.42;
  cursor: not-allowed;
  border-color: rgba(148, 163, 184, 0.28);
  color: #94a3b8;
}
.phase-button.disabled[data-v-1e41567f]:hover {
  background: rgba(12, 14, 24, 0.88);
  box-shadow: none;
}
.phase-button.active.disabled[data-v-1e41567f],
.phase-button.active.auto-phase[data-v-1e41567f] {
  background: linear-gradient(180deg, #fff3b0, #e8c547);
  color: #1a1204;
  border-color: #f5d76e;
  box-shadow: 0 0 16px rgba(232, 197, 71, 0.45);
  opacity: 1;
  cursor: default;
}
.phase-button.opponent-turn.active.disabled[data-v-1e41567f],
.phase-button.opponent-turn.active.auto-phase[data-v-1e41567f] {
  background: linear-gradient(180deg, #fecaca, #f87171);
  color: #2a0a0a;
  border-color: #fca5a5;
  box-shadow: 0 0 16px rgba(248, 113, 113, 0.4);
}
.current-player-indicator[data-v-1e41567f] {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Roboto, system-ui, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  white-space: nowrap;
  color: #fde68a;
  opacity: 0.9;
}
.phase-button.opponent-turn .current-player-indicator[data-v-1e41567f] {
  color: #fecaca;
}
.phase-control.compact[data-v-1e41567f] {
  gap: 6px;
  padding: 6px;
}
.phase-control.compact .phase-button[data-v-1e41567f] {
  min-width: 44px;
  padding: 6px 8px;
  font-size: 12px;
}
.phase-control.compact .current-player-indicator[data-v-1e41567f] {
  bottom: -16px;
  font-size: 0.7em;
}
.phase-control.compact .next-phase[data-v-1e41567f] {
  overflow: hidden;
  touch-action: none;
  -webkit-user-select: none;
          user-select: none;
}
.phase-control.compact .next-phase.holding[data-v-1e41567f]::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.28);
  transform-origin: left center;
  animation: next-hold-1e41567f 400ms linear forwards;
  pointer-events: none;
}
@keyframes next-hold-1e41567f {
from {
    transform: scaleX(0);
}
to {
    transform: scaleX(1);
}
}

.phase-banner-root[data-v-d0a9cfdc] {
  position: absolute;
  inset: 0;
  z-index: 175;
  pointer-events: none;
  overflow: hidden;
  -webkit-user-select: none;
          user-select: none;
}
.phase-banner[data-v-d0a9cfdc] {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-132%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  padding: 10px 8%;
  --ink: #4ade80;
  --glow: rgba(74, 222, 128, 0.55);
}
.phase-banner.tone-draw[data-v-d0a9cfdc] {
  --ink: #7dd3fc;
  --glow: rgba(125, 211, 252, 0.55);
}
.phase-banner.tone-standby[data-v-d0a9cfdc] {
  --ink: #e2e8f0;
  --glow: rgba(226, 232, 240, 0.4);
}
.phase-banner.tone-main[data-v-d0a9cfdc] {
  --ink: #4ade80;
  --glow: rgba(74, 222, 128, 0.55);
}
.phase-banner.tone-battle[data-v-d0a9cfdc] {
  --ink: #fb7185;
  --glow: rgba(251, 113, 133, 0.6);
}
.phase-banner.tone-end[data-v-d0a9cfdc] {
  --ink: #c4b5fd;
  --glow: rgba(196, 181, 253, 0.5);
}
.phase-banner.opponent.tone-draw[data-v-d0a9cfdc],
.phase-banner.opponent.tone-standby[data-v-d0a9cfdc],
.phase-banner.opponent.tone-main[data-v-d0a9cfdc],
.phase-banner.opponent.tone-end[data-v-d0a9cfdc] {
  --ink: #facc15;
  --glow: rgba(250, 204, 21, 0.55);
}
.phase-banner.opponent.tone-battle[data-v-d0a9cfdc] {
  --ink: #fb923c;
  --glow: rgba(251, 146, 60, 0.6);
}
.phase-banner-ribbon[data-v-d0a9cfdc] {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(2, 6, 23, 0.55) 10%,
    rgba(2, 6, 23, 0.82) 50%,
    rgba(2, 6, 23, 0.55) 90%,
    transparent 100%
  );
  box-shadow: 0 0 28px var(--glow);
  transform: scaleX(0);
  transform-origin: left center;
}
.phase-banner-ribbon[data-v-d0a9cfdc]::before,
.phase-banner-ribbon[data-v-d0a9cfdc]::after {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--ink) 18%,
    #fff 50%,
    var(--ink) 82%,
    transparent
  );
  opacity: 0.9;
}
.phase-banner-ribbon[data-v-d0a9cfdc]::before {
  top: 10px;
}
.phase-banner-ribbon[data-v-d0a9cfdc]::after {
  bottom: 10px;
}
.phase-banner-flare[data-v-d0a9cfdc] {
  position: absolute;
  inset: 18% -20%;
  background: repeating-linear-gradient(
    -18deg,
    transparent 0 14px,
    rgba(255, 255, 255, 0.05) 14px 16px
  );
  opacity: 0;
  pointer-events: none;
}
.phase-banner-copy[data-v-d0a9cfdc] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  transform: skewX(-10deg);
  text-align: center;
}
.phase-banner-en[data-v-d0a9cfdc] {
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(11px, 1.4vw, 16px);
  font-weight: 700;
  letter-spacing: 0.42em;
  color: var(--ink);
  opacity: 0.85;
  text-transform: uppercase;
}
.phase-banner-title[data-v-d0a9cfdc] {
  font-family: Impact, 'Arial Black', 'Arial Narrow', sans-serif;
  font-size: clamp(28px, 6.4vw, 76px);
  font-style: italic;
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0.06em;
  color: var(--ink);
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow:
    0 0 12px var(--glow),
    0 0 28px var(--glow),
    3px 3px 0 #020617,
    -1px -1px 0 #020617;
  -webkit-text-stroke: 1px rgba(2, 6, 23, 0.85);
}
.is-enter .phase-banner-ribbon[data-v-d0a9cfdc] {
  animation: ribbon-in-d0a9cfdc var(--enter) cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.is-enter .phase-banner-copy[data-v-d0a9cfdc] {
  animation: copy-in-d0a9cfdc var(--enter) cubic-bezier(0.16, 1, 0.3, 1) both;
}
.is-enter .phase-banner-flare[data-v-d0a9cfdc] {
  animation: flare-in-d0a9cfdc var(--enter) ease-out both;
}
.is-hold .phase-banner-ribbon[data-v-d0a9cfdc] {
  transform: scaleX(1);
}
.is-hold .phase-banner-flare[data-v-d0a9cfdc] {
  opacity: 0.35;
}
.is-exit .phase-banner-ribbon[data-v-d0a9cfdc] {
  transform-origin: right center;
  animation: ribbon-out-d0a9cfdc var(--exit) ease-in forwards;
}
.is-exit .phase-banner-copy[data-v-d0a9cfdc] {
  animation: copy-out-d0a9cfdc var(--exit) ease-in both;
}
.is-exit .phase-banner-flare[data-v-d0a9cfdc] {
  animation: flare-out-d0a9cfdc var(--exit) ease-in both;
}
@keyframes ribbon-in-d0a9cfdc {
from {
    transform: scaleX(0);
}
to {
    transform: scaleX(1);
}
}
@keyframes ribbon-out-d0a9cfdc {
from {
    transform: scaleX(1);
}
to {
    transform: scaleX(0);
}
}
@keyframes copy-in-d0a9cfdc {
0% {
    opacity: 0;
    transform: skewX(-10deg) translateX(-22%) scale(1.12);
    filter: brightness(2.2);
}
62% {
    opacity: 1;
    transform: skewX(-10deg) translateX(1.6%) scale(1);
    filter: brightness(1.15);
}
100% {
    opacity: 1;
    transform: skewX(-10deg) translateX(0) scale(1);
    filter: brightness(1);
}
}
@keyframes copy-out-d0a9cfdc {
0% {
    opacity: 1;
    transform: skewX(-10deg) translateX(0);
    filter: brightness(1);
}
100% {
    opacity: 0;
    transform: skewX(-12deg) translateX(24%);
    filter: brightness(1.8);
}
}
@keyframes flare-in-d0a9cfdc {
0% {
    opacity: 0;
    transform: translateX(-12%);
}
40% {
    opacity: 0.55;
}
100% {
    opacity: 0.35;
    transform: translateX(0);
}
}
@keyframes flare-out-d0a9cfdc {
from {
    opacity: 0.35;
}
to {
    opacity: 0;
}
}
@media (max-width: 720px) {
.phase-banner-title[data-v-d0a9cfdc] {
    white-space: normal;
    font-size: clamp(26px, 8vw, 44px);
}
}
@media (prefers-reduced-motion: reduce) {
.is-enter .phase-banner-ribbon[data-v-d0a9cfdc],
  .is-enter .phase-banner-copy[data-v-d0a9cfdc],
  .is-enter .phase-banner-flare[data-v-d0a9cfdc],
  .is-exit .phase-banner-ribbon[data-v-d0a9cfdc],
  .is-exit .phase-banner-copy[data-v-d0a9cfdc],
  .is-exit .phase-banner-flare[data-v-d0a9cfdc] {
    animation: none;
}
.phase-banner-ribbon[data-v-d0a9cfdc] {
    transform: scaleX(1);
}
.phase-banner-copy[data-v-d0a9cfdc] {
    opacity: 1;
}
}

.field-atmosphere[data-v-92db3e67] {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.field-scene[data-v-92db3e67] {
  position: absolute;
  inset: 0;
}
.field-art[data-v-92db3e67] {
  position: absolute;
  inset: -12%;
  background-size: cover;
  background-position: center 38%;
  filter: saturate(1.35) contrast(1.08) blur(18px);
  transform: scale(1.12);
  animation: field-drift-92db3e67 22s ease-in-out infinite alternate;
}
.field-wash[data-v-92db3e67] {
  position: absolute;
  inset: 0;
}
.field-caustic[data-v-92db3e67] {
  position: absolute;
  inset: -20%;
  opacity: 0.28;
  mix-blend-mode: screen;
}
.field-ring[data-v-92db3e67] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18%;
  height: 18%;
  border: 2px solid rgba(255, 236, 170, 0.85);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.2);
  animation: field-ring-92db3e67 1.15s cubic-bezier(0.16, 1.15, 0.32, 1) both;
}
.field-fx[data-v-92db3e67] {
  position: absolute;
  inset: 0;
}
.mote[data-v-92db3e67] {
  position: absolute;
  left: calc(4% + (var(--i) * 5.8%));
  bottom: -8%;
  width: 7px;
  height: 11px;
  border-radius: 2px;
  opacity: 0;
  animation: mote-rise-92db3e67 7.5s calc(var(--i) * 0.28s) linear infinite;
}
.forest .field-wash[data-v-92db3e67] {
  background:
    radial-gradient(ellipse at 50% 40%, rgba(34, 90, 28, 0.15), transparent 55%),
    linear-gradient(180deg, rgba(8, 28, 12, 0.55), rgba(4, 14, 8, 0.72));
}
.forest .mote[data-v-92db3e67] {
  background: linear-gradient(180deg, #bbf7d0, #166534);
  border-radius: 0 70% 40% 70%;
}
.umi .field-wash[data-v-92db3e67] {
  background:
    radial-gradient(ellipse at 50% 70%, rgba(14, 116, 166, 0.35), transparent 50%),
    linear-gradient(180deg, rgba(6, 24, 42, 0.5), rgba(3, 12, 28, 0.78));
}
.umi .field-caustic[data-v-92db3e67] {
  background:
    repeating-radial-gradient(
      ellipse at 50% 110%,
      rgba(125, 230, 255, 0.22) 0 8px,
      transparent 12px 28px
    );
  animation: umi-caustic-92db3e67 9s linear infinite;
}
.umi .mote[data-v-92db3e67] {
  width: 18px;
  height: 6px;
  border-radius: 50%;
  background: rgba(165, 243, 252, 0.7);
}
.yami .field-wash[data-v-92db3e67] {
  background:
    radial-gradient(ellipse at 50% 45%, rgba(88, 28, 135, 0.42), transparent 52%),
    linear-gradient(180deg, rgba(12, 4, 22, 0.55), rgba(4, 2, 10, 0.82));
}
.yami .mote[data-v-92db3e67] {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(192, 132, 252, 0.35);
  filter: blur(3px);
}
.sogen .field-wash[data-v-92db3e67] {
  background:
    radial-gradient(ellipse at 50% 80%, rgba(202, 138, 4, 0.28), transparent 48%),
    linear-gradient(180deg, rgba(28, 32, 10, 0.45), rgba(12, 16, 6, 0.75));
}
.sogen .mote[data-v-92db3e67] {
  width: 3px;
  height: 22px;
  background: linear-gradient(180deg, #fde68a, transparent);
}
.wasteland .field-wash[data-v-92db3e67] {
  background:
    radial-gradient(ellipse at 50% 60%, rgba(180, 83, 9, 0.3), transparent 50%),
    linear-gradient(180deg, rgba(40, 22, 8, 0.5), rgba(18, 10, 4, 0.78));
}
.wasteland .mote[data-v-92db3e67] {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fbbf24;
}
.mountain .field-wash[data-v-92db3e67] {
  background:
    radial-gradient(ellipse at 50% 20%, rgba(148, 163, 184, 0.28), transparent 46%),
    linear-gradient(180deg, rgba(18, 24, 38, 0.5), rgba(6, 10, 18, 0.78));
}
.mountain .mote[data-v-92db3e67] {
  width: 28px;
  height: 10px;
  border-radius: 50%;
  background: rgba(226, 232, 240, 0.28);
  filter: blur(2px);
}
.generic .field-wash[data-v-92db3e67] {
  background:
    radial-gradient(ellipse at 50% 40%, rgba(232, 197, 71, 0.2), transparent 50%),
    linear-gradient(180deg, rgba(12, 12, 18, 0.5), rgba(6, 8, 14, 0.78));
}
.field-xfade-enter-active[data-v-92db3e67],
.field-xfade-leave-active[data-v-92db3e67] {
  transition: opacity 0.9s ease, transform 1.05s ease;
}
.field-xfade-enter-from[data-v-92db3e67] {
  opacity: 0;
  transform: scale(1.08);
}
.field-xfade-leave-to[data-v-92db3e67] {
  opacity: 0;
}
@keyframes field-drift-92db3e67 {
from {
    transform: scale(1.12) translate3d(-1.5%, 0, 0);
}
to {
    transform: scale(1.18) translate3d(1.5%, -1.5%, 0);
}
}
@keyframes field-ring-92db3e67 {
0% {
    opacity: 0.95;
    transform: translate(-50%, -50%) scale(0.15);
}
100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(6.5);
}
}
@keyframes mote-rise-92db3e67 {
0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(0deg);
}
12% {
    opacity: 0.85;
}
100% {
    opacity: 0;
    transform: translate3d(18px, -110vh, 0) rotate(120deg);
}
}
@keyframes umi-caustic-92db3e67 {
to {
    transform: translate3d(0, -8%, 0) rotate(8deg);
}
}
@media (prefers-reduced-motion: reduce) {
.field-art[data-v-92db3e67],
  .field-caustic[data-v-92db3e67],
  .field-ring[data-v-92db3e67],
  .mote[data-v-92db3e67] {
    animation: none;
}
.field-xfade-enter-active[data-v-92db3e67],
  .field-xfade-leave-active[data-v-92db3e67] {
    transition: opacity 0.35s ease;
}
.field-xfade-enter-from[data-v-92db3e67] {
    transform: none;
}
}

.duel-settings[data-v-b2644b4f] {
  width: 100%;
  max-height: min(70vh, 560px);
  overflow-y: auto;
  padding: 0 8px 8px;
  color: #e2e8f0;
  font-family: Roboto, system-ui, sans-serif;
}
.hint[data-v-b2644b4f] {
  margin: 0 0 10px;
  color: #94a3b8;
  font-size: 12px;
  line-height: 16px;
}
h2[data-v-b2644b4f] {
  margin: 16px 0 6px;
  font-size: 13px;
  font-weight: 700;
  color: #f8fafc;
}

.duel-event-log[data-v-0548f0dd] {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px 4px 8px 2px;
}
.duel-event-empty[data-v-0548f0dd] {
  margin: 8px 4px;
  color: #94a3b8;
  font-size: 13px;
  line-height: 18px;
}
.duel-event-line[data-v-0548f0dd] {
  margin: 0;
  padding: 6px 8px;
  border-radius: 6px;
  background: rgba(15, 23, 42, 0.65);
  color: #e2e8f0;
  font-size: 13px;
  line-height: 18px;
  overflow-wrap: anywhere;
}

.graveyard-overlay[data-v-92c1e9f9] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: var(--viewer-rail, 400px);
  background: rgba(0, 0, 0, 0.7);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}
.graveyard-panel[data-v-92c1e9f9] {
  background: #1a1a2e;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  width: min(500px, calc(100vw - 24px));
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.8);
}
@media (max-height: 500px) {
.graveyard-overlay[data-v-92c1e9f9] {
    left: 0;
}
.graveyard-panel[data-v-92c1e9f9] {
    width: min(560px, calc(100vw - 16px));
    max-height: calc(100vh - 16px);
}
}
.graveyard-header[data-v-92c1e9f9] {
  display: flex;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.graveyard-header h2[data-v-92c1e9f9] {
  color: #ffffff;
  font-size: 18px;
  margin: 0;
  flex: 1;
}
.graveyard-count[data-v-92c1e9f9] {
  color: #9ca3af;
  font-size: 14px;
  margin-right: 16px;
}
.graveyard-close[data-v-92c1e9f9] {
  background: none;
  border: none;
  color: #9ca3af;
  font-size: 20px;
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
}
.graveyard-close[data-v-92c1e9f9]:hover {
  color: #ffffff;
}
.graveyard-list[data-v-92c1e9f9] {
  overflow-y: auto;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.graveyard-card[data-v-92c1e9f9] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.15s;
}
.graveyard-card[data-v-92c1e9f9]:hover {
  background: rgba(255, 255, 255, 0.08);
}
.graveyard-card-selectable[data-v-92c1e9f9]:hover {
  background: rgba(74, 222, 128, 0.15);
  border: 1px solid rgba(74, 222, 128, 0.4);
}
.graveyard-card-img[data-v-92c1e9f9] {
  width: 40px;
  height: 58px;
  border-radius: 4px;
  overflow: visible;
  flex-shrink: 0;
  background: #2a2a3e;
}
.graveyard-card-img[data-v-92c1e9f9] .card-art {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.graveyard-card-info[data-v-92c1e9f9] {
  flex: 1;
  min-width: 0;
}
.graveyard-card-name[data-v-92c1e9f9] {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.graveyard-card-type[data-v-92c1e9f9] {
  color: #9ca3af;
  font-size: 12px;
}
.graveyard-card-stats[data-v-92c1e9f9] {
  color: #facc15;
  font-size: 12px;
}
.graveyard-card-desc[data-v-92c1e9f9] {
  font-size: 11px;
  font-style: italic;
  margin-top: 2px;
  color: #9ca3af;
}
.material-available[data-v-92c1e9f9] {
  color: #4ade80;
  font-weight: 700;
}
.material-missing[data-v-92c1e9f9] {
  color: #ef4444;
  opacity: 0.7;
}
.graveyard-list[data-v-92c1e9f9]::-webkit-scrollbar {
  width: 5px;
}
.graveyard-list[data-v-92c1e9f9]::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}
.graveyard-list[data-v-92c1e9f9]::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
}

.game-over-overlay[data-v-96dad6d4] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn-96dad6d4 0.4s ease-out;
}
.game-over-panel[data-v-96dad6d4] {
  background: #0d0d1a;
  border: 3px solid;
  border-radius: 14px;
  padding: 48px 64px;
  text-align: center;
  box-shadow: 0 8px 60px rgba(0, 0, 0, 0.9);
  min-width: 480px;
  animation: popIn-96dad6d4 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.game-over-panel.victory[data-v-96dad6d4] {
  border-color: #facc15;
  box-shadow: 0 0 60px rgba(250, 204, 21, 0.45), 0 8px 40px rgba(0, 0, 0, 0.85);
}
.game-over-panel.defeat[data-v-96dad6d4] {
  border-color: #ef4444;
  box-shadow: 0 0 60px rgba(239, 68, 68, 0.4), 0 8px 40px rgba(0, 0, 0, 0.85);
}
.game-over-busts[data-v-96dad6d4] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.game-over-vs[data-v-96dad6d4] {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #e8c547;
}
.game-over-title[data-v-96dad6d4] {
  font-size: 64px;
  font-weight: 900;
  letter-spacing: 6px;
  margin-bottom: 14px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}
.victory .game-over-title[data-v-96dad6d4] {
  color: #facc15;
}
.defeat .game-over-title[data-v-96dad6d4] {
  color: #ef4444;
}
.game-over-subtitle[data-v-96dad6d4] {
  color: #e5e7eb;
  font-size: 18px;
  margin-bottom: 16px;
  opacity: 0.9;
}
.game-over-reward[data-v-96dad6d4] {
  color: #facc15;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.game-over-xp[data-v-96dad6d4] {
  color: #e5e7eb;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.game-over-level[data-v-96dad6d4] {
  margin-bottom: 16px;
}
.game-over-level-title[data-v-96dad6d4] {
  margin: 0;
  color: #facc15;
  font-size: 18px;
  font-weight: 800;
}
.game-over-level-grant[data-v-96dad6d4] {
  margin: 4px 0 0;
  color: #fde68a;
  font-size: 14px;
  font-weight: 600;
}
.game-over-rank[data-v-96dad6d4] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
}
.game-over-rank-text[data-v-96dad6d4] {
  margin: 0;
  color: #fde68a;
  font-size: 16px;
  font-weight: 600;
}
.game-over-actions[data-v-96dad6d4] {
  display: flex;
  justify-content: center;
  gap: 14px;
}
.game-over-btn[data-v-96dad6d4] {
  padding: 12px 28px;
  border-radius: 6px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
  color: #0d0d1a;
}
.game-over-btn.primary[data-v-96dad6d4] {
  background: #facc15;
}
.game-over-btn.primary[data-v-96dad6d4]:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(250, 204, 21, 0.45);
}
.game-over-btn.secondary[data-v-96dad6d4] {
  background: #1f2937;
  color: #e5e7eb;
  border: 1px solid #4b5563;
}
.game-over-btn.secondary[data-v-96dad6d4]:hover {
  transform: translateY(-1px);
  background: #2d3748;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
}
@keyframes fadeIn-96dad6d4 {
from { opacity: 0;
}
to { opacity: 1;
}
}
@keyframes popIn-96dad6d4 {
0% { transform: scale(0.5); opacity: 0;
}
100% { transform: scale(1); opacity: 1;
}
}

.exodia-overlay[data-v-db7d2ea3] {
  position: fixed;
  inset: 0;
  z-index: 12000;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  color: #fde68a;
  font: inherit;
  background: #020103;
}
.stage[data-v-db7d2ea3] {
  position: absolute;
  inset: 0;
}
.in .stage[data-v-db7d2ea3] {
  animation: none;
}
.awake .stage[data-v-db7d2ea3] {
  animation: quake-db7d2ea3 0.62s cubic-bezier(0.22, 0.8, 0.32, 1) both;
}
.void[data-v-db7d2ea3] {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 38%, rgba(150, 12, 8, 0.7), transparent 56%),
    radial-gradient(ellipse at 50% 88%, rgba(232, 197, 71, 0.18), transparent 48%),
    #020103;
}
.awake .void[data-v-db7d2ea3],
.title .void[data-v-db7d2ea3] {
  background:
    radial-gradient(ellipse at 50% 40%, rgba(190, 28, 12, 0.82), transparent 60%),
    radial-gradient(ellipse at 50% 78%, rgba(255, 214, 74, 0.28), transparent 52%),
    #120204;
}
.glyphs[data-v-db7d2ea3] {
  position: absolute;
  inset: -20%;
  opacity: 0.22;
  background-image:
    repeating-linear-gradient(
      90deg,
      transparent 0 46px,
      rgba(232, 197, 71, 0.16) 46px 48px
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0 62px,
      rgba(232, 197, 71, 0.12) 62px 64px
    );
  animation: glyphs-drift-db7d2ea3 16s linear infinite;
  pointer-events: none;
}
.embers[data-v-db7d2ea3] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.embers span[data-v-db7d2ea3] {
  position: absolute;
  bottom: -8%;
  width: 3px;
  height: 18px;
  border-radius: 2px;
  background: linear-gradient(
    180deg,
    rgba(255, 248, 220, 0.95),
    rgba(232, 80, 20, 0.15)
  );
  opacity: 0;
  animation: ember-rise-db7d2ea3 var(--dur) var(--delay) linear infinite;
}
.vignette[data-v-db7d2ea3] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse at 50% 46%,
    transparent 22%,
    rgba(0, 0, 0, 0.78) 100%
  );
}
.seal[data-v-db7d2ea3] {
  position: absolute;
  left: 50%;
  top: 46%;
  width: min(96vmin, 900px);
  height: min(96vmin, 900px);
  transform: translate(-50%, -50%) scale(0.4);
  opacity: 0;
  pointer-events: none;
}
.in .seal[data-v-db7d2ea3] {
  animation: seal-in-db7d2ea3 1.15s 0.08s cubic-bezier(0.16, 1.2, 0.32, 1) both;
}
.awake .seal[data-v-db7d2ea3],
.title .seal[data-v-db7d2ea3] {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.ring[data-v-db7d2ea3] {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  border: 2px solid rgba(232, 197, 71, 0.55);
  box-shadow:
    0 0 28px rgba(232, 197, 71, 0.35),
    inset 0 0 40px rgba(232, 197, 71, 0.12);
}
.ring.inner[data-v-db7d2ea3] {
  inset: 22%;
  border-width: 1px;
  animation: seal-spin-db7d2ea3 22s linear infinite reverse;
}
.ring.outer[data-v-db7d2ea3] {
  animation: seal-spin-db7d2ea3 28s linear infinite;
}
.spoke[data-v-db7d2ea3] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 46%;
  margin-left: -1px;
  transform-origin: 50% 0;
  transform: rotate(calc(var(--i) * 72deg));
  background: linear-gradient(
    180deg,
    rgba(232, 197, 71, 0.85),
    transparent 78%
  );
}
.penta[data-v-db7d2ea3] {
  position: absolute;
  left: 50%;
  top: 46%;
  width: min(78vmin, 720px);
  height: min(78vmin, 720px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  filter: drop-shadow(0 0 18px rgba(255, 210, 80, 0.7));
}
.penta polygon[data-v-db7d2ea3] {
  fill: rgba(232, 197, 71, 0.05);
  stroke: rgba(255, 224, 120, 0.9);
  stroke-width: 0.7;
  stroke-linejoin: round;
}
.in .penta[data-v-db7d2ea3] {
  animation: penta-draw-db7d2ea3 1.6s 0.4s ease-out both;
}
.awake .penta[data-v-db7d2ea3],
.title .penta[data-v-db7d2ea3] {
  opacity: 0.85;
}
.bolts[data-v-db7d2ea3] {
  position: absolute;
  inset: 10% 8%;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(
      115deg,
      transparent 42%,
      rgba(255, 248, 220, 0.6) 50%,
      transparent 58%
    ),
    linear-gradient(
      -115deg,
      transparent 42%,
      rgba(255, 210, 80, 0.45) 50%,
      transparent 58%
    );
  mix-blend-mode: screen;
}
.awake .bolts[data-v-db7d2ea3] {
  animation: bolts-flash-db7d2ea3 0.55s ease-out both;
}
.title .bolts[data-v-db7d2ea3] {
  opacity: 0.22;
}
.assembly[data-v-db7d2ea3] {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.piece[data-v-db7d2ea3] {
  position: absolute;
  margin: 0;
  opacity: 0;
  filter: drop-shadow(0 0 22px rgba(232, 197, 71, 0.55));
}
.piece img[data-v-db7d2ea3] {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow:
    0 0 0 2px rgba(232, 197, 71, 0.75),
    0 18px 44px rgba(0, 0, 0, 0.7);
}
.piece.head[data-v-db7d2ea3] {
  z-index: 5;
  left: 50%;
  top: 1%;
  width: min(34vw, 48vh);
  height: min(49.6vw, 70vh);
  transform: translate(-50%, -120%);
}
.piece.left-arm[data-v-db7d2ea3] {
  z-index: 3;
  left: 2%;
  top: 20%;
  width: min(24vw, 36vh);
  height: min(35vw, 52vh);
  transform: translateX(-140%);
}
.piece.right-arm[data-v-db7d2ea3] {
  z-index: 3;
  right: 2%;
  top: 20%;
  width: min(24vw, 36vh);
  height: min(35vw, 52vh);
  transform: translateX(140%);
}
.piece.left-leg[data-v-db7d2ea3] {
  z-index: 1;
  left: 11%;
  bottom: 2%;
  width: min(24vw, 36vh);
  height: min(35vw, 52vh);
  transform: translateY(140%);
}
.piece.right-leg[data-v-db7d2ea3] {
  z-index: 1;
  right: 11%;
  bottom: 2%;
  width: min(24vw, 36vh);
  height: min(35vw, 52vh);
  transform: translateY(140%);
}
.in .piece.left-leg[data-v-db7d2ea3] {
  animation: slam-leg-db7d2ea3 0.72s 0.32s cubic-bezier(0.12, 1.32, 0.32, 1) both;
}
.in .piece.right-leg[data-v-db7d2ea3] {
  animation: slam-leg-db7d2ea3 0.72s 0.52s cubic-bezier(0.12, 1.32, 0.32, 1) both;
}
.in .piece.left-arm[data-v-db7d2ea3] {
  animation: slam-arm-l-db7d2ea3 0.72s 0.92s cubic-bezier(0.12, 1.32, 0.32, 1) both;
}
.in .piece.right-arm[data-v-db7d2ea3] {
  animation: slam-arm-r-db7d2ea3 0.72s 1.12s cubic-bezier(0.12, 1.32, 0.32, 1) both;
}
.in .piece.head[data-v-db7d2ea3] {
  animation: slam-head-db7d2ea3 0.95s 1.55s cubic-bezier(0.1, 1.38, 0.32, 1) both;
}
.awake .piece[data-v-db7d2ea3],
.title .piece[data-v-db7d2ea3] {
  opacity: 1;
  transform: none;
  animation: none;
}
.awake .piece.head[data-v-db7d2ea3],
.title .piece.head[data-v-db7d2ea3] {
  transform: translate(-50%, 0);
  filter:
    drop-shadow(0 0 32px rgba(255, 236, 150, 1))
    drop-shadow(0 0 80px rgba(232, 197, 71, 0.85));
}
.title .piece.head[data-v-db7d2ea3] {
  animation: head-pulse-db7d2ea3 1.8s ease-in-out infinite;
}
.flash[data-v-db7d2ea3] {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    circle at 50% 42%,
    rgba(255, 248, 220, 0.95),
    rgba(232, 197, 71, 0.32) 38%,
    transparent 70%
  );
}
.awake .flash[data-v-db7d2ea3] {
  animation: exodia-flash-db7d2ea3 0.75s ease-out both;
}
.flare[data-v-db7d2ea3] {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 240, 160, 0.35), transparent 42%);
  mix-blend-mode: screen;
}
.title .flare[data-v-db7d2ea3] {
  opacity: 1;
  animation: flare-breathe-db7d2ea3 2.4s ease-in-out infinite;
}
.titles[data-v-db7d2ea3] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7%;
  z-index: 4;
  text-align: center;
  pointer-events: none;
  opacity: 0;
}
.title .titles[data-v-db7d2ea3] {
  animation: title-in-db7d2ea3 0.75s cubic-bezier(0.16, 1.2, 0.32, 1) both;
}
.kicker[data-v-db7d2ea3] {
  margin: 0 0 6px;
  font-size: clamp(11px, 1.6vw, 14px);
  font-weight: 700;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #fde68a;
}
.name[data-v-db7d2ea3] {
  margin: 0;
  font-family: Cinzel, Palatino, serif;
  font-size: clamp(56px, 14vw, 148px);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 0.92;
  color: #fff8d4;
  text-shadow:
    0 0 28px rgba(232, 197, 71, 0.95),
    0 10px 36px rgba(0, 0, 0, 0.9);
}
.sub[data-v-db7d2ea3] {
  margin: 10px 0 0;
  font-size: clamp(13px, 2.2vw, 20px);
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #e8c547;
}
.skip-hint[data-v-db7d2ea3] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 5;
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c6c5d0;
  opacity: 0.7;
}
.compact .piece.head[data-v-db7d2ea3] {
  width: min(30vh, 46vw);
  height: min(44vh, 67vw);
  top: 1%;
}
.compact .piece.left-arm[data-v-db7d2ea3],
.compact .piece.right-arm[data-v-db7d2ea3],
.compact .piece.left-leg[data-v-db7d2ea3],
.compact .piece.right-leg[data-v-db7d2ea3] {
  width: min(22vh, 32vw);
  height: min(32vh, 47vw);
}
.compact .piece.left-arm[data-v-db7d2ea3],
.compact .piece.right-arm[data-v-db7d2ea3] {
  top: 18%;
}
.compact .name[data-v-db7d2ea3] {
  letter-spacing: 0.08em;
  font-size: clamp(42px, 16vw, 88px);
}
.compact .titles[data-v-db7d2ea3] {
  bottom: 8%;
}
@keyframes glyphs-drift-db7d2ea3 {
to {
    transform: translate3d(-48px, -64px, 0);
}
}
@keyframes ember-rise-db7d2ea3 {
0% {
    opacity: 0;
    transform: translateY(0) scale(1);
}
12% {
    opacity: 0.9;
}
100% {
    opacity: 0;
    transform: translateY(-110vh) scale(0.4);
}
}
@keyframes seal-in-db7d2ea3 {
from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.32) rotate(-18deg);
}
to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
}
@keyframes seal-spin-db7d2ea3 {
to {
    transform: rotate(360deg);
}
}
@keyframes penta-draw-db7d2ea3 {
from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7) rotate(-12deg);
}
to {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1);
}
}
@keyframes slam-arm-l-db7d2ea3 {
0% {
    opacity: 0;
    transform: translateX(-150%) rotate(-8deg);
}
72% {
    opacity: 1;
    transform: translateX(4%) rotate(2deg);
}
100% {
    opacity: 1;
    transform: none;
}
}
@keyframes slam-arm-r-db7d2ea3 {
0% {
    opacity: 0;
    transform: translateX(150%) rotate(8deg);
}
72% {
    opacity: 1;
    transform: translateX(-4%) rotate(-2deg);
}
100% {
    opacity: 1;
    transform: none;
}
}
@keyframes slam-leg-db7d2ea3 {
0% {
    opacity: 0;
    transform: translateY(150%);
}
72% {
    opacity: 1;
    transform: translateY(-5%);
}
100% {
    opacity: 1;
    transform: none;
}
}
@keyframes slam-head-db7d2ea3 {
0% {
    opacity: 0;
    transform: translate(-50%, -130%) scale(1.7);
}
70% {
    opacity: 1;
    transform: translate(-50%, 5%) scale(1.08);
}
100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
}
}
@keyframes quake-db7d2ea3 {
0% {
    transform: translate(0, 0);
}
18% {
    transform: translate(-14px, 9px);
}
36% {
    transform: translate(12px, -8px);
}
54% {
    transform: translate(-8px, 6px);
}
100% {
    transform: translate(0, 0);
}
}
@keyframes bolts-flash-db7d2ea3 {
0% {
    opacity: 0;
}
35% {
    opacity: 1;
}
100% {
    opacity: 0.14;
}
}
@keyframes exodia-flash-db7d2ea3 {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes flare-breathe-db7d2ea3 {
0%,
  100% {
    opacity: 0.45;
}
50% {
    opacity: 0.9;
}
}
@keyframes head-pulse-db7d2ea3 {
0%,
  100% {
    transform: translate(-50%, 0) scale(1);
}
50% {
    transform: translate(-50%, 0) scale(1.03);
}
}
@keyframes title-in-db7d2ea3 {
from {
    opacity: 0;
    transform: translateY(22px) scale(0.88);
}
to {
    opacity: 1;
    transform: none;
}
}
@media (prefers-reduced-motion: reduce) {
.glyphs[data-v-db7d2ea3],
  .ring[data-v-db7d2ea3],
  .embers span[data-v-db7d2ea3],
  .in .seal[data-v-db7d2ea3],
  .in .penta[data-v-db7d2ea3],
  .in .piece[data-v-db7d2ea3],
  .awake .flash[data-v-db7d2ea3],
  .awake .stage[data-v-db7d2ea3],
  .title .titles[data-v-db7d2ea3],
  .title .piece.head[data-v-db7d2ea3],
  .title .flare[data-v-db7d2ea3] {
    animation: none;
}
.piece[data-v-db7d2ea3],
  .seal[data-v-db7d2ea3],
  .penta[data-v-db7d2ea3],
  .titles[data-v-db7d2ea3] {
    opacity: 1;
    transform: none;
}
.piece.head[data-v-db7d2ea3] {
    transform: translate(-50%, 0);
}
}
.d10-root {
  position: absolute;
  inset: 0;
}

.d10-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.dice-off[data-v-fe54a0f6] {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px 16px 32px;
  overflow: hidden;
  background: rgba(7, 8, 14, 0.92);
  color: #e5e1e6;
  font-family: Roboto, system-ui, sans-serif;
}
header[data-v-fe54a0f6] {
  text-align: center;
}
.kicker[data-v-fe54a0f6] {
  margin: 0 0 4px;
  color: var(--md-sys-color-primary, #e8c547);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
h1[data-v-fe54a0f6] {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 400;
}
.status[data-v-fe54a0f6] {
  margin: 0;
  min-height: 24px;
  color: #c6c5d0;
  font-size: 16px;
}
.stage[data-v-fe54a0f6] {
  position: relative;
  width: min(780px, 100%);
  height: min(440px, 54vh);
}
.canvas-host[data-v-fe54a0f6] {
  position: absolute;
  inset: 0;
}
.busts[data-v-fe54a0f6] {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 52px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.labels[data-v-fe54a0f6],
.scores[data-v-fe54a0f6] {
  position: absolute;
  left: 8%;
  right: 8%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.labels[data-v-fe54a0f6] {
  bottom: 10px;
  color: #eceaf0;
  font-size: clamp(18px, 2.6vw, 24px);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
}
.scores[data-v-fe54a0f6] {
  top: 8px;
  justify-content: center;
  gap: 20px;
  color: var(--md-sys-color-primary, #e8c547);
  font-size: clamp(36px, 6vw, 56px);
  font-weight: 700;
  line-height: 1;
  z-index: 2;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}
.verdict[data-v-fe54a0f6] {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  padding: 20px 16px 24px;
  text-align: center;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(7, 8, 14, 0.82) 28%,
    rgba(7, 8, 14, 0.82) 72%,
    transparent
  );
  animation: verdict-in-fe54a0f6 0.4s ease-out;
}
.verdict-kicker[data-v-fe54a0f6] {
  margin: 0 0 6px;
  color: #c6c5d0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.verdict-title[data-v-fe54a0f6] {
  margin: 0;
  color: var(--md-sys-color-primary, #e8c547);
  font-size: clamp(40px, 8vw, 76px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-shadow: 0 6px 28px rgba(0, 0, 0, 0.65);
}
@keyframes verdict-in-fe54a0f6 {
from {
    opacity: 0;
    transform: translateY(-40%) scale(0.92);
}
to {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}
}
.cta[data-v-fe54a0f6] {
  min-height: 48px;
  padding: 0 28px;
  border: 0;
  border-radius: 24px;
  background: var(--md-sys-color-primary, #e8c547);
  color: var(--md-sys-color-on-primary, #1c1b1f);
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.cta[data-v-fe54a0f6]:hover {
  filter: brightness(1.08);
}
.back[data-v-fe54a0f6] {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 8px 14px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #c6c5d0;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}
.back[data-v-fe54a0f6]:hover {
  color: #fff;
}
.vs-arena-root {
  position: absolute;
  inset: 0;
}

.vs-arena-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.vs-overlay[data-v-5162ce42] {
  position: fixed;
  inset: 0;
  z-index: 520;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  color: #f4f0ea;
  font: inherit;
  background:
    radial-gradient(ellipse at 18% 48%, rgba(20, 80, 90, 0.45), transparent 52%),
    radial-gradient(ellipse at 82% 48%, rgba(120, 24, 32, 0.42), transparent 52%),
    linear-gradient(180deg, #05060c 0%, #101018 48%, #05060c 100%);
}
.vs-stage[data-v-5162ce42] {
  position: absolute;
  inset: 0;
}
.letterbox[data-v-5162ce42] {
  position: absolute;
  left: 0;
  right: 0;
  height: 7.5vh;
  z-index: 2;
  pointer-events: none;
  background: #000;
}
.letterbox.top[data-v-5162ce42] {
  top: 0;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}
.letterbox.bot[data-v-5162ce42] {
  bottom: 0;
  box-shadow: 0 -18px 40px rgba(0, 0, 0, 0.45);
}
.vignette[data-v-5162ce42] {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(
    ellipse at 50% 48%,
    transparent 42%,
    rgba(0, 0, 0, 0.55) 100%
  );
}
.scan[data-v-5162ce42] {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.18;
  background-image: repeating-linear-gradient(
    180deg,
    transparent,
    transparent 2px,
    rgba(0, 0, 0, 0.35) 3px
  );
}
.flash[data-v-5162ce42] {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    circle at 50% 48%,
    rgba(255, 248, 220, 0.8),
    rgba(232, 197, 71, 0.2) 38%,
    transparent 62%
  );
}
.clash .flash[data-v-5162ce42] {
  animation: vs-flash-5162ce42 0.38s ease-out;
}
.kicker[data-v-5162ce42] {
  position: absolute;
  top: calc(7.5vh + 14px);
  left: 0;
  right: 0;
  z-index: 4;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #fde68a;
  text-shadow: 0 0 18px rgba(232, 197, 71, 0.55);
  animation: kicker-in-5162ce42 0.7s ease-out both;
}
.fallback-fighters[data-v-5162ce42] {
  position: absolute;
  inset: 18% 8% 22%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
.fighter[data-v-5162ce42] {
  display: flex;
  justify-content: center;
}
.fallback .vs-stage[data-v-5162ce42] {
  display: none;
}
.vs-mark[data-v-5162ce42]::before {
  content: '';
  position: absolute;
  left: -38%;
  right: -38%;
  top: 52%;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(232, 197, 71, 0.95),
    transparent
  );
  transform: translateY(-50%);
  z-index: -1;
}
.vs-mark[data-v-5162ce42] {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.06em;
  padding: 0.28em 0.34em;
  font-size: clamp(72px, 15vw, 148px);
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.06em;
  line-height: 1.12;
  transform: translate(-50%, -50%) perspective(640px) rotateX(8deg);
  transform-style: preserve-3d;
  overflow: visible;
  opacity: 0;
  pointer-events: none;
}
.clash .vs-mark[data-v-5162ce42] {
  animation: vs-slam-5162ce42 0.55s cubic-bezier(0.16, 1.28, 0.36, 1) both;
}
.vs-letter[data-v-5162ce42] {
  display: inline-block;
  padding: 0.12em 0.08em;
  background: linear-gradient(180deg, #fff8d4 0%, #e8c547 42%, #8a6410 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter:
    drop-shadow(0 0 22px rgba(232, 197, 71, 0.9))
    drop-shadow(0 14px 22px rgba(0, 0, 0, 0.7));
}
.vs-letter[data-v-5162ce42]:first-child {
  transform: rotateY(-10deg) translateZ(16px);
}
.vs-letter[data-v-5162ce42]:last-child {
  transform: rotateY(10deg) translateZ(16px);
}
.names[data-v-5162ce42] {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: calc(7.5vh + 36px);
  z-index: 4;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  pointer-events: none;
}
.name[data-v-5162ce42] {
  margin: 0;
  max-width: 42%;
  font-size: clamp(18px, 3.2vw, 34px);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0;
}
.name.left[data-v-5162ce42] {
  color: #99f6e4;
  text-align: left;
  text-shadow:
    0 0 18px rgba(45, 212, 191, 0.55),
    0 3px 14px rgba(0, 0, 0, 0.85);
}
.name.right[data-v-5162ce42] {
  color: #fca5a5;
  text-align: right;
  text-shadow:
    0 0 18px rgba(248, 113, 113, 0.55),
    0 3px 14px rgba(0, 0, 0, 0.85);
}
.clash .name.left[data-v-5162ce42] {
  animation: name-left-5162ce42 0.5s 0.05s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.clash .name.right[data-v-5162ce42] {
  animation: name-right-5162ce42 0.5s 0.05s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.skip-hint[data-v-5162ce42] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(7.5vh + 10px);
  z-index: 4;
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c6c5d0;
  opacity: 0.75;
}
.compact .kicker[data-v-5162ce42] {
  letter-spacing: 0.28em;
  font-size: 11px;
}
.compact .vs-mark[data-v-5162ce42] {
  font-size: clamp(56px, 16vw, 96px);
  top: 46%;
  line-height: 1.14;
  padding: 0.3em 0.28em;
}
.compact .names[data-v-5162ce42] {
  bottom: calc(7.5vh + 28px);
}
.compact .name[data-v-5162ce42] {
  letter-spacing: 0.08em;
  font-size: clamp(14px, 4.2vw, 22px);
}
@keyframes kicker-in-5162ce42 {
from {
    opacity: 0;
    letter-spacing: 0.12em;
}
to {
    opacity: 1;
}
}
@keyframes vs-slam-5162ce42 {
0% {
    opacity: 0;
    transform: translate(-50%, -50%) perspective(640px) rotateX(28deg) scale(1.22);
}
62% {
    opacity: 1;
}
100% {
    opacity: 1;
    transform: translate(-50%, -50%) perspective(640px) rotateX(8deg) scale(1);
}
}
@keyframes vs-flash-5162ce42 {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes name-left-5162ce42 {
from {
    opacity: 0;
    transform: translateX(-28px);
}
to {
    opacity: 1;
    transform: none;
}
}
@keyframes name-right-5162ce42 {
from {
    opacity: 0;
    transform: translateX(28px);
}
to {
    opacity: 1;
    transform: none;
}
}
@media (prefers-reduced-motion: reduce) {
.kicker[data-v-5162ce42],
  .clash .vs-mark[data-v-5162ce42],
  .clash .name.left[data-v-5162ce42],
  .clash .name.right[data-v-5162ce42],
  .clash .flash[data-v-5162ce42] {
    animation: none;
    opacity: 1;
    transform: none;
}
.clash .vs-mark[data-v-5162ce42] {
    transform: translate(-50%, -50%) perspective(640px) rotateX(8deg);
}
}

.position-overlay[data-v-3b1a8823] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: var(--viewer-rail, 400px);
  background: rgba(0, 0, 0, 0.75);
  z-index: 250;
  display: flex;
  align-items: center;
  justify-content: center;
}
.position-panel[data-v-3b1a8823] {
  background: #0d0d1a;
  border: 2px solid #facc15;
  border-radius: 10px;
  padding: 22px 28px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.85);
  min-width: min(460px, calc(100vw - 24px));
}
.position-header[data-v-3b1a8823] {
  text-align: center;
  margin-bottom: 18px;
}
.position-header h2[data-v-3b1a8823] {
  color: #facc15;
  font-size: 16px;
  margin: 0;
}
.position-options[data-v-3b1a8823] {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.position-option[data-v-3b1a8823] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.15s, transform 0.15s;
}
.position-option[data-v-3b1a8823]:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}
.position-card[data-v-3b1a8823] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.position-atk[data-v-3b1a8823] {
  width: 110px;
  height: 160px;
}
.position-atk[data-v-3b1a8823] .card-art {
  width: 110px;
  height: 160px;
  border-radius: 4px;
}
.position-def[data-v-3b1a8823] {
  width: 160px;
  height: 110px;
}
.position-def-art[data-v-3b1a8823] {
  width: 110px;
  height: 160px;
  border-radius: 4px;
  transform: rotate(90deg);
}
.position-label[data-v-3b1a8823] {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 6px;
}
.position-label.atk[data-v-3b1a8823] {
  color: #ff6666;
}
.position-label.def[data-v-3b1a8823] {
  color: #66aaff;
}
.position-stats[data-v-3b1a8823] {
  color: #ffffff;
  font-size: 12px;
  opacity: 0.85;
}
@media (max-height: 500px) {
.position-overlay[data-v-3b1a8823] {
    left: 0;
}
.position-panel[data-v-3b1a8823] {
    min-width: 0;
    width: min(560px, calc(100vw - 16px));
    padding: 12px 16px;
}
.position-options[data-v-3b1a8823] {
    gap: 24px;
}
}

/* Sits above the phase-manager HUD (z-index 150). Absolute so it covers the
   board column (not the viewer / compact rails). Trap-response prompts leave
   the canvas clickable; anchored field menus capture so Activar cannot fall
   through to the monster in the same column. */
.duel-prompt-overlay[data-v-82933880] {
  position: absolute;
  inset: 0;
  z-index: 220;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Desktop: sit just above the centered phase row. */
  padding-bottom: 150px;
  gap: 12px;
}
.duel-prompt-overlay.compact[data-v-82933880] {
  padding: 12px;
}
.duel-prompt-overlay.capturing[data-v-82933880] {
  pointer-events: auto;
}
.duel-prompt-toast[data-v-82933880] {
  max-width: min(560px, 80vw);
  padding: 8px 16px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.82);
  color: #ffd54f;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
}
.duel-prompt-card[data-v-82933880] {
  max-width: min(360px, 86vw);
  padding: 16px 18px 14px;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.97);
  border: 2px solid #88aaff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.55);
  text-align: center;
}
.duel-prompt-card.interactive[data-v-82933880] {
  pointer-events: auto;
}
.duel-prompt-card.anchored[data-v-82933880] {
  position: fixed;
  transform: translate(-50%, -100%);
  max-width: 220px;
  padding: 8px;
}
.duel-prompt-card.anchored-below[data-v-82933880] {
  transform: translate(-50%, 0);
}
.duel-prompt-card.anchored-side-right[data-v-82933880] {
  transform: translate(0, -50%);
}
.duel-prompt-card.anchored-side-left[data-v-82933880] {
  transform: translate(-100%, -50%);
}
.duel-prompt-card.anchored .duel-prompt-actions[data-v-82933880] {
  margin-top: 0;
}
.duel-prompt-card.anchored .duel-prompt-btn[data-v-82933880] {
  padding: 6px 10px;
}
.duel-prompt-text[data-v-82933880] {
  margin: 0;
  color: #f8fafc;
  font-size: 15px;
  line-height: 1.35;
}
.duel-prompt-actions[data-v-82933880] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
.duel-prompt-btn[data-v-82933880] {
  width: 100%;
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid #93c5fd;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.duel-prompt-btn.primary[data-v-82933880] {
  background: #2563eb;
}
.duel-prompt-btn.primary[data-v-82933880]:hover {
  background: #1d4ed8;
}
.duel-prompt-btn.pass[data-v-82933880] {
  background: #64748b;
  border-color: #94a3b8;
}
.duel-prompt-btn.pass[data-v-82933880]:hover {
  background: #475569;
}

.duel-coach[data-v-74f170c4] {
  position: absolute;
  left: 50%;
  bottom: 52px;
  z-index: 140;
  max-width: min(420px, calc(100% - 24px));
  margin: 0;
  padding: 8px 14px;
  transform: translateX(-50%);
  border-radius: 10px;
  background: rgba(12, 14, 24, 0.88);
  border: 1px solid rgba(232, 197, 71, 0.35);
  color: #fde68a;
  font-family: Roboto, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  pointer-events: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
.duel-coach.compact[data-v-74f170c4] {
  bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 12px;
}

.card-picker[data-v-85ca5718] {
  position: absolute;
  inset: 0;
  z-index: 260;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.72);
  pointer-events: auto;
}
.card-picker-panel[data-v-85ca5718] {
  max-width: min(720px, 92%);
  max-height: 90%;
  overflow: auto;
  padding: 16px 18px 14px;
  border-radius: 10px;
  background: #0f172a;
  border: 2px solid #88aaff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.55);
  text-align: center;
}
.card-picker-title[data-v-85ca5718] {
  margin: 0 0 10px;
  color: #f8fafc;
  font-size: 18px;
}
.card-picker-hint[data-v-85ca5718] {
  margin: 0 0 10px;
  color: #ffd54f;
  font-size: 13px;
}
.card-picker-grid[data-v-85ca5718] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.card-picker-card[data-v-85ca5718] {
  position: relative;
  width: 92px;
  aspect-ratio: 421 / 614;
  padding: 0;
  border: 2px solid #66ccff;
  border-radius: 6px;
  background: #223344;
  cursor: pointer;
  overflow: visible;
  transition: transform 0.12s ease, opacity 0.12s ease, box-shadow 0.12s ease,
    border-color 0.12s ease, filter 0.12s ease;
}
.card-picker-card[data-v-85ca5718]:hover:not(.selected) {
  border-color: #93c5fd;
  box-shadow: 0 0 10px rgba(147, 197, 253, 0.5);
}
.card-picker-card.selected[data-v-85ca5718] {
  z-index: 1;
  transform: scale(1.14);
  border-width: 4px;
  border-color: #facc15;
  box-shadow:
    0 0 0 3px #14532d,
    0 0 18px 4px rgba(250, 204, 21, 0.95),
    0 0 36px rgba(250, 204, 21, 0.55);
  filter: brightness(1.12);
}
.card-picker-card.selected[data-v-85ca5718]::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 4px;
  pointer-events: none;
  box-shadow: inset 0 0 0 3px #facc15;
  background: linear-gradient(
    180deg,
    rgba(250, 204, 21, 0.28) 0%,
    transparent 42%
  );
}
.card-picker-card.dimmed[data-v-85ca5718] {
  opacity: 0.4;
  filter: grayscale(0.35);
}
.card-picker-check[data-v-85ca5718] {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  padding: 0 6px;
  border-radius: 999px;
  background: #14532d;
  border: 2px solid #facc15;
  color: #facc15;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}
.card-picker-card[data-v-85ca5718] .card-art {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.card-picker-note[data-v-85ca5718] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px 4px;
  font-size: 10px;
  color: #ffd54f;
  background: #000000aa;
}
.card-picker-actions[data-v-85ca5718] {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}
.card-picker-btn[data-v-85ca5718] {
  padding: 6px 14px;
  border-radius: 5px;
  border: 1px solid #94a3b8;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.card-picker-btn.confirm[data-v-85ca5718] {
  background: #14532d;
  border-color: #86efac;
  color: #86efac;
}
.card-picker-btn.confirm[data-v-85ca5718]:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.card-picker-btn.cancel[data-v-85ca5718] {
  background: transparent;
  color: #fca5a5;
  border-color: transparent;
}

.online-duel-view[data-v-c046928b] {
  --viewer-rail-width: 280px;
  --viewer-rail: calc(8px + var(--viewer-rail-width));
  position: fixed;
  top: var(--app-nav-offset, 64px);
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #0c1018;
  transition: background-color 0.85s ease;
}
.online-duel-view.field-forest[data-v-c046928b] {
  background: #07140c;
}
.online-duel-view.field-umi[data-v-c046928b] {
  background: #06141f;
}
.online-duel-view.field-yami[data-v-c046928b] {
  background: #0c0714;
}
.online-duel-view.field-sogen[data-v-c046928b] {
  background: #12150a;
}
.online-duel-view.field-wasteland[data-v-c046928b] {
  background: #1a0f08;
}
.online-duel-view.field-mountain[data-v-c046928b] {
  background: #0c1218;
}
.card-viewer-rail[data-v-c046928b] {
  flex: 0 0 var(--viewer-rail-width);
  width: var(--viewer-rail-width);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow-y: auto;
  padding: 8px 0 8px 8px;
  z-index: 100;
  gap: 8px;
  background: rgba(8, 10, 16, 0.78);
}
.online-duel-view.compact .card-viewer-rail[data-v-c046928b] {
  display: none;
}
.card-viewer-text-rail[data-v-c046928b] {
  display: none;
}
.online-duel-view.compact .card-viewer-text-rail[data-v-c046928b] {
  display: flex;
  flex: 0 0 var(--viewer-text-width, 168px);
  width: var(--viewer-text-width, 168px);
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  padding: 6px 8px 6px 4px;
  z-index: 1;
  background: rgba(8, 10, 16, 0.78);
}
.online-duel-view.compact .card-viewer-text-rail[data-v-c046928b] .card-viewer {
  width: 100% !important;
  height: 100%;
}
.online-duel-view.compact .card-viewer-text-rail[data-v-c046928b] .card-viewer-name {
  font-size: 16px;
  line-height: 20px;
}
.online-duel-view.compact .card-viewer-text-rail[data-v-c046928b] .card-viewer-desc {
  font-size: 12px;
  line-height: 16px;
}
.online-duel-view.compact .card-viewer-text-rail[data-v-c046928b] .card-viewer-detail {
  padding: 8px 10px;
}
.viewer-tabs[data-v-c046928b] {
  display: flex;
  width: calc(100% - 8px);
  margin: 0 8px 0 0;
  padding: 3px;
  border-radius: 10px;
  background: rgba(8, 10, 18, 0.72);
  border: 1px solid rgba(232, 197, 71, 0.22);
}
.viewer-tab[data-v-c046928b] {
  flex: 1;
  min-height: 32px;
  padding: 0 6px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #94a3b8;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.viewer-tab[data-v-c046928b]:hover {
  color: #fde68a;
}
.viewer-tab.active[data-v-c046928b] {
  background: rgba(232, 197, 71, 0.16);
  color: #fde68a;
}
.viewer-panel[data-v-c046928b] {
  width: 100%;
}
.viewer-panel-card[data-v-c046928b] {
  display: flex;
  justify-content: center;
}
.viewer-panel-log[data-v-c046928b] {
  flex: 1 1 auto;
  min-height: 140px;
  width: calc(100% - 8px);
  margin-right: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sfx-toggle[data-v-c046928b] {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid rgba(232, 197, 71, 0.32);
  background: rgba(12, 14, 24, 0.9);
  color: #f4f0ea;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition:
    border-color 0.18s ease,
    color 0.18s ease,
    background-color 0.18s ease;
}
.sfx-toggle[data-v-c046928b]:hover {
  border-color: #e8c547;
  color: #fde68a;
}
.sfx-toggle.danger[data-v-c046928b] {
  border-color: rgba(248, 113, 113, 0.45);
  color: #fecaca;
}
.sfx-toggle.danger[data-v-c046928b]:hover {
  border-color: #f87171;
  color: #fecaca;
  background: rgba(248, 113, 113, 0.12);
}
.duel-leave[data-v-c046928b] {
  align-self: stretch;
  margin: 0 8px 4px;
  text-align: center;
}
.surrender-overlay[data-v-c046928b] {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.72);
}
.surrender-panel[data-v-c046928b] {
  width: min(360px, calc(100% - 32px));
  padding: 24px 22px;
  border-radius: 12px;
  border: 2px solid #facc15;
  background: #0d0d1a;
  color: #e5e7eb;
  text-align: center;
}
.surrender-panel p[data-v-c046928b] {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.4;
}
.surrender-actions[data-v-c046928b] {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.board-stage[data-v-c046928b] {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  height: 100%;
  z-index: 1;
  background: transparent;
  transition: box-shadow 0.85s ease;
}
.online-duel-view.field-forest .board-stage[data-v-c046928b] {
  box-shadow: inset 0 0 90px rgba(34, 197, 94, 0.28);
}
.online-duel-view.field-umi .board-stage[data-v-c046928b] {
  box-shadow: inset 0 0 90px rgba(14, 165, 233, 0.32);
}
.online-duel-view.field-yami .board-stage[data-v-c046928b] {
  box-shadow: inset 0 0 90px rgba(147, 51, 234, 0.32);
}
.online-duel-view.field-sogen .board-stage[data-v-c046928b] {
  box-shadow: inset 0 0 90px rgba(202, 138, 4, 0.28);
}
.online-duel-view.field-wasteland .board-stage[data-v-c046928b] {
  box-shadow: inset 0 0 90px rgba(180, 83, 9, 0.3);
}
.online-duel-view.field-mountain .board-stage[data-v-c046928b] {
  box-shadow: inset 0 0 90px rgba(148, 163, 184, 0.28);
}
.board-stage.duel-shaking[data-v-c046928b] {
  animation: duel-board-shake-c046928b var(--duel-shake-ms, 420ms) linear;
}
@keyframes duel-board-shake-c046928b {
0%,
  100% {
    transform: translate3d(0, 0, 0);
}
12% {
    transform: translate3d(-10px, 6px, 0);
}
24% {
    transform: translate3d(11px, -5px, 0);
}
36% {
    transform: translate3d(-9px, -7px, 0);
}
48% {
    transform: translate3d(10px, 4px, 0);
}
60% {
    transform: translate3d(-7px, 8px, 0);
}
72% {
    transform: translate3d(8px, -6px, 0);
}
84% {
    transform: translate3d(-5px, 3px, 0);
}
}
#online-game-container[data-v-c046928b] {
  /* Fill the leftover column; Phaser FIT scales the 1024×768 board inside. */
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: transparent;
}
.duel-vfx[data-v-c046928b] {
  /* Size/position are pinned to the Phaser canvas in DuelVfx (FIT letterbox). */
  position: absolute;
  pointer-events: none;
  z-index: 8;
}
.game-container-blocked[data-v-c046928b],
.game-container-blocked[data-v-c046928b] canvas {
  pointer-events: none !important;
}
.duel-hud-cluster[data-v-c046928b] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 150;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: auto;
}
.desktop-turn-dock[data-v-c046928b] {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 26;
  transform: translateX(128px);
  pointer-events: none;
}
.desktop-lp-avatar[data-v-c046928b] {
  position: absolute;
  left: 50%;
  z-index: 25;
  width: 40px;
  height: 40px;
  pointer-events: none;
  transform: translateX(-98px);
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.55));
}
.desktop-lp-avatar.opp[data-v-c046928b] {
  top: 6px;
}
.desktop-lp-avatar.me[data-v-c046928b] {
  bottom: 6px;
}

/* Stay fully visible during a prompt; clicks go to the overlay, not the HUD. */
.phase-control-locked[data-v-c046928b] {
  pointer-events: none;
}
.compact-focus-rail[data-v-c046928b] {
  flex: 0 0 auto;
  width: 64px;
  max-height: 100%;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 6px;
  padding: 4px 4px 4px 0;
  z-index: 150;
  pointer-events: auto;
  background: rgba(8, 10, 16, 0.55);
}
.compact-lp[data-v-c046928b] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 4px 2px;
  overflow: visible;
}
.compact-lp-me[data-v-c046928b],
.compact-lp-opp[data-v-c046928b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  line-height: 1.1;
  padding: 4px 2px;
  border-radius: 8px;
  overflow: visible;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.compact-lp-me.hit[data-v-c046928b],
.compact-lp-opp.hit[data-v-c046928b],
.compact-lp-me.heal[data-v-c046928b],
.compact-lp-opp.heal[data-v-c046928b] {
  background: #050505;
  box-shadow:
    inset 0 1px 0 rgba(209, 213, 219, 0.28),
    0 0 0 1px #6b7280;
}
.compact-lp-cap[data-v-c046928b] {
  max-width: 56px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #94a3b8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.compact-opp-line[data-v-c046928b] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  max-width: 56px;
}
.compact-opp-line .compact-lp-cap[data-v-c046928b] {
  max-width: 34px;
}
.compact-turn[data-v-c046928b] {
  flex-shrink: 0;
  min-width: 14px;
  padding: 0 3px;
  border-radius: 4px;
  background: rgba(253, 230, 138, 0.16);
  color: #fde68a;
  font-size: 9px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.compact-turn.opponent[data-v-c046928b] {
  background: rgba(248, 113, 113, 0.18);
  color: #fecaca;
}
.compact-lp-stack[data-v-c046928b] {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 24px;
  overflow: visible;
}
.compact-lp-val[data-v-c046928b] {
  position: relative;
  isolation: isolate;
  font-size: 20px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  transform-origin: center top;
}
.compact-lp-val.hit[data-v-c046928b]::before,
.compact-lp-val.heal[data-v-c046928b]::before,
.compact-lp-val.punch[data-v-c046928b]::before {
  content: '';
  position: absolute;
  inset: -34% -30%;
  z-index: -1;
  pointer-events: none;
  border-radius: 4px;
  background: #000000;
  border: 1px solid #9ca3af;
  box-shadow:
    inset 0 1px 0 rgba(229, 231, 235, 0.55),
    inset 0 -2px 0 rgba(0, 0, 0, 0.9),
    inset 1px 0 0 rgba(156, 163, 175, 0.28),
    inset -1px 0 0 rgba(0, 0, 0, 0.55),
    0 0 0 1px #4b5563,
    0 1px 0 #d1d5db,
    0 2px 0 #6b7280,
    0 4px 8px rgba(0, 0, 0, 0.55);
}
.compact-lp-val.punch[data-v-c046928b] {
  z-index: 20;
  animation: compact-lp-punch-c046928b var(--lp-punch-ms, 1.1s) ease-out;
}
.compact-lp-val.hit[data-v-c046928b] {
  animation: compact-lp-blink-hit-c046928b 0.14s step-end infinite;
}
.compact-lp-val.heal[data-v-c046928b] {
  animation: compact-lp-blink-heal-c046928b 0.14s step-end infinite;
}
.compact-lp-val.punch.hit[data-v-c046928b] {
  animation:
    compact-lp-punch-c046928b var(--lp-punch-ms, 1.1s) ease-out,compact-lp-blink-hit-c046928b 0.14s step-end infinite;
}
.compact-lp-val.punch.heal[data-v-c046928b] {
  animation:
    compact-lp-punch-c046928b var(--lp-punch-ms, 1.1s) ease-out,compact-lp-blink-heal-c046928b 0.14s step-end infinite;
}
.compact-lp-delta[data-v-c046928b] {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 800;
  font-style: italic;
  color: #4ade80;
  text-shadow: 0 1px 2px #020617;
  pointer-events: none;
  animation: compact-lp-delta-c046928b 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.compact-lp-delta.hit[data-v-c046928b] {
  color: #f87171;
}
@keyframes compact-lp-delta-c046928b {
0% {
    opacity: 1;
    transform: translateX(-50%) translateY(4px) scale(0.85);
}
100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-28px) scale(1.45);
}
}
@keyframes compact-lp-punch-c046928b {
0% {
    transform: scale(1);
}
14% {
    transform: scale(4);
}
50% {
    transform: scale(2.2);
}
100% {
    transform: scale(1);
}
}
@keyframes compact-lp-blink-hit-c046928b {
0%,
  49% {
    color: #ffffff;
    text-shadow:
      0 0 6px rgba(255, 255, 255, 0.9),
      0 1px 0 #000;
}
50%,
  100% {
    color: #ef4444;
    text-shadow:
      0 0 8px rgba(248, 113, 113, 0.95),
      0 1px 0 #000;
}
}
@keyframes compact-lp-blink-heal-c046928b {
0%,
  49% {
    color: #ffffff;
    text-shadow:
      0 0 6px rgba(255, 255, 255, 0.9),
      0 1px 0 #000;
}
50%,
  100% {
    color: #4ade80;
    text-shadow:
      0 0 8px rgba(74, 222, 128, 0.95),
      0 1px 0 #000;
}
}
.compact-lp-me .compact-lp-val[data-v-c046928b] {
  color: #4ade80;
}
.compact-lp-opp .compact-lp-val[data-v-c046928b] {
  color: #f87171;
}
.compact-focus-rail[data-v-c046928b] .phase-control {
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  padding: 4px;
  margin: 0;
}
.compact-focus-rail[data-v-c046928b] .phase-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 6px 2px;
  font-size: 10px;
  line-height: 1.15;
  white-space: normal;
}
.compact-focus-rail[data-v-c046928b] .current-player-indicator {
  position: static;
  transform: none;
  margin-top: 2px;
  font-size: 8px;
}
.focus-arrows[data-v-c046928b] {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 6px;
}
.focus-arrow[data-v-c046928b] {
  min-width: 44px;
  min-height: 44px;
  flex-shrink: 0;
  padding: 0;
  border-radius: 8px;
  border: 1px solid rgba(232, 197, 71, 0.32);
  background: rgba(12, 14, 24, 0.9);
  color: #fde68a;
  font-size: 16px;
  cursor: pointer;
}
.focus-arrow[data-v-c046928b]:disabled {
  opacity: 0.35;
  cursor: default;
}
.focus-arrow[data-v-c046928b]:not(:disabled):hover {
  border-color: #e8c547;
}
.focus-arrow[data-v-c046928b]:not(:disabled):active {
  background: rgba(232, 197, 71, 0.16);
}
.online-overlay[data-v-c046928b] {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: rgba(15, 23, 42, 0.85);
  color: #e2e8f0;
  z-index: 300;
}
.online-status[data-v-c046928b] {
  font-size: 22px;
  font-weight: 600;
}
.online-code strong[data-v-c046928b] {
  letter-spacing: 4px;
  color: #60a5fa;
}
.online-back[data-v-c046928b] {
  padding: 8px 20px;
  border-radius: 8px;
  border: 1px solid rgba(232, 197, 71, 0.4);
  background: rgba(12, 14, 24, 0.92);
  color: #fde68a;
  font-weight: 700;
  cursor: pointer;
}
.online-back[data-v-c046928b]:hover {
  border-color: #e8c547;
}

/* Activation flash: centered on the board column, above the phase HUD. */
.activation-overlay[data-v-c046928b] {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 400;
  pointer-events: none;
}
.activation-card-wrap[data-v-c046928b] {
  position: relative;
  width: 260px;
  max-width: 40vw;
  height: calc(260px * 614 / 421);
  overflow: visible;
  animation: activation-pop-c046928b 1.2s ease-out forwards;
}
.online-duel-view.compact .activation-card-wrap[data-v-c046928b] {
  width: min(168px, 38vh);
  max-width: none;
  height: calc(min(168px, 38vh) * 614 / 421);
}
.activation-card[data-v-c046928b] {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(96, 165, 250, 0.7), 0 8px 24px rgba(0, 0, 0, 0.6);
}
.activation-destello[data-v-c046928b] {
  position: absolute;
  inset: -18%;
  z-index: 5;
  pointer-events: none;
  display: grid;
  place-items: center;
  animation: activation-destello-life-c046928b 0.5s ease-out both;
}
.activation-destello-star[data-v-c046928b] {
  grid-area: 1 / 1;
  width: 78%;
  height: 78%;
  background: radial-gradient(
    circle,
    #fff 0%,
    rgba(255, 255, 255, 0.9) 10%,
    transparent 42%
  );
  clip-path: polygon(
    50% 0%,
    56% 44%,
    100% 50%,
    56% 56%,
    50% 100%,
    44% 56%,
    0% 50%,
    44% 44%
  );
  filter: drop-shadow(0 0 16px #fff) drop-shadow(0 0 28px rgba(255, 255, 255, 0.85));
  mix-blend-mode: screen;
}
.activation-destello-star.diag[data-v-c046928b] {
  width: 56%;
  height: 56%;
  transform: rotate(45deg);
  opacity: 0.9;
}
.activation-trap .activation-card[data-v-c046928b] {
  box-shadow: 0 0 40px rgba(248, 113, 113, 0.75), 0 8px 24px rgba(0, 0, 0, 0.6);
}
.activation-summon .activation-card[data-v-c046928b] {
  box-shadow: 0 0 44px rgba(251, 191, 36, 0.8), 0 8px 24px rgba(0, 0, 0, 0.6);
}
.activation-foil-rare .activation-card[data-v-c046928b] {
  box-shadow: 0 0 44px rgba(203, 213, 225, 0.85), 0 8px 24px rgba(0, 0, 0, 0.6);
}
.activation-foil-super .activation-card[data-v-c046928b] {
  box-shadow: 0 0 48px rgba(250, 204, 21, 0.9), 0 8px 24px rgba(0, 0, 0, 0.6);
}
.activation-foil-ultra .activation-card[data-v-c046928b] {
  box-shadow: 0 0 52px rgba(217, 119, 6, 0.95), 0 8px 24px rgba(0, 0, 0, 0.6);
}
.activation-foil-helios .activation-card[data-v-c046928b] {
  box-shadow: 0 0 56px rgba(251, 191, 36, 1), 0 8px 24px rgba(0, 0, 0, 0.6);
}
.activation-foil-nightglass .activation-card[data-v-c046928b] {
  box-shadow:
    0 0 58px rgba(125, 211, 252, 1),
    0 0 28px rgba(139, 92, 246, 0.7),
    0 8px 24px rgba(0, 0, 0, 0.6);
}
.activation-foil-stormwake .activation-card[data-v-c046928b] {
  box-shadow: 0 0 52px rgba(251, 113, 133, 0.95), 0 8px 24px rgba(0, 0, 0, 0.6);
}
.activation-turn-counter[data-v-c046928b] {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.activation-turn-digit[data-v-c046928b] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.72);
  border: 3px solid #facc15;
  color: #fde047;
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 2px 0 #000;
  animation: activation-turn-pop-c046928b 0.28s ease-out;
}
@keyframes activation-pop-c046928b {
0% {
    transform: scale(0.4);
    opacity: 0;
}
18% {
    transform: scale(1.05);
    opacity: 1;
}
28% {
    transform: scale(1);
}
80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes activation-turn-pop-c046928b {
0% {
    transform: scale(0.45);
}
70% {
    transform: scale(1.12);
}
100% {
    transform: scale(1);
}
}
@keyframes activation-destello-life-c046928b {
0% {
    transform: scale(0.12);
    opacity: 1;
}
38% {
    transform: scale(1.08);
    opacity: 1;
}
100% {
    transform: scale(0.22);
    opacity: 0;
}
}
.online-duel-view.compact[data-v-c046928b] {
  --viewer-rail-width: 0px;
  --viewer-text-width: 168px;
  --viewer-rail: 0px;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px)
    env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
}
.compact-rail-tools[data-v-c046928b] {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 200;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
  width: auto;
}
.compact-gear[data-v-c046928b],
.compact-cancel[data-v-c046928b] {
  pointer-events: auto;
  min-width: 44px;
  min-height: 44px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid rgba(232, 197, 71, 0.4);
  background: rgba(12, 14, 24, 0.92);
  color: #fde68a;
  font-size: 18px;
  cursor: pointer;
}
.compact-cancel[data-v-c046928b] {
  font-size: 12px;
  font-weight: 600;
}
.compact-gear-x[data-v-c046928b] {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.compact-gear-backdrop[data-v-c046928b] {
  position: absolute;
  inset: 0;
  z-index: 185;
  background: rgba(15, 23, 42, 0.4);
}
.compact-gear-panel[data-v-c046928b] {
  position: absolute;
  top: 56px;
  left: 8px;
  z-index: 190;
  width: min(280px, calc(100% - 16px));
  max-height: calc(100% - 64px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  border-radius: 10px;
  background: rgba(8, 10, 18, 0.96);
  border: 1px solid rgba(232, 197, 71, 0.28);
}
.compact-gear-panel[data-v-c046928b] .duel-settings {
  max-height: none;
  overflow: visible;
  padding: 0;
}
.compact-log-title[data-v-c046928b] {
  margin: 4px 4px 0;
  color: #fde68a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.compact-log-host[data-v-c046928b] {
  height: min(28vh, 220px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.55);
}
.cv-root {
  position: absolute;
  inset: 0;
}

.cv-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.cv-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  margin: 0;
  text-align: center;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  font-size: 12px;
  color: #fde68a;
  text-shadow: 0 0 14px rgba(212, 175, 55, 0.7);
  pointer-events: none;
}
.ps-root {
  position: absolute;
  inset: 0;
}

.ps-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.ps-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0;
  text-align: center;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 12px;
  color: #fde68a;
  text-shadow: 0 0 12px rgba(251, 191, 36, 0.55);
  pointer-events: none;
}

.opener[data-v-d20f1046] {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #e2e8f0;
  -webkit-user-select: none;
          user-select: none;
  touch-action: none;
  background:
    radial-gradient(circle at 50% 18%, rgba(250, 204, 21, 0.16), transparent 42%),
    radial-gradient(circle at 50% 80%, rgba(30, 58, 138, 0.35), transparent 50%),
    #070714;
  animation: room-in-d20f1046 0.45s ease;
}
.opener.mood-ultra[data-v-d20f1046],
.opener.mood-helios.reveal[data-v-d20f1046] {
  background:
    radial-gradient(circle at 50% 20%, rgba(251, 191, 36, 0.28), transparent 45%),
    #070714;
}
.opener.mood-helios.reveal[data-v-d20f1046] {
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 170, 40, 0.32), transparent 45%),
    #070714;
}
.opener.mood-nightglass.reveal[data-v-d20f1046] {
  background:
    radial-gradient(circle at 50% 30%, rgba(56, 189, 248, 0.24), transparent 40%),
    radial-gradient(circle at 70% 70%, rgba(167, 139, 250, 0.2), transparent 45%),
    #070714;
}
.opener.mood-stormwake.reveal[data-v-d20f1046] {
  background:
    radial-gradient(circle at 50% 30%, rgba(244, 114, 182, 0.22), transparent 40%),
    radial-gradient(circle at 70% 70%, rgba(34, 211, 238, 0.18), transparent 45%),
    #070714;
}
.vignette[data-v-d20f1046] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at center, transparent 40%, rgba(0, 0, 0, 0.55));
}
.flash[data-v-d20f1046] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  animation: flash-d20f1046 0.18s ease;
  background: rgba(255, 255, 255, 0.35);
}
.flash.stormwake[data-v-d20f1046],
.flash.nightglass[data-v-d20f1046] {
  background: rgba(244, 114, 182, 0.28);
}
.flash.helios[data-v-d20f1046] {
  background: rgba(251, 191, 36, 0.28);
}
.pack-progress[data-v-d20f1046] {
  position: absolute;
  top: 22px;
  left: 18px;
  z-index: 3;
  color: #fde68a;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.hud[data-v-d20f1046] {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  display: flex;
  gap: 8px;
}
.sfx[data-v-d20f1046],
.skip[data-v-d20f1046] {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #64748b;
  background: rgba(15, 23, 42, 0.7);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.sfx-warn[data-v-d20f1046] {
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
  color: #fde68a;
  font-size: 14px;
}
.tear-stage[data-v-d20f1046],
.reveal-stage[data-v-d20f1046],
.burst-stage[data-v-d20f1046],
.next-pack-stage[data-v-d20f1046],
.summary[data-v-d20f1046] {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  padding: 24px;
  text-align: center;
}
.stow-stage[data-v-d20f1046] {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 72px 16px 16px;
}
.vault-host[data-v-d20f1046] {
  position: absolute;
  inset: 0;
}
.stow-hint[data-v-d20f1046] {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.stow-done[data-v-d20f1046] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 16px 20px 28px;
  pointer-events: auto;
  background: linear-gradient(transparent, rgba(7, 7, 20, 0.94) 28%);
}
.stow-done h2[data-v-d20f1046] {
  color: #fff;
  font-size: 22px;
}
.stow-done .grid[data-v-d20f1046] {
  max-height: 22vh;
}
.hint[data-v-d20f1046] {
  color: #e2e8f0;
  margin-bottom: 16px;
}
.scene[data-v-d20f1046] {
  height: 360px;
  perspective: 1100px;
  perspective-origin: 50% 42%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pack-3d[data-v-d20f1046] {
  position: relative;
  width: 200px;
  height: 300px;
  transform-style: preserve-3d;
  transform-origin: center center;
  transition: transform 0.12s ease-out;
  filter: drop-shadow(0 22px 36px rgba(0, 0, 0, 0.6));
  animation: idle-orbit-d20f1046 4.8s ease-in-out infinite;
}
.pack-3d.tearing[data-v-d20f1046],
.pack-3d.ripping[data-v-d20f1046] {
  animation: none;
}
.pack-3d.ripping[data-v-d20f1046] {
  animation: pack-fall-d20f1046 0.55s ease-in forwards;
}
.box-face[data-v-d20f1046] {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
}
.front-face[data-v-d20f1046] {
  overflow: hidden;
  border-radius: 4px;
  transform: translateZ(10px);
}
.back-face[data-v-d20f1046] {
  background: linear-gradient(180deg, #1e293b, #0f172a);
  transform: rotateY(180deg) translateZ(10px);
}
.left-face[data-v-d20f1046],
.right-face[data-v-d20f1046] {
  width: 20px;
  left: 90px;
  background: linear-gradient(90deg, #6b5214, #d4af37 55%, #8a7018);
}
.left-face[data-v-d20f1046] {
  transform: rotateY(-90deg) translateZ(100px);
}
.right-face[data-v-d20f1046] {
  transform: rotateY(90deg) translateZ(100px);
}
.top-face[data-v-d20f1046],
.bottom-face[data-v-d20f1046] {
  height: 20px;
  top: 140px;
  background: #c9a227;
}
.top-face[data-v-d20f1046] {
  transform: rotateX(90deg) translateZ(150px);
}
.bottom-face[data-v-d20f1046] {
  transform: rotateX(-90deg) translateZ(150px);
}
.pack-shine[data-v-d20f1046] {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
    110deg,
    transparent 30%,
    rgba(255, 255, 255, 0.28) 48%,
    transparent 62%
  );
  background-size: 220% 100%;
  animation: shine-d20f1046 2.4s linear infinite;
}
.pack-half[data-v-d20f1046] {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.pack-half img[data-v-d20f1046] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.pack-wrap.ripping .pack-half.top[data-v-d20f1046] {
  animation: fly-up-d20f1046 0.5s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}
.pack-wrap.ripping .pack-half.bottom[data-v-d20f1046] {
  animation: fly-down-d20f1046 0.5s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}
.tear-track[data-v-d20f1046] {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 16%;
  height: 11px;
  z-index: 4;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 18px rgba(250, 204, 21, 0.4);
}
.tear-fill[data-v-d20f1046] {
  height: 100%;
  width: calc(var(--progress) * 100%);
  border-radius: inherit;
  background: linear-gradient(90deg, #fde68a, #f59e0b);
}
.tear-spark[data-v-d20f1046] {
  position: absolute;
  top: -6px;
  left: calc(var(--progress) * 100%);
  width: 18px;
  height: 22px;
  margin-left: -9px;
  border-radius: 50%;
  background: #fff7c2;
  box-shadow: 0 0 16px 6px rgba(251, 191, 36, 0.8);
  opacity: 0.9;
}
.pack-name[data-v-d20f1046] {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}
.ghost-open[data-v-d20f1046],
.ghost[data-v-d20f1046],
.cta[data-v-d20f1046] {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
}
.ghost-open[data-v-d20f1046],
.ghost[data-v-d20f1046] {
  border: 1px solid #64748b;
  background: transparent;
  color: #e2e8f0;
}
.ghost-open[data-v-d20f1046]:disabled {
  opacity: 0.45;
  cursor: default;
}
.cta[data-v-d20f1046] {
  border: none;
  background: #ca8a04;
  color: #111;
}
.burst-stage[data-v-d20f1046] {
  height: 360px;
}
.burst-card[data-v-d20f1046] {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 78px;
  height: 114px;
  margin: -57px 0 0 -39px;
  border-radius: 6px;
  object-fit: cover;
  animation: burst-out-d20f1046 0.7s ease-out forwards;
  animation-delay: var(--d);
}
.count[data-v-d20f1046] {
  color: #fbbf24;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}
.stack[data-v-d20f1046] {
  position: relative;
  height: 0;
}
.stack span[data-v-d20f1046] {
  position: absolute;
  left: 50%;
  width: 220px;
  height: 12px;
  margin-left: -110px;
  border-radius: 4px;
  background: #1e293b;
  transform: translateY(calc(var(--s) * 5px));
  opacity: 0.35;
}
.card-stage[data-v-d20f1046] {
  position: relative;
  width: 240px;
  height: 350px;
  margin: 8px auto 16px;
  perspective: 1400px;
  transform-style: preserve-3d;
}
.card-stage.foil-rare[data-v-d20f1046] {
  box-shadow: 0 0 12px 2px rgba(203, 213, 225, 0.55);
}
.card-stage.foil-super[data-v-d20f1046] {
  box-shadow: 0 0 14px 3px rgba(250, 204, 21, 0.55);
}
.card-stage.foil-ultra[data-v-d20f1046] {
  box-shadow:
    0 0 18px 4px rgba(251, 191, 36, 0.92),
    0 0 32px 8px rgba(180, 83, 9, 0.45);
}
.card-stage.foil-helios[data-v-d20f1046] {
  box-shadow:
    0 0 18px 4px rgba(251, 191, 36, 0.85),
    0 0 36px 8px rgba(255, 140, 20, 0.5);
}
.card-stage.foil-nightglass[data-v-d20f1046] {
  box-shadow:
    0 0 18px 4px rgba(125, 211, 252, 0.95),
    0 0 36px 9px rgba(139, 92, 246, 0.55);
}
.card-stage.foil-stormwake[data-v-d20f1046] {
  box-shadow:
    0 0 20px 5px rgba(244, 114, 182, 0.95),
    0 0 36px 10px rgba(34, 211, 238, 0.55);
}
.card-stage.entering[data-v-d20f1046] {
  animation: deal-in-d20f1046 0.38s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.card-stage.exiting[data-v-d20f1046] {
  animation: deal-out-d20f1046 0.22s ease-in forwards;
}
.card-stage.last.flipped[data-v-d20f1046] {
  animation: last-pop-d20f1046 0.45s ease;
}
.card-3d[data-v-d20f1046] {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.62s cubic-bezier(0.18, 0.85, 0.22, 1);
}
.card-stage.entering .card-3d[data-v-d20f1046] {
  transition: none;
}
.card-3d.flipped[data-v-d20f1046] {
  transform: rotateY(180deg) scale(1.04);
}
.face[data-v-d20f1046] {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
}
.face.back img[data-v-d20f1046] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.face.front[data-v-d20f1046] {
  transform: rotateY(180deg);
  transform-style: flat;
  isolation: isolate;
  overflow: hidden;
}

/* YugiohCard large is 240px; compact stages are smaller. Fill the stage
   so the right edge of the card is not clipped. */
.face.front[data-v-d20f1046] .yugioh-card-container {
  width: 100% !important;
  height: 100% !important;
}
.face.front[data-v-d20f1046] .yugioh-card-simple,
.face.front[data-v-d20f1046] .complete-card-container {
  width: 100%;
  height: 100%;
}
.foil-sweep[data-v-d20f1046] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    transparent 35%,
    rgba(255, 255, 255, 0.34) 50%,
    transparent 65%
  );
  background-size: 240% 100%;
  animation: shine-d20f1046 1.1s ease 0.15s both;
}
.sparks[data-v-d20f1046] {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.sparks i[data-v-d20f1046] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  animation: spark-d20f1046 var(--d) ease-out forwards;
}
.shake[data-v-d20f1046] {
  animation: shake-d20f1046 0.48s ease;
}
.new-badge[data-v-d20f1046],
.mini-new[data-v-d20f1046] {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #16a34a;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.rarity-tag[data-v-d20f1046],
.mini-rarity[data-v-d20f1046] {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 3px 7px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.65);
}
.rarity-tag.common[data-v-d20f1046],
.cell.common .mini-rarity[data-v-d20f1046] {
  color: #94a3b8;
}
.rarity-tag.rare[data-v-d20f1046],
.cell.rare .mini-rarity[data-v-d20f1046] {
  color: #e2e8f0;
}
.rarity-tag.super[data-v-d20f1046],
.cell.super .mini-rarity[data-v-d20f1046] {
  color: #fbbf24;
}
.rarity-tag.ultra[data-v-d20f1046],
.cell.ultra .mini-rarity[data-v-d20f1046] {
  color: #f59e0b;
}
.rarity-tag.helios[data-v-d20f1046],
.cell.helios .mini-rarity[data-v-d20f1046] {
  color: #fbbf24;
}
.rarity-tag.nightglass[data-v-d20f1046],
.cell.nightglass .mini-rarity[data-v-d20f1046] {
  color: #67e8f9;
}
.rarity-tag.stormwake[data-v-d20f1046],
.cell.stormwake .mini-rarity[data-v-d20f1046] {
  color: #f472b6;
}
.grid[data-v-d20f1046] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  max-height: 58vh;
  overflow: auto;
  margin: 18px 0;
}
.cell[data-v-d20f1046] {
  position: relative;
  animation: pop-in-d20f1046 0.38s ease backwards;
  animation-delay: calc(var(--i) * 45ms);
}
.lead[data-v-d20f1046] {
  color: #cbd5e1;
}
.actions[data-v-d20f1046] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.tear-stage[data-v-d20f1046] {
  width: min(1100px, 100%);
  height: min(82vh, 760px);
}
.tear-stage .hint[data-v-d20f1046],
.tear-stage .pack-name[data-v-d20f1046],
.tear-stage .ghost-open[data-v-d20f1046] {
  position: relative;
  z-index: 2;
}
.tear-host[data-v-d20f1046] {
  position: absolute;
  inset: 48px 8px 92px;
  cursor: grab;
}
.opener.tear:active .tear-host[data-v-d20f1046] {
  cursor: grabbing;
}
.next-pack-stage[data-v-d20f1046] {
  width: min(1100px, 100%);
  height: min(82vh, 760px);
}
.next-kicker[data-v-d20f1046] {
  position: relative;
  z-index: 2;
  color: #fde68a;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 8px;
}
.stack-host[data-v-d20f1046] {
  position: absolute;
  inset: 8px 8px 44px;
}
.next-pack-stage .pack-name[data-v-d20f1046] {
  position: relative;
  z-index: 2;
  margin-top: 8px;
}
.side-stack-host[data-v-d20f1046] {
  position: absolute;
  left: 12px;
  bottom: 72px;
  z-index: 2;
  width: min(200px, 28vw);
  height: min(260px, 36vh);
  pointer-events: none;
}
@keyframes room-in-d20f1046 {
from {
    opacity: 0;
    transform: scale(1.04);
}
}
@keyframes idle-orbit-d20f1046 {
0%,
  100% {
    transform: rotateY(-24deg) rotateX(8deg) translateY(0);
}
50% {
    transform: rotateY(24deg) rotateX(2deg) translateY(-10px);
}
}
@keyframes pack-fall-d20f1046 {
to {
    transform: rotateX(-55deg) translateZ(-40px) translateY(90px) scale(0.72);
    opacity: 0;
}
}
@keyframes shine-d20f1046 {
from {
    background-position: 120% 0;
}
to {
    background-position: -20% 0;
}
}
@keyframes fly-up-d20f1046 {
to {
    transform: translateY(-130%) rotate(-12deg);
    opacity: 0;
}
}
@keyframes fly-down-d20f1046 {
to {
    transform: translateY(130%) rotate(10deg);
    opacity: 0;
}
}
@keyframes burst-out-d20f1046 {
0% {
    transform: translate(0, 0) scale(0.4) rotate(0deg);
    opacity: 0;
}
40% {
    opacity: 1;
}
100% {
    transform: translate(var(--x), var(--y)) scale(0.85) rotate(var(--r));
    opacity: 0;
}
}
@keyframes deal-in-d20f1046 {
from {
    transform: translateY(40px) scale(0.86);
    opacity: 0;
}
}
@keyframes deal-out-d20f1046 {
to {
    transform: translateX(-80px) rotate(-8deg);
    opacity: 0;
}
}
@keyframes last-pop-d20f1046 {
50% {
    transform: scale(1.06);
}
}
@keyframes spark-d20f1046 {
to {
    transform: translate(var(--x), var(--y)) scale(0.2);
    opacity: 0;
}
}
@keyframes flash-d20f1046 {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes shake-d20f1046 {
0%,
  100% {
    transform: translateX(0);
}
25% {
    transform: translateX(-7px);
}
75% {
    transform: translateX(7px);
}
}
@keyframes pop-in-d20f1046 {
from {
    transform: translateY(12px) scale(0.8);
    opacity: 0;
}
}
@media (max-height: 500px) and (max-width: 1100px) {
.hud[data-v-d20f1046] {
    top: max(8px, env(safe-area-inset-top, 0px));
    right: max(8px, env(safe-area-inset-right, 0px));
}
.pack-progress[data-v-d20f1046] {
    top: max(8px, env(safe-area-inset-top, 0px));
    left: max(12px, env(safe-area-inset-left, 0px));
}
.tear-stage[data-v-d20f1046],
  .reveal-stage[data-v-d20f1046],
  .burst-stage[data-v-d20f1046],
  .next-pack-stage[data-v-d20f1046],
  .summary[data-v-d20f1046] {
    padding: 8px 12px;
}
.tear-stage[data-v-d20f1046],
  .next-pack-stage[data-v-d20f1046] {
    height: min(100dvh, 760px);
}
.tear-host[data-v-d20f1046] {
    inset: 28px 8px 56px;
}
.burst-stage[data-v-d20f1046] {
    height: min(240px, 68dvh);
}
.burst-card[data-v-d20f1046] {
    width: 56px;
    height: 82px;
    margin: -41px 0 0 -28px;
}
.card-stage[data-v-d20f1046] {
    width: min(190px, 42vh);
    height: auto;
    aspect-ratio: 240 / 350;
    margin: 4px auto 8px;
}
.grid[data-v-d20f1046] {
    max-height: 36vh;
    margin: 8px 0;
    gap: 8px;
}
.stow-done[data-v-d20f1046] {
    max-height: 100%;
    overflow-y: auto;
    padding: 8px 12px 16px;
}
.stow-done .grid[data-v-d20f1046] {
    max-height: 28vh;
}
.actions[data-v-d20f1046] {
    padding-bottom: env(safe-area-inset-bottom, 0px);
}
}
@media (max-width: 720px) {
.card-stage[data-v-d20f1046] {
    width: min(220px, 70vw);
    height: auto;
    aspect-ratio: 240 / 350;
}
.tear-stage[data-v-d20f1046],
  .reveal-stage[data-v-d20f1046],
  .next-pack-stage[data-v-d20f1046] {
    width: 100%;
    padding: 12px;
}
}
@media (max-width: 720px) and (orientation: portrait) {
.opener.tear[data-v-d20f1046],
  .opener.next-pack[data-v-d20f1046],
  .opener.reveal[data-v-d20f1046] {
    align-items: stretch;
}
.tear-stage[data-v-d20f1046],
  .next-pack-stage[data-v-d20f1046] {
    width: 100%;
    height: 100%;
    padding: 0;
}
.tear-host[data-v-d20f1046] {
    inset: max(56px, env(safe-area-inset-top, 0px)) 0
      max(96px, env(safe-area-inset-bottom, 0px));
}
.stack-host[data-v-d20f1046] {
    inset: max(40px, env(safe-area-inset-top, 0px)) 0
      max(52px, env(safe-area-inset-bottom, 0px));
}
.tear-stage .hint[data-v-d20f1046],
  .next-kicker[data-v-d20f1046] {
    margin-top: max(52px, env(safe-area-inset-top, 0px));
}
.card-stage[data-v-d20f1046] {
    width: min(240px, 72vw);
    margin: 8px auto 12px;
}
.reveal-stage[data-v-d20f1046] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 64px 12px 24px;
}
.side-stack-host[data-v-d20f1046] {
    left: 4px;
    bottom: max(64px, env(safe-area-inset-bottom, 0px));
    width: min(108px, 24vw);
    height: min(140px, 18vh);
}
.stow-stage[data-v-d20f1046] {
    padding: 0;
}
}

.packs[data-v-254c45b5] {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 20px 64px;
  color: var(--md-sys-color-on-surface);
  font-family: Roboto, system-ui, sans-serif;
}
h1[data-v-254c45b5] {
  font-size: 36px;
  font-weight: 400;
  color: var(--md-sys-color-primary);
  margin: 0 0 20px;
}
.note[data-v-254c45b5],
.empty[data-v-254c45b5] {
  color: var(--md-sys-color-on-surface-variant);
  margin: 8px 0 20px;
}
h2[data-v-254c45b5] {
  font-size: 22px;
  margin-bottom: 12px;
}
section[data-v-254c45b5] {
  margin-bottom: 36px;
}
.row[data-v-254c45b5] {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.tile[data-v-254c45b5] {
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(440px, 100%);
  padding: 14px 16px 14px 12px;
  border-radius: 12px;
  background: var(--md-sys-color-surface-container);
  box-shadow: var(--md-elevation-1);
  border: 1px solid color-mix(in srgb, var(--md-sys-color-primary) 22%, transparent);
}
.tile[data-v-254c45b5] .booster {
  flex-shrink: 0;
}
.meta h3[data-v-254c45b5] {
  color: var(--md-sys-color-on-surface);
  margin-bottom: 4px;
}
.meta p[data-v-254c45b5] {
  color: var(--md-sys-color-on-surface-variant);
  font-size: 13px;
}
.qty[data-v-254c45b5] {
  color: var(--md-sys-color-primary) !important;
  font-weight: 700;
  margin: 8px 0;
}
.cta[data-v-254c45b5] {
  padding: 8px 14px;
  border: none;
  border-radius: 8px;
  background: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
  font-weight: 700;
  cursor: pointer;
}
.open-row[data-v-254c45b5] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cta[data-v-254c45b5]:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.cta.ghost[data-v-254c45b5] {
  background: transparent;
  border: 1px solid var(--md-sys-color-primary);
  color: var(--md-sys-color-primary);
}
.cta[data-v-254c45b5],
.cta.ghost[data-v-254c45b5] {
  min-height: 44px;
}
@media (max-width: 720px) {
.packs[data-v-254c45b5] {
    padding: 20px 16px 48px;
}
h1[data-v-254c45b5] {
    font-size: 28px;
}
.tile[data-v-254c45b5] {
    width: 100%;
}
}
@media (max-height: 500px) and (max-width: 1100px) {
.packs[data-v-254c45b5] {
    padding: 12px 16px 32px;
}
h1[data-v-254c45b5] {
    font-size: 24px;
}
h2[data-v-254c45b5] {
    font-size: 18px;
    margin-bottom: 8px;
}
section[data-v-254c45b5] {
    margin-bottom: 20px;
}
.row[data-v-254c45b5] {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.tile[data-v-254c45b5],
  .tile.shop[data-v-254c45b5] {
    width: 100%;
    padding: 10px 12px;
}
}

.collection[data-v-91eb3aa4] {
  min-height: calc(100dvh - var(--app-nav-offset, 64px));
  padding: 24px 16px 48px;
  color: var(--md-sys-color-on-surface);
  font-family: Roboto, system-ui, sans-serif;
}
.collection-layout[data-v-91eb3aa4] {
  --viewer-rail-width: 280px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  max-width: 1600px;
  margin: 0 auto;
}
.card-viewer-rail[data-v-91eb3aa4] {
  flex: 0 0 var(--viewer-rail-width);
  width: var(--viewer-rail-width);
  position: sticky;
  top: 1rem;
  align-self: flex-start;
  z-index: 20;
  max-height: calc(100vh - 5rem);
  overflow-y: auto;
}
.collection-main[data-v-91eb3aa4] {
  flex: 1;
  min-width: 0;
}
.page-header[data-v-91eb3aa4] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.kicker[data-v-91eb3aa4] {
  margin: 0 0 8px;
  color: var(--md-sys-color-primary);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
h1[data-v-91eb3aa4] {
  margin: 0;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
}
.support[data-v-91eb3aa4] {
  margin: 8px 0 0;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
  line-height: 20px;
}
.text-link[data-v-91eb3aa4] {
  color: var(--md-sys-color-primary);
  font-weight: 500;
  text-decoration: none;
}
.text-link[data-v-91eb3aa4]:hover {
  color: var(--md-sys-color-on-surface);
}
.progress[data-v-91eb3aa4] {
  margin: 0;
  white-space: nowrap;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}
.progress-n[data-v-91eb3aa4] {
  color: var(--md-sys-color-primary);
}
.progress-sep[data-v-91eb3aa4] {
  margin: 0 4px;
  opacity: 0.6;
}
.md-panel[data-v-91eb3aa4] {
  padding: 20px;
  border-radius: 12px;
  background: var(--md-sys-color-surface-container);
  box-shadow: var(--md-elevation-1);
}
.filters[data-v-91eb3aa4] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.filter-row[data-v-91eb3aa4] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  min-inline-size: 0;
}
.visually-hidden[data-v-91eb3aa4] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.md-field[data-v-91eb3aa4] {
  min-height: 40px;
  padding: 8px 16px;
  border: 0;
  border-bottom: 1px solid var(--md-sys-color-outline);
  border-radius: 4px 4px 0 0;
  background: var(--md-sys-color-surface-container-high);
  color: var(--md-sys-color-on-surface);
  font: inherit;
  font-size: 14px;
}
.md-field[data-v-91eb3aa4]:focus {
  outline: none;
  border-bottom-width: 2px;
  border-bottom-color: var(--md-sys-color-primary);
}
.md-btn-tonal[data-v-91eb3aa4] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 20px;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  cursor: pointer;
  background: var(--md-sys-color-surface-container-high);
  color: var(--md-sys-color-on-surface);
}
.md-btn-tonal.selected[data-v-91eb3aa4] {
  background: var(--md-sys-color-primary-container);
  color: var(--md-sys-color-on-primary-container);
  box-shadow: inset 0 0 0 1px var(--md-sys-color-primary);
}
.empty-state[data-v-91eb3aa4] {
  padding: 32px 8px;
  text-align: center;
  color: var(--md-sys-color-on-surface-variant);
}
.album-stage[data-v-91eb3aa4] {
  position: relative;
  min-height: 220px;
}
.album-loader[data-v-91eb3aa4] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 220px;
  padding: 32px 8px;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
  line-height: 20px;
}
.album-loader p[data-v-91eb3aa4] {
  margin: 0;
}
.album-spinner[data-v-91eb3aa4] {
  width: 36px;
  height: 36px;
  border: 3px solid color-mix(
    in srgb,
    var(--md-sys-color-outline) 45%,
    transparent
  );
  border-top-color: var(--md-sys-color-primary);
  border-radius: 50%;
  animation: ygo-album-spin 0.7s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
.album-spinner[data-v-91eb3aa4] {
    animation: none;
    opacity: 0.55;
}
}
.album-grid[data-v-91eb3aa4] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
  gap: 10px;
}
.album-slot[data-v-91eb3aa4] {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 421 / 614;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  background: var(--md-sys-color-surface-container-high);
  color: inherit;
  font: inherit;
}
.album-slot.owned[data-v-91eb3aa4] {
  overflow: hidden;
}
.album-slot[data-v-91eb3aa4]:hover,
.album-slot[data-v-91eb3aa4]:focus-visible,
.album-slot.selected[data-v-91eb3aa4] {
  outline: 2px solid var(--md-sys-color-primary);
  outline-offset: 2px;
  z-index: 2;
}
.slot-art[data-v-91eb3aa4] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.slot-caption[data-v-91eb3aa4] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 3px 4px;
  background: color-mix(in srgb, #000 62%, transparent);
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-align: center;
}
.album-slot.missing[data-v-91eb3aa4] {
  border: 1px dashed var(--md-sys-color-outline);
  background:
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 6px,
      color-mix(in srgb, var(--md-sys-color-outline) 12%, transparent) 6px,
      color-mix(in srgb, var(--md-sys-color-outline) 12%, transparent) 7px
    );
}
.slot-code[data-v-91eb3aa4] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 6px;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-align: center;
}
@media (max-width: 1024px) {
.collection-layout[data-v-91eb3aa4] {
    flex-direction: column;
    align-items: stretch;
}
.card-viewer-rail[data-v-91eb3aa4] {
    position: static;
    width: 100%;
    display: flex;
    justify-content: center;
}
}
@media (max-width: 720px) {
h1[data-v-91eb3aa4] {
    font-size: 28px;
    line-height: 36px;
}
.page-header[data-v-91eb3aa4] {
    flex-direction: column;
    align-items: flex-start;
}
.progress[data-v-91eb3aa4] {
    font-size: 22px;
    line-height: 28px;
}
.card-viewer-rail[data-v-91eb3aa4] {
    display: none;
}
.album-grid[data-v-91eb3aa4] {
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
    gap: 8px;
}
}
@media (max-height: 500px) and (max-width: 1100px) {
.collection[data-v-91eb3aa4] {
    padding: 10px 16px 24px;
}
h1[data-v-91eb3aa4] {
    font-size: 22px;
    line-height: 28px;
}
.page-header[data-v-91eb3aa4] {
    margin-bottom: 10px;
    flex-direction: row;
    align-items: flex-end;
}
.support[data-v-91eb3aa4] {
    display: none;
}
.album-grid[data-v-91eb3aa4] {
    grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
    gap: 6px;
}
.md-panel[data-v-91eb3aa4] {
    padding: 12px;
}
}

@keyframes ygo-album-spin {
to {
    transform: rotate(360deg);
}
}

.auth-page[data-v-e58257d6] {
  width: min(440px, 100%);
  margin: 0 auto;
  padding: 48px 16px 64px;
  font-family: Roboto, system-ui, sans-serif;
  color: var(--md-sys-color-on-surface);
}
.auth-brand[data-v-e58257d6] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.auth-mark[data-v-e58257d6] {
  width: 56px;
  height: 56px;
  border-radius: 14px;
}
.kicker[data-v-e58257d6] {
  margin: 0 0 8px;
  color: var(--md-sys-color-primary);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
h1[data-v-e58257d6] {
  margin: 0 0 8px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
}
.lead[data-v-e58257d6] {
  margin: 0 0 24px;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
  line-height: 20px;
}
.panel[data-v-e58257d6] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border-radius: 12px;
  background: var(--md-sys-color-surface-container);
  box-shadow: var(--md-elevation-1);
}
.field[data-v-e58257d6] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--md-sys-color-on-surface-variant);
}
.field input[data-v-e58257d6] {
  min-height: 44px;
  padding: 10px 12px;
  border: 0;
  border-bottom: 1px solid var(--md-sys-color-outline);
  border-radius: 4px 4px 0 0;
  background: var(--md-sys-color-surface-container-high);
  color: var(--md-sys-color-on-surface);
  font: inherit;
  font-size: 16px;
  font-weight: 400;
}
.field input[data-v-e58257d6]:focus {
  outline: none;
  border-bottom-width: 2px;
  border-bottom-color: var(--md-sys-color-primary);
}
.cta[data-v-e58257d6] {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.cta[data-v-e58257d6]:disabled {
  opacity: 0.6;
  cursor: wait;
}
.error[data-v-e58257d6] {
  margin: 0;
  color: #e07070;
  font-size: 14px;
  line-height: 20px;
}
.switch[data-v-e58257d6] {
  margin: 20px 0 0;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
  text-align: center;
}
.switch a[data-v-e58257d6] {
  color: var(--md-sys-color-primary);
  font-weight: 600;
  text-decoration: none;
}
.lang-switch[data-v-e58257d6] {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
.lang-btn[data-v-e58257d6] {
  min-width: 44px;
  min-height: 36px;
  border: 1px solid var(--md-sys-color-outline-variant);
  border-radius: 16px;
  background: transparent;
  color: var(--md-sys-color-on-surface-variant);
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.lang-btn.active[data-v-e58257d6] {
  background: var(--md-sys-color-primary-container);
  color: var(--md-sys-color-on-primary-container);
  border-color: transparent;
}

.auth-page[data-v-7ce21ed3] {
  width: min(440px, 100%);
  margin: 0 auto;
  padding: 48px 16px 64px;
  font-family: Roboto, system-ui, sans-serif;
  color: var(--md-sys-color-on-surface);
}
.auth-brand[data-v-7ce21ed3] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.auth-mark[data-v-7ce21ed3] {
  width: 56px;
  height: 56px;
  border-radius: 14px;
}
.kicker[data-v-7ce21ed3] {
  margin: 0 0 8px;
  color: var(--md-sys-color-primary);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
h1[data-v-7ce21ed3] {
  margin: 0 0 8px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
}
.lead[data-v-7ce21ed3] {
  margin: 0 0 24px;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
  line-height: 20px;
}
.panel[data-v-7ce21ed3] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border-radius: 12px;
  background: var(--md-sys-color-surface-container);
  box-shadow: var(--md-elevation-1);
}
.field[data-v-7ce21ed3] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--md-sys-color-on-surface-variant);
}
.field input[data-v-7ce21ed3] {
  min-height: 44px;
  padding: 10px 12px;
  border: 0;
  border-bottom: 1px solid var(--md-sys-color-outline);
  border-radius: 4px 4px 0 0;
  background: var(--md-sys-color-surface-container-high);
  color: var(--md-sys-color-on-surface);
  font: inherit;
  font-size: 16px;
  font-weight: 400;
}
.field input[data-v-7ce21ed3]:focus {
  outline: none;
  border-bottom-width: 2px;
  border-bottom-color: var(--md-sys-color-primary);
}
.cta[data-v-7ce21ed3] {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.cta[data-v-7ce21ed3]:disabled {
  opacity: 0.6;
  cursor: wait;
}
.error[data-v-7ce21ed3] {
  margin: 0;
  color: #e07070;
  font-size: 14px;
  line-height: 20px;
}
.switch[data-v-7ce21ed3] {
  margin: 20px 0 0;
  color: var(--md-sys-color-on-surface-variant);
  font-size: 14px;
  text-align: center;
}
.switch a[data-v-7ce21ed3] {
  color: var(--md-sys-color-primary);
  font-weight: 600;
  text-decoration: none;
}
.lang-switch[data-v-7ce21ed3] {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
.lang-btn[data-v-7ce21ed3] {
  min-width: 44px;
  min-height: 36px;
  border: 1px solid var(--md-sys-color-outline-variant);
  border-radius: 16px;
  background: transparent;
  color: var(--md-sys-color-on-surface-variant);
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.lang-btn.active[data-v-7ce21ed3] {
  background: var(--md-sys-color-primary-container);
  color: var(--md-sys-color-on-primary-container);
  border-color: transparent;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  html {
    color-scheme: dark;
    background: #131316;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color-scheme: dark;
  }

  button,
  a,
  input,
  select {
    touch-action: manipulation;
  }
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.btn {
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.\!card {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.pointer-events-none {
  pointer-events: none;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.isolate {
  isolation: isolate;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-6 {
  height: 1.5rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-32 {
  max-height: 8rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-6 {
  width: 1.5rem;
}
.w-full {
  width: 100%;
}
.max-w-7xl {
  max-width: 80rem;
}
.flex-shrink {
  flex-shrink: 1;
}
.grow {
  flex-grow: 1;
}
.rotate-1 {
  --tw-rotate: 1deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-gray-800 {
  --tw-gradient-from: #1f2937 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-gray-900 {
  --tw-gradient-to: #111827 var(--tw-gradient-to-position);
}
.object-cover {
  object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
} 

.summon-button {
  position: absolute;
  padding: 8px 16px;
  background: #00aa00;
  color: white;
  border: 2px solid white;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0,255,0,0.5);
  z-index: 9999;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Arial, sans-serif;
  -webkit-user-select: none;
          user-select: none;
}

.summon-button:hover {
  background: #008800;
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(0,255,0,0.7);
}

.summon-button:active {
  transform: scale(0.95);
  background: #006600;
}

.hover\:z-40:hover {
  z-index: 40;
}

.hover\:rotate-1:hover {
  --tw-rotate: 1deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
} 