%%{init: {'theme':'base','themeVariables':{'primaryColor':'#edf5ff','primaryTextColor':'#161616','primaryBorderColor':'#0f62fe','lineColor':'#697077','secondaryColor':'#d9fbfb','tertiaryColor':'#f2f4f8','fontSize':'14px'}}}%%
flowchart TD
subgraph 入门["入门(1-2年经验)"]
E1[Part I 起点<br/>理解为什么建平台]
E2[Part II 选读<br/>理解架构骨架]
E3[Part III 实践<br/>理解怎么开发]
end
subgraph 进阶["进阶(3-5年经验)"]
A1[Part II + IV 精读<br/>架构+基础设施]
A2[Part V/VI 按需<br/>迁移+衍生系统]
end
subgraph 高级["高级(5年+)"]
S1[Part VII 精读<br/>Data+AI 转型]
S2[Part VIII 复盘<br/>取舍与对比]
end
E1 --> A1 --> S1
classDef bpData fill:#d9fbfb,stroke:#007d79,stroke-width:2px,color:#161616
classDef bpProcess fill:#edf5ff,stroke:#0f62fe,stroke-width:2px,color:#161616
classDef bpSuccess fill:#defbe6,stroke:#198038,stroke-width:2px,color:#161616
class E1,E2,E3 bpData
class A1,A2 bpProcess
class S1,S2 bpSuccess
linkStyle default stroke:#697077,stroke-width:2px