%%{init: {"theme": "base", "width": 1200, "height": 400, "fontSize": 16, "themeVariables": {"fontSize": "16px", "fontFamily": "Helvetica, Arial, sans-serif", "primaryColor": "#eef2f6", "primaryTextColor": "#1e293b", "primaryBorderColor": "#334155", "lineColor": "#b44527", "edgeLabelBackground": "#f9fafb", "tertiaryColor": "#ffffff"}, "flowchart": {"useMaxWidth": true, "htmlLabels": false, "nodeSpacing": 90, "rankSpacing": 220, "padding": 28, "curve": "basis"}} }%%
flowchart LR
A["PUBLIC OFFICE<br/>the power to decide"]
B["ECONOMIC BENEFITS<br/>money, jobs, contracts"]
A -- "VENAL<br/>use office for private economic gain" --> B
B -- "SYSTEMATIC<br/>use economic privileges to sustain political power" --> A
classDef box fill:#eef2f6,stroke:#334155,stroke-width:2px,color:#1e293b;
class A,B box;