body {
    background: #f4f7fb;
    color: #1f2937;
    font-family: "Inter", "Segoe UI", sans-serif;
}

.sidebar {
    min-height: 100vh;
    background: linear-gradient(180deg, #0b2a4a, #123f6c);
    color: #fff;
}

.sidebar .nav-link {
    color: #d6e7ff;
    border-radius: 8px;
    margin-bottom: 6px;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.brand-title {
    font-weight: 700;
    letter-spacing: .2px;
}

.main-content {
    padding: 1.2rem;
}

.card {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(16, 24, 40, 0.08);
}

.badge-status-completada { background: #16a34a; }
.badge-status-en_progreso { background: #eab308; color: #111827; }
.badge-status-en_riesgo { background: #f97316; }
.badge-status-atrasada { background: #dc2626; }
.badge-status-pausada,
.badge-status-cancelada,
.badge-status-pendiente { background: #6b7280; }

.metric-box {
    background: #fff;
    border-radius: 12px;
    padding: .8rem;
    border: 1px solid #e5e7eb;
}

.progress {
    height: 10px;
    border-radius: 999px;
}

@media (max-width: 991px) {
    .sidebar {
        min-height: auto;
    }
}
