flowchart LR
subdict["📦 Словарь: bel2rus"]
subdict --> k1["🔑 'гарбуз'"]
subdict --> k2["🔑 'гузік'"]
subdict --> k3["🔑 'цмок'"]
k1 --> v1["💬 'тыква'"]
k2 --> v2["💬 'пуговица'"]
k3 --> v3["💬 'дракон'"]
style subdict fill:#e3f2fd,stroke:#1565c0,stroke-width:2px
style k1 fill:#fff9c4,stroke:#fbc02d
style k2 fill:#fff9c4,stroke:#fbc02d
style k3 fill:#fff9c4,stroke:#fbc02d
style v1 fill:#e8f5e9,stroke:#2e7d32
style v2 fill:#e8f5e9,stroke:#2e7d32
style v3 fill:#e8f5e9,stroke:#2e7d32



