digraph { rankdir=LR N0 [label="Mobile Phone Interception" color="#E91E63" fillcolor="#FCE4EC" shape=multipledocuments style=filled] N1 [label="Internet Traffic Monitoring" color="#BA68C8" fillcolor="#F3E5F5" shape=action style=filled] N2 [label="Privacy Concerns Mitigation" color="#BA68C8" fillcolor="#F3E5F5" shape=inputoutput style=filled] N3 [label="Access Control Systems" color="#F44336" fillcolor="#FFCDD2" shape=action style=filled] N4 [label="Ethical Guidelines" color="#E91E63" fillcolor="#FCE4EC" shape=diamond style=filled] N5 [label="Physical Security Integration" color="#E91E63" fillcolor="#FCE4EC" shape=multipledocuments style=filled] N6 [label="Facial Recognition Systems" color="#BA68C8" fillcolor="#F3E5F5" shape=hexagon style=filled] N7 [label="Remote Sensing" color="#F44336" fillcolor="#FFCDD2" shape=parallelogram style=filled] N8 [label="Data Collection" color="#E91E63" fillcolor="#FCE4EC" shape=hexagon style=filled] N0 -> N1 [color="#E91E63" penwidth=1.5 style=dashed label="captures" dir=forward] N1 -> N2 [color="#E91E63" penwidth=1.5 style=dashed label="deploys" dir=forward] N2 -> N3 [color="#000000" penwidth=1.5 style=solid label="regulates" dir=forward] N3 -> N4 [color="#BA68C8" penwidth=1.5 style=solid dir=forward] N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="secures" dir=forward] N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="controls" dir=forward] N6 -> N7 [color="#E91E63" penwidth=1.5 style=solid label="analyzes" dir=forward] N7 -> N8 [color="#BA68C8" penwidth=1.5 style=solid label="maintains" dir=forward] N0 -> N2 [color="#000000" penwidth=1.5 style=solid dir=forward] N7 -> N6 [color="#000000" penwidth=1.5 style=solid dir=forward] }