/* News mock. Site palette only. White is the feed, as asked. */
.news-page {
  background: var(--bg);
  color: var(--text);
}
.news-page a { color: inherit; text-decoration: none; }
.news-shell { max-width: 720px; margin: 0 auto; }

.news-top {
  background: var(--bg);
  border-bottom: 0;
}
.news-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
}
.news-top .masthead {
  margin: 0;
  margin-right: auto;
  text-align: left;
  flex: 0 0 auto;
  width: auto;
}
.news-top .brand-mark { width: 88px; margin: 0; }
.news-top .nav-toggle { margin-left: auto; flex: 0 0 auto; }
.news-top .topnav {
  margin: 0;
  justify-content: flex-end;
  gap: 6px 12px;
}
.news-top .topnav a { color: var(--muted); font-size: 12px; }
.news-top .topnav a.active, .news-top .topnav a:hover { color: var(--green); }

.news-brandbar {
  background: var(--gold);
  color: var(--bg);
  padding: 10px 16px;
}
.news-brandbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.news-brandbar strong {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.news-brandbar .menu-btn {
  background: var(--bg);
  color: var(--text);
  border: 0;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 8px 12px;
  cursor: pointer;
}
.news-brandbar-inner a.news-word {
  color: inherit;
  text-decoration: none;
}
.news-boards {
  display: flex;
  gap: 0;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
}
.news-boards a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 10px 14px;
  white-space: nowrap;
}
.news-boards a.active,
.news-boards a:hover {
  color: var(--gold);
}

.news-desks {
  display: flex;
  gap: 0;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
}
.news-desks a {
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  padding: 12px 16px;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
}
.news-desks a.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.news-sports {
  display: flex;
  gap: 0;
  background: var(--panel);
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
}
.news-sports a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  padding: 10px 14px;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.news-sports a.active {
  color: var(--green);
  border-bottom-color: var(--green);
}
.news-sports:empty { display: none; }

.news-menu {
  display: none;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}
.news-menu.open { display: block; }
.news-menu a {
  display: block;
  color: var(--text);
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
}
.news-menu a.active {
  border-left: 3px solid var(--gold);
  padding-left: 13px;
  color: var(--gold);
}

.news-feed {
  background: #fff;
  color: var(--bg);
  min-height: 0;
  width: 100%;
  padding: 20px 16px 48px;
}
.news-feed:empty,
.article:empty,
#board:empty {
  display: none;
  min-height: 0;
  padding: 0;
}
.news-feed h1,
.news-feed h2,
.news-feed h3 {
  color: var(--bg);
  border: 0;
  padding: 0;
  margin: 0 0 10px;
}
.news-feed h1 a,
.news-feed a.hero h1 { color: var(--bg); }
.news-feed h1 { font-size: 1.55rem; letter-spacing: -0.03em; }
.news-feed a.hero:hover h1,
.story-row:hover h3,
.card-story:hover h3 { color: var(--green); }
.news-feed h2 { font-size: 1.15rem; margin: 28px 0 14px; }
.news-feed p { color: var(--label); margin: 0; }

#feed[hidden],
#article[hidden],
#board[hidden],
.article:empty {
  display: none !important;
}

.mock-note {
  font-size: 12px;
  color: var(--label);
  margin-bottom: 16px;
}

.hero { display: block; margin-bottom: 22px; }
.hero-frame {
  background: #fff;
  margin: 0 -16px 12px;
}
.hero-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: #fff;
}
.hero-kicker {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.hero h1 { font-size: 1.45rem; line-height: 1.25; }
.hero .dek { font-size: 15px; line-height: 1.5; margin: 8px 0 10px; }
.meta-line {
  font-size: 12px;
  color: var(--label);
}
.meta-line .cat { color: var(--green); font-weight: 700; }

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 8px 0 8px;
}
.card-story { display: block; }
.card-story .thumb {
  background: #fff;
  margin-bottom: 8px;
}
.card-story img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: #fff;
}
.card-story h3 {
  font-size: 0.95rem;
  line-height: 1.3;
  font-weight: 700;
}

.story-row {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid color-mix(in srgb, var(--bg) 12%, #fff);
  align-items: start;
}
.story-row img {
  display: block;
  width: 118px;
  height: auto;
  max-height: 160px;
  object-fit: contain;
  object-position: center;
  background: #fff;
}
.story-row h3 {
  font-size: 0.98rem;
  line-height: 1.3;
  margin-bottom: 6px;
}

.trending {
  margin: 8px 0 10px;
  padding-bottom: 6px;
}
.trending h2 { margin-top: 8px; }
.trend-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid color-mix(in srgb, var(--bg) 12%, #fff);
  align-items: start;
}
.trend-n {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1.2;
}
.trend-item h3 {
  font-size: 0.98rem;
  line-height: 1.3;
  margin-bottom: 6px;
}
.trend-item:hover h3 { color: var(--green); }

.article {
  background: #fff;
  color: var(--bg);
  padding: 20px 16px 56px;
}
.article .frame { background: #fff; margin: 0 -16px 16px; }
.article img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: #fff;
}
.article h1 { color: var(--bg); font-size: 1.6rem; margin: 0 0 10px; }
.article .trending h2 { color: var(--bg); margin-top: 28px; }
.article .dek { color: var(--label); font-size: 16px; margin-bottom: 16px; }
.article p.body {
  color: var(--bg);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 14px;
}

.news-foot {
  background: var(--bg);
  color: var(--text);
  padding: 28px 16px 40px;
}
.news-foot h2 {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  margin: 0 0 10px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  margin-bottom: 22px;
}
.news-foot a { color: var(--text); font-size: 14px; display: block; padding: 4px 0; }
.news-foot a:hover { color: var(--green); }
.legal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.legal-row a { color: var(--muted); font-size: 12px; }
.news-foot .copy { color: var(--label); font-size: 12px; margin-top: 16px; }

.news-search {
  display: flex;
  gap: 8px;
  padding: 10px 16px 14px;
  background: var(--bg);
}
.news-search input {
  flex: 1;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--text);
  font: inherit;
  padding: 10px 12px;
  border-radius: 8px;
}
.news-search button {
  background: var(--gold);
  color: var(--bg);
  border: 0;
  font: inherit;
  font-weight: 700;
  padding: 10px 14px;
  cursor: pointer;
  border-radius: 8px;
}

.thumb-empty {
  min-height: 78px;
  background: #eef3f0;
}

.league-list { display: grid; gap: 0; margin-top: 12px; }
.league-list a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--bg) 12%, #fff);
  font-weight: 700;
  color: var(--bg);
}
.score-row, .odds-row {
  display: grid;
  gap: 8px;
  padding: 14px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--bg) 12%, #fff);
}
.score-row {
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.score-row .side, .score-mid { display: flex; align-items: center; gap: 8px; }
.score-row .away { justify-content: flex-end; text-align: right; }
.score-mid { flex-direction: column; font-size: 12px; color: var(--label); }
.score-mid strong { color: var(--bg); font-size: 18px; }
.crest { width: 22px; height: 22px; object-fit: contain; }
.crest-fallback {
  width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--bg); color: var(--gold); font-size: 11px; font-weight: 800;
}
.table-wrap { overflow-x: auto; }
.news-feed table { color: var(--bg); }
.odds-three { display: flex; gap: 12px; flex-wrap: wrap; font-weight: 700; color: var(--bg); }
.follow-add, .follow-mine button {
  font: inherit; margin: 4px 6px 4px 0; padding: 8px 10px; cursor: pointer;
  border: 1px solid var(--line); background: #fff;
}
.follow-label { display: block; margin: 12px 0; color: var(--bg); }
.follow-label select { margin-left: 8px; font: inherit; padding: 6px; }

.news-cats {
  display: flex;
  gap: 0;
  background: var(--bg);
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
}
.news-cats a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  padding: 10px 14px;
  white-space: nowrap;
}
.news-cats a.active,
.news-cats a:hover {
  color: var(--gold);
}

.read-more {
  display: inline-block;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 2px 0 8px;
}
.hero:hover .read-more { text-decoration: underline; }

.story-lock,
.story-lock p.body,
.story-lock h2 {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.article h2,
.article p.body,
.article .dek,
.news-page .article h2 {
  border: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.news-page .article section {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.read-mark {
  display: block;
  height: 1px;
  width: 100%;
}
.inline-story {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 280px;
  margin: 18px 0;
  padding: 8px;
  background: #f4f7f5;
  border: 1px solid color-mix(in srgb, var(--bg) 10%, #fff);
  text-decoration: none;
}
.inline-story img {
  width: 72px;
  height: 54px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  flex: 0 0 72px;
}
.inline-kicker {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2px;
}
.inline-title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--bg);
}
.read-count {
  font-size: 12px;
  color: var(--label);
  margin: 8px 0 0;
}
.comments {
  margin-top: 28px;
}
.comments h2 {
  font-size: 1.05rem;
  margin: 0 0 12px;
  border: 0;
}
.comment {
  padding: 10px 0;
  border-top: 1px solid color-mix(in srgb, var(--bg) 10%, #fff);
}
.comment strong {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}
.comment p {
  margin: 0;
  font-size: 14px;
  color: var(--bg);
}
.comment-empty,
.comment-login,
.comment-note {
  font-size: 14px;
  color: var(--label);
}
#comment-form textarea {
  width: 100%;
  font: inherit;
  padding: 10px;
  border: 1px solid var(--line);
  margin: 8px 0;
  -webkit-user-select: text;
  user-select: text;
}
#comment-form button {
  font: inherit;
  font-weight: 700;
  background: var(--gold);
  color: var(--bg);
  border: 0;
  padding: 8px 14px;
  cursor: pointer;
}
.comments,
.share-row {
  -webkit-user-select: text;
  user-select: text;
}

@media (max-width: 560px) {
  .news-top-inner { flex-wrap: wrap; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .score-row { grid-template-columns: 1fr; }
}
