%%{init: {'theme': 'base', 'themeVariables': {'fontSize': '20px', 'primaryColor': '#4a7c6f', 'primaryTextColor': '#1e293b', 'primaryBorderColor': '#334155', 'lineColor': '#64748b', 'secondaryColor': '#f9fafb', 'tertiaryColor': '#f9fafb'}, 'flowchart': {'useMaxWidth': true, 'nodeSpacing': 40, 'rankSpacing': 50, 'width': 1150, 'height': 650}}}%%
flowchart LR
A["Technological<br/>Change"] --> B["Displacement<br/>Effect"]
A --> C["Reinstatement<br/>Effect"]
A --> D["Productivity<br/>Effect"]
B --> E["Automates existing tasks<br/>(− Labor Demand)"]
C --> F["Creates new tasks<br/>(+ Labor Demand)"]
D --> G["Expands output<br/>(± Labor Demand)"]
E --> H{"Net Employment<br/>Effect"}
F --> H
G --> H
style A fill:#1e293b,color:#f9fafb,stroke:#334155
style B fill:#b44527,color:#f9fafb,stroke:#334155
style C fill:#4a7c6f,color:#f9fafb,stroke:#334155
style D fill:#b7943a,color:#1e293b,stroke:#334155
style H fill:#64748b,color:#f9fafb,stroke:#334155










