/* 全站底部 ICP 备案 */
.has-site-icp-footer {
  padding-bottom: 2.25rem;
}

.site-icp-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #94a3b8;
  background: linear-gradient(to top, rgba(245, 243, 255, 0.92), rgba(245, 243, 255, 0));
  pointer-events: none;
}

.site-icp-footer a {
  pointer-events: auto;
  color: inherit;
  text-decoration: none;
}

.site-icp-footer a:hover {
  color: #64748b;
  text-decoration: underline;
}

.mc-download-page .site-icp-footer {
  color: rgba(255, 255, 255, 0.88);
  background: linear-gradient(to top, rgba(30, 27, 75, 0.6), transparent);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
}

.mc-download-page .site-icp-footer a:hover {
  color: #fff;
}

.login-page .site-icp-footer {
  background: linear-gradient(to top, rgba(245, 243, 255, 0.95), transparent);
}
