.ticker-count { font-size: 3rem; font-weight: 700; color: #14b8a6; text-align: center; font-variant-numeric: tabular-nums; }
.ticker-sub { text-align: center; font-size: 0.9rem; color: var(--text-muted); margin: 0.5rem 0 0; }
.map-wrap { height: 360px; border-radius: 8px; overflow: hidden; }
.num-col { text-align: right; }
.method-note { font-size: 0.8rem; color: var(--text-muted); margin: 1.5rem 0; }
.empty-row { text-align: center; color: var(--text-muted); padding: 1.25rem 0; }
.num-col.neg { color: #ef4444; }
.num-col.pos { color: #14b8a6; }
