/* Estilos adicionales del sitio Portilla Consultores */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background: #ffffff;
}

/* Scrollbar limpia */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: #94a3b8; }

/* Print: ocultar sidebar y header al imprimir */
@media print {
    aside, header { display: none !important; }
    main { background: white !important; }
    .shadow-sm { box-shadow: none !important; border: 1px solid #e5e7eb; }
}
