/* 全站合规页脚 + 同意条 */
.lx-site-legal-footer {
	--slf-bg: #0e1218;
	--slf-text: #9aa8b8;
	--slf-title: #e8eef4;
	--slf-link: #5eead4;
	--slf-line: rgba(94, 234, 212, 0.14);
	background: var(--slf-bg);
	color: var(--slf-text);
	border-top: 1px solid var(--slf-line);
	margin-top: 48px;
	padding: 40px 16px 28px;
	font-size: 13px;
	line-height: 1.7;
	position: relative;
	z-index: 5;
}
.lx-slf-inner {
	max-width: 1120px;
	margin: 0 auto;
}
.lx-slf-grid {
	display: grid;
	grid-template-columns: 1.35fr 1fr 1.1fr 1.15fr;
	gap: 28px 24px;
}
/* 增强页脚可读性与信任感 */
.lx-site-legal-footer {
	box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.25);
}
.lx-slf-brand .lx-slf-entity strong {
	color: #c5d4e2;
}
.lx-slf-col li a {
	font-weight: 500;
}
@media (max-width: 900px) {
	.lx-slf-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
	.lx-slf-grid { grid-template-columns: 1fr; }
}
.lx-slf-logo {
	font-size: 1.25rem;
	font-weight: 800;
	color: var(--slf-title);
	letter-spacing: 0.02em;
}
.lx-slf-slogan {
	margin: 8px 0 12px;
	color: #7f93a8;
	font-size: 12.5px;
}
.lx-slf-entity {
	margin: 0;
	font-size: 12.5px;
	color: #8a9aab;
}
.lx-slf-h {
	font-size: 12px;
	font-weight: 700;
	color: var(--slf-title);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
}
.lx-slf-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lx-slf-col li {
	margin: 0 0 7px;
}
.lx-slf-col a {
	color: var(--slf-link) !important;
	text-decoration: none !important;
}
.lx-slf-col a:hover {
	text-decoration: underline !important;
}
.lx-slf-contact li {
	word-break: break-all;
}
.lx-slf-addr {
	color: #7a8a9a;
	font-size: 12px;
}
.lx-slf-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-top: 28px;
	padding-top: 16px;
	border-top: 1px solid var(--slf-line);
}
.lx-slf-copy {
	color: #7a8a9a;
	font-size: 12px;
}
.lx-slf-icp-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 8px;
	background: rgba(94, 234, 212, 0.08);
	border: 1px solid rgba(94, 234, 212, 0.22);
	color: #a7f3e8 !important;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.02em;
	text-decoration: none !important;
}
.lx-slf-icp-link:hover {
	background: rgba(94, 234, 212, 0.16);
}
.lx-slf-disclaimer {
	margin: 14px 0 0;
	font-size: 11.5px;
	color: #6b7c8c;
	line-height: 1.65;
}
.lx-slf-disclaimer a {
	color: var(--slf-link) !important;
}

/* 同意条 */
.lx-consent-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99990;
	padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
	background: rgba(12, 16, 22, 0.96);
	border-top: 1px solid rgba(94, 234, 212, 0.25);
	box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(10px);
}
.lx-consent-bar[hidden] {
	display: none !important;
}
.lx-consent-bar__inner {
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	gap: 16px;
	align-items: center;
	flex-wrap: wrap;
}
.lx-consent-bar p {
	flex: 1;
	min-width: 240px;
	margin: 0;
	font-size: 12.5px;
	line-height: 1.6;
	color: #c5d0db;
}
.lx-consent-bar a {
	color: #5eead4 !important;
}
.lx-consent-bar__btn {
	border: 0;
	border-radius: 8px;
	padding: 10px 18px;
	background: linear-gradient(135deg, #2dd4bf, #0d9488);
	color: #042f2e;
	font-weight: 700;
	font-size: 13px;
	cursor: pointer;
	white-space: nowrap;
}
.lx-consent-bar__btn:hover {
	filter: brightness(1.06);
}

/* 登录注册页协议行 */
.lx-auth-legal {
	margin: 12px 0 0;
	font-size: 12px;
	color: #8a939f;
	line-height: 1.55;
	text-align: center;
}
.lx-auth-legal a {
	color: #5eead4 !important;
}

/* 法律页面正文可读性 */
body.page .lx-legal-entity-block,
.lx-legal-entity-block {
	margin-top: 2rem;
	padding: 1.25rem 1.35rem;
	border: 1px solid rgba(94, 234, 212, 0.2);
	border-radius: 12px;
	background: rgba(15, 23, 32, 0.45);
}
