graph TB
subgraph VPN[Tailscale VPN]
PC -->|SSH| RP
subgraph RP[Raspberry Pi]
subgraph TM[tmux]
CC[Claude Code]
end
end
end
style RP fill:#f9f,stroke:#333,stroke-width:2px
style TM fill:#ddf,stroke:#333,stroke-width:2px
style CC fill:#5dd,stroke:#333,stroke-width:2px