Net worth=Assets - Liabilities. The program calculates this incorrectly by adding Assets and Liabilities. The calculation for Owners Equity is also done incorrectly by adding equity and owner draws. Draws should be subtracted. Reproducible: Always Incorrect calculations make the program unreliable.
It looks like your liability accounts are kept inverted. They shouldn't show negative values in the net worth report here. What does your "Assets and Liability Summary" show on the homepage? I bet those $-52378,31 are shown as payment instead of charge. So, although the value is negative the "Grand Total" in your report is correct, indeed. You'd have to invert your logic on the liability account though!
I rechecked my values and you are correct. It was my mistake. Thank you very much for your help.