/* GlobeBurst — public site. No external fonts, no frameworks. */
:root {
  --bg: #ffffff;
  --bg-soft: #f4f6f9;
  --bg-sunk: #eef1f6;
  --ink: #0e131b;
  --ink-2: #384152;
  --muted: #5f6b7e;
  --line: #e2e6ed;
  --line-2: #cfd6e1;
  --navy: #0b0f17;
  --navy-2: #16213a;
  --accent: #e2532b;
  --accent-ink: #b8401d;
  --link: #1d4fd6;
  --breaking: #d4232f;
  --developing: #b25a00;
  --new: #1d7a4f;
  --focus: #2f6bff;
  --radius: 10px;
  --shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 1px 3px rgba(16, 24, 40, .06);
  --c-world: #2b59c3; --c-politics: #b42359; --c-business: #9a5a00; --c-technology: #0d7480;
  --c-science: #6a3fd1; --c-health: #0e7a51; --c-sports: #c0400b; --c-entertainment: #a8198f;
  --font: "Inter", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Roboto, Arial, sans-serif;
  --serif: Georgia, "Iowan Old Style", "Times New Roman", serif;
  color-scheme: light;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0b0f17; --bg-soft: #111827; --bg-sunk: #0e1522; --ink: #e9edf5; --ink-2: #c3cbd9; --muted: #8e9ab0;
    --line: #1f293a; --line-2: #2b3649; --accent: #ff7a45; --accent-ink: #ff8c5c; --link: #7aa7ff;
    --breaking: #ff4d5a; --developing: #ffb03b; --new: #3ecf8e;
    --shadow: none;
    --c-world: #7aa7ff; --c-politics: #ff6f9c; --c-business: #ffb54d; --c-technology: #3fd0d9;
    --c-science: #b495ff; --c-health: #45d49b; --c-sports: #ff8a57; --c-entertainment: #ff72e1;
    color-scheme: dark;
  }
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--ink); font: 400 16px/1.55 var(--font);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--link); }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 2px; border-radius: 4px; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3 { margin: 0; line-height: 1.2; letter-spacing: -.012em; }
p { margin: 0 0 1em; }
ol, ul { margin: 0; padding: 0; list-style: none; }
button, input { font: inherit; color: inherit; }
.sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--navy); color: #fff; padding: 8px 14px; border-radius: 6px; z-index: 50; }
.skip:focus { left: 8px; }
.wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 16px; }
.narrow { max-width: 780px; }
.muted { color: var(--muted); }
.small { font-size: .875rem; }

/* ---------- top bar + masthead ---------- */
.topbar { background: var(--navy); color: #aeb9cd; font-size: .78rem; }
.topbar__in { display: flex; align-items: center; gap: 16px; min-height: 32px; }
.topbar__live { display: none; align-items: center; gap: 7px; }
.topbar__social { margin-left: auto; display: flex; gap: 14px; }
.topbar a:hover { color: #fff; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #ff3b5c; box-shadow: 0 0 0 0 rgba(255, 59, 92, .6); animation: pulse 2s infinite; display: inline-block; flex: none; }
@keyframes pulse { 70% { box-shadow: 0 0 0 7px rgba(255, 59, 92, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 59, 92, 0); } }
@media (prefers-reduced-motion: reduce) { .pulse { animation: none; } }

.masthead { background: var(--bg); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.masthead__in { display: flex; align-items: center; gap: 16px; min-height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); }
.brand:hover { color: var(--ink); }
.logo { width: 38px; height: 38px; flex: none; }
.brand__word { font-weight: 800; font-size: 1.45rem; letter-spacing: -.03em; }
.brand__word span { color: var(--accent); }
.search { display: none; flex: 1; max-width: 420px; margin-left: auto; position: relative; }
.search input {
  width: 100%; height: 40px; border: 1px solid var(--line-2); border-radius: 999px; background: var(--bg-soft);
  padding: 0 44px 0 16px; outline: none;
}
.search input:focus { border-color: var(--focus); background: var(--bg); }
.search button { position: absolute; right: 4px; top: 4px; width: 32px; height: 32px; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.search svg, .menu-btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; margin: auto; }
.menu-btn { margin-left: auto; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: var(--bg); cursor: pointer; }
.nav { border-top: 1px solid var(--line); }
.nav__in { display: flex; gap: 2px; overflow-x: auto; scrollbar-width: none; }
.nav__in::-webkit-scrollbar { display: none; }
.nav a { white-space: nowrap; padding: 11px 12px; font-size: .9rem; font-weight: 600; color: var(--ink-2); border-bottom: 3px solid transparent; }
.nav a:hover { color: var(--ink); }
.nav a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--accent); }
.nav.is-open .nav__in { flex-wrap: wrap; }

.breaking { background: var(--breaking); color: #fff; }
.breaking__in { display: flex; align-items: center; gap: 12px; min-height: 42px; font-weight: 600; font-size: .95rem; }
.breaking__tag { text-transform: uppercase; font-size: .72rem; letter-spacing: .08em; background: rgba(0, 0, 0, .22); padding: 3px 8px; border-radius: 4px; flex: none; }
.breaking a { color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.breaking a:hover { text-decoration: underline; }

.crumbs { padding-top: 18px; font-size: .82rem; color: var(--muted); }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 6px; }
.crumbs li + li::before { content: "›"; margin-right: 6px; color: var(--line-2); }
.crumbs a:hover { color: var(--link); }
.main { min-height: 60vh; padding-bottom: 48px; }

/* ---------- shared bits ---------- */
.kicker { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 8px; }
.kicker__sec { color: var(--accent-ink); }
.kicker__sep { color: var(--line-2); }
.kicker__reg { color: var(--muted); }
.flag { display: inline-block; color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; padding: 3px 7px; border-radius: 4px; line-height: 1.2; }
.flag--breaking { background: var(--breaking); }
.flag--developing { background: var(--developing); }
.flag--new { background: var(--new); }
@media (prefers-color-scheme: dark) { .flag--developing { color: #1b1204; } .flag--new { color: #06150e; } }
.flag--sm { font-size: .6rem; padding: 2px 5px; vertical-align: 2px; }
.cat--world { color: var(--c-world); } .cat--politics { color: var(--c-politics); } .cat--business { color: var(--c-business); }
.cat--technology { color: var(--c-technology); } .cat--science { color: var(--c-science); } .cat--health { color: var(--c-health); }
.cat--sports { color: var(--c-sports); } .cat--entertainment { color: var(--c-entertainment); }
.cat-bg--world { background: var(--c-world); } .cat-bg--politics { background: var(--c-politics); } .cat-bg--business { background: var(--c-business); }
.cat-bg--technology { background: var(--c-technology); } .cat-bg--science { background: var(--c-science); } .cat-bg--health { background: var(--c-health); }
.cat-bg--sports { background: var(--c-sports); } .cat-bg--entertainment { background: var(--c-entertainment); }
.sq { display: inline-block; width: 10px; height: 10px; border-radius: 2px; margin-right: 10px; vertical-align: 1px; }

.meta { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 10px; font-size: .8rem; color: var(--muted); }
.meta__sep { width: 3px; height: 3px; border-radius: 50%; background: var(--line-2); }
.cov { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--ink-2); }
.meter { width: 17px; height: 12px; }
.meter rect { fill: var(--line-2); }
.meter--1 rect:nth-child(-n+1), .meter--2 rect:nth-child(-n+2), .meter--3 rect:nth-child(-n+3),
.meter--4 rect:nth-child(-n+4), .meter--5 rect { fill: var(--accent); }

.card { display: flex; flex-direction: column; }
.card__title { font-size: 1.08rem; font-weight: 700; line-height: 1.28; margin-bottom: 8px; }
.card__title a:hover { color: var(--link); }
.card--sm .card__title { font-size: .95rem; }
.card--lg .card__title { font-size: 1.3rem; }
.card--xl .card__title { font-size: clamp(1.45rem, 3.4vw, 2.1rem); line-height: 1.16; }
.card__ex, .lead__ex { color: var(--ink-2); font-size: .95rem; margin-bottom: 10px; }
.card__src { color: var(--muted); font-style: normal; white-space: nowrap; }
.more { font-size: .82rem; font-weight: 700; color: var(--accent-ink); white-space: nowrap; }
.more:hover { color: var(--link); }
.btn { display: inline-flex; align-items: center; justify-content: center; height: 42px; padding: 0 18px; border-radius: 999px; background: var(--navy); color: #fff; font-weight: 700; font-size: .9rem; }
.btn:hover { color: #fff; background: var(--navy-2); }
@media (prefers-color-scheme: dark) { .btn { background: var(--accent); color: #140b06; } .btn:hover { background: #ff9366; color: #140b06; } }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; align-items: center; height: 34px; padding: 0 14px; border: 1px solid var(--line-2); border-radius: 999px; font-size: .86rem; font-weight: 600; color: var(--ink-2); background: var(--bg); }
.chip:hover { border-color: var(--accent); color: var(--accent-ink); }
.chip--country::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--c-world); margin-right: 8px; }

/* ---------- home ---------- */
.top { display: grid; gap: 28px; padding-top: 24px; }
.lead { padding-bottom: 22px; border-bottom: 1px solid var(--line); margin-bottom: 22px; }
.lead__title { font-size: clamp(1.75rem, 4.6vw, 2.75rem); line-height: 1.1; font-weight: 800; letter-spacing: -.025em; margin-bottom: 14px; }
.lead__title a:hover { color: var(--link); }
.lead__ex { font-size: 1.08rem; max-width: 62ch; }
.meta--lead { font-size: .85rem; margin-bottom: 10px; }
.lead__outlets { font-size: .85rem; color: var(--muted); margin: 0; }
.lead__outlets b { color: var(--ink-2); font-weight: 600; }
.grid2 { display: grid; gap: 22px; }
.grid2 .card { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.rail { background: var(--bg-soft); border-radius: var(--radius); padding: 18px; align-self: start; }
.rail__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.rail__title { display: flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.rows { display: flex; flex-direction: column; }
.row { display: grid; grid-template-columns: 52px 1fr; gap: 10px; padding: 12px 0; border-top: 1px solid var(--line); }
.row:first-child { border-top: 0; }
.row__time { font-size: .76rem; font-weight: 700; color: var(--muted); padding-top: 2px; font-variant-numeric: tabular-nums; }
.row__title { display: block; font-weight: 650; font-size: .95rem; line-height: 1.32; }
.row__meta { font-size: .75rem; color: var(--muted); margin-top: 4px; font-weight: 600; }

.band { padding-top: 34px; }
.band__head, .block__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.band__title, .block__title { font-size: 1.2rem; font-weight: 800; letter-spacing: -.015em; }
.block__title a:hover { color: var(--link); }
.block { padding-top: 40px; }
.block__head { border-top: 3px solid var(--ink); padding-top: 12px; }
.block__title--list { font-size: 1rem; text-transform: uppercase; letter-spacing: .07em; border-top: 3px solid var(--ink); padding-top: 12px; margin-bottom: 4px; }
.grid3 { display: grid; gap: 22px; }
.grid3 .card { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.section__grid { display: grid; gap: 20px; }
.rows--plain .row { grid-template-columns: 52px 1fr; }
.regions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.regions a { display: flex; flex-direction: column; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); height: 100%; }
.regions a:hover { border-color: var(--accent); color: var(--ink); }
.regions__name { font-weight: 800; }
.regions__n { font-size: .8rem; color: var(--muted); }
.about-strip { margin-top: 48px; display: flex; flex-direction: column; gap: 18px; background: var(--navy); color: #d9e0ec; border-radius: 14px; padding: 26px 22px; }
.about-strip h2 { color: #fff; font-size: 1.25rem; margin-bottom: 8px; }
.about-strip p { margin: 0; max-width: 70ch; }
.about-strip .btn { background: var(--accent); color: #150a05; align-self: flex-start; }
.empty { padding: 48px 0; color: var(--muted); }

/* ---------- list pages ---------- */
.page-head { padding: 22px 0 8px; }
.page-head__kicker { font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--accent-ink); margin: 0 0 6px; }
.page-head__title { font-size: clamp(1.9rem, 5vw, 2.9rem); font-weight: 800; letter-spacing: -.03em; line-height: 1.08; margin-bottom: 10px; }
.page-head__intro { font-size: 1.05rem; color: var(--ink-2); max-width: 70ch; margin-bottom: 8px; }
.rss { font-size: .8rem; font-weight: 700; color: var(--accent-ink); }
.top3 { display: grid; gap: 22px; }
.top3 > .card { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.top3__side { display: grid; gap: 20px; }
.list-layout { display: grid; gap: 36px; padding-top: 32px; }
.stream__item { display: grid; grid-template-columns: 62px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.stream__time { display: flex; flex-direction: column; font-size: .8rem; font-weight: 700; color: var(--ink-2); font-variant-numeric: tabular-nums; padding-top: 1px; }
.stream__day { font-weight: 600; color: var(--muted); font-size: .74rem; }
.pager { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 24px 0; }
.pager__btn { font-weight: 700; font-size: .9rem; padding: 9px 16px; border: 1px solid var(--line-2); border-radius: 999px; }
.pager__btn:hover { border-color: var(--accent); color: var(--accent-ink); }
.pager__btn.is-off { opacity: .4; }
.pager__at { font-size: .85rem; color: var(--muted); }
.side { display: flex; flex-direction: column; gap: 22px; }
.side__box { border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.side__h { font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
.side__list { display: flex; flex-direction: column; gap: 16px; }
.side__list .card + .card { padding-top: 16px; border-top: 1px solid var(--line); }
.side__links li a { display: flex; align-items: center; padding: 7px 0; font-weight: 600; font-size: .92rem; }
.side__links a[aria-current="page"] { color: var(--accent-ink); }
.rank__item { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.rank__n { font-size: 1.7rem; font-weight: 800; color: var(--line-2); line-height: 1; font-variant-numeric: tabular-nums; }
.az { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px 20px; }
.az li { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: .93rem; }
.az a { font-weight: 600; }
.stack { display: flex; flex-direction: column; gap: 22px; padding: 12px 0; }
.stack .card { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.search--page { display: flex; max-width: none; margin: 8px 0 20px; gap: 8px; }
.search--page input { padding-right: 16px; height: 46px; }
.search--page button { position: static; width: auto; height: 46px; border-radius: 999px; padding: 0 20px; background: var(--navy); color: #fff; font-weight: 700; }
@media (prefers-color-scheme: dark) { .search--page button { background: var(--accent); color: #140b06; } }

/* ---------- story ---------- */
.story-layout { display: grid; gap: 40px; padding-top: 12px; }
.story { min-width: 0; }
.story__head { padding: 10px 0 22px; border-bottom: 1px solid var(--line); }
.story__title { font-size: clamp(1.9rem, 5vw, 3rem); font-weight: 800; line-height: 1.1; letter-spacing: -.03em; margin: 4px 0 16px; }
.story__dek { font-family: var(--serif); font-size: 1.22rem; line-height: 1.5; color: var(--ink-2); margin-bottom: 18px; max-width: 68ch; }
.byline { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; font-size: .84rem; color: var(--muted); margin-bottom: 16px; }
.byline a { font-weight: 700; color: var(--ink); }
.byline__sep { width: 3px; height: 3px; border-radius: 50%; background: var(--line-2); }
.share { display: flex; flex-wrap: wrap; gap: 8px; }
.share__btn { display: inline-flex; align-items: center; height: 34px; padding: 0 13px; border: 1px solid var(--line-2); border-radius: 999px; font-size: .8rem; font-weight: 700; color: var(--ink-2); background: var(--bg); cursor: pointer; }
.share__btn:hover { border-color: var(--accent); color: var(--accent-ink); }
.facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin: 24px 0 8px; }
.fact { background: var(--bg); padding: 16px; display: flex; flex-direction: column; gap: 2px; }
.fact--wide { grid-column: 1 / -1; }
.fact__n { font-size: 1.8rem; font-weight: 800; letter-spacing: -.03em; line-height: 1.1; font-variant-numeric: tabular-nums; }
.fact__n--sm { font-size: 1.1rem; letter-spacing: -.01em; }
.fact__l { font-size: .78rem; color: var(--muted); font-weight: 600; }
.block-in { padding-top: 30px; }
.h2 { font-size: 1.25rem; font-weight: 800; letter-spacing: -.015em; margin-bottom: 14px; }
.quotes { display: flex; flex-direction: column; gap: 14px; }
.quote { margin: 0; padding: 16px 18px; border-left: 3px solid var(--accent); background: var(--bg-soft); border-radius: 0 var(--radius) var(--radius) 0; }
.quote blockquote { margin: 0; }
.quote p { font-family: var(--serif); font-size: 1.06rem; line-height: 1.55; margin: 0 0 8px; }
.quote figcaption { font-size: .8rem; color: var(--muted); }
.quote__o { font-weight: 800; color: var(--ink); }
.quote a { color: var(--link); font-weight: 600; }
.quote a:hover { text-decoration: underline; }
.panel__grid { display: grid; gap: 22px; }
.chart { margin: 0; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); }
.chart__cap { font-size: .8rem; font-weight: 700; color: var(--ink-2); margin-bottom: 14px; }
.bars { width: 100%; height: 72px; }
.bars rect { fill: var(--accent); }
.chart__axis { display: flex; justify-content: space-between; font-size: .72rem; color: var(--muted); margin-top: 8px; }
.hbars { display: flex; flex-direction: column; gap: 10px; }
.hbars li { display: grid; grid-template-columns: 110px 1fr 28px; align-items: center; gap: 10px; font-size: .82rem; }
.hbars__l { font-weight: 600; color: var(--ink-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hbars__bar { width: 100%; height: 8px; }
.hbars__track { fill: var(--bg-sunk); }
.hbars__fill { fill: var(--c-world); }
.hbars__n { text-align: right; font-weight: 700; font-variant-numeric: tabular-nums; }
.timeline { border-left: 2px solid var(--line); margin-left: 6px; }
.tl { position: relative; display: grid; grid-template-columns: 70px 1fr; gap: 12px; padding: 10px 0 10px 18px; }
.tl::before { content: ""; position: absolute; left: -6px; top: 16px; width: 10px; height: 10px; border-radius: 50%; background: var(--bg); border: 2px solid var(--accent); }
.tl__t { font-size: .74rem; line-height: 1.35; color: var(--muted); font-weight: 700; font-variant-numeric: tabular-nums; }
.tl__b { display: flex; flex-direction: column; gap: 2px; font-size: .94rem; }
.tl__o { font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-2); }
.tl__b a { font-weight: 600; line-height: 1.35; }
.tl__b a:hover { color: var(--link); text-decoration: underline; }
.more-tl summary { cursor: pointer; font-weight: 700; font-size: .88rem; color: var(--accent-ink); padding: 12px 0 4px 26px; }
.note { margin-top: 36px; padding: 18px; border: 1px dashed var(--line-2); border-radius: var(--radius); font-size: .86rem; color: var(--muted); }
.note__h { font-size: .82rem; font-weight: 800; color: var(--ink-2); margin-bottom: 6px; }
.note p { margin: 0; }
.note a { color: var(--link); font-weight: 600; }
.outlets { display: flex; flex-wrap: wrap; gap: 6px; }
.outlets li { font-size: .78rem; font-weight: 600; padding: 4px 9px; border-radius: 6px; background: var(--bg-soft); color: var(--ink-2); }

.keys { border-top: 1px solid var(--line); }
.keys__row { display: grid; grid-template-columns: 140px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
.keys dt { color: var(--muted); font-weight: 600; font-size: .85rem; padding-top: 1px; }
.keys dd { margin: 0; font-weight: 600; }
.keys dd a { color: var(--link); }
.keys dd a:hover { text-decoration: underline; }
.sources { margin: 34px 0 0; padding-top: 16px; border-top: 1px solid var(--line); font-size: .86rem; color: var(--muted); line-height: 1.7; }
.sources__h { font-weight: 800; color: var(--ink-2); margin-right: 4px; }
.sources a { color: var(--ink-2); text-decoration: underline; text-decoration-color: var(--line-2); text-underline-offset: 3px; }
.sources a:hover { color: var(--link); }
.report-error { margin-top: 18px; font-size: .84rem; color: var(--muted); }
.report-error a { color: var(--link); font-weight: 600; }
.about-strip__links { display: flex; flex-wrap: wrap; gap: 10px; }

/* ---------- static pages ---------- */
.prose { padding: 26px 0; font-size: 1.04rem; }
.prose .lede { font-family: var(--serif); font-size: 1.25rem; color: var(--ink-2); }
.prose h2 { font-size: 1.3rem; margin: 30px 0 10px; }
.prose ul, .prose ol { padding-left: 1.3em; margin-bottom: 1em; }
.prose ul { list-style: disc; } .prose ol { list-style: decimal; }
.prose li { margin-bottom: 6px; }
.prose a { color: var(--link); text-decoration: underline; text-underline-offset: 2px; }
.error { text-align: left; padding: 40px 16px; }
.error__code { font-size: 4rem; font-weight: 800; color: var(--line-2); margin: 0; line-height: 1; }

/* ---------- footer ---------- */
.footer { background: var(--navy); color: #aab5c9; margin-top: 64px; padding-top: 44px; font-size: .9rem; }
.footer__grid { display: grid; gap: 30px; }
.footer .brand { color: #fff; }
.footer .brand__word { color: #fff; }
.footer .brand__word span { color: #ff7a45; }
.footer__brand p { margin-top: 12px; max-width: 42ch; }
.footer__h { color: #fff; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 12px; }
.footer li { padding: 4px 0; }
.footer a:hover { color: #fff; }
.footer__legal { border-top: 1px solid #1d2638; margin-top: 36px; padding-top: 18px; padding-bottom: 28px; font-size: .78rem; color: #7d8aa3; }
.footer__legal p { margin: 0; }

/* ---------- maintenance ---------- */
.maint { min-height: 100vh; display: grid; place-items: center; background: radial-gradient(1200px 600px at 80% 0%, #1b2847, #0b0f17 60%); color: #d9e0ec; padding: 24px 16px; }
.maint__card { max-width: 560px; }
.brand--maint { color: #fff; margin-bottom: 36px; }
.brand--maint .brand__word { color: #fff; }
.brand--maint .brand__word span { color: #ff7a45; }
.maint__title { font-size: clamp(1.9rem, 6vw, 2.8rem); color: #fff; letter-spacing: -.03em; margin-bottom: 14px; }
.maint__text { font-size: 1.1rem; line-height: 1.6; }
.maint__eta { font-weight: 700; color: #fff; }
.maint__links { display: flex; gap: 18px; margin-top: 26px; }
.maint__links a { color: #ffb59a; font-weight: 700; }

/* ---------- responsive ---------- */
@media (min-width: 640px) {
  .grid2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .regions { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .facts { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .fact--wide { grid-column: auto; }
  .az { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
  .about-strip { flex-direction: row; align-items: center; justify-content: space-between; padding: 30px 34px; }
  .about-strip .btn { align-self: center; }
}
@media (min-width: 880px) {
  .wrap { padding: 0 24px; }
  .search { display: block; }
  .search--nav { display: none; }
  .menu-btn { display: none; }
  .topbar__live { display: inline-flex; }
  .top { grid-template-columns: minmax(0, 1fr) 340px; gap: 36px; padding-top: 30px; }
  .grid3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .section__grid { grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 36px; }
  .top3 { grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 36px; }
  .top3 > .card { border-bottom: 0; }
  .list-layout { grid-template-columns: minmax(0, 1fr) 320px; gap: 48px; }
  .story-layout { grid-template-columns: minmax(0, 1fr) 320px; gap: 56px; }
  .panel__grid { grid-template-columns: 1fr 1fr; }
  .side { position: sticky; top: 124px; align-self: start; }
  .rail { position: sticky; top: 124px; max-height: calc(100vh - 140px); overflow: auto; }
}
@media (max-width: 879px) {
  .masthead { position: static; }
  .js .nav { display: none; }
  .js .nav.is-open { display: block; }
  .nav.is-open .nav__in { flex-direction: column; padding-bottom: 10px; }
  .nav.is-open a { border-bottom: 0; border-left: 3px solid transparent; }
  .nav.is-open a[aria-current="page"] { border-left-color: var(--accent); }
  html:not(.js) .menu-btn { display: none; }
  .search--nav { display: block; max-width: none; margin: 12px 0 6px; }
}
@media print { .topbar, .masthead, .footer, .share, .side, .breaking { display: none !important; } }
