
:root {
  --bg: #f8f6ef;
  --surface: #ffffff;
  --surface-soft: #f1f3ed;
  --ink: #172321;
  --muted: #5f6c68;
  --line: #d9ded7;
  --olive: #526b45;
  --olive-dark: #354a2c;
  --navy: #17354a;
  --accent: #b9cf8a;
  --up: #1f7a4d;
  --down: #a54b4b;
  --new: #2d62a3;
  --warning: #8a681d;
  --shadow: 0 12px 32px rgba(23,35,33,.08);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --max: 1180px;
}
* { 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;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration-color: rgba(82,107,69,.45); text-underline-offset: 3px; }
a:hover { color: var(--olive-dark); }
img, svg { max-width: 100%; }
button, select, input { font: inherit; }
:focus-visible { outline: 3px solid #9fb86f; outline-offset: 3px; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; background: var(--ink); color: white; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.review-bar { background: #253326; color: #fff; font-size: .82rem; }
.review-bar .inner { max-width: var(--max); margin: 0 auto; padding: 8px 20px; display:flex; justify-content:space-between; gap:16px; align-items:center; }
.review-bar strong { color: #d9e7bd; letter-spacing:.08em; text-transform:uppercase; font-size:.72rem; }
.site-header { position: sticky; top: 0; z-index: 40; backdrop-filter: blur(14px); background: rgba(248,246,239,.92); border-bottom: 1px solid rgba(217,222,215,.9); }
.nav-wrap { max-width: var(--max); margin: 0 auto; min-height: 74px; padding: 0 20px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.brand { display:flex; align-items:center; gap:12px; text-decoration:none; }
.brand-mark { width:42px; height:42px; border-radius:13px; background:var(--navy); color:#fff; display:grid; place-items:center; font-weight:800; letter-spacing:-.05em; box-shadow: var(--shadow); }
.brand-copy { display:flex; flex-direction:column; line-height:1.05; }
.brand-copy strong { letter-spacing:.01em; }
.brand-copy span { color:var(--muted); font-size:.72rem; margin-top:4px; }
.primary-nav { display:flex; align-items:center; gap:20px; font-size:.93rem; }
.primary-nav a { text-decoration:none; color:var(--muted); font-weight:650; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color:var(--ink); }
.menu-toggle { display:none; border:1px solid var(--line); background:var(--surface); border-radius:10px; width:44px; height:44px; color:var(--ink); }
.container { max-width:var(--max); margin:0 auto; padding:0 20px; }
.hero { position:relative; overflow:hidden; padding:74px 0 42px; }
.hero:before { content:""; position:absolute; width:520px; height:520px; border-radius:50%; background:radial-gradient(circle, rgba(185,207,138,.38), rgba(185,207,138,0) 70%); right:-130px; top:-180px; pointer-events:none; }
.hero-grid { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr); gap:48px; align-items:center; }
.eyebrow { display:inline-flex; align-items:center; gap:8px; color:var(--olive-dark); font-size:.78rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.eyebrow:before { content:""; width:28px; height:2px; background:var(--olive); }
h1,h2,h3 { line-height:1.08; letter-spacing:-.035em; margin:0; }
h1 { font-size:clamp(2.7rem, 7vw, 5.8rem); max-width:900px; margin-top:16px; }
.hero h1 em { font-style:normal; color:var(--olive); }
.lede { color:var(--muted); font-size:clamp(1.08rem,2vw,1.35rem); max-width:720px; margin:24px 0 0; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:46px; padding:0 18px; border-radius:12px; border:1px solid var(--line); background:var(--surface); color:var(--ink); text-decoration:none; font-weight:750; cursor:pointer; }
.btn.primary { background:var(--navy); color:white; border-color:var(--navy); }
.btn:hover { transform:translateY(-1px); box-shadow:0 8px 20px rgba(23,35,33,.08); }
.hero-panel { background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-lg); padding:24px; box-shadow:var(--shadow); position:relative; }
.hero-panel h2 { font-size:1.15rem; letter-spacing:-.02em; }
.filter-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:18px; }
.field label { display:block; color:var(--muted); font-size:.74rem; font-weight:800; text-transform:uppercase; letter-spacing:.06em; margin-bottom:6px; }
.field select { width:100%; min-height:44px; padding:0 38px 0 12px; border:1px solid var(--line); border-radius:10px; background:#fff; color:var(--ink); }
.filter-grid .full { grid-column:1/-1; }
.filter-result { margin-top:12px; padding:12px 14px; background:var(--surface-soft); border-radius:10px; color:var(--muted); font-size:.88rem; display:none; }
.filter-result.is-visible { display:block; }
.stat-strip { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-top:32px; }
.stat { background:rgba(255,255,255,.8); border:1px solid var(--line); border-radius:14px; padding:16px; }
.stat strong { display:block; font-size:1.55rem; letter-spacing:-.04em; }
.stat span { color:var(--muted); font-size:.82rem; }
.section { padding:56px 0; }
.section-head { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:22px; }
.section-head h2 { font-size:clamp(1.8rem,4vw,3rem); }
.section-head p { color:var(--muted); max-width:560px; margin:8px 0 0; }
.text-link { color:var(--olive-dark); font-weight:800; white-space:nowrap; }
.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.grid-2 { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.card { background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-md); padding:22px; box-shadow:0 6px 20px rgba(23,35,33,.045); }
.card-link { text-decoration:none; transition:transform .18s ease, box-shadow .18s ease; }
.card-link:hover { transform:translateY(-3px); box-shadow:var(--shadow); }
.card-kicker { color:var(--olive-dark); font-size:.75rem; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.card h3 { font-size:1.35rem; margin-top:10px; }
.card p { color:var(--muted); margin:10px 0 0; }
.card-meta { display:flex; flex-wrap:wrap; gap:8px; margin-top:18px; }
.chip { display:inline-flex; align-items:center; gap:6px; padding:6px 10px; border-radius:999px; background:var(--surface-soft); color:var(--muted); font-size:.78rem; font-weight:750; }
.score { font-variant-numeric:tabular-nums; }
.score big { font-size:2.2rem; font-weight:850; letter-spacing:-.06em; }
.score small { color:var(--muted); font-weight:700; }
.rank-preview { display:grid; gap:10px; }
.rank-row { display:grid; grid-template-columns:58px minmax(0,1fr) 140px 110px; gap:16px; align-items:center; background:var(--surface); border:1px solid var(--line); border-radius:14px; padding:14px 16px; }
.rank-no { font-size:1.65rem; font-weight:900; letter-spacing:-.08em; color:var(--navy); }
.rank-name strong { display:block; }
.rank-name span { color:var(--muted); font-size:.85rem; }
.change { display:inline-flex; align-items:center; gap:6px; font-weight:850; font-size:.82rem; }
.change.up { color:var(--up); }
.change.down { color:var(--down); }
.change.new { color:var(--new); }
.change.same { color:var(--muted); }
.meter { width:100%; height:8px; background:#e8ece5; border-radius:999px; overflow:hidden; margin-top:8px; }
.meter > span { display:block; height:100%; width:var(--value); background:linear-gradient(90deg,var(--olive),var(--accent)); border-radius:inherit; }
.disclaimer { display:flex; gap:14px; align-items:flex-start; background:#fff8e5; border:1px solid #ead7a1; border-radius:14px; padding:16px 18px; color:#614c1c; }
.disclaimer strong { display:block; margin-bottom:3px; }
.disclaimer-icon { width:28px; height:28px; border-radius:50%; display:grid; place-items:center; background:#f2dd9d; font-weight:900; flex:0 0 auto; }
.live-notice { background:#f2f7ee; border-color:#cbdabf; color:#30452e; }
.live-notice .disclaimer-icon { background:#d9e8cc; }
.data-loading { display:flex; align-items:center; justify-content:center; gap:10px; min-height:94px; padding:24px; border:1px solid var(--line); border-radius:14px; background:var(--surface); color:var(--muted); }
.data-loading span { width:14px; height:14px; border:2px solid #bdc8bd; border-top-color:var(--ink); border-radius:50%; animation:data-spin .8s linear infinite; }
@keyframes data-spin { to { transform:rotate(360deg); } }
.live-meta { display:flex; align-items:center; flex-wrap:wrap; gap:8px 12px; margin:0 0 12px; color:var(--muted); font-size:.84rem; }
.live-meta strong { color:var(--ink); }
.live-dot { width:9px; height:9px; border-radius:50%; background:#4f8b54; box-shadow:0 0 0 4px rgba(79,139,84,.12); }
.data-unavailable { display:grid; gap:5px; min-height:94px; padding:22px; align-content:center; border:1px solid #ead7a1; border-radius:14px; background:#fff8e5; color:#614c1c; }
.signal-list, .source-status-list { display:grid; gap:9px; margin-top:18px; }
.signal-row, .source-status-row { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:11px 0; border-bottom:1px solid var(--line); }
.signal-row:last-child, .source-status-row:last-child { border-bottom:0; }
.signal-row span, .source-status-row div span { color:var(--muted); font-size:.84rem; }
.source-status-row div { display:grid; gap:2px; }
.source-note { margin:14px 0 0; color:var(--muted); font-size:.82rem; line-height:1.55; }
.table-scroll { overflow-x:auto; border:1px solid var(--line); border-radius:14px; background:var(--surface); }
.live-table { width:100%; border-collapse:collapse; min-width:760px; }
.live-table th, .live-table td { padding:13px 15px; text-align:left; border-bottom:1px solid var(--line); white-space:nowrap; }
.live-table th { background:var(--surface-soft); color:var(--muted); font-size:.76rem; letter-spacing:.06em; text-transform:uppercase; }
.live-table tbody tr:last-child td { border-bottom:0; }
.live-table tbody tr:hover { background:#fafbf8; }
.table-sub { display:block; color:var(--muted); font-size:.76rem; margin-top:2px; }
.page-hero { padding:48px 0 28px; }
.breadcrumbs { display:flex; gap:8px; align-items:center; flex-wrap:wrap; color:var(--muted); font-size:.82rem; margin-bottom:18px; }
.breadcrumbs a { text-decoration:none; }
.page-hero h1 { font-size:clamp(2.35rem,6vw,4.9rem); max-width:1050px; }
.page-summary { max-width:800px; color:var(--muted); font-size:1.13rem; margin:18px 0 0; }
.data-meta { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.data-meta .chip { background:#fff; border:1px solid var(--line); }
.toolbar { display:flex; justify-content:space-between; gap:14px; align-items:center; margin:24px 0 14px; }
.toolbar .controls { display:flex; flex-wrap:wrap; gap:10px; align-items:center; }
.toolbar label { color:var(--muted); font-size:.82rem; font-weight:750; }
.toolbar select { min-height:42px; border:1px solid var(--line); border-radius:10px; background:#fff; padding:0 36px 0 12px; }
.table-wrap { overflow-x:auto; background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-md); box-shadow:0 8px 26px rgba(23,35,33,.05); }
.rank-table { width:100%; border-collapse:collapse; min-width:900px; }
.rank-table th { text-align:left; padding:12px 14px; background:#eef1eb; color:var(--muted); font-size:.72rem; text-transform:uppercase; letter-spacing:.06em; border-bottom:1px solid var(--line); }
.rank-table td { padding:16px 14px; border-bottom:1px solid #edf0ec; vertical-align:middle; }
.rank-table tr:last-child td { border-bottom:0; }
.rank-table tbody tr:hover { background:#fbfcf9; }
.product-cell { display:flex; align-items:center; gap:12px; min-width:270px; }
.product-art { width:48px; height:58px; border-radius:12px; background:linear-gradient(145deg,#eff3e8,#dfe7d5); border:1px solid #d7dfce; display:grid; place-items:center; color:var(--olive-dark); font-weight:900; font-size:.72rem; letter-spacing:.05em; flex:0 0 auto; position:relative; overflow:hidden; }
.product-art:before { content:""; position:absolute; width:34px; height:8px; border-radius:4px 4px 2px 2px; top:5px; background:rgba(53,74,44,.25); }
.product-art span { position:relative; z-index:1; margin-top:8px; }
.product-copy strong { display:block; }
.product-copy span { color:var(--muted); font-size:.83rem; }
.metric-stack { display:grid; gap:5px; min-width:115px; }
.metric-line { display:flex; justify-content:space-between; gap:10px; color:var(--muted); font-size:.76rem; }
.metric-line b { color:var(--ink); }
.score-badge { display:inline-flex; flex-direction:column; align-items:flex-start; min-width:70px; }
.score-badge strong { font-size:1.4rem; letter-spacing:-.04em; }
.score-badge span { color:var(--muted); font-size:.7rem; text-transform:uppercase; letter-spacing:.06em; font-weight:800; }
.reason-list { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.reason-card { background:var(--surface); border:1px solid var(--line); border-radius:14px; padding:18px; }
.reason-card .topline { display:flex; align-items:center; gap:10px; margin-bottom:8px; }
.reason-card .mini-rank { width:30px; height:30px; border-radius:9px; display:grid; place-items:center; background:var(--navy); color:#fff; font-weight:850; }
.reason-card p { color:var(--muted); margin:0; font-size:.91rem; }
.source-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.source-card { background:var(--surface); border:1px solid var(--line); border-radius:14px; padding:16px; }
.source-card strong { display:block; }
.source-card span { display:block; color:var(--muted); font-size:.82rem; margin-top:6px; }
.source-card a { font-size:.8rem; font-weight:800; color:var(--olive-dark); }
.method-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.formula { background:var(--navy); color:#fff; border-radius:var(--radius-md); padding:24px; }
.formula h3 { font-size:1.5rem; }
.formula p { color:#dce7ec; }
.weight-list { display:grid; gap:10px; margin-top:18px; }
.weight-row { display:grid; grid-template-columns:minmax(0,1fr) 52px; gap:10px; align-items:center; }
.weight-row .bar { height:8px; background:rgba(255,255,255,.16); border-radius:999px; overflow:hidden; }
.weight-row .bar span { display:block; height:100%; width:var(--weight); background:#cfdfa8; border-radius:inherit; }
.weight-row strong { font-size:.9rem; }
.callout { border-left:4px solid var(--olive); background:var(--surface); padding:18px 20px; border-radius:0 12px 12px 0; color:var(--muted); }
.callout strong { color:var(--ink); }
.faq { display:grid; gap:10px; }
details { background:var(--surface); border:1px solid var(--line); border-radius:12px; padding:16px 18px; }
summary { cursor:pointer; font-weight:800; }
details p { color:var(--muted); margin:10px 0 0; }
.site-footer { margin-top:64px; background:#162522; color:#eef3ef; }
.footer-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:36px; padding:52px 20px 36px; max-width:var(--max); margin:0 auto; }
.site-footer p, .site-footer a { color:#b9c6c1; }
.site-footer a { text-decoration:none; display:block; margin:7px 0; }
.footer-title { font-weight:850; margin-bottom:10px; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); max-width:var(--max); margin:0 auto; padding:18px 20px 28px; color:#9baca6; font-size:.8rem; display:flex; justify-content:space-between; gap:18px; }
@media (max-width: 900px) {
  .primary-nav { display:none; position:absolute; left:0; right:0; top:74px; background:var(--surface); border-bottom:1px solid var(--line); padding:18px 20px; flex-direction:column; align-items:flex-start; box-shadow:var(--shadow); }
  .primary-nav.is-open { display:flex; }
  .menu-toggle { display:grid; place-items:center; }
  .hero-grid { grid-template-columns:1fr; }
  .stat-strip { grid-template-columns:repeat(2,1fr); }
  .grid-3, .source-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-grid > div:first-child { grid-column:1/-1; }
}
@media (max-width: 700px) {
  .review-bar .inner { align-items:flex-start; flex-direction:column; gap:2px; }
  .hero { padding-top:48px; }
  h1 { font-size:3rem; }
  .filter-grid, .grid-3, .grid-2, .reason-list, .source-grid, .method-grid { grid-template-columns:1fr; }
  .section { padding:42px 0; }
  .section-head { align-items:flex-start; flex-direction:column; }
  .rank-row { grid-template-columns:46px 1fr 86px; }
  .rank-row .change { grid-column:2/-1; }
  .toolbar { align-items:flex-start; flex-direction:column; }
  .table-wrap { overflow:visible; background:transparent; border:0; box-shadow:none; }
  .rank-table { min-width:0; display:block; }
  .rank-table thead { display:none; }
  .rank-table tbody { display:grid; gap:12px; }
  .rank-table tr { display:block; background:var(--surface); border:1px solid var(--line); border-radius:14px; padding:4px 14px; box-shadow:0 5px 18px rgba(23,35,33,.04); }
  .rank-table td { display:flex; justify-content:space-between; gap:14px; align-items:center; padding:11px 0; border-bottom:1px solid #edf0ec; }
  .rank-table td:last-child { border-bottom:0; }
  .rank-table td:before { content:attr(data-label); color:var(--muted); font-size:.72rem; text-transform:uppercase; letter-spacing:.06em; font-weight:800; flex:0 0 92px; }
  .rank-table td:first-child { font-size:1.5rem; font-weight:900; color:var(--navy); }
  .product-cell { min-width:0; flex:1; justify-content:flex-end; text-align:right; }
  .metric-stack { min-width:150px; }
  .footer-grid, .footer-bottom { grid-template-columns:1fr; flex-direction:column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior:auto !important; transition:none !important; }
}

/* Version 0.2 additions */
.hero .lede.trust-first { color: var(--ink); font-weight: 560; max-width: 790px; }
.trust-list { list-style:none; padding:0; margin:24px 0 0; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px 16px; }
.trust-list li { display:flex; align-items:flex-start; gap:9px; color:var(--muted); font-size:.9rem; }
.trust-list li:before { content:"✓"; width:22px; height:22px; flex:0 0 22px; display:grid; place-items:center; border-radius:50%; background:#e5edda; color:var(--olive-dark); font-weight:900; font-size:.75rem; }
.market-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:12px; }
.market-card { min-height:210px; display:flex; flex-direction:column; }
.market-card .market-code { width:42px; height:42px; display:grid; place-items:center; border-radius:13px; background:var(--surface-soft); color:var(--navy); font-weight:900; letter-spacing:.04em; }
.market-card .card-meta { margin-top:auto; padding-top:18px; }
.status { display:inline-flex; align-items:center; gap:6px; border-radius:999px; padding:6px 9px; font-size:.72rem; font-weight:850; letter-spacing:.03em; }
.status.ready { background:#e7f0df; color:#31582f; }
.status.sample { background:#e5eef8; color:#244f80; }
.status.pending { background:#f4ecd7; color:#71581c; }
.status.na { background:#ecefed; color:#5b6662; }
.trust-band { background:var(--navy); color:white; border-radius:var(--radius-lg); padding:28px; display:grid; grid-template-columns:1.1fr 1fr; gap:28px; align-items:center; }
.trust-band p { color:#dce7ec; margin:10px 0 0; }
.trust-points { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
.trust-point { border:1px solid rgba(255,255,255,.16); border-radius:13px; padding:14px; }
.trust-point strong { display:block; font-size:1.05rem; }
.trust-point span { display:block; color:#c6d5da; font-size:.78rem; margin-top:4px; }
.category-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.category-card { scroll-margin-top:110px; }
.category-card .category-icon { width:40px; height:40px; display:grid; place-items:center; border-radius:12px; background:#eef2e8; color:var(--olive-dark); font-weight:900; }
.coverage-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.coverage-card { background:var(--surface); border:1px solid var(--line); border-radius:14px; padding:18px; }
.coverage-card strong { display:block; }
.coverage-card p { color:var(--muted); margin:8px 0 0; font-size:.9rem; }
.source-table { width:100%; border-collapse:collapse; min-width:980px; }
.source-table th { text-align:left; padding:12px 14px; background:#eef1eb; color:var(--muted); font-size:.72rem; text-transform:uppercase; letter-spacing:.06em; border-bottom:1px solid var(--line); }
.source-table td { padding:14px; border-bottom:1px solid #edf0ec; vertical-align:top; font-size:.88rem; }
.source-table tr:last-child td { border-bottom:0; }
.source-table small { display:block; color:var(--muted); margin-top:4px; }
.evidence-rule { display:grid; grid-template-columns:46px minmax(0,1fr); gap:14px; align-items:start; }
.evidence-rule .rule-no { width:42px; height:42px; border-radius:13px; display:grid; place-items:center; background:var(--navy); color:white; font-weight:900; }
.evidence-rule h3 { margin-top:1px; }
.evidence-rule p { margin:7px 0 0; color:var(--muted); }
.market-hero-grid { display:grid; grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr); gap:26px; align-items:start; }
.market-status-panel { background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-md); padding:20px; box-shadow:var(--shadow); }
.market-status-panel dl { margin:14px 0 0; display:grid; gap:10px; }
.market-status-panel div { display:flex; justify-content:space-between; gap:20px; border-top:1px solid #edf0ec; padding-top:10px; }
.market-status-panel dt { color:var(--muted); }
.market-status-panel dd { margin:0; text-align:right; font-weight:800; }
.mini-source-list { display:grid; gap:10px; margin-top:16px; }
.mini-source { background:var(--surface-soft); border-radius:11px; padding:12px 14px; }
.mini-source strong { display:block; }
.mini-source span { color:var(--muted); font-size:.82rem; }
.prototype-lock { display:inline-flex; align-items:center; gap:8px; color:#d9e7bd; }
.prototype-lock:before { content:"●"; font-size:.55rem; }
.link-card-arrow { margin-top:auto; padding-top:18px; color:var(--olive-dark); font-weight:850; }
.note-list { margin:14px 0 0; padding-left:20px; color:var(--muted); }
.note-list li + li { margin-top:8px; }
.data-quality { display:inline-flex; gap:7px; align-items:center; font-size:.8rem; font-weight:800; }
.data-quality:before { content:""; width:9px; height:9px; border-radius:50%; background:var(--warning); }
.data-quality.high:before { background:var(--up); }
.data-quality.low:before { background:var(--muted); }
.inline-definition { border-bottom:1px dotted currentColor; cursor:help; }
@media (max-width: 1050px) {
  .market-grid { grid-template-columns:repeat(3,1fr); }
  .category-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 900px) {
  .trust-band, .market-hero-grid { grid-template-columns:1fr; }
  .coverage-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 700px) {
  .trust-list, .trust-points, .market-grid, .category-grid, .coverage-grid { grid-template-columns:1fr; }
  .market-card { min-height:0; }
  .trust-band { padding:22px; }
  .source-table { min-width:760px; }
  .review-bar .inner span:last-child { display:none; }
}

/* Version 0.4 — homepage-first live attention index */
.index-hero { padding:42px 0 34px; background:linear-gradient(180deg,#f8f6ef 0%,#f3f5ef 100%); border-bottom:1px solid var(--line); }
.index-heading { display:grid; grid-template-columns:minmax(0,1fr) 310px; gap:34px; align-items:end; margin-bottom:24px; }
.index-heading h1 { font-size:clamp(2.5rem,6vw,5.35rem); margin-top:10px; }
.index-heading h1 em { color:var(--olive); font-style:normal; }
.index-heading p { color:var(--muted); font-size:1.08rem; max-width:690px; margin:14px 0 0; }
.index-method-card { display:grid; gap:7px; padding:18px 20px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.8); box-shadow:0 8px 24px rgba(23,35,33,.045); color:var(--muted); font-size:.85rem; }
.index-method-card strong { color:var(--ink); font-size:1rem; margin-bottom:3px; }
.attention-board { display:grid; gap:5px; }
.index-live-meta { display:flex; align-items:center; flex-wrap:wrap; gap:8px 12px; min-height:28px; color:var(--muted); font-size:.82rem; }
.index-live-meta strong { color:var(--ink); }
.attention-row { display:grid; grid-template-columns:44px minmax(235px,1.25fr) minmax(400px,1fr); gap:10px; align-items:center; padding:8px 12px; border:1px solid var(--line); border-radius:12px; background:var(--surface); box-shadow:0 3px 12px rgba(23,35,33,.03); }
.attention-row:first-of-type { border-color:#b8cba9; box-shadow:0 8px 24px rgba(53,74,44,.09); }
.attention-row.baseline-row { opacity:.68; }
.attention-rank { color:var(--navy); font-size:1.28rem; font-weight:900; letter-spacing:-.07em; }
.attention-brand { display:flex; align-items:center; gap:11px; min-width:0; }
.brand-token { display:grid; place-items:center; width:36px; height:36px; flex:0 0 36px; border-radius:10px; background:var(--surface-soft); color:var(--olive-dark); font-size:.65rem; font-weight:900; letter-spacing:.02em; }
.attention-brand div { min-width:0; }
.attention-brand strong, .attention-brand span { display:block; }
.attention-brand strong { font-size:1.03rem; }
.attention-brand span { color:var(--muted); font-size:.78rem; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.attention-signals { display:grid; grid-template-columns:repeat(4,1fr); gap:5px; }
.attention-signals span { padding:6px 7px; border-radius:8px; background:var(--surface-soft); color:var(--muted); font-size:.7rem; text-align:center; white-space:nowrap; }
.attention-signals b { color:var(--ink); }
.attention-signals .total-signal { background:var(--navy); color:#dce7ec; font-weight:800; }
.attention-signals .total-signal b { color:#fff; font-size:.9rem; }
.is-collapsed { display:none; }
.expand-button { width:100%; min-height:42px; border:1px solid var(--line); border-radius:11px; background:#fff; color:var(--olive-dark); font:inherit; font-size:.82rem; font-weight:850; cursor:pointer; margin-top:4px; }
.expand-button:hover { background:var(--surface-soft); }
.product-index-heading { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:28px; align-items:end; margin:46px 0 16px; padding-top:34px; border-top:1px solid var(--line); }
.product-index-heading h2 { font-size:clamp(1.8rem,4vw,3rem); margin-top:8px; }
.product-index-heading p { color:var(--muted); max-width:760px; margin:10px 0 0; }
.product-method { display:grid; gap:5px; border:1px solid var(--line); border-radius:14px; background:rgba(255,255,255,.8); padding:15px 18px; color:var(--muted); font-size:.78rem; }
.product-method strong { color:var(--ink); font-size:.9rem; }
.product-board { display:grid; gap:5px; }
.product-row:first-child { border-color:#b8cba9; box-shadow:0 8px 24px rgba(53,74,44,.09); }
.concern-heading { margin-top:38px; }
.concern-board .attention-row:first-child { border-color:#b8cba9; box-shadow:0 8px 24px rgba(53,74,44,.09); }
.attention-score { text-align:right; font-variant-numeric:tabular-nums; }
.attention-score strong, .attention-score span { display:block; }
.attention-score strong { font-size:1.55rem; letter-spacing:-.05em; }
.attention-score span { color:var(--muted); font-size:.65rem; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.index-disclaimer { color:var(--muted); font-size:.78rem; margin:12px 2px 0; }
.index-disclaimer strong { color:var(--ink); }
.index-state { display:inline-flex; align-items:center; gap:7px; padding:5px 9px; border-radius:999px; background:#e7f0df; color:#31582f; font-size:.7rem; font-weight:850; text-transform:uppercase; letter-spacing:.04em; }
.index-state.partial, .index-state.stale { background:#f4ecd7; color:#71581c; }
.index-state.fallback { background:#fff0cf; color:#7c5a13; }
.signal-formula-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:12px; }
.signal-formula { min-height:205px; padding:20px; border:1px solid var(--line); border-radius:16px; background:var(--surface); position:relative; overflow:hidden; }
.signal-formula:before { content:""; position:absolute; inset:0 auto 0 0; width:5px; background:var(--olive); }
.signal-formula.discovery:before { background:var(--navy); }
.signal-formula.media:before { background:#8b6f47; }
.signal-formula.official:before { background:#8a681d; }
.signal-formula > strong { display:block; color:var(--olive-dark); font-size:2rem; letter-spacing:-.06em; }
.signal-formula h3 { margin-top:8px; font-size:1.15rem; }
.signal-formula p { color:var(--muted); margin:9px 0 0; font-size:.85rem; }

@media (max-width: 900px) {
  .index-heading { grid-template-columns:1fr; gap:18px; }
  .index-method-card { grid-template-columns:repeat(2,1fr); }
  .index-method-card strong { grid-column:1/-1; }
  .attention-row { grid-template-columns:42px minmax(0,1fr); }
  .attention-signals { grid-column:2/-1; }
  .product-index-heading { grid-template-columns:1fr; gap:14px; }
  .signal-formula-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 700px) {
  .index-hero { padding:24px 0 26px; }
  .index-heading { margin-bottom:15px; }
  .index-heading h1 { font-size:2.5rem; line-height:1.01; }
  .index-heading p { font-size:.94rem; line-height:1.45; margin-top:10px; }
  .index-method-card { display:flex; flex-wrap:wrap; gap:6px 10px; padding:12px 14px; font-size:.7rem; }
  .index-method-card strong { flex:0 0 100%; font-size:.84rem; }
  .attention-board { gap:7px; }
  .index-live-meta { gap:5px 8px; font-size:.72rem; }
  .index-live-meta span:last-child { flex:0 0 100%; }
  .attention-row { grid-template-columns:37px minmax(0,1fr) 66px; gap:8px; padding:10px; }
  .attention-rank { font-size:1.22rem; }
  .attention-brand { gap:8px; }
  .brand-token { width:34px; height:34px; flex-basis:34px; border-radius:9px; font-size:.6rem; }
  .attention-brand strong { font-size:.92rem; }
  .attention-brand span { font-size:.68rem; }
  .attention-score strong { font-size:1.26rem; }
  .attention-score span { font-size:.56rem; }
  .attention-signals { gap:4px; }
  .attention-signals span { font-size:.59rem; padding:5px 3px; }
  .index-disclaimer { font-size:.68rem; line-height:1.45; }
  .signal-formula-grid { grid-template-columns:1fr; }
  .signal-formula { min-height:0; padding:17px 18px; }
}
