/* Estilos para página de diagnóstico */
body { 
    font-family: Arial, sans-serif; 
    margin: 20px; 
}

.result { 
    margin: 10px 0; 
    padding: 10px; 
    border-radius: 5px; 
}

.success { 
    background: #d4edda; 
    border: 1px solid #c3e6cb; 
    color: #155724; 
}

.error { 
    background: #f8d7da; 
    border: 1px solid #f5c6cb; 
    color: #721c24; 
}

pre { 
    background: #f8f9fa; 
    padding: 10px; 
    border-radius: 3px; 
    overflow-x: auto; 
}
