/* Custom styles for HidroMet - Tema Dark */
:root[data-bs-theme="dark"] {
    --bs-body-bg: #0a1929;
    --bs-body-color: #e3f2fd;
    --card-bg: #1e3a8a;
    --sidebar-bg: #1565c0;
    --border-color: #2563eb;
}

body {
    background: linear-gradient(135deg, #0a1929 0%, #1e3a8a 50%, #1565c0 100%);
    min-height: 100vh;
}

/* Estilos para el cluster de marcadores */
.custom-cluster {
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    border: 3px solid white;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(96, 165, 250, 0.4);
}

.cluster-marker {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
