.map-wrap { height: 360px; border-radius: 8px; overflow: hidden; }
.heat-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 0.75rem; }
.heat-card { padding: 0.75rem; border: 1px solid var(--border); border-radius: 8px; border-left: 3px solid #f97316; font-size: 0.9rem; }
.heat-card-head { display: flex; justify-content: space-between; gap: 0.5rem; margin-bottom: 0.35rem; }
.hw-badge { font-size: 0.75rem; color: #f97316; }
.heat-stats { color: var(--text-muted); font-size: 0.85rem; margin: 0.35rem 0 0; }
.nx-kpi-value-sm { font-size: 1rem; }
.chart-wrap { position: relative; height: 320px; }
.section-caption { font-size: 0.8rem; color: var(--text-muted); margin: 0.6rem 0 0; }
.empty-state { font-size: 0.85rem; color: var(--text-muted); margin: 0.5rem 0; }
.historical-list { display: flex; flex-direction: column; gap: 0.75rem; font-size: 0.9rem; }
.hist-row { padding: 0.5rem 0; border-bottom: 1px solid var(--border); }
