:root {
  color-scheme: light;
  --ink: #172033;
  --muted: #5f6f63;
  --line: #d7e2d2;
  --accent: #0f766e;
  --green: #14532d;
  --soft: #f4f8f0;
  --sale: #9a3412;
  --purchase: #166534;
  --shadow: 0 2px 10px rgba(15, 23, 42, .06);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #f6f8f3;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.48;
}
a { color: var(--accent); text-underline-offset: 3px; }
.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(248,251,246,.96);
  backdrop-filter: blur(12px);
}
.site-nav-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  width: min(1120px, calc(100% - 28px));
  margin: 0 auto;
  padding: 9px 0;
}
.brand { margin-right: auto; color: var(--green); font-weight: 900; text-decoration: none; }
.nav-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid #bdd8ca;
  border-radius: 999px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.hero { color: white; background: linear-gradient(120deg, #0b3d32, #3c5d1b); }
.hero-inner { width: min(1120px, calc(100% - 28px)); margin: 0 auto; padding: 34px 0 30px; }
.eyebrow { color: #d9f99d; font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
h1 { max-width: 100%; margin: 7px 0 8px; overflow-wrap: anywhere; font-size: clamp(34px, 5vw, 54px); line-height: 1.02; letter-spacing: -.035em; }
.hero p { max-width: 800px; margin: 0; color: #ecfccb; font-size: 16px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.hero-meta span { padding: 4px 8px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: 11px; font-weight: 750; }
main { width: min(1120px, calc(100% - 28px)); margin: 16px auto 42px; }
.breadcrumbs { margin-bottom: 12px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { color: var(--green); }
.risk-note {
  margin-bottom: 13px;
  padding: 10px 12px;
  border: 1px solid #e7d3a7;
  border-left: 4px solid #b45309;
  border-radius: 9px;
  color: #4b3a17;
  background: #fffbeb;
  font-size: 12px;
}
.risk-note a { color: #92400e; font-weight: 800; }
.kpis { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin-bottom: 14px; }
.kpi, .panel {
  border: 1px solid var(--line);
  border-radius: 11px;
  background: white;
  box-shadow: var(--shadow);
}
.kpi { padding: 13px 14px; }
.kpi span { display: block; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.kpi b { display: block; margin-top: 3px; font-size: 23px; font-variant-numeric: tabular-nums; }
.positive { color: var(--purchase); }
.negative { color: var(--sale); }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 12px; margin-bottom: 14px; }
.panel { overflow: hidden; }
.panel h2 { margin: 0; padding: 12px 14px; border-bottom: 1px solid var(--line); background: #eef3e9; font-size: 17px; }
.panel-body { padding: 14px; }
.panel-body > :first-child { margin-top: 0; }
.panel-body > :last-child { margin-bottom: 0; }
.standout { font-size: 16px; line-height: 1.58; }
.fact-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.fact-list li { display: flex; justify-content: space-between; gap: 14px; padding-bottom: 7px; border-bottom: 1px solid #edf1ea; }
.fact-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.fact-list span { color: var(--muted); }
.fact-list b { text-align: right; font-variant-numeric: tabular-nums; }
.bars { display: grid; gap: 9px; }
.bar-row { display: grid; grid-template-columns: minmax(90px, 140px) 1fr auto; gap: 9px; align-items: center; font-size: 12px; }
.bar-label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 800; }
.bar-track { height: 10px; overflow: hidden; border-radius: 999px; background: #e5eddf; }
.bar-fill { height: 100%; border-radius: inherit; background: linear-gradient(90deg, #0f766e, #4d7c0f); }
.bar-value { color: var(--muted); font-variant-numeric: tabular-nums; }
.table-scroll { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
th, td { padding: 9px 10px; border-top: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 12px; }
th { color: #3f4f3f; background: #eef3e9; font-size: 10px; letter-spacing: .03em; text-transform: uppercase; }
tbody tr:nth-child(even) { background: #fafcf8; }
.ticker {
  display: inline-flex;
  min-width: 46px;
  justify-content: center;
  padding: 2px 7px;
  border-radius: 999px;
  color: var(--green);
  background: #e8f7dc;
  font-weight: 900;
  text-decoration: none;
}
.action { display: inline-flex; padding: 2px 7px; border: 1px solid var(--line); border-radius: 999px; font-size: 10px; font-weight: 850; }
.action.purchase { border-color: #a7d7bd; color: var(--purchase); background: #ecfdf5; }
.action.sale { border-color: #fed7aa; color: var(--sale); background: #fff7ed; }
.source { overflow-wrap: anywhere; font-weight: 750; }
.directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.directory-card { display: block; padding: 13px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: white; box-shadow: var(--shadow); text-decoration: none; }
.directory-card:hover { border-color: #8abda5; }
.directory-card b { display: block; color: var(--green); }
.directory-card span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }
.page-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.page-links a { display: inline-flex; min-height: 40px; align-items: center; padding: 7px 11px; border: 1px solid #bdd8ca; border-radius: 8px; color: var(--green); font-size: 12px; font-weight: 800; text-decoration: none; }
.method-note { color: var(--muted); font-size: 12px; }
.site-footer { border-top: 1px solid var(--line); color: var(--muted); background: #eef3e9; }
.site-footer-inner { display: flex; align-items: center; gap: 16px; width: min(1120px, calc(100% - 28px)); margin: 0 auto; padding: 18px 0; font-size: 12px; }
.site-footer strong { color: var(--green); }
.site-footer span { flex: 1; }
.site-footer a { font-weight: 800; }
@media (max-width: 760px) {
  .site-nav-inner { overflow-x: auto; }
  .brand { display: none; }
  .hero-inner { padding-block: 26px 24px; }
  h1 { font-size: clamp(30px, 9vw, 40px); line-height: 1.08; }
  .kpis { grid-template-columns: 1fr 1fr; }
  .content-grid { grid-template-columns: 1fr; }
  .directory-grid { grid-template-columns: 1fr 1fr; }
  .site-footer-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 480px) {
  .directory-grid { grid-template-columns: 1fr; }
  .bar-row { grid-template-columns: 90px 1fr auto; }
  th, td { padding: 8px; }
  .site-footer-inner { padding-bottom: calc(18px + env(safe-area-inset-bottom)); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
