graph LR
%% Định nghĩa phong cách chung cho các nút (Styles)
classDef centerNode fill:#2F6BEE,stroke:#1A4BBA,stroke-width:2px,color:#FFF,font-weight:bold;
classDef leftNode1 fill:#25A5C4,stroke:#187E96,stroke-width:2px,color:#FFF,font-weight:bold;
classDef leftNode2 fill:#9452F2,stroke:#6E2CC9,stroke-width:2px,color:#FFF,font-weight:bold;
classDef leftNode3 fill:#21A375,stroke:#147551,stroke-width:2px,color:#FFF,font-weight:bold;
classDef rightNode1 fill:#D83A3A,stroke:#A82222,stroke-width:2px,color:#FFF,font-weight:bold;
classDef rightNode2 fill:#F5A623,stroke:#C98214,stroke-width:2px,color:#FFF,font-weight:bold;
classDef rightNode3 fill:#2F3E46,stroke:#1A2429,stroke-width:2px,color:#FFF,font-weight:bold;
classDef modNode fill:#4A90E2,stroke:#2A609D,stroke-width:2px,color:#FFF,font-weight:bold;
classDef modNode2 fill:#3FA7C4,stroke:#267991,stroke-width:2px,color:#FFF,font-weight:bold;
classDef modNode3 fill:#31B287,stroke:#1C805F,stroke-width:2px,color:#FFF,font-weight:bold;
%% Khối các nhân tố bên trái (Kháng thể đầu vào)
subgraph Left_Factors [" "]
direction TB
L1["Năng lực số<br>(Digital Competency)"]
L2["Tư duy đổi mới<br>(Innovative Mindset)"]
L3["Kỹ năng dữ liệu<br>(Data-driven Skills)"]
end
%% Khối trung tâm
Center(("Digital<br>Leadership<br>in Startup"))
%% Khối các kết quả bên phải (Đầu ra)
subgraph Right_Factors [" "]
direction TB
R1["Hiệu suất tổ chức<br>(Org. Performance)"]
R2["Văn hóa đổi mới<br>(Innovation Culture)"]
R3["Tăng trưởng bền vững<br>(Sustainable Growth)"]
end
%% Kết nối các khối chính
L1 === Center
L2 === Center
L3 === Center
Center === R1
Center === R2
Center === R3
%% Áp dụng style cho các nút chính
class Center centerNode;
class L1 leftNode1;
class L2 leftNode2;
class L3 leftNode3;
class R1 rightNode1;
class R2 rightNode2;
class R3 rightNode3;
%% Khối Yếu tố điều tiết nằm bên dưới
subgraph Moderators ["Yếu tố điều tiết (Moderators)"]
direction LR
M1["Môi trường số"]
M2["Văn hóa tổ chức"]
M3["Nguồn lực CNTT"]
end
%% Áp dụng style cho các nút điều tiết
class M1 modNode;
class M2 modNode2;
class M3 modNode3;
%% Định dạng hiển thị cho các subgraph ẩn viền
style Left_Factors fill:none,stroke:none;
style Right_Factors fill:none,stroke:none;
style Moderators fill:#F8F9FA,stroke:#DDD,stroke-width:1px,stroke-dasharray: 5 5;
graph LR
%% Định nghĩa phong cách chung cho các nút (Styles)
classDef centerNode fill:#2F6BEE,stroke:#1A4BBA,stroke-width:2px,color:#FFF,font-weight:bold;
classDef leftNode1 fill:#25A5C4,stroke:#187E96,stroke-width:2px,color:#FFF,font-weight:bold;
classDef leftNode2 fill:#9452F2,stroke:#6E2CC9,stroke-width:2px,color:#FFF,font-weight:bold;
classDef leftNode3 fill:#21A375,stroke:#147551,stroke-width:2px,color:#FFF,font-weight:bold;
classDef rightNode1 fill:#D83A3A,stroke:#A82222,stroke-width:2px,color:#FFF,font-weight:bold;
classDef rightNode2 fill:#F5A623,stroke:#C98214,stroke-width:2px,color:#FFF,font-weight:bold;
classDef rightNode3 fill:#2F3E46,stroke:#1A2429,stroke-width:2px,color:#FFF,font-weight:bold;
classDef modNode fill:#4A90E2,stroke:#2A609D,stroke-width:2px,color:#FFF,font-weight:bold;
classDef modNode2 fill:#3FA7C4,stroke:#267991,stroke-width:2px,color:#FFF,font-weight:bold;
classDef modNode3 fill:#31B287,stroke:#1C805F,stroke-width:2px,color:#FFF,font-weight:bold;