flowchart TD
Start((" Evidence +
Values =
Action ")):::centerNode
Identify["1. IDENTIFY: What harm exists?"]:::researchNode
Quantify["2. QUANTIFY: How much harm?"]:::researchNode
Analyze["3. ANALYZE: What causes this?"]:::researchNode
Map["4. MAP: How does the system work?"]:::synthesisNode
Evaluate["5. EVALUATE: What interventions work?"]:::synthesisNode
Target["6. TARGET: Where to push?"]:::actionNode
Start --> Identify
Identify --> Quantify
Quantify --> Analyze
Analyze --> Map
Map --> Evaluate
Evaluate --> Target
Target -.->|"Iterate with
new insights"| Identify
classDef centerNode fill:#f8f9fa,stroke:#333,stroke-width:3px,color:#333,font-size:14px
classDef researchNode fill:#4a90d9,stroke:#333,stroke-width:2px,color:#fff,font-size:16px
classDef synthesisNode fill:#50c878,stroke:#333,stroke-width:2px,color:#fff,font-size:16px
classDef actionNode fill:#ffc107,stroke:#333,stroke-width:2px,color:#333,font-size:16px
linkStyle default stroke:#666,stroke-width:2px,font-size:14px
linkStyle 6 stroke:#999,stroke-width:2px,stroke-dasharray:5