.neural-brain-page {
  margin: 0;
  overflow: hidden;
  background: #000;
}

.neural-brain-root {
  position: fixed;
  inset: 0;
}

.neural-brain-root canvas {
  display: block;
}

.neural-brain-embed {
  position: relative;
  width: 100%;
  height: 100%;
}

.neural-brain-embed canvas {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  touch-action: none;
}
