CATRION CAPITAL - INVEST ACTIVE PLANS COUNTDOWN UPDATE
======================================================

UPLOAD
------
Replace:
/public_html/invest.php

with the included invest.php.

NO SQL REQUIRED.

WHAT WAS ADDED
--------------
- My Active Plans section above the available plan catalogue.
- One card per active user investment.
- Live next-income countdown.
- Live maturity countdown.
- Investment amount.
- Daily income.
- Total profit already paid.
- Days paid / total duration.
- Remaining expected profit.
- Maturity total.
- Start date and maturity date.
- Capital-return status.
- Time-based progress bar.
- Refresh earnings button.
- Empty state when user has no active investments.

DATA SOURCE
-----------
The timers use the real user_investments.started_at, next_profit_at and ends_at values.
The page still runs settleInvestmentEarnings() before displaying the section, so due
income is settled by the existing investment engine before current values are shown.

VALIDATION
----------
PHP syntax checked successfully with php -l.
