diff --git a/index.html b/index.html
index 05a0bcc..560bccb 100644
--- a/index.html
+++ b/index.html
@@ -635,7 +635,7 @@
background: var(--card);
border: 1px solid var(--border);
border-radius: var(--radius);
- overflow: hidden;
+ overflow-x: auto;
margin-bottom: 18px;
}
.table-wrap .table-title {
@@ -1294,9 +1294,10 @@
| Phase | Cycles | Timeline |
- Their Payout/Cycle |
-
-
+ Their Gross Payout |
+ Their Net Profit |
+
+
@@ -1311,8 +1312,8 @@
| Month | Active Phase |
Their Profit This Month |
-
-
+
+
@@ -1749,6 +1750,7 @@ ${numPeople > 0 ? `
${k === '3xL7' ? 'every 19d' : `${cyclesNum}×`} |
${k === '3xL7' ? 'ongoing' : `~${p.months} months`} |
$${p.payout.toFixed(2)} |
+ $${p.profit.toFixed(2)} |
$${yourCut.toFixed(2)} |
$${cumRunning.toFixed(2)} |
`;