%%{init: {'theme': 'base', 'themeVariables': {'fontSize': '18px', 'primaryColor': '#4a7c6f', 'primaryTextColor': '#1e293b', 'lineColor': '#334155', 'secondaryColor': '#f9fafb'}, 'flowchart': {'useMaxWidth': true, 'nodeSpacing': 40, 'rankSpacing': 45, 'curve': 'basis'}, 'width': 1150, 'height': 650}}%%
flowchart LR
A["US invests<br/>in AI"] --> B["China perceives<br/>threat"]
B --> C["China increases<br/>AI investment"]
C --> D["US perceives<br/>China catching up"]
D --> E["US increases<br/>controls<br/>(chip bans)"]
E --> F["China accelerates<br/>domestic<br/>development"]
F --> B
style A fill:#4a7c6f,color:#f9fafb,stroke:#334155
style B fill:#b44527,color:#f9fafb,stroke:#334155
style C fill:#b44527,color:#f9fafb,stroke:#334155
style D fill:#4a7c6f,color:#f9fafb,stroke:#334155
style E fill:#4a7c6f,color:#f9fafb,stroke:#334155
style F fill:#b44527,color:#f9fafb,stroke:#334155