.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; }
.section-caption { font-size: 0.8rem; color: var(--text-muted); margin: 0.6rem 0 0; }

.hw-hero-panel {
    margin-top: 1rem;
    border-left: 3px solid var(--nx-tool-hw-warm, #ea580c);
}

.hw-watch-panel {
    margin-top: 1.25rem;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid var(--border-subtle);
    background: rgba(249, 115, 22, 0.06);
}

.hw-watch-title {
    display: inline;
    font-size: 1rem;
    margin: 0;
}

.hw-watch-list {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0;
    display: grid;
    gap: 0.75rem;
}

.hw-watch-list li {
    font-size: 0.9rem;
    line-height: 1.45;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border-subtle);
}

.hw-watch-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.hw-body-panel {
    border-left: 3px solid #f97316;
}

.hw-body-thresholds {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-top: 1rem;
}

.hw-body-thresholds article {
    padding: 0.85rem;
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    background: var(--surface-elevated, rgba(0, 0, 0, 0.14));
}

.hw-body-thresholds strong {
    display: block;
    color: #f97316;
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    line-height: 1.1;
    margin-bottom: 0.4rem;
}

.hw-body-thresholds span {
    display: block;
    color: var(--text-muted);
    font-size: 0.88rem;
    line-height: 1.45;
}

@media (max-width: 760px) {
    .hw-body-thresholds {
        grid-template-columns: 1fr;
    }
}

.hw-localized-layout {
    display: grid;
    grid-template-columns: 1fr minmax(140px, 200px);
    gap: 1.5rem;
    align-items: start;
}

@media (max-width: 720px) {
    .hw-localized-layout {
        grid-template-columns: 1fr;
    }
}

.hw-localized-card h3 {
    margin: 0 0 0.35rem;
    font-size: 1.1rem;
}

.hw-localized-picker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    font-size: 0.85rem;
}

.hw-localized-picker select {
    flex: 1;
    min-width: 12rem;
    padding: 0.35rem 0.5rem;
    border-radius: 6px;
    border: 1px solid var(--border);
    background: var(--bg-secondary);
    color: var(--text-primary);
}

.hw-heat-gauge-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hw-heat-gauge {
    display: flex;
    gap: 0.5rem;
    align-items: stretch;
    height: 220px;
    margin-top: 0.5rem;
}

.hw-heat-gauge-track {
    position: relative;
    width: 28px;
    border-radius: 6px;
    overflow: hidden;
    background: linear-gradient(to top, #22c55e 0%, #eab308 35%, #f97316 65%, #ef4444 100%);
    border: 1px solid var(--border-subtle);
}

.hw-heat-gauge-marker {
    position: absolute;
    left: -4px;
    right: -4px;
    height: 4px;
    background: #fff;
    border: 2px solid #0f172a;
    border-radius: 2px;
    transform: translateY(50%);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.hw-heat-gauge-scale {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 0.7rem;
    color: var(--text-muted);
    line-height: 1.2;
    padding: 0.15rem 0;
}

.hw-gauge-caption {
    font-size: 0.8rem;
    text-align: center;
    max-width: 14rem;
    margin-top: 0.5rem;
}

.hw-station-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 0.75rem;
}

.hw-station-tile {
    padding: 0.65rem;
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
}

.hw-station-name {
    font-size: 0.9rem;
    margin: 0 0 0.2rem;
}

.hw-station-meta {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin: 0 0 0.35rem;
}

.hw-station-stripes {
    height: 1.75rem;
    margin: 0.25rem 0;
}

.hw-station-rate {
    font-size: 0.8rem;
    font-weight: 600;
    margin: 0.35rem 0 0;
    color: var(--nx-tool-hw-warm, #ea580c);
}

.hw-timeline {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 0.75rem;
}

.hw-timeline-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.65rem 0.85rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    border-left: 3px solid var(--nx-tool-hw-warm, #ea580c);
    font-size: 0.88rem;
    line-height: 1.45;
}

.hw-timeline-card--now {
    border-left-color: #ef4444;
    background: rgba(239, 68, 68, 0.05);
}

.hw-timeline-year {
    font-weight: 800;
    font-size: 1.15rem;
    color: var(--text-primary);
    line-height: 1.1;
}

.hw-timeline-name {
    display: block;
    font-size: 0.95rem;
    margin: 0 0 0.2rem;
}

.hw-timeline-meta,
.hw-timeline-stats,
.hw-timeline-source {
    margin: 0.15rem 0 0;
}

.hw-timeline-stats {
    color: var(--text-primary);
}

.hw-climate-links a {
    font-weight: 600;
}
