/* research summary: a dense per-market table, so it runs smaller than the
   competitive table and lets the city column breathe */
[data-slide="19-research"] table { width: 100%; border-collapse: collapse; font-size: 0.78rem; min-width: 620px; }
[data-slide="19-research"] thead th { text-align: left; font-size: 0.62rem; font-weight: 500; letter-spacing: 0.06em;
           text-transform: uppercase; color: var(--fg-muted); padding: 0.55rem 0.7rem;
           background: var(--surface-2); border-bottom: 1px solid var(--border); white-space: nowrap; }
[data-slide="19-research"] tbody td { padding: 0.55rem 0.7rem; border-bottom: 1px solid var(--border); color: var(--fg); }
[data-slide="19-research"] tbody tr:last-child td { border-bottom: none; }
[data-slide="19-research"] td.city { font-weight: 500; white-space: nowrap; }
[data-slide="19-research"] td.num { font-family: var(--font-mono); font-variant-numeric: tabular-nums; text-align: right; white-space: nowrap; }

/* confidence markers: the point of the slide is showing what is solid and what
   is still a proxy, so these need to read at a glance */
[data-slide="19-research"] .solid { color: var(--success); }
[data-slide="19-research"] .proxy { color: var(--flag); }
[data-slide="19-research"] .sep { color: var(--fg-muted); }
[data-slide="19-research"] .stat-strip { margin-bottom: 0.2rem; }
