Fixed: Replaced fragile string matching with Fuzzy Math to handle decimal storage (e.g., 0.32 vs 32.0).
Fixed: Increased search depth from 200 to 2500 to prevent getting stuck in later rounds.
Added: Now scans the React Alternate Tree to find data before the main render commits.
Improved: Validation logic now specifically looks for the results array structure to avoid false positives.