:root {
  --glory-void: #040608;
  --glory-deep: #07121d;
  --glory-slate: #0b1c29;
  --glory-plate: #102a38;
  --glory-gold: #e6b75d;
  --glory-gold-pale: #ffe5a5;
  --glory-gold-deep: #7d5926;
  --glory-blue: #61ccf5;
  --glory-blue-deep: #17638f;
  --glory-red: #ff705e;
  --glory-red-deep: #8d302f;
  --glory-green: #8bcc9d;
  --glory-fire: #ff9b38;
  --glory-fire-hot: #fff1aa;
  --glory-ember: #ff4d2f;
  --glory-ink: #f4f1e7;
  --glory-muted: #9db1b9;
  --glory-dim: #718691;
  --glory-line: rgba(230, 183, 93, 0.34);
  --glory-cut: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  --glory-cut-small: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.glory-theme {
  --cyan: var(--glory-blue);
  --blue: var(--glory-blue-deep);
  --magenta: var(--glory-red);
  --amber: var(--glory-gold);
  --green: var(--glory-green);
  --danger: var(--glory-red);
  --line: var(--glory-line);
  --line-strong: rgba(230, 183, 93, 0.72);
  --ink: var(--glory-ink);
  --muted: var(--glory-muted);
  --shadow: none;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 50% -18%, rgba(44, 108, 143, 0.26), transparent 38%),
    radial-gradient(ellipse at 12% 42%, rgba(23, 99, 143, 0.14), transparent 28%),
    radial-gradient(ellipse at 91% 48%, rgba(141, 48, 47, 0.12), transparent 30%),
    linear-gradient(145deg, #030506 0%, #07121b 46%, #08090b 100%);
  color: var(--glory-ink);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif;
  overflow-x: hidden;
}

.glory-theme::before {
  z-index: -4;
  background:
    linear-gradient(rgba(97, 204, 245, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(97, 204, 245, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), transparent 94%);
}

.glory-theme::after {
  content: "";
  position: fixed;
  z-index: -4;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 17%, rgba(97, 204, 245, 0.04) 17.1%, transparent 17.3%),
    linear-gradient(-120deg, transparent 0 18%, rgba(255, 112, 94, 0.035) 18.1%, transparent 18.3%),
    linear-gradient(to bottom, transparent 0 72%, rgba(4, 6, 8, 0.72) 100%);
}

.arena-architecture {
  position: fixed;
  z-index: -2;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.arena-crown {
  position: absolute;
  display: flex;
  width: min(860px, 68vw);
  height: 78px;
  top: 0;
  left: 50%;
  align-items: start;
  justify-content: center;
  gap: 18px;
  border-top: 3px solid rgba(230, 183, 93, 0.52);
  opacity: 0.7;
  transform: translateX(-50%);
}

.arena-crown::before,
.arena-crown::after {
  content: "";
  width: 32%;
  height: 46px;
  border-bottom: 1px solid rgba(230, 183, 93, 0.5);
}

.arena-crown::before {
  border-right: 1px solid rgba(230, 183, 93, 0.5);
  transform: skewX(45deg);
}

.arena-crown::after {
  border-left: 1px solid rgba(230, 183, 93, 0.5);
  transform: skewX(-45deg);
}

.arena-crown span,
.arena-crown i,
.arena-crown b {
  position: absolute;
  display: block;
  top: 14px;
  width: 14px;
  aspect-ratio: 1;
  border: 1px solid rgba(230, 183, 93, 0.78);
  transform: rotate(45deg);
}

.arena-crown span:first-of-type {
  left: 31%;
}

.arena-crown span:last-of-type {
  right: 31%;
}

.arena-crown i:first-of-type {
  left: 42%;
}

.arena-crown i:last-of-type {
  right: 42%;
}

.arena-crown b {
  top: 10px;
  width: 22px;
  background: rgba(230, 183, 93, 0.12);
  animation: gloryBeacon 5.6s ease-in-out infinite;
}

.base-standard {
  position: absolute;
  display: grid;
  width: 118px;
  gap: 12px;
  top: 35vh;
  justify-items: center;
  opacity: 0.5;
}

.base-standard i {
  display: block;
  width: 42px;
  aspect-ratio: 1;
  border: 2px solid currentColor;
  background: rgba(6, 16, 24, 0.78);
  transform: rotate(45deg);
}

.base-standard i::before,
.base-standard i::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid currentColor;
}

.base-standard i::after {
  inset: 14px;
  background: currentColor;
}

.base-standard b {
  color: currentColor;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  writing-mode: vertical-rl;
}

.blue-standard {
  left: 12px;
  color: var(--glory-blue);
}

.red-standard {
  right: 12px;
  color: var(--glory-red);
}

.bottom-battlement {
  position: absolute;
  display: flex;
  width: 100%;
  height: 48px;
  bottom: 0;
  align-items: end;
  justify-content: space-around;
  border-bottom: 2px solid rgba(230, 183, 93, 0.3);
  opacity: 0.54;
}

.bottom-battlement i {
  display: block;
  width: clamp(38px, 6vw, 88px);
  height: clamp(20px, 3vw, 38px);
  border: 1px solid rgba(230, 183, 93, 0.42);
  border-bottom: 0;
  clip-path: polygon(16% 0, 84% 0, 100% 45%, 100% 100%, 0 100%, 0 45%);
}

.canyon-backdrop {
  position: fixed;
  z-index: -3;
  width: min(1520px, 104vw);
  height: min(880px, 76vw);
  right: -120px;
  bottom: -105px;
  pointer-events: none;
  opacity: 0.42;
}

.canyon-backdrop .canyon-river,
.canyon-backdrop .canyon-lane {
  fill: none;
  stroke-linecap: round;
}

.canyon-backdrop .canyon-river {
  stroke: url("#riverStroke");
  stroke-width: 88;
}

.canyon-backdrop .canyon-lane {
  stroke: url("#laneStroke");
  stroke-dasharray: 4 12;
  stroke-width: 2;
}

.canyon-backdrop .blue-base,
.canyon-backdrop .red-base,
.canyon-backdrop .tower,
.canyon-backdrop .jungle-mark {
  fill: rgba(5, 12, 18, 0.88);
  stroke-width: 2;
}

.canyon-backdrop .blue-base,
.canyon-backdrop .blue-towers {
  stroke: rgba(97, 204, 245, 0.74);
}

.canyon-backdrop .red-base,
.canyon-backdrop .red-towers {
  stroke: rgba(255, 112, 94, 0.72);
}

.canyon-backdrop .brush {
  fill: rgba(139, 204, 157, 0.08);
  stroke: rgba(139, 204, 157, 0.3);
  stroke-width: 2;
}

.canyon-backdrop .jungle-mark {
  stroke: rgba(230, 183, 93, 0.58);
}

.canyon-backdrop text {
  fill: rgba(255, 229, 165, 0.58);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.glory-theme .arena-shell {
  z-index: 1;
  width: min(1540px, calc(100% - 48px));
  padding: 34px 0 54px;
}

.glory-theme .hero {
  position: relative;
  min-height: 156px;
  align-items: end;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(230, 183, 93, 0.44);
  padding: 24px 18px 22px;
  background:
    linear-gradient(90deg, rgba(9, 26, 37, 0.82), transparent 68%),
    linear-gradient(180deg, transparent, rgba(4, 6, 8, 0.62));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
}

.glory-theme .hero::before {
  content: "";
  position: absolute;
  width: 184px;
  height: 5px;
  bottom: -1px;
  left: 0;
  background: var(--glory-gold);
}

.glory-theme .hero::after {
  content: "SEASON 07  /  REFERRAL HONOR LEAGUE";
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: rgba(230, 183, 93, 0.48);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.glory-theme .eyebrow,
.glory-theme .panel-kicker {
  color: var(--glory-gold);
  font-family: "Arial Narrow", "DIN Condensed", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.13em;
}

.glory-theme h1,
.glory-theme h2 {
  text-wrap: balance;
}

.glory-theme h1 {
  margin-bottom: 13px;
  background: none;
  color: var(--glory-ink);
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(46px, 5.5vw, 82px);
  letter-spacing: -0.035em;
  line-height: 0.94;
  text-shadow: none;
}

.glory-theme h1 span {
  display: inline;
  color: var(--glory-gold-pale);
}

.glory-theme .season-closure {
  display: flex;
  width: fit-content;
  max-width: min(100%, 760px);
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 12px;
  margin: 0 0 13px;
  border: 1px solid rgba(230, 183, 93, 0.54);
  background:
    linear-gradient(90deg, rgba(125, 89, 38, 0.32), rgba(8, 27, 36, 0.76)),
    rgba(4, 10, 14, 0.9);
  padding: 9px 13px;
  color: var(--glory-gold-pale);
  clip-path: var(--glory-cut-small);
}

.glory-theme .season-closure span {
  color: var(--glory-gold);
  font-family: "Arial Narrow", "DIN Condensed", Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.glory-theme .season-closure strong {
  color: #fff1ba;
  font-size: 18px;
  line-height: 1.1;
}

.glory-theme .season-closure em {
  color: #d3e3df;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.glory-theme h2 {
  color: var(--glory-ink);
}

.glory-theme .subline,
.glory-theme .data-notes {
  color: var(--glory-muted);
}

.glory-theme .status-strip {
  position: relative;
  z-index: 2;
  align-self: start;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.glory-theme .fortune-dialog .fortune-dialog-head h2 {
  color: #3b211d;
}

.glory-theme .hero > .fortune-trigger {
  position: absolute;
  z-index: 3;
  top: 112px;
  right: 36px;
  width: 286px;
  min-height: 68px;
  justify-content: center;
  gap: 16px;
  padding-inline: 18px;
}

.glory-theme .hero > .fortune-trigger .fortune-tube-mini {
  width: 44px;
  height: 49px;
}

.glory-theme .hero > .fortune-trigger .fortune-trigger-copy strong {
  font-size: 16px;
}

.glory-theme .hero > .fortune-trigger .fortune-trigger-copy small {
  font-size: 11px;
}

.glory-theme .status-strip span,
.glory-theme .chip,
.glory-theme .home-return,
.glory-theme .poster-link,
.glory-theme .access-logout {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid rgba(230, 183, 93, 0.34);
  border-radius: 0;
  background: rgba(4, 10, 14, 0.86);
  color: var(--glory-gold-pale);
  padding: 0 11px;
  font-family: "Arial Narrow", "DIN Condensed", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.glory-theme .status-strip span:first-of-type {
  border-color: rgba(255, 112, 94, 0.58);
  color: #ffb7ac;
}

.glory-theme .status-strip .season-closed-chip {
  border-color: rgba(230, 183, 93, 0.62);
  background: rgba(125, 89, 38, 0.24);
  color: #fff1ba;
}

.glory-theme .home-return:hover,
.glory-theme .poster-link:hover,
.glory-theme .access-logout:hover {
  border-color: var(--glory-gold);
  background: rgba(125, 89, 38, 0.24);
  color: #fff3cc;
  transform: none;
}

.glory-theme .my-battle-trigger {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  border: 1px solid rgba(255, 218, 118, 0.88);
  border-radius: 0;
  background:
    radial-gradient(circle at 18% 50%, rgba(255, 244, 188, 0.22), transparent 36%),
    linear-gradient(90deg, rgba(255, 188, 74, 0.34), rgba(255, 112, 94, 0.18)),
    rgba(4, 10, 14, 0.94);
  color: #fff2c7;
  padding: 0 22px;
  cursor: pointer;
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.01em;
  text-decoration: none;
  box-shadow:
    inset 0 0 22px rgba(255, 218, 118, 0.12),
    0 0 22px rgba(255, 188, 74, 0.12);
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.glory-theme .my-battle-trigger:hover {
  border-color: rgba(255, 244, 188, 0.94);
  background:
    radial-gradient(circle at 18% 50%, rgba(255, 244, 188, 0.3), transparent 36%),
    linear-gradient(90deg, rgba(255, 188, 74, 0.44), rgba(255, 112, 94, 0.24)),
    rgba(4, 10, 14, 0.96);
  transform: translateY(-1px);
}

.has-my-battle-modal {
  overflow: hidden;
}

.my-battle-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 18% 50%, rgba(97, 204, 245, 0.2), transparent 34%),
    radial-gradient(circle at 82% 50%, rgba(255, 112, 94, 0.18), transparent 34%),
    rgba(2, 5, 8, 0.88);
  padding: 24px;
}

.my-battle-modal.is-open {
  display: flex;
}

.my-battle-shell {
  position: relative;
  width: min(1180px, 100%);
  max-height: min(820px, calc(100vh - 48px));
  border: 1px solid rgba(230, 183, 93, 0.38);
  background:
    linear-gradient(90deg, rgba(8, 34, 52, 0.96), rgba(6, 10, 14, 0.98) 50%, rgba(52, 11, 14, 0.94)),
    #05090d;
  padding: 18px;
  clip-path: var(--glory-cut-small);
  overflow: auto;
}

.my-battle-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(97, 204, 245, 0.56), transparent 40%, rgba(255, 188, 74, 0.56), transparent 60%, rgba(255, 112, 94, 0.48)) top / 100% 2px no-repeat,
    linear-gradient(90deg, rgba(97, 204, 245, 0.24), transparent 48%, rgba(255, 112, 94, 0.24)) bottom / 100% 1px no-repeat;
}

.my-battle-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(230, 183, 93, 0.42);
  background: rgba(4, 10, 14, 0.9);
  color: var(--glory-gold-pale);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.my-battle-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 18px;
  align-items: end;
  border-bottom: 1px solid rgba(230, 183, 93, 0.18);
  padding: 0 42px 12px 0;
}

.my-battle-head h2 {
  color: var(--glory-gold-pale);
  font-size: clamp(30px, 4vw, 54px);
}

.my-battle-picker {
  display: grid;
  gap: 8px;
}

.my-battle-picker span {
  color: var(--glory-muted);
  font-size: 12px;
  font-weight: 900;
}

.my-battle-picker select {
  width: 100%;
  min-height: 42px;
}

.my-battle-stage {
  position: relative;
  z-index: 1;
  min-height: 390px;
  padding-top: 14px;
}

.my-battle-empty {
  display: grid;
  min-height: 360px;
  place-items: center;
  border: 1px solid rgba(230, 183, 93, 0.18);
  background: rgba(4, 13, 19, 0.62);
  color: var(--glory-muted);
  text-align: center;
}

.my-battle-empty strong {
  color: var(--glory-gold-pale);
  font-size: 24px;
}

.my-battle-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 14px;
  align-items: center;
  margin-bottom: 12px;
  color: var(--glory-muted);
}

.my-battle-summary strong {
  color: var(--glory-gold-pale);
  font-size: 18px;
}

.my-battle-summary em {
  justify-self: end;
  color: var(--glory-gold);
  font-style: normal;
  font-weight: 900;
}

.my-battle-versus {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  perspective: 1200px;
}

.my-battle-impact {
  position: relative;
  display: grid;
  place-items: center;
}

.my-battle-impact::before,
.my-battle-impact::after {
  content: "";
  position: absolute;
  width: 78px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 218, 118, 0.86), transparent);
}

.my-battle-impact::before {
  transform: rotate(45deg);
}

.my-battle-impact::after {
  transform: rotate(-45deg);
}

.my-battle-impact span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 58px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 218, 118, 0.62);
  background: rgba(4, 13, 19, 0.92);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  color: var(--glory-gold-pale);
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.my-battle-card {
  min-height: 310px;
  perspective: 1000px;
}

.my-battle-card-inner {
  position: relative;
  height: 100%;
  min-height: 310px;
  transform-style: preserve-3d;
}

.my-battle-card-face {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  border: 1px solid rgba(97, 204, 245, 0.36);
  background:
    radial-gradient(circle at 50% 0, rgba(97, 204, 245, 0.2), transparent 30%),
    linear-gradient(145deg, rgba(9, 44, 66, 0.96), rgba(4, 13, 19, 0.96));
  padding: 24px;
  backface-visibility: hidden;
  clip-path: var(--glory-cut-small);
  overflow: hidden;
}

.red-battle .my-battle-card-face {
  border-color: rgba(255, 112, 94, 0.38);
  background:
    radial-gradient(circle at 50% 0, rgba(255, 112, 94, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(70, 13, 18, 0.96), rgba(18, 6, 9, 0.96));
}

.my-battle-front {
  text-align: center;
}

.my-battle-front span {
  color: var(--glory-muted);
  font-size: 14px;
  font-weight: 900;
}

.my-battle-front strong {
  color: var(--glory-ink);
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(44px, 5vw, 78px);
  line-height: 1;
}

.my-battle-front em {
  color: var(--glory-gold);
  font-style: normal;
  font-weight: 900;
}

.my-battle-back {
  transform: rotateY(180deg);
  align-content: start;
  gap: 16px;
}

.my-battle-side-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--glory-muted);
  font-weight: 900;
}

.my-battle-side-head b {
  color: var(--glory-gold-pale);
}

.my-battle-back > strong {
  color: var(--glory-ink);
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 1.25;
}

.my-battle-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.my-battle-metrics span,
.my-battle-roster span {
  border: 1px solid rgba(230, 183, 93, 0.16);
  background: rgba(4, 13, 19, 0.72);
  padding: 10px;
}

.my-battle-metrics b {
  display: block;
  color: var(--glory-gold-pale);
  font-size: 18px;
}

.my-battle-metrics small {
  color: var(--glory-muted);
}

.my-battle-roster {
  display: grid;
  gap: 8px;
}

.my-battle-roster span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.my-battle-roster i {
  color: var(--glory-ink);
  font-style: normal;
  font-weight: 900;
}

.my-battle-roster b {
  color: var(--glory-gold-pale);
}

.my-battle-card.is-mine .my-battle-card-face {
  border-color: rgba(255, 218, 118, 0.82);
}

.my-battle-stage.is-clashing .blue-battle {
  animation: blueBattleClash 1300ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.my-battle-stage.is-clashing .red-battle {
  animation: redBattleClash 1300ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.my-battle-stage.is-clashing .my-battle-card-inner {
  animation: battleCardFlip 1300ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.glory-theme .module-kings-row,
.glory-theme .opening-duel {
  display: grid;
  margin: 0 0 14px;
}

.glory-theme .duel-stage-panel {
  min-height: 430px;
  padding: 20px;
  background:
    radial-gradient(circle at 50% 45%, rgba(230, 183, 93, 0.13), transparent 23%),
    linear-gradient(118deg, rgba(23, 99, 143, 0.24), transparent 31%, rgba(230, 183, 93, 0.08) 49%, transparent 64%, rgba(141, 48, 47, 0.24)),
    linear-gradient(135deg, rgba(16, 42, 56, 0.94), rgba(4, 9, 14, 0.98));
}

.glory-theme .duel-stage-panel::before {
  background:
    linear-gradient(90deg, var(--glory-blue), transparent 38%, var(--glory-gold) 50%, transparent 62%, var(--glory-red)) top / 100% 3px no-repeat,
    linear-gradient(90deg, rgba(97, 204, 245, 0.5), transparent 44%, rgba(255, 112, 94, 0.42)) bottom / 100% 1px no-repeat;
}

.glory-theme .duel-stage-panel::after {
  background:
    linear-gradient(45deg, transparent 49.8%, rgba(230, 183, 93, 0.2) 50%, transparent 50.2%),
    linear-gradient(-45deg, transparent 49.8%, rgba(230, 183, 93, 0.12) 50%, transparent 50.2%),
    linear-gradient(var(--glory-gold), var(--glory-gold)) left top / 26px 1px no-repeat,
    linear-gradient(var(--glory-gold), var(--glory-gold)) left top / 1px 26px no-repeat,
    linear-gradient(var(--glory-red), var(--glory-red)) right bottom / 26px 1px no-repeat,
    linear-gradient(var(--glory-red), var(--glory-red)) right bottom / 1px 26px no-repeat;
  opacity: 0.34;
}

.glory-theme .duel-stage-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
  gap: 18px;
  align-items: end;
}

.glory-theme .arena-picker {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 7px;
  color: var(--glory-gold);
  font-size: 11px;
  font-weight: 900;
}

.glory-theme .arena-picker select {
  width: 100%;
  min-height: 40px;
  border-color: rgba(230, 183, 93, 0.5);
  background:
    linear-gradient(90deg, rgba(23, 99, 143, 0.22), rgba(4, 11, 16, 0.94) 52%, rgba(141, 48, 47, 0.2));
  color: var(--glory-gold-pale);
}

.glory-theme .featured-arena-hero {
  gap: 18px;
}

.glory-theme .featured-arena-hero .ring-summary {
  grid-template-columns: 0.72fr 1.36fr 0.72fr;
}

.glory-theme .featured-arena-hero .ring-stat {
  min-height: 90px;
  padding: 15px;
}

.glory-theme .featured-arena-hero .ring-stat strong {
  font-size: clamp(22px, 2.1vw, 34px);
}

.glory-theme .featured-arena-hero .versus-row {
  gap: 14px;
}

.glory-theme .versus-row:not(.is-three-way) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.glory-theme .featured-arena-hero .fighter-card {
  min-height: 224px;
  padding: 18px;
}

.glory-theme .featured-arena-hero .fighter-name {
  font-size: clamp(24px, 2.4vw, 34px);
}

.glory-theme .featured-arena-hero .fighter-score {
  font-size: clamp(38px, 4vw, 58px);
}

.glory-theme .champion-stage,
.glory-theme .panel,
.glory-theme .kpi-card {
  position: relative;
  border: 1px solid rgba(230, 183, 93, 0.27);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(16, 42, 56, 0.92), rgba(6, 16, 24, 0.97) 48%, rgba(4, 9, 14, 0.98));
  box-shadow: none;
  backdrop-filter: none;
  clip-path: var(--glory-cut);
}

.glory-theme .champion-stage::before,
.glory-theme .panel::before,
.glory-theme .kpi-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--glory-gold), transparent 36%) top / 100% 2px no-repeat,
    linear-gradient(90deg, rgba(97, 204, 245, 0.54), transparent 60%, rgba(255, 112, 94, 0.42)) bottom / 100% 1px no-repeat;
  opacity: 0.76;
  animation: none;
}

.glory-theme .champion-stage::after,
.glory-theme .panel::after,
.glory-theme .kpi-card::after {
  content: "";
  position: absolute;
  inset: 8px;
  pointer-events: none;
  background:
    linear-gradient(var(--glory-gold), var(--glory-gold)) left top / 18px 1px no-repeat,
    linear-gradient(var(--glory-gold), var(--glory-gold)) left top / 1px 18px no-repeat,
    linear-gradient(var(--glory-blue), var(--glory-blue)) right bottom / 18px 1px no-repeat,
    linear-gradient(var(--glory-blue), var(--glory-blue)) right bottom / 1px 18px no-repeat;
  opacity: 0.38;
}

.glory-theme .panel-head,
.glory-theme .stage-copy,
.glory-theme .power-core,
.glory-theme .module-kings-board,
.glory-theme .activity-channel-grid,
.glory-theme .kpi-card > *,
.glory-theme .featured-arena,
.glory-theme .battle-map,
.glory-theme .reward-tier-grid,
.glory-theme .battle-split,
.glory-theme .module-status,
.glory-theme .rank-list,
.glory-theme .line-chart,
.glory-theme .bar-stack {
  position: relative;
  z-index: 2;
}

.glory-theme .champion-stage {
  min-height: 286px;
  grid-template-columns: minmax(0, 1fr) 210px;
  overflow: hidden;
}

.glory-theme .champion-stage .stage-glow {
  width: 520px;
  height: 520px;
  right: -40px;
  border: 1px solid rgba(230, 183, 93, 0.18);
  background:
    radial-gradient(circle, rgba(230, 183, 93, 0.14) 0 8%, transparent 8.5% 20%, rgba(97, 204, 245, 0.08) 20.5% 21%, transparent 21.5% 100%);
  box-shadow: none;
  animation: none;
}

.mvp-crest {
  position: absolute;
  display: grid;
  width: 218px;
  aspect-ratio: 1;
  right: 22px;
  top: 50%;
  place-items: center;
  border: 1px solid rgba(230, 183, 93, 0.26);
  transform: translateY(-50%) rotate(45deg);
}

.mvp-crest::before,
.mvp-crest::after {
  content: "";
  position: absolute;
  inset: 17px;
  border: 1px solid rgba(97, 204, 245, 0.2);
}

.mvp-crest::after {
  inset: 42px;
  border-color: rgba(230, 183, 93, 0.34);
}

.mvp-crest i {
  position: absolute;
  width: 144%;
  height: 1px;
  background: rgba(230, 183, 93, 0.2);
}

.mvp-crest i:last-of-type {
  transform: rotate(90deg);
}

.mvp-crest b {
  color: rgba(230, 183, 93, 0.54);
  font-size: 30px;
  transform: rotate(-45deg);
}

.glory-theme .stage-copy {
  max-width: 100%;
}

.glory-theme .stage-copy h2 {
  color: #fff1c7;
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(42px, 5vw, 74px);
  letter-spacing: -0.04em;
}

.glory-theme .module-kings-stage {
  min-height: 310px;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 18px;
  padding: 24px;
}

.glory-theme .module-kings-stage .stage-copy h2 {
  font-size: clamp(34px, 3.6vw, 54px);
  letter-spacing: -0.035em;
}

.glory-theme .module-kings-stage .stage-copy {
  max-width: 980px;
}

.glory-theme .module-kings-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.glory-theme .module-king-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  min-height: 206px;
  align-items: stretch;
  border: 1px solid rgba(255, 218, 118, 0.42);
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 222, 137, 0.24), transparent 34%),
    radial-gradient(circle at 12% 20%, rgba(97, 204, 245, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(19, 47, 68, 0.9), rgba(5, 10, 15, 0.96) 58%, rgba(91, 60, 22, 0.32));
  padding: 20px;
  clip-path: var(--glory-cut-small);
  isolation: isolate;
  overflow: hidden;
  transition:
    border-color 220ms var(--ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1)),
    transform 220ms var(--ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1));
}

.glory-theme .module-king-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 16%, rgba(255, 244, 188, 0.26), transparent 28%),
    radial-gradient(circle at 78% 74%, rgba(255, 198, 84, 0.2), transparent 30%),
    conic-gradient(from 45deg at 15% 20%, transparent 0 16%, rgba(255, 232, 151, 0.28) 17% 20%, transparent 21% 100%),
    conic-gradient(from 45deg at 78% 58%, transparent 0 14%, rgba(255, 232, 151, 0.22) 15% 18%, transparent 19% 100%),
    linear-gradient(125deg, transparent 0 32%, rgba(255, 244, 188, 0.2) 42%, transparent 52% 100%),
    linear-gradient(90deg, rgba(255, 218, 118, 0.94), rgba(255, 246, 189, 0.72), transparent 58%) top / 100% 2px no-repeat,
    linear-gradient(90deg, transparent, rgba(255, 218, 118, 0.9), rgba(255, 246, 189, 0.72), transparent) bottom / 100% 2px no-repeat,
    linear-gradient(180deg, rgba(255, 218, 118, 0.56), transparent 74%) left / 2px 100% no-repeat,
    linear-gradient(180deg, rgba(255, 218, 118, 0.5), transparent 74%) right / 2px 100% no-repeat;
  opacity: 0.95;
  animation: crownDiamondGlint 4.4s ease-in-out infinite;
}

.glory-theme .module-king-card::after {
  content: "";
  position: absolute;
  inset: 10px 16px;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 247, 199, 0.95) 0 1px, transparent 3px),
    radial-gradient(circle at 31% 78%, rgba(255, 218, 118, 0.8) 0 1px, transparent 3px),
    radial-gradient(circle at 72% 18%, rgba(255, 247, 199, 0.9) 0 1px, transparent 3px),
    radial-gradient(circle at 89% 62%, rgba(255, 218, 118, 0.72) 0 1px, transparent 3px),
    linear-gradient(135deg, transparent 0 46%, rgba(255, 247, 199, 0.42) 49%, transparent 52% 100%);
  opacity: 0.86;
  animation: crownSparkleDrift 5.2s ease-in-out infinite;
}

.glory-theme .module-king-card:hover {
  transform: translateY(-2px);
}

.glory-theme .module-king-card > * {
  position: relative;
  z-index: 2;
}

.glory-theme .module-king-card.blue-camp {
  border-color: rgba(97, 204, 245, 0.42);
}

.glory-theme .module-king-card.red-camp {
  border-color: rgba(255, 112, 94, 0.42);
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 222, 137, 0.24), transparent 34%),
    radial-gradient(circle at 12% 20%, rgba(255, 112, 94, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(92, 31, 31, 0.9), rgba(5, 10, 15, 0.96) 58%, rgba(91, 60, 22, 0.32));
}

.glory-theme .module-king-card.red-camp::before {
  background:
    radial-gradient(circle at 20% 16%, rgba(255, 244, 188, 0.26), transparent 28%),
    radial-gradient(circle at 78% 74%, rgba(255, 198, 84, 0.2), transparent 30%),
    conic-gradient(from 45deg at 15% 20%, transparent 0 16%, rgba(255, 232, 151, 0.28) 17% 20%, transparent 21% 100%),
    conic-gradient(from 45deg at 78% 58%, transparent 0 14%, rgba(255, 232, 151, 0.22) 15% 18%, transparent 19% 100%),
    linear-gradient(125deg, transparent 0 32%, rgba(255, 244, 188, 0.2) 42%, transparent 52% 100%),
    linear-gradient(90deg, rgba(255, 218, 118, 0.94), rgba(255, 246, 189, 0.72), transparent 58%) top / 100% 2px no-repeat,
    linear-gradient(90deg, transparent, rgba(255, 218, 118, 0.9), rgba(255, 246, 189, 0.72), transparent) bottom / 100% 2px no-repeat,
    linear-gradient(180deg, rgba(255, 218, 118, 0.56), transparent 74%) left / 2px 100% no-repeat,
    linear-gradient(180deg, rgba(255, 218, 118, 0.5), transparent 74%) right / 2px 100% no-repeat;
}

.glory-theme .module-king-card.red-camp::after {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 247, 199, 0.95) 0 1px, transparent 3px),
    radial-gradient(circle at 31% 78%, rgba(255, 218, 118, 0.8) 0 1px, transparent 3px),
    radial-gradient(circle at 72% 18%, rgba(255, 247, 199, 0.9) 0 1px, transparent 3px),
    radial-gradient(circle at 89% 62%, rgba(255, 218, 118, 0.72) 0 1px, transparent 3px),
    linear-gradient(135deg, transparent 0 46%, rgba(255, 247, 199, 0.42) 49%, transparent 52% 100%);
}

.glory-theme .module-king-card.million-crowned {
  min-height: 226px;
  border-color: rgba(255, 231, 142, 0.92);
  background:
    radial-gradient(circle at 82% 44%, rgba(255, 224, 116, 0.22), transparent 30%),
    radial-gradient(circle at 20% 18%, rgba(77, 171, 255, 0.2), transparent 34%),
    linear-gradient(128deg, #152f50 0, #07101d 48%, #281a08 100%);
  animation: millionCoronationReveal 1.2s var(--ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1)) both;
}

.glory-theme .module-king-card.million-crowned::before {
  inset: 0;
  background:
    linear-gradient(112deg, transparent 0 27%, rgba(255, 248, 201, 0.7) 36%, transparent 46% 100%),
    linear-gradient(90deg, #b77920, #fff2ae 28%, #d4952f 52%, #fff6c9 72%, #9b6418) top / 200% 3px no-repeat,
    linear-gradient(90deg, #8e5914, #ffe99a 32%, #c78623 58%, #fff3b5 78%, #8e5914) bottom / 200% 3px no-repeat,
    linear-gradient(180deg, rgba(255, 239, 163, 0.94), transparent 75%) left / 2px 100% no-repeat,
    linear-gradient(180deg, rgba(255, 239, 163, 0.94), transparent 75%) right / 2px 100% no-repeat;
  opacity: 1;
  animation: millionFrameFlow 3.8s linear infinite;
}

.glory-theme .module-king-card.million-crowned::after {
  inset: 0;
  background:
    radial-gradient(circle at 8% 18%, #fff7c8 0 1px, transparent 3px),
    radial-gradient(circle at 24% 82%, #ffd967 0 1px, transparent 3px),
    radial-gradient(circle at 47% 15%, #fff7c8 0 1px, transparent 3px),
    radial-gradient(circle at 71% 76%, #ffd967 0 1px, transparent 3px),
    radial-gradient(circle at 91% 22%, #fff7c8 0 1px, transparent 3px),
    linear-gradient(118deg, transparent 0 41%, rgba(255, 250, 218, 0.72) 48%, transparent 55% 100%);
  opacity: 0.9;
  animation: millionDiamondStorm 4.2s ease-in-out infinite;
}

.glory-theme .million-coronation {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.glory-theme .million-coronation-halo {
  position: absolute;
  width: 360px;
  aspect-ratio: 1;
  right: -82px;
  top: -92px;
  border-radius: 50%;
  background:
    repeating-conic-gradient(
      from 12deg,
      rgba(255, 228, 126, 0) 0 8deg,
      rgba(255, 228, 126, 0.24) 9deg 11deg,
      rgba(255, 228, 126, 0) 12deg 21deg
    );
  -webkit-mask-image: radial-gradient(circle, transparent 0 21%, #000 23% 58%, transparent 76%);
  mask-image: radial-gradient(circle, transparent 0 21%, #000 23% 58%, transparent 76%);
  opacity: 0.76;
  animation: millionHaloOrbit 15s linear infinite;
}

.glory-theme .million-coronation-wave {
  position: absolute;
  right: 45px;
  top: 50%;
  width: 190px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 236, 155, 0.5);
  border-radius: 50%;
  transform: translateY(-50%);
  animation: millionRoyalWave 3.2s ease-out infinite;
}

.glory-theme .million-coin-field {
  position: absolute;
  inset: 0;
}

.glory-theme .million-coin-field i {
  position: absolute;
  left: var(--x);
  bottom: -30px;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(255, 247, 199, 0.88);
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 30%, #fff4b4 0 13%, transparent 15%),
    radial-gradient(circle, #f7c64f 0 48%, #a45f0d 52% 68%, #f5cf61 72%);
  filter: drop-shadow(0 0 7px rgba(255, 199, 55, 0.68));
  opacity: 0;
  animation: millionCoinAscend 5.4s var(--delay) linear infinite;
}

.glory-theme .million-coin-field i:nth-child(3n) {
  width: 12px;
  height: 12px;
  animation-duration: 4.6s;
}

.glory-theme .million-coin-field i:nth-child(2n) {
  animation-duration: 6.2s;
}

.glory-theme .million-club-seal {
  position: absolute;
  z-index: 4;
  right: 26px;
  top: 50%;
  display: grid;
  width: 174px;
  aspect-ratio: 1.34;
  place-content: center;
  justify-items: center;
  color: #fff3bd;
  text-align: center;
  transform: translateY(-50%);
  isolation: isolate;
  transition: transform 320ms var(--ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1));
  animation: millionSealArrival 1.05s 0.2s var(--ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1)) both;
}

.glory-theme .million-club-seal::before,
.glory-theme .million-club-seal::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.glory-theme .million-club-seal::before {
  inset: -16px;
  background:
    conic-gradient(from 0deg, transparent 0 9%, rgba(255, 237, 160, 0.88) 10% 12%, transparent 13% 24%, rgba(217, 149, 38, 0.72) 25% 27%, transparent 28% 100%);
  clip-path: polygon(50% 0, 61% 14%, 79% 8%, 84% 26%, 100% 36%, 89% 52%, 98% 70%, 78% 75%, 70% 96%, 51% 84%, 32% 98%, 24% 77%, 2% 70%, 12% 51%, 0 34%, 19% 26%, 23% 7%, 41% 14%);
  opacity: 0.86;
  animation: millionSealOrbit 12s linear infinite;
}

.glory-theme .million-club-seal::after {
  inset: 0;
  border: 1px solid rgba(255, 235, 152, 0.88);
  background:
    radial-gradient(circle at 50% 0, rgba(255, 247, 200, 0.38), transparent 36%),
    linear-gradient(145deg, rgba(68, 48, 12, 0.96), rgba(8, 19, 31, 0.96) 52%, rgba(101, 65, 12, 0.92));
  clip-path: polygon(12% 0, 88% 0, 100% 22%, 94% 78%, 78% 100%, 22% 100%, 6% 78%, 0 22%);
  box-shadow: inset 0 0 20px rgba(255, 218, 118, 0.22);
}

.glory-theme .million-club-seal span,
.glory-theme .million-club-seal b,
.glory-theme .million-club-seal i {
  position: relative;
  z-index: 1;
  display: block;
}

.glory-theme .million-club-seal span {
  color: #eecf76;
  font-family: "Arial Narrow", "DIN Condensed", Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.glory-theme .million-club-seal b {
  margin-top: 4px;
  color: #fff5c7;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-shadow: 0 0 13px rgba(255, 222, 117, 0.68);
}

.glory-theme .million-club-seal i {
  margin-top: 5px;
  color: #ffc953;
  font-family: "Arial Narrow", "DIN Condensed", Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.glory-theme .module-king-card.million-crowned .module-king-copy {
  padding-right: 196px;
}

.glory-theme .module-king-card.million-crowned .module-king-mark {
  border-color: rgba(255, 229, 135, 0.95);
  color: #fff4bd;
  background:
    radial-gradient(circle, rgba(255, 218, 89, 0.2), transparent 62%),
    rgba(30, 23, 9, 0.9);
  animation: millionMarkPulse 2.4s ease-in-out infinite;
}

.glory-theme .module-king-card.million-crowned .module-king-module {
  color: #ffdb73;
}

.glory-theme .module-king-card.million-crowned .module-king-copy > strong {
  color: #fff6ce;
  text-shadow:
    0 0 10px rgba(255, 224, 119, 0.36),
    0 0 22px rgba(255, 191, 55, 0.24);
}

.glory-theme .module-king-card.million-crowned .module-king-copy > strong::after {
  content: "百万加冕";
  border-color: rgba(255, 235, 157, 0.94);
  color: #fff4bd;
  background: rgba(122, 80, 10, 0.62);
}

.glory-theme .module-king-card.million-crowned.million-awaiting .module-king-copy > strong::after {
  content: "即将加冕";
}

.glory-theme .module-king-card.million-crowned.million-awaiting .million-club-seal b {
  color: #fff4c1;
}

.glory-theme .module-king-card.million-crowned.million-awaiting .million-club-seal i {
  color: #ffce61;
}

.glory-theme .module-king-card.million-crowned:hover {
  transform: translateY(-3px);
}

.glory-theme .module-king-card.million-crowned:hover .million-club-seal {
  transform: translateY(-50%) scale(1.04);
}

.glory-theme .royal-art-scene {
  position: relative;
  min-height: 184px;
  border: 1px solid rgba(255, 218, 118, 0.34);
  background:
    linear-gradient(180deg, rgba(4, 9, 14, 0.02), rgba(4, 9, 14, 0.12)),
    var(--royal-art) center / cover no-repeat,
    linear-gradient(135deg, rgba(31, 17, 13, 0.92), rgba(7, 11, 17, 0.94));
  clip-path: polygon(4% 0, 96% 0, 100% 10%, 100% 90%, 96% 100%, 4% 100%, 0 90%, 0 10%);
  overflow: hidden;
  box-shadow:
    inset 0 0 34px rgba(255, 218, 118, 0.12),
    0 14px 32px rgba(0, 0, 0, 0.28);
}

.glory-theme .royal-art-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 236, 168, 0.3), transparent 34%),
    linear-gradient(115deg, transparent 0 38%, rgba(255, 244, 190, 0.22) 44%, transparent 51% 100%);
  mix-blend-mode: screen;
  opacity: 0.74;
  animation: royalHallGleam 5.4s ease-in-out infinite;
}

.glory-theme .royal-art-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0 58%, rgba(3, 8, 13, 0.62) 100%),
    linear-gradient(90deg, rgba(3, 8, 13, 0.42), transparent 22%, transparent 78%, rgba(3, 8, 13, 0.42));
  pointer-events: none;
}

.glory-theme .royal-art-glow {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 218, 118, 0.2);
  clip-path: polygon(8% 0, 92% 0, 100% 12%, 100% 88%, 92% 100%, 8% 100%, 0 88%, 0 12%);
}

.glory-theme .advisor-royal {
  --royal-art: url("royal-advisor.webp");
}

.glory-theme .advisor-royal .royal-art-scene {
  border-color: rgba(255, 112, 94, 0.46);
  background:
    radial-gradient(circle at 24% 28%, rgba(255, 113, 76, 0.22), transparent 31%),
    linear-gradient(180deg, rgba(4, 9, 14, 0.02), rgba(4, 9, 14, 0.12)),
    var(--royal-art) center / cover no-repeat,
    linear-gradient(135deg, rgba(65, 20, 18, 0.94), rgba(7, 11, 17, 0.94));
}

.glory-theme .advisor-royal .royal-art-scene::before {
  background:
    radial-gradient(circle at 38% 26%, rgba(255, 205, 118, 0.28), transparent 34%),
    linear-gradient(115deg, transparent 0 37%, rgba(255, 112, 94, 0.2) 45%, transparent 53% 100%);
}

.glory-theme .planning-royal {
  --royal-art: url("royal-planning.webp");
}

.glory-theme .royal-card-art {
  position: absolute;
  inset: -10px -18px;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4, 10, 16, 0.92) 0 12%, rgba(4, 10, 16, 0.18) 38%, rgba(4, 10, 16, 0.78) 100%),
    radial-gradient(circle at 78% 18%, rgba(255, 218, 118, 0.22), transparent 28%),
    var(--royal-art) center / 128% auto no-repeat;
  opacity: 0.28;
  filter: saturate(1.08) contrast(1.06);
  transform: scale(1.02);
}

.glory-theme .royal-card-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 10, 16, 0.18), rgba(4, 10, 16, 0.9)),
    linear-gradient(115deg, transparent 0 44%, rgba(255, 244, 190, 0.2) 50%, transparent 58% 100%);
  opacity: 0.8;
}

.glory-theme .advisor-royal .royal-card-art {
  background:
    linear-gradient(90deg, rgba(32, 6, 8, 0.92) 0 12%, rgba(32, 6, 8, 0.12) 38%, rgba(4, 10, 16, 0.82) 100%),
    radial-gradient(circle at 20% 22%, rgba(255, 112, 94, 0.24), transparent 32%),
    var(--royal-art) center 42% / 132% auto no-repeat;
  opacity: 0.3;
}

.glory-theme .planning-royal .royal-card-art {
  background:
    linear-gradient(90deg, rgba(4, 10, 16, 0.92) 0 12%, rgba(4, 10, 16, 0.14) 38%, rgba(3, 24, 35, 0.82) 100%),
    radial-gradient(circle at 76% 20%, rgba(97, 204, 245, 0.22), transparent 32%),
    var(--royal-art) center 44% / 122% auto no-repeat;
  opacity: 0.29;
}

.glory-theme .planning-royal .royal-art-scene {
  border-color: rgba(97, 204, 245, 0.46);
  background:
    radial-gradient(circle at 72% 24%, rgba(97, 204, 245, 0.2), transparent 31%),
    linear-gradient(180deg, rgba(4, 9, 14, 0.02), rgba(4, 9, 14, 0.12)),
    var(--royal-art) center / cover no-repeat,
    linear-gradient(135deg, rgba(18, 42, 61, 0.94), rgba(7, 11, 17, 0.94));
}

.glory-theme .planning-royal .royal-art-scene::before {
  background:
    radial-gradient(circle at 56% 22%, rgba(255, 234, 174, 0.3), transparent 34%),
    linear-gradient(115deg, transparent 0 37%, rgba(97, 204, 245, 0.16) 45%, transparent 53% 100%);
}

.glory-theme .royal-squad-scene {
  position: relative;
  min-height: 182px;
  border: 1px solid rgba(255, 218, 118, 0.34);
  background:
    radial-gradient(ellipse at 50% 22%, rgba(255, 218, 118, 0.26), transparent 42%),
    linear-gradient(90deg, rgba(255, 218, 118, 0.1) 1px, transparent 1px) 0 0 / 44px 100%,
    linear-gradient(180deg, transparent 0 62%, rgba(255, 218, 118, 0.12) 63%, rgba(255, 218, 118, 0.02) 100%),
    linear-gradient(135deg, rgba(31, 17, 13, 0.92), rgba(7, 11, 17, 0.94));
  clip-path: polygon(4% 0, 96% 0, 100% 10%, 100% 90%, 96% 100%, 4% 100%, 0 90%, 0 10%);
  overflow: hidden;
  box-shadow:
    inset 0 0 34px rgba(255, 218, 118, 0.13),
    0 14px 32px rgba(0, 0, 0, 0.26);
}

.glory-theme .royal-squad-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 23% 18%, rgba(255, 241, 190, 0.7) 0 1px, transparent 2px),
    radial-gradient(circle at 77% 24%, rgba(255, 218, 118, 0.62) 0 1px, transparent 2px),
    radial-gradient(circle at 58% 12%, rgba(255, 241, 190, 0.8) 0 1px, transparent 2px),
    linear-gradient(115deg, transparent 0 34%, rgba(255, 231, 151, 0.22) 41%, transparent 48% 100%);
  opacity: 0.72;
  animation: royalHallGleam 4.8s ease-in-out infinite;
}

.glory-theme .royal-squad-scene::after {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 16px;
  height: 34px;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(255, 218, 118, 0.22), transparent 68%),
    linear-gradient(90deg, transparent, rgba(255, 218, 118, 0.28), transparent);
  opacity: 0.8;
}

.glory-theme .royal-hall-frame::before,
.glory-theme .royal-hall-frame::after {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 20px;
  width: 2px;
  background:
    linear-gradient(180deg, transparent, rgba(255, 218, 118, 0.42), transparent);
  box-shadow:
    22px 0 0 rgba(255, 218, 118, 0.1),
    -22px 0 0 rgba(255, 218, 118, 0.1);
}

.glory-theme .royal-hall-frame::before {
  left: 18%;
}

.glory-theme .royal-hall-frame::after {
  right: 18%;
}

.glory-theme .royal-hall-frame {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 218, 118, 0.2);
  clip-path: polygon(8% 0, 92% 0, 100% 12%, 100% 88%, 92% 100%, 8% 100%, 0 88%, 0 12%);
}

.glory-theme .royal-banner {
  position: absolute;
  top: 22px;
  width: 28px;
  height: 82px;
  border: 1px solid rgba(255, 218, 118, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 218, 118, 0.22), transparent 18%),
    linear-gradient(180deg, rgba(133, 34, 44, 0.82), rgba(55, 14, 20, 0.58));
  clip-path: polygon(0 0, 100% 0, 100% 82%, 50% 100%, 0 82%);
  opacity: 0.72;
}

.glory-theme .royal-banner-left {
  left: 24px;
}

.glory-theme .royal-banner-right {
  right: 24px;
}

.glory-theme .royal-throne {
  position: absolute;
  left: 50%;
  bottom: 37px;
  width: 106px;
  height: 118px;
  transform: translateX(-50%);
}

.glory-theme .royal-throne-back,
.glory-theme .royal-throne-seat,
.glory-theme .royal-throne-crown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.glory-theme .royal-throne-back {
  bottom: 20px;
  width: 70px;
  height: 90px;
  border: 2px solid rgba(255, 218, 118, 0.84);
  border-radius: 22px 22px 8px 8px;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 225, 142, 0.58), transparent 28%),
    linear-gradient(180deg, rgba(125, 38, 35, 0.94), rgba(44, 14, 16, 0.92));
  box-shadow:
    inset 0 0 18px rgba(255, 218, 118, 0.2),
    0 0 26px rgba(255, 190, 73, 0.28);
}

.glory-theme .royal-throne-seat {
  bottom: 0;
  width: 96px;
  height: 34px;
  border: 2px solid rgba(255, 218, 118, 0.76);
  border-radius: 10px 10px 6px 6px;
  background: linear-gradient(180deg, rgba(255, 218, 118, 0.62), rgba(106, 66, 22, 0.88));
}

.glory-theme .royal-throne-crown {
  top: -2px;
  width: 62px;
  height: 24px;
  background: linear-gradient(135deg, rgba(255, 248, 194, 0.95), rgba(224, 145, 43, 0.88));
  clip-path: polygon(0 100%, 0 56%, 18% 56%, 28% 10%, 45% 52%, 50% 0, 55% 52%, 72% 10%, 82% 56%, 100% 56%, 100% 100%);
  filter: drop-shadow(0 0 12px rgba(255, 218, 118, 0.46));
}

.glory-theme .royal-captain {
  position: absolute;
  left: 50%;
  bottom: 51px;
  width: 54px;
  height: 74px;
  transform: translateX(-50%);
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.46));
  animation: royalCaptainFloat 3.6s ease-in-out infinite;
}

.glory-theme .captain-head,
.glory-theme .captain-body,
.glory-theme .captain-crown,
.glory-theme .captain-scepter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.glory-theme .captain-head {
  top: 10px;
  width: 34px;
  height: 30px;
  border-radius: 46% 46% 42% 42%;
  background:
    radial-gradient(circle at 34% 48%, #21140e 0 2px, transparent 3px),
    radial-gradient(circle at 66% 48%, #21140e 0 2px, transparent 3px),
    linear-gradient(180deg, #f3c28c, #bd744f);
  border: 1px solid rgba(255, 218, 118, 0.5);
}

.glory-theme .captain-body {
  bottom: 0;
  width: 44px;
  height: 42px;
  border-radius: 14px 14px 10px 10px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 242, 190, 0.95) 0 5px, transparent 6px),
    linear-gradient(135deg, rgba(255, 218, 118, 0.88), rgba(75, 55, 42, 0.92) 52%, rgba(183, 45, 44, 0.82));
  border: 1px solid rgba(255, 218, 118, 0.6);
}

.glory-theme .captain-crown {
  top: 0;
  width: 36px;
  height: 18px;
  background: linear-gradient(135deg, rgba(255, 248, 194, 0.98), rgba(230, 151, 38, 0.92));
  clip-path: polygon(0 100%, 0 50%, 18% 50%, 28% 0, 48% 48%, 68% 0, 78% 50%, 100% 50%, 100% 100%);
  z-index: 3;
}

.glory-theme .captain-scepter {
  right: 2px;
  left: auto;
  bottom: 14px;
  width: 5px;
  height: 46px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 244, 188, 0.96), rgba(171, 95, 23, 0.92));
  transform: rotate(-10deg);
}

.glory-theme .captain-scepter::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  width: 16px;
  height: 16px;
  background: radial-gradient(circle, rgba(255, 246, 189, 0.98), rgba(219, 105, 44, 0.82));
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transform: translateX(-50%);
  box-shadow: 0 0 14px rgba(255, 218, 118, 0.66);
}

.glory-theme .royal-soldiers {
  position: absolute;
  inset: auto 30px 30px;
  height: 82px;
}

.glory-theme .royal-soldier {
  position: absolute;
  bottom: 0;
  width: 34px;
  height: 58px;
  border-radius: 14px 14px 10px 10px;
  background:
    radial-gradient(circle at 34% 20%, #1a110d 0 2px, transparent 3px),
    radial-gradient(circle at 66% 20%, #1a110d 0 2px, transparent 3px),
    linear-gradient(180deg, rgba(225, 174, 104, 0.96) 0 28%, rgba(35, 31, 35, 0.96) 29% 100%);
  border: 1px solid rgba(255, 218, 118, 0.38);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.38);
}

.glory-theme .royal-soldier::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -11px;
  width: 28px;
  height: 18px;
  background: linear-gradient(135deg, rgba(255, 236, 162, 0.92), rgba(92, 76, 55, 0.95));
  clip-path: polygon(50% 0, 88% 34%, 78% 100%, 22% 100%, 12% 34%);
  transform: translateX(-50%);
}

.glory-theme .royal-soldier::after {
  content: attr(data-role);
  position: absolute;
  left: 50%;
  bottom: -17px;
  color: rgba(255, 234, 174, 0.72);
  font-size: 9px;
  font-weight: 900;
  white-space: nowrap;
  transform: translateX(-50%) scale(0.9);
}

.glory-theme .soldier-1 {
  left: 2%;
  transform: scale(0.94);
}

.glory-theme .soldier-2 {
  left: 25%;
  transform: scale(0.82);
  opacity: 0.86;
}

.glory-theme .soldier-3 {
  right: 25%;
  transform: scale(0.82);
  opacity: 0.86;
}

.glory-theme .soldier-4 {
  right: 2%;
  transform: scale(0.94);
}

.glory-theme .royal-carpet {
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 72px;
  height: 76px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 218, 118, 0.36), transparent) top / 100% 1px no-repeat,
    linear-gradient(180deg, rgba(146, 37, 45, 0.84), rgba(82, 18, 28, 0.1));
  clip-path: polygon(26% 0, 74% 0, 100% 100%, 0 100%);
  transform: translateX(-50%);
}

.glory-theme .module-king-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding-inline: 6px;
}

.glory-theme .module-king-mark {
  position: relative;
  display: grid;
  width: 58px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 218, 118, 0.78);
  color: var(--glory-gold-pale);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  background:
    linear-gradient(135deg, rgba(255, 246, 189, 0.14), rgba(255, 218, 118, 0.04)),
    rgba(4, 13, 19, 0.72);
  box-shadow:
    inset 0 0 18px rgba(255, 218, 118, 0.16),
    0 0 18px rgba(255, 218, 118, 0.18);
  text-shadow: 0 0 10px rgba(255, 218, 118, 0.58);
}

.glory-theme .module-king-mark::before {
  content: "冠";
  position: absolute;
  top: -13px;
  left: 50%;
  width: 34px;
  height: 18px;
  border: 1px solid rgba(255, 218, 118, 0.72);
  border-bottom: 0;
  color: var(--glory-gold-pale);
  background:
    linear-gradient(135deg, rgba(255, 246, 189, 0.2), rgba(255, 218, 118, 0.08)),
    rgba(4, 13, 19, 0.86);
  clip-path: polygon(0 100%, 0 48%, 20% 48%, 30% 0, 50% 46%, 70% 0, 80% 48%, 100% 48%, 100% 100%);
  font-size: 0;
  transform: translateX(-50%);
  filter: drop-shadow(0 0 8px rgba(255, 218, 118, 0.48));
  animation: crownLift 3.4s ease-in-out infinite;
}

.glory-theme .module-king-card.blue-camp .module-king-mark {
  border-color: rgba(97, 204, 245, 0.78);
  color: #c9f4ff;
}

.glory-theme .module-king-card.red-camp .module-king-mark {
  border-color: rgba(255, 112, 94, 0.78);
  color: #ffd4cc;
}

.glory-theme .module-king-module {
  display: block;
  margin: 12px 0 5px;
  color: var(--glory-gold);
  font-size: 12px;
  font-weight: 900;
}

.glory-theme .module-king-card strong {
  display: block;
  color: var(--glory-ink);
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 900;
}

.glory-theme .module-king-card strong::after {
  content: "王者加冕";
  display: inline-grid;
  margin-left: 10px;
  padding: 3px 7px 4px;
  vertical-align: 0.18em;
  border: 1px solid rgba(255, 218, 118, 0.72);
  color: var(--glory-gold-pale);
  background: rgba(118, 81, 24, 0.38);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-shadow: 0 0 10px rgba(255, 218, 118, 0.72);
  animation: crownBadgePulse 2.8s ease-in-out infinite;
}

.glory-theme .module-king-card small {
  display: block;
  margin: 9px 0 14px;
  color: var(--glory-muted);
  font-size: 13px;
}

.glory-theme .king-runner-strip {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(230, 183, 93, 0.22);
  padding-top: 14px;
}

.glory-theme .king-runner-head {
  display: grid;
  gap: 4px;
  margin-bottom: 10px;
}

.glory-theme .king-runner-head h3 {
  margin: 0;
  color: var(--glory-gold-pale);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1;
  letter-spacing: -0.02em;
}

.glory-theme .king-runner-strip .battle-map-runners {
  margin-top: 0;
}

.glory-theme .king-runner-strip .battle-map-runner-group {
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 218, 118, 0.12), transparent 34%),
    linear-gradient(90deg, rgba(97, 204, 245, 0.12), transparent 48%, rgba(255, 112, 94, 0.1)),
    rgba(4, 13, 19, 0.9);
}

.glory-theme .power-core {
  width: min(100%, 164px);
  border: 1px solid rgba(230, 183, 93, 0.82);
  background:
    radial-gradient(circle, rgba(6, 16, 24, 0.98) 0 52%, transparent 53%),
    conic-gradient(from 45deg, var(--glory-blue), var(--glory-gold), var(--glory-red), var(--glory-gold), var(--glory-blue));
  box-shadow: none;
  animation: none;
}

.glory-theme .power-core::before {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(230, 183, 93, 0.28);
  border-radius: 50%;
  animation: gloryCoreBreath 4.8s ease-in-out infinite;
}

.glory-theme .power-core span {
  color: var(--glory-gold-pale);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: clamp(38px, 4vw, 58px);
}

.glory-theme .power-core small {
  color: var(--glory-muted);
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

.team-identity,
.team-badge {
  display: inline-flex;
  align-items: center;
}

.team-identity {
  gap: 5px;
  max-width: 100%;
  white-space: nowrap;
}

.team-badge {
  flex: 0 0 auto;
  gap: 4px;
  min-height: 18px;
  border: 1px solid rgba(230, 183, 93, 0.46);
  background: rgba(125, 89, 38, 0.16);
  color: var(--glory-gold-pale);
  padding: 0 5px;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.team-badge i {
  display: block;
  width: 5px;
  aspect-ratio: 1;
  border: 1px solid var(--glory-gold);
  transform: rotate(45deg);
}

.team-vs {
  color: var(--glory-muted);
  font-size: 0.86em;
  font-weight: 700;
}

.glory-theme .kpi-grid {
  gap: 10px;
}

.glory-theme .macro-kpi-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 14px;
}

.glory-theme .kpi-card {
  min-height: 136px;
  padding: 17px 18px;
  clip-path: var(--glory-cut-small);
}

.glory-theme .kpi-card::before {
  background:
    linear-gradient(90deg, var(--glory-blue), transparent 68%) top / 100% 2px no-repeat,
    linear-gradient(90deg, rgba(97, 204, 245, 0.36), transparent) bottom / 100% 1px no-repeat;
}

.glory-theme .kpi-card:nth-child(even)::before {
  background:
    linear-gradient(90deg, var(--glory-red), transparent 68%) top / 100% 2px no-repeat,
    linear-gradient(90deg, rgba(255, 112, 94, 0.38), transparent) bottom / 100% 1px no-repeat;
}

.glory-theme .kpi-card::after {
  content: "◇";
  inset: auto 12px 8px auto;
  background: none;
  color: rgba(97, 204, 245, 0.52);
  font-size: 21px;
  opacity: 1;
}

.glory-theme .kpi-card:nth-child(even)::after {
  color: rgba(255, 112, 94, 0.54);
}

.glory-theme .kpi-label {
  color: var(--glory-muted);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.glory-theme .kpi-value,
.glory-theme .rank-value {
  color: var(--glory-gold-pale);
  font-family: "Arial Narrow", Arial, sans-serif;
}

.glory-theme .kpi-note {
  color: var(--glory-dim);
}

.glory-theme .live-grid {
  grid-template-columns: 0.72fr 1.42fr;
  gap: 14px;
  margin-bottom: 14px;
}

.glory-theme .live-grid.live-grid-solo {
  grid-template-columns: minmax(0, 1fr);
}

.glory-theme .battle-map-panel {
  margin-bottom: 14px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 50%, rgba(97, 204, 245, 0.14), transparent 28%),
    radial-gradient(circle at 92% 50%, rgba(255, 112, 94, 0.12), transparent 28%),
    linear-gradient(90deg, rgba(7, 31, 48, 0.94), rgba(6, 13, 19, 0.96) 48%, rgba(42, 12, 14, 0.9));
}

.glory-theme .battle-map-panel::before {
  background:
    linear-gradient(90deg, rgba(97, 204, 245, 0.58), transparent 44%, rgba(255, 188, 74, 0.58), transparent 56%, rgba(255, 112, 94, 0.52)) top / 100% 2px no-repeat,
    linear-gradient(90deg, rgba(97, 204, 245, 0.34), transparent 50%, rgba(255, 112, 94, 0.34)) bottom / 100% 1px no-repeat;
}

.glory-theme .battle-map-head {
  grid-template-columns: minmax(0, 1fr) auto;
}

.glory-theme .battle-map-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.glory-theme .battle-map {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(230, 183, 93, 0.28);
  background:
    linear-gradient(90deg, rgba(97, 204, 245, 0.1), transparent 32%, rgba(255, 188, 74, 0.08) 50%, transparent 68%, rgba(255, 112, 94, 0.1)),
    linear-gradient(27deg, transparent 0 48%, rgba(230, 183, 93, 0.14) 49%, transparent 50% 100%),
    linear-gradient(-27deg, transparent 0 48%, rgba(97, 204, 245, 0.12) 49%, transparent 50% 100%),
    radial-gradient(circle at 8% 50%, rgba(97, 204, 245, 0.18), transparent 16%),
    radial-gradient(circle at 92% 50%, rgba(255, 112, 94, 0.16), transparent 16%),
    rgba(3, 10, 15, 0.82);
  clip-path: var(--glory-cut-small);
  overflow: hidden;
}

.glory-theme .battle-map-combat {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  contain: paint;
}

.glory-theme .battle-map-combat::before {
  content: "";
  position: absolute;
  inset: -2%;
  background: url("decor/moba-live-battle-v1.png") center / cover no-repeat;
  filter: saturate(0.9) contrast(1.04);
  opacity: 0.26;
  transform: scale(1.01);
}

.glory-theme .battle-map-combat::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 10, 15, 0.72) 0%, rgba(3, 10, 15, 0.24) 34%, rgba(3, 10, 15, 0.12) 72%, rgba(3, 10, 15, 0.48) 100%),
    radial-gradient(ellipse at 50% 70%, transparent 0 24%, rgba(3, 10, 15, 0.22) 72%);
}

.glory-theme .combat-squad {
  position: absolute;
  inset: -2%;
  background: url("decor/moba-live-battle-v1.png") center / cover no-repeat;
  filter: saturate(1.08) contrast(1.08);
  opacity: 0.54;
  will-change: transform;
}

.glory-theme .combat-squad-blue {
  -webkit-mask-image: linear-gradient(90deg, #000 0 44%, rgba(0, 0, 0, 0.94) 48%, rgba(0, 0, 0, 0.58) 53%, transparent 62%);
  mask-image: linear-gradient(90deg, #000 0 44%, rgba(0, 0, 0, 0.94) 48%, rgba(0, 0, 0, 0.58) 53%, transparent 62%);
  transform-origin: 38% 70%;
  animation: combatBlueAdvance 6.8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}

.glory-theme .combat-squad-red {
  -webkit-mask-image: linear-gradient(90deg, transparent 38%, rgba(0, 0, 0, 0.58) 47%, rgba(0, 0, 0, 0.94) 52%, #000 56% 100%);
  mask-image: linear-gradient(90deg, transparent 38%, rgba(0, 0, 0, 0.58) 47%, rgba(0, 0, 0, 0.94) 52%, #000 56% 100%);
  transform-origin: 62% 70%;
  animation: combatRedAdvance 6.8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}

.glory-theme .combat-clash-core {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 70%;
  width: 22px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff7d6;
  box-shadow:
    0 0 10px rgba(255, 247, 214, 0.96),
    -24px 0 46px rgba(97, 204, 245, 0.72),
    24px 0 46px rgba(255, 112, 94, 0.7),
    0 0 72px rgba(255, 188, 74, 0.52);
  transform: translate(-50%, -50%);
  animation: combatClashPulse 2.4s ease-in-out infinite;
}

.glory-theme .combat-shockwave {
  position: absolute;
  inset: -18px;
  border: 1px solid rgba(255, 232, 164, 0.72);
  border-radius: 50%;
  animation: combatShockwave 2.4s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

.glory-theme .shockwave-two {
  animation-delay: -1.2s;
}

.glory-theme .combat-sparks {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 70%;
}

.glory-theme .combat-sparks i {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff1a9;
  box-shadow: 0 0 8px rgba(255, 188, 74, 0.9);
  animation: combatSparkFlight 3s ease-out infinite;
  animation-delay: var(--spark-delay);
}

.glory-theme .battle-map::before,
.glory-theme .battle-map::after {
  content: "";
  position: absolute;
  inset: 13% 7%;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(97, 204, 245, 0.22), transparent 45%, rgba(255, 188, 74, 0.24), transparent 55%, rgba(255, 112, 94, 0.22)) 50% 17% / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(97, 204, 245, 0.18), transparent 45%, rgba(255, 188, 74, 0.22), transparent 55%, rgba(255, 112, 94, 0.18)) 50% 50% / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(97, 204, 245, 0.22), transparent 45%, rgba(255, 188, 74, 0.24), transparent 55%, rgba(255, 112, 94, 0.22)) 50% 83% / 100% 1px no-repeat;
  opacity: 0.86;
  z-index: 1;
}

.glory-theme .battle-map::after {
  inset: 38px 12%;
  border: 1px solid rgba(230, 183, 93, 0.12);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 188, 74, 0.2), transparent 12%),
    linear-gradient(45deg, transparent 49.5%, rgba(230, 183, 93, 0.12) 50%, transparent 50.5%),
    linear-gradient(-45deg, transparent 49.5%, rgba(230, 183, 93, 0.1) 50%, transparent 50.5%);
  opacity: 0.5;
}

.glory-theme .battle-map-base {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  width: 96px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(230, 183, 93, 0.32);
  background: rgba(4, 13, 19, 0.72);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transform: translateY(-50%);
}

.glory-theme .battle-map-base strong,
.glory-theme .battle-map-base span {
  display: block;
  color: var(--glory-gold-pale);
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
}

.glory-theme .battle-map-base span {
  color: var(--glory-muted);
  font-size: 10px;
}

.glory-theme .blue-base-node {
  left: 18px;
  box-shadow: inset 0 0 28px rgba(97, 204, 245, 0.18);
}

.glory-theme .red-base-node {
  right: 18px;
  box-shadow: inset 0 0 28px rgba(255, 112, 94, 0.18);
}

.glory-theme .battle-map-fireline {
  position: absolute;
  z-index: 2;
  top: 8%;
  bottom: 8%;
  left: 50%;
  width: 2px;
  background:
    linear-gradient(180deg, transparent, rgba(255, 188, 74, 0.82), rgba(255, 112, 94, 0.56), rgba(97, 204, 245, 0.5), transparent);
  box-shadow:
    0 0 20px rgba(255, 188, 74, 0.36),
    0 0 54px rgba(255, 112, 94, 0.18);
  transform: translateX(-50%);
  animation: mapFireline 3.8s ease-in-out infinite;
}

.glory-theme .battle-map-fireline span {
  position: absolute;
  top: -6px;
  left: 50%;
  border: 1px solid rgba(255, 188, 74, 0.36);
  background: rgba(4, 13, 19, 0.86);
  color: var(--glory-gold-pale);
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
  transform: translate(-50%, -100%);
}

.glory-theme .lane-energy-streams {
  position: absolute;
  inset: 13% 7%;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.glory-theme .lane-energy {
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(194, 241, 255, 0.9);
  background: #c7f3ff;
  box-shadow:
    -13px 0 0 -2px rgba(97, 204, 245, 0.5),
    -25px 0 0 -3px rgba(97, 204, 245, 0.24),
    0 0 12px rgba(97, 204, 245, 0.76);
  transform: translate3d(-34px, -50%, 0) rotate(45deg);
  animation: laneEnergyAdvance 7.6s linear infinite;
}

.glory-theme .lane-energy-top {
  top: 17%;
}

.glory-theme .lane-energy-mid {
  top: 50%;
  animation-delay: -2.5s;
  animation-duration: 6.8s;
}

.glory-theme .lane-energy-bottom {
  top: 83%;
  animation-delay: -5s;
  animation-duration: 8.4s;
}

.glory-theme .battle-map-nodes {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.glory-theme .battle-map-node {
  position: absolute;
  left: var(--x);
  top: var(--y);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  max-width: 112px;
  min-height: 23px;
  border: 1px solid rgba(97, 204, 245, 0.34);
  background: rgba(5, 18, 27, 0.84);
  color: var(--glory-ink);
  padding: 2px 7px 2px 5px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  transform: translate(-50%, -50%);
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    transform 160ms var(--ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1));
}

.glory-theme .battle-map-node i {
  flex: 0 0 auto;
  width: 7px;
  aspect-ratio: 1;
  border: 1px solid currentColor;
  transform: rotate(45deg);
}

.glory-theme .battle-map-node b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.glory-theme .red-node {
  border-color: rgba(255, 112, 94, 0.34);
  background: rgba(36, 8, 12, 0.84);
}

.glory-theme .battle-map-node.is-midline {
  opacity: 0.9;
}

.glory-theme .battle-map-node.is-frontline,
.glory-theme .battle-map-node.is-top {
  border-color: rgba(255, 218, 118, 0.78);
  color: var(--glory-gold-pale);
  background:
    linear-gradient(90deg, rgba(255, 188, 74, 0.18), transparent),
    rgba(6, 16, 22, 0.92);
  box-shadow: 0 0 18px rgba(255, 188, 74, 0.14);
}

.glory-theme .battle-map-node.is-top::after {
  content: "前线";
  margin-left: 1px;
  color: var(--glory-gold);
  font-size: 9px;
}

.glory-theme .battle-map-node.is-advantage {
  border-style: double;
}

.glory-theme .battle-map-node:hover {
  z-index: 5;
  border-color: rgba(255, 244, 188, 0.92);
  transform: translate(-50%, -50%) scale(1.08);
}

@keyframes combatBlueAdvance {
  0%, 100% { transform: translate3d(-0.35%, 0, 0) scale(1.012); }
  46% { transform: translate3d(0.24%, -0.18%, 0) scale(1.02); }
  54% { transform: translate3d(0.08%, 0.04%, 0) scale(1.016); }
}

@keyframes combatRedAdvance {
  0%, 100% { transform: translate3d(0.35%, 0, 0) scale(1.012); }
  46% { transform: translate3d(-0.24%, -0.18%, 0) scale(1.02); }
  54% { transform: translate3d(-0.08%, 0.04%, 0) scale(1.016); }
}

@keyframes combatClashPulse {
  0%, 100% { opacity: 0.72; transform: translate(-50%, -50%) scale(0.78); }
  45% { opacity: 1; transform: translate(-50%, -50%) scale(1.24); }
  55% { opacity: 0.86; transform: translate(-50%, -50%) scale(0.96); }
}

@keyframes combatShockwave {
  0% { opacity: 0; transform: scale(0.42); }
  18% { opacity: 0.82; }
  100% { opacity: 0; transform: scale(2.6); }
}

@keyframes combatSparkFlight {
  0% { opacity: 0; transform: translate3d(0, 0, 0) scale(0.5); }
  14% { opacity: 0.92; }
  72%, 100% { opacity: 0; transform: translate3d(var(--spark-x), var(--spark-y), 0) scale(1.15); }
}

.glory-theme .battle-map-runners {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.glory-theme .battle-map-runner-group {
  border: 1px solid rgba(230, 183, 93, 0.18);
  background:
    linear-gradient(90deg, rgba(97, 204, 245, 0.1), transparent 48%, rgba(255, 112, 94, 0.09)),
    rgba(4, 13, 19, 0.84);
  padding: 10px;
  clip-path: var(--glory-cut-small);
}

.glory-theme .battle-map-runner-group h3 {
  margin: 0 0 7px;
  color: var(--glory-gold-pale);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.glory-theme .battle-map-runner-group > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 5px;
}

.glory-theme .battle-map-runner-group span {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 1px 6px;
  border: 1px solid rgba(230, 183, 93, 0.22);
  background: rgba(4, 13, 19, 0.8);
  padding: 5px 7px;
  min-width: 0;
}

.glory-theme .battle-map-runner-group em {
  color: var(--glory-gold);
  font-style: normal;
  font-weight: 900;
}

.glory-theme .battle-map-runner-group strong {
  color: var(--glory-ink);
}

.glory-theme .battle-map-runner-group small {
  grid-column: 1 / -1;
  color: var(--glory-muted);
}

.glory-theme .battle-map-runner-group .blue-runner {
  border-color: rgba(97, 204, 245, 0.32);
}

.glory-theme .battle-map-runner-group .red-runner {
  border-color: rgba(255, 112, 94, 0.32);
}

.glory-theme .arena-board,
.glory-theme .content-grid {
  gap: 14px;
}

.glory-theme .lower-board {
  grid-template-columns: 1fr;
}

.glory-theme .reward-panel {
  position: relative;
  margin-top: 14px;
  margin-bottom: 14px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% -18%, rgba(255, 76, 38, 0.2), transparent 34%),
    radial-gradient(circle at 15% 0%, rgba(97, 204, 245, 0.14), transparent 34%),
    radial-gradient(circle at 84% 8%, rgba(255, 188, 74, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(7, 20, 31, 0.96), rgba(16, 9, 6, 0.92));
}

.glory-theme .reward-panel::before {
  background:
    linear-gradient(90deg, rgba(97, 204, 245, 0.62), transparent 42%, rgba(255, 188, 74, 0.7)) top / 100% 2px no-repeat,
    linear-gradient(90deg, rgba(255, 188, 74, 0.58), transparent 54%, rgba(97, 204, 245, 0.44)) bottom / 100% 1px no-repeat;
}

.glory-theme .reward-head {
  grid-template-columns: minmax(0, 1fr) auto;
}

.glory-theme .reward-head-guarantee {
  display: grid;
  min-width: 230px;
  gap: 3px;
  border: 1px solid rgba(255, 108, 58, 0.52);
  background: linear-gradient(115deg, rgba(116, 24, 12, 0.82), rgba(38, 12, 8, 0.76));
  padding: 10px 14px;
  text-align: right;
  box-shadow: 0 0 8px rgba(255, 76, 38, 0.2);
}

.glory-theme .reward-head-guarantee strong {
  color: #fff0bd;
  font-size: 18px;
  line-height: 1;
}

.glory-theme .reward-head-guarantee span {
  color: rgba(255, 240, 205, 0.78);
  font-size: 11px;
  font-weight: 800;
}

.glory-theme .reward-brief {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px 18px;
  align-items: center;
  margin-bottom: 14px;
  border-top: 1px solid rgba(97, 204, 245, 0.24);
  border-bottom: 1px solid rgba(230, 183, 93, 0.22);
  padding: 12px 0;
}

.glory-theme .reward-brief strong {
  color: var(--glory-gold-pale);
  font-size: 15px;
}

.glory-theme .reward-brief p {
  margin: 0;
  color: var(--glory-muted);
  font-size: 13px;
  line-height: 1.65;
}

.glory-theme .reward-brief span {
  color: var(--glory-blue);
  font-size: 12px;
  font-weight: 900;
}

.glory-theme .reward-guarantee-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  border-top: 1px solid rgba(255, 188, 74, 0.28);
  border-bottom: 1px solid rgba(255, 80, 38, 0.28);
  background: linear-gradient(90deg, rgba(255, 65, 32, 0.18), rgba(255, 188, 74, 0.08) 55%, transparent);
  padding: 10px 12px;
}

.glory-theme .reward-guarantee-line b {
  color: #fff1bf;
  font-size: 15px;
}

.glory-theme .reward-guarantee-line span {
  color: rgba(255, 243, 214, 0.86);
  font-size: 12px;
  font-weight: 800;
}

.glory-theme .reward-guarantee-line em {
  margin-left: auto;
  color: var(--glory-fire-hot);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.glory-theme .reward-tier-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}

.glory-theme .reward-tier-card {
  position: relative;
  grid-column: span 1;
  min-height: 420px;
  border: 1px solid rgba(230, 183, 93, 0.24);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 244, 188, 0.14), transparent 28%),
    linear-gradient(145deg, rgba(23, 99, 143, 0.3), rgba(4, 12, 18, 0.94));
  padding: 14px;
  clip-path: var(--glory-cut-small);
  overflow: hidden;
  isolation: isolate;
  outline: none;
  transition:
    border-color 220ms ease,
    filter 220ms ease,
    transform 220ms var(--ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1));
}

.glory-theme .reward-tier-card.tier-level-4,
.glory-theme .reward-tier-card.tier-level-5 {
  grid-column: span 1;
}

.glory-theme .reward-tier-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 0 34%, rgba(255, 244, 188, 0.34) 44%, transparent 54% 100%),
    linear-gradient(90deg, var(--tier-edge, rgba(97, 204, 245, 0.74)), transparent 62%) top / 100% 2px no-repeat,
    linear-gradient(90deg, transparent, var(--tier-edge, rgba(255, 188, 74, 0.72)), transparent) bottom / 100% 2px no-repeat,
    linear-gradient(180deg, var(--tier-side, rgba(97, 204, 245, 0.36)), transparent 72%) left / 2px 100% no-repeat,
    linear-gradient(180deg, var(--tier-side, rgba(255, 188, 74, 0.34)), transparent 72%) right / 2px 100% no-repeat;
  opacity: 0.78;
  transform: translateX(-18%);
  animation: rewardEdgeSweep var(--tier-sweep, 5.4s) ease-in-out infinite;
}

.glory-theme .reward-tier-card::after {
  content: "";
  position: absolute;
  width: 144px;
  height: 144px;
  right: -48px;
  bottom: -44px;
  z-index: 1;
  border: 1px solid rgba(255, 218, 118, 0.2);
  background:
    linear-gradient(45deg, transparent 48%, rgba(255, 218, 118, 0.24) 50%, transparent 52%),
    radial-gradient(circle, rgba(255, 218, 118, 0.16), transparent 58%);
  transform: rotate(45deg);
  pointer-events: none;
}

.glory-theme .reward-tier-card:hover,
.glory-theme .reward-tier-card:focus-visible {
  border-color: var(--tier-edge, rgba(255, 218, 118, 0.74));
  filter: saturate(var(--tier-hover-saturation, 1.08)) brightness(1.04);
  transform: translateY(var(--tier-lift, -2px)) scale(var(--tier-scale, 1));
}

.glory-theme .reward-tier-card:focus-visible {
  outline: 2px solid var(--tier-bright, #fff2c7);
  outline-offset: 3px;
}

.glory-theme .reward-tier-card.is-unlocked {
  border-color: var(--tier-edge, rgba(255, 218, 118, 0.74));
}

.glory-theme .reward-tier-card.is-unlocked::before {
  opacity: 1;
}

.glory-theme .reward-tier-card > * {
  position: relative;
  z-index: 2;
}

.glory-theme .reward-tier-aura {
  position: absolute;
  inset: auto 14px 14px auto;
  width: var(--tier-aura-size, 78px);
  height: var(--tier-aura-size, 78px);
  border: 1px solid rgba(255, 218, 118, 0.34);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  background:
    radial-gradient(circle, rgba(255, 244, 188, 0.34), transparent 62%),
    rgba(4, 13, 19, 0.34);
  box-shadow: inset 0 0 22px rgba(255, 218, 118, 0.18);
  opacity: var(--tier-aura-opacity, 0.78);
  animation: rewardGemPulse var(--tier-aura-speed, 3.6s) ease-in-out infinite;
}

.glory-theme .reward-tier-art {
  position: relative;
  display: grid;
  height: 154px;
  margin: 4px -6px 0;
  place-items: center;
  overflow: visible;
}

.glory-theme .reward-tier-art::before {
  content: "";
  position: absolute;
  width: 148px;
  height: 74px;
  left: 50%;
  bottom: 9px;
  border-radius: 50%;
  background: radial-gradient(ellipse, var(--tier-glow, rgba(255, 188, 74, 0.32)), transparent 68%);
  filter: blur(7px);
  opacity: 0.72;
  transform: translateX(-50%);
}

.glory-theme .reward-tier-art::after {
  content: "";
  position: absolute;
  width: 166px;
  height: 166px;
  z-index: 0;
  border-radius: 50%;
  background: conic-gradient(
    from 14deg,
    transparent 0 8deg,
    var(--tier-glow, rgba(255, 188, 74, 0.34)) 9deg 13deg,
    transparent 14deg 38deg,
    rgba(255, 241, 189, 0.22) 39deg 43deg,
    transparent 44deg 82deg,
    var(--tier-glow, rgba(255, 188, 74, 0.34)) 83deg 87deg,
    transparent 88deg 132deg,
    rgba(255, 241, 189, 0.2) 133deg 136deg,
    transparent 137deg 190deg,
    var(--tier-glow, rgba(255, 188, 74, 0.34)) 191deg 196deg,
    transparent 197deg 250deg,
    rgba(255, 241, 189, 0.22) 251deg 255deg,
    transparent 256deg 306deg,
    var(--tier-glow, rgba(255, 188, 74, 0.34)) 307deg 312deg,
    transparent 313deg 360deg
  );
  opacity: 0.22;
  transform: scale(0.72) rotate(0deg);
  transition: opacity 220ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.glory-theme .reward-tier-art img {
  position: relative;
  width: 154px;
  height: 154px;
  z-index: 3;
  object-fit: contain;
  filter: drop-shadow(0 10px 13px rgba(0, 0, 0, 0.5));
  transform: scale(var(--tier-art-scale, 0.82));
  transform-origin: 50% 78%;
  animation: rewardLootCharge var(--tier-art-speed, 5.2s) ease-in-out infinite;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), filter 220ms ease;
  will-change: transform, translate, rotate;
}

.glory-theme .tier-level-1 { --tier-art-scale: 0.76; --tier-art-speed: 5.8s; }
.glory-theme .tier-level-2 { --tier-art-scale: 0.84; --tier-art-speed: 5.4s; }
.glory-theme .tier-level-3 { --tier-art-scale: 0.91; --tier-art-speed: 5s; }
.glory-theme .tier-level-4 { --tier-art-scale: 0.98; --tier-art-speed: 4.6s; }
.glory-theme .tier-level-5 { --tier-art-scale: 1.07; --tier-art-speed: 4.2s; }

@keyframes rewardLootCharge {
  0%, 68%, 100% { translate: 0 0; rotate: 0deg; }
  76% { translate: 0 -4px; rotate: -0.7deg; }
  82% { translate: -2px -3px; rotate: 0.9deg; }
  87% { translate: 2px -5px; rotate: -0.8deg; }
  92% { translate: -1px -2px; rotate: 0.5deg; }
}

.glory-theme .reward-burst-ring {
  position: absolute;
  width: 148px;
  height: 72px;
  z-index: 1;
  border: 2px solid var(--tier-edge, rgba(255, 218, 118, 0.74));
  border-radius: 50%;
  opacity: 0.2;
  transform: scale(0.56);
  animation: rewardBurstCharge var(--tier-aura-speed, 3.6s) ease-out infinite;
  transition: opacity 220ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes rewardBurstCharge {
  0%, 58% { opacity: 0; transform: scale(0.54); }
  82% { opacity: 0.44; }
  100% { opacity: 0; transform: scale(1.18); }
}

.glory-theme .reward-gift-burst {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.glory-theme .reward-gift-burst span {
  position: absolute;
  left: 50%;
  bottom: 44px;
  max-width: 102px;
  border: 1px solid var(--tier-edge, rgba(255, 218, 118, 0.74));
  background: rgba(5, 10, 15, 0.94);
  padding: 5px 6px;
  color: var(--tier-bright, #fff2c7);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 12px) scale(0.45) rotate(0deg);
  transition:
    opacity 160ms ease,
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.glory-theme .reward-gift-burst span:nth-child(2) { transition-delay: 25ms; }
.glory-theme .reward-gift-burst span:nth-child(3) { transition-delay: 50ms; }
.glory-theme .reward-gift-burst span:nth-child(4) { transition-delay: 75ms; }
.glory-theme .reward-gift-burst span:nth-child(5) { transition-delay: 100ms; }

.glory-theme .reward-tier-card:hover .reward-tier-art::after,
.glory-theme .reward-tier-card:focus-visible .reward-tier-art::after {
  opacity: 0.72;
  transform: scale(1.18) rotate(26deg);
}

.glory-theme .reward-tier-card:hover .reward-burst-ring,
.glory-theme .reward-tier-card:focus-visible .reward-burst-ring {
  animation: none;
  opacity: 0.78;
  transform: scale(1.34);
}

.glory-theme .reward-tier-card:hover .reward-tier-art img,
.glory-theme .reward-tier-card:focus-visible .reward-tier-art img {
  animation-play-state: paused;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.52)) drop-shadow(0 0 16px var(--tier-glow));
  transform: scale(calc(var(--tier-art-scale, 0.82) * 1.3)) translateY(-8px);
}

.glory-theme .reward-tier-card:hover .reward-gift-burst span,
.glory-theme .reward-tier-card:focus-visible .reward-gift-burst span {
  opacity: 1;
  transform: translate(calc(-50% + var(--gift-x)), var(--gift-y)) scale(1.08) rotate(var(--gift-rotate));
}

@keyframes campaignSceneBreathe {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -4px; }
}

.glory-theme .reward-tier-main {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.glory-theme .reward-tier-title,
.glory-theme .reward-condition {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border: 1px solid rgba(255, 218, 118, 0.24);
  padding: 0 10px;
  color: var(--glory-gold-pale);
  font-size: 12px;
  font-weight: 900;
}

.glory-theme .reward-condition {
  border-color: rgba(97, 204, 245, 0.18);
  color: var(--glory-muted);
  background: rgba(4, 13, 19, 0.42);
}

.glory-theme .reward-rule {
  margin: 12px 0 0;
  color: var(--glory-muted);
  font-size: 12px;
  line-height: 1.65;
}

.glory-theme .reward-rule b {
  display: block;
  margin-bottom: 3px;
  color: var(--glory-gold-pale);
  font-size: 12px;
}

.glory-theme .reward-prize {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 14px;
  min-height: 58px;
}

.glory-theme .reward-prize span,
.glory-theme .reward-prize em {
  color: var(--glory-gold-pale);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
  text-shadow: 0 0 16px var(--tier-glow, rgba(255, 188, 74, 0.32));
}

.glory-theme .reward-prize b {
  color: #fff2c7;
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(30px, 2.8vw, 44px);
  line-height: 0.86;
  letter-spacing: -0.04em;
  white-space: nowrap;
  text-shadow:
    0 0 18px var(--tier-glow, rgba(255, 188, 74, 0.42)),
    0 0 34px rgba(255, 218, 118, 0.18);
}

.glory-theme .reward-diamonds {
  display: inline-flex;
  margin-top: 10px;
  border: 1px solid rgba(97, 204, 245, 0.24);
  padding: 5px 8px;
  color: var(--glory-blue);
  font-size: 11px;
  font-weight: 900;
}

.glory-theme .reward-all-member-badge {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 12px;
  background: linear-gradient(90deg, var(--tier-glow, rgba(255, 188, 74, 0.28)), transparent 84%);
  padding: 8px 10px;
}

.glory-theme .reward-all-member-badge b {
  color: #fff3c8;
  font-size: 15px;
}

.glory-theme .reward-all-member-badge span {
  color: rgba(255, 243, 214, 0.78);
  font-size: 11px;
  font-weight: 800;
}

.glory-theme .reward-team-roster {
  display: grid;
  gap: 9px;
  margin-top: 14px;
  border-top: 1px solid rgba(230, 183, 93, 0.18);
  padding-top: 12px;
}

.glory-theme .reward-team-roster-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.glory-theme .reward-team-roster-head span {
  color: var(--glory-muted);
  font-size: 12px;
  font-weight: 900;
}

.glory-theme .reward-team-roster-head strong {
  color: var(--tier-bright, #fff2c7);
  font-size: 17px;
}

.glory-theme .reward-team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-content: flex-start;
}

.glory-theme .reward-team-list > span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  border: 1px solid color-mix(in srgb, var(--tier-edge, #e6b75d) 46%, transparent);
  background: rgba(4, 12, 18, 0.58);
  padding: 3px 6px;
  color: rgba(255, 247, 225, 0.88);
  font-size: 10px;
  font-weight: 800;
}

.glory-theme .reward-team-list > small {
  color: var(--glory-muted);
  font-size: 11px;
  line-height: 1.55;
}

.glory-theme .reward-sprint {
  display: grid;
  grid-template-columns: auto auto;
  gap: 4px 10px;
  align-items: center;
  margin-top: 16px;
  border-top: 1px solid rgba(230, 183, 93, 0.14);
  padding-top: 12px;
}

.glory-theme .reward-sprint span {
  color: var(--glory-dim);
  font-size: 12px;
  font-weight: 900;
}

.glory-theme .reward-sprint strong {
  color: var(--tier-bright, #fff2c7);
  font-size: 20px;
}

.glory-theme .reward-sprint small {
  grid-column: 1 / -1;
  min-height: 20px;
  color: var(--glory-muted);
  font-size: 12px;
  line-height: 1.55;
}

.glory-theme .reward-sprint .team-identity {
  display: inline-flex;
}

.glory-theme .bronze-loot {
  --tier-edge: rgba(205, 142, 88, 0.72);
  --tier-side: rgba(128, 77, 46, 0.42);
  --tier-glow: rgba(224, 132, 63, 0.34);
  --tier-bright: #e8b27d;
  --tier-sweep: 7.2s;
  --tier-aura-speed: 4.8s;
  --tier-aura-opacity: 0.5;
  --tier-lift: -2px;
  background:
    linear-gradient(118deg, transparent 0 29%, rgba(232, 178, 125, 0.08) 30%, transparent 34% 66%, rgba(83, 45, 29, 0.22) 68%, transparent 72%),
    radial-gradient(circle at 82% 18%, rgba(224, 132, 63, 0.17), transparent 28%),
    linear-gradient(145deg, rgba(91, 52, 34, 0.72), rgba(12, 12, 13, 0.97));
}

.glory-theme .gold-loot {
  --tier-edge: rgba(92, 181, 255, 0.82);
  --tier-side: rgba(50, 111, 190, 0.48);
  --tier-glow: rgba(69, 157, 255, 0.44);
  --tier-bright: #9fd4ff;
  --tier-sweep: 6.2s;
  --tier-aura-speed: 4.1s;
  --tier-aura-opacity: 0.62;
  --tier-lift: -2px;
  background:
    linear-gradient(132deg, transparent 0 38%, rgba(160, 219, 255, 0.1) 40%, transparent 43% 71%, rgba(57, 114, 190, 0.14) 73%, transparent 76%),
    radial-gradient(circle at 82% 18%, rgba(92, 181, 255, 0.22), transparent 28%),
    linear-gradient(145deg, rgba(20, 70, 126, 0.68), rgba(5, 13, 23, 0.97));
}

.glory-theme .crown-loot {
  --tier-edge: rgba(198, 135, 255, 0.9);
  --tier-side: rgba(131, 75, 196, 0.54);
  --tier-glow: rgba(183, 103, 255, 0.52);
  --tier-bright: #e6c1ff;
  --tier-sweep: 5.3s;
  --tier-aura-speed: 3.5s;
  --tier-aura-size: 84px;
  --tier-aura-opacity: 0.74;
  --tier-lift: -3px;
  --tier-scale: 1.005;
  border-color: rgba(198, 135, 255, 0.4);
  background:
    linear-gradient(35deg, transparent 0 44%, rgba(224, 186, 255, 0.1) 45%, transparent 48%),
    radial-gradient(circle at 78% 12%, rgba(198, 135, 255, 0.27), transparent 24%),
    radial-gradient(circle at 18% 84%, rgba(255, 188, 74, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(70, 34, 104, 0.72), rgba(12, 7, 20, 0.97));
}

.glory-theme .crown-loot .reward-tier-title::before {
  content: "◆";
  margin-right: 6px;
  color: #fff2c7;
}

.glory-theme .diamond-loot {
  --tier-edge: rgba(144, 224, 255, 0.92);
  --tier-side: rgba(97, 204, 245, 0.5);
  --tier-glow: rgba(97, 204, 245, 0.52);
  --tier-bright: #c9f4ff;
  --tier-sweep: 4.4s;
  --tier-aura-speed: 2.9s;
  --tier-aura-size: 90px;
  --tier-aura-opacity: 0.86;
  --tier-lift: -4px;
  --tier-scale: 1.008;
  --tier-hover-saturation: 1.14;
  background:
    linear-gradient(58deg, transparent 0 28%, rgba(201, 244, 255, 0.12) 29%, transparent 32% 69%, rgba(84, 205, 255, 0.1) 70%, transparent 74%),
    radial-gradient(circle at 78% 12%, rgba(144, 224, 255, 0.24), transparent 26%),
    linear-gradient(145deg, rgba(26, 96, 130, 0.52), rgba(4, 12, 18, 0.96));
}

.glory-theme .legend-loot {
  --tier-edge: rgba(255, 222, 129, 0.98);
  --tier-side: rgba(255, 87, 48, 0.62);
  --tier-glow: rgba(255, 102, 57, 0.7);
  --tier-bright: #ffe9a9;
  --tier-sweep: 3.5s;
  --tier-aura-speed: 2.3s;
  --tier-aura-size: 98px;
  --tier-aura-opacity: 1;
  --tier-lift: -5px;
  --tier-scale: 1.012;
  --tier-hover-saturation: 1.2;
  border-color: rgba(255, 205, 105, 0.54);
  background:
    linear-gradient(118deg, transparent 0 20%, rgba(255, 236, 171, 0.16) 22%, transparent 26% 62%, rgba(255, 100, 65, 0.14) 64%, transparent 69%),
    radial-gradient(circle at 78% 12%, rgba(255, 226, 139, 0.34), transparent 25%),
    radial-gradient(circle at 18% 84%, rgba(255, 77, 47, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(142, 43, 23, 0.72), rgba(22, 8, 6, 0.98));
}

.glory-theme .stage-reward-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  border-bottom: 1px solid rgba(230, 183, 93, 0.24);
  padding-bottom: 10px;
}

.glory-theme .stage-reward-head div {
  display: grid;
  gap: 4px;
}

.glory-theme .stage-reward-head strong {
  color: var(--glory-gold-pale);
  font-size: 20px;
}

.glory-theme .stage-reward-head span,
.glory-theme .stage-reward-head em {
  color: var(--glory-muted);
  font-size: 12px;
  font-style: normal;
}

.glory-theme .stage-reward-head em {
  color: var(--glory-fire-hot);
  font-weight: 900;
}

.glory-theme .stage-reward-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 14px;
  border-top: 1px solid rgba(97, 204, 245, 0.2);
  border-bottom: 1px solid rgba(97, 204, 245, 0.2);
}

.glory-theme .stage-reward-node {
  position: relative;
  min-height: 226px;
  padding: 16px;
  background: rgba(4, 13, 19, 0.42);
}

.glory-theme .stage-reward-node + .stage-reward-node {
  border-left: 1px solid rgba(97, 204, 245, 0.18);
}

.glory-theme .stage-reward-node.is-live {
  background: linear-gradient(145deg, rgba(23, 99, 143, 0.34), rgba(4, 13, 19, 0.72));
}

.glory-theme .stage-reward-node.is-settled {
  background: linear-gradient(145deg, rgba(125, 89, 38, 0.32), rgba(4, 13, 19, 0.72));
}

.glory-theme .stage-node-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.glory-theme .stage-node-top span,
.glory-theme .stage-node-top em {
  color: var(--glory-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.glory-theme .stage-reward-node.is-live .stage-node-top em {
  color: var(--glory-blue);
}

.glory-theme .stage-reward-node > strong {
  display: block;
  margin-top: 10px;
  color: var(--glory-ink);
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 28px;
}

.glory-theme .stage-award {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 16px;
}

.glory-theme .stage-award b {
  color: var(--glory-fire-hot);
  font-size: 30px;
}

.glory-theme .stage-award span,
.glory-theme .stage-reward-node > p,
.glory-theme .stage-result small {
  color: var(--glory-muted);
  font-size: 11px;
  line-height: 1.55;
}

.glory-theme .stage-reward-node > p {
  margin: 6px 0 0;
}

.glory-theme .stage-result {
  display: grid;
  gap: 5px;
  margin-top: 14px;
  border-top: 1px solid rgba(230, 183, 93, 0.14);
  padding-top: 10px;
}

.glory-theme .stage-result span {
  color: var(--glory-gold-pale);
  font-size: 13px;
  font-weight: 900;
}

.glory-theme .panel {
  padding: 18px;
}

.glory-theme .panel-head {
  min-height: 50px;
  align-items: center;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(230, 183, 93, 0.16);
  padding: 0 0 12px;
}

.glory-theme .panel-head::after {
  content: "◆";
  color: rgba(230, 183, 93, 0.66);
  font-size: 10px;
}

.glory-theme .panel-head h2 {
  font-size: clamp(20px, 1.9vw, 26px);
}

.glory-theme .live-arena-panel .panel-head {
  display: grid;
  grid-template-columns: minmax(180px, auto) 1fr;
}

.glory-theme .live-arena-panel .panel-head h2 {
  font-size: clamp(19px, 1.7vw, 24px);
  white-space: nowrap;
}

.glory-theme .mode-switch,
.glory-theme .tabs,
.glory-theme .rank-toggle,
.glory-theme .table-tools {
  gap: 6px;
}

.glory-theme .mode-switch button,
.glory-theme .rank-toggle button,
.glory-theme .tab,
.glory-theme select,
.glory-theme input {
  min-height: 34px;
  border: 1px solid rgba(230, 183, 93, 0.24);
  border-radius: 0;
  background: rgba(4, 11, 16, 0.9);
  color: var(--glory-muted);
  font-size: 12px;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.glory-theme .mode-switch button:hover,
.glory-theme .rank-toggle button:hover,
.glory-theme .tab:hover {
  border-color: rgba(230, 183, 93, 0.58);
  color: var(--glory-gold-pale);
}

.glory-theme .mode-switch button.is-active,
.glory-theme .rank-toggle button.is-active,
.glory-theme .tab.is-active {
  border-color: var(--glory-gold);
  background: rgba(125, 89, 38, 0.25);
  color: #fff2c7;
  box-shadow: none;
}

.glory-theme .rank-toggle {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-wrap: wrap;
}

.glory-theme input::placeholder {
  color: #879aa2;
}

.glory-theme .duel-feed {
  gap: 9px;
}

.glory-theme .duel-card {
  position: relative;
  gap: 11px;
  border: 1px solid rgba(230, 183, 93, 0.2);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(23, 99, 143, 0.2), transparent 44%, rgba(141, 48, 47, 0.18)),
    rgba(4, 12, 18, 0.96);
  padding: 12px;
  clip-path: var(--glory-cut-small);
  transition: border-color 160ms ease, background-color 160ms ease;
  animation: none;
}

.glory-theme .duel-card::before {
  content: "";
  position: absolute;
  width: 156px;
  height: 156px;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(230, 183, 93, 0.11);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
}

.glory-theme .duel-card::after {
  content: "";
  position: absolute;
  display: block;
  width: 68px;
  height: 68px;
  inset: 50% auto auto 50%;
  border: 1px solid rgba(230, 183, 93, 0.18);
  border-radius: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  background:
    linear-gradient(45deg, transparent 49%, rgba(97, 204, 245, 0.14) 50%, transparent 51%),
    linear-gradient(-45deg, transparent 49%, rgba(255, 112, 94, 0.14) 50%, transparent 51%);
  pointer-events: none;
}

.glory-theme .duel-card:hover,
.glory-theme .duel-card.is-selected {
  border-color: rgba(230, 183, 93, 0.72);
  background-color: rgba(125, 89, 38, 0.1);
  box-shadow: inset 0 0 0 1px rgba(230, 183, 93, 0.12);
  transform: none;
}

.glory-theme .duel-card:hover::after,
.glory-theme .duel-card.is-selected::after {
  animation: none;
}

.glory-theme .duel-head,
.glory-theme .duel-row,
.glory-theme .arena-members {
  position: relative;
  z-index: 1;
}

.glory-theme .arena-name {
  color: var(--glory-gold-pale);
  font-size: 13px;
}

.glory-theme .result-tag {
  min-height: 23px;
  border: 1px solid rgba(97, 204, 245, 0.36);
  border-radius: 0;
  background: rgba(23, 99, 143, 0.2);
  color: var(--glory-blue);
  font-size: 11px;
}

.glory-theme .result-tag.attack {
  border-color: rgba(255, 112, 94, 0.38);
  background: rgba(141, 48, 47, 0.2);
  color: var(--glory-red);
}

.glory-theme .duel-row {
  gap: 10px;
}

.glory-theme .duel-side {
  position: relative;
  border: 1px solid rgba(97, 204, 245, 0.28);
  border-radius: 0;
  padding: 10px;
  clip-path: var(--glory-cut-small);
  overflow: hidden;
}

.glory-theme .duel-side::after {
  content: "◇";
  position: absolute;
  top: 7px;
  right: 8px;
  color: rgba(97, 204, 245, 0.54);
  font-size: 13px;
}

.glory-theme .duel-side.defense {
  background: linear-gradient(145deg, rgba(23, 99, 143, 0.28), rgba(4, 16, 24, 0.8));
}

.glory-theme .duel-side.attack {
  border-color: rgba(255, 112, 94, 0.3);
  background: linear-gradient(145deg, rgba(141, 48, 47, 0.24), rgba(24, 8, 10, 0.76));
}

.glory-theme .duel-side.attack::after {
  color: rgba(255, 112, 94, 0.58);
}

.glory-theme .duel-side.is-winner {
  border-color: rgba(230, 183, 93, 0.72);
  background:
    radial-gradient(circle at 86% 14%, rgba(230, 183, 93, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(125, 89, 38, 0.2), rgba(4, 16, 24, 0.82));
  box-shadow:
    inset 0 0 0 1px rgba(230, 183, 93, 0.2),
    inset 0 0 28px rgba(230, 183, 93, 0.12);
}

.glory-theme .duel-side.is-winner::before,
.glory-theme .tri-side.is-winner::before,
.glory-theme .fighter-card.is-winner::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(20px 58px at 12% 112%, rgba(255, 246, 186, 0.92) 0 8%, rgba(255, 155, 56, 0.72) 23%, rgba(255, 72, 32, 0.38) 52%, transparent 78%),
    radial-gradient(32px 76px at 32% 118%, rgba(255, 239, 160, 0.84) 0 8%, rgba(255, 133, 35, 0.68) 24%, rgba(255, 58, 30, 0.36) 54%, transparent 80%),
    radial-gradient(24px 66px at 57% 112%, rgba(255, 250, 205, 0.86) 0 8%, rgba(255, 154, 44, 0.7) 22%, rgba(255, 74, 31, 0.36) 52%, transparent 78%),
    radial-gradient(28px 72px at 81% 116%, rgba(255, 237, 152, 0.84) 0 7%, rgba(255, 126, 32, 0.7) 23%, rgba(255, 54, 27, 0.36) 54%, transparent 80%),
    linear-gradient(0deg, rgba(255, 69, 31, 0.38), rgba(255, 155, 56, 0.2) 38%, transparent 76%),
    linear-gradient(90deg, rgba(230, 183, 93, 0.72), transparent 42%) top / 100% 2px no-repeat,
    linear-gradient(90deg, transparent, rgba(255, 77, 47, 0.74), rgba(255, 241, 170, 0.8), rgba(255, 155, 56, 0.7), transparent) bottom / 100% 4px no-repeat,
    linear-gradient(180deg, rgba(255, 155, 56, 0.5), transparent 66%) left / 3px 100% no-repeat,
    linear-gradient(180deg, rgba(255, 155, 56, 0.46), transparent 66%) right / 3px 100% no-repeat;
  background-position: 12% 112%, 32% 118%, 57% 112%, 81% 116%, bottom, top, bottom, left, right;
  opacity: 0.84;
  -webkit-mask-image: linear-gradient(to top, #000 0 48%, rgba(0, 0, 0, 0.72) 62%, transparent 84%);
  mask-image: linear-gradient(to top, #000 0 48%, rgba(0, 0, 0, 0.72) 62%, transparent 84%);
  animation:
    advantagePulse 3.2s ease-in-out infinite,
    flameWallRoar 1.9s ease-in-out infinite;
}

.glory-theme .duel-side.is-winner::after {
  content: "火力全开";
  z-index: 3;
  color: var(--glory-gold-pale);
  text-shadow: 0 0 10px rgba(255, 155, 56, 0.72);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.glory-theme .duel-side > *,
.glory-theme .tri-side > *,
.glory-theme .fighter-card > * {
  position: relative;
  z-index: 2;
}

.glory-theme .duel-side.is-winner strong,
.glory-theme .tri-side.is-winner strong,
.glory-theme .fighter-card.is-winner .fighter-name,
.glory-theme .fighter-card.is-winner .fighter-score {
  text-shadow:
    0 0 12px rgba(255, 155, 56, 0.34),
    0 0 22px rgba(230, 183, 93, 0.18);
}

.glory-theme .duel-label {
  color: var(--glory-blue);
  letter-spacing: 0.04em;
}

.glory-theme .duel-side.attack .duel-label {
  color: var(--glory-red);
}

.glory-theme .duel-side strong {
  color: #f8f4e9;
}

.glory-theme .duel-side small,
.glory-theme .duel-subline {
  color: var(--glory-muted);
}

.glory-theme .daily-growth {
  display: inline-flex;
  width: fit-content;
  margin-top: 6px;
  border: 1px solid rgba(230, 183, 93, 0.28);
  background: rgba(230, 183, 93, 0.08);
  padding: 3px 6px;
  color: var(--glory-gold-pale);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
}

.glory-theme .duel-side.attack .daily-growth {
  border-color: rgba(255, 112, 94, 0.34);
  background: rgba(255, 112, 94, 0.08);
  color: #ffb7aa;
}

.glory-theme .tri-side .daily-growth {
  margin-top: 7px;
}

.glory-theme .duel-versus {
  position: relative;
  z-index: 1;
}

.glory-theme .duel-score {
  color: var(--glory-ink);
  font-family: "Arial Narrow", Arial, sans-serif;
  letter-spacing: 0.04em;
}

.glory-theme .duel-score b {
  color: var(--glory-gold);
  text-shadow: none;
}

.glory-theme .tower-line {
  gap: 7px;
  color: var(--glory-gold);
}

.glory-theme .tower-line i {
  width: 9px;
  border-color: currentColor;
}

.glory-theme .tower-line .blue-tower {
  color: var(--glory-blue);
  background: rgba(97, 204, 245, 0.16);
}

.glory-theme .tower-line .red-tower {
  color: var(--glory-red);
  background: rgba(255, 112, 94, 0.16);
}

.glory-theme .tower-line span {
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: gloryMinionPulse 3.4s ease-in-out infinite;
}

.glory-theme .blue-minion {
  border: 1px solid var(--glory-blue);
  background: rgba(97, 204, 245, 0.32);
}

.glory-theme .red-minion {
  border: 1px solid var(--glory-red);
  background: rgba(255, 112, 94, 0.32);
  animation-delay: 1.2s;
}

.glory-theme .versus-meter,
.glory-theme .meter,
.glory-theme .bar-track {
  border-radius: 0;
  background: rgba(157, 177, 185, 0.12);
}

.glory-theme .versus-meter {
  height: 11px;
  border: 1px solid rgba(230, 183, 93, 0.2);
}

.glory-theme .versus-meter span,
.glory-theme .meter span,
.glory-theme .bar-track span,
.glory-theme .contribution-row i b {
  border-radius: 0;
}

.glory-theme .defense-bar,
.glory-theme .meter span {
  background: linear-gradient(90deg, var(--glory-blue-deep), var(--glory-blue));
}

.glory-theme .attack-bar,
.glory-theme .attack .contribution-row i b {
  background: linear-gradient(90deg, var(--glory-red-deep), var(--glory-red));
}

.glory-theme .tri-duel-card {
  gap: 13px;
  background:
    linear-gradient(90deg, rgba(23, 99, 143, 0.16), rgba(125, 89, 38, 0.1) 50%, rgba(141, 48, 47, 0.16)),
    rgba(4, 12, 18, 0.97);
}

.glory-theme .tri-duel-card::before {
  width: 210px;
  height: 210px;
  border-color: rgba(230, 183, 93, 0.14);
}

.glory-theme .tri-result {
  border-color: rgba(230, 183, 93, 0.5);
  background: rgba(125, 89, 38, 0.22);
  color: var(--glory-gold-pale);
}

.glory-theme .tri-duel-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.glory-theme .tri-side {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(230, 183, 93, 0.24);
  padding: 10px;
  background: rgba(4, 13, 19, 0.84);
  clip-path: var(--glory-cut-small);
}

.glory-theme .tri-side.slot-1 {
  border-color: rgba(97, 204, 245, 0.4);
  background: linear-gradient(145deg, rgba(23, 99, 143, 0.24), rgba(4, 13, 19, 0.88));
}

.glory-theme .tri-side.slot-2 {
  border-color: rgba(230, 183, 93, 0.42);
  background: linear-gradient(145deg, rgba(125, 89, 38, 0.22), rgba(4, 13, 19, 0.88));
}

.glory-theme .tri-side.slot-3 {
  border-color: rgba(255, 112, 94, 0.4);
  background: linear-gradient(145deg, rgba(141, 48, 47, 0.22), rgba(18, 7, 9, 0.88));
}

.glory-theme .tri-side.is-winner {
  border-color: var(--glory-gold);
  background:
    radial-gradient(circle at 84% 14%, rgba(230, 183, 93, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(125, 89, 38, 0.22), rgba(4, 13, 19, 0.9));
  box-shadow:
    inset 0 0 0 1px rgba(230, 183, 93, 0.2),
    inset 0 0 26px rgba(230, 183, 93, 0.12);
}

.glory-theme .tri-side.is-winner::after {
  content: "火力全开";
  position: absolute;
  z-index: 3;
  right: 8px;
  bottom: 7px;
  color: var(--glory-gold-pale);
  text-shadow: 0 0 10px rgba(255, 155, 56, 0.68);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.glory-theme .tri-side-head,
.glory-theme .tri-rank-line,
.glory-theme .tri-route {
  display: flex;
  align-items: center;
}

.glory-theme .tri-side-head {
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--glory-muted);
  font-size: 10px;
  font-weight: 900;
}

.glory-theme .tri-side-head b {
  color: var(--glory-gold-pale);
  font-size: 10px;
}

.glory-theme .tri-side > strong {
  display: block;
  margin-bottom: 5px;
  color: var(--glory-ink);
  font-size: 17px;
  overflow-wrap: anywhere;
}

.glory-theme .tri-side > small {
  color: var(--glory-muted);
  font-size: 11px;
}

.glory-theme .tri-rank-line {
  gap: 7px;
  margin-top: 9px;
}

.glory-theme .tri-rank-line span {
  color: var(--glory-gold);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.glory-theme .tri-rank-line i {
  display: block;
  flex: 1;
  height: 4px;
  background: rgba(157, 177, 185, 0.14);
}

.glory-theme .tri-rank-line i b {
  display: block;
  width: var(--w);
  height: 100%;
  background: linear-gradient(90deg, var(--glory-gold-deep), var(--glory-gold));
}

.glory-theme .tri-route {
  position: relative;
  z-index: 1;
  justify-content: center;
  gap: 8px;
  color: var(--glory-muted);
  font-size: 11px;
}

.glory-theme .tri-route i {
  width: 30px;
  height: 1px;
  background: rgba(230, 183, 93, 0.48);
}

.glory-theme .tri-route b {
  color: var(--glory-gold);
}

.glory-theme .arena-members {
  align-items: center;
}

.glory-theme .lineup-label {
  color: var(--glory-red);
}

.glory-theme .member-pill {
  border-radius: 0;
  background: rgba(5, 13, 18, 0.62);
  color: var(--glory-muted);
}

.glory-theme .member-pill.win {
  border-color: rgba(230, 183, 93, 0.66);
  color: var(--glory-gold-pale);
}

.glory-theme .contribution-panel {
  border-color: rgba(97, 204, 245, 0.18);
}

.glory-theme .attack .contribution-panel {
  border-color: rgba(255, 112, 94, 0.2);
}

.glory-theme .contribution-head {
  color: var(--glory-gold);
}

.glory-theme .fighter-card,
.glory-theme .ring-stat {
  position: relative;
  border-radius: 0;
  clip-path: var(--glory-cut-small);
}

.glory-theme .fighter-card {
  border-color: rgba(97, 204, 245, 0.24);
  background:
    linear-gradient(145deg, rgba(23, 99, 143, 0.2), rgba(4, 12, 18, 0.92));
}

.glory-theme .fighter-card:nth-child(3) {
  border-color: rgba(255, 112, 94, 0.24);
  background:
    linear-gradient(145deg, rgba(141, 48, 47, 0.2), rgba(20, 8, 10, 0.92));
}

.glory-theme .fighter-card::after {
  content: "HERO";
  position: absolute;
  z-index: 3;
  right: 9px;
  bottom: 8px;
  color: rgba(230, 183, 93, 0.34);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.glory-theme .fighter-card.is-winner {
  border-color: var(--glory-gold);
  background:
    radial-gradient(circle at 84% 16%, rgba(230, 183, 93, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(125, 89, 38, 0.24), rgba(4, 12, 18, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(230, 183, 93, 0.24),
    inset 0 0 34px rgba(230, 183, 93, 0.14);
}

.glory-theme .fighter-card.is-winner::after {
  content: "火力全开";
  color: rgba(255, 229, 165, 0.76);
  text-shadow: 0 0 12px rgba(255, 155, 56, 0.58);
}

.glory-theme .fighter-role {
  color: var(--glory-gold);
}

.glory-theme .fighter-score {
  color: var(--glory-gold-pale);
  font-family: "Arial Narrow", Arial, sans-serif;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.glory-theme .fighter-card.is-winner .fighter-score {
  color: #fff0bd;
}

.glory-theme .ring-stat {
  border-color: rgba(230, 183, 93, 0.2);
  background: rgba(4, 12, 18, 0.78);
}

.glory-theme .ring-stat::after {
  content: "◆";
  position: absolute;
  right: 9px;
  top: 8px;
  color: rgba(230, 183, 93, 0.5);
  font-size: 10px;
}

.glory-theme .ring-stat strong {
  color: var(--glory-gold-pale);
  font-family: "Arial Narrow", Arial, sans-serif;
}

.glory-theme .split-orb {
  position: relative;
  border: 1px solid rgba(230, 183, 93, 0.64);
  background: conic-gradient(var(--glory-blue) var(--defense), var(--glory-red) 0);
  box-shadow: none;
}

.glory-theme .split-orb::before {
  content: "";
  position: absolute;
  inset: -9px;
  border: 1px solid rgba(230, 183, 93, 0.2);
  border-radius: 50%;
}

.glory-theme .split-orb span {
  color: var(--glory-gold-pale);
  font-family: "Arial Narrow", Arial, sans-serif;
  background: #07131b;
}

.glory-theme .split-row,
.glory-theme .module-row,
.glory-theme .rank-row {
  border-color: rgba(230, 183, 93, 0.15);
}

.glory-theme .rank-row {
  min-height: 46px;
  animation: none;
}

.glory-theme .rank-index {
  display: grid;
  width: 26px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(230, 183, 93, 0.4);
  color: var(--glory-gold);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 11px;
  transform: rotate(45deg);
}

.glory-theme .rank-index::first-letter {
  transform: rotate(-45deg);
}

.glory-theme .rank-name {
  color: var(--glory-ink);
}

.glory-theme .rank-meta,
.glory-theme .bar-meta,
.glory-theme .arena-meta,
.glory-theme .fighter-meta {
  color: var(--glory-muted);
}

.glory-theme .tabs {
  min-height: 52px;
  margin: 12px 0 14px;
  border-top: 1px solid rgba(230, 183, 93, 0.22);
  border-bottom: 1px solid rgba(230, 183, 93, 0.22);
  padding: 8px 0;
}

.glory-theme .tabs::before {
  content: "◆  峡谷分路";
  flex: 0 0 auto;
  color: rgba(230, 183, 93, 0.84);
  padding: 0 8px 0 2px;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.glory-theme .chart-svg .chart-area {
  fill: rgba(97, 204, 245, 0.12);
}

.glory-theme .chart-svg .chart-line {
  stroke: var(--glory-blue);
}

.glory-theme .chart-svg .chart-point {
  fill: var(--glory-gold);
}

.glory-theme .axis-label {
  fill: var(--glory-muted);
  font-family: "Arial Narrow", Arial, sans-serif;
}

.glory-theme .activity-channel-panel {
  margin-top: 14px;
}

.glory-theme .pending-team-panel {
  position: relative;
  margin-top: 14px;
  overflow: hidden;
}

.glory-theme .pending-team-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 218, 118, 0.13), transparent 28%),
    radial-gradient(circle at 10% 100%, rgba(97, 204, 245, 0.11), transparent 30%),
    linear-gradient(90deg, rgba(97, 204, 245, 0.06), transparent 42%, rgba(255, 112, 94, 0.06));
  opacity: 0.9;
}

.glory-theme .pending-team-head,
.glory-theme .pending-team-grid {
  position: relative;
  z-index: 1;
}

.glory-theme .pending-team-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.glory-theme .pending-team-head::after {
  display: none;
}

.glory-theme .pending-team-head .subline {
  margin-top: 6px;
  color: var(--glory-muted);
}

.glory-theme .sleepy-guard {
  position: relative;
  display: grid;
  width: 158px;
  height: 134px;
  place-items: center;
  overflow: visible;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.38));
}

.glory-theme .sleepy-guard::before {
  content: "";
  position: absolute;
  inset: 28px 6px 6px 12px;
  border: 1px solid rgba(230, 183, 93, 0.24);
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 218, 118, 0.22), transparent 46%),
    linear-gradient(135deg, rgba(230, 183, 93, 0.1), rgba(36, 178, 236, 0.07));
  clip-path: var(--glory-cut-small);
  opacity: 0.82;
}

.glory-theme .sleepy-guard img {
  position: relative;
  z-index: 1;
  display: block;
  width: 126px;
  height: auto;
  transform-origin: 50% 88%;
  animation: sleepyMinionBob 4.8s ease-in-out infinite;
}

.glory-theme .sleepy-z {
  position: absolute;
  z-index: 2;
  right: 8px;
  color: rgba(255, 235, 170, 0.88);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-shadow:
    0 0 8px rgba(255, 219, 118, 0.72),
    0 0 18px rgba(230, 183, 93, 0.36);
  transform: translate3d(0, 0, 0) rotate(-12deg);
  animation: sleepySnore 3.6s ease-in-out infinite;
}

.glory-theme .sleepy-z-one {
  top: 38px;
  right: 28px;
  animation-delay: 0s;
}

.glory-theme .sleepy-z-two {
  top: 24px;
  right: 11px;
  font-size: 17px;
  animation-delay: 0.55s;
}

.glory-theme .sleepy-z-three {
  top: 7px;
  right: -8px;
  font-size: 22px;
  animation-delay: 1.08s;
}

.glory-theme .pending-team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.glory-theme .pending-team-card {
  border: 1px solid rgba(230, 183, 93, 0.18);
  background:
    linear-gradient(120deg, rgba(97, 204, 245, 0.1), transparent 46%, rgba(255, 112, 94, 0.08)),
    rgba(4, 13, 19, 0.82);
  padding: 13px;
  clip-path: var(--glory-cut-small);
}

.glory-theme .pending-team-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.glory-theme .pending-team-title strong {
  color: var(--glory-gold-pale);
  font-size: 16px;
}

.glory-theme .pending-team-title span {
  color: var(--glory-muted);
  font-size: 12px;
  font-weight: 800;
}

.glory-theme .pending-name-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  max-height: 232px;
  overflow: auto;
  padding-right: 2px;
}

.glory-theme .pending-name-cloud span,
.glory-theme .pending-name-cloud em {
  border: 1px solid rgba(230, 183, 93, 0.2);
  background: rgba(4, 13, 19, 0.72);
  color: var(--glory-ink);
  padding: 5px 8px;
  font-size: 12px;
  font-style: normal;
  line-height: 1;
}

.glory-theme .pending-name-cloud span:nth-child(3n + 1) {
  border-color: rgba(97, 204, 245, 0.28);
}

.glory-theme .pending-name-cloud span:nth-child(3n + 2) {
  border-color: rgba(255, 112, 94, 0.24);
}

.glory-theme .activity-channel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 10px;
}

.glory-theme .activity-channel-row {
  position: relative;
  display: grid;
  gap: 11px;
  min-height: 118px;
  border: 1px solid rgba(230, 183, 93, 0.18);
  background:
    linear-gradient(110deg, rgba(23, 99, 143, 0.16), rgba(4, 12, 18, 0.88) 54%, rgba(141, 48, 47, 0.12));
  padding: 13px;
  clip-path: var(--glory-cut-small);
}

.glory-theme .activity-channel-row::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  right: 10px;
  top: 10px;
  border: 1px solid rgba(230, 183, 93, 0.15);
  transform: rotate(45deg);
  pointer-events: none;
}

.glory-theme .activity-channel-row.is-major {
  border-color: rgba(230, 183, 93, 0.42);
  background:
    radial-gradient(circle at 88% 18%, rgba(230, 183, 93, 0.13), transparent 26%),
    linear-gradient(110deg, rgba(23, 99, 143, 0.22), rgba(4, 12, 18, 0.9) 54%, rgba(141, 48, 47, 0.18));
}

.glory-theme .activity-channel-main,
.glory-theme .activity-channel-metrics,
.glory-theme .activity-channel-track {
  position: relative;
  z-index: 1;
}

.glory-theme .activity-channel-main {
  display: grid;
  gap: 6px;
  padding-right: 46px;
}

.glory-theme .activity-id {
  width: max-content;
  border: 1px solid rgba(230, 183, 93, 0.44);
  color: var(--glory-gold);
  padding: 3px 7px;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
}

.glory-theme .activity-channel-main strong {
  color: var(--glory-ink);
  font-size: 15px;
  line-height: 1.28;
}

.glory-theme .activity-channel-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: end;
  justify-content: space-between;
}

.glory-theme .activity-channel-metrics span {
  display: grid;
  gap: 2px;
}

.glory-theme .activity-channel-metrics b {
  color: var(--glory-gold-pale);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 23px;
  line-height: 1;
}

.glory-theme .activity-channel-metrics small {
  color: var(--glory-muted);
  font-size: 11px;
}

.glory-theme .activity-channel-metrics em {
  color: var(--glory-blue);
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

.glory-theme .activity-channel-track {
  height: 6px;
  border: 1px solid rgba(230, 183, 93, 0.18);
  background: rgba(157, 177, 185, 0.1);
}

.glory-theme .activity-channel-track i {
  display: block;
  width: var(--w);
  height: 100%;
  background: linear-gradient(90deg, var(--glory-blue), var(--glory-gold));
}

.canyon-footer {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  border-top: 1px solid rgba(230, 183, 93, 0.44);
  border-bottom: 1px solid rgba(230, 183, 93, 0.24);
  padding: 16px 18px;
  background:
    linear-gradient(90deg, rgba(23, 99, 143, 0.18), rgba(4, 12, 18, 0.88) 44%, rgba(141, 48, 47, 0.16));
  clip-path: var(--glory-cut-small);
}

.canyon-footer::before {
  content: "";
  position: absolute;
  width: 76px;
  height: 3px;
  left: 18px;
  top: 0;
  background: var(--glory-gold);
}

.footer-title,
.footer-legend {
  display: flex;
  align-items: center;
}

.footer-title {
  color: var(--glory-gold-pale);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.footer-legend {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  color: var(--glory-muted);
  font-size: 11px;
}

.footer-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.footer-legend i {
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
}

.legend-crystal {
  border: 1px solid var(--glory-gold);
  transform: rotate(45deg);
}

.legend-tower {
  border: 1px solid var(--glory-blue);
  background: rgba(97, 204, 245, 0.16);
}

.legend-lane {
  height: 2px;
  border-top: 1px dashed var(--glory-gold);
}

.legend-jungle {
  border: 1px solid var(--glory-green);
  border-radius: 50%;
}

@keyframes gloryBeacon {
  0%,
  100% {
    opacity: 0.48;
    transform: rotate(45deg) scale(0.9);
  }
  50% {
    opacity: 1;
    transform: rotate(45deg) scale(1.08);
  }
}

@keyframes gloryCoreBreath {
  0%,
  100% {
    opacity: 0.46;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.04);
  }
}

@keyframes gloryMinionPulse {
  0%,
  100% {
    opacity: 0.48;
    transform: scale(0.88);
  }
  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes advantagePulse {
  0%,
  100% {
    opacity: 0.62;
    filter: saturate(1);
  }
  50% {
    opacity: 1;
    filter: saturate(1.18);
  }
}

@keyframes flameWallRoar {
  0%,
  100% {
    background-position: 12% 112%, 32% 118%, 57% 112%, 81% 116%, bottom, top, bottom, left, right;
    opacity: 0.74;
    filter: saturate(1.04);
  }
  34% {
    background-position: 10% 104%, 35% 110%, 54% 104%, 84% 108%, bottom, top, bottom, left, right;
    opacity: 0.96;
    filter: saturate(1.18);
  }
  66% {
    background-position: 15% 119%, 28% 106%, 61% 116%, 76% 102%, bottom, top, bottom, left, right;
    opacity: 0.84;
    filter: saturate(1.1);
  }
}

@keyframes crownDiamondGlint {
  0%,
  100% {
    opacity: 0.72;
    filter: saturate(1) brightness(1);
    transform: translateX(-8px);
  }
  48% {
    opacity: 1;
    filter: saturate(1.15) brightness(1.18);
    transform: translateX(8px);
  }
}

@keyframes crownSparkleDrift {
  0%,
  100% {
    opacity: 0.48;
    transform: translate3d(0, 2px, 0);
  }
  42% {
    opacity: 1;
    transform: translate3d(-6px, -3px, 0);
  }
  72% {
    opacity: 0.66;
    transform: translate3d(8px, -6px, 0);
  }
}

@keyframes crownLift {
  0%,
  100% {
    opacity: 0.78;
    transform: translateX(-50%) translateY(1px);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(-2px);
  }
}

@keyframes crownBadgePulse {
  0%,
  100% {
    border-color: rgba(255, 218, 118, 0.58);
    opacity: 0.82;
  }
  50% {
    border-color: rgba(255, 247, 199, 0.92);
    opacity: 1;
  }
}

@keyframes millionCoronationReveal {
  0% {
    opacity: 0.4;
    filter: brightness(2.2) saturate(0.6);
    transform: scale(0.96);
  }
  42% {
    opacity: 1;
    filter: brightness(1.35) saturate(1.25);
  }
  100% {
    filter: brightness(1) saturate(1);
    transform: scale(1);
  }
}

@keyframes millionFrameFlow {
  0% {
    background-position: -80% 0, 0 0, 100% 100%, 0 0, 100% 0;
    filter: brightness(0.94);
  }
  50% {
    filter: brightness(1.34);
  }
  100% {
    background-position: 180% 0, 200% 0, -100% 100%, 0 0, 100% 0;
    filter: brightness(0.94);
  }
}

@keyframes millionDiamondStorm {
  0%,
  100% {
    opacity: 0.48;
    transform: translate3d(-6px, 3px, 0);
  }
  46% {
    opacity: 1;
    transform: translate3d(7px, -4px, 0);
  }
}

@keyframes millionHaloOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes millionRoyalWave {
  0% {
    opacity: 0.72;
    transform: translateY(-50%) scale(0.48);
  }
  78%,
  100% {
    opacity: 0;
    transform: translateY(-50%) scale(1.45);
  }
}

@keyframes millionCoinAscend {
  0% {
    opacity: 0;
    transform: translate3d(0, 14px, 0) rotateY(0deg);
  }
  12% {
    opacity: 0.92;
  }
  82% {
    opacity: 0.82;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--drift), -255px, 0) rotateY(720deg);
  }
}

@keyframes millionSealArrival {
  0% {
    opacity: 0;
    filter: brightness(2.4) blur(6px);
    transform: translateY(-50%) scale(1.45) rotate(-5deg);
  }
  58% {
    opacity: 1;
    filter: brightness(1.5) blur(0);
    transform: translateY(-50%) scale(0.96) rotate(1deg);
  }
  100% {
    filter: brightness(1);
    transform: translateY(-50%) scale(1) rotate(0);
  }
}

@keyframes millionSealOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes millionMarkPulse {
  0%,
  100% {
    filter: brightness(0.96);
  }
  50% {
    filter: brightness(1.35) drop-shadow(0 0 9px rgba(255, 218, 89, 0.54));
  }
}

@keyframes royalHallGleam {
  0%,
  100% {
    opacity: 0.48;
    transform: translate3d(-4px, 0, 0);
  }
  46% {
    opacity: 0.92;
    transform: translate3d(7px, -2px, 0);
  }
}

@keyframes royalCaptainFloat {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-3px);
  }
}

@keyframes sleepyMinionBob {
  0%,
  100% {
    transform: translate3d(0, 2px, 0) rotate(-1.5deg);
  }
  50% {
    transform: translate3d(0, -4px, 0) rotate(1.2deg);
  }
}

@keyframes sleepySnore {
  0%,
  100% {
    opacity: 0;
    transform: translate3d(0, 8px, 0) scale(0.72) rotate(-14deg);
  }
  18% {
    opacity: 0.92;
  }
  56% {
    opacity: 1;
    transform: translate3d(-7px, -5px, 0) scale(1.04) rotate(-9deg);
  }
  86% {
    opacity: 0;
    transform: translate3d(-14px, -18px, 0) scale(1.2) rotate(-4deg);
  }
}

@keyframes emberDrift {
  0%,
  100% {
    opacity: 0.34;
    transform: translate3d(0, 2px, 0);
  }
  45% {
    opacity: 0.86;
    transform: translate3d(-8px, -5px, 0);
  }
  72% {
    opacity: 0.56;
    transform: translate3d(7px, -9px, 0);
  }
}

@keyframes rewardEdgeSweep {
  0%,
  100% {
    opacity: 0.58;
    transform: translateX(-18%);
  }
  46% {
    opacity: 1;
    transform: translateX(14%);
  }
}

@keyframes rewardGemPulse {
  0%,
  100% {
    opacity: 0.66;
    filter: saturate(1) brightness(1);
    transform: rotate(0deg) scale(0.96);
  }
  50% {
    opacity: 1;
    filter: saturate(1.14) brightness(1.18);
    transform: rotate(0deg) scale(1.03);
  }
}

@keyframes mapFireline {
  0%,
  100% {
    opacity: 0.72;
    filter: saturate(1);
  }
  50% {
    opacity: 1;
    filter: saturate(1.22);
  }
}

@keyframes laneEnergyAdvance {
  0% {
    opacity: 0;
    transform: translate3d(-34px, -50%, 0) rotate(45deg);
  }
  10%,
  88% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(calc(min(100vw, 1280px) - 250px), -50%, 0) rotate(45deg);
  }
}

@keyframes blueBattleClash {
  0% {
    transform: translateX(-46px) rotateY(-12deg);
  }
  42% {
    transform: translateX(36px) rotateY(0deg);
  }
  58% {
    transform: translateX(-10px) rotateY(0deg);
  }
  100% {
    transform: translateX(0) rotateY(0deg);
  }
}

@keyframes redBattleClash {
  0% {
    transform: translateX(46px) rotateY(12deg);
  }
  42% {
    transform: translateX(-36px) rotateY(0deg);
  }
  58% {
    transform: translateX(10px) rotateY(0deg);
  }
  100% {
    transform: translateX(0) rotateY(0deg);
  }
}

@keyframes battleCardFlip {
  0%,
  48% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}

.glory-theme .season-live {
  border-color: rgba(139, 204, 157, 0.72);
  background:
    linear-gradient(90deg, rgba(42, 115, 78, 0.34), rgba(8, 27, 36, 0.82)),
    rgba(4, 10, 14, 0.92);
}

.glory-theme .season-live span {
  color: #9ce6af;
}

.glory-theme .status-strip .season-live-chip {
  border-color: rgba(139, 204, 157, 0.72);
  background: rgba(50, 119, 76, 0.25);
  color: #c6f3ce;
}

.glory-theme .season-sprint {
  position: relative;
  border-color: rgba(255, 110, 57, 0.78);
  background:
    linear-gradient(90deg, rgba(145, 30, 14, 0.5), rgba(63, 18, 9, 0.74) 54%, rgba(8, 27, 36, 0.84)),
    rgba(4, 10, 14, 0.92);
  box-shadow: 0 0 8px rgba(255, 74, 32, 0.24);
  animation: sprintStatusPulse 2.8s ease-in-out infinite;
}

.glory-theme .season-sprint::after {
  content: "";
  width: 42px;
  height: 2px;
  margin-left: 2px;
  background: linear-gradient(90deg, #ff6434, transparent);
}

.glory-theme .season-sprint span {
  color: #ff9c5c;
}

.glory-theme .status-strip .season-sprint-chip {
  border-color: rgba(255, 110, 57, 0.78);
  background: rgba(145, 30, 14, 0.34);
  color: #ffe0c4;
}

@keyframes sprintStatusPulse {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.12); }
}

.season-nav {
  position: sticky;
  z-index: 30;
  top: 10px;
  display: flex;
  width: fit-content;
  max-width: 100%;
  gap: 4px;
  margin: 0 auto 22px;
  border: 1px solid rgba(230, 183, 93, 0.36);
  background: rgba(4, 10, 14, 0.94);
  padding: 5px;
  overflow-x: auto;
  scrollbar-width: none;
}

.season-nav::-webkit-scrollbar {
  display: none;
}

.season-nav a {
  flex: 0 0 auto;
  min-height: 38px;
  align-content: center;
  padding: 0 14px;
  color: #d7e6e8;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.season-nav a:first-child,
.season-nav a:hover {
  background: rgba(230, 183, 93, 0.16);
  color: var(--glory-gold-pale);
}

.july-campaigns {
  display: grid;
  gap: 16px;
  margin-bottom: 50px;
  scroll-margin-top: 78px;
}

.campaign-command {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  border-top: 2px solid var(--glory-fire);
  border-bottom: 1px solid rgba(255, 155, 56, 0.38);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 155, 56, 0.14), transparent 38%),
    linear-gradient(90deg, rgba(16, 42, 56, 0.9), rgba(4, 9, 14, 0.96));
  padding: clamp(24px, 4vw, 48px);
  clip-path: var(--glory-cut);
}

.campaign-command > *,
.campaign-detail-grid > *,
.campaign-panel-head > div,
.campaign-rank-name,
.million-team,
.glory-theme .hero-copy {
  min-width: 0;
}

.campaign-season-mark,
.campaign-number {
  display: inline-block;
  color: #ffbd72;
  font-family: "Arial Narrow", "DIN Condensed", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.campaign-command h2 {
  margin: 8px 0 10px;
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(38px, 5vw, 68px);
  letter-spacing: -0.035em;
  line-height: 1;
}

.campaign-command p,
.campaign-panel-head p,
.battle-chapter p {
  max-width: 64ch;
  margin: 0;
  color: #aec2c8;
  font-size: 14px;
  line-height: 1.7;
}

.campaign-summary {
  display: flex;
  gap: 8px;
  align-items: stretch;
}

.campaign-summary span {
  display: grid;
  min-width: 126px;
  align-content: center;
  border-bottom: 2px solid rgba(255, 155, 56, 0.72);
  background: rgba(4, 11, 16, 0.64);
  padding: 14px 16px;
}

.campaign-summary b {
  color: #fff1ba;
  font-family: "Arial Black", "PingFang SC", sans-serif;
  font-size: 30px;
  line-height: 1;
}

.campaign-summary small {
  margin-top: 8px;
  color: #b9cbd0;
  font-size: 11px;
  font-weight: 800;
}

.campaign-panel {
  position: relative;
  border: 1px solid rgba(230, 183, 93, 0.32);
  background: linear-gradient(145deg, rgba(13, 35, 47, 0.96), rgba(4, 10, 15, 0.98));
  padding: clamp(18px, 2.6vw, 30px);
  scroll-margin-top: 78px;
  clip-path: var(--glory-cut);
}

.campaign-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, var(--panel-signal, var(--glory-gold)), transparent 34%) top / 100% 2px no-repeat;
  opacity: 0.9;
}

.campaign-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 20px;
}

.campaign-panel-head h3 {
  margin: 5px 0 7px;
  color: var(--glory-ink);
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(27px, 3vw, 42px);
  letter-spacing: -0.025em;
  line-height: 1;
}

.campaign-date,
.campaign-chip {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 155, 56, 0.5);
  background: rgba(255, 155, 56, 0.1);
  padding: 9px 12px;
  color: #ffd19c;
  font-size: 12px;
  font-weight: 900;
}

.campaign-timing {
  display: grid;
  flex: 0 0 auto;
  gap: 7px;
  justify-items: end;
}

.limited-incentive {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffe1a8;
  font-size: 12px;
  font-weight: 900;
}

.limited-incentive::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--glory-fire);
  box-shadow: 0 0 0 0 rgba(255, 155, 56, 0.44);
  transform: rotate(45deg);
  animation: limitedBeacon 1.8s ease-out infinite;
}

@keyframes limitedBeacon {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 155, 56, 0.44);
    opacity: 0.78;
  }
  50% {
    box-shadow: 0 0 0 6px rgba(255, 155, 56, 0);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .limited-incentive::before {
    animation: none;
  }
}

.campaign-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 16px;
  align-items: start;
}

.campaign-scene-band {
  position: relative;
  min-height: 164px;
  margin: -4px 0 16px;
  border-top: 1px solid rgba(230, 183, 93, 0.16);
  border-bottom: 1px solid rgba(230, 183, 93, 0.18);
  background:
    radial-gradient(ellipse at 50% 100%, rgba(255, 201, 91, 0.16), transparent 62%),
    linear-gradient(90deg, rgba(4, 12, 18, 0.18), rgba(14, 37, 48, 0.5), rgba(4, 12, 18, 0.18));
  overflow: hidden;
}

.campaign-scene-band::before,
.campaign-scene-band::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(255, 218, 118, 0.13);
  transform: translateY(-50%) rotate(45deg);
}

.campaign-scene-band::before { left: -46px; }
.campaign-scene-band::after { right: -46px; }

.campaign-scene-band img {
  position: absolute;
  width: min(92%, 520px);
  height: 176px;
  left: 50%;
  bottom: -8px;
  z-index: 1;
  object-fit: contain;
  transform: translateX(-50%);
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.48));
  animation: campaignSceneBreathe 6s ease-in-out infinite;
}

.referral-scene-band {
  background:
    radial-gradient(ellipse at 50% 100%, rgba(97, 204, 245, 0.18), transparent 62%),
    linear-gradient(90deg, rgba(4, 12, 18, 0.16), rgba(19, 62, 79, 0.5), rgba(4, 12, 18, 0.16));
}

.million-scene-band img {
  width: min(94%, 560px);
}

.lower-campaign-board {
  margin-bottom: 14px;
}

.lower-campaign-board > .campaign-panel {
  scroll-margin-top: 88px;
}

.glory-theme .content-grid {
  grid-template-columns: minmax(0, 1.22fr) minmax(0, 1fr);
}

.referral-star-panel {
  --panel-signal: var(--glory-gold);
}

.million-club-panel {
  --panel-signal: var(--glory-blue);
}

.campaign-toggle {
  flex: 0 0 auto;
}

.star-reward-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 16px;
}

.star-reward-rail span {
  display: grid;
  gap: 4px;
  border-bottom: 1px solid rgba(230, 183, 93, 0.36);
  background: rgba(125, 89, 38, 0.13);
  padding: 10px;
  color: #decda5;
  font-size: 10px;
}

.star-reward-rail b {
  color: #fff0b9;
  font-size: 12px;
}

.campaign-rank-list,
.million-progress-list {
  display: grid;
}

.campaign-list-summary {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(230, 183, 93, 0.32);
  padding: 0 0 12px;
}

.campaign-list-summary strong {
  color: var(--glory-gold-pale);
}

.campaign-list-summary span {
  color: #9db1b9;
  font-size: 11px;
}

.campaign-rank-row,
.million-progress-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 62px;
  border-bottom: 1px solid rgba(157, 177, 185, 0.13);
  padding: 9px 2px;
}

.campaign-rank-row > em,
.million-progress-row > em {
  color: #7f969f;
  font-family: "Arial Narrow", "DIN Condensed", Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.campaign-rank-row.is-qualified > em {
  color: var(--glory-gold-pale);
}

.campaign-rank-name,
.campaign-rank-value,
.million-team,
.million-value {
  display: grid;
  gap: 4px;
}

.campaign-rank-name strong,
.million-team strong {
  color: #eef3ed;
  font-size: 14px;
}

.campaign-rank-name small,
.million-team small {
  color: #8fa8b0;
  font-size: 10px;
  line-height: 1.45;
}

.campaign-rank-value,
.million-value {
  justify-items: end;
  text-align: right;
}

.campaign-rank-value b,
.million-value b {
  color: #fff1ba;
  font-size: 13px;
}

.campaign-rank-value span,
.million-value span {
  color: #a9bec4;
  font-size: 10px;
}

.million-progress-list {
  max-height: 690px;
  padding-right: 8px;
  overflow-y: auto;
  scrollbar-color: rgba(97, 204, 245, 0.48) rgba(5, 12, 18, 0.7);
  scrollbar-width: thin;
}

.million-team i {
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 3px;
  background: rgba(97, 204, 245, 0.1);
  overflow: hidden;
}

.million-team i b {
  display: block;
  width: var(--w);
  height: 100%;
  background: linear-gradient(90deg, var(--glory-blue-deep), var(--glory-blue));
}

.million-progress-row.is-reached .million-team i b {
  background: var(--glory-green);
}

.campaign-empty {
  min-height: 150px;
  align-content: center;
  color: #9db1b9;
  text-align: center;
}

.battle-chapter {
  margin: 0 0 18px;
  border-top: 1px solid rgba(97, 204, 245, 0.44);
  background:
    linear-gradient(90deg, rgba(23, 99, 143, 0.24), transparent 56%),
    rgba(4, 10, 14, 0.72);
  padding: 28px 22px 24px;
  scroll-margin-top: 78px;
}

.battle-chapter > span {
  color: var(--glory-blue);
  font-family: "Arial Narrow", "DIN Condensed", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.battle-chapter h2 {
  margin: 6px 0 8px;
  font-family: "Arial Black", "PingFang SC", sans-serif;
  font-size: clamp(30px, 4vw, 52px);
  letter-spacing: -0.03em;
}

@media (prefers-reduced-motion: reduce) {
  .arena-crown b,
  .glory-theme .power-core::before,
  .glory-theme .tower-line span,
  .glory-theme .module-king-card::before,
  .glory-theme .module-king-card::after,
  .glory-theme .module-king-mark::before,
  .glory-theme .module-king-card strong::after,
  .glory-theme .module-king-card.million-crowned,
  .glory-theme .module-king-card.million-crowned::before,
  .glory-theme .module-king-card.million-crowned::after,
  .glory-theme .million-coronation-halo,
  .glory-theme .million-coronation-wave,
  .glory-theme .million-coin-field i,
  .glory-theme .million-club-seal,
  .glory-theme .million-club-seal::before,
  .glory-theme .module-king-card.million-crowned .module-king-mark,
  .glory-theme .royal-art-scene::before,
  .glory-theme .royal-squad-scene::before,
  .glory-theme .royal-captain,
  .glory-theme .sleepy-guard img,
  .glory-theme .sleepy-z,
  .glory-theme .duel-side.is-winner::before,
  .glory-theme .tri-side.is-winner::before,
  .glory-theme .fighter-card.is-winner::before,
  .glory-theme .reward-tier-card::before,
  .glory-theme .reward-tier-aura,
  .glory-theme .reward-burst-ring,
  .glory-theme .reward-tier-art img,
  .glory-theme .season-sprint,
  .campaign-scene-band img,
  .glory-theme .combat-squad,
  .glory-theme .combat-clash-core,
  .glory-theme .combat-shockwave,
  .glory-theme .combat-sparks i,
  .glory-theme .battle-map-fireline,
  .glory-theme .lane-energy,
  .my-battle-stage.is-clashing .blue-battle,
  .my-battle-stage.is-clashing .red-battle,
  .my-battle-stage.is-clashing .my-battle-card-inner {
    animation: none;
  }

  .my-battle-stage.is-clashing .my-battle-card-inner {
    transform: rotateY(180deg);
  }

  .glory-theme .module-king-card:hover,
  .glory-theme .module-king-card.million-crowned:hover,
  .glory-theme .reward-tier-card:hover {
    transform: none;
  }

  .glory-theme .module-king-card.million-crowned:hover .million-club-seal {
    transform: translateY(-50%);
  }

  .glory-theme .reward-tier-card:hover .reward-tier-art img,
  .glory-theme .reward-tier-card:focus-visible .reward-tier-art img {
    transform: scale(var(--tier-art-scale, 0.82));
  }

  .glory-theme .reward-gift-burst span {
    transition: opacity 120ms ease;
  }
}

@media (max-width: 1180px) {
  .campaign-command {
    grid-template-columns: 1fr;
  }

  .campaign-summary {
    justify-content: flex-start;
  }

  .campaign-detail-grid {
    grid-template-columns: 1fr;
  }

  .glory-theme .duel-stage-head {
    grid-template-columns: 1fr;
  }

  .glory-theme .reward-brief {
    grid-template-columns: 1fr;
  }

  .glory-theme .reward-tier-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .glory-theme .reward-tier-card,
  .glory-theme .reward-tier-card.tier-level-4,
  .glory-theme .reward-tier-card.tier-level-5 {
    grid-column: span 1;
  }

  .glory-theme .live-grid {
    grid-template-columns: 0.82fr 1.32fr;
  }

  .glory-theme .live-arena-panel .panel-head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .glory-theme .arena-shell {
    width: min(100% - 28px, 980px);
  }

  .glory-theme .duel-stage-panel {
    min-height: auto;
  }

  .glory-theme .featured-arena-hero .ring-summary {
    grid-template-columns: 1fr;
  }

  .glory-theme .featured-arena-hero .versus-row,
  .glory-theme .versus-row:not(.is-three-way) {
    grid-template-columns: 1fr;
  }

  .glory-theme .champion-stage {
    grid-template-columns: minmax(0, 1fr) 150px;
    min-height: 238px;
  }

  .glory-theme .module-kings-stage {
    grid-template-columns: 1fr;
  }

  .glory-theme .module-kings-board,
  .glory-theme .battle-map-runners,
  .glory-theme .reward-tier-grid,
  .glory-theme .macro-kpi-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .glory-theme .reward-head-guarantee {
    min-width: 0;
  }

  .glory-theme .stage-reward-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .glory-theme .stage-reward-node:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(97, 204, 245, 0.18);
  }

  .glory-theme .stage-reward-node:nth-child(4) {
    border-top: 1px solid rgba(97, 204, 245, 0.18);
  }

  .glory-theme .module-king-card {
    grid-template-columns: 1fr;
  }

  .glory-theme .royal-squad-scene {
    min-height: 190px;
  }

  .glory-theme .royal-art-scene {
    min-height: 190px;
  }

  .mvp-crest {
    width: 170px;
    right: 18px;
  }

  .glory-theme .power-core {
    width: 138px;
  }

  .glory-theme .live-grid {
    grid-template-columns: 1fr;
  }

  .glory-theme .battle-map {
    min-height: 560px;
  }

  .glory-theme .battle-map-node {
    max-width: 92px;
    font-size: 10px;
  }

  .glory-theme .battle-map-runners {
    grid-template-columns: 1fr;
  }

  .glory-theme .battle-map-runner-group > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .glory-theme .compact-rank {
    max-height: 360px;
  }
}

@media (max-width: 760px) {
  .season-nav {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: flex-start;
    margin-bottom: 14px;
  }

  .season-nav a {
    padding: 0 11px;
  }

  .july-campaigns {
    margin-bottom: 34px;
  }

  .campaign-command {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 24px 16px;
  }

  .campaign-command h2 {
    max-width: 100%;
    font-size: clamp(32px, 9.8vw, 40px);
    line-height: 1.08;
    word-break: break-all;
  }

  .campaign-summary {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .campaign-summary span {
    min-width: 0;
    overflow: hidden;
    padding: 11px 8px;
  }

  .campaign-summary b {
    font-size: 24px;
  }

  .campaign-summary small {
    overflow-wrap: anywhere;
    line-height: 1.35;
  }

  .campaign-command p,
  .campaign-panel-head p,
  .battle-chapter p,
  .glory-theme .subline {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .campaign-panel,
  .battle-chapter,
  .glory-theme .hero {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .campaign-panel-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .campaign-date,
  .campaign-chip,
  .campaign-toggle,
  .campaign-timing {
    align-self: stretch;
  }

  .campaign-timing {
    justify-items: stretch;
  }

  .star-reward-rail {
    grid-template-columns: 1fr;
  }

  .campaign-rank-row,
  .million-progress-row {
    grid-template-columns: 26px minmax(0, 1fr);
  }

  .campaign-rank-value,
  .million-value {
    grid-column: 2;
    justify-items: start;
    text-align: left;
  }

  .million-progress-list {
    max-height: 620px;
  }

  .arena-crown {
    width: 92vw;
  }

  .base-standard {
    display: none;
  }

  .bottom-battlement {
    opacity: 0.34;
  }

  .canyon-backdrop {
    width: 980px;
    height: 610px;
    right: -510px;
    bottom: -48px;
    opacity: 0.28;
  }

  .glory-theme .arena-shell {
    width: calc(100% - 20px);
    max-width: 720px;
    padding-top: 18px;
  }

  .glory-theme .hero {
    min-height: auto;
    padding: 20px 13px 18px;
  }

  .glory-theme .hero::after {
    display: none;
  }

  .glory-theme h1 {
    font-size: clamp(42px, 13.2vw, 66px);
  }

  .glory-theme h1 span {
    display: block;
  }

  .glory-theme .season-closure {
    align-items: flex-start;
  }

  .glory-theme .season-closure strong,
  .glory-theme .season-closure em {
    flex-basis: 100%;
  }

  .glory-theme .status-strip {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .glory-theme .hero > .fortune-trigger {
    position: static;
    width: 100%;
    min-height: 58px;
    order: 0;
    margin-top: 4px;
  }

  .my-battle-modal {
    padding: 12px;
  }

  .my-battle-shell {
    max-height: calc(100vh - 24px);
    padding: 16px;
  }

  .my-battle-head,
  .my-battle-summary,
  .my-battle-versus {
    grid-template-columns: 1fr;
  }

  .my-battle-impact {
    min-height: 64px;
  }

  .my-battle-card,
  .my-battle-card-inner {
    min-height: 310px;
  }

  .my-battle-metrics {
    grid-template-columns: 1fr;
  }

  .glory-theme .duel-stage-panel {
    padding: 14px;
  }

  .glory-theme .duel-stage-head {
    gap: 12px;
  }

  .glory-theme .arena-picker {
    min-width: 0;
  }

  .glory-theme .featured-arena-hero .fighter-card {
    min-height: 178px;
  }

  .glory-theme .activity-channel-grid {
    grid-template-columns: 1fr;
  }

  .glory-theme .pending-team-head {
    grid-template-columns: 1fr;
  }

  .glory-theme .pending-team-grid {
    grid-template-columns: 1fr;
  }

  .glory-theme .sleepy-guard {
    justify-self: start;
  }

  .glory-theme .battle-map-head {
    grid-template-columns: 1fr;
  }

  .glory-theme .battle-map-actions {
    justify-content: flex-start;
  }

  .glory-theme .battle-map-actions .my-battle-trigger {
    width: 100%;
    justify-content: center;
  }

  .glory-theme .battle-map {
    min-height: 680px;
  }

  .glory-theme .battle-map-base {
    width: 70px;
  }

  .glory-theme .blue-base-node {
    left: 8px;
  }

  .glory-theme .red-base-node {
    right: 8px;
  }

  .glory-theme .battle-map-node {
    max-width: 76px;
    min-height: 21px;
    padding-inline: 4px;
    font-size: 9px;
  }

  .glory-theme .battle-map-node.is-top::after {
    display: none;
  }

  .glory-theme .battle-map-runner-group > div {
    grid-template-columns: 1fr;
  }

  .glory-theme .module-kings-board,
  .glory-theme .battle-map-runners,
  .glory-theme .reward-tier-grid,
  .glory-theme .macro-kpi-row {
    grid-template-columns: 1fr;
  }

  .glory-theme .reward-guarantee-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .glory-theme .reward-guarantee-line em {
    margin-left: 0;
  }

  .glory-theme .module-king-card {
    min-height: auto;
    padding: 14px;
  }

  .glory-theme .royal-squad-scene {
    min-height: 176px;
  }

  .glory-theme .royal-art-scene {
    min-height: 176px;
  }

  .glory-theme .module-king-card strong {
    font-size: clamp(27px, 9vw, 38px);
  }

  .glory-theme .champion-stage {
    min-height: 298px;
    grid-template-columns: 1fr;
    align-content: space-between;
  }

  .glory-theme .stage-copy {
    max-width: 100%;
  }

  .glory-theme .stage-copy h2 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .mvp-crest {
    width: 148px;
    top: 39%;
    right: -5px;
  }

  .glory-theme .power-core {
    width: 112px;
    justify-self: start;
  }

  .glory-theme .kpi-card {
    min-height: 112px;
  }

  .glory-theme .panel {
    padding: 14px;
  }

  .glory-theme .panel-head {
    min-height: auto;
  }

  .glory-theme .live-arena-panel .panel-head h2 {
    white-space: normal;
  }

  .glory-theme .duel-row {
    gap: 7px;
  }

  .glory-theme .duel-card::before {
    width: 110px;
    height: 110px;
  }

  .glory-theme .duel-card::after {
    width: 52px;
    height: 52px;
  }

  .glory-theme .tri-duel-row {
    grid-template-columns: 1fr;
  }

  .glory-theme .tri-route {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .glory-theme .tabs::before {
    display: none;
  }

  .canyon-footer {
    display: grid;
    padding-inline: 13px;
  }

  .footer-legend {
    justify-content: flex-start;
    gap: 10px 14px;
  }
}
