%%{init: {"flowchart": {"useMaxWidth": true, "htmlLabels": false, "nodeSpacing": 30, "rankSpacing": 60, "padding": 14}, "themeVariables": {"fontSize": "16px", "edgeLabelBackground": "#ffffff"}}}%%
flowchart LR
A1["DEDUCTIVE STRATEGY<br/>theory-testing"] --> B1["THEORY<br/>general"] --> C1["HYPOTHESES<br/>specific, testable"] --> D1["DATA<br/>the test"]
A2["INDUCTIVE STRATEGY<br/>theory-building"] --> B2["DATA<br/>specific cases"] --> C2["PATTERNS<br/>regularities"] --> D2["THEORY<br/>general"]
style A1 fill:#1e293b,color:#f9fafb,stroke:#1e293b
style A2 fill:#1e293b,color:#f9fafb,stroke:#1e293b
style B1 fill:#4a7c6f,color:#f9fafb,stroke:#4a7c6f
style C1 fill:#4a7c6f,color:#f9fafb,stroke:#4a7c6f
style D1 fill:#4a7c6f,color:#f9fafb,stroke:#4a7c6f
style B2 fill:#b44527,color:#f9fafb,stroke:#b44527
style C2 fill:#b44527,color:#f9fafb,stroke:#b44527
style D2 fill:#b44527,color:#f9fafb,stroke:#b44527