: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;
}

.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 06  /  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 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 .status-strip span,
.glory-theme .chip,
.glory-theme .home-return,
.glory-theme .poster-link {
  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;
  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 .home-return:hover,
.glory-theme .poster-link:hover {
  border-color: var(--glory-gold);
  background: rgba(125, 89, 38, 0.24);
  color: #fff3cc;
  transform: none;
}

.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 .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 .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 {
  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::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;
}

.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 .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);
}

.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 {
  margin-bottom: 14px;
  overflow: hidden;
  background:
    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-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.glory-theme .reward-tier-card {
  position: relative;
  min-height: 220px;
  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: 18px;
  clip-path: var(--glory-cut-small);
  overflow: hidden;
  isolation: isolate;
  transition:
    border-color 180ms ease,
    transform 180ms var(--ease-out-quart, cubic-bezier(0.25, 1, 0.5, 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 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 {
  border-color: rgba(255, 218, 118, 0.74);
  transform: translateY(-2px);
}

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

.glory-theme .reward-tier-aura {
  position: absolute;
  inset: auto 14px 14px auto;
  width: 78px;
  height: 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);
  animation: rewardGemPulse 3.6s ease-in-out infinite;
}

.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: 13px;
  line-height: 1.65;
}

.glory-theme .reward-prize {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 18px;
  min-height: 84px;
}

.glory-theme .reward-prize span,
.glory-theme .reward-prize em {
  color: var(--glory-gold-pale);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  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(48px, 5.8vw, 82px);
  line-height: 0.86;
  letter-spacing: -0.04em;
  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-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(97, 204, 245, 0.78);
  --tier-side: rgba(97, 204, 245, 0.34);
  --tier-glow: rgba(97, 204, 245, 0.4);
  --tier-bright: #9deeff;
  background:
    radial-gradient(circle at 82% 18%, rgba(97, 204, 245, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(26, 84, 133, 0.42), rgba(4, 12, 18, 0.94));
}

.glory-theme .gold-loot {
  --tier-edge: rgba(255, 218, 118, 0.82);
  --tier-side: rgba(255, 188, 74, 0.42);
  --tier-glow: rgba(255, 188, 74, 0.46);
  --tier-bright: #ffe49c;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 218, 118, 0.22), transparent 28%),
    linear-gradient(145deg, rgba(125, 89, 38, 0.42), rgba(15, 11, 8, 0.94));
}

.glory-theme .crown-loot {
  --tier-edge: rgba(255, 244, 188, 0.95);
  --tier-side: rgba(255, 218, 118, 0.54);
  --tier-glow: rgba(255, 218, 118, 0.58);
  --tier-bright: #fff2c7;
  border-color: rgba(255, 218, 118, 0.44);
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 244, 188, 0.28), transparent 24%),
    radial-gradient(circle at 18% 84%, rgba(255, 79, 216, 0.14), transparent 32%),
    linear-gradient(145deg, rgba(135, 81, 24, 0.48), rgba(15, 8, 5, 0.96));
}

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

.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 .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 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);
  }
}

@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 .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 .battle-map-fireline {
    animation: none;
  }

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

@media (max-width: 1180px) {
  .glory-theme .duel-stage-head {
    grid-template-columns: 1fr;
  }

  .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 .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) {
  .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: min(100% - 20px, 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 .status-strip {
    justify-content: flex-start;
  }

  .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 {
    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 .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;
  }
}
