/* compliance-footer.css - 主站统一合规页脚样式 */
/* ID: compliance-footer-css-2026.07.29 */
.compliance-footer {
  margin-top: 32px;
  padding: 24px 16px;
  background: #FFFFFF;
  border-top: 1px solid #E2E8F0;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  color: #475569;
  text-align: center;
  line-height: 1.7;
}
.cf-inner { max-width: 1100px; margin: 0 auto; }
.cf-beian-row {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 8px 18px; margin-bottom: 12px;
  font-weight: 500;
}
.cf-icp a, .cf-police a { color: #475569; text-decoration: none; }
.cf-icp a:hover, .cf-police a:hover { color: #0F172A; text-decoration: underline; }
.cf-icon { width: 14px; height: 14px; vertical-align: -2px; margin-right: 4px; }

.cf-algo { display: inline-flex; align-items: center; gap: 6px; }
.cf-algo a { color: #475569; text-decoration: none; }
.cf-algo a:hover { color: #0F172A; text-decoration: underline; }
.cf-algo-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  border: 1px solid #E2E8F0;
  background: #FFFFFF;
  color: #64748B;
}
.cf-algo-pending {
  background: #F0F9FF;
  color: #075985;
  border: 1px solid rgba(0,184,255,0.25);
  animation: cf-pulse 2.5s ease-in-out infinite;
}
.cf-algo-approved {
  background: #F0F9FF;
  color: #075985;
  border: 1px solid rgba(0,184,255,0.25);
}
@keyframes cf-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

.cf-links {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 6px 14px; margin: 12px 0;
  padding: 10px 0;
  border-top: 1px dashed #E2E8F0;
  border-bottom: 1px dashed #E2E8F0;
}
.cf-links a {
  color: #475569;
  text-decoration: none;
  padding: 2px 6px;
  border-radius: 4px;
  transition: background 0.15s;
}
.cf-links a:hover { background: #e2e8f0; color: #1e293b; }

.cf-meta {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 8px 16px; color: #64748b; font-size: 12px;
}
.cf-contact { font-family: "SF Mono", Consolas, monospace; }

@media (max-width: 600px) {
  .compliance-footer { padding: 18px 12px; font-size: 12px; }
  .cf-beian-row { gap: 6px 12px; }
  .cf-links { gap: 4px 10px; }
}
