/* MEGAASESORÍA - ROSI ENGINE STYLES */
:root {
    --rosi-blue: #005596;
    --rosi-dark: #212529;
}

body { font-family: 'Segoe UI', Roboto, sans-serif; }

.btn-rosi {
    background-color: var(--rosi-blue);
    color: white;
    border: none;
    border-radius: 8px;
}

.btn-rosi:hover {
    background-color: #003d6b;
    color: white;
}

.card-rosi {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.ficha-dato {
    border-left: 4px solid var(--rosi-blue);
    background: #f8f9fa;
    padding: 10px;
    margin-bottom: 5px;
}

.nav-link-special {
    color: #00ffcc !important;
    text-shadow: 0 0 5px rgba(0,255,204,0.3);
}