{
  "nodes": [
    { "id": "core", "data": { "type": "core" }, "style": { "fill": "#EF4444", "stroke": "#FCA5A5", "strokeWidth": 2, "radius": 26, "shape": "hexagon", "label": { "text": "MSC Core", "color": "#fff" } } },
    { "id": "bsc-1", "data": { "type": "bsc" }, "style": { "fill": "#F59E0B", "radius": 20, "shape": "hexagon", "label": { "text": "BSC-1", "color": "#fff" } } },
    { "id": "bsc-2", "data": { "type": "bsc" }, "style": { "fill": "#F59E0B", "radius": 20, "shape": "hexagon", "label": { "text": "BSC-2", "color": "#fff" } } },
    { "id": "bsc-3", "data": { "type": "bsc" }, "style": { "fill": "#F59E0B", "radius": 20, "shape": "hexagon", "label": { "text": "BSC-3", "color": "#fff" } } },
    { "id": "bsc-4", "data": { "type": "bsc" }, "style": { "fill": "#F59E0B", "radius": 20, "shape": "hexagon", "label": { "text": "BSC-4", "color": "#fff" } } },
    { "id": "bts-1a", "data": { "type": "bts" }, "style": { "fill": "#3B82F6", "radius": 13, "label": { "text": "BTS", "color": "#fff", "fontSize": 8 } } },
    { "id": "bts-1b", "data": { "type": "bts" }, "style": { "fill": "#3B82F6", "radius": 13, "label": { "text": "BTS", "color": "#fff", "fontSize": 8 } } },
    { "id": "bts-1c", "data": { "type": "bts" }, "style": { "fill": "#3B82F6", "radius": 13, "label": { "text": "BTS", "color": "#fff", "fontSize": 8 } } },
    { "id": "bts-2a", "data": { "type": "bts" }, "style": { "fill": "#3B82F6", "radius": 13, "label": { "text": "BTS", "color": "#fff", "fontSize": 8 } } },
    { "id": "bts-2b", "data": { "type": "bts" }, "style": { "fill": "#3B82F6", "radius": 13, "label": { "text": "BTS", "color": "#fff", "fontSize": 8 } } },
    { "id": "bts-2c", "data": { "type": "bts" }, "style": { "fill": "#3B82F6", "radius": 13, "label": { "text": "BTS", "color": "#fff", "fontSize": 8 } } },
    { "id": "bts-3a", "data": { "type": "bts" }, "style": { "fill": "#3B82F6", "radius": 13, "label": { "text": "BTS", "color": "#fff", "fontSize": 8 } } },
    { "id": "bts-3b", "data": { "type": "bts" }, "style": { "fill": "#3B82F6", "radius": 13, "label": { "text": "BTS", "color": "#fff", "fontSize": 8 } } },
    { "id": "bts-4a", "data": { "type": "bts" }, "style": { "fill": "#3B82F6", "radius": 13, "label": { "text": "BTS", "color": "#fff", "fontSize": 8 } } },
    { "id": "bts-4b", "data": { "type": "bts" }, "style": { "fill": "#3B82F6", "radius": 13, "label": { "text": "BTS", "color": "#fff", "fontSize": 8 } } },
    { "id": "bts-4c", "data": { "type": "bts" }, "style": { "fill": "#3B82F6", "radius": 13, "label": { "text": "BTS", "color": "#fff", "fontSize": 8 } } }
  ],
  "edges": [
    { "id": "e1", "source": "core", "target": "bsc-1", "data": {}, "style": { "strokeWidth": 2.5 } },
    { "id": "e2", "source": "core", "target": "bsc-2", "data": {}, "style": { "strokeWidth": 2.5 } },
    { "id": "e3", "source": "core", "target": "bsc-3", "data": {}, "style": { "strokeWidth": 2.5 } },
    { "id": "e4", "source": "core", "target": "bsc-4", "data": {}, "style": { "strokeWidth": 2.5 } },
    { "id": "e5", "source": "bsc-1", "target": "bts-1a", "data": {} },
    { "id": "e6", "source": "bsc-1", "target": "bts-1b", "data": {} },
    { "id": "e7", "source": "bsc-1", "target": "bts-1c", "data": {} },
    { "id": "e8", "source": "bsc-2", "target": "bts-2a", "data": {} },
    { "id": "e9", "source": "bsc-2", "target": "bts-2b", "data": {} },
    { "id": "e10", "source": "bsc-2", "target": "bts-2c", "data": {} },
    { "id": "e11", "source": "bsc-3", "target": "bts-3a", "data": {} },
    { "id": "e12", "source": "bsc-3", "target": "bts-3b", "data": {} },
    { "id": "e13", "source": "bsc-4", "target": "bts-4a", "data": {} },
    { "id": "e14", "source": "bsc-4", "target": "bts-4b", "data": {} },
    { "id": "e15", "source": "bsc-4", "target": "bts-4c", "data": {} }
  ],
  "layout": "radial",
  "theme": "dark",
  "search": true,
  "minimap": true,
  "layoutSelector": true,
  "themeSelector": true,
  "toolbar": true,
  "tooltip": true,
  "contextMenu": true,
  "infoPanel": true,
  "hoverFocus": true,
  "legend": {
    "position": "bottom-right",
    "title": "Equipment",
    "items": [
      { "label": "MSC Core", "color": "#EF4444", "shape": "hexagon" },
      { "label": "BSC", "color": "#F59E0B", "shape": "hexagon" },
      { "label": "BTS", "color": "#3B82F6", "shape": "circle" }
    ]
  },
  "autoFitOnResize": true,
  "fitPadding": 60
}
