Analyze this transaction pattern and determine: 1. Is this activity suspicious/illicit? 2. If illicit, what money laundering pattern (typology) does it match? 3. Which specific transaction edges are most suspicious? 4. Provide a brief rationale. Respond ONLY with a valid JSON object in the following format: { "illicit": true/false, "typology_program": "", "evidence_edges": ["edge_id_1", "edge_id_2", ...], "confidence": 0.0-1.0, "rationale": "" } Valid typology_program values: "fan-out", "fan-in", "scatter-gather", "gather-scatter", "cycle", "random", "bipartite", "stack", or null if legitimate.