/* App Container - Canvas and graph rendering */

#graph-canvas {
  position: absolute;
  inset: 0;
  touch-action: none;
  display: block;
  width: 100%;
  height: 100%;
}

#graph3d-canvas {
  position: absolute;
  inset: 0;
  touch-action: none;
  display: block;
  width: 100%;
  height: 100%;
}

/* ForceGraph 2D and 3D containers */
#graph2d-fg,
#graph3d-fg {
  position: absolute;
  inset: 0;
  display: block;
}

.threejs-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
