/* Web 备案合规：法律页与全站页脚样式 */
.web-legal-page {
  font-family: 'PingFang SC', 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
  background: #f5f3f8;
  color: #374151;
  line-height: 1.75;
  margin: 0;
  min-height: 100vh;
}

.web-legal-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 20px 48px;
}

.web-legal-title {
  font-size: 28px;
  font-weight: 900;
  color: #1f1147;
  margin: 0 0 8px;
}

.web-legal-meta {
  font-size: 13px;
  color: #9ca3af;
  margin: 0 0 28px;
}

.web-legal-h2 {
  font-size: 18px;
  font-weight: 800;
  color: #1f2937;
  margin: 28px 0 10px;
}

.web-legal-p {
  font-size: 15px;
  color: #4b5563;
  margin: 0 0 14px;
  white-space: pre-wrap;
}

.web-legal-nav {
  margin-bottom: 24px;
  font-size: 13px;
}

.web-legal-nav a {
  color: #6d28d9;
  text-decoration: none;
  font-weight: 700;
}

.web-legal-nav a:hover {
  text-decoration: underline;
}

.web-legal-warn {
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #b45309;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 14px;
  margin-bottom: 20px;
}

.web-compliance-footer {
  border-top: 1px solid rgba(139, 92, 246, 0.2);
  background: rgba(11, 1, 24, 0.85);
  color: #c4b5fd;
  padding: 28px 20px 32px;
  font-size: 12px;
  line-height: 1.8;
}

.web-compliance-footer--light {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  color: #6b7280;
}

.web-compliance-footer a {
  color: #a78bfa;
  text-decoration: none;
}

.web-compliance-footer--light a {
  color: #6d28d9;
}

.web-compliance-footer a:hover {
  text-decoration: underline;
}

.web-compliance-footer__entity {
  font-weight: 800;
  color: #e9d5ff;
  font-size: 13px;
}

.web-compliance-footer--light .web-compliance-footer__entity {
  color: #1f1147;
}

.web-compliance-footer__links {
  margin: 10px 0;
}

.web-compliance-footer__links a + a::before {
  content: ' · ';
  color: #7c6bab;
  pointer-events: none;
}

.web-compliance-footer--light .web-compliance-footer__links a + a::before {
  color: #9ca3af;
}

.web-compliance-footer__icp {
  margin-top: 8px;
  font-size: 11px;
  color: #7c6bab;
}

.web-compliance-footer--light .web-compliance-footer__icp {
  color: #9ca3af;
}

.auth-legal-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 16px 0 4px;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  line-height: 1.55;
  text-align: left;
}

.auth-legal-consent input {
  margin-top: 3px;
  flex-shrink: 0;
}

.auth-legal-consent a {
  color: #6d28d9;
  text-decoration: none;
}

.auth-legal-consent a:hover {
  text-decoration: underline;
}
