:root {
  --news-bg: #0a0a0a;
  --news-panel: #111;
  --news-panel-raised: #171717;
  --news-border: #2b2b2b;
  --news-border-strong: #515151;
  --news-text: #f3f3f3;
  --news-muted: #b2b2b2;
  --news-faint: #949494;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { min-height: 100%; }
body { margin: 0; color: var(--news-text); background: var(--news-bg); font-family: Inter, ui-sans-serif, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }

.news-main { width: min(1180px, calc(100% - 48px)); min-height: calc(100vh - var(--mr-navbar-height, 72px)); margin: 0 auto; padding: clamp(52px, 7vw, 88px) 0 78px; }
.news-heading { max-width: 760px; }
.news-eyebrow { margin: 0 0 13px; color: var(--news-muted); font-size: 11px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.news-heading h1 { margin: 0; font-size: clamp(44px, 6vw, 76px); line-height: .98; letter-spacing: -.055em; }
.news-notice { max-width: 720px; margin: 21px 0 0; color: #a9a9a9; font-size: 14px; font-weight: 500; line-height: 1.7; }

.news-filters { display: flex; gap: 8px; margin: 42px 0 28px; padding-bottom: 12px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: #4b4b4b transparent; }
.news-filters button { flex: 0 0 auto; min-height: 40px; padding: 0 15px; color: var(--news-muted); background: transparent; border: 1px solid var(--news-border); cursor: pointer; font-size: 12px; font-weight: 700; }
.news-filters button:hover, .news-filters button:focus-visible { color: #fff; border-color: var(--news-border-strong); outline: none; }
.news-filters button[aria-pressed="true"] { color: #0a0a0a; background: #ededed; border-color: #ededed; }

.news-feed { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.news-card { display: flex; flex-direction: column; min-width: 0; color: var(--news-text); background: var(--news-panel); border: 1px solid var(--news-border); cursor: pointer; transition: background .16s ease, border-color .16s ease, transform .16s ease; }
.news-card:hover { background: var(--news-panel-raised); border-color: var(--news-border-strong); transform: translateY(-2px); }
.news-card:focus-visible { background: var(--news-panel-raised); border-color: #bdbdbd; outline: 2px solid #e5e5e5; outline-offset: 3px; }
.news-card__body { display: flex; flex: 1; flex-direction: column; min-width: 0; padding: 26px; }
.news-card__image { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-bottom: 1px solid var(--news-border); }
.news-card__category, .news-detail__category { color: #c6c6c6; font-size: 11px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.news-card h2 { display: -webkit-box; margin: 14px 0 12px; overflow: hidden; font-size: clamp(21px, 2.2vw, 29px); line-height: 1.2; letter-spacing: -.035em; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.news-card__summary { display: -webkit-box; margin: 0; overflow: hidden; color: var(--news-muted); font-size: 14px; font-weight: 450; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.news-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 24px; }
.news-card__meta { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px; min-width: 0; color: var(--news-faint); font-size: 12px; font-weight: 550; line-height: 1.6; }
.news-card__source-link { color: #c7c7c7; font-weight: 700; text-decoration: none; }
.news-card__source-link:hover, .news-card__source-link:focus-visible { color: #e5e5e5; outline: none; text-decoration: underline; text-underline-offset: 3px; }
.news-card__arrow { flex: 0 0 auto; color: #a9a9a9; font-size: 18px; transition: transform .16s ease; }
.news-card:hover .news-card__arrow, .news-card:focus-visible .news-card__arrow { transform: translateX(3px); }
.news-detail__source-link, .news-back { color: #dedede; text-decoration: none; font-size: 12px; font-weight: 750; }
.news-detail__source-link:hover, .news-back:hover { color: #fff; text-decoration: underline; }

.news-load-more-wrap { display: flex; justify-content: center; margin-top: 28px; }
.news-button { min-height: 42px; padding: 0 22px; color: #090909; background: #ededed; border: 0; cursor: pointer; font-size: 12px; font-weight: 800; }
.news-button:hover, .news-button:focus-visible { background: #fff; outline: 1px solid #fff; outline-offset: 3px; }
.news-button:disabled { opacity: .55; cursor: wait; }

.news-state { grid-column: 1 / -1; min-height: 320px; padding: 80px 25px; color: var(--news-muted); background: var(--news-panel); border: 1px solid var(--news-border); text-align: center; font-size: 14px; font-weight: 500; line-height: 1.7; }
.news-state strong { display: block; margin-bottom: 9px; color: var(--news-text); font-size: 19px; }
.news-state button { margin-top: 18px; }
.news-skeleton { min-height: 298px; padding: 26px; background: var(--news-panel); border: 1px solid var(--news-border); }
.news-skeleton span { display: block; width: 28%; height: 9px; background: #272727; animation: news-pulse .9s ease-in-out infinite alternate; }
.news-skeleton span:nth-child(2) { width: 85%; height: 28px; margin-top: 44px; }
.news-skeleton span:nth-child(3) { width: 100%; height: 60px; margin-top: 18px; }
@keyframes news-pulse { to { opacity: .4; } }

.news-main--article { width: min(900px, calc(100% - 48px)); }
.news-back { display: inline-block; margin-bottom: 34px; color: var(--news-muted); }
.news-detail { min-height: 420px; }
.news-detail__image { display: block; width: 100%; max-height: 520px; margin-bottom: 34px; object-fit: contain; background: #0e0e0e; border: 1px solid var(--news-border); }
.news-detail h1 { max-width: 820px; margin: 17px 0 19px; font-size: clamp(36px, 6vw, 66px); line-height: 1.04; letter-spacing: -.05em; }
.news-detail__meta { display: flex; flex-wrap: wrap; gap: 9px 18px; padding: 17px 0; color: var(--news-muted); border-top: 1px solid var(--news-border); border-bottom: 1px solid var(--news-border); font-size: 11px; }
.news-detail__summary { display: grid; gap: 20px; margin: 44px 0; color: #d3d3d3; font-size: clamp(16px, 2vw, 19px); line-height: 1.85; }
.news-detail__summary p { margin: 0; }
.news-detail__related { margin: -17px 0 42px; color: var(--news-muted); font-size: 12px; }
.news-detail__related a { color: #fff; font-weight: 700; }
.news-detail__source { padding: 28px; background: var(--news-panel); border: 1px solid var(--news-border); }
.news-detail__source p { margin: 0 0 17px; color: var(--news-muted); font-size: 12px; }
.news-detail__source-link { display: inline-flex; min-height: 42px; align-items: center; padding: 0 18px; color: #080808; background: #ededed; text-decoration: none; }
.news-detail__source-link:hover { color: #000; background: #fff; text-decoration: none; }

@media (max-width: 900px) {
  .news-main { width: min(100% - 36px, 1180px); padding-top: 46px; }
  .news-feed { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .news-main, .news-main--article { width: min(100% - 24px, 1180px); padding: 37px 0 56px; }
  .news-filters { margin-top: 34px; }
  .news-card__image { width: 100%; }
  .news-card__body { padding: 21px; }
  .news-detail__source { padding: 21px; }
}
@media (prefers-reduced-motion: reduce) { .news-skeleton span { animation: none; } .news-card, .news-card__arrow { transition: none; } }
