.page-news {
  --news-cyan: #00F0FF;
  --news-orange: #FF6A00;
  --news-purple: #7B2FFF;
  --news-ink: #0A0E17;
  --news-panel: #131A29;
  --news-glass: rgba(13, 19, 32, 0.72);
  --news-teal: #0E3B43;
  --news-wine: #3A0F2B;
  --news-indigo: #1A1035;
  --news-ice: #EAF4FF;
  --news-muted: #8FA3C4;
  --news-radius: 6px;
}

.page-news {
  background: var(--news-ink);
  color: var(--news-ice);
  font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  overflow-x: hidden;
}

.page-news .container {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(18px, 4vw, 48px);
}

.page-news img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-news .breadcrumbs {
  margin-block: 18px 28px;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--news-muted);
}

.page-news .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-news .breadcrumbs a {
  color: var(--news-cyan);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.page-news .breadcrumbs a:hover {
  border-color: var(--news-cyan);
}

.page-news .breadcrumbs [aria-current='page'] {
  color: var(--news-muted);
}

.news-hero {
  position: relative;
  background: linear-gradient(135deg, var(--news-indigo), var(--news-ink) 65%, rgba(255, 106, 0, 0.18));
  padding-block: 28px 68px;
  border-bottom: 1px solid rgba(255, 106, 0, 0.25);
}

.news-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  background: linear-gradient(235deg, rgba(255, 106, 0, 0.12), transparent 60%);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.page-news .news-hero__grid {
  display: grid;
  gap: 28px;
  position: relative;
  z-index: 1;
}

.page-news .news-hero__kicker {
  font-family: Impact, 'Anton', 'Noto Sans SC Black', 'Microsoft YaHei', sans-serif;
  font-size: 14px;
  letter-spacing: 0.42em;
  color: var(--news-orange);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.page-news .news-hero h1 {
  font-family: Impact, 'Anton', 'Noto Sans SC Black', 'Microsoft YaHei', sans-serif;
  font-size: clamp(2.1rem, 4.2vw, 3.5rem);
  line-height: 1.1;
  margin: 0 0 16px;
  color: var(--news-ice);
  text-shadow: 0 0 24px rgba(0, 240, 255, 0.35);
  letter-spacing: 0.01em;
}

.page-news .news-hero__lead {
  font-size: 16px;
  line-height: 1.75;
  color: var(--news-ice);
  max-width: 54ch;
  opacity: 0.88;
}

.page-news .season-track {
  background: var(--news-glass);
  border: 1px solid rgba(0, 240, 255, 0.2);
  border-radius: var(--news-radius);
  padding: 18px 16px;
  backdrop-filter: blur(10px);
}

.page-news .season-track__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--news-muted);
  margin-bottom: 14px;
}

.page-news .season-track__round {
  font-family: Impact, 'Anton', 'Noto Sans SC Black', sans-serif;
  font-size: 24px;
  letter-spacing: 0.06em;
  color: var(--news-cyan);
}

.page-news .season-track__bar {
  height: 8px;
  background: rgba(143, 163, 196, 0.2);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.page-news .season-track__fill {
  display: block;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--news-purple), var(--news-cyan));
  position: relative;
}

.page-news .season-track__fill::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: var(--news-orange);
  box-shadow: 0 0 12px var(--news-orange);
}

.page-news .season-track__ticks {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(143, 163, 196, 0.7);
}

.page-news .news-hero__note {
  font-size: 13px;
  line-height: 1.65;
  color: var(--news-muted);
  margin-top: 12px;
  letter-spacing: 0.04em;
}

.page-news .news-layout {
  display: grid;
  gap: 40px;
  padding-block: 48px 72px;
}

.page-news .news-layout__aside {
  order: 2;
}

.page-news .news-side {
  display: grid;
  gap: 24px;
}

.page-news .news-side__block {
  background: var(--news-panel);
  border-radius: var(--news-radius);
  padding: 20px;
  border: 1px solid rgba(143, 163, 196, 0.12);
}

.page-news .news-side__block--glass {
  background: var(--news-glass);
  backdrop-filter: blur(8px);
  border-color: rgba(0, 240, 255, 0.18);
}

.page-news .news-side__block--connect {
  background: linear-gradient(135deg, rgba(123, 47, 255, 0.28) 0%, rgba(19, 26, 41, 0.9) 80%);
  border-color: rgba(123, 47, 255, 0.3);
}

.page-news .news-side__title {
  font-family: Impact, 'Anton', 'Noto Sans SC Black', 'Microsoft YaHei', sans-serif;
  font-size: 18px;
  letter-spacing: 0.12em;
  color: var(--news-ice);
  margin: 0 0 16px;
  border-bottom: 1px solid rgba(143, 163, 196, 0.18);
  padding-bottom: 12px;
}

.page-news .news-side__micro {
  font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--news-orange);
  margin: 0 0 8px;
  font-weight: 700;
}

.page-news .news-side__desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--news-muted);
  margin-bottom: 16px;
}

.page-news .news-side__link {
  color: var(--news-cyan);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: color 0.2s;
}

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

.page-news .news-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-news .news-tag {
  -webkit-clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 12px 100%, 0 50%);
  clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 12px 100%, 0 50%);
  background: rgba(143, 163, 196, 0.1);
  border: 1px solid rgba(143, 163, 196, 0.25);
  color: var(--news-muted);
  font-size: 13px;
  padding: 8px 18px 8px 22px;
  cursor: pointer;
  letter-spacing: 0.08em;
  transition: all 0.25s var(--ease-out, cubic-bezier(0.22, 0.61, 0.36, 1));
}

.page-news .news-tag:hover {
  border-color: rgba(255, 106, 0, 0.6);
  color: var(--news-ice);
}

.page-news .news-tag.is-active {
  background: linear-gradient(90deg, rgba(0, 240, 255, 0.25), rgba(255, 106, 0, 0.2));
  border-color: var(--news-cyan);
  color: var(--news-ice);
}

.page-news .news-archive-index {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: archive;
}

.page-news .news-archive-index li {
  counter-increment: archive;
  padding-block: 8px;
  border-bottom: 1px dashed rgba(143, 163, 196, 0.18);
}

.page-news .news-archive-index li::before {
  content: counter(archive, decimal-leading-zero);
  font-family: Impact, 'Anton', 'Noto Sans SC Black', sans-serif;
  font-size: 13px;
  color: var(--news-purple);
  margin-right: 10px;
}

.page-news .news-archive-index a {
  color: var(--news-ice);
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}

.page-news .news-archive-index a:hover {
  color: var(--news-cyan);
}

.page-news .news-layout__main {
  order: 1;
  min-width: 0;
}

.page-news .news-section {
  margin-bottom: 68px;
  scroll-margin-top: 130px;
}

.page-news .section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  border-left: 4px solid var(--news-cyan);
  padding-left: 14px;
  position: relative;
}

.page-news .section-head--accent {
  border-left-color: var(--news-orange);
}

.page-news .section-head--purple {
  border-left-color: var(--news-purple);
}

.page-news .section-head__title {
  font-family: Impact, 'Anton', 'Noto Sans SC Black', 'Microsoft YaHei', sans-serif;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  letter-spacing: 0.08em;
  color: var(--news-ice);
  margin: 0;
  text-transform: uppercase;
}

.page-news .section-head__meta {
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--news-muted);
  writing-mode: horizontal-tb;
  white-space: nowrap;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  writing-mode: vertical-rl;
  line-height: 1.4;
  color: var(--news-purple);
  opacity: 0.75;
}

.page-news .section-head--accent .section-head__meta {
  color: var(--news-orange);
}

.page-news .news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.page-news .news-list::before {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 9px;
  width: 2px;
  border-left: 2px dashed rgba(0, 240, 255, 0.24);
}

.page-news .news-item {
  position: relative;
  padding-left: 36px;
  margin-bottom: 18px;
}

.page-news .news-item::before {
  content: '';
  position: absolute;
  left: 3px;
  top: 28px;
  width: 14px;
  height: 14px;
  background: var(--news-ink);
  border: 3px solid var(--news-cyan);
  border-radius: 50%;
  z-index: 1;
}

.page-news .news-item--schedule::before {
  border-color: var(--news-orange);
}

.page-news .news-item--update::before {
  border-color: var(--news-cyan);
}

.page-news .news-item--archive::before {
  border-color: var(--news-purple);
}

.page-news .news-item--guide::before {
  border-color: rgba(143, 163, 196, 0.7);
}

.page-news .news-card {
  background: var(--news-panel);
  border: 1px solid rgba(143, 163, 196, 0.12);
  border-radius: var(--news-radius);
  padding: 22px 20px 18px;
  position: relative;
  transition: -webkit-transform 0.3s var(--ease-out, cubic-bezier(0.22, 0.61, 0.36, 1)), box-shadow 0.3s ease, border-color 0.3s ease;
  transition: transform 0.3s var(--ease-out, cubic-bezier(0.22, 0.61, 0.36, 1)), box-shadow 0.3s ease, border-color 0.3s ease;
}

.page-news .news-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45), 0 0 20px rgba(0, 240, 255, 0.08);
  border-color: rgba(0, 240, 255, 0.3);
}

.page-news .news-card__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 0 var(--news-radius) var(--news-radius) 0;
}

.page-news .news-item--schedule .news-card__bar {
  background: var(--news-orange);
}

.page-news .news-item--update .news-card__bar {
  background: var(--news-cyan);
}

.page-news .news-item--archive .news-card__bar {
  background: var(--news-purple);
}

.page-news .news-item--guide .news-card__bar {
  background: linear-gradient(180deg, var(--news-cyan), var(--news-purple));
}

.page-news .news-card__time {
  display: block;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--news-muted);
  margin-bottom: 8px;
  text-transform: uppercase;
}

.page-news .news-card__title {
  font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 17px;
  line-height: 1.45;
  color: var(--news-ice);
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.page-news .news-card__text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--news-muted);
  margin: 0 0 14px;
}

.page-news .news-card__link {
  display: inline-flex;
  align-items: center;
  color: var(--news-cyan);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  transition: color 0.2s, -webkit-transform 0.2s;
  transition: color 0.2s, transform 0.2s;
}

.page-news .news-card__link::after {
  content: '';
  width: 18px;
  height: 2px;
  background: var(--news-cyan);
  margin-left: 8px;
  transition: width 0.2s ease;
}

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

.page-news .news-card__link:hover::after {
  width: 26px;
  background: var(--news-orange);
}

.page-news .feature-card {
  display: grid;
  gap: 20px;
  background: linear-gradient(160deg, rgba(14, 59, 67, 0.9), rgba(19, 26, 41, 0.95));
  border: 1px solid rgba(255, 106, 0, 0.25);
  border-radius: var(--news-radius);
  overflow: hidden;
  padding: 14px;
}

.page-news .feature-card__body {
  padding: 12px 6px;
}

.page-news .feature-card__tag {
  display: inline-block;
  -webkit-clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 10px 100%, 0 50%);
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 10px 100%, 0 50%);
  background: rgba(255, 106, 0, 0.18);
  border: 1px solid var(--news-orange);
  color: var(--news-orange);
  font-size: 12px;
  padding: 5px 14px 5px 18px;
  letter-spacing: 0.16em;
  margin-bottom: 14px;
}

.page-news .feature-card__title {
  font-family: Impact, 'Anton', 'Noto Sans SC Black', 'Microsoft YaHei', sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1.25;
  color: var(--news-ice);
  margin: 0 0 16px;
  letter-spacing: 0.02em;
}

.page-news .feature-card__text {
  font-size: 15px;
  line-height: 1.8;
  color: var(--news-ice);
  margin: 0 0 14px;
  opacity: 0.86;
}

.page-news .feature-card__media {
  min-width: 0;
}

.page-news .feature-card__media img {
  width: 100%;
  -webkit-clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
  -o-object-fit: cover;
     object-fit: cover;
}

.page-news .update-grid {
  display: grid;
  gap: 22px;
}

.page-news .update-card {
  background: var(--news-panel);
  border: 1px solid rgba(143, 163, 196, 0.12);
  border-radius: var(--news-radius);
  overflow: hidden;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.page-news .update-card:hover {
  border-color: rgba(0, 240, 255, 0.35);
  box-shadow: 0 0 30px rgba(0, 240, 255, 0.06);
}

.page-news .update-card--wide {
  display: grid;
  gap: 0;
}

.page-news .update-card__media img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: saturate(1.05) contrast(1.05);
          filter: saturate(1.05) contrast(1.05);
}

.page-news .update-card__body {
  padding: 24px 20px;
}

.page-news .update-card__tag {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--news-cyan);
  text-transform: uppercase;
  font-weight: 700;
}

.page-news .update-card__title {
  font-family: Impact, 'Anton', 'Noto Sans SC Black', 'Microsoft YaHei', sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  color: var(--news-ice);
  margin: 10px 0 12px;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.page-news .update-card__text {
  font-size: 15px;
  line-height: 1.75;
  color: var(--news-muted);
  margin-bottom: 4px;
}

.page-news .update-card__list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-news .update-card__list li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--news-ice);
  opacity: 0.88;
}

.page-news .update-card__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--news-cyan);
  border-radius: 50%;
}

.page-news .update-card__btn {
  display: inline-block;
  color: var(--news-cyan);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 2px solid var(--news-cyan);
  padding-bottom: 4px;
  transition: color 0.2s, border-color 0.2s;
}

.page-news .update-card__btn:hover {
  color: var(--news-orange);
  border-color: var(--news-orange);
}

.page-news .archive-wrap {
  display: grid;
  gap: 28px;
  background: var(--news-teal);
  border-radius: var(--news-radius);
  padding: clamp(20px, 4vw, 36px);
  border: 1px solid rgba(123, 47, 255, 0.25);
  position: relative;
  overflow: hidden;
}

.page-news .archive-wrap::after {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(123, 47, 255, 0.3) 0%, transparent 70%);
  pointer-events: none;
}

.page-news .archive-wrap__intro {
  position: relative;
  z-index: 1;
}

.page-news .archive-wrap__lead {
  font-family: Impact, 'Anton', 'Noto Sans SC Black', 'Microsoft YaHei', sans-serif;
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  color: var(--news-ice);
  line-height: 1.3;
  margin: 0 0 14px;
  letter-spacing: 0.02em;
}

.page-news .archive-wrap__intro p {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(234, 244, 255, 0.8);
  margin-bottom: 18px;
}

.page-news .archive-wrap__stats {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-news .archive-wrap__stats li {
  background: rgba(234, 244, 255, 0.08);
  border: 1px solid rgba(0, 240, 255, 0.2);
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 14px;
  color: var(--news-ice);
}

.page-news .archive-wrap__num {
  font-family: Impact, 'Anton', 'Noto Sans SC Black', sans-serif;
  font-size: 26px;
  color: var(--news-cyan);
  margin-right: 4px;
}

.page-news .archive-wrap__media img {
  width: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}

.page-news .guide-card {
  display: grid;
  gap: 22px;
  background: linear-gradient(135deg, rgba(123, 47, 255, 0.18), rgba(19, 26, 41, 0.95) 70%);
  border: 1px solid rgba(123, 47, 255, 0.3);
  border-radius: var(--news-radius);
  padding: 16px;
}

.page-news .guide-card__media img {
  width: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-news .guide-card__body {
  padding: 6px 4px;
}

.page-news .guide-card__title {
  font-family: Impact, 'Anton', 'Noto Sans SC Black', 'Microsoft YaHei', sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  color: var(--news-ice);
  line-height: 1.25;
  margin: 0 0 18px;
  letter-spacing: 0.02em;
}

.page-news .guide-card__steps {
  list-style: none;
  counter-reset: guide-step;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 16px;
}

.page-news .guide-card__steps li {
  counter-increment: guide-step;
  position: relative;
  padding-left: 42px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--news-ice);
  opacity: 0.9;
}

.page-news .guide-card__steps li::before {
  content: counter(guide-step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Impact, 'Anton', 'Noto Sans SC Black', sans-serif;
  font-size: 14px;
  background: rgba(0, 240, 255, 0.12);
  border: 1px solid var(--news-cyan);
  border-radius: 50%;
  color: var(--news-cyan);
}

.page-news .guide-card__note {
  font-size: 13px;
  line-height: 1.65;
  color: var(--news-muted);
  border-top: 1px dashed rgba(143, 163, 196, 0.3);
  padding-top: 14px;
  margin: 0;
}

.page-news .news-layout__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(143, 163, 196, 0.15);
}

.page-news .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 26px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  letter-spacing: 0.08em;
  border-radius: var(--news-radius);
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s var(--ease-out, cubic-bezier(0.22, 0.61, 0.36, 1));
  -webkit-clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 10px 100%, 0 50%);
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 10px 100%, 0 50%);
}

.page-news .btn--primary {
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.22), rgba(0, 240, 255, 0.06));
  border-color: var(--news-cyan);
  color: var(--news-cyan);
}

.page-news .btn--primary:hover {
  background: rgba(0, 240, 255, 0.15);
  box-shadow: 0 0 24px rgba(0, 240, 255, 0.2);
  color: var(--news-ice);
}

.page-news .btn--accent {
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.3), rgba(255, 106, 0, 0.08));
  border-color: var(--news-orange);
  color: var(--news-orange);
}

.page-news .btn--accent:hover {
  background: rgba(255, 106, 0, 0.2);
  box-shadow: 0 0 24px rgba(255, 106, 0, 0.2);
  color: var(--news-ice);
}

.page-news .btn--ghost {
  border-color: var(--news-cyan);
  color: var(--news-cyan);
  background: transparent;
}

.page-news .btn--ghost:hover {
  background: rgba(0, 240, 255, 0.1);
  color: var(--news-ice);
}

@media (min-width: 768px) {
  .page-news .news-layout {
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 36px;
  }

  .page-news .news-layout__aside {
    order: 1;
  }

  .page-news .news-layout__main {
    order: 2;
  }

  .page-news .news-side {
    position: -webkit-sticky;
    position: sticky;
    top: calc(72px + 24px);
    align-self: start;
  }

  .page-news .news-hero__grid {
    grid-template-columns: minmax(0, 1fr) 260px;
    align-items: end;
  }

  .page-news .feature-card {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
    align-items: center;
  }

  .page-news .update-card--wide {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .page-news .archive-wrap {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    align-items: center;
  }

  .page-news .guide-card {
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
    align-items: center;
  }
}

@media (max-width: 767px) {
  .page-news .section-head__meta {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    -webkit-transform: none;
            transform: none;
    font-size: 11px;
  }

  .page-news .news-list::before {
    left: 7px;
  }

  .page-news .news-item::before {
    left: 1px;
  }

  .page-news .news-card__title {
    font-size: 16px;
  }

  .page-news .feature-card,
  .page-news .guide-card {
    padding: 12px;
  }

  .page-news .news-layout__footer .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news .news-card,
  .page-news .news-card__link,
  .page-news .news-card__link::after,
  .page-news .news-tag,
  .page-news .btn {
    transition: none;
  }
}
