/* SIGEF — estilo corporativo (login + app) */

:root {
    --sigef-blue: #0b5ed7;
    --sigef-blue-dark: #084298;
    --sigef-gray: #6c757d;
}

.sigef-auth-body {
    min-height: 100vh;
    background: linear-gradient(135deg, #0b5ed7 0%, #3d8bfd 45%, #e7f1ff 100%);
}

.sigef-auth-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.sigef-auth-brand {
    background: linear-gradient(160deg, #084298 0%, #0d6efd 55%, #6ea8fe 100%);
    position: relative;
    overflow: hidden;
}

.sigef-auth-brand::before,
.sigef-auth-brand::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    background: #fff;
}

.sigef-auth-brand::before {
    width: 220px;
    height: 220px;
    top: -60px;
    right: -40px;
}

.sigef-auth-brand::after {
    width: 180px;
    height: 180px;
    bottom: -50px;
    left: -30px;
}

.sigef-navbar {
    background: linear-gradient(90deg, var(--sigef-blue-dark), var(--sigef-blue));
}

.sigef-icon-user::before {
    content: "👤";
}

.sigef-icon-lock::before {
    content: "🔒";
}

.card.sigef-auth-card {
    backdrop-filter: blur(6px);
}

/* Tablero KPI */
.sigef-kpi-card .sigef-kpi-value {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--sigef-blue-dark);
}

.sigef-kpi-card .sigef-kpi-money {
    font-size: 1.1rem;
}

.sigef-badge-estado {
    background: #e9ecef;
    color: #495057;
    font-weight: 500;
}
