/* =============================================================================
   /content — "The Portal" (design_handoff_content_portal 3a). ESPN-style
   three-column portal: mixed explorer feed center, formed panels either side.
   ORIGINAL ink pill is reserved for published original articles. LIGHT-first
   spec via --cp-* tokens over a dark base.
   ============================================================================= */

/* Full-bleed like /explore: neutralize the Pico container cap. */
.page-content main.container { max-width: 100%; width: 100%; padding-left: 0; padding-right: 0; }

.cp {
  --cp-ink: #fff;
  --cp-t8: rgba(255, 255, 255, 0.82);
  --cp-t2: rgba(255, 255, 255, 0.72);
  --cp-t6: rgba(255, 255, 255, 0.6);
  --cp-quiet: rgba(255, 255, 255, 0.5);
  --cp-ghost: rgba(255, 255, 255, 0.4);
  --cp-panel-line: rgba(255, 255, 255, 0.25);   /* 0.38 light */
  --cp-hair: rgba(255, 255, 255, 0.1);          /* 0.14 light */
  --cp-subrule: rgba(255, 255, 255, 0.18);      /* 0.25 light */
  --cp-chip-line: rgba(255, 255, 255, 0.3);
  --cp-fill: rgba(255, 255, 255, 0.06);
  --cp-solid: #e9edf2;
  --cp-solid-text: #0b0d10;
  --cp-up: #47c47d;
  --cp-down: #e5595b;
  color: var(--cp-ink);
}
.cp .si-shead { margin-bottom: 18px; }
.cp-count {
  flex: none; font-size: 11px; font-weight: 700; letter-spacing: 0.8px;
  text-transform: uppercase; color: var(--cp-t6); white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.cp-grid { display: grid; grid-template-columns: 290px minmax(0, 1fr) 330px; gap: 28px; align-items: start; }
.cp-col { display: flex; flex-direction: column; gap: 20px; min-width: 0; }
.cp-main { min-width: 0; }
@media (max-width: 1280px) { .cp-grid { grid-template-columns: 270px minmax(0, 1fr); } .cp-col:last-child { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; } .cp-col:last-child .cp-panel { flex: 1 1 300px; } }
@media (max-width: 860px) { .cp-grid { grid-template-columns: 1fr; } .cp-col { flex-direction: column; } }

/* ---- panels ---- */
.cp-panel { border: 1px solid var(--cp-panel-line); border-radius: 14px; padding: 16px 18px; min-width: 0; }
.cp-panel-head {
  display: flex; align-items: center; gap: 12px; margin: 0 0 6px;
}
.cp-panel-head > span:first-child {
  font-size: 11px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase;
  color: var(--cp-t8); white-space: nowrap;
}
.cp-panel-head i { flex: 1 1 auto; height: 1px; background: var(--cp-subrule); }
.cp-panel-head a { font-size: 12px; font-weight: 600; color: var(--cp-ink); text-decoration: none; white-space: nowrap; }
.cp-panel-head a:hover { text-decoration: underline; text-underline-offset: 2px; }
.cp-panel-foot { margin: 10px 0 0; font-size: 11px; line-height: 1.5; color: var(--cp-t6); }
.cp-panel-empty { margin: 8px 0 0; font-size: 12px; line-height: 1.5; color: var(--cp-t2); }

/* trending */
.cp-trow {
  display: flex; align-items: center; gap: 9px; padding: 9px 0;
  border-bottom: 1px solid var(--cp-hair); text-decoration: none; color: inherit;
}
.cp-trow:last-child { border-bottom: none; padding-bottom: 2px; }
.cp-tlogo,
.cp img.cp-tlogo { width: 18px; height: 18px; flex: none; object-fit: contain; background: transparent !important; border-radius: 0 !important; }
.cp-tname { flex: 1; min-width: 0; font-size: 13px; font-weight: 700; color: var(--cp-ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cp-trow:hover .cp-tname { text-decoration: underline; text-underline-offset: 2px; }
.cp-tmove { font-size: 10.5px; font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }
.cp-tmove.is-up { color: var(--cp-up); }
.cp-tmove.is-down { color: var(--cp-down); }
.cp-tmove.is-flat { color: var(--cp-ghost); }

/* bylines */
.cp-brow { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--cp-hair); }
.cp-brow:last-of-type { border-bottom: none; }
.cp-bav,
.cp img.cp-bav { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; flex: none; background: var(--cp-fill); }
.cp-bav.is-blank { display: inline-flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 800; color: var(--cp-t8); }
.cp-bmain { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.cp-bname { font-size: 13px; font-weight: 800; color: var(--cp-ink); text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cp-bname:hover { text-decoration: underline; text-underline-offset: 2px; }
.cp-bmeta { font-size: 10.5px; color: var(--cp-t6); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cp-follow {
  display: inline-flex !important; align-items: center; height: 26px; width: auto !important;
  margin: 0 !important; padding: 0 12px !important;
  border: 1px solid var(--cp-chip-line) !important; border-radius: 999px !important;
  background: transparent !important; color: var(--cp-ink) !important;
  font-size: 11px !important; font-weight: 700; font-family: inherit;
  line-height: 1 !important; white-space: nowrap; cursor: pointer; box-shadow: none !important;
}
.cp-follow.is-on { background: var(--cp-solid) !important; border-color: var(--cp-solid) !important; color: var(--cp-solid-text) !important; }

/* publish CTA */
.cp-cta-title { margin: 4px 0 0; font-size: 14.5px; font-weight: 800; color: var(--cp-ink); }
.cp-cta-body { margin: 6px 0 12px; font-size: 12px; line-height: 1.5; color: var(--cp-t2); }
.cp-cta-btn {
  display: inline-flex; align-items: center; height: 30px; padding: 0 16px;
  border-radius: 999px; background: var(--cp-solid); color: var(--cp-solid-text);
  font-size: 12px; font-weight: 700; text-decoration: none; white-space: nowrap;
}
.cp-cta-btn:hover { opacity: 0.92; }

/* headlines */
.cp-hrow {
  display: block; padding: 9px 0; border-bottom: 1px solid var(--cp-hair);
  font-size: 13px; font-weight: 700; line-height: 1.35; color: var(--cp-ink);
  text-decoration: none;
}
.cp-hrow:last-child { border-bottom: none; padding-bottom: 2px; }
.cp-hrow:hover { text-decoration: underline; text-underline-offset: 2px; }

/* originals */
.cp-orow { display: flex; flex-direction: column; gap: 5px; padding: 10px 0; border-bottom: 1px solid var(--cp-hair); text-decoration: none; color: inherit; }
.cp-orow:last-child { border-bottom: none; padding-bottom: 2px; }
.cp-otitle { font-size: 13px; font-weight: 800; line-height: 1.3; color: var(--cp-ink); }
.cp-orow:hover .cp-otitle { text-decoration: underline; text-underline-offset: 2px; }
.cp-ometa { display: flex; align-items: center; gap: 7px; font-size: 10.5px; color: var(--cp-t6); }
.cp-og-pill {
  display: inline-block; padding: 2px 7px; border-radius: 999px;
  background: var(--cp-solid); color: var(--cp-solid-text);
  font-size: 8px; font-weight: 800; letter-spacing: 0.8px; text-transform: uppercase;
}

/* ---- center: toolbar ---- */
.cp-toolbar { display: flex; align-items: center; gap: 12px; margin: 0 0 14px; }
.cp-seg { display: inline-flex; align-items: center; padding: 2px; border: 1px solid var(--cp-chip-line); border-radius: 999px; }
.cp-seg-btn {
  margin: 0 !important; border: 0 !important; width: auto !important;
  padding: 4px 13px !important; border-radius: 999px !important;
  background: transparent !important; color: var(--cp-t2) !important;
  font-size: 11.5px !important; font-weight: 700; font-family: inherit;
  line-height: 1.3 !important; white-space: nowrap; cursor: pointer; box-shadow: none !important;
}
.cp-seg-btn.is-on { background: var(--cp-solid) !important; color: var(--cp-solid-text) !important; }
.cp-sort {
  margin-left: auto; display: inline-flex; align-items: center;
  padding: 6px 13px; border: 1px solid var(--cp-chip-line); border-radius: 9px;
  font-size: 12px; font-weight: 600; color: var(--cp-t6); white-space: nowrap;
}

/* ---- center: feed ---- */
.cp-feed { display: flex; flex-direction: column; gap: 12px; transition: opacity 0.18s ease; }
.cp-feed.is-loading { opacity: 0.45; pointer-events: none; }
.cp-empty { margin: 24px 0; font-size: 12.5px; color: var(--cp-t2); }

.cp-lead { display: flex; flex-direction: column; border: 1px solid var(--cp-panel-line); border-radius: 16px; overflow: hidden; text-decoration: none; color: inherit; }
.cp-lead-hero { display: block; height: 360px; background: var(--cp-fill); position: relative; }
.cp-lead-hero img,
.cp .cp-lead-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: transparent; }
.cp-lead-body { display: flex; flex-direction: column; gap: 8px; padding: 18px 22px 20px; }
.cp-lead-title { font-size: 22px; font-weight: 800; letter-spacing: -0.3px; line-height: 1.2; color: var(--cp-ink); }
.cp-lead:hover .cp-lead-title { text-decoration: underline; text-underline-offset: 2px; }
.cp-lead-dek { font-size: 13.5px; line-height: 1.5; color: var(--cp-t2); }

.cp-card {
  display: flex; flex-direction: column; gap: 7px; padding: 16px 18px;
  border: 1px solid var(--cp-panel-line); border-radius: 14px;
  text-decoration: none; color: inherit; min-width: 0;
}
.cp-card-top { display: flex; align-items: center; gap: 9px; min-width: 0; }
.cp-pill {
  display: inline-block; flex: none; padding: 2px 8px;
  border: 1px solid var(--cp-chip-line); border-radius: 999px;
  font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase;
  color: var(--cp-t2); white-space: nowrap;
}
.cp-pill.is-original { border-color: var(--cp-solid); background: var(--cp-solid); color: var(--cp-solid-text); }
.cp-card-src { font-size: 11px; color: var(--cp-t6); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cp-card-title { font-size: 15.5px; font-weight: 800; letter-spacing: -0.2px; line-height: 1.3; color: var(--cp-ink); }
.cp-card-title.is-social { font-weight: 600; }
.cp-card:hover .cp-card-title { text-decoration: underline; text-underline-offset: 2px; }

/* video embed card + social embeds */
.cp-vidcard { display: flex; flex-direction: column; gap: 9px; padding: 16px 18px; border: 1px solid var(--cp-panel-line); border-radius: 14px; min-width: 0; }
.cp-vid { position: relative; display: block; aspect-ratio: 16 / 9; border-radius: 10px; overflow: hidden; background: var(--cp-fill); }
.cp-vid iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.cp-vidcard .cp-card-title { text-decoration: none; }
.cp-vidcard .cp-card-title:hover { text-decoration: underline; text-underline-offset: 2px; }
.cp-embed { min-width: 0; }
/* the page meta is color-scheme dark; a mismatched scheme makes Chromium
   paint cross-origin iframes on an opaque white canvas (the white corners
   behind the rounded tweet). Pin the iframe element to the tweet theme we
   render per mode. */
.cp-embed iframe { color-scheme: dark; background: transparent; }
.cp-embed .twitter-tweet, .cp-embed .twitter-tweet-rendered { margin: 0 !important; }
.cp-embed-ig .instagram-media { margin: 0 !important; min-width: 0 !important; max-width: 540px !important; border-radius: 14px !important; }
.cp-embed-tt .tiktok-embed { margin: 0; max-width: 605px; }
/* pre-hydration blockquote text (before the platform script swaps it) */
.cp-embed blockquote { padding: 14px 16px; border: 1px solid var(--cp-hair); border-radius: 14px; font-size: 13px; color: var(--cp-t2); }
.cp-embed blockquote a { color: var(--cp-ink); text-decoration: none; }

/* clips module */
.cp-clips { padding-bottom: 14px; }
.cp-clip-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 8px; }
.cp-clip { display: flex; flex-direction: column; gap: 6px; text-decoration: none; color: inherit; min-width: 0; }
.cp-clip-thumb { position: relative; display: flex; height: 104px; border-radius: 10px; overflow: hidden; background: var(--cp-fill); align-items: center; justify-content: center; }
.cp-clip-thumb img,
.cp .cp-clip-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: transparent; }
.cp-clip-thumb iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.cp-clip-title { text-decoration: none; color: var(--cp-ink); }
.cp-clip-play {
  position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 50%; background: rgba(16, 20, 24, 0.85);
}
.cp-clip-title { font-size: 12px; font-weight: 700; line-height: 1.3; color: var(--cp-ink); }
.cp-clip:hover .cp-clip-title { text-decoration: underline; text-underline-offset: 2px; }
.cp-clip-src { font-size: 10.5px; color: var(--cp-t6); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* load more */
.cp-more-wrap { display: flex; justify-content: center; margin-top: 16px; }
.cp-more {
  display: inline-flex !important; align-items: center; height: 34px; width: auto !important;
  margin: 0 !important; padding: 0 18px !important;
  border: 1px solid var(--cp-chip-line) !important; border-radius: 999px !important;
  background: transparent !important; color: var(--cp-ink) !important;
  font-size: 12px !important; font-weight: 700; font-family: inherit;
  cursor: pointer; box-shadow: none !important;
}
.cp-more:hover { border-color: var(--cp-t6) !important; }

/* skeletons */
@keyframes cpPulse { 0%, 100% { opacity: 0.55; } 50% { opacity: 1; } }
.cp-sk-lead, .cp-sk-card {
  display: flex; flex-direction: column; gap: 10px;
  border: 1px solid var(--cp-hair); border-radius: 14px; padding: 16px 18px;
}
.cp-sk-hero { height: 240px; border-radius: 10px; background: var(--cp-fill); animation: cpPulse 1.4s ease-in-out infinite; }
.cp-sk-bar { display: block; height: 11px; border-radius: 5px; background: var(--cp-fill); animation: cpPulse 1.4s ease-in-out infinite; }

/* =============================================================================
   THE DESK — daily AI-curated storyline sections above the feed (Yahoo-style
   bands: hero / stack / strip variants under a shared uppercase band).
   ============================================================================= */
#cpDesk[hidden] { display: none; }
/* Each section is an outlined card — same shell as the side panels. */
.cp-desk {
  margin: 0 0 22px; border: 1px solid var(--cp-panel-line);
  border-radius: 14px; padding: 16px 18px 18px; min-width: 0;
}
.cp-desk-band {
  display: flex; align-items: center; gap: 12px; margin: 0 0 14px;
}
.cp-desk-blogo,
.cp img.cp-desk-blogo {
  width: 22px; height: 22px; flex: none; object-fit: contain; display: block;
  background: transparent !important; border-radius: 0 !important; box-shadow: none !important;
  margin-right: -2px;   /* the band gap reads tighter logo-to-title */
}
.cp-desk-band > span {
  flex: none; font-size: 12px; font-weight: 800; letter-spacing: 1px;
  text-transform: uppercase; color: var(--cp-ink);
}
.cp-desk-band > i { flex: 1; height: 1px; background: var(--cp-hair); }

/* lead story (hero + stack): image, ink title, dek, source */
.cp-desk-lead { display: block; text-decoration: none; margin: 0 0 16px; }
.cp-desk-limg {
  display: block; aspect-ratio: 16 / 8; border-radius: 10px; overflow: hidden;
  background: var(--cp-fill); margin: 0 0 12px;
}
.cp-desk-limg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cp-desk-stack .cp-desk-limg { aspect-ratio: 16 / 7; }
.cp-desk-ltitle {
  display: block; font-size: 21px; line-height: 1.25; font-weight: 800;
  letter-spacing: -0.01em; color: var(--cp-ink);
}
.cp-desk-lead:hover .cp-desk-ltitle { text-decoration: underline; text-underline-offset: 3px; }
.cp-desk-dek { display: block; margin: 6px 0 0; font-size: 14px; line-height: 1.5; color: var(--cp-t2); }
.cp-desk-lsrc, .cp-desk-csrc {
  display: block; margin: 6px 0 0; font-size: 11.5px; font-weight: 600;
  color: var(--cp-quiet); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* hero: 3-up thumb cards under the lead */
.cp-desk-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cp-desk-card { display: block; text-decoration: none; min-width: 0; }
.cp-desk-cthumb {
  position: relative; display: block; aspect-ratio: 16 / 9; border-radius: 8px;
  overflow: hidden; background: var(--cp-fill); margin: 0 0 8px;
}
.cp-desk-cthumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cp-desk-ctitle {
  display: block; font-size: 13.5px; line-height: 1.35; font-weight: 700;
  color: var(--cp-ink);
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.cp-desk-card:hover .cp-desk-ctitle, .cp-desk-clip:hover .cp-desk-ctitle { text-decoration: underline; text-underline-offset: 2px; }

/* stack: compact thumb rows under the lead */
.cp-desk-list { display: flex; flex-direction: column; }
.cp-desk-item {
  display: flex; align-items: center; gap: 14px; padding: 10px 0;
  border-top: 1px solid var(--cp-hair); text-decoration: none;
}
.cp-desk-item:first-child { border-top: 0; }
.cp-desk-ithumb {
  flex: none; width: 104px; aspect-ratio: 16 / 9; border-radius: 6px;
  overflow: hidden; background: var(--cp-fill);
}
.cp-desk-ithumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cp-desk-ibody { min-width: 0; }
.cp-desk-ititle {
  display: block; font-size: 14px; line-height: 1.4; font-weight: 700; color: var(--cp-ink);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.cp-desk-item:hover .cp-desk-ititle { text-decoration: underline; text-underline-offset: 2px; }

/* strip: horizontal clip rail (video-heavy sections) */
.cp-desk-strip {
  display: grid; grid-auto-flow: column; grid-auto-columns: 200px; gap: 14px;
  overflow-x: auto; padding-bottom: 6px; scrollbar-width: thin;
}
.cp-desk-clip { display: block; text-decoration: none; }
.cp-desk-play {
  position: absolute; left: 8px; bottom: 8px; width: 26px; height: 26px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%; background: rgba(0, 0, 0, 0.65);
}
@media (max-width: 700px) {
  .cp-desk-row { grid-template-columns: 1fr 1fr; }
  .cp-desk-row .cp-desk-card:nth-child(3) { display: none; }
  .cp-desk-ltitle { font-size: 18px; }
}

/* =============================================================================
   CONTROL BAR — /explore's control spine carried over (conference scope +
   Personalize; no pulse). Same .xf-* markup as explore_v2.html but styled
   here with the --cp tokens; explore-front.css does NOT load on this page.
   ============================================================================= */
/* The fixed bar's space: nav + 54px bar + breathing room (same as explore). */
body.page-content { padding-top: calc(var(--site-nav-h, 57px) + 6px); }
.page-content .xf-cbar {
  position: fixed;
  top: var(--site-nav-h, 57px);
  left: var(--rail-w, 76px);
  right: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 54px;
  padding: 0 20px;
  border-bottom: 1px solid var(--cp-chip-line);
  background: transparent;
  transition: background 0.3s, backdrop-filter 0.3s;
}
body.page-content.nav-scrolled .xf-cbar {
  background: rgba(20, 23, 27, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.page-content .xf-conf {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  flex: none !important;
  width: auto !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 6px 13px !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--cp-t2) !important;
  font-size: 12px !important;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.3 !important;
  white-space: nowrap;
  box-shadow: none !important;
  cursor: pointer;
}
.page-content .xf-conf:hover { color: var(--cp-ink) !important; }
.page-content .xf-conf.is-active {
  background: var(--cp-fill) !important;
  color: var(--cp-ink) !important;
  font-weight: 700;
}
.page-content .xf-conf-more {
  display: inline-flex; align-items: center; justify-content: center;
  flex: none; width: 22px; height: 22px; margin: 0 1px; padding: 0;
  border: 0; border-radius: 999px; background: transparent;
  color: var(--cp-quiet); cursor: pointer;
  font-size: 16px; line-height: 1; font-family: inherit;
  transition: transform 0.18s ease, color 0.15s ease;
}
.page-content .xf-conf-more:hover { color: var(--cp-ink); }
.page-content .xf-conf-more.is-open { transform: rotate(90deg); color: var(--cp-ink); }
.page-content .xf-conf-extra { display: inline-flex; align-items: center; gap: 2px; }
.page-content .xf-conf-extra[hidden] { display: none; }
.page-content .xf-cbar-scope { display: flex; align-items: center; gap: 2px; }

/* PULSE — one rotating rising stat, right-aligned before identity (same
   grammar as explore's zone 3; hidden until the ticker API fills it). */
.page-content .xf-cbar-div { width: 1px; align-self: stretch; margin: 10px 0; background: var(--cp-hair); flex: none; }
.page-content .xf-cbar [hidden] + .xf-cbar-div { display: none; }
.page-content .xf-cbar [hidden] + .xf-cbar-div + .xf-persona { margin-left: auto; }
.page-content .xf-cbar-pulse {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  text-decoration: none;
  min-width: 0;
}
.page-content .xf-pulse-label {
  flex: none;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--cp-t6);
}
.page-content .xf-pulse-logo {
  width: 15px;
  height: 15px;
  object-fit: contain;
  flex: none;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.page-content .xf-pulse-name { font-size: 12.5px; font-weight: 700; color: var(--cp-ink); white-space: nowrap; }
.page-content .xf-cbar-pulse:hover .xf-pulse-name { text-decoration: underline; text-underline-offset: 2px; }
.page-content .xf-pulse-val {
  font-size: 11.5px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--cp-t6);
  white-space: nowrap;
}
.page-content .xf-pulse-val.up { color: var(--cp-up); }
.page-content .xf-pulse-val.down { color: var(--cp-down); }
.page-content .xf-pulse-logo, .page-content .xf-pulse-name, .page-content .xf-pulse-val { transition: opacity 0.22s ease; }
.page-content .xf-cbar-pulse.is-fading .xf-pulse-logo,
.page-content .xf-cbar-pulse.is-fading .xf-pulse-name,
.page-content .xf-cbar-pulse.is-fading .xf-pulse-val { opacity: 0; }
.page-content .xf-pulse-dots { display: inline-flex; align-items: center; gap: 4px; margin-left: 4px; }
.page-content .xf-pulse-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--cp-subrule); }
.page-content .xf-pulse-dot.is-active { background: var(--cp-t8); }

.page-content .xf-persona {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 3px 3px 3px 12px;
  border: 1px solid var(--cp-chip-line);
  border-radius: 999px;
  text-decoration: none;
  flex: none;
}
.page-content .xf-persona:hover { border-color: var(--cp-panel-line); }
.page-content .xf-persona-logos { display: inline-flex; align-items: center; gap: 7px; }
.page-content .xf-persona-logos img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.page-content .xf-persona-btn {
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--cp-solid);
  color: var(--cp-solid-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}
/* Under ~1100px the pulse drops first (same rhythm as explore's bar). */
@media (max-width: 1100px) {
  .page-content .xf-cbar-pulse, .page-content .xf-cbar-pulse + .xf-cbar-div { display: none; }
  .page-content .xf-persona { margin-left: auto; }
}
@media (max-width: 900px) {
  .page-content .xf-cbar-scope { display: none; }
}

/* =============================================================================
   LIGHT MODE — the spec values.
   ============================================================================= */
html.si-light body.si-themed .cp {
  --cp-ink: #101418;
  --cp-t8: rgba(16, 20, 24, 0.8);
  --cp-t2: rgba(16, 20, 24, 0.72);
  --cp-t6: rgba(16, 20, 24, 0.6);
  --cp-quiet: rgba(16, 20, 24, 0.55);
  --cp-ghost: rgba(16, 20, 24, 0.45);
  --cp-panel-line: rgba(16, 20, 24, 0.38);
  --cp-hair: rgba(16, 20, 24, 0.14);
  --cp-subrule: rgba(16, 20, 24, 0.25);
  --cp-chip-line: rgba(16, 20, 24, 0.3);
  --cp-fill: rgba(16, 20, 24, 0.06);
  --cp-solid: #101418;
  --cp-solid-text: #fff;
  --cp-up: #16a34a;
  --cp-down: #dc2626;
}
html.si-light body.si-themed .cp-cta-btn:hover { background: #000; opacity: 1; }
html.si-light body.si-themed .cp-embed iframe { color-scheme: light; }
html.si-light body.page-content.nav-scrolled .xf-cbar { background: rgba(236, 238, 241, 0.75); }
html.si-light body.si-themed .xf-persona:hover .xf-persona-btn { background: #000; }

/* ============================================================================
   /news — Daily Edition (design_handoff_news_daily_edition, option 2a)
   Newspaper grammar over the --cp tokens: hairline + column rules, no boxes.
   ============================================================================ */
.nh-edition { padding: 0 40px 56px; max-width: 1440px; }

/* masthead */
.nh-mast { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 8px 0 24px; }
.nh-daybtn { justify-self: start; display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px 6px 10px; border: 1px solid var(--cp-chip-line); border-radius: 999px; font-size: 12px; font-weight: 700; color: var(--cp-t2); text-decoration: none; white-space: nowrap; transition: border-color .15s ease, color .15s ease; }
.nh-daybtn:hover { border-color: var(--cp-t2); color: var(--cp-ink); }
.nh-dateline { display: flex; flex-direction: column; align-items: center; gap: 5px; text-align: center; }
.nh-date { font-size: 38px; font-weight: 850; letter-spacing: -1px; line-height: 1.06; color: var(--cp-ink); }
.nh-editionno { font-size: 10.5px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--cp-quiet); }
.nh-mast-right { justify-self: end; display: inline-flex; align-items: center; gap: 8px; }
.nh-share { display: inline-flex; align-items: center; gap: 7px; padding: 6px 14px; border: 1px solid transparent; border-radius: 999px; background: var(--cp-solid) !important; color: var(--cp-solid-text) !important; font-size: 12px; font-weight: 700; line-height: 1; cursor: pointer; transition: opacity .15s ease; }
.nh-share:hover { opacity: .85; }
.nh-share svg { flex: none; }
.nh-share.is-copied { background: var(--cp-solid) !important; }
.nh-daybtn.is-disabled { justify-self: auto; border-color: var(--cp-subrule); color: var(--cp-ghost); pointer-events: none; }
.nh-rule-double { margin: 0 0 26px; }
.nh-rule-double i { display: block; height: 2px; background: var(--cp-ink); margin-bottom: 1px; }
.nh-rule-double b { display: block; height: 1px; background: var(--cp-panel-line); }

/* bands + section heads */
.nh-band { display: flex; align-items: center; gap: 10px; margin: 0 0 12px; }
.nh-band-logo { width: 18px; height: 18px; flex: none; object-fit: contain; background: transparent !important; }
.nh-band-label { font-size: 12px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: var(--cp-t8); white-space: nowrap; }
.nh-band-label.nh-band-sm { font-size: 11.5px; letter-spacing: 1px; overflow: hidden; text-overflow: ellipsis; }
.nh-band-meta { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--cp-quiet); white-space: nowrap; }
.nh-band-rule { flex: 1; height: 1px; background: var(--cp-panel-line); }
.nh-band-rule-thin { background: var(--cp-hair); }
.nh-band-rule-sub { background: var(--cp-subrule); }
.nh-band-strong { gap: 14px; margin-bottom: 14px; min-height: 28px; }
.nh-band-strong .nh-band-logo { margin-right: -6px; }
.nh-shead { display: flex; align-items: center; gap: 14px; margin: 44px 0 20px; }
.nh-shead-label { font-size: 12px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: var(--cp-t8); white-space: nowrap; }
.nh-shead-meta { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--cp-quiet); white-space: nowrap; }
.nh-shead-link { font-size: 12px; font-weight: 700; color: var(--cp-ink); text-decoration: none; white-space: nowrap; }
.nh-shead-link:hover { text-decoration: underline; text-underline-offset: 2px; }

/* photo placeholder */
.nh-img { display: block; background: var(--cp-fill); overflow: hidden; position: relative; }
.nh-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* hero zone */
.nh-hero { display: grid; grid-template-columns: 1fr 1.15fr; gap: 34px; align-items: stretch; }
.nh-hero-story { display: flex; flex-direction: column; min-width: 0; }
.nh-hero-head { display: block; margin: 0 0 10px; font-size: 40px; font-weight: 850; letter-spacing: -1px; line-height: 1.06; text-wrap: balance; color: var(--cp-ink); text-decoration: none; }
.nh-hero-head:hover { text-decoration: underline; text-underline-offset: 2px; }
.nh-hero-dek { margin: 0 0 16px; font-size: 17.5px; line-height: 1.45; color: var(--cp-t2); }
.nh-hero-photo { position: relative; display: flex; flex: 1; min-height: 340px; border-radius: 16px; overflow: hidden; background: var(--cp-fill); text-decoration: none; }
.nh-hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.nh-hero-photo-logo { position: absolute; left: 16px; bottom: 14px; display: flex; align-items: center; }
.nh-hero-photo-logo img { position: static; width: 22px; height: 22px; object-fit: contain; filter: drop-shadow(0 1px 4px rgba(0,0,0,.5)); }
.nh-hero-read { position: absolute; right: 16px; bottom: 14px; font-size: 13.5px; font-weight: 700; color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,.5); }

/* trending */
.nh-trending { display: flex; flex-direction: column; min-width: 0; }
.nh-trendtoggle { display: inline-flex; align-items: center; gap: 0; padding: 2px; border: 1px solid var(--cp-chip-line); border-radius: 999px; flex: none; }
/* Pico paints buttons — override hard so the segments read as bare pills. */
.nh-trendtoggle button {
  padding: 4px 13px !important; margin: 0 !important; width: auto !important;
  border: 0 !important; border-radius: 999px !important; box-shadow: none !important;
  background: transparent !important; color: var(--cp-t2) !important;
  font-size: 11.5px !important; font-weight: 700 !important; line-height: 1.35 !important;
  font-family: inherit; cursor: pointer;
}
.nh-trendtoggle button.is-active { background: var(--cp-solid) !important; color: var(--cp-solid-text) !important; }
.nh-trend-rows { flex: 1; display: flex; flex-direction: column; }
.nh-trend-row { flex: 1 1 0; min-height: 0; display: grid; grid-template-columns: 52px minmax(0,1fr); column-gap: 20px; align-items: center; padding: 6px 0; border-bottom: 1px solid var(--cp-hair); text-decoration: none; }
.nh-trend-row:first-child { transform: translateY(-12px); }
.nh-trend-row:last-child { border-bottom: 0; }
.nh-trend-logo { width: 52px; height: 52px; object-fit: contain; background: transparent !important; }
.nh-trend-logo-empty { background: var(--cp-fill) !important; border-radius: 8px; }
.nh-trend-body { min-width: 0; display: flex; flex-direction: column; justify-content: center; }
.nh-trend-top { display: flex; align-items: baseline; gap: 8px; }
.nh-trend-name { font-size: 17px; font-weight: 800; color: var(--cp-ink); }
.nh-trend-row:hover .nh-trend-name { text-decoration: underline; text-underline-offset: 2px; }
.nh-trend-move { font-size: 11px; font-weight: 700; white-space: nowrap; }
.nh-move-up { color: var(--cp-up); }
.nh-move-down { color: var(--cp-down); }
.nh-move-flat { color: var(--cp-ghost); }
.nh-trend-dek { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-top: 4px; font-size: 14.5px; line-height: 1.45; color: var(--cp-t2); }

/* more on this story */
.nh-morestory { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); margin: 22px 0 0; }
.nh-morecol { display: block; min-width: 0; padding: 2px 24px; text-decoration: none; }
.nh-morecol:first-child { padding-left: 0; }
.nh-morecol.has-rule { border-left: 1px solid var(--cp-hair); }
.nh-morecol-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 13.5px; line-height: 1.4; font-weight: 700; color: var(--cp-ink); }
.nh-morecol:hover .nh-morecol-title { text-decoration: underline; text-underline-offset: 2px; }
.nh-morecol-src { display: block; margin: 4px 0 0; font-size: 11px; font-weight: 600; color: var(--cp-quiet); }

/* shared rows */
.nh-src { display: block; margin: 3px 0 0; font-size: 11px; font-weight: 600; color: var(--cp-quiet); }
.nh-src-1 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nh-textrow { display: block; padding: 10px 0; border-top: 1px solid var(--cp-hair); text-decoration: none; }
.nh-textrow-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; line-height: 1.4; font-weight: 700; color: var(--cp-ink); }
.nh-textrow:hover .nh-textrow-title { text-decoration: underline; }
.nh-thumbrow { display: grid; grid-template-columns: 88px minmax(0,1fr); column-gap: 14px; align-items: center; padding: 10px 0; border-top: 1px solid var(--cp-hair); text-decoration: none; }
.nh-thumb { width: 88px; aspect-ratio: 16/10; border-radius: 6px; background: var(--cp-fill); overflow: hidden; flex: none; }
.nh-thumb img { width: 100%; height: 100%; object-fit: cover; }
.nh-thumbrow-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; line-height: 1.4; font-weight: 700; color: var(--cp-ink); }
.nh-thumbrow:hover .nh-thumbrow-title { text-decoration: underline; }

/* more big stories */
.nh-big { display: grid; grid-template-columns: 1fr 1fr; align-items: start; }
.nh-big-left { padding-right: 28px; }
.nh-big-right { padding-left: 28px; }
.nh-big-col { min-width: 0; display: flex; flex-direction: column; }
.nh-grp { min-width: 0; }
.nh-grp-topline { padding-top: 24px; margin-top: 28px; }
.nh-stack-lead { display: block; margin: 0 0 12px; text-decoration: none; }
.nh-img-168 { aspect-ratio: 16/8; border-radius: 10px; margin: 0 0 12px; }
.nh-stack-title { display: block; font-size: 21px; line-height: 1.25; font-weight: 800; letter-spacing: -0.01em; color: var(--cp-ink); }
.nh-stack-lead:hover .nh-stack-title { text-decoration: underline; }
.nh-stack-dek { display: block; margin: 6px 0 0; font-size: 14px; line-height: 1.5; color: var(--cp-t2); }
.nh-herofmt { display: block; margin: 0 0 16px; text-decoration: none; }
.nh-herofmt-title { display: block; font-size: 21px; line-height: 1.25; font-weight: 800; letter-spacing: -0.01em; color: var(--cp-ink); }
.nh-herofmt-title-sm { font-size: 19px; line-height: 1.3; }
.nh-herofmt:hover .nh-herofmt-title { text-decoration: underline; }
.nh-herofmt-dek { display: block; margin: 6px 0 0; font-size: 14px; line-height: 1.5; color: var(--cp-t2); }
.nh-cards3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.nh-card { display: block; min-width: 0; text-decoration: none; }
.nh-img-169 { aspect-ratio: 16/9; border-radius: 8px; margin: 0 0 8px; }
.nh-card-title { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; font-size: 13px; line-height: 1.35; font-weight: 700; color: var(--cp-ink); }
.nh-card:hover .nh-card-title { text-decoration: underline; }
.nh-side { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 18px; align-items: start; text-decoration: none; }
.nh-img-side { width: 220px; aspect-ratio: 16/10; border-radius: 10px; }
.nh-side-title { display: block; font-size: 19px; line-height: 1.25; font-weight: 800; letter-spacing: -0.01em; color: var(--cp-ink); }
.nh-side:hover .nh-side-title { text-decoration: underline; }

/* g5 — full-width strip spanning both big-story columns: lead + image cards */
.nh-big-full { grid-column: 1 / -1; padding-top: 24px; margin-top: 28px; }
.nh-full-strip { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 2fr); gap: 30px; align-items: start; }
.nh-full-lead { display: block; text-decoration: none; }
.nh-full-lead .nh-img-169 { margin: 0 0 12px; }
.nh-full-lead-title { display: block; font-size: 21px; line-height: 1.25; font-weight: 800; letter-spacing: -0.01em; color: var(--cp-ink); }
.nh-full-lead:hover .nh-full-lead-title { text-decoration: underline; }
.nh-full-rest { display: flex; gap: 20px; }
.nh-full-rest .nh-card { flex: 1 1 0; }

/* athlete spotlight */
.nh-spot { display: grid; grid-template-columns: 230px minmax(0,1fr) 400px; column-gap: 32px; align-items: start; }
.nh-spot-portrait { width: 230px; aspect-ratio: 4/5; border-radius: 12px; }
.nh-spot-info { min-width: 0; display: flex; flex-direction: column; gap: 10px; }
.nh-spot-eyebrow { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--cp-quiet); }
.nh-spot-eyebrow img { width: 16px; height: 16px; object-fit: contain; background: transparent !important; }
.nh-spot-name { font-size: 32px; font-weight: 850; letter-spacing: -0.8px; line-height: 1.05; color: var(--cp-ink); text-decoration: none; }
.nh-spot-name:hover { text-decoration: underline; }
.nh-spot-trend { font-size: 13px; font-weight: 700; color: var(--cp-up); }
.nh-spot-dek { margin: 2px 0 0; font-size: 14px; line-height: 1.55; color: var(--cp-t2); }
.nh-spot-stats { display: flex; gap: 36px; margin-top: 6px; }
.nh-stat { display: flex; flex-direction: column; gap: 2px; }
.nh-stat-v { font-size: 20px; font-weight: 800; color: var(--cp-ink); font-variant-numeric: tabular-nums; }
.nh-stat-l { font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--cp-quiet); }
.nh-spot-link { margin-top: 8px; font-size: 12.5px; font-weight: 700; color: var(--cp-ink); text-decoration: none; }
.nh-spot-link:hover { text-decoration: underline; }
.nh-spot-cov { min-width: 0; padding-left: 32px; border-left: 1px solid var(--cp-hair); }
.nh-cov-row { display: block; padding: 11px 0; border-bottom: 1px solid var(--cp-hair); text-decoration: none; }
.nh-cov-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; line-height: 1.4; font-weight: 700; color: var(--cp-ink); }
.nh-cov-row:hover .nh-cov-title { text-decoration: underline; }

/* community desk */
.nh-comm { display: grid; grid-template-columns: minmax(0,1fr) 330px; margin: 44px 0 0; }
.nh-comm-left { min-width: 0; padding-right: 32px; }
.nh-comm-right { min-width: 0; padding-left: 32px; border-left: 1px solid var(--cp-hair); display: flex; flex-direction: column; }
.nh-comm .nh-shead { margin: 0 0 20px; }
.nh-comm-grid { display: grid; grid-template-columns: 1.25fr 1fr; column-gap: 28px; }
.nh-orig-meta { display: flex; align-items: center; gap: 7px; }
.nh-orig-pill { display: inline-block; padding: 2px 7px; border-radius: 999px; background: var(--cp-solid); color: var(--cp-solid-text); font-size: 8px; font-weight: 800; letter-spacing: 0.8px; text-transform: uppercase; }
.nh-orig-date { font-size: 10.5px; color: var(--cp-t6); }
.nh-feature { display: flex; flex-direction: column; gap: 10px; min-width: 0; text-decoration: none; }
.nh-feature-img { flex: 1 1 auto; min-height: 240px; border-radius: 12px; }
.nh-feature-title { font-size: 22px; font-weight: 800; line-height: 1.2; letter-spacing: -0.01em; color: var(--cp-ink); }
.nh-feature:hover .nh-feature-title { text-decoration: underline; }
.nh-feature-dek { font-size: 14px; line-height: 1.5; color: var(--cp-t2); }
.nh-author { display: flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 4px; }
.nh-avatar { width: 24px; height: 24px; border-radius: 50%; background: var(--cp-fill); display: inline-flex; align-items: center; justify-content: center; font-size: 8.5px; font-weight: 800; color: var(--cp-t8); overflow: hidden; flex: none; }
.nh-avatar img { width: 100%; height: 100%; object-fit: cover; }
.nh-avatar-sm { width: 20px; height: 20px; font-size: 7.5px; }
.nh-avatar-lg { width: 38px; height: 38px; font-size: 11px; }
.nh-author-name { font-size: 12px; font-weight: 700; color: var(--cp-ink); }
.nh-comm-stack { display: flex; flex-direction: column; min-width: 0; }
.nh-compact { display: flex; flex: 1 1 0; flex-direction: column; gap: 8px; min-width: 0; text-decoration: none; }
.nh-compact.has-rule { border-bottom: 1px solid var(--cp-hair); margin-bottom: 16px; padding-bottom: 16px; }
.nh-compact-img { flex: 1 1 auto; min-height: 110px; border-radius: 10px; }
.nh-compact-title { font-size: 15.5px; font-weight: 800; line-height: 1.3; color: var(--cp-ink); }
.nh-compact:hover .nh-compact-title { text-decoration: underline; }
.nh-writer { display: flex; align-items: center; gap: 11px; padding: 12px 0; border-bottom: 1px solid var(--cp-hair); }
.nh-writer-id { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.nh-writer-name { font-size: 14px; font-weight: 800; color: var(--cp-ink); text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nh-writer-name:hover { text-decoration: underline; }
.nh-writer-meta { font-size: 11px; color: var(--cp-t6); white-space: nowrap; }
.nh-follow { display: inline-flex; align-items: center; height: 26px; padding: 0 12px; border: 1px solid var(--cp-chip-line); border-radius: 999px; font-size: 11px; font-weight: 700; color: var(--cp-ink); background: transparent; cursor: pointer; font-family: inherit; }
.nh-writer-note { margin: 12px 0 20px; font-size: 11.5px; line-height: 1.5; color: var(--cp-t6); }
.nh-publish { margin-top: auto; border: 1px solid var(--cp-panel-line); border-radius: 14px; padding: 16px 18px; }
.nh-publish-title { margin: 4px 0 0; font-size: 14.5px; font-weight: 800; color: var(--cp-ink); }
.nh-publish-body { margin: 6px 0 12px; font-size: 12px; line-height: 1.5; color: var(--cp-t2); }
.nh-publish-btn { display: inline-flex; align-items: center; height: 30px; padding: 0 16px; border-radius: 999px; background: var(--cp-solid); color: var(--cp-solid-text); font-size: 12px; font-weight: 700; text-decoration: none; white-space: nowrap; }

/* rest of today */
.nh-rest-head { margin-bottom: 6px; }
.nh-rest { display: grid; grid-template-columns: 1fr 1fr; column-gap: 56px; }
.nh-rest-row { display: flex; align-items: baseline; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--cp-hair); min-width: 0; text-decoration: none; }
.nh-rest-pill { flex: none; display: inline-block; padding: 2px 8px; border: 1px solid var(--cp-chip-line); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--cp-t2); }
.nh-rest-crest { flex: none; width: 20px; height: 20px; align-self: center; display: inline-flex; }
.nh-rest-crest img { width: 100%; height: 100%; object-fit: contain; background: transparent !important; }
.nh-rest-title { min-width: 0; font-size: 14px; font-weight: 700; line-height: 1.35; color: var(--cp-ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nh-rest-row:hover .nh-rest-title { text-decoration: underline; }
.nh-rest-time { flex: none; margin-left: auto; font-size: 10.5px; color: var(--cp-quiet); white-space: nowrap; }

/* footer */
.nh-foot { display: flex; justify-content: center; margin-top: 40px; }
.nh-foot a { font-size: 12.5px; font-weight: 700; color: var(--cp-t6); text-decoration: none; }
.nh-foot a:hover { color: var(--cp-ink); text-decoration: underline; }

/* responsive */
@media (max-width: 1100px) {
  .nh-hero, .nh-big, .nh-spot, .nh-comm, .nh-rest, .nh-full-strip { grid-template-columns: 1fr; }
  .nh-full-strip { gap: 22px; }
  .nh-full-rest { flex-wrap: wrap; }
  .nh-full-rest .nh-card { flex: 1 1 140px; }
  .nh-big-right, .nh-comm-right, .nh-spot-cov { padding-left: 0; border-left: 0; }
  .nh-big-left, .nh-comm-left { padding-right: 0; }
  .nh-spot-cov, .nh-comm-right { border-top: 1px solid var(--cp-hair); padding-top: 22px; margin-top: 8px; }
  .nh-edition { padding: 0 24px 40px; }
  .nh-date { font-size: 30px; }
}
