@charset "UTF-8";

/* Mapa heatmap monocromático */
.mapa-wrap--heatmap .mapa-wrap__svg svg {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(520px, 70vh);
}

.mapa-atendimento--cobertura .mapa-heatmap-layer {
    pointer-events: none;
}

.mapa-atendimento--cobertura .mapa-atendimento__base {
    fill: #ffffff;
    fill-opacity: 0;
    stroke: #d0d8e8;
    stroke-width: 0.65;
}

.mapa-heatmap-legend {
    margin: 1.25rem 0 1rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: var(--surface);
    border: 1px solid var(--border);
}

.mapa-heatmap-legend__label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--brand-blue);
    margin-bottom: 0.5rem;
}

.mapa-heatmap-legend__bar {
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        #f7f9fc 0%,
        #dce4f4 25%,
        #96a8d4 50%,
        #4662a8 75%,
        #21409a 100%
    );
    border: 1px solid rgba(33, 64, 154, 0.12);
}

.mapa-heatmap-legend__scale {
    display: flex;
    justify-content: space-between;
    margin-top: 0.35rem;
    font-size: 0.75rem;
    color: var(--text-muted);
}

.mapa-regioes-list {
    margin: 0 0 0.5rem;
}

.mapa-regioes-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
    font-size: 0.875rem;
    color: var(--text-muted);
}

.mapa-regioes-list i {
    color: var(--brand-blue);
    font-size: 0.8rem;
}

.mapa-privacidade-note {
    margin: 0.85rem 0 0;
    font-size: 0.8125rem;
    color: var(--text-muted);
    line-height: 1.5;
}

.mapa-privacidade-note i {
    color: var(--brand-blue);
    margin-right: 0.35rem;
}

.mapa-wrap__fallback {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: var(--text-muted);
    text-align: center;
    padding: 2rem;
}

.mapa-wrap__fallback i {
    font-size: 2.5rem;
    color: var(--brand-blue);
}
