.page-news {
  --news-border: #E2E8F0;
  --news-shadow: 0 2px 10px rgba(10, 26, 47, 0.05);
  background: #FFFFFF;
  overflow-x: clip;
}

.page-news .news-hero {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  background-color: var(--c-ink);
  background-image:
    linear-gradient(rgba(0, 255, 135, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 255, 135, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
}

.page-news .news-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.page-news .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 26, 47, 0.94) 0%, rgba(10, 26, 47, 0.78) 45%, rgba(18, 52, 81, 0.4) 100%);
}

.page-news .hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--container);
  margin: 0 auto;
  padding: 40px 20px 36px;
}

.page-news .breadcrumbs {
  margin-bottom: 32px;
}

.page-news .breadcrumb-list {
  list-style: none;
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.page-news .breadcrumb-link {
  color: var(--c-green-soft);
  text-decoration: none;
}

.page-news .breadcrumb-link:hover {
  color: var(--c-green);
}

.page-news .breadcrumb-sep {
  color: rgba(255, 255, 255, 0.5);
}

.page-news .breadcrumb-current {
  color: #fff;
  font-weight: 600;
}

.page-news .hero-meta {
  max-width: 720px;
}

.page-news .section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--c-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-news .label-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 22px;
  border: 1px solid rgba(0, 255, 135, 0.6);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0;
}

.page-news .hero-meta h1 {
  font-family: var(--f-title);
  font-size: clamp(28px, 4.6vw, 46px);
  line-height: 1.15;
  color: #fff;
  margin: 14px 0 16px;
}

.page-news .hero-lead {
  color: #C8D4E2;
  font-size: 15px;
  line-height: 1.7;
  max-width: 640px;
  margin: 0;
}

.page-news .hero-index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.page-news .hero-index span {
  border: 1px solid rgba(0, 255, 135, 0.4);
  color: var(--c-green);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(0, 255, 135, 0.06);
}

.page-news .hero-stamp {
  display: none;
  position: absolute;
  right: 26px;
  bottom: 34px;
  width: 86px;
  height: 86px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--f-title);
  font-size: 15px;
  line-height: 1.1;
  color: var(--c-green);
  border: 2px solid var(--c-green);
  border-radius: 50%;
  transform: rotate(-8deg);
  background: var(--c-ink);
  box-shadow: 0 0 0 6px rgba(0, 255, 135, 0.12);
}

.page-news .news-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 28px 0 64px;
}

.page-news .filter-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.page-news .news-sidebar,
.page-news .news-main,
.page-news .news-topics {
  min-width: 0;
}

.page-news .filter-panel {
  background: var(--c-mist);
  border-radius: var(--radius-lg);
  padding: 20px;
}

.page-news .panel-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  font-family: var(--f-title);
  font-size: 15px;
  color: var(--c-graphite);
}

.page-news .panel-title .label-index {
  border-color: rgba(10, 26, 47, 0.3);
  color: var(--c-ink);
  font-family: var(--f-body);
}

.page-news .filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-news .filter-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--news-border);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: var(--c-graphite);
  transition: background var(--speed) var(--ease), color var(--speed) var(--ease), border-color var(--speed) var(--ease);
}

.page-news .filter-label:hover {
  border-color: var(--c-green);
  background: var(--c-green-soft);
}

.page-news .filter-count {
  font-size: 12px;
  color: var(--c-slate);
  font-weight: 500;
}

.page-news .filter-foot {
  margin: 16px 0 0;
  font-size: 12px;
  color: var(--c-slate);
  line-height: 1.6;
  border-top: 1px dashed var(--c-slate);
  padding-top: 14px;
}

.page-news .filter-all:checked ~ .news-sidebar .filter-label[for="filter-all"],
.page-news .filter-version:checked ~ .news-sidebar .filter-label[for="filter-version"],
.page-news .filter-data:checked ~ .news-sidebar .filter-label[for="filter-data"],
.page-news .filter-service:checked ~ .news-sidebar .filter-label[for="filter-service"] {
  background: var(--c-ink);
  color: #fff;
  border-color: var(--c-ink);
}

.page-news .filter-all:checked ~ .news-sidebar .filter-label[for="filter-all"] .filter-count,
.page-news .filter-version:checked ~ .news-sidebar .filter-label[for="filter-version"] .filter-count,
.page-news .filter-data:checked ~ .news-sidebar .filter-label[for="filter-data"] .filter-count,
.page-news .filter-service:checked ~ .news-sidebar .filter-label[for="filter-service"] .filter-count {
  color: var(--c-green);
}

.page-news .filter-version:checked ~ .news-main .news-item:not([data-category="version"]),
.page-news .filter-data:checked ~ .news-main .news-item:not([data-category="data"]),
.page-news .filter-service:checked ~ .news-main .news-item:not([data-category="service"]) {
  display: none;
}

.page-news .list-head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0 0 16px;
}

.page-news .list-title {
  font-family: var(--f-title);
  font-size: 20px;
  color: var(--c-ink);
  margin: 0;
}

.page-news .list-note {
  font-size: 12px;
  color: var(--c-slate);
}

.page-news .list-chip {
  margin-left: auto;
  background: var(--c-green-soft);
  color: var(--c-ink);
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
}

.page-news .news-list {
  display: grid;
  gap: 14px;
}

.page-news .news-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--news-border);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--news-shadow);
  transition: transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), border-color var(--speed) var(--ease);
}

.page-news .news-item:hover,
.page-news .news-item:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(10, 26, 47, 0.1);
  border-color: rgba(0, 255, 135, 0.6);
}

.page-news .news-media {
  position: relative;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: var(--c-mist);
}

.page-news .news-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-news .news-content {
  flex: 1;
  min-width: 0;
}

.page-news .news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.page-news .tag {
  display: inline-block;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.page-news .tag-version {
  background: var(--c-green-soft);
  color: var(--c-ink);
}

.page-news .tag-data {
  background: var(--c-mist);
  color: var(--c-slate);
  border: 1px solid var(--news-border);
}

.page-news .tag-service {
  background: var(--c-orange);
  color: #fff;
}

.page-news .news-time {
  font-size: 12px;
  color: var(--c-slate);
}

.page-news .news-title {
  font-size: 17px;
  line-height: 1.5;
  color: var(--c-graphite);
  margin: 0 0 8px;
  font-weight: 800;
}

.page-news .news-excerpt {
  font-size: 14px;
  line-height: 1.65;
  color: var(--c-slate);
  margin: 0 0 14px;
  border-radius: 8px;
  transition: background var(--speed) var(--ease);
  padding: 0;
}

.page-news .news-item:hover .news-excerpt {
  background: rgba(179, 255, 214, 0.22);
}

.page-news .news-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.page-news .news-keyword {
  font-size: 12px;
  color: var(--c-ink);
  background: var(--c-green-soft);
  border-radius: 999px;
  padding: 4px 10px;
  font-weight: 600;
}

.page-news .news-more {
  font-size: 13px;
  font-weight: 700;
  color: var(--c-ink);
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--speed) var(--ease);
}

.page-news .news-more:hover {
  color: var(--c-orange);
}

.page-news .page-break {
  scroll-margin-top: 100px;
  height: 1px;
}

.page-news .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.page-news .page-label {
  font-size: 13px;
  color: var(--c-slate);
}

.page-news .page-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  background: var(--c-mist);
  color: var(--c-graphite);
  border: 1px solid transparent;
  transition: background var(--speed) var(--ease), color var(--speed) var(--ease), transform var(--speed) var(--ease);
}

.page-news .page-btn:hover {
  background: var(--c-ink);
  color: #fff;
  transform: translateY(-2px);
}

.page-news .page-btn.is-current {
  background: var(--c-green);
  color: var(--c-ink);
  box-shadow: 0 0 0 4px rgba(0, 255, 135, 0.25);
}

.page-news .filter-version:checked ~ .news-main .pagination,
.page-news .filter-data:checked ~ .news-main .pagination,
.page-news .filter-service:checked ~ .news-main .pagination {
  display: none;
}

.page-news .news-topics {
  display: grid;
  gap: 16px;
  align-content: start;
}

.page-news .topics-banner {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  box-shadow: var(--news-shadow);
}

.page-news .topics-panel {
  position: relative;
  background: var(--c-ink);
  border-radius: var(--radius-lg);
  padding: 20px;
  overflow: hidden;
}

.page-news .topics-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 255, 135, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 255, 135, 0.07) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.page-news .topics-panel .panel-title {
  color: #fff;
  position: relative;
}

.page-news .topics-panel .panel-title .label-index {
  border-color: rgba(0, 255, 135, 0.6);
  color: var(--c-green);
}

.page-news .topic-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  margin-top: 10px;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid transparent;
  transition: background var(--speed) var(--ease), border-color var(--speed) var(--ease), transform var(--speed) var(--ease);
}

.page-news .topic-item:hover {
  background: rgba(0, 255, 135, 0.1);
  border-color: rgba(0, 255, 135, 0.35);
  transform: translateX(3px);
}

.page-news .topic-index {
  font-size: 12px;
  color: var(--c-green);
  font-weight: 800;
  width: 22px;
}

.page-news .topic-text {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
}

.page-news .topic-arrow {
  color: var(--c-orange);
  font-size: 18px;
  line-height: 1;
}

.page-news .topics-note {
  font-size: 12px;
  color: var(--c-slate);
  line-height: 1.5;
  margin: 0;
}

.page-news .news-cta {
  position: relative;
  background: var(--c-ink);
  padding: 56px 0;
  overflow: hidden;
}

.page-news .news-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 255, 135, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 255, 135, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
}

.page-news .news-cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.page-news .cta-content {
  max-width: 650px;
}

.page-news .cta-badge {
  display: inline-block;
  background: var(--c-orange);
  color: #fff;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}

.page-news .cta-content h2 {
  font-family: var(--f-title);
  font-size: clamp(22px, 3vw, 32px);
  color: #fff;
  margin: 0 0 12px;
}

.page-news .cta-content p {
  color: #C8D4E2;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.page-news .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-news .cta-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  background: transparent;
  transition: border-color var(--speed) var(--ease), color var(--speed) var(--ease), background var(--speed) var(--ease);
}

.page-news .cta-ghost:hover {
  border-color: var(--c-green);
  color: var(--c-green);
  background: rgba(0, 255, 135, 0.08);
}

@media (min-width: 768px) {
  .page-news .news-hero {
    min-height: 380px;
  }

  .page-news .hero-inner {
    padding: 52px 32px 48px;
  }

  .page-news .hero-stamp {
    display: flex;
  }

  .page-news .news-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: start;
  }

  .page-news .news-topics {
    grid-column: 1 / -1;
    grid-template-columns: 240px 1fr;
    align-items: stretch;
  }

  .page-news .topics-banner {
    height: 100%;
    min-height: 180px;
    max-height: none;
  }

  .page-news .news-item {
    flex-direction: row;
    align-items: flex-start;
  }

  .page-news .news-media {
    width: 170px;
    height: 110px;
    flex-shrink: 0;
  }

  .page-news .news-media img {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1080px) {
  .page-news .news-layout {
    grid-template-columns: 220px minmax(0, 1fr) 300px;
    gap: 32px;
  }

  .page-news .news-topics {
    grid-column: auto;
    grid-template-columns: 1fr;
    align-content: start;
  }

  .page-news .topics-banner {
    height: 150px;
  }
}
