/* Online battles use their startup window as a real two-stage presentation:
   first a Colosseum-style VS reveal, then a complete roster card while both
   teams' attack sheets continue warming behind the modal. */
.modal.live-battle-intro-modal {
  overflow: hidden;
  background: rgba(2, 5, 11, 0.9);
  -webkit-backdrop-filter: blur(12px) saturate(1.15);
  backdrop-filter: blur(12px) saturate(1.15);
}

.modal.clean-world-modal .colosseum-card.live-battle-intro-card {
  position: relative;
  display: block;
  isolation: isolate;
  height: 100%;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #04070d;
  border: 1px solid rgba(255, 238, 190, 0.36);
  border-radius: 10px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.07),
    inset 0 -90px 120px rgba(0, 0, 0, 0.44),
    0 28px 74px rgba(0, 0, 0, 0.66);
}

.live-battle-intro-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  background:
    radial-gradient(circle at 17% 48%, rgba(65, 194, 255, 0.27), transparent 29%),
    radial-gradient(circle at 83% 48%, rgba(255, 91, 54, 0.28), transparent 30%),
    linear-gradient(105deg, #081c2b 0 47.6%, #141116 47.8% 52.2%, #32100d 52.4% 100%);
}

.live-battle-intro-bg::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    repeating-linear-gradient(112deg, transparent 0 44px, rgba(255, 255, 255, 0.055) 45px 46px, transparent 47px 92px),
    radial-gradient(circle at 50% 45%, rgba(255, 225, 139, 0.22), transparent 22%);
  mix-blend-mode: screen;
  animation: liveBattleIntroSweep 5.8s linear infinite;
}

.live-battle-intro-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.44), transparent 22%, transparent 73%, rgba(0, 0, 0, 0.72)),
    radial-gradient(ellipse at center, transparent 30%, rgba(0, 0, 0, 0.64) 100%);
}

.live-battle-intro-heading {
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: 6;
  display: grid;
  justify-items: center;
  width: min(640px, 76%);
  transform: translateX(-50%);
  text-align: center;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.86);
  animation: liveBattleIntroHeadingIn 540ms cubic-bezier(0.2, 0.82, 0.24, 1) both;
}

.live-battle-intro-heading small {
  color: #ffd978;
  font-size: clamp(0.58rem, 1.05vw, 0.78rem);
  font-weight: 950;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.live-battle-intro-heading strong {
  color: #fff;
  font-size: clamp(1.25rem, 2.6vw, 2.2rem);
  font-style: italic;
  font-weight: 1000;
  letter-spacing: 0.045em;
  line-height: 1;
  text-transform: uppercase;
}

.live-battle-intro-heading span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.58rem, 1vw, 0.74rem);
  font-weight: 800;
}

.live-battle-intro-versus-stage {
  position: absolute;
  inset: 67px 22px 67px;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(74px, 10vw, 126px) minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(7px, 1.4vw, 18px);
}

.live-battle-intro-feature {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.48);
}

.live-battle-intro-feature.is-player {
  background:
    radial-gradient(circle at 58% 38%, rgba(135, 226, 255, 0.24), transparent 40%),
    linear-gradient(145deg, rgba(25, 83, 116, 0.86), rgba(2, 13, 23, 0.96));
  border-color: rgba(126, 222, 255, 0.42);
  animation: liveBattleIntroPlayerIn 680ms cubic-bezier(0.16, 0.88, 0.25, 1) both;
}

.live-battle-intro-feature.is-enemy {
  background:
    radial-gradient(circle at 42% 38%, rgba(255, 181, 102, 0.23), transparent 40%),
    linear-gradient(215deg, rgba(121, 43, 25, 0.86), rgba(24, 5, 5, 0.96));
  border-color: rgba(255, 148, 98, 0.44);
  animation: liveBattleIntroEnemyIn 680ms cubic-bezier(0.16, 0.88, 0.25, 1) both;
}

.live-battle-intro-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.82) 100%),
    linear-gradient(105deg, rgba(255, 255, 255, 0.11), transparent 24% 76%, rgba(255, 255, 255, 0.06));
}

.live-battle-intro-feature-glow {
  position: absolute;
  left: 50%;
  top: 44%;
  width: min(64%, 300px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 239, 191, 0.38), rgba(129, 215, 255, 0.08) 48%, transparent 71%);
  filter: blur(2px);
  animation: liveBattleIntroGlow 1.8s ease-in-out infinite alternate;
}

.live-battle-intro-feature.is-enemy .live-battle-intro-feature-glow {
  background: radial-gradient(circle, rgba(255, 230, 177, 0.36), rgba(255, 112, 72, 0.09) 48%, transparent 71%);
}

.live-battle-intro-feature > img {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 36px;
  z-index: 1;
  width: 90%;
  height: calc(100% - 38px);
  margin: auto;
  object-fit: contain;
  object-position: center bottom;
  transform: scaleX(-1);
  filter: drop-shadow(0 19px 14px rgba(0, 0, 0, 0.7));
}

.live-battle-intro-feature.is-player.face-right > img { transform: none; }
.live-battle-intro-feature.is-enemy > img { transform: none; }
.live-battle-intro-feature.is-enemy.face-right > img { transform: scaleX(-1); }

.live-battle-intro-feature-copy {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 13px;
  z-index: 3;
  display: grid;
  min-width: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.95);
}

.live-battle-intro-feature.is-enemy .live-battle-intro-feature-copy { text-align: right; }

.live-battle-intro-feature-copy small {
  color: #ffd978;
  font-size: clamp(0.5rem, 1vw, 0.72rem);
  font-weight: 950;
  letter-spacing: 0.12em;
}

.live-battle-intro-feature-copy strong {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-size: clamp(1.15rem, 2.65vw, 2rem);
  font-style: italic;
  font-weight: 1000;
  line-height: 0.98;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.live-battle-intro-feature-copy span,
.live-battle-intro-feature-copy em {
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(0.55rem, 1vw, 0.76rem);
  font-style: normal;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-battle-intro-feature-copy em { color: rgba(193, 232, 255, 0.86); }
.live-battle-intro-feature.is-enemy .live-battle-intro-feature-copy em { color: rgba(255, 205, 176, 0.9); }

.live-battle-intro-vs-mark {
  position: relative;
  z-index: 5;
  align-self: center;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  transform: rotate(-7deg);
  color: #120c02;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: radial-gradient(circle at 42% 30%, #fffbd6, #ffd15a 49%, #e47a21 78%, #822913);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.9),
    0 0 0 6px rgba(255, 201, 85, 0.12),
    0 0 36px rgba(255, 192, 62, 0.72),
    0 18px 30px rgba(0, 0, 0, 0.56);
  animation: liveBattleIntroVsPop 720ms cubic-bezier(0.16, 0.92, 0.24, 1.16) 180ms both;
}

.live-battle-intro-vs-mark small {
  position: absolute;
  top: 18%;
  color: rgba(76, 36, 5, 0.74);
  font-size: clamp(0.42rem, 0.9vw, 0.62rem);
  font-weight: 1000;
  letter-spacing: 0.14em;
}

.live-battle-intro-vs-mark b {
  font-size: clamp(1.65rem, 4.2vw, 3.4rem);
  font-style: italic;
  font-weight: 1000;
  letter-spacing: -0.08em;
  line-height: 1;
}

.live-battle-intro-team-stage {
  position: absolute;
  inset: 80px 18px 65px;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(38px, 5vw, 58px) minmax(0, 1fr);
  min-height: 0;
  gap: clamp(6px, 1vw, 12px);
  animation: liveBattleTeamsIn 520ms cubic-bezier(0.2, 0.84, 0.28, 1) both;
}

.live-battle-intro-team {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-width: 0;
  min-height: 0;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
}

.live-battle-intro-team.is-player {
  background: linear-gradient(145deg, rgba(14, 69, 101, 0.88), rgba(2, 15, 25, 0.95));
  border-color: rgba(111, 211, 255, 0.35);
}

.live-battle-intro-team.is-enemy {
  background: linear-gradient(215deg, rgba(106, 37, 25, 0.88), rgba(24, 6, 6, 0.95));
  border-color: rgba(255, 137, 90, 0.35);
}

.live-battle-intro-team > header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1px 8px;
  min-width: 0;
  margin-bottom: 7px;
  padding: 0 2px 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.live-battle-intro-team > header span {
  grid-column: 1;
  color: #ffdc80;
  font-size: clamp(0.52rem, 0.9vw, 0.7rem);
  font-weight: 1000;
  letter-spacing: 0.13em;
}

.live-battle-intro-team > header strong {
  grid-column: 1;
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-size: clamp(0.8rem, 1.45vw, 1.08rem);
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-battle-intro-team > header small {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(0.48rem, 0.8vw, 0.64rem);
  font-weight: 900;
}

.live-battle-intro-roster {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  align-content: start;
  gap: 7px;
  min-height: 0;
  overflow: auto;
  padding: 1px 3px 3px 1px;
  scrollbar-color: rgba(255, 216, 119, 0.58) rgba(0, 0, 0, 0.22);
  scrollbar-width: thin;
}

.live-battle-roster-monster {
  position: relative;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  min-width: 0;
  min-height: 78px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  animation: liveBattleRosterCardIn 430ms cubic-bezier(0.2, 0.82, 0.28, 1) both;
}

.live-battle-roster-monster:nth-child(2) { animation-delay: 45ms; }
.live-battle-roster-monster:nth-child(3) { animation-delay: 90ms; }
.live-battle-roster-monster:nth-child(4) { animation-delay: 135ms; }
.live-battle-roster-monster:nth-child(5) { animation-delay: 180ms; }
.live-battle-roster-monster:nth-child(6) { animation-delay: 225ms; }

.live-battle-roster-monster.is-active {
  border-color: rgba(255, 220, 128, 0.7);
  background: linear-gradient(135deg, rgba(255, 207, 91, 0.16), rgba(0, 0, 0, 0.38));
  box-shadow: inset 0 0 18px rgba(255, 205, 91, 0.08), 0 0 14px rgba(255, 201, 85, 0.12);
}

.live-battle-roster-monster.is-fainted { opacity: 0.48; filter: grayscale(0.72); }

.live-battle-roster-art {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  overflow: hidden;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.11), transparent 68%);
}

.live-battle-roster-art img {
  width: 62px;
  height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 7px 6px rgba(0, 0, 0, 0.62));
}

.live-battle-roster-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 7px 8px 8px 3px;
}

.live-battle-roster-copy small {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.54rem;
  font-weight: 850;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-battle-roster-copy small em {
  flex: 0 0 auto;
  padding: 2px 4px;
  color: #211301;
  font-size: 0.45rem;
  font-style: normal;
  font-weight: 1000;
  border-radius: 999px;
  background: #ffd66b;
}

.live-battle-roster-copy strong {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-size: clamp(0.72rem, 1.15vw, 0.92rem);
  font-weight: 950;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-battle-roster-copy span {
  min-width: 0;
  overflow: hidden;
  color: rgba(205, 232, 247, 0.76);
  font-size: clamp(0.49rem, 0.82vw, 0.64rem);
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.is-enemy .live-battle-roster-copy span { color: rgba(255, 211, 188, 0.8); }

.live-battle-roster-copy > i {
  position: relative;
  display: block;
  height: 4px;
  margin-top: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.52);
}

.live-battle-roster-copy > i b {
  position: absolute;
  inset: 0;
  transform: scaleX(var(--live-roster-hp, 1));
  transform-origin: left center;
  border-radius: inherit;
  background: linear-gradient(90deg, #59d99a, #a9f280);
}

.live-battle-intro-team-vs {
  align-self: center;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  color: #1c1001;
  font-size: clamp(0.85rem, 2vw, 1.35rem);
  font-style: italic;
  font-weight: 1000;
  transform: rotate(-7deg);
  border: 2px solid rgba(255, 255, 255, 0.84);
  border-radius: 50%;
  background: radial-gradient(circle at 40% 30%, #fffbdc, #ffd15e 58%, #d96d1b);
  box-shadow: 0 0 24px rgba(255, 193, 66, 0.52), 0 10px 22px rgba(0, 0, 0, 0.48);
}

.live-battle-intro-footer {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 10px;
  z-index: 8;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 45px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.live-battle-intro-footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, #60d7ff, #ffe086 50%, #ff8159);
  box-shadow: 0 0 8px rgba(255, 212, 105, 0.66);
}

.live-battle-intro-card.is-versus .live-battle-intro-footer::before { animation: liveBattleIntroProgress 1450ms linear forwards; }
.live-battle-intro-card.is-teams .live-battle-intro-footer::before { animation: liveBattleIntroProgress 2350ms linear forwards; }

.live-battle-intro-loading {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.52rem, 0.9vw, 0.68rem);
  font-weight: 800;
}

.live-battle-intro-loading i {
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffda78;
  box-shadow: 0 0 7px rgba(255, 211, 102, 0.72);
  animation: liveBattleIntroDot 780ms ease-in-out infinite alternate;
}

.live-battle-intro-loading i:nth-child(2) { animation-delay: 130ms; }
.live-battle-intro-loading i:nth-child(3) { animation-delay: 260ms; }

.live-battle-intro-loading span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal.clean-world-modal .colosseum-card.live-battle-intro-card .live-battle-intro-footer button {
  position: static;
  width: auto;
  min-width: clamp(150px, 19vw, 230px);
  min-height: 36px;
  margin: 0;
  padding: 8px 18px;
  color: #160c01;
  font-size: clamp(0.62rem, 1vw, 0.78rem);
  font-weight: 1000;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 7px;
  background: linear-gradient(180deg, #ffe496, #f4aa38);
  box-shadow: inset 0 1px 0 #fffbd8, 0 7px 16px rgba(0, 0, 0, 0.35), 0 0 16px rgba(255, 188, 57, 0.18);
  transform: none;
  transition: transform 140ms ease, filter 140ms ease, opacity 140ms ease;
}

.modal.clean-world-modal .colosseum-card.live-battle-intro-card .live-battle-intro-footer button:not(:disabled):hover,
.modal.clean-world-modal .colosseum-card.live-battle-intro-card .live-battle-intro-footer button:not(:disabled):focus-visible {
  filter: brightness(1.09);
  transform: translateY(-1px);
}

.modal.clean-world-modal .colosseum-card.live-battle-intro-card .live-battle-intro-footer button:disabled {
  color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
  opacity: 0.72;
}

@keyframes liveBattleIntroSweep {
  from { transform: translate3d(-4%, -2%, 0); }
  to { transform: translate3d(4%, 2%, 0); }
}

@keyframes liveBattleIntroHeadingIn {
  from { opacity: 0; transform: translate(-50%, -18px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

@keyframes liveBattleIntroPlayerIn {
  from { opacity: 0; transform: translateX(-16%) skewX(-2deg); filter: brightness(1.8); }
  to { opacity: 1; transform: translateX(0) skewX(0); filter: brightness(1); }
}

@keyframes liveBattleIntroEnemyIn {
  from { opacity: 0; transform: translateX(16%) skewX(2deg); filter: brightness(1.8); }
  to { opacity: 1; transform: translateX(0) skewX(0); filter: brightness(1); }
}

@keyframes liveBattleIntroVsPop {
  0% { opacity: 0; transform: rotate(-24deg) scale(0.18); filter: brightness(3); }
  68% { opacity: 1; transform: rotate(2deg) scale(1.12); }
  100% { opacity: 1; transform: rotate(-7deg) scale(1); filter: brightness(1); }
}

@keyframes liveBattleIntroGlow {
  from { opacity: 0.52; transform: translate(-50%, -50%) scale(0.88); }
  to { opacity: 0.9; transform: translate(-50%, -50%) scale(1.08); }
}

@keyframes liveBattleTeamsIn {
  from { opacity: 0; transform: scale(0.965); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes liveBattleRosterCardIn {
  from { opacity: 0; transform: translateY(8px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes liveBattleIntroProgress { to { transform: scaleX(1); } }

@keyframes liveBattleIntroDot {
  from { opacity: 0.35; transform: translateY(2px) scale(0.74); }
  to { opacity: 1; transform: translateY(-2px) scale(1); }
}

@media (max-width: 900px) {
  .live-battle-intro-versus-stage { inset-inline: 12px; grid-template-columns: minmax(0, 1fr) clamp(60px, 11vw, 92px) minmax(0, 1fr); }
  .live-battle-intro-team-stage { inset-inline: 10px; grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr); gap: 5px; }
  .live-battle-intro-team { padding: 7px; }
  .live-battle-intro-roster { grid-template-columns: repeat(auto-fit, minmax(118px, 1fr)); gap: 5px; }
  .live-battle-roster-monster { grid-template-columns: 50px minmax(0, 1fr); min-height: 62px; }
  .live-battle-roster-art img { width: 47px; height: 56px; }
  .live-battle-roster-copy { padding: 5px 5px 6px 1px; }
  .live-battle-roster-copy small { font-size: 0.46rem; }
  .live-battle-roster-copy strong { font-size: 0.7rem; }
  .live-battle-roster-copy span { font-size: 0.46rem; }
}

@media (max-width: 680px) and (orientation: portrait) {
  .live-battle-intro-heading { top: 10px; }
  .live-battle-intro-versus-stage { inset: 58px 8px 69px; grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr); gap: 4px; }
  .live-battle-intro-feature-copy { left: 8px; right: 8px; bottom: 9px; }
  .live-battle-intro-feature-copy strong { font-size: clamp(0.82rem, 4vw, 1.18rem); }
  .live-battle-intro-feature-copy span,
  .live-battle-intro-feature-copy em { font-size: clamp(0.44rem, 2vw, 0.58rem); }
  .live-battle-intro-team-stage {
    inset: 69px 8px 67px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) 24px minmax(0, 1fr);
    gap: 4px;
  }
  .live-battle-intro-team-vs { width: 34px; height: 24px; aspect-ratio: auto; justify-self: center; font-size: 0.68rem; border-radius: 999px; }
  .live-battle-intro-team { padding: 5px; }
  .live-battle-intro-team > header { margin-bottom: 4px; padding-bottom: 4px; }
  .live-battle-intro-roster { grid-template-columns: repeat(3, minmax(0, 1fr)); overflow-y: auto; }
  .live-battle-roster-monster { display: grid; grid-template-columns: 40px minmax(0, 1fr); min-height: 48px; }
  .live-battle-roster-art img { width: 38px; height: 43px; }
  .live-battle-roster-copy { padding: 3px 4px 4px 0; }
  .live-battle-roster-copy small { font-size: 0.39rem; }
  .live-battle-roster-copy small em { display: none; }
  .live-battle-roster-copy strong { font-size: 0.58rem; }
  .live-battle-roster-copy span { font-size: 0.39rem; }
  .live-battle-roster-copy > i { height: 3px; margin-top: 3px; }
  .live-battle-intro-footer { left: 9px; right: 9px; bottom: 7px; gap: 7px; min-height: 44px; }
  .live-battle-intro-loading span { max-width: 36vw; }
  .modal.clean-world-modal .colosseum-card.live-battle-intro-card .live-battle-intro-footer button { min-width: 120px; padding-inline: 10px; }
}

@media (orientation: landscape) and (max-height: 620px) {
  .live-battle-intro-heading { top: 6px; }
  .live-battle-intro-heading strong { font-size: clamp(1rem, 4.4dvh, 1.55rem); }
  .live-battle-intro-heading span { display: none; }
  .live-battle-intro-versus-stage { inset: 46px 10px 49px; }
  .live-battle-intro-feature > img { bottom: 28px; height: calc(100% - 28px); }
  .live-battle-intro-feature-copy { bottom: 7px; }
  .live-battle-intro-team-stage { inset: 47px 9px 48px; }
  .live-battle-intro-team { padding: 5px; }
  .live-battle-intro-team > header { margin-bottom: 4px; padding-bottom: 4px; }
  .live-battle-roster-monster { grid-template-columns: 44px minmax(0, 1fr); min-height: 48px; }
  .live-battle-roster-art img { width: 42px; height: 45px; }
  .live-battle-roster-copy { padding: 3px 4px 4px 0; }
  .live-battle-roster-copy small { font-size: 0.4rem; }
  .live-battle-roster-copy strong { font-size: 0.62rem; }
  .live-battle-roster-copy span { font-size: 0.4rem; }
  .live-battle-roster-copy > i { height: 3px; margin-top: 2px; }
  .live-battle-intro-footer { left: 9px; right: 9px; bottom: 4px; min-height: 38px; padding-top: 5px; }
  .modal.clean-world-modal .colosseum-card.live-battle-intro-card .live-battle-intro-footer button { min-height: 29px; padding: 5px 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .live-battle-intro-card *,
  .live-battle-intro-card *::before,
  .live-battle-intro-card *::after {
    animation-duration: 1ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
  }
}

