
:root {
  color-scheme: dark;
  --bg: #080a09;
  --bg-soft: #0d1110;
  --panel: rgba(18, 24, 22, 0.86);
  --panel-strong: #121816;
  --card: rgba(255,255,255,0.035);
  --card-hover: rgba(255,255,255,0.06);
  --border: rgba(255,255,255,0.08);
  --border-strong: rgba(125, 245, 176, 0.26);
  --text: #f4f7f5;
  --muted: #9aa7a1;
  --muted-2: #6d7973;
  --accent: #48e087;
  --accent-soft: rgba(72, 224, 135, 0.12);
  --accent-border: rgba(72, 224, 135, 0.34);
  --warn: #f6c76f;
  --danger: #ff7d90;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 999px;
  --shadow: 0 24px 80px rgba(0,0,0,0.34);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-feature-settings: "cv01", "ss03";
  color: var(--text);
  background:
    radial-gradient(circle at 16% -10%, rgba(72, 224, 135, 0.18), transparent 34rem),
    radial-gradient(circle at 88% 10%, rgba(54, 179, 126, 0.10), transparent 28rem),
    linear-gradient(180deg, #070907 0%, #080a09 42%, #060706 100%);
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(8, 10, 9, 0.72);
  border-bottom: 1px solid var(--border);
}
.dashboard-shell, .nav-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}
.nav-shell {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: -0.02em; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #05100a;
  background: linear-gradient(135deg, var(--accent), #a7f3c2);
  border-radius: 12px;
  box-shadow: 0 0 34px rgba(72, 224, 135, 0.28);
}
.nav-links { display: flex; gap: 18px; color: var(--muted); font-size: 14px; font-weight: 500; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: end;
  padding: 76px 0 30px;
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 700;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(42px, 7vw, 84px);
  line-height: 0.96;
  letter-spacing: -0.075em;
}
.subtitle {
  max-width: 720px;
  margin-bottom: 0;
  color: #c7d1cc;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.55;
}
.hero-panel, .status-card, .finding-card, .inset, .coverage-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.hero-panel { padding: 22px; }
.hero-panel p { color: var(--muted); margin-bottom: 8px; }
.hero-panel strong { display: block; font-size: 20px; letter-spacing: -0.03em; }

.snapshot-panel { position: relative; }
.snapshot-picker-button {
  display: block;
  width: 100%;
  padding: 0;
  color: inherit;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.snapshot-picker-button strong { margin-bottom: 8px; }
.snapshot-picker-button span { display: block; color: var(--accent); font-size: 13px; font-weight: 700; }
.snapshot-picker-button:hover strong, .snapshot-picker-button:hover span { color: var(--accent); }
.snapshot-date-input {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.live-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px var(--accent-soft), 0 0 28px rgba(72, 224, 135, 0.7);
}
.status-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 54px;
}
.status-card { padding: 20px; min-height: 120px; }
.status-card span { display: block; color: var(--muted); font-size: 13px; margin-bottom: 18px; }
.status-card strong { display: block; font-size: clamp(24px, 2.2vw, 34px); line-height: 1.05; letter-spacing: -0.06em; }
.section { margin-bottom: 58px; }
.section-heading { margin-bottom: 18px; }
.section-heading.split { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
h2 { margin-bottom: 0; font-size: clamp(26px, 3vw, 38px); line-height: 1.08; letter-spacing: -0.055em; }
.top-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.findings-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.finding-card {
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 22px;
  overflow: hidden;
}
.finding-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0.45;
}
.finding-card:hover { background: var(--card-hover); border-color: var(--border-strong); }
.featured-card { min-height: 390px; }
.card-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 18px; }
.badge, .score-pill, .recommendation, .filter-chip {
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  font-size: 12px;
  font-weight: 700;
}
.badge { padding: 7px 10px; color: #d8ffe5; background: var(--accent-soft); border-color: var(--accent-border); }
.score-pill { padding: 7px 10px; color: var(--accent); background: rgba(72, 224, 135, 0.07); }
.finding-card h3 { margin-bottom: 12px; font-size: 21px; line-height: 1.25; letter-spacing: -0.035em; }
.recommendation { width: fit-content; padding: 6px 9px; color: var(--warn); background: rgba(246, 199, 111, 0.08); margin-bottom: 14px; }
.source-line { color: var(--muted); font-size: 14px; margin-bottom: 16px; }
.summary { color: #d6ded9; line-height: 1.58; margin-bottom: 18px; }
.why { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--border); }
.why span { color: var(--accent); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; }
.why p { color: var(--muted); margin: 8px 0 16px; line-height: 1.52; }
.source-link { color: var(--text); font-weight: 700; }
.source-link:hover { color: var(--accent); }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.filter-chip {
  cursor: pointer;
  color: var(--muted);
  background: rgba(255,255,255,0.035);
  padding: 9px 12px;
}
.filter-chip.active, .filter-chip:hover { color: #041008; background: var(--accent); border-color: var(--accent); }
.two-column { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 16px; margin-bottom: 58px; }
.inset { padding: 26px; margin-bottom: 0; }
.watchlist { display: grid; gap: 14px; padding: 0; margin: 20px 0 0; list-style: none; }
.watchlist li { position: relative; padding-left: 22px; color: #d6ded9; line-height: 1.58; }
.watchlist li::before { content: ''; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 18px rgba(72,224,135,.55); }
.methodology { color: #d6ded9; line-height: 1.7; font-size: 16px; }
.coverage-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.coverage-card { padding: 20px; box-shadow: none; }
.coverage-card h3 { margin-bottom: 10px; font-size: 16px; letter-spacing: -0.02em; }
.coverage-card p { color: var(--muted); line-height: 1.55; font-size: 14px; margin-bottom: 0; }
.empty { color: var(--muted); }
.site-footer { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 30px 0 44px; color: var(--muted-2); border-top: 1px solid var(--border); }
[hidden] { display: none !important; }
@media (max-width: 1040px) {
  .hero, .two-column { grid-template-columns: 1fr; }
  .status-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .top-grid, .findings-grid, .coverage-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .dashboard-shell, .nav-shell, .site-footer { width: min(100% - 24px, 1180px); }
  .nav-links { display: none; }
  .hero { padding-top: 46px; }
  .status-grid, .top-grid, .findings-grid, .coverage-grid { grid-template-columns: 1fr; }
  .section-heading.split { align-items: start; flex-direction: column; }
  .filter-bar { justify-content: flex-start; }
  .finding-card { min-height: auto; }
}
