/* Coverage: factual source roster and earliest indexed publication dates. */
.commentary-coverage main.coverage-main { max-width: none; padding: 1.8rem clamp(1rem, 3.5vw, 4rem) 3rem; }
.coverage-workspace { max-width: 1640px; margin: 0 auto; min-width: 0; }
.coverage-eyebrow { margin: 0 0 .35rem; color: #75e8e1; font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.coverage-heading { margin-bottom: 1.15rem; }
.coverage-heading h1 { margin: 0; color: #f7f9fc; font-size: clamp(2rem, 2.5vw, 2.9rem); line-height: 1.12; }
.coverage-lede { margin: .45rem 0 0; max-width: 74ch; color: #dbeaf0; font-family: Archivo, sans-serif; font-size: 1.08rem; font-weight: 600; line-height: 1.4; }
.coverage-intro { margin: .45rem 0 0; max-width: 85ch; color: #afc2d0; font-size: .86rem; line-height: 1.5; }

.coverage-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: .7rem; border: 1px solid #2c5463; border-radius: 10px; background: rgba(17, 40, 58, .88); overflow: hidden; }
.coverage-summary > div { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; min-width: 0; padding: .8rem 1rem; }
.coverage-summary > div + div { border-left: 1px solid #2a4b5c; }
.coverage-summary-label { color: #9bbfc9; font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.coverage-summary strong { color: #e9f4f7; font-size: 1.28rem; font-weight: 600; }
.coverage-definition { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 1.4rem; padding: .7rem .95rem; border: 1px solid #294b59; border-left: 2px solid #58c9c4; border-radius: 8px; background: rgba(17, 40, 58, .78); }
.coverage-definition h2 { flex: none; margin: 0; color: #8debe5; font-size: .7rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.coverage-definition p { margin: 0; color: #b7cbd4; font-size: .78rem; line-height: 1.48; }

.coverage-board { display: grid; gap: 1.55rem; }
.coverage-section { min-width: 0; }
.coverage-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin: 0 0 .55rem; }
.coverage-section-heading .coverage-eyebrow { margin-bottom: .22rem; color: #91bac5; font-size: .62rem; }
.coverage-section-heading h2 { margin: 0; color: #eff7fa; font-size: 1.12rem; line-height: 1.25; }
.coverage-section-count { color: #a7c3ce; font-size: .71rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.coverage-section-count .num { color: #8debe5; font-size: .82rem; }
.coverage-table-v2 { width: 100%; border: 1px solid #2c5260; border-spacing: 0; border-collapse: separate; border-radius: 11px; background: rgba(23, 49, 67, .9); overflow: hidden; table-layout: fixed; }
.coverage-table-v2 th, .coverage-table-v2 td { text-align: left; vertical-align: middle; min-width: 0; }
.coverage-table-v2 thead th { padding: .65rem 1rem; border-bottom: 1px solid #345968; background: var(--mc-surface-inner); color: #b3cad4; font-size: .65rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.coverage-table-v2 thead th:first-child { width: 51%; }
.coverage-table-v2 thead th:nth-child(2) { width: 30%; }
.coverage-table-v2 thead th:last-child { width: 19%; }
.coverage-row > * { padding: .63rem 1rem; border-bottom: 1px solid #274757; color: #d9e9ee; font-size: .81rem; line-height: 1.38; overflow-wrap: anywhere; }
.coverage-row:last-child > * { border-bottom: 0; }
.coverage-row:hover { background: var(--mc-row-hover); }
.coverage-source { color: #edf7f9; font-weight: 600; }
.coverage-start .num { color: #d1e5eb; }
.coverage-row.is-awaiting { background: rgba(30, 44, 53, .28); }
.coverage-row.is-awaiting:hover { background: rgba(45, 62, 70, .38); }
.coverage-awaiting { display: inline-flex; align-items: center; min-height: 27px; padding: .16rem .48rem; border: 1px solid #526a76; border-radius: 5px; background: #1c303c; color: #cbd7dc; font-size: .72rem; font-weight: 600; }
.coverage-active { display: inline-flex; align-items: center; min-height: 27px; padding: .16rem .48rem; border: 1px solid #39757a; border-radius: 5px; background: #10343e; color: #a2ece6; font-size: .71rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.coverage-mobile-label { display: none; }
.coverage-empty { text-align: left; border-color: #356577; background: var(--mc-surface-raised); padding: 1.35rem 1.5rem; }
.coverage-empty .empty-hint { max-width: 65ch; line-height: 1.5; }
.coverage-trust { margin-top: 1.5rem; }
:where(.commentary-coverage) a:focus-visible { outline: 2px solid #9cfbf1; outline-offset: 3px; }

@media (max-width: 700px) {
  .coverage-definition { display: block; }
  .coverage-definition h2 { margin-bottom: .35rem; }
  .coverage-table-v2, .coverage-table-v2 tbody, .coverage-table-v2 tr { display: block; }
  .coverage-table-v2 thead { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .coverage-row { display: grid !important; grid-template-columns: minmax(0, 1fr) auto; gap: .45rem .7rem; padding: .8rem .9rem; border-bottom: 1px solid #274757; }
  .coverage-row:last-child { border-bottom: 0; }
  .coverage-row > * { display: block; padding: 0; border: 0; }
  .coverage-row .coverage-source { grid-column: 1 / -1; font-size: .87rem; }
  .coverage-start { grid-column: 1; }
  .coverage-state { grid-column: 2; text-align: right !important; }
  .coverage-mobile-label { display: block; margin-bottom: .25rem; color: #9bb8c6; font-size: .61rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .coverage-start .coverage-awaiting { max-width: 100%; }
}
@media (max-width: 600px) {
  .commentary-coverage main.coverage-main { padding: 1.35rem 1rem 2rem; }
  .coverage-heading h1 { font-size: 2.1rem; }
  .coverage-lede { font-size: 1rem; }
  .coverage-summary > div { display: flex; flex-direction: column; gap: .2rem; padding: .7rem .8rem; }
  .coverage-summary strong { font-size: 1.2rem; }
  .coverage-board { gap: 1.3rem; }
  .coverage-section-heading h2 { font-size: 1.04rem; }
  .coverage-trust { padding-left: 0; padding-right: 0; }
}
