/* 首页第二段开屏的交互银河层：实时响应指针，并由着色器避让中央圆环。 */
.customer-theme .splash-interactive-galaxy {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  transition: opacity 0.65s ease;
}

/* glow-cursor.css 为历史回退资源，当前交互层重新声明品牌内容的最终层级。 */
.customer-theme .splash-content {
  z-index: 4;
}

.customer-theme .splash.is-idle-loop.is-galaxy-active .splash-interactive-galaxy {
  opacity: 0.92;
}

@media (max-width: 767px) {
  .customer-theme .splash.is-idle-loop.is-galaxy-active .splash-interactive-galaxy {
    opacity: 0.68;
  }
}

@media (prefers-reduced-motion: reduce) {
  .customer-theme .splash-interactive-galaxy {
    display: none;
    transition: none;
  }
}
