.vtuber-news-archive {
  padding: 0 0 88px;
  background:
    radial-gradient(circle at 12% 16%, rgba(180, 216, 255, 0.3), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(201, 226, 255, 0.18), transparent 22%),
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 44%);
}

.vtuber-news-archive-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.vtuber-news-archive-hero {
  padding: 0 0 36px;
}

.vtuber-news-archive-hero-shell {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  background:
    radial-gradient(circle at top left, rgba(111, 160, 236, 0.18), transparent 32%),
    linear-gradient(180deg, #cfdcf5 0%, #dce7fa 54%, #edf3ff 100%);
  box-shadow: 0 28px 70px rgba(60, 100, 165, 0.12);
}

.vtuber-news-archive-hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(10, 25, 48, 0.82) 0%, rgba(18, 39, 72, 0.68) 28%, rgba(29, 56, 96, 0.3) 48%, rgba(240, 246, 255, 0) 74%);
  z-index: 1;
  pointer-events: none;
}

.vtuber-news-archive-hero-media {
  position: absolute;
  inset: 0;
}

.vtuber-news-archive-hero-media-panel {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: var(--vtuber-news-archive-image);
  opacity: 0;
  transform: scale(1.025);
  animation: vtuberNewsArchiveHeroImageCycle 24s linear infinite;
  will-change: opacity, transform;
}

.vtuber-news-archive-hero-media-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(5, 15, 32, 0.14) 100%);
}

.vtuber-news-archive-hero-media-panel.is-first {
  background-position: center 42%;
  animation-delay: 0s;
}

.vtuber-news-archive-hero-media-panel.is-second {
  background-position: center 38%;
  animation-delay: 8s;
}

.vtuber-news-archive-hero-media-panel.is-third {
  background-position: center 36%;
  animation-delay: 16s;
}

.vtuber-news-archive-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.56) 56%, transparent 100%);
  opacity: 0.72;
}

.vtuber-news-archive-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  pointer-events: none;
}

.vtuber-news-archive-hero-glow.is-left {
  top: 72px;
  left: max(8%, 40px);
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(129, 181, 255, 0.18) 0%, rgba(129, 181, 255, 0) 72%);
}

.vtuber-news-archive-hero-glow.is-right {
  right: max(8%, 40px);
  bottom: 82px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 74%);
}

.vtuber-news-archive-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(0, 1fr);
  align-items: end;
  min-height: 620px;
  padding-top: 88px;
  padding-bottom: 64px;
}

.vtuber-news-archive-hero-copy {
  max-width: 700px;
}

.vtuber-news-archive-kicker {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.26em;
  color: rgba(220, 235, 255, 0.88);
}

.vtuber-news-archive-title {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.25rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-shadow: 0 18px 40px rgba(7, 14, 27, 0.16);
}

.vtuber-news-archive-lead {
  max-width: 680px;
  margin: 22px 0 0;
  font-size: 15px;
  line-height: 2;
  color: rgba(234, 241, 252, 0.94);
}

.vtuber-news-archive-stats {
  display: block;
  max-width: 360px;
  margin-top: 28px;
}

.vtuber-news-archive-stat {
  padding: 22px 22px 20px;
  border-radius: 24px;
  border: 1px solid rgba(230, 239, 255, 0.22);
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 36px rgba(19, 35, 61, 0.12);
}

.vtuber-news-archive-stat span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: rgba(217, 233, 255, 0.82);
}

.vtuber-news-archive-stat strong {
  display: block;
  font-size: clamp(2.5rem, 4.6vw, 3.9rem);
  font-weight: 800;
  line-height: 0.96;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.vtuber-news-archive-stat small {
  margin-left: 8px;
  font-size: 0.28em;
  font-weight: 700;
  color: rgba(217, 233, 255, 0.82);
  letter-spacing: 0.1em;
}

.vtuber-news-archive-hero-spacer {
  min-height: 1px;
}

@keyframes vtuberNewsArchiveHeroImageCycle {
  0% {
    opacity: 1;
    transform: scale(1.025);
  }
  28% {
    opacity: 1;
    transform: scale(1.01);
  }
  36% {
    opacity: 0.72;
    transform: scale(1);
  }
  44% {
    opacity: 0;
    transform: scale(0.995);
  }
  100% {
    opacity: 0;
    transform: scale(0.995);
  }
}

.vtuber-news-archive-list {
  padding-top: 10px;
}

.vtuber-news-archive-panel {
  position: relative;
}

.vtuber-news-results {
  position: relative;
  transition: opacity .18s ease;
}

.vtuber-news-archive.is-loading .vtuber-news-results {
  pointer-events: none;
  opacity: 0.74;
}

.vtuber-news-archive.is-loading .vtuber-news-results::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(244, 248, 255, 0.16));
  backdrop-filter: blur(1px);
  pointer-events: none;
}

.vtuber-news-archive-toolbar {
  padding: 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 22px 48px rgba(88, 121, 168, 0.12),
    inset 0 0 0 1px rgba(93, 127, 176, 0.08);
}

.vtuber-news-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
}

.vtuber-news-search input {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(96, 125, 169, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.96), #ffffff);
  font-size: 15px;
  color: #1f3555;
  box-shadow: inset 0 1px 2px rgba(104, 136, 185, 0.06);
}

.vtuber-news-search input::placeholder {
  color: #7b8da5;
}

.vtuber-news-search button {
  min-width: 140px;
  min-height: 56px;
  padding: 0 22px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #214f92 0%, #4c84d1 54%, #7db0ef 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(53, 95, 158, 0.2);
  transition: transform .2s ease, box-shadow .2s ease;
}

.vtuber-news-search button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(53, 95, 158, 0.22);
}

.vtuber-news-filter-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 26px;
}

.vtuber-news-filter-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #6b86ac;
}

.vtuber-news-filter-copy h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.2;
  color: #18304f;
}

.vtuber-news-active-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.vtuber-news-active-filters span,
.vtuber-news-active-filters button {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
}

.vtuber-news-active-filters span {
  background: rgba(238, 245, 255, 0.94);
  color: #42658f;
}

.vtuber-news-active-filters button {
  border: 0;
  background: #18304f;
  color: #fff;
  cursor: pointer;
}

.news-filter {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.news-filter button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: 100%;
  padding: 0 14px;
  border-radius: 16px;
  border: 1px solid rgba(96, 125, 169, 0.12);
  background: #fff;
  color: #496481;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  transition: all .2s ease;
}

.news-filter-label,
.news-filter-count {
  display: block;
}

.news-filter-count {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  opacity: 1;
}

.news-filter button:hover {
  background: #f6faff;
  border-color: rgba(76, 112, 165, 0.18);
}

.news-filter button.active {
  background: linear-gradient(135deg, #18304f 0%, #275489 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 10px 22px rgba(40, 77, 127, 0.18);
}

.vtuber-news-results-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 28px 0 18px;
}

.vtuber-news-results-head p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #6c87ad;
}

.vtuber-news-results-head strong {
  font-size: 15px;
  color: #31527c;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.news-item {
  list-style: none;
}

.news-item a {
  display: grid;
  grid-template-columns: 110px 220px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 18px 36px rgba(89, 121, 166, 0.08),
    inset 0 0 0 1px rgba(96, 125, 169, 0.08);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.news-item a:hover {
  transform: translateY(-2px);
  background: #ffffff;
  box-shadow:
    0 22px 40px rgba(89, 121, 166, 0.12),
    inset 0 0 0 1px rgba(96, 125, 169, 0.1);
}

.news-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.news-day {
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
  color: #1d395d;
}

.news-month,
.news-year {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #7890ac;
  text-transform: uppercase;
}

.news-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, #e6f0ff 0%, #f8fbff 100%);
}

.news-thumb img,
.news-thumb-fallback {
  width: 100%;
  height: 100%;
}

.news-thumb img {
  display: block;
  object-fit: cover;
}

.news-thumb-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #57749c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.news-meta {
  min-width: 0;
}

.news-meta-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-category {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #18304f;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.news-date-inline {
  display: none;
  font-size: 12px;
  font-weight: 700;
  color: #7a8faa;
  letter-spacing: 0.06em;
}

.news-title {
  margin: 12px 0 0;
  font-size: 24px;
  line-height: 1.45;
  color: #18304f;
}

.news-excerpt {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: #67809f;
}

.news-target {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.news-target-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  overflow: hidden;
  background: #dbeafe;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
}

.news-target-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-target-icon.is-empty span {
  font-size: 12px;
  font-weight: 700;
  color: #315180;
}

.news-target-name {
  font-size: 13px;
  color: #64748b;
}

.news-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.news-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin: 0 4px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #496481;
  cursor: pointer;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(96, 125, 169, 0.12);
}

.news-pagination .page-numbers.current {
  background: linear-gradient(135deg, #18304f 0%, #275489 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(40, 77, 127, 0.16);
}

.news-pagination .page-numbers.dots {
  background: transparent;
  box-shadow: none;
}

.no-news {
  margin-top: 28px;
  padding: 34px 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  text-align: center;
  box-shadow:
    0 18px 36px rgba(89, 121, 166, 0.08),
    inset 0 0 0 1px rgba(96, 125, 169, 0.08);
}

.no-news strong {
  display: block;
  font-size: 22px;
  color: #18304f;
}

.no-news p {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: #67809f;
}

.no-news a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 18px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #18304f 0%, #275489 100%);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 960px) {
  .vtuber-news-filter-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .vtuber-news-active-filters {
    justify-content: flex-start;
  }

  .news-item a {
    grid-template-columns: 96px 180px minmax(0, 1fr);
  }

  .news-title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .vtuber-news-archive {
    padding-bottom: 64px;
  }

  .vtuber-news-archive-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .vtuber-news-archive-hero {
    padding-bottom: 24px;
  }

  .vtuber-news-archive-hero-shell {
    min-height: 540px;
  }

  .vtuber-news-archive-hero-shell::before {
    background:
      linear-gradient(180deg, rgba(13, 27, 50, 0.74) 0%, rgba(13, 27, 50, 0.46) 32%, rgba(13, 27, 50, 0.6) 100%);
  }

  .vtuber-news-archive-hero-inner {
    grid-template-columns: 1fr;
    min-height: 540px;
    padding-top: 72px;
    padding-bottom: 44px;
  }

  .vtuber-news-archive-title {
    font-size: 2.15rem;
  }

  .vtuber-news-archive-lead {
    font-size: 14px;
    line-height: 1.9;
  }

  .vtuber-news-archive-stats {
    max-width: 100%;
  }

  .vtuber-news-archive-hero-glow.is-left {
    top: 54px;
    left: 10px;
    width: 180px;
    height: 180px;
  }

  .vtuber-news-archive-hero-glow.is-right {
    right: 0;
    bottom: 76px;
    width: 220px;
    height: 220px;
  }

  .vtuber-news-archive-toolbar {
    padding: 20px 16px;
    border-radius: 22px;
  }

  .vtuber-news-search {
    grid-template-columns: 1fr;
  }

  .vtuber-news-search button {
    width: 100%;
  }

  .news-filter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .news-filter button {
    flex-direction: column;
    gap: 4px;
    min-height: 64px;
    padding: 8px 8px 7px;
    border-radius: 14px;
    line-height: 1.2;
  }

  .news-filter-label {
    font-size: 12px;
    font-weight: 700;
  }

  .news-filter-count {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    opacity: 0.82;
  }

  .vtuber-news-results-head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .news-item a {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .news-date {
    display: none;
  }

  .news-meta-head {
    justify-content: space-between;
    gap: 12px;
  }

  .news-date-inline {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
  }

  .news-title {
    font-size: 18px;
  }

  .news-excerpt {
    font-size: 13px;
  }

  .news-pagination .page-numbers {
    min-width: 38px;
    height: 38px;
    margin: 0 3px;
  }
}
