:root {
  --ink: #17222d;
  --muted: #64717d;
  --line: #dce3e8;
  --paper: #f5f7f8;
  --surface: #ffffff;
  --navy: #17394d;
  --teal: #007f7b;
  --teal-soft: #e4f4f2;
  --amber: #a9651b;
  --amber-soft: #fff2dd;
  --red: #a7463f;
  --red-soft: #fde9e6;
  --shadow: 0 12px 34px rgba(22, 45, 60, .08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 14px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.topbar { display:flex; justify-content:space-between; align-items:center; gap:24px; padding:20px 44px; background:#102f40; color:#fff; }
.brand-block { display:flex; align-items:center; gap:14px; min-width:0; }
.brand-mark { display:grid; place-items:center; width:40px; height:40px; border-radius:8px; background:#e2b14d; color:#102f40; font-weight:800; letter-spacing:0; }
.eyebrow { margin:0 0 5px; color:#7d8b94; font-size:11px; line-height:1.2; letter-spacing:0; text-transform:uppercase; font-weight:750; }
.topbar .eyebrow { color:#a9c4ce; }
h1,h2,h3,p { margin-top:0; }
h1 { margin-bottom:0; font-size:20px; line-height:1.2; letter-spacing:0; }
.header-meta { display:flex; align-items:center; gap:9px; color:#b8cad1; font-size:12px; white-space:nowrap; }
.header-meta a { color:#fff; text-decoration:underline; text-underline-offset:3px; }
.status-dot { width:8px; height:8px; border-radius:50%; background:#65d1b7; box-shadow:0 0 0 4px rgba(101,209,183,.15); }
.shell { max-width:1500px; margin:0 auto; padding:28px 36px 56px; }
.hero-band { display:flex; justify-content:space-between; gap:32px; align-items:flex-end; padding:12px 0 30px; }
.hero-band h2 { max-width:680px; margin-bottom:10px; font-size:34px; line-height:1.18; letter-spacing:0; }
.hero-copy { max-width:760px; margin-bottom:0; color:var(--muted); font-size:15px; }
.hero-note { display:grid; gap:4px; max-width:300px; padding-left:20px; border-left:3px solid var(--amber); color:var(--muted); }
.note-label { color:var(--amber); font-size:11px; font-weight:800; text-transform:uppercase; }
.hero-note strong { font-size:15px; }
.metric-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-bottom:26px; }
.metric { padding:16px 18px; background:var(--surface); border:1px solid var(--line); box-shadow:var(--shadow); }
.metric-value { display:block; color:var(--navy); font-size:28px; line-height:1; font-weight:800; }
.metric-label { display:block; margin-top:7px; color:var(--muted); font-size:12px; }
.workspace-grid { display:grid; grid-template-columns:230px minmax(0,1fr) 330px; gap:20px; align-items:start; }
.workspace-grid.wide-view { grid-template-columns:230px minmax(0,1fr); }.workspace-grid.wide-view .detail-panel { display:none; }
.filter-panel,.detail-panel { position:sticky; top:18px; background:var(--surface); border:1px solid var(--line); box-shadow:var(--shadow); }
.filter-panel { padding:18px; }
.detail-panel { min-height:340px; overflow:hidden; }
.panel-heading,.section-header { display:flex; justify-content:space-between; align-items:flex-end; gap:16px; }
.panel-heading h2,.section-header h2 { margin:0; font-size:21px; letter-spacing:0; }
.text-button { border:0; background:none; color:var(--teal); cursor:pointer; padding:0; font-weight:750; }
.search-box { display:flex; align-items:center; gap:8px; margin:18px 0; padding:8px 10px; border:1px solid var(--line); background:#fbfcfc; color:var(--muted); }
.search-box input { width:100%; border:0; outline:0; background:transparent; color:var(--ink); font:inherit; }
.filter-group { padding:16px 0; border-top:1px solid var(--line); }
.filter-label { display:block; margin-bottom:8px; color:var(--muted); font-size:11px; font-weight:800; letter-spacing:0; text-transform:uppercase; }
.segmented { display:grid; grid-template-columns:1fr 1fr; gap:5px; }
.segmented button,.filter-chip { border:1px solid var(--line); background:#fff; color:var(--muted); cursor:pointer; padding:7px 8px; font:inherit; font-size:12px; }
.segmented button.active,.filter-chip.active { background:var(--navy); border-color:var(--navy); color:#fff; }
.filter-list { display:grid; gap:6px; }
.filter-chip { text-align:left; }
.filter-chip::before { content:""; display:inline-block; width:7px; height:7px; margin-right:7px; border-radius:50%; background:#bec9cf; }
.filter-chip.active::before { background:#71d4bb; }
.filter-footnote { display:flex; flex-wrap:wrap; align-items:center; gap:6px 8px; padding-top:14px; color:var(--muted); font-size:11px; }
.legend-dot { width:8px; height:8px; border-radius:50%; background:#bec9cf; }
.legend-dot.verified { background:var(--teal); }.legend-dot.ecosystem { background:var(--amber); }.legend-dot.gap { background:var(--red); }
.content-column { min-width:0; }
.view-tabs { display:flex; flex-wrap:wrap; gap:6px; margin:0 0 18px; padding-bottom:10px; border-bottom:1px solid var(--line); }.view-tab { border:1px solid var(--line); background:#fff; color:var(--muted); cursor:pointer; padding:9px 12px; font:inherit; font-size:12px; font-weight:750; }.view-tab.active { background:var(--navy); border-color:var(--navy); color:#fff; }.view-panel { display:none; }.view-panel.active { display:block; }
.section-header { margin:2px 0 13px; }
.section-caption,.result-count { color:var(--muted); font-size:12px; }
.event-list { display:grid; gap:10px; }
.event-card { position:relative; display:grid; grid-template-columns:8px minmax(0,1fr) auto; gap:14px; padding:16px; background:var(--surface); border:1px solid var(--line); cursor:pointer; transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.event-card:hover,.event-card.selected { transform:translateY(-1px); border-color:#8bbdb9; box-shadow:var(--shadow); }
.event-status { width:8px; height:100%; min-height:76px; background:var(--teal); }
.event-card.ecosystem .event-status { background:var(--amber); }
.event-card.gap .event-status { background:var(--red); }
.event-main { min-width:0; }
.event-topline { display:flex; flex-wrap:wrap; align-items:center; gap:7px; margin-bottom:5px; }
.country-badge,.stage-badge,.evidence-badge,.product-tag { display:inline-flex; align-items:center; padding:3px 7px; border-radius:4px; font-size:11px; font-weight:750; }
.country-badge { background:#edf1f3; color:var(--navy); }.stage-badge { background:var(--teal-soft); color:var(--teal); }.event-card.ecosystem .stage-badge { background:var(--amber-soft); color:var(--amber); }
.evidence-badge { background:#f2f4f5; color:var(--muted); }.product-tag { margin:2px 4px 0 0; border:1px solid #d7e9e6; background:#f6fbfa; color:#2f6d6b; font-weight:600; }
.event-title { margin:0; font-size:16px; line-height:1.35; }.event-subtitle { margin:4px 0 0; color:var(--muted); font-size:12px; }
.event-subtitle a,.detail-org a { color:var(--teal); text-underline-offset:3px; }
.event-meta { display:flex; flex-wrap:wrap; gap:5px; margin-top:8px; }.event-amount { text-align:right; white-space:nowrap; }.event-amount strong { display:block; color:var(--navy); font-size:17px; }.event-amount span { color:var(--muted); font-size:11px; }
.empty-state { padding:30px; border:1px dashed #bdcbd0; color:var(--muted); text-align:center; background:#fff; }
.policy-header { margin-top:34px; }.policy-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.coverage-header { margin-top:34px; }.coverage-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }.coverage-country { padding:14px; background:#f8fafb; border:1px solid var(--line); }.coverage-country-head { display:flex; justify-content:space-between; align-items:baseline; margin-bottom:8px; }.coverage-country-head h3 { margin:0; color:var(--navy); font-size:16px; }.coverage-country-head span { color:var(--muted); font-size:11px; }.coverage-card { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:2px 10px; padding:10px 0; border-top:1px solid var(--line); }.coverage-name { color:var(--teal); font-weight:750; text-underline-offset:3px; }.coverage-type { display:block; color:var(--muted); font-size:11px; }.coverage-status { align-self:start; padding:2px 6px; border-radius:4px; background:var(--amber-soft); color:var(--amber); font-size:10px; font-weight:750; white-space:nowrap; }.coverage-card p { grid-column:1/-1; margin:3px 0 0; color:var(--muted); font-size:11px; }
.method-header { margin-top:34px; }.method-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:8px; }.method-card { display:flex; gap:10px; padding:13px; background:var(--surface); border:1px solid var(--line); }.method-number { color:var(--amber); font-size:18px; font-weight:850; line-height:1; }.method-card h3 { margin:0 0 4px; font-size:13px; }.method-card p { margin:0; color:var(--muted); font-size:11px; line-height:1.5; }.method-links { grid-column:1/-1; display:flex; flex-wrap:wrap; gap:8px 16px; padding-top:4px; }.method-links a { color:var(--teal); font-size:12px; font-weight:750; text-underline-offset:3px; }
.discovery-toolbar { display:flex; gap:10px; align-items:center; margin-bottom:12px; }.discovery-toolbar .search-box { flex:1; margin:0; }.discovery-country { display:flex; gap:5px; }.discovery-country button { min-width:64px; }.discovery-list { display:grid; gap:8px; }.discovery-card { padding:13px 15px; background:var(--surface); border:1px solid var(--line); }.discovery-top { display:flex; flex-wrap:wrap; align-items:center; gap:6px; margin-bottom:5px; }.discovery-source { color:var(--muted); font-size:11px; margin-left:auto; }.discovery-card h3 { margin:0 0 3px; font-size:14px; line-height:1.35; }.discovery-card h3 a { color:var(--navy); text-decoration:none; }.discovery-card h3 a:hover { color:var(--teal); text-decoration:underline; }.discovery-url { margin:0 0 5px; color:var(--teal); font-size:11px; overflow-wrap:anywhere; }.discovery-queries,.discovery-snippet { margin:4px 0 0; color:var(--muted); font-size:11px; line-height:1.5; }.discovery-snippet { padding-top:5px; border-top:1px solid #edf1f3; }.discovery-pager { display:flex; justify-content:center; align-items:center; gap:12px; padding:16px 0 4px; color:var(--muted); font-size:12px; }.discovery-pager button { border:1px solid var(--line); background:#fff; padding:7px 10px; color:var(--teal); cursor:pointer; }.discovery-pager button:disabled { color:#b4bec4; cursor:default; }.discovery-note { margin:14px 0 0; color:var(--muted); font-size:11px; }
.discovery-metrics { display:grid; grid-template-columns:repeat(4,1fr); gap:7px; margin-bottom:10px; }.discovery-metrics div { padding:9px 11px; background:#f8fafb; border:1px solid var(--line); }.discovery-metrics strong { display:block; color:var(--navy); font-size:17px; line-height:1; }.discovery-metrics span { color:var(--muted); font-size:10px; }
.policy-card { padding:15px; background:var(--surface); border:1px solid var(--line); }.policy-card h3 { margin:7px 0 5px; font-size:15px; }.policy-card p { margin-bottom:10px; color:var(--muted); font-size:12px; }.policy-card a { color:var(--teal); font-size:12px; font-weight:700; text-underline-offset:3px; }
.policy-flag { color:var(--amber); font-size:11px; font-weight:800; text-transform:uppercase; }
.glossary-header { margin-top:34px; }.glossary-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }.glossary-item { padding:12px 14px; background:#fdfefe; border:1px solid var(--line); }.glossary-item dt { color:var(--navy); font-weight:800; }.glossary-item dd { margin:3px 0 0; color:var(--muted); font-size:12px; }
.detail-empty,.detail-content { padding:22px; }.detail-empty { display:grid; place-items:start; min-height:340px; align-content:center; }.detail-kicker { color:var(--teal); font-size:11px; font-weight:800; text-transform:uppercase; }.detail-empty h2 { margin:9px 0; font-size:23px; line-height:1.2; }.detail-empty p { margin:0; color:var(--muted); }
.detail-content h2 { margin:8px 0 8px; font-size:22px; line-height:1.25; }.detail-org { color:var(--muted); font-size:13px; }.detail-section { padding-top:15px; margin-top:15px; border-top:1px solid var(--line); }.detail-section h3 { margin:0 0 6px; font-size:12px; color:var(--muted); text-transform:uppercase; }.detail-section p { margin:0; font-size:13px; }.detail-section ul { margin:0; padding-left:18px; color:var(--muted); font-size:12px; }.source-link { display:block; overflow-wrap:anywhere; color:var(--teal); font-size:11px; text-underline-offset:3px; }.detail-actions { display:flex; gap:8px; margin-top:16px; }.detail-actions a { padding:8px 10px; border:1px solid var(--line); color:var(--teal); font-size:12px; font-weight:750; text-decoration:none; }
.footer { display:flex; justify-content:space-between; gap:18px; padding:16px 36px 26px; color:var(--muted); font-size:11px; }.footer a { color:var(--teal); }
@media (max-width:1120px) { .workspace-grid { grid-template-columns:210px minmax(0,1fr); }.detail-panel { grid-column:1/-1; position:static; }.detail-empty { min-height:unset; padding:20px; }.hero-band { align-items:flex-start; flex-direction:column; }.hero-note { max-width:none; }.method-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:720px) { .topbar { padding:16px 18px; align-items:flex-start; flex-direction:column; }.header-meta { white-space:normal; }.shell { padding:20px 16px 40px; }.hero-band h2 { font-size:27px; }.metric-grid { grid-template-columns:repeat(2,1fr); }.workspace-grid { display:flex; flex-direction:column; }.filter-panel,.detail-panel { width:100%; }.filter-panel { position:static; }.policy-grid,.glossary-grid,.coverage-grid,.method-grid { grid-template-columns:1fr; }.event-card { grid-template-columns:6px minmax(0,1fr); }.event-amount { grid-column:2; text-align:left; }.discovery-toolbar { align-items:stretch; flex-direction:column; }.discovery-country { display:grid; grid-template-columns:repeat(3,1fr); }.discovery-metrics { grid-template-columns:repeat(2,1fr); }.discovery-source { margin-left:0; }.footer { padding:14px 16px 24px; flex-direction:column; } }
