.map-export-panel {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--border, #475569);
}

.map-export-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.map-export-status {
    margin-top: 10px;
    font-size: 0.8125rem;
    color: var(--text-muted, #94a3b8);
}

.map-export-status[hidden] {
    display: none !important;
}

/* Durante exportación: solo el mapa, sin paneles flotantes */
body.map-export-busy .drawer.open,
body.map-export-busy .drawer-backdrop.show {
    display: none !important;
}

#map-body.is-export-capture .map-controls-stack,
#map-body.is-export-capture .intel-toggle,
#map-body.is-export-capture .intel-glass,
#map-body.is-export-capture #intel-panel,
#map-body.is-export-capture .premium-controls,
#map-body.is-export-capture .premium-controls--desktop,
#map-body.is-export-capture .tactical-exit-btn,
#map-body.is-export-capture .map-loading,
#map-body.is-export-capture .radar-ai-banner,
#map-body.is-export-capture .timeline-bar,
#map-body.is-export-capture .ia-float-stack,
#map-body.is-export-capture .nearby-toast-stack {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

#map-body.is-export-capture #agromaps-map,
#map-body.is-export-capture #agromaps-map.leaflet-container,
#map-body.is-export-capture #agromaps-map .leaflet-container {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

#map-body.is-export-capture .radar-canvas-host {
    position: absolute;
    inset: 0;
    z-index: 15;
    pointer-events: none;
}

.map-dock-export-btn {
    font-size: 1.125rem;
    line-height: 1;
}

.map-export-actions--intel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 12px;
}
