/* geom atmosphere @3 — cobalt/uranium lattice behind Intelligence shell */
:root {
  --dc-void: #000000;
  --dc-cobalt: #0047ab;
  --dc-cobalt-hot: #3d8cff;
  --dc-uranium: #e1ff00;
  --dc-ash: #e8eef8;
}
#hector-geom-atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.72;
}
#hector-geom-atmosphere canvas {
  width: 100%;
  height: 100%;
  display: block;
}
body {
  background: #000;
}
#app {
  position: relative;
  z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
  #hector-geom-atmosphere { opacity: 0.28; }
}
