.archeage-s-page .main::before{
  background: url("/images/news/20260805_2.png") center / cover no-repeat;
  filter: blur(12px);
}

.archeage-s-page::after{
  background: rgba(250, 251, 252, .76);
}

.archeage-s-official-link__icon--dark{
  display: none;
}

.archeage-s-official-link__icon--light{
  transform: translateY(4px);
}

[data-theme="dark"] .archeage-s-official-link__icon--light{
  display: none;
}

[data-theme="dark"] .archeage-s-official-link__icon--dark{
  display: block;
}

[data-theme="dark"] .archeage-s-page::after{
  background: rgba(42, 43, 44, .93);
}

.archeage-s-feature-videos{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 68px;
}

.archeage-s-feature-videos .chronicles-feature-video{
  margin-top: 0;
}

.archeage-s-history{
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.archeage-s-history li{
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1em;
  align-items: center;
  padding: 4px 0;
  border-bottom: 0;
  color: #39434b;
  font-size: 14px;
}

.archeage-s-page .archeage-s-history li > span{
  color: #1f2933;
}

.archeage-s-history time{
  color: #789a3d;
  font-family: "Motiva Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
}

[data-theme="dark"] .archeage-s-history{
  background: transparent;
}

[data-theme="dark"] .archeage-s-history li{
  color: #d1d4d3;
}

[data-theme="dark"] .archeage-s-page .archeage-s-history li > span{
  color: #e0e3e4;
}

[data-theme="dark"] .archeage-s-history time{
  color: #d68d54;
}

@media (max-width: 860px){
  .archeage-s-feature-videos{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 44px;
  }

  .archeage-s-history li{
    grid-template-columns: max-content 1fr;
    gap: 1em;
    padding: 4px 0;
  }
}

.archeage-s-page .chronicles-official-link.is-unavailable{
  --official-accent: #a5abb0;
  color: #8b9298;
  cursor: default;
}

.archeage-s-page .chronicles-official-link.is-unavailable .chronicles-official-link__icon{
  filter: grayscale(1);
  opacity: .48;
}

.archeage-s-page .chronicles-official-link.is-unavailable:hover{
  background: rgba(255, 255, 255, .9);
  color: #8b9298;
  border-color: rgba(17, 24, 39, .16);
  box-shadow: none;
  transform: none;
}

[data-theme="dark"] .archeage-s-page .chronicles-official-link.is-unavailable{
  --official-accent: #777b7d;
  color: #898e92;
}

[data-theme="dark"] .archeage-s-page .chronicles-official-link.is-unavailable:hover{
  background: rgba(48, 48, 46, .88);
  color: #898e92;
  border-color: rgba(226, 232, 240, .14);
}
