/* 全站浅色粒子背景：固定在视口底层，不拦截点击 */
#global-particles {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.52;
}

/* 正文叠在粒子之上（首页自定义光标 #cursorRoot 保持自身 z-index，不参与此项） */
body > *:not(#global-particles):not(#cursorRoot) {
  position: relative;
  z-index: 1;
}

/* 底部工信部备案（各页统一 class） */
.site-icp-footer {
  text-align: center;
  padding: 14px 16px 22px;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
}
.site-icp-footer a {
  color: #6b7280;
  text-decoration: none;
}
.site-icp-footer a:hover {
  color: #374151;
  text-decoration: underline;
}
