:root { color-scheme: light; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: #141414; font: 14px/1.28 Arial, Helvetica, sans-serif; }
.page { width: min(100%, 1080px); margin: 0 auto; padding: 0 8px; }
a { color: inherit; }
.site-header { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; border-bottom: 3px solid #141414; padding: 15px 0 8px; }
.wordmark { font-size: 23px; font-weight: 900; letter-spacing: -.055em; text-decoration: none; white-space: nowrap; }
.mark { font-size: .37em; vertical-align: top; margin-left: 4px; }
.site-header nav { display: flex; flex-wrap: wrap; gap: 14px; font-size: 12px; font-weight: 700; }
.site-header nav a { text-decoration: none; border-bottom: 1px solid transparent; }
.site-header nav a:hover, .site-header nav a:focus-visible { border-color: currentColor; }
.edition-head { text-align: center; border-bottom: 3px double #141414; padding: 13px 0 11px; }
.eyebrow { margin: 0; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.eyebrow span { margin: 0 6px; }
h1 { margin: 5px 0 3px; font: italic 700 clamp(24px, 5vw, 37px)/1.08 Georgia, 'Times New Roman', serif; }
.subscribe-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px; border-bottom: 1px solid #141414; padding: 9px 0; scroll-margin-top: 12px; }
.subscribe-copy { flex: 1 1 360px; }
.subscribe-copy h2 { display: inline; border: 0; margin: 0; padding: 0; font-size: 14px; letter-spacing: 0; }
.subscribe-copy p { display: inline; margin: 0 0 0 6px; font-size: 11px; }
#subscribe-form { display: flex; gap: 4px; flex: 0 1 305px; }
#subscribe-email { min-width: 0; flex: 1; border: 1px solid #141414; border-radius: 0; background: #fff; color: #141414; padding: 6px; font: 12px Arial, sans-serif; }
#subscribe-form button { border: 1px solid #141414; border-radius: 0; background: #141414; color: #fff; padding: 6px 10px; font: 700 12px Arial, sans-serif; cursor: pointer; }
#subscribe-form button:disabled { opacity: .6; cursor: wait; }
.subscribe-status { flex-basis: 100%; margin: 0; font-size: 11px; }
.subscribe-status:empty { display: none; }
.signup-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.notice { padding: 28px 0 50px; text-align: center; font-size: 14px; }
.section { margin: 25px 0 0; scroll-margin-top: 12px; }
h2 { margin: 0 0 7px; padding: 0 0 5px; border-bottom: 3px solid #141414; font-size: clamp(22px, 4vw, 29px); line-height: 1.1; letter-spacing: -.035em; }
h3 { margin: 13px 0 1px; padding-bottom: 2px; border-bottom: 1px solid #141414; font-size: 16px; line-height: 1.1; }
.table-wrap { width: 100%; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
th, td { padding: 2px 5px 2px 0; white-space: nowrap; text-align: right; line-height: 1.18; }
th { font-size: 11px; font-weight: 800; border-bottom: 1px solid #141414; }
td { font-size: 13px; }
th:first-child, td:first-child { text-align: left; }
td:first-child { font-weight: 600; }
.leader-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; }
.leader-grid > div { min-width: 0; }
.earnings-card { margin-top: 13px; }
.earnings-card h3 { display: flex; gap: 8px; justify-content: space-between; }
.earnings-card h3 span:last-child { font-size: 11px; font-weight: 400; align-self: end; }
#calendar-before + #calendar-after { margin-top: 16px; }
.section-head { display: flex; align-items: baseline; gap: 12px; border-bottom: 3px solid #141414; }
.section-head h2 { border: 0; margin-bottom: 0; }
.listing-tools { display: flex; align-items: center; gap: 10px; padding: 10px 0 8px; font-size: 12px; font-weight: 700; }
.listing-tools input { border: 1px solid #777; border-radius: 0; background: #fff; color: #141414; padding: 6px 8px; font: inherit; width: min(230px, 55vw); }
#stocks-table th:first-child { width: 30%; }
#stocks-table th:nth-child(2), #stocks-table td:nth-child(2) { text-align: left; }
#stocks-table td:first-child { font-weight: 800; }
#stocks-table tbody tr:nth-child(even) { background: #f7f7f7; }
#stocks-table td { padding-top: 3px; padding-bottom: 3px; }
#more-stocks { display: block; width: 100%; margin: 10px auto 0; padding: 8px; border: 1px solid #141414; background: #fff; font: 700 12px Arial, sans-serif; cursor: pointer; }
#more-stocks[hidden] { display: none; }
#more-stocks:hover { background: #eee; }
.empty { font-size: 12px; }
.site-footer { margin-top: 32px; padding: 8px 0 30px; border-top: 3px double #141414; font-size: 10px; color: #444; }
.site-footer p { margin: 0 0 8px; }
.site-footer p:last-child { font-weight: 800; color: #141414; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 650px) {
  .page { padding: 0 5px; }
  h1 { font-size: clamp(17px, 5.2vw, 22px); white-space: nowrap; }
  .site-header { padding-top: 11px; }
  .wordmark { font-size: 19px; }
  .subscribe-copy { flex-basis: 100%; }
  .subscribe-copy p { display: block; margin: 2px 0 0; }
  #subscribe-form { flex: 1 1 100%; }
  .site-header nav { gap: 8px; font-size: 10px; }
  .section { margin-top: 21px; }
  .leader-grid { grid-template-columns: 1fr; }
  th { font-size: 10px; }
  td { font-size: 12px; }
  th, td { padding-right: 3px; }
  #stocks-table td, #stocks-table th { font-size: 11px; }
  #stocks-table th:first-child { width: auto; }
  #stocks-table th:nth-child(2), #stocks-table td:nth-child(2) { display: none; }
}
@media (max-width: 370px) {
  .site-header nav { gap: 6px; font-size: 9px; }
  .wordmark { font-size: 17px; }
  #stocks-table td, #stocks-table th { font-size: 10px; }
}
