:root {
    --nestle-red: #e31e24;
    --nestle-red-dark: #b7181d;
    --nestle-gold: #c4a035;
}

.text-nestle { color: var(--nestle-red) !important; }
.bg-nestle { background-color: var(--nestle-red) !important; color: #fff !important; }
.bg-nestle-lt { background-color: rgba(227, 30, 36, 0.12) !important; color: var(--nestle-red) !important; }
.btn-nestle {
    background-color: var(--nestle-red);
    border-color: var(--nestle-red);
    color: #fff;
}
.btn-nestle:hover {
    background-color: var(--nestle-red-dark);
    border-color: var(--nestle-red-dark);
    color: #fff;
}

.navbar-vertical[data-bs-theme="dark"] {
    background: linear-gradient(180deg, #1a1a1a 0%, #2d2d2d 100%);
}

#mapImpacto, #mapFicha {
    height: 380px;
    border-radius: 8px;
    z-index: 1;
}

.proyecto-card {
    border-left: 4px solid var(--proyecto-primary, var(--nestle-red));
}

.proyecto-card-header {
    background: color-mix(in srgb, var(--proyecto-primary, #6D6E71) 12%, transparent);
    border-bottom: 2px solid var(--proyecto-accent, var(--nestle-red));
}

.proyecto-badge {
    background: color-mix(in srgb, var(--proyecto-primary, #6D6E71) 18%, white) !important;
    color: var(--proyecto-primary, #333) !important;
    border: 1px solid var(--proyecto-accent, #ccc);
}

.proyecto-logo {
    height: 36px;
    max-width: 120px;
    object-fit: contain;
}

.avatar-productor {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid var(--nestle-red);
}

.select2-container { width: 100% !important; }

.kpi-sub { font-size: 0.8rem; }

.kpi-grupo-titulo {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.kpi-grupo-general {
    border-top: 3px solid #6D6E71;
}

.kpi-grupo-bosques {
    border-top: 3px solid #1B5E20;
}

.kpi-grupo-plannescafe {
    border-top: 3px solid #E30613;
}
