/* PreMarketInfo quote-table news desk */
* { box-sizing: border-box; }

html { background: #ECEFF2; }

body {
  margin: 0;
  color: #1B1E22;
  font: 15px/1.55 Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a { color: #17497C; }
a:focus-visible { outline: 2px solid #17497C; outline-offset: 2px; }

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 40;
  padding: .5rem .8rem;
  background: #1B1E22;
  color: #fff;
}
.skip:focus { left: .5rem; top: .5rem; }

.desk {
  max-width: 1240px;
  margin: 0 auto;
  background: #fff;
  border-left: 1px solid #C9D0D6;
  border-right: 1px solid #C9D0D6;
  min-height: 100vh;
}

/* utility strip */
.utility-strip {
  display: flex;
  min-height: 28px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 3px 18px;
  background: #1B1E22;
  color: #E8EAED;
  font: 11px/1.5 Verdana, Geneva, sans-serif;
}
.utility-strip p { margin: 0; }
.utility-strip a { color: #CFE0F2; }
.as-of-stamp {
  color: #F3C463;
  font-weight: bold;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.as-of-stamp.small {
  color: #B07A18;
  font: bold 11px/1.4 Verdana, Geneva, sans-serif;
  margin-left: .6rem;
}
.strip-note { margin-left: .8rem; color: #AEB6BE; }

/* masthead */
.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 72px;
  padding: 12px 18px;
  border-bottom: 1px solid #C9D0D6;
}
.wordmark {
  margin: 0;
  font: 34px/1.05 Georgia, "Times New Roman", serif;
  letter-spacing: -.01em;
}
.wordmark a { color: #1B1E22; text-decoration: none; }
.descriptor {
  margin: 2px 0 0;
  color: #5A636C;
  font: 11px/1.5 Verdana, Geneva, sans-serif;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.masthead.compact {
  min-height: 0;
  padding: 10px 18px 8px;
  display: block;
}
.masthead.compact .wordmark { font-size: 22px; }

.summary-boxes { display: flex; gap: 10px; }
.summary-box {
  display: flex;
  min-width: 130px;
  padding: 7px 10px 6px;
  flex-direction: column;
  border: 1px solid #C9D0D6;
  background: #F7F9FA;
}
.summary-box b {
  font: bold 10px/1.4 Verdana, Geneva, sans-serif;
  letter-spacing: .06em;
}
.summary-box .num {
  font: 17px/1.3 "Courier New", Courier, monospace;
  font-weight: bold;
}
.summary-box i {
  color: #5A636C;
  font: italic 10px/1.5 Verdana, Geneva, sans-serif;
}
.signed { font: bold 12px/1.4 "Courier New", Courier, monospace; }
.signed.down { color: #9E2B25; }
.signed.up { color: #2F6B3C; }

/* section line */
.section-line {
  padding: 6px 18px;
  border-bottom: 2px solid #17497C;
  font: bold 13px/1.9 Arial, Helvetica, sans-serif;
}
.section-line a {
  color: #17497C;
  text-decoration: none;
  white-space: nowrap;
}
.section-line a:hover, .section-line a:focus { text-decoration: underline; }
.section-line a + a::before {
  content: "|";
  margin: 0 .55rem 0 .5rem;
  color: #C9D0D6;
  font-weight: normal;
}

/* homepage grid */
main { display: block; }
.home main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  grid-template-areas:
    "lead lead"
    "movers movers"
    "stream rail"
    "methodology methodology";
  column-gap: 24px;
  padding: 0 18px;
}
.lead-split { grid-area: lead; }
.movers { grid-area: movers; }
.briefs-rail { grid-area: rail; }
.analysis-stream { grid-area: stream; }
.methodology { grid-area: methodology; }

.lead-split {
  display: grid;
  grid-template-columns: minmax(0, 62fr) minmax(280px, 38fr);
  column-gap: 28px;
  padding: 18px 0 20px;
  border-bottom: 1px solid #C9D0D6;
}
.kicker {
  margin: 0 0 6px;
  font: bold 11px/1.4 Verdana, Geneva, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.kicker a { color: #17497C; text-decoration: none; }
.lead-analysis h1 {
  margin: 0 0 8px;
  font: bold 28px/1.15 "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.lead-analysis h1 a { color: #1B1E22; text-decoration: none; }
.lead-analysis h1 a:hover, .lead-analysis h1 a:focus { text-decoration: underline; }
.byline {
  margin: 0 0 10px;
  color: #5A636C;
  font: 13px/1.5 Verdana, Geneva, sans-serif;
}
.standfirst { margin: 0 0 12px; font-size: 16px; line-height: 1.6; }
.lead-more { margin: 0 0 12px; max-width: 64ch; color: #3A424B; }
.continue { font: bold 13px/1.5 Arial, sans-serif; }

.snapshot h2, .movers h2, .briefs-rail h2, .analysis-stream h2, .methodology h2 {
  margin: 0 0 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #C9D0D6;
  font: bold 13px/1.5 Verdana, Geneva, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.snapshot { border-left: 1px solid #C9D0D6; padding-left: 24px; }

/* tables */
.table-frame { overflow-x: auto; }
.table-frame:focus-visible { outline: 2px solid #17497C; }
table.data-table, table.ledger {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #C9D0D6;
  font-size: 13px;
}
table.data-table caption, table.ledger caption {
  padding: 4px 2px;
  caption-side: top;
  color: #5A636C;
  font: 11px/1.5 Verdana, Geneva, sans-serif;
  text-align: left;
}
table.data-table th, table.data-table td,
table.ledger th, table.ledger td {
  padding: 6px 9px;
  border-top: 1px solid #DEE3E7;
  text-align: left;
  vertical-align: top;
}
table.data-table thead th, table.ledger thead th {
  background: #1B1E22;
  border-top: 0;
  color: #fff;
  font: bold 11px/1.5 Verdana, Geneva, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
}
table.data-table tbody tr:nth-child(even),
table.ledger tbody tr:nth-child(even) { background: #F7F9FA; }
table.data-table tbody th { font-weight: bold; white-space: nowrap; }
td.num, .post-sheet td:first-child {
  font-family: "Courier New", Courier, monospace;
  white-space: nowrap;
}
.source-line {
  margin: 6px 0 0;
  color: #5A636C;
  font: 12px/1.5 Verdana, Geneva, sans-serif;
}

.movers { padding: 18px 0 20px; border-bottom: 1px solid #C9D0D6; }

/* rail + stream */
.briefs-rail {
  padding: 18px 0 20px 24px;
  border-left: 1px solid #C9D0D6;
}
.briefs-rail ul { margin: 0; padding: 0; list-style: none; }
.briefs-rail li {
  padding: 7px 0;
  border-bottom: 1px solid #DEE3E7;
  font-size: 14px;
  line-height: 1.45;
}
.stamp {
  display: inline-block;
  margin-right: .35rem;
  color: #B07A18;
  font: bold 11px/1.4 Verdana, Geneva, sans-serif;
  white-space: nowrap;
}
.rail-links { font: bold 12px/1.6 Verdana, Geneva, sans-serif; }

.analysis-stream { padding: 18px 0 20px; }
.stream-entry { padding: 12px 0; border-bottom: 1px solid #DEE3E7; }
.stream-entry h3 {
  margin: 0 0 4px;
  font: bold 19px/1.25 "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.stream-entry h3 a { color: #1B1E22; text-decoration: none; }
.stream-entry h3 a:hover, .stream-entry h3 a:focus { text-decoration: underline; }
.entry-meta {
  margin: 0 0 6px;
  color: #5A636C;
  font: 12px/1.5 Verdana, Geneva, sans-serif;
}
.entry-excerpt { margin: 0; max-width: 62ch; }

/* methodology */
.methodology {
  padding: 18px 0 22px;
  border-top: 2px solid #17497C;
}
.methodology-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 24px;
}
.methodology p { margin: 0 0 10px; max-width: 70ch; }
.archive-year { margin: 0 0 6px; font-size: 13px; }
.archive-year b { display: inline-block; min-width: 4ch; margin-right: .6rem; }
.archive-year a { margin-right: .45rem; white-space: nowrap; }

/* colophon */
.colophon {
  padding: 18px 18px 22px;
  border-top: 3px solid #1B1E22;
  background: #F7F9FA;
}
.colophon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.colophon h2 {
  margin: 0 0 6px;
  font: bold 11px/1.5 Verdana, Geneva, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.colophon p { margin: 0 0 12px; font-size: 13px; line-height: 1.7; }
.historical-note { color: #5A636C; font-style: italic; }
.copyright {
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #C9D0D6;
  color: #5A636C;
  font: 12px/1.5 Verdana, Geneva, sans-serif;
}

.mini-colophon {
  margin-top: 28px;
  padding: 12px 18px 18px;
  border-top: 3px solid #1B1E22;
  background: #F7F9FA;
  font: 12px/1.6 Verdana, Geneva, sans-serif;
  color: #5A636C;
}
.mini-colophon p { margin: 0; }

/* inner pages */
.inner main { padding: 0 18px; }
.ledger-page, .post-sheet { padding: 18px 0 30px; }
.ledger-page h1, .post-sheet h1 {
  margin: 0 0 10px;
  font: bold 30px/1.15 "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.ledger-note { margin: 0 0 14px; color: #5A636C; max-width: 78ch; }
.title-block { margin-bottom: 14px; border-bottom: 1px solid #C9D0D6; padding-bottom: 12px; }

.reading-column { max-width: 660px; font-size: 16px; line-height: 1.65; }
.reading-column p { margin: 0 0 14px; }
.reading-column h2 { font: bold 20px/1.3 "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif; margin: 20px 0 8px; }
.reading-column hr { border: 0; border-top: 1px solid #C9D0D6; margin: 18px 0; }
.reading-column table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #C9D0D6;
  font-size: 13px;
}
.reading-column table td, .reading-column table th {
  padding: 6px 9px;
  border: 1px solid #DEE3E7;
  text-align: left;
  vertical-align: top;
}
.reading-column table tr:first-child td { background: #1B1E22; color: #fff; font-weight: bold; }
.reading-column table tr:first-child td strong { color: #fff; }
.reading-column table tr:nth-child(even) td { background: #F7F9FA; }
.reading-column table tr:first-child:hover td { background: #1B1E22; }
.webcast-link { font-weight: bold; }
.webcast-link a::after { content: " \2197"; }

.reader-comments {
  max-width: 660px;
  margin-top: 24px;
  border-top: 2px solid #17497C;
  padding-top: 10px;
}
.reader-comments h2 {
  margin: 0 0 8px;
  font: bold 13px/1.5 Verdana, Geneva, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.reader-comments ul { margin: 0; padding: 0; list-style: none; }
.reader-comments li { padding: 10px 0; border-bottom: 1px solid #DEE3E7; }
.comment-name { margin: 0 0 4px; font: bold 12px/1.5 Verdana, Geneva, sans-serif; }
.reader-comments p { margin: 0 0 6px; font-size: 14px; line-height: 1.6; }

.post-links {
  display: flex;
  max-width: 660px;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 22px;
  padding: 10px 0;
  border-top: 1px solid #C9D0D6;
  border-bottom: 1px solid #C9D0D6;
  font-size: 13px;
}
.post-links a { max-width: 46%; }

.post-grid {
  display: grid;
  grid-template-columns: minmax(0, 660px) 300px;
  column-gap: 40px;
  align-items: start;
}
.post-rail {
  border-left: 1px solid #C9D0D6;
  padding-left: 24px;
  position: sticky;
  top: 12px;
}
.post-rail .related-briefs { margin-top: 0; }

.related-briefs { max-width: 660px; margin-top: 18px; }
.related-briefs h2 {
  margin: 0 0 6px;
  font: bold 12px/1.5 Verdana, Geneva, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.related-briefs ul { margin: 0; padding: 0; list-style: none; }
.related-briefs li { padding: 5px 0; border-bottom: 1px solid #DEE3E7; font-size: 14px; }
.archive-return { margin-top: 16px; font: bold 12px/1.6 Verdana, Geneva, sans-serif; }

.level-board .reading-column table td:nth-child(2) { letter-spacing: .12em; }

/* responsive */
@media (max-width: 1024px) {
  .home main {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "lead" "movers" "rail" "stream" "methodology";
  }
  .briefs-rail { border-left: 0; padding-left: 0; }
  .methodology-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .utility-strip { min-height: 24px; padding: 3px 12px; flex-wrap: wrap; }
  .masthead { display: block; padding: 10px 12px; }
  .summary-boxes {
    margin-top: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .summary-box { min-width: 124px; min-height: 88px; flex: 0 0 auto; }
  .section-line { padding: 6px 12px; white-space: normal; }
  .home main, .inner main { padding: 0 12px; }
  .lead-split { grid-template-columns: 1fr; row-gap: 20px; }
  .lead-analysis h1 { font-size: 22px; }
  .snapshot { border-left: 0; padding-left: 0; }
  .colophon-grid { grid-template-columns: 1fr; }
  .post-links { flex-direction: column; }
  .post-links a { max-width: 100%; }
  .post-grid { grid-template-columns: 1fr; }
  .post-rail { border-left: 0; padding-left: 0; position: static; margin-top: 18px; }
}
