:root {
  --paper: #f6f3ec; --ink: #151515; --muted: #666158; --red: #a40016; --red-dark: #75000f;
  --line: #cfc8ba; --soft: #e9e3d8; --white: #fffdf8; --positive: #176c3a; --negative: #a40016; --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Georgia, "Times New Roman", serif; text-rendering: optimizeLegibility; }
a { color: inherit; } a:hover { color: var(--red); } button, input { font: inherit; }
.skip-link { position: fixed; top: -100px; left: 12px; z-index: 100; padding: 10px 14px; color: white; background: var(--ink); }
.skip-link:focus { top: 12px; }
.market-bar { color: #f5f5f5; background: #171717; border-bottom: 3px solid var(--red); }
.market-shell { max-width: var(--max); margin: 0 auto; }
.markets { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); min-height: 54px; }
.market-item { display: grid; grid-template-columns: 1fr auto; gap: 2px 8px; align-content: center; min-width: 0; padding: 8px 14px; text-decoration: none; border-right: 1px solid #3d3d3d; font-family: Arial, Helvetica, sans-serif; }
.market-item:first-child { border-left: 1px solid #3d3d3d; }
.market-name { overflow: hidden; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.market-price { font-size: 14px; font-weight: 700; }
.market-change { grid-column: 1 / -1; display: flex; justify-content: flex-end; gap: 4px; font-size: 11px; font-weight: 700; white-space: nowrap; }
.market-percent { opacity: .9; }
.market-change.up { color: #65d68b; } .market-change.down { color: #ff7785; } .market-change.flat { color: #bdbdbd; }
.market-loading { align-self: center; padding: 12px 16px; font: 12px Arial, sans-serif; }
.site-header { max-width: var(--max); margin: 0 auto; padding: 14px 20px 20px; text-align: center; border-bottom: 1px solid var(--ink); }
.header-topline { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 26px; color: var(--muted); font: 700 11px/1 Arial, Helvetica, sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.header-topline time { justify-self: start; } .edition { color: var(--red); }
.refresh-button { justify-self: end; padding: 4px 0; color: var(--muted); background: transparent; border: 0; cursor: pointer; font: inherit; letter-spacing: inherit; text-transform: inherit; }
.refresh-button:hover { color: var(--red); } .refresh-button:disabled { cursor: wait; opacity: .55; }
.brand { display: inline-block; margin-top: 3px; color: var(--red); text-decoration: none; font: 900 clamp(48px, 8vw, 92px)/.9 Impact, "Arial Black", sans-serif; letter-spacing: -.03em; transform: scaleX(.92); }
.tagline { margin: 8px 0 12px; color: var(--muted); font-size: 14px; font-style: italic; }
.quick-nav { display: flex; justify-content: center; gap: 24px; font: 800 11px/1 Arial, Helvetica, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.quick-nav a { text-decoration: none; }
main { max-width: var(--max); margin: 0 auto; padding: 0 20px 48px; } section { scroll-margin-top: 20px; }
.section-rule { display: flex; align-items: center; gap: 12px; margin: 22px 0 16px; color: var(--red); font: 900 11px/1 Arial, Helvetica, sans-serif; letter-spacing: .16em; }
.section-rule::before, .section-rule::after { content: ""; height: 1px; background: var(--line); flex: 1; }
.section-rule span { white-space: nowrap; }
.lead-story { max-width: 980px; margin: 0 auto 22px; padding: 8px 34px 22px; text-align: center; border-bottom: 4px double var(--ink); }
.lead-kicker { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 8px; color: var(--red); font: 900 11px/1 Arial, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.lead-story h1 { max-width: 940px; margin: 0 auto 11px; font-size: clamp(34px, 5.2vw, 70px); line-height: .99; letter-spacing: -.035em; }
.lead-story h1 a { text-decoration: none; }
.lead-deck { max-width: 770px; margin: 0 auto 12px; color: #39352f; font-size: clamp(16px, 2vw, 21px); line-height: 1.35; }
.story-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; color: var(--muted); font: 700 11px/1.3 Arial, Helvetica, sans-serif; letter-spacing: .035em; text-transform: uppercase; }
.story-meta .source { color: var(--red-dark); } .story-meta .reports { color: var(--ink); }
.story-signals { display: flex; align-items: center; gap: 7px; min-height: 13px; margin: 0 0 7px; font-family: Arial, Helvetica, sans-serif; }
.new-dot { display: inline-block; width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 2px var(--paper), 0 0 0 3px rgba(164, 0, 22, .24); }
.story-badge { display: inline-block; padding: 3px 6px 2px; font: 900 9px/1 Arial, Helvetica, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.breaking-badge { color: white; background: var(--red); }
.trending-badge { color: var(--paper); background: var(--ink); }
.important-badge { color: var(--red-dark); background: transparent; border: 1px solid var(--red); }
.top-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.top-card { min-width: 0; padding: 16px 18px 18px; border-right: 1px solid var(--line); }
.top-card:last-child { border-right: 0; }
.top-card h2 { margin: 0 0 10px; font-size: clamp(19px, 2vw, 27px); line-height: 1.07; letter-spacing: -.015em; }
.top-card h2 a { text-decoration-thickness: 1px; text-underline-offset: 3px; } .top-card .story-meta { justify-content: flex-start; }
.top-card.trending-story { background: rgba(21, 21, 21, .045); box-shadow: inset 0 4px 0 var(--ink); }
.top-card.important-story { box-shadow: inset 0 4px 0 var(--red); }
.top-card.breaking-story { background: rgba(164, 0, 22, .055); box-shadow: inset 0 4px 0 var(--red); }
.top-card.new-story h2 { font-weight: 900; }
.story-columns { columns: 3; column-gap: 38px; column-rule: 1px solid var(--line); }
.story-row { break-inside: avoid; margin: 0 0 2px; padding: 12px 3px 13px; border-bottom: 1px solid var(--line); }
.story-row a.story-link { display: block; margin-bottom: 7px; text-decoration: none; font-size: 20px; font-weight: 700; line-height: 1.12; }
.story-row a.story-link:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.story-row .story-meta { justify-content: flex-start; }
.story-row.new-story a.story-link { font-weight: 900; }
.story-row.trending-story { padding-left: 11px; background: rgba(21, 21, 21, .045); border-left: 4px solid var(--ink); }
.story-row.trending-story a.story-link { font-size: 22px; font-weight: 900; line-height: 1.08; }
.story-row.important-story { padding-left: 11px; border-left: 3px solid var(--red); }
.story-row.important-story a.story-link { font-size: 21px; font-weight: 800; }
.story-row.breaking-story { padding-left: 11px; background: rgba(164, 0, 22, .055); border-left: 4px solid var(--red); }
.story-row.breaking-story a.story-link { font-size: 23px; font-weight: 900; line-height: 1.06; }
.loading-card, .empty-state { color: var(--muted); font-style: italic; }
.empty-state { padding: 36px 12px; text-align: center; border: 1px solid var(--line); }
.brief-section { display: grid; grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr); gap: 42px; align-items: center; margin-top: 42px; padding: 30px 34px; color: #fff; background: var(--red-dark); border-top: 6px solid var(--ink); }
.eyebrow { font: 900 10px/1 Arial, sans-serif; letter-spacing: .15em; }
.brief-copy h2 { margin: 8px 0 8px; font-size: clamp(29px, 4vw, 48px); line-height: .96; }
.brief-copy p { margin: 0; color: #f5dfe2; font-size: 16px; line-height: 1.4; }
.signup-form label { display: block; margin-bottom: 7px; font: 800 11px/1 Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.signup-row { display: grid; grid-template-columns: 1fr auto; }
.signup-row input { min-width: 0; padding: 13px 14px; border: 0; border-radius: 0; background: var(--white); }
.signup-row button { padding: 13px 19px; color: white; background: var(--ink); border: 0; cursor: pointer; font: 900 12px/1 Arial, sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.signup-row button:hover { background: #333; } .signup-row button:disabled { cursor: wait; opacity: .65; }
.form-note { margin: 8px 0 0; color: #edd4d8; font: 11px/1.4 Arial, sans-serif; }
.signup-status { min-height: 18px; margin: 8px 0 0; font: 700 12px/1.4 Arial, sans-serif; }
.signup-status.error { color: #ffd1d6; } .signup-status.success { color: #c9f7d7; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.turnstile-slot { margin-top: 10px; }
.site-footer { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 20px; padding: 27px 20px 36px; color: var(--muted); border-top: 1px solid var(--line); font: 12px/1.4 Arial, sans-serif; }
.site-footer strong { color: var(--red); letter-spacing: .08em; } .site-footer nav { display: flex; gap: 14px; }
.noscript { padding: 15px; color: white; background: var(--red); text-align: center; }
.legal-page { max-width: 760px; margin: 0 auto; padding: 32px 22px 70px; }
.legal-page .brand { font-size: 48px; } .legal-page h1 { margin-top: 38px; font-size: 42px; } .legal-page h2 { margin-top: 30px; }
.legal-page p, .legal-page li { line-height: 1.65; } .legal-page .back { font: 700 12px Arial, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
@media (max-width: 900px) { .markets { grid-template-columns: repeat(3, 1fr); } .market-item:nth-child(3) { border-right: 0; } .market-item:nth-child(-n+3) { border-bottom: 1px solid #3d3d3d; } .top-grid { grid-template-columns: repeat(2, 1fr); } .top-card:nth-child(2) { border-right: 0; } .top-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); } .story-columns { columns: 2; } .brief-section { grid-template-columns: 1fr; gap: 24px; } }
@media (max-width: 620px) { .market-item { padding: 8px 10px; } .market-name { font-size: 10px; } .market-price { font-size: 13px; } .market-change { font-size: 10px; } .site-header { padding: 10px 14px 16px; } .header-topline { grid-template-columns: 1fr auto; } .edition { display: none; } .brand { font-size: clamp(54px, 20vw, 78px); } .tagline { margin-top: 4px; } .quick-nav { gap: 20px; } main { padding: 0 13px 36px; } .lead-story { padding: 4px 5px 19px; } .lead-story h1 { font-size: clamp(35px, 12vw, 55px); } .top-grid { display: block; } .top-card { border-right: 0; border-bottom: 1px solid var(--line); } .top-card:last-child { border-bottom: 0; } .story-columns { columns: 1; } .story-row.trending-story a.story-link { font-size: 21px; } .story-row.breaking-story a.story-link { font-size: 22px; } .brief-section { margin-top: 32px; padding: 25px 20px; } .signup-row { grid-template-columns: 1fr; gap: 7px; } .signup-row button { min-height: 44px; } .site-footer { text-align: center; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
