html.neo-ecosystem-scene, body.neo-ecosystem-scene { background: #081226; }
body.neo-ecosystem-scene { isolation:isolate; }
.neo-ecosystem-scene-layer {
  position:fixed; inset:0; z-index:0; overflow:hidden; pointer-events:none;
  opacity:.72;
}
.neo-ecosystem-scene-layer #neo-home-live { position:absolute; inset:0; }
.neo-ecosystem-scene-layer .nl-surface { position:absolute; pointer-events:none; }
.neo-ecosystem-scene-layer .nl-surface[data-size="large"] { inset:0; }
.neo-ecosystem-scene-layer .nl-surface[data-size="mini"] {
  top:18px; inset-inline-end:22px; width:170px; height:170px; opacity:.94;
}
.neo-ecosystem-scene-layer .nl-canvas { display:block; width:100%; height:100%; }
body.neo-ecosystem-scene > :not(.neo-ecosystem-scene-layer):not(.neo-agent-float):not(.neo-agent-panel):not(.intro-overlay):not(.transition-overlay):not(.neo-agent-cta):not(.profile-modal-overlay) { position:relative; z-index:1; }
@media (max-width:700px) {
  .neo-ecosystem-scene-layer { opacity:.48; }
  .neo-ecosystem-scene-layer .nl-surface[data-size="mini"] { top:56px; inset-inline-end:8px; width:92px; height:92px; }
}
@media (prefers-reduced-motion:reduce) { .neo-ecosystem-scene-layer { opacity:.34; } }