html[data-motion-profile="sphere-background-only"] {
  scroll-behavior: auto !important;
}

html[data-motion-profile="sphere-background-only"] .site-header *,
html[data-motion-profile="sphere-background-only"] .site-header *::before,
html[data-motion-profile="sphere-background-only"] .site-header *::after,
html[data-motion-profile="sphere-background-only"] .site-footer *,
html[data-motion-profile="sphere-background-only"] .site-footer *::before,
html[data-motion-profile="sphere-background-only"] .site-footer *::after,
html[data-motion-profile="sphere-background-only"] .download-center-portal *,
html[data-motion-profile="sphere-background-only"] .download-center-portal *::before,
html[data-motion-profile="sphere-background-only"] .download-center-portal *::after,
html[data-motion-profile="sphere-background-only"] .brand-profile-popover *,
html[data-motion-profile="sphere-background-only"] .brand-profile-popover *::before,
html[data-motion-profile="sphere-background-only"] .brand-profile-popover *::after,
html[data-motion-profile="sphere-background-only"] .scroll-hint *,
html[data-motion-profile="sphere-background-only"] .scroll-hint *::before,
html[data-motion-profile="sphere-background-only"] .scroll-hint *::after,
html[data-motion-profile="sphere-background-only"] .combination-skeleton,
html[data-motion-profile="sphere-background-only"] .node-label,
html[data-motion-profile="sphere-background-only"] .node-label::before,
html[data-motion-profile="sphere-background-only"] .node-label::after,
html[data-motion-profile="sphere-background-only"] .node-label-char,
html[data-motion-profile="sphere-background-only"] .node-label-char::before,
html[data-motion-profile="sphere-background-only"] .node-label-char::after,
html[data-motion-profile="sphere-background-only"] .transplanted-qr-popover *,
html[data-motion-profile="sphere-background-only"] .transplanted-qr-popover *::before,
html[data-motion-profile="sphere-background-only"] .transplanted-qr-popover *::after {
  animation: none !important;
  scroll-behavior: auto !important;
  transition: none !important;
}

html[data-motion-profile="sphere-background-only"] .ac-action-flow,
html[data-motion-profile="sphere-background-only"] .brand-profile-scan,
html[data-motion-profile="sphere-background-only"] .brand-profile-popover-scan,
html[data-motion-profile="sphere-background-only"] .qr-effect-scan,
html[data-motion-profile="sphere-background-only"] .ac-qr-scan {
  display: none !important;
}

/* 侧边栏关闭态：流光冻结成整圈的固定光谱描边（流动的虚线笔画去掉） */
html[data-motion-profile="sphere-background-only"] .dc-closed-streak {
  display: none !important;
}

html[data-motion-profile="sphere-background-only"] .dc-closed-track {
  stroke: url(#dc-closed-spectrum) !important;
  stroke-width: 1.5 !important;
  stroke-opacity: .9 !important;
}

html[data-motion-profile="sphere-background-only"] .ac-action-surface {
  border-color: rgba(85, 233, 255, .52) !important;
  background: linear-gradient(105deg, rgba(85, 233, 255, .08), rgba(0, 0, 0, .88) 62%) !important;
  box-shadow: inset 0 0 0 1px rgba(85, 233, 255, .04) !important;
  transform: none !important;
}

html[data-motion-profile="sphere-background-only"] .ac-action-surface:hover,
html[data-motion-profile="sphere-background-only"] .ac-action-surface:focus-within {
  border-color: rgba(85, 233, 255, .72) !important;
  box-shadow: inset 0 0 0 1px rgba(85, 233, 255, .07) !important;
  transform: none !important;
}

html[data-motion-profile="sphere-background-only"] .node-label,
html[data-motion-profile="sphere-background-only"] .node-label-char {
  background-position: 50% 50% !important;
}
