.page-news{
  --snap-layer: rgba(11,27,58,.84);
  --card-bg: rgba(62,62,66,.6);
  background: var(--c-deep);
  color: var(--c-cream);
  display: block;
  padding-bottom: 72px;
}
.page-news a{
  color: var(--c-orange);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.page-news .news-head{
  max-width: 1200px;
  margin-inline: auto;
  padding: 44px 20px 30px;
}
.page-news .news-head .ky-breadcrumb{
  margin-bottom: 22px;
}
.page-news .news-head h1{
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 16px;
  max-width: 940px;
  letter-spacing: .01em;
}
.page-news .news-head-desc{
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.8;
  color: var(--c-stone);
  max-width: 760px;
  margin: 0;
}
.page-news .news-snapshot{
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(216,212,203,.12);
  border-bottom: 1px solid rgba(216,212,203,.12);
}
.page-news .news-snapshot-bg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72) brightness(.62);
  z-index: 0;
}
.page-news .news-snapshot-body{
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin-inline: auto;
  padding: 36px 20px;
}
.page-news .news-snapshot-panel{
  background: var(--snap-layer);
  border: 1px solid rgba(216,212,203,.16);
  border-radius: var(--radius-cut);
  padding: 22px 20px;
  box-shadow: 0 18px 40px rgba(0,0,0,.3);
}
.page-news .news-snapshot-tag{
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--c-green);
  background: rgba(0,196,140,.12);
  padding: 5px 10px;
  border-radius: 0 8px 0 8px;
  margin-bottom: 14px;
}
.page-news .news-snapshot-title{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.page-news .news-snapshot-title h2{
  font-family: var(--font-title);
  font-size: 27px;
  line-height: 1.2;
  margin: 0;
}
.page-news .news-live{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--c-green);
}
.page-news .news-live-dot{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-green);
  animation: pageNewsPulse 2s ease-in-out infinite;
}
@keyframes pageNewsPulse{
  0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(0,196,140,.45);}
  50%{opacity:.65;box-shadow:0 0 0 7px rgba(0,196,140,0);}
}
.page-news .news-snapshot-lead{
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.75;
  color: var(--c-stone);
  margin: 12px 0 20px;
  max-width: 780px;
}
.page-news .news-snapshot-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.page-news .news-gauge{
  width: 100%;
  max-width: 220px;
  height: auto;
  display: block;
}
.page-news .news-snapshot-metrics{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
}
.page-news .news-snapshot-metrics div{
  border-left: 2px solid var(--c-green);
  padding-left: 12px;
}
.page-news .news-snapshot-metrics dt{
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--c-stone);
}
.page-news .news-snapshot-metrics dd{
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  margin: 3px 0 0;
  color: var(--c-cream);
  font-weight: 600;
}
.page-news .news-snapshot-stats{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(216,212,203,.14);
}
.page-news .news-snapshot-stats div{
  background: rgba(11,27,58,.5);
  border-radius: 0 10px 0 10px;
  padding: 10px 8px;
}
.page-news .news-snapshot-stats span{
  display: block;
  font-family: var(--font-mono);
  font-size: 21px;
  line-height: 1.1;
  color: var(--c-orange);
}
.page-news .news-snapshot-stats em{
  display: block;
  font-family: var(--font-body);
  font-style: normal;
  font-size: 11px;
  line-height: 1.4;
  color: var(--c-stone);
  margin-top: 4px;
}
.page-news .news-snapshot-link{
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--c-stone);
  border-top: 1px solid rgba(216,212,203,.1);
  padding-top: 14px;
  margin: 18px 0 0;
}
.page-news .news-main{
  max-width: 1200px;
  margin-inline: auto;
  padding: 52px 20px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 38px;
  align-items: start;
}
.page-news .news-cats h2{
  font-family: var(--font-title);
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 16px;
}
.page-news .news-cats nav{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-news .news-cats nav a{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 14px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--c-cream);
  background: rgba(62,62,66,.72);
  border: 1px solid transparent;
  border-radius: 0 10px 0 10px;
  text-decoration: none;
  transition: background .2s, border-color .2s, transform .2s;
}
.page-news .news-cats nav a:hover,
.page-news .news-cats nav a:focus-visible{
  background: var(--c-ash);
  border-color: var(--c-orange);
  transform: translateY(-2px);
}
.page-news .news-cats nav a.is-active{
  background: rgba(255,107,53,.15);
  border-color: var(--c-orange);
  color: var(--c-orange);
}
.page-news .news-cats nav a em{
  font-style: normal;
  font-size: 12px;
  color: var(--c-stone);
  background: rgba(11,27,58,.5);
  border-radius: 6px;
  padding: 2px 7px;
}
.page-news .news-cats nav a.is-active em{
  color: var(--c-orange);
}
.page-news .news-cats-img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: var(--radius-cut);
  border: 1px solid rgba(216,212,203,.14);
  margin-top: 22px;
  background: var(--c-ash);
}
.page-news .news-cats-note{
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.7;
  color: var(--c-stone);
  border-left: 2px solid var(--c-moss);
  padding-left: 12px;
  margin: 14px 0 0;
}
.page-news .news-list{
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  min-width: 0;
}
.page-news .news-list-banner{
  margin: 0;
  display: grid;
  gap: 12px;
}
.page-news .news-list-banner img{
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius-cut);
  border: 1px solid rgba(216,212,203,.16);
  background: var(--c-ash);
}
.page-news .news-list-banner figcaption{
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.6;
  color: var(--c-stone);
  border-left: 2px solid var(--c-green);
  padding-left: 12px;
}
.page-news .news-cat-block{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  scroll-margin-top: 120px;
  border-radius: 6px;
}
.page-news .news-cat-block:target{
  outline: 2px solid rgba(255,107,53,.45);
  outline-offset: 8px;
  border-radius: 4px;
}
.page-news .news-cat-block > header{
  display: flex;
  align-items: baseline;
  gap: 10px;
  border-bottom: 1px solid rgba(216,212,203,.16);
  padding-bottom: 10px;
  grid-column: 1 / -1;
}
.page-news .news-cat-block > header span{
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--c-orange);
}
.page-news .news-cat-block > header h2{
  font-family: var(--font-title);
  font-size: 25px;
  line-height: 1.2;
  margin: 0;
}
.page-news .news-card{
  position: relative;
  display: grid;
  gap: 10px;
  padding: 18px 16px 14px;
  background: var(--card-bg);
  border: 1px solid rgba(216,212,203,.13);
  border-radius: var(--radius-cut);
  animation: pageNewsCardIn .3s ease both;
  transition: transform .25s, background .25s, border-color .25s;
}
.page-news .news-card:hover{
  transform: translateY(-3px) scale(1.01);
  background: rgba(62,62,66,.88);
  border-color: rgba(255,107,53,.5);
}
.page-news .news-card[data-year="2025"]{
  border-left: 3px solid rgba(0,196,140,.7);
}
.page-news .news-card::after{
  content: "";
  position: absolute;
  top: 14px;
  right: -3px;
  width: 34px;
  height: 34px;
  background: var(--c-terra);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  opacity: .3;
  pointer-events: none;
}
@keyframes pageNewsCardIn{
  from{opacity:0;transform:translateY(12px);}
  to{opacity:1;transform:translateY(0);}
}
.page-news .news-card-meta{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.page-news .news-tag{
  display: inline-flex;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 0 6px 0 6px;
}
.page-news .news-tag--return{background: rgba(198,123,92,.18);color: #e3a389;}
.page-news .news-tag--update{background: rgba(255,107,53,.14);color: var(--c-orange);}
.page-news .news-tag--data{background: rgba(0,196,140,.14);color: var(--c-green);}
.page-news .news-tag--feature{background: rgba(74,124,89,.26);color: #9cc7a6;}
.page-news .news-card time{
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--c-stone);
}
.page-news .news-card h3{
  font-family: var(--font-title);
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}
.page-news .news-card p{
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.75;
  color: var(--c-stone);
  margin: 0;
}
.page-news .news-card-foot{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--c-stone);
  border-top: 1px dashed rgba(216,212,203,.16);
  padding-top: 10px;
  margin-top: 4px;
}
.page-news .news-trend{
  max-width: 1200px;
  margin-inline: auto;
  padding: 56px 20px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.page-news .news-trend-copy h2{
  font-family: var(--font-title);
  font-size: 26px;
  line-height: 1.25;
  margin: 0 0 14px;
}
.page-news .news-trend-copy p{
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.85;
  color: var(--c-stone);
  margin: 0;
  max-width: 760px;
}
.page-news .news-trend-figure{
  margin: 0;
}
.page-news .news-trend-figure img{
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border-radius: var(--radius-cut);
  border: 1px solid rgba(216,212,203,.16);
  background: var(--c-ash);
}
.page-news .news-trend-figure figcaption{
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--c-stone);
  border-left: 2px solid var(--c-orange);
  padding-left: 12px;
  margin-top: 10px;
  line-height: 1.6;
}
@media (min-width: 640px){
  .page-news .news-head h1{
    font-size: 40px;
    line-height: 1.15;
  }
  .page-news .news-head-desc{
    font-size: 16px;
  }
  .page-news .news-snapshot-stats{
    gap: 14px;
  }
  .page-news .news-cat-block{
    grid-template-columns: 1fr 1fr;
  }
  .page-news .news-card h3{
    font-size: 19px;
  }
  .page-news .news-trend-copy h2{
    font-size: 28px;
  }
}
@media (min-width: 900px){
  .page-news .news-head{
    padding-top: 60px;
  }
  .page-news .news-head h1{
    font-size: 56px;
    line-height: 1.1;
  }
  .page-news .news-snapshot-body{
    padding: 56px 20px;
  }
  .page-news .news-snapshot-panel{
    padding: 26px 28px;
  }
  .page-news .news-snapshot-grid{
    grid-template-columns: 220px 1fr;
    align-items: center;
    gap: 28px;
  }
  .page-news .news-snapshot-metrics{
    grid-template-columns: 1fr 1fr;
    gap: 14px 20px;
  }
  .page-news .news-snapshot-stats div{
    padding: 12px 14px;
  }
  .page-news .news-snapshot-stats span{
    font-size: 24px;
  }
  .page-news .news-main{
    grid-template-columns: 260px 1fr;
    gap: 48px;
    padding-top: 64px;
  }
  .page-news .news-cats{
    position: sticky;
    top: 96px;
    display: grid;
    gap: 0;
  }
  .page-news .news-cats nav{
    flex-direction: column;
  }
  .page-news .news-cats nav a{
    justify-content: space-between;
  }
  .page-news .news-list{
    gap: 48px;
  }
  .page-news .news-trend{
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    gap: 44px;
    padding-top: 68px;
  }
  .page-news .news-trend-copy h2{
    font-size: 32px;
  }
}
