/* compliance-footer.css - 主站统一合规页脚样式 */
/* ID: compliance-footer-css-2026.07.29 */
.compliance-footer {
  margin-top: 48px;
  padding: 24px 16px;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  border-top: 2px solid #cbd5e1;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  color: #334155;
  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: #1e40af; text-decoration: none; }
.cf-icp a:hover, .cf-police a:hover { 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: #1e40af; text-decoration: none; }
.cf-algo a:hover { text-decoration: underline; }
.cf-algo-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.cf-algo-pending {
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #fcd34d;
  animation: cf-pulse 2.5s ease-in-out infinite;
}
.cf-algo-approved {
  background: #d1fae5;
  color: #065f46;
  border: 1px solid #6ee7b7;
}
@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 #cbd5e1;
  border-bottom: 1px dashed #cbd5e1;
}
.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; }
}
