/* V25 network-scene visuals, scoped for integration into the existing site. */
.np-film .np-network-wrap,
.np-film .np-network-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.np-film .np-network-wrap {
  z-index: 3;
  opacity: 0;
  transform-origin: 50% 50%;
  will-change: opacity, transform;
}

.np-film .np-network-svg {
  display: block;
  overflow: visible;
  touch-action: none;
  user-select: none;
}

.np-film .np-edge {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.np-film .np-edge--passive.np-edge--backbone { stroke: rgba(113, 216, 246, 0.62); stroke-width: 1.82; }
.np-film .np-edge--passive.np-edge--local { stroke: rgba(92, 184, 216, 0.42); stroke-width: 1.10; }
.np-film .np-edge--passive.np-edge--growth { stroke: rgba(82, 161, 194, 0.34); stroke-width: 0.90; }
.np-film .np-edge--active.np-edge--backbone { stroke: rgba(168, 232, 247, 0.78); stroke-width: 1.62; }
.np-film .np-edge--active.np-edge--local { stroke: rgba(150, 221, 240, 0.68); stroke-width: 1.08; }
.np-film .np-edge--active.np-edge--growth { stroke: rgba(139, 209, 230, 0.62); stroke-width: 0.92; }

.np-film .np-core__field { fill: rgba(21, 78, 115, 0.055); }
.np-film .np-core__orbit { fill: none; stroke: rgba(93, 199, 235, 0.19); stroke-width: 0.9; vector-effect: non-scaling-stroke; }
.np-film .np-core__orbit--inner { stroke: rgba(93, 199, 235, 0.26); }
.np-film .np-core__disc { fill: rgba(4, 18, 35, 0.985); stroke: rgba(105, 215, 246, 0.52); stroke-width: 1.1; vector-effect: non-scaling-stroke; }
.np-film .np-core__title { fill: #f4fbff; font-size: 36px; font-weight: 760; letter-spacing: -0.052em; }
.np-film .np-core__plus { fill: #6ed8f4; }
.np-film .np-core__sub { fill: rgba(126, 211, 239, 0.62); font-size: 9px; font-weight: 700; letter-spacing: 0.22em; }

.np-film .np-node {
  filter: url(#np-node-glow);
  transform-box: view-box;
  transform-origin: center;
}
.np-film .np-node__halo { fill: rgba(88, 201, 237, 0.052); }
.np-film .np-node__ring { fill: rgba(65, 174, 215, 0.045); stroke: rgba(104, 214, 246, 0.38); stroke-width: 0.8; vector-effect: non-scaling-stroke; }
.np-film .np-node__core { fill: #eafbff; stroke: rgba(255, 255, 255, 0.76); stroke-width: 0.6; vector-effect: non-scaling-stroke; }
.np-film .np-node--primary .np-node__halo { fill: rgba(91, 208, 243, 0.09); }
.np-film .np-node--primary .np-node__ring { stroke: rgba(111, 220, 249, 0.56); stroke-width: 1; }
.np-film .np-node--growth .np-node__ring { stroke: rgba(94, 192, 224, 0.30); }
.np-film .np-node[data-node-state="preview"] .np-node__halo { fill: rgba(72, 165, 202, 0.025); }
.np-film .np-node[data-node-state="preview"] .np-node__ring { stroke: rgba(104, 214, 246, 0.24); }
.np-film .np-node[data-node-state="preview"] .np-node__core { fill: rgba(218, 246, 255, 0.78); }
.np-film .np-node[data-node-state="receiving"] .np-node__halo { fill: rgba(88, 201, 237, 0.072); }
.np-film .np-node[data-node-state="receiving"] .np-node__ring { stroke: rgba(114, 222, 250, 0.48); }
.np-film .np-node[data-node-state="activating"] .np-node__halo { fill: rgba(98, 215, 247, 0.12); }
.np-film .np-node[data-node-state="activating"] .np-node__ring { stroke: rgba(128, 231, 255, 0.66); }

/* Primary labels are provided by Scene 1 and intentionally stay hidden in the integrated V25 layer. */
.np-film .np-node-label { display: none; }

.np-film .np-impulse,
.np-film .np-impulse__halo,
.np-film .np-impulse__core {
  pointer-events: none;
  transform: none;
}
.np-film .np-impulse__halo { fill: rgba(125, 225, 249, 0.12); filter: url(#np-impulse-glow); }
.np-film .np-impulse__core { fill: #f7fdff; stroke: rgba(255, 255, 255, 0.72); stroke-width: 0.26; vector-effect: non-scaling-stroke; filter: url(#np-impulse-glow); }
.np-film .np-impulse--local .np-impulse__halo { fill: rgba(126, 222, 247, 0.18); }
.np-film .np-impulse--growth .np-impulse__halo { fill: rgba(117, 212, 240, 0.14); }
.np-film .np-cluster-aura { fill: rgba(84, 191, 228, 0.035); }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
