.channel-item.channel-exclusive-equipment .channel-icon {
  color: #ffd36a;
}

.channel-item.channel-exclusive-equipment:hover,
.channel-item.channel-exclusive-equipment.active {
  color: #fff4cf;
  background: linear-gradient(90deg, rgba(255, 184, 76, 0.15), rgba(104, 196, 255, 0.08));
}

.channel-item.channel-relic-18 .channel-icon {
  color: #ffcf66;
}

.channel-item.channel-relic-18:hover,
.channel-item.channel-relic-18.active {
  color: #fff4cf;
  background: linear-gradient(90deg, rgba(255, 207, 102, 0.16), rgba(191, 130, 255, 0.08));
}

.exclusive-page {
  --xe-gold: #ffbd59;
  --xe-blue: #66c7ff;
  --xe-pink: #ff5aa7;
  --xe-panel: #1c1f28;
  --xe-panel-soft: #232630;
  --xe-rank-prefix: "LV40 RANK ";
  max-width: 1500px;
  margin: 0 auto;
  color: #f7f8fb;
}

.relic-ranking-page {
  --xe-rank-prefix: "RELIC RANK ";
}

.relic-ranking-page .xe-tier-board-block[hidden] {
  display: none !important;
}

.relic-ranking-page .xe-hero {
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 207, 102, 0.2), transparent 34%),
    radial-gradient(circle at 60% 100%, rgba(191, 130, 255, 0.14), transparent 39%),
    linear-gradient(135deg, #11141c 0%, #191b25 58%, #171a24 100%);
}

.exclusive-page * {
  box-sizing: border-box;
}

.xe-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(255, 211, 106, 0.2);
  border-radius: 26px;
  background:
    radial-gradient(circle at 83% 24%, rgba(99, 196, 255, 0.2), transparent 33%),
    radial-gradient(circle at 58% 100%, rgba(255, 90, 167, 0.12), transparent 38%),
    linear-gradient(135deg, #11141c 0%, #181c27 58%, #151a25 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.xe-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}

.xe-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px);
}

.xe-kicker,
.xe-section-kicker,
.xe-tier-label {
  margin: 0;
  color: var(--xe-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.xe-hero h1 {
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4.9rem);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.xe-hero-lead {
  max-width: 720px;
  margin: 0;
  color: #cbd0dc;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  font-weight: 650;
  line-height: 1.9;
}

.xe-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.xe-hero-tags span {
  padding: 8px 13px;
  border: 1px solid rgba(255, 211, 106, 0.22);
  border-radius: 999px;
  color: #ffe7aa;
  background: rgba(255, 189, 89, 0.08);
  font-size: 0.78rem;
  font-weight: 850;
}

.xe-hero-visual {
  position: relative;
  min-height: 360px;
}

.xe-portrait {
  position: absolute;
  width: clamp(118px, 14vw, 190px);
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: #20242e;
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.42);
}

.xe-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.xe-portrait.is-main {
  z-index: 3;
  right: 21%;
  top: 19%;
  width: clamp(150px, 17vw, 226px);
  transform: rotate(2deg);
  box-shadow: 0 0 0 5px rgba(255, 189, 89, 0.08), 0 30px 65px rgba(0, 0, 0, 0.5);
}

.xe-portrait.is-left {
  z-index: 2;
  left: 3%;
  bottom: 9%;
  transform: rotate(-8deg);
}

.xe-portrait.is-right {
  z-index: 1;
  right: 0;
  bottom: 4%;
  transform: rotate(8deg);
}

.xe-level-orbit {
  position: absolute;
  z-index: 4;
  top: 9%;
  right: 5%;
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  color: #151820;
  background: radial-gradient(circle at 32% 30%, #fff8ce, #ffd166 48%, #ee8f2d 100%);
  box-shadow: 0 0 40px rgba(255, 189, 89, 0.34);
}

.xe-level-orbit span {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.xe-level-orbit strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.xe-block {
  margin-top: 26px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(102, 199, 255, 0.07), transparent 28%),
    linear-gradient(150deg, rgba(33, 37, 48, 0.98), rgba(21, 24, 32, 0.98));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}

.xe-section-head {
  display: grid;
  gap: 9px;
  margin-bottom: 24px;
}

.xe-section-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  font-weight: 930;
}

.xe-section-head p {
  max-width: 900px;
  margin: 0;
  color: #aeb5c4;
  line-height: 1.75;
}

.xe-core-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.xe-core-card {
  min-height: 150px;
  padding: 19px;
  border-radius: 18px;
  background: rgba(11, 14, 21, 0.58);
}

.xe-core-card span {
  display: block;
  margin-bottom: 11px;
  color: var(--xe-gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.xe-core-card strong {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.45;
}

.xe-core-card p {
  margin: 8px 0 0;
  color: #9fa7b7;
  font-size: 0.86rem;
  line-height: 1.6;
}

.xe-material-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.xe-material-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 18px;
  background: #11151e;
}

.xe-material-card::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -32px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--material-color);
  opacity: 0.09;
}

.xe-material-card i {
  color: var(--material-color);
  font-size: 1.5rem;
}

.xe-material-card small {
  display: block;
  margin-top: 17px;
  color: #929aaa;
  font-weight: 800;
}

.xe-material-card strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 1.35rem;
}

.xe-material-card b {
  display: block;
  margin-top: 9px;
  color: var(--material-color);
  font-size: 1.75rem;
}

.xe-material-card.is-mithril { --material-color: #76d4ff; }
.xe-material-card.is-gold { --material-color: #ffd36a; }
.xe-material-card.is-chest { --material-color: #bd8cff; }
.xe-material-card.is-final { --material-color: #ff6f96; }

.xe-cost-track {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 7px;
  margin-top: 18px;
}

.xe-cost-track span {
  display: grid;
  place-items: center;
  min-height: 54px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, rgba(255, 189, 89, 0.17), rgba(102, 199, 255, 0.08));
  font-weight: 900;
}

.xe-cost-caption {
  margin: 12px 0 0;
  color: #929aaa;
  font-size: 0.83rem;
}

.xe-stop-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 22px;
  border-radius: 19px;
  background: linear-gradient(115deg, rgba(255, 90, 167, 0.13), rgba(102, 199, 255, 0.08));
}

.xe-stop-level {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  border-radius: 24px;
  color: #181a21;
  background: linear-gradient(145deg, #fff3a9, #ffb84c);
}

.xe-stop-level span {
  font-size: 0.68rem;
  font-weight: 950;
}

.xe-stop-level strong {
  font-size: 2.2rem;
  line-height: 1;
}

.xe-stop-card h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 1.3rem;
}

.xe-stop-card p {
  margin: 0;
  color: #bbc1cd;
  line-height: 1.75;
}

.xe-tier-board-block {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 26px;
  padding: 24px 0 2px;
  border-radius: 0;
  background: #202226;
  box-shadow: none;
}

.xe-tier-board-block::before {
  display: none;
}

.xe-board-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(20px, 4vw, 64px);
  align-items: end;
  margin: 0 24px 22px;
}

.xe-board-heading h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(1.75rem, 3.2vw, 2.65rem);
  font-weight: 950;
  letter-spacing: -0.035em;
}

.xe-board-heading > p {
  margin: 0;
  color: #aeb5c4;
  line-height: 1.75;
}

.xe-board-heading > p strong {
  color: #fff;
}

.xe-board-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 0 24px 20px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background: #292b30;
}

.xe-board-note > span {
  padding: 7px 10px;
  border-radius: 0;
  color: #151720;
  background: #ffcb68;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.xe-board-note strong {
  display: block;
  color: #fff;
  font-size: 0.98rem;
}

.xe-board-note p {
  margin: 4px 0 0;
  color: #b8bfcd;
  font-size: 0.86rem;
  line-height: 1.55;
}

.xe-tier-board {
  width: 100%;
  overflow-x: auto;
  padding: 22px 0 2px;
  border-top: 1px solid rgba(255, 204, 102, 0.75);
  background: #202226;
  -webkit-overflow-scrolling: touch;
}

.xe-board-row {
  --row-color: #ffbd59;
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr);
  align-items: stretch;
  min-width: 1180px;
  min-height: 0;
  margin: 0 18px 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: #292b30;
  box-shadow: none;
}

.xe-board-row.is-priority-0 { --row-color: #ff4fa3; }
.xe-board-row.is-priority-1 { --row-color: #ffbd59; }
.xe-board-row.is-priority-2 { --row-color: #9a6bff; }
.xe-board-row.is-priority-3 { --row-color: #bf82ff; }
.xe-board-row.is-priority-4 { --row-color: #65d38e; }
.xe-board-row.is-priority-5 { --row-color: #77c8e8; }
.xe-board-row.is-priority-6 { --row-color: #e7dc72; }
.xe-board-row.is-priority-7 { --row-color: #9ba0a8; }

.xe-board-row.is-priority-0 {
  border-color: rgba(255, 79, 163, 0.52);
  box-shadow: 0 0 24px rgba(255, 79, 163, 0.14);
}

.xe-board-label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  overflow: hidden;
  padding: 34px 12px 15px;
  border-left: 9px solid var(--row-color);
  color: var(--row-color);
  background: #202226;
  font-family: "Arial Narrow", "Helvetica Neue", sans-serif;
  text-align: center;
}

.xe-board-number {
  position: absolute;
  top: 12px;
  left: 14px;
  color: #777b83;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
}

.xe-board-number::before {
  content: var(--xe-rank-prefix);
}

.xe-board-label strong {
  display: block;
  max-width: none;
  color: var(--row-color);
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.xe-board-label small {
  display: block;
  margin-top: 7px;
  color: #aeb2ba;
  font-size: 0.67rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.xe-board-heroes {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: flex-start;
  min-width: 0;
  padding: 18px 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: #292b30;
}

.xe-board-hero {
  flex: 0 0 82px;
  width: 82px;
  min-width: 0;
  margin: 0;
  padding: 6px 2px 8px;
  border: 0;
  border-bottom: 2px solid var(--row-color);
  border-radius: 0;
  background: #1e2024;
  box-shadow: none;
}

.xe-board-hero img {
  width: 64px;
  height: 64px;
  display: block;
  object-fit: cover;
  margin: 0 auto;
  border: 0;
  border-radius: 2px;
  background: #20242e;
  box-shadow: none;
  filter: saturate(0.94) contrast(1.03);
}

.xe-board-hero figcaption {
  min-height: 0;
  margin-top: 6px;
  color: #e7e8eb;
  font-size: clamp(0.6rem, 0.64vw, 0.72rem);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -0.04em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xe-legacy-priority[hidden] {
  display: none !important;
}

.xe-tier {
  --tier-color: #ffbd59;
  margin-top: 24px;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid color-mix(in srgb, var(--tier-color) 20%, transparent);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0 0, color-mix(in srgb, var(--tier-color) 11%, transparent), transparent 27%),
    linear-gradient(145deg, #1d2029, #171a22);
}

.xe-tier.is-t0plus { --tier-color: #ff55aa; }
.xe-tier.is-t0 { --tier-color: #ffb84c; }
.xe-tier.is-dolphin { --tier-color: #58c6ff; }
.xe-tier.is-whale { --tier-color: #a786ff; }
.xe-tier.is-mega { --tier-color: #ff7484; }
.xe-tier.is-other { --tier-color: #9ca4b3; }

.xe-tier-head {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-bottom: 22px;
}

.xe-tier-rank {
  display: grid;
  place-items: center;
  min-height: 84px;
  padding: 12px;
  border-radius: 18px;
  color: var(--tier-color);
  background: color-mix(in srgb, var(--tier-color) 12%, rgba(12, 14, 20, 0.88));
  font-size: 1.55rem;
  font-weight: 950;
  text-align: center;
}

.xe-tier-head h2 {
  margin: 4px 0 5px;
  color: #fff;
  font-size: clamp(1.3rem, 2.5vw, 1.85rem);
}

.xe-tier-head p {
  margin: 0;
  color: #aeb5c4;
  line-height: 1.65;
}

.xe-hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  gap: 10px;
}

.xe-hero-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 72px;
  padding: 9px 12px;
  border-radius: 15px;
  background: rgba(8, 11, 17, 0.55);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.045);
}

.xe-hero-card img {
  width: 54px;
  height: 54px;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--tier-color) 34%, transparent);
}

.xe-hero-card strong {
  display: block;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.3;
}

.xe-hero-card small {
  display: block;
  margin-top: 3px;
  color: var(--tier-color);
  font-size: 0.68rem;
  font-weight: 850;
}

.xe-editorial {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.xe-editorial article {
  padding: 18px 20px;
  border-radius: 17px;
  background: rgba(8, 11, 17, 0.56);
}

.xe-editorial h3 {
  margin: 0 0 7px;
  color: var(--tier-color);
  font-size: 1rem;
}

.xe-editorial p {
  margin: 0;
  color: #c1c6d1;
  line-height: 1.75;
}

.xe-editorial strong {
  color: #fff;
}

.xe-final-note {
  margin-top: 24px;
  padding: 24px;
  border-radius: 22px;
  color: #d4d8e1;
  background: linear-gradient(135deg, rgba(255, 189, 89, 0.12), rgba(102, 199, 255, 0.08));
  line-height: 1.8;
  text-align: center;
}

.xe-final-note strong {
  color: #fff;
}

@media (max-width: 980px) {
  .xe-hero {
    grid-template-columns: 1fr;
  }

  .xe-hero-visual {
    min-height: 300px;
  }

  .xe-core-grid,
  .xe-material-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xe-cost-track {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xe-board-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .exclusive-page {
    padding: 0 8px;
  }

  .xe-hero {
    min-height: 0;
    border-radius: 20px;
  }

  .xe-hero-copy {
    padding: 30px 22px 16px;
  }

  .xe-hero h1 {
    font-size: 2.45rem;
  }

  .xe-hero-visual {
    min-height: 250px;
  }

  .xe-portrait.is-main {
    right: 25%;
  }

  .xe-level-orbit {
    width: 82px;
    height: 82px;
  }

  .xe-core-grid,
  .xe-material-grid {
    grid-template-columns: 1fr;
  }

  .xe-tier-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .xe-tier-rank {
    width: fit-content;
    min-width: 112px;
    min-height: 58px;
  }

  .xe-hero-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xe-hero-card {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 8px;
  }

  .xe-hero-card img {
    width: 44px;
    height: 44px;
  }

  .xe-stop-card {
    grid-template-columns: 1fr;
  }

  .xe-tier-board-block {
    padding: 16px 0 2px;
    border-radius: 0;
  }

  .xe-board-heading {
    margin: 0 16px 16px;
  }

  .xe-board-note {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0 16px 16px;
    padding: 15px;
  }

  .xe-board-note > span {
    width: fit-content;
  }

  .xe-board-row {
    margin: 0 10px 12px;
  }

  .xe-board-heroes {
    padding: 18px;
  }
}

@media (max-width: 420px) {
  .xe-hero-grid {
    grid-template-columns: 1fr;
  }

}
