* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #1f2937;
  background: linear-gradient(180deg, #ffffff 0, #f5f6f8 360px, #f5f6f8 100%);
  font-family: Arial, "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.topline {
  color: #cbd5e1;
  background: #211313;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topline-inner,
.header-inner,
.page,
.footer-inner {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.topline-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  gap: 16px;
  font-size: 12px;
}

.site-slogan,
.top-values,
.top-status {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.top-value::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 7px;
  border-radius: 999px;
  background: #94a3b8;
  content: "";
  vertical-align: 2px;
}

.top-status strong {
  color: #ffffff;
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #f1d7d7;
  box-shadow: 0 10px 24px rgba(127, 29, 29, 0.08);
}

.header-inner {
  display: grid;
  grid-template-columns: auto minmax(320px, 1fr) auto;
  align-items: center;
  min-height: 74px;
  gap: 24px;
}

.logo {
  display: inline-flex;
  align-items: center;
  color: #1f2937;
  font-size: 24px;
  font-weight: 900;
  white-space: nowrap;
}

.logo::before {
  width: 8px;
  height: 24px;
  margin-right: 10px;
  border-radius: 999px;
  background: #dc2626;
  content: "";
}

.logo::before,
.footer-logo::before {
  display: none !important;
}

.logo {
  width: 192px;
  height: 54px;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.logo img,
.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.search {
  display: flex;
  height: 40px;
  border: 1px solid #f1c6c6;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(127, 29, 29, 0.10);
  overflow: hidden;
}

.search input {
  flex: 1;
  min-width: 0;
  padding: 0 12px;
  border: 0;
  color: #1f2937;
  font-size: 13px;
  outline: 0;
}

.search button {
  width: 76px;
  border: 0;
  color: #ffffff;
  background: #991b1b;
  font-weight: 900;
}

.channel-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.channel-nav a {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 11px;
  border: 1px solid #f3d4d4;
  border-radius: 6px;
  color: #374151;
  background: #fff7f7;
  gap: 6px;
}

.channel-nav a::before {
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 5px;
  color: #ffffff;
  background: #b91c1c;
  font-size: 11px;
  content: "游";
}

.channel-nav a.active {
  color: #ffffff;
  background: #b91c1c;
  border-color: #b91c1c;
}

.page {
  padding: 18px 0 0;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
}

.section-title h2 {
  margin: 0;
  color: #111827;
  font-size: 18px;
}

.section-title span {
  color: #991b1b;
  font-size: 12px;
  font-weight: 900;
}

.news-hero,
.filter-panel,
.news-list-panel,
.side-card,
.article-card,
.article-side-card,
.related-section {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.045);
}

.news-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  align-items: stretch;
  min-height: 230px;
  padding: 18px;
  overflow: hidden;
}

.news-hero-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  min-width: 0;
}

.crumb {
  display: flex;
  gap: 8px;
  color: #991b1b;
  font-size: 12px;
  font-weight: 900;
}

.news-hero h1,
.article-head h1 {
  margin: 0;
  color: #111827;
  font-size: 36px;
  line-height: 1.18;
}

.news-hero p {
  max-width: 720px;
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.85;
}

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

.hero-stats span {
  display: grid;
  gap: 3px;
  min-height: 56px;
  padding: 10px;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  background: #f8fafc;
}

.hero-stats b {
  color: #991b1b;
  font-size: 18px;
  line-height: 1;
}

.hero-stats em {
  color: #64748b;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.hero-lead-card {
  display: grid;
  grid-template-rows: 1fr auto;
  min-width: 0;
  border-radius: 8px;
  background: #211313;
  overflow: hidden;
}

.hero-lead-card img {
  width: 100%;
  height: 100%;
  min-height: 146px;
}

.hero-lead-card div {
  display: grid;
  gap: 5px;
  padding: 12px;
  color: #ffffff;
}

.hero-lead-card b {
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-lead-card span {
  color: #fecaca;
  font-size: 12px;
}

.news-hero-plain {
  grid-template-columns: minmax(0, 1fr) 330px;
  background:
    linear-gradient(90deg, #ffffff 0, #ffffff 58%, #fff7f7 100%);
}

.hero-focus-card {
  display: grid;
  align-content: center;
  gap: 10px;
  min-width: 0;
  padding: 18px;
  border: 1px solid #f1c6c6;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: inset 4px 0 0 #b91c1c;
}

.hero-focus-card span {
  display: inline-flex;
  align-items: center;
  width: max-content;
  height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  color: #991b1b;
  background: #fef2f2;
  font-size: 12px;
  font-weight: 900;
}

.hero-focus-card strong {
  color: #0f172a;
  font-size: 22px;
  line-height: 1.28;
}

.hero-focus-card p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.75;
}

.hero-focus-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 32px;
  border-radius: 6px;
  color: #ffffff;
  background: #991b1b;
  font-size: 12px;
  font-weight: 900;
}

.news-command-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 14px;
  min-height: 284px;
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background:
    linear-gradient(90deg, #ffffff 0, #ffffff 64%, #fff7f7 100%);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.045);
  overflow: hidden;
}

.news-command-hero::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: #b91c1c;
  content: "";
}

.command-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  min-width: 0;
}

.command-copy h1 {
  margin: 0;
  color: #111827;
  font-size: 36px;
  line-height: 1.12;
}

.command-copy p {
  max-width: 720px;
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.8;
}

.command-main {
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 0;
  padding: 16px;
  border: 1px solid #f1c6c6;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: inset 4px 0 0 #b91c1c;
}

.command-main span {
  display: inline-flex;
  width: max-content;
  height: 24px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  color: #991b1b;
  background: #fef2f2;
  font-size: 12px;
  font-weight: 900;
}

.command-main strong {
  color: #0f172a;
  font-size: 21px;
  line-height: 1.28;
}

.command-main p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.7;
}

.command-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.command-stats span,
.command-ticker a {
  border: 1px solid #eef2f7;
  border-radius: 8px;
  background: #f8fafc;
}

.command-stats span {
  display: grid;
  gap: 4px;
  min-height: 64px;
  padding: 12px;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
}

.command-stats b {
  color: #991b1b;
  font-size: 24px;
  line-height: 1;
}

.command-ticker {
  display: grid;
  gap: 8px;
}

.command-ticker a {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  color: #334155;
  font-size: 13px;
  font-weight: 900;
}

.command-ticker em {
  color: #991b1b;
  font-style: normal;
}

.filter-panel {
  display: grid;
  gap: 12px;
  margin-top: 14px;
  padding: 16px;
}

.filter-row {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.filter-row strong {
  display: inline-flex;
  align-items: center;
  height: 30px;
  color: #111827;
  font-size: 13px;
}

.chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 11px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: #475569;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 900;
}

.filter-chip:hover,
.filter-chip.active {
  color: #ffffff;
  border-color: #b91c1c;
  background: #b91c1c;
}

.filter-result {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid #eef2f7;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

.filter-result b {
  color: #991b1b;
}

.news-page-grid,
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 16px;
  align-items: start;
  margin-top: 16px;
}

.news-list-panel {
  padding: 18px;
}

.news-feed {
  display: grid;
  gap: 12px;
}

.news-item {
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr) 94px;
  gap: 14px;
  align-items: center;
  min-height: 132px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
}

.news-item.is-hidden {
  display: none;
}

.news-item:hover {
  border-color: #f1c6c6;
  box-shadow: 0 12px 22px rgba(127, 29, 29, 0.06);
}

.news-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 7px;
  background: #f8fafc;
}

.news-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.news-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.tag.game {
  color: #991b1b;
  background: #fef2f2;
}

.tag.type {
  color: #92400e;
  background: #fffbeb;
}

.tag.system {
  color: #166534;
  background: #f0fdf4;
}

.news-copy h2 {
  margin: 0;
  overflow: hidden;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-copy p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.7;
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #94a3b8;
  font-size: 12px;
}

.news-action {
  display: grid;
  justify-items: end;
  gap: 8px;
  color: #64748b;
  font-size: 12px;
}

.news-action time {
  font-weight: 900;
}

.read-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 32px;
  border-radius: 6px;
  color: #ffffff;
  background: #991b1b;
  font-size: 12px;
  font-weight: 900;
}

.load-more {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.load-more button {
  width: 180px;
  height: 38px;
  border: 1px solid #f1c6c6;
  border-radius: 6px;
  color: #991b1b;
  background: #fff7f7;
  font-size: 13px;
  font-weight: 900;
}

.news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  padding-top: 2px;
}

.news-pagination button {
  min-width: 38px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: #475569;
  background: #ffffff;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.news-pagination .news-page-step {
  min-width: 72px;
}

.news-pagination button.active {
  border-color: #991b1b;
  color: #ffffff;
  background: #991b1b;
}

.news-pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.news-page-ellipsis {
  display: inline-flex;
  width: 26px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 900;
}

.side-stack {
  position: sticky;
  top: 16px;
  display: grid;
  gap: 14px;
}

.side-card {
  padding: 16px;
}

.side-rank {
  display: grid;
  gap: 9px;
}

.side-rank a {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 36px;
  padding: 0 8px;
  border-radius: 7px;
  background: #f8fafc;
}

.side-rank em {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  color: #991b1b;
  background: #fef2f2;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.side-rank a:nth-child(-n + 3) em {
  color: #ffffff;
  background: #b91c1c;
}

.side-rank strong {
  overflow: hidden;
  color: #334155;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.side-rank span {
  color: #94a3b8;
  font-size: 12px;
}

.game-mini-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.game-mini-list a {
  display: grid;
  justify-items: center;
  gap: 7px;
  min-height: 88px;
  padding: 10px 6px;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  background: #f8fafc;
  text-align: center;
}

.game-mini-list img {
  width: 42px;
  height: 42px;
  border-radius: 8px;
}

.game-mini-list span {
  color: #334155;
  font-size: 12px;
  font-weight: 900;
}

.article-layout {
  grid-template-columns: minmax(0, 1fr) 340px;
}

.article-card {
  overflow: hidden;
}

.article-card-clean {
  overflow: visible;
}

.article-cover {
  width: 100%;
  aspect-ratio: 16 / 5;
  background: #211313;
}

.article-body {
  padding: 20px;
}

.article-card-clean .article-body {
  padding: 24px;
}

.article-head {
  display: grid;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eef2f7;
}

.article-head-clean {
  gap: 13px;
  padding-bottom: 18px;
}

.article-crumb-top {
  align-items: center;
  width: max-content;
  max-width: 100%;
  min-height: 26px;
  padding: 0 10px;
  border: 1px solid #f1c6c6;
  border-radius: 999px;
  background: #fff7f7;
}

.article-head-refined {
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: stretch;
  gap: 18px;
}

.article-head-main {
  display: grid;
  align-content: center;
  gap: 12px;
  min-width: 0;
}

.article-head-panel {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 14px;
  border: 1px solid #f1c6c6;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff7f7 0, #ffffff 100%);
}

.article-head-panel > span {
  display: inline-flex;
  width: max-content;
  height: 24px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  color: #991b1b;
  background: #fef2f2;
  font-size: 12px;
  font-weight: 900;
}

.article-head-panel div {
  display: grid;
  gap: 3px;
  padding: 10px;
  border-radius: 8px;
  background: #ffffff;
}

.article-head-panel b {
  color: #64748b;
  font-size: 12px;
}

.article-head-panel em {
  color: #111827;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.article-head h1 {
  font-size: 34px;
}

.article-info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

.article-info-clean {
  gap: 10px;
  padding-top: 2px;
}

.article-info-clean span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #eef2f7;
  border-radius: 999px;
  color: #475569;
  background: #f8fafc;
  font-weight: 900;
}

.article-info-clean b {
  color: #991b1b;
  font-size: 12px;
}

.article-info-clean span:last-child {
  border-color: #f1c6c6;
  color: #334155;
  background: #fff7f7;
}

.article-content {
  display: grid;
  gap: 16px;
  padding-top: 18px;
}

.article-content h2 {
  margin: 6px 0 0;
  color: #111827;
  font-size: 22px;
  line-height: 1.35;
}

.article-content p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.95;
}

.article-content-refined {
  gap: 14px;
  max-width: none;
}

.article-summary-card,
.article-section-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
}

.article-summary-card {
  border-color: #f1c6c6;
  background: linear-gradient(180deg, #fff7f7 0, #ffffff 100%);
}

.article-summary-clean {
  border-left: 4px solid #b91c1c;
  background: #fffafa;
}

.article-summary-card b {
  color: #991b1b;
  font-size: 15px;
}

.article-section-card h2 {
  margin: 0;
}

.backend-article-content {
  display: grid;
  gap: 16px;
  padding: 22px 24px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
}

.backend-article-content h2 {
  margin: 10px 0 0;
  padding-top: 16px;
  border-top: 1px solid #eef2f7;
  color: #111827;
  font-size: 21px;
  line-height: 1.35;
}

.backend-article-content h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.backend-article-content p {
  color: #475569;
  font-size: 15px;
  line-height: 2;
}

.article-table-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-note {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-left: 4px solid #b91c1c;
  border-radius: 0 8px 8px 0;
  background: #fff7f7;
}

.article-note b {
  color: #991b1b;
}

.article-table {
  display: grid;
  gap: 8px;
}

.article-table div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 10px;
  min-height: 42px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  background: #f8fafc;
  font-size: 13px;
}

.article-table b {
  color: #111827;
}

.article-table span {
  color: #64748b;
}

.article-image-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.article-image-row img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
}

.article-side-card {
  padding: 16px;
}

.article-game {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.article-game img {
  width: 72px;
  height: 72px;
  border-radius: 12px;
}

.article-game h3 {
  margin: 0 0 5px;
  font-size: 17px;
}

.article-game p {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.65;
}

.side-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.side-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
}

.side-actions .primary {
  color: #ffffff;
  background: #991b1b;
}

.side-actions .soft {
  color: #7f1d1d;
  background: #fef2f2;
}

.related-section {
  margin-top: 16px;
  padding: 18px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.related-grid a {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  background: #f8fafc;
}

.related-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
}

.related-grid b {
  color: #111827;
  font-size: 14px;
  line-height: 1.45;
}

.related-grid span {
  color: #94a3b8;
  font-size: 12px;
}

.site-footer {
  margin-top: 28px;
  color: #cbd5e1;
  background: #211313;
  border-top: 4px solid #991b1b;
}

.footer-inner {
  padding: 34px 0 22px;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) repeat(3, minmax(140px, 0.7fr));
  gap: 24px;
}

.footer-main h2,
.footer-main h3 {
  margin: 0 0 12px;
  color: #ffffff;
}

.footer-logo {
  width: 220px;
  height: 62px;
  margin: 0 0 12px;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.footer-main p,
.footer-links a,
.footer-bottom {
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.8;
}

.footer-links {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 1120px) {
  .header-inner,
  .news-hero,
  .news-command-hero,
  .news-page-grid,
  .article-layout,
  .article-head-refined {
    grid-template-columns: 1fr;
  }

  .channel-nav {
    overflow-x: auto;
  }

  .side-stack {
    position: static;
  }

  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .topline-inner,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .header-inner,
  .filter-row,
  .news-item,
  .article-table div,
  .article-image-row,
  .related-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .search {
    grid-row: 2;
  }

  .channel-nav {
    width: 100%;
  }

  .news-hero h1,
  .article-head h1 {
    font-size: 28px;
  }

  .article-card-clean .article-body,
  .backend-article-content {
    padding: 18px;
  }

  .hero-stats,
  .game-mini-list {
    grid-template-columns: 1fr;
  }

  .news-action {
    justify-items: start;
  }
}

.news-preview-content .news-layout,
.backend-article-content .news-layout {
  display: grid;
  gap: 18px;
  color: #263244;
  font-size: 17px;
  line-height: 1.92;
}

.news-preview-content .news-layout h2,
.news-preview-content .news-layout .news-heading,
.backend-article-content .news-layout h2,
.backend-article-content .news-layout .news-heading {
  margin: 10px 0 0;
  padding-left: 12px;
  border-left: 4px solid var(--news-accent, #b91c1c);
  color: #111827;
  font-size: 25px;
  line-height: 1.35;
}

.news-preview-content .news-layout p,
.backend-article-content .news-layout p {
  margin: 0;
}

.news-preview-content .news-layout .news-lead,
.backend-article-content .news-layout .news-lead {
  padding-left: 14px;
  border-left: 2px solid var(--news-soft, #fecaca);
  color: #334155;
  font-size: 18px;
}

.news-preview-content .news-layout strong,
.news-preview-content .news-layout .article-game-link,
.backend-article-content .news-layout strong,
.backend-article-content .news-layout .article-game-link {
  color: var(--news-accent, #b91c1c);
  font-weight: 900;
}

.news-preview-content .news-layout .article-game-link,
.backend-article-content .news-layout .article-game-link {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.news-preview-content .news-layout em,
.backend-article-content .news-layout em {
  color: var(--news-second, #0f766e);
  font-style: normal;
  font-weight: 800;
}

.news-preview-content .news-layout ul,
.news-preview-content .news-layout ol,
.news-preview-content .news-layout .news-list,
.backend-article-content .news-layout ul,
.backend-article-content .news-layout ol,
.backend-article-content .news-layout .news-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 22px;
}

.news-preview-content .news-layout li::marker,
.backend-article-content .news-layout li::marker {
  color: var(--news-accent, #b91c1c);
  font-weight: 900;
}

.news-preview-content .news-layout blockquote,
.news-preview-content .news-layout .news-callout,
.backend-article-content .news-layout blockquote,
.backend-article-content .news-layout .news-callout {
  margin: 0;
  padding: 12px 14px;
  border-left: 4px solid var(--news-second, #0f766e);
  color: #475569;
  background: #f8fafc;
}

.news-preview-content .news-layout figure,
.news-preview-content .news-layout .news-figure,
.backend-article-content .news-layout figure,
.backend-article-content .news-layout .news-figure {
  margin: 4px 0;
}

.news-preview-content .news-layout-1,
.backend-article-content .news-layout-1 { --news-accent: #b91c1c; --news-second: #0f766e; --news-soft: #fecaca; }
.news-preview-content .news-layout-2,
.backend-article-content .news-layout-2 { --news-accent: #991b1b; --news-second: #1d4ed8; --news-soft: #fee2e2; }
.news-preview-content .news-layout-3,
.backend-article-content .news-layout-3 { --news-accent: #be123c; --news-second: #047857; --news-soft: #ffe4e6; }
.news-preview-content .news-layout-4,
.backend-article-content .news-layout-4 { --news-accent: #9f1239; --news-second: #0e7490; --news-soft: #fecdd3; }
.news-preview-content .news-layout-5,
.backend-article-content .news-layout-5 { --news-accent: #dc2626; --news-second: #4338ca; --news-soft: #fee2e2; }
.news-preview-content .news-layout-6,
.backend-article-content .news-layout-6 { --news-accent: #7f1d1d; --news-second: #15803d; --news-soft: #fecaca; }
.news-preview-content .news-layout-7,
.backend-article-content .news-layout-7 { --news-accent: #a21caf; --news-second: #0f766e; --news-soft: #f5d0fe; }
.news-preview-content .news-layout-8,
.backend-article-content .news-layout-8 { --news-accent: #c2410c; --news-second: #0369a1; --news-soft: #fed7aa; }
.news-preview-content .news-layout-9,
.backend-article-content .news-layout-9 { --news-accent: #b45309; --news-second: #be123c; --news-soft: #fde68a; }
.news-preview-content .news-layout-10,
.backend-article-content .news-layout-10 { --news-accent: #0f766e; --news-second: #b91c1c; --news-soft: #ccfbf1; }
.news-preview-content .news-layout-11,
.backend-article-content .news-layout-11 { --news-accent: #1d4ed8; --news-second: #b45309; --news-soft: #dbeafe; }
.news-preview-content .news-layout-12,
.backend-article-content .news-layout-12 { --news-accent: #4338ca; --news-second: #15803d; --news-soft: #e0e7ff; }
.news-preview-content .news-layout-13,
.backend-article-content .news-layout-13 { --news-accent: #0e7490; --news-second: #be123c; --news-soft: #cffafe; }
.news-preview-content .news-layout-14,
.backend-article-content .news-layout-14 { --news-accent: #047857; --news-second: #991b1b; --news-soft: #d1fae5; }
.news-preview-content .news-layout-15,
.backend-article-content .news-layout-15 { --news-accent: #4d7c0f; --news-second: #7e22ce; --news-soft: #ecfccb; }
.news-preview-content .news-layout-16,
.backend-article-content .news-layout-16 { --news-accent: #be185d; --news-second: #2563eb; --news-soft: #fce7f3; }
.news-preview-content .news-layout-17,
.backend-article-content .news-layout-17 { --news-accent: #7c2d12; --news-second: #047857; --news-soft: #ffedd5; }
.news-preview-content .news-layout-18,
.backend-article-content .news-layout-18 { --news-accent: #334155; --news-second: #b91c1c; --news-soft: #e2e8f0; }
.news-preview-content .news-layout-19,
.backend-article-content .news-layout-19 { --news-accent: #155e75; --news-second: #c2410c; --news-soft: #cffafe; }
.news-preview-content .news-layout-20,
.backend-article-content .news-layout-20 { --news-accent: #6d28d9; --news-second: #0f766e; --news-soft: #ede9fe; }

.news-preview-content .news-layout-2 h2,
.news-preview-content .news-layout-6 h2,
.news-preview-content .news-layout-10 h2,
.news-preview-content .news-layout-14 h2,
.news-preview-content .news-layout-18 h2,
.backend-article-content .news-layout-2 h2,
.backend-article-content .news-layout-6 h2,
.backend-article-content .news-layout-10 h2,
.backend-article-content .news-layout-14 h2,
.backend-article-content .news-layout-18 h2 {
  padding-left: 0;
  padding-bottom: 8px;
  border-left-width: 0;
  border-bottom: 2px solid var(--news-soft);
}

.news-preview-content .news-layout-4 .news-lead,
.news-preview-content .news-layout-8 .news-lead,
.news-preview-content .news-layout-12 .news-lead,
.news-preview-content .news-layout-16 .news-lead,
.news-preview-content .news-layout-20 .news-lead,
.backend-article-content .news-layout-4 .news-lead,
.backend-article-content .news-layout-8 .news-lead,
.backend-article-content .news-layout-12 .news-lead,
.backend-article-content .news-layout-16 .news-lead,
.backend-article-content .news-layout-20 .news-lead {
  padding: 12px 14px;
  border: 1px solid var(--news-soft);
  border-left: 4px solid var(--news-accent);
  background: #fbfcfd;
}

.news-preview-article h1 {
  font-size: 30px;
  line-height: 1.35;
}

.news-preview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.news-preview-meta .news-meta-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.news-preview-meta .source {
  color: #991b1b;
  background: #fee2e2;
}

.news-preview-meta .time {
  color: #0369a1;
  background: #e0f2fe;
}

.news-preview-meta .type {
  color: #047857;
  background: #d1fae5;
}

.news-neighbor-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #e5e7eb;
}

.news-neighbor {
  display: grid;
  gap: 6px;
  min-height: 76px;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f8fafc;
}

.news-neighbor span {
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
}

.news-neighbor strong {
  overflow: hidden;
  color: #111827;
  font-size: 14px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-load-note {
  margin: 14px 0 0;
  padding: 10px 12px;
  border-radius: 8px;
  color: #64748b;
  background: #f8fafc;
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 760px) {
  .news-preview-article h1 {
    font-size: 24px;
  }

  .news-neighbor-nav {
    grid-template-columns: 1fr;
  }
}
