/* =========================================================
   龙虾PRO · 赛博朋克元宇宙首页
   ========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;800&family=Noto+Sans+SC:wght@400;500;700;900&display=swap");

/* 全站赛博页也应用首页基底变量（与 lx-cyber-site 配合） */
body.lx-cyber-home,
body.lx-cyber-site {
	--cx-bg: #05060d;
	--cx-panel: rgba(8, 12, 24, 0.72);
	--cx-line: rgba(0, 255, 240, 0.28);
	--cx-cyan: #00fff0;
	--cx-pink: #ff2bd6;
	--cx-purple: #8b5cff;
	--cx-yellow: #f9f871;
	--cx-text: #e8f7ff;
	--cx-muted: #8aa0b8;
	--cx-glow: 0 0 24px rgba(0, 255, 240, 0.35);
	background: var(--cx-bg) !important;
	color: var(--cx-text);
	font-family: "Noto Sans SC", system-ui, sans-serif;
	overflow-x: hidden;
}

body.lx-cyber-home::before {
	content: none !important;
}

/* —— 全局背景层 —— */
.lx-cx-fx {
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}
.lx-cx-fx__void {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(1200px 700px at 15% 10%, rgba(139, 92, 255, 0.22), transparent 60%),
		radial-gradient(900px 600px at 85% 20%, rgba(255, 43, 214, 0.16), transparent 55%),
		radial-gradient(1000px 800px at 50% 100%, rgba(0, 255, 240, 0.12), transparent 50%),
		linear-gradient(180deg, #03040a 0%, #0a0d1a 45%, #05060d 100%);
}
.lx-cx-fx__grid {
	position: absolute;
	inset: -20%;
	background-image:
		linear-gradient(rgba(0, 255, 240, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 255, 240, 0.06) 1px, transparent 1px);
	background-size: 56px 56px;
	transform: perspective(500px) rotateX(60deg) translateY(-10%);
	animation: lx-cx-grid-drift 28s linear infinite;
	opacity: 0.55;
	mask-image: linear-gradient(180deg, transparent, #000 30%, #000 70%, transparent);
}
.lx-cx-fx__aurora {
	position: absolute;
	width: 55vw;
	height: 55vw;
	border-radius: 50%;
	filter: blur(60px);
	opacity: 0.45;
	mix-blend-mode: screen;
}
.lx-cx-fx__aurora--a {
	top: -10%;
	left: -8%;
	background: radial-gradient(circle, rgba(0, 255, 240, 0.55), transparent 65%);
	animation: lx-cx-float-a 14s ease-in-out infinite;
}
.lx-cx-fx__aurora--b {
	right: -12%;
	bottom: 5%;
	background: radial-gradient(circle, rgba(255, 43, 214, 0.45), transparent 65%);
	animation: lx-cx-float-b 18s ease-in-out infinite;
}
.lx-cx-fx__scan {
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(
		0deg,
		transparent,
		transparent 2px,
		rgba(0, 0, 0, 0.12) 3px
	);
	opacity: 0.35;
	animation: lx-cx-scan 8s linear infinite;
}
.lx-cx-fx__rain,
.lx-cx-fx__particles {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.lx-cx-fx__vignette {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at center, transparent 40%, rgba(0, 0, 0, 0.65) 100%);
}

@keyframes lx-cx-grid-drift {
	0% { background-position: 0 0, 0 0; }
	100% { background-position: 0 56px, 56px 0; }
}
@keyframes lx-cx-float-a {
	0%, 100% { transform: translate(0, 0) scale(1); }
	50% { transform: translate(40px, 30px) scale(1.12); }
}
@keyframes lx-cx-float-b {
	0%, 100% { transform: translate(0, 0) scale(1); }
	50% { transform: translate(-50px, -20px) scale(1.08); }
}
@keyframes lx-cx-scan {
	0% { transform: translateY(0); }
	100% { transform: translateY(4px); }
}

/* 让主题内容浮在背景上 */
body.lx-cyber-home .wp-site-blocks,
body.lx-cyber-home main.wp-block-group,
body.lx-cyber-home .home-page-main-box,
body.lx-cyber-home .main-box-homepage {
	position: relative;
	z-index: 1;
	background: transparent !important;
}

/* —— HERO —— */
.lx-cx-hero {
	position: relative;
	z-index: 2;
	margin: 0 0 8px;
	padding: 18px 18px 10px;
}
.lx-cx-hero__stage {
	position: relative;
	min-height: clamp(420px, 62vh, 640px);
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid rgba(0, 255, 240, 0.28);
	background:
		linear-gradient(135deg, rgba(0, 255, 240, 0.06), transparent 40%),
		linear-gradient(180deg, rgba(10, 14, 28, 0.85), rgba(5, 6, 13, 0.92));
	box-shadow:
		0 0 0 1px rgba(255, 43, 214, 0.08) inset,
		0 30px 80px rgba(0, 0, 0, 0.55),
		0 0 60px rgba(0, 255, 240, 0.08);
}

.lx-cx-scene {
	position: absolute;
	inset: 0;
	opacity: 1;
	pointer-events: none;
}
/* 合成层级：地网格 → 城 → 传送门 → HUD */
.lx-cx-scene--floor { z-index: 0; opacity: 0.85; }
.lx-cx-scene--city { z-index: 1; opacity: 0.9; }
.lx-cx-scene--portal { z-index: 2; opacity: 0.95; }
.lx-cx-scene--hud { z-index: 3; opacity: 0.75; }
/* 已移除场景切换栏 */
.lx-cx-scene-rail { display: none !important; }

/* 传送门 */
.lx-cx-portal {
	position: absolute;
	right: 8%;
	top: 50%;
	width: min(360px, 42vw);
	height: min(360px, 42vw);
	transform: translateY(-50%);
}
.lx-cx-portal__ring {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 2px solid transparent;
	box-shadow: 0 0 30px rgba(0, 255, 240, 0.25);
}
.lx-cx-portal__ring.r1 {
	border-color: rgba(0, 255, 240, 0.65);
	animation: lx-cx-spin 12s linear infinite;
	background: conic-gradient(from 0deg, transparent, rgba(0, 255, 240, 0.4), transparent 40%);
	-webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
	mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
}
.lx-cx-portal__ring.r2 {
	inset: 12%;
	border-color: rgba(255, 43, 214, 0.55);
	animation: lx-cx-spin-rev 9s linear infinite;
	box-shadow: 0 0 40px rgba(255, 43, 214, 0.25);
}
.lx-cx-portal__ring.r3 {
	inset: 26%;
	border-color: rgba(139, 92, 255, 0.7);
	border-style: dashed;
	animation: lx-cx-spin 6s linear infinite;
}
.lx-cx-portal__core {
	position: absolute;
	inset: 34%;
	border-radius: 50%;
	background:
		radial-gradient(circle at 35% 30%, #fff 0 2%, transparent 18%),
		radial-gradient(circle, rgba(0, 255, 240, 0.9), rgba(139, 92, 255, 0.4) 45%, transparent 70%);
	box-shadow: 0 0 50px rgba(0, 255, 240, 0.55), 0 0 100px rgba(255, 43, 214, 0.35);
	animation: lx-cx-pulse-core 2.4s ease-in-out infinite;
}
.lx-cx-portal__beam {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 2px;
	height: 140%;
	transform: translate(-50%, -50%) rotate(18deg);
	background: linear-gradient(180deg, transparent, rgba(0, 255, 240, 0.8), transparent);
	filter: blur(1px);
	animation: lx-cx-beam 3.5s ease-in-out infinite;
	opacity: 0.7;
}

@keyframes lx-cx-spin { to { transform: rotate(360deg); } }
@keyframes lx-cx-spin-rev { to { transform: rotate(-360deg); } }
@keyframes lx-cx-pulse-core {
	0%, 100% { transform: scale(1); filter: brightness(1); }
	50% { transform: scale(1.08); filter: brightness(1.25); }
}
@keyframes lx-cx-beam {
	0%, 100% { opacity: 0.25; }
	50% { opacity: 0.9; }
}

/* HUD */
.lx-cx-hud {
	position: absolute;
	right: 6%;
	top: 50%;
	width: min(380px, 46vw);
	height: min(380px, 46vw);
	transform: translateY(-50%);
}
.lx-cx-hud__hex {
	position: absolute;
	inset: 10%;
	clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
	border: 1px solid rgba(0, 255, 240, 0.45);
	box-shadow: 0 0 30px rgba(0, 255, 240, 0.15) inset;
	animation: lx-cx-spin 20s linear infinite;
}
.lx-cx-hud__hex.h2 {
	inset: 22%;
	border-color: rgba(255, 43, 214, 0.5);
	animation-direction: reverse;
	animation-duration: 14s;
}
.lx-cx-hud__orbit {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 1px dashed rgba(139, 92, 255, 0.35);
	animation: lx-cx-spin 16s linear infinite;
}
.lx-cx-hud__orbit.o2 {
	inset: 16%;
	animation-duration: 11s;
	animation-direction: reverse;
}
.lx-cx-hud__orbit i {
	position: absolute;
	top: 0;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	border-radius: 50%;
	background: var(--cx-cyan);
	box-shadow: 0 0 16px var(--cx-cyan);
}
.lx-cx-hud__orbit.o2 i:nth-child(2) {
	top: 100%;
	background: var(--cx-pink);
	box-shadow: 0 0 16px var(--cx-pink);
}
.lx-cx-hud__readout {
	position: absolute;
	left: 50%;
	bottom: 8%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-family: Orbitron, monospace;
	font-size: 11px;
	letter-spacing: 0.12em;
	color: var(--cx-cyan);
	text-shadow: 0 0 10px rgba(0, 255, 240, 0.6);
	text-align: center;
	white-space: nowrap;
}

/* 霓虹城 */
.lx-cx-city {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 55%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 8px;
	padding: 0 6% 8%;
	perspective: 600px;
}
.lx-cx-city .b {
	display: block;
	width: 28px;
	border-radius: 3px 3px 0 0;
	background: linear-gradient(180deg, rgba(0, 255, 240, 0.35), rgba(8, 12, 24, 0.9));
	border: 1px solid rgba(0, 255, 240, 0.25);
	box-shadow: 0 0 18px rgba(0, 255, 240, 0.2);
	position: relative;
	animation: lx-cx-build 3.5s ease-in-out infinite;
}
.lx-cx-city .b::after {
	content: "";
	position: absolute;
	inset: 8px 4px auto;
	height: 60%;
	background: repeating-linear-gradient(
		180deg,
		rgba(255, 43, 214, 0.55) 0 2px,
		transparent 2px 8px
	);
	opacity: 0.7;
	animation: lx-cx-windows 1.8s steps(3) infinite;
}
.lx-cx-city .b1 { height: 42%; animation-delay: 0s; }
.lx-cx-city .b2 { height: 68%; width: 36px; animation-delay: .2s; background: linear-gradient(180deg, rgba(255,43,214,.4), rgba(8,12,24,.9)); }
.lx-cx-city .b3 { height: 50%; animation-delay: .35s; }
.lx-cx-city .b4 { height: 78%; width: 42px; animation-delay: .1s; }
.lx-cx-city .b5 { height: 58%; animation-delay: .45s; }
.lx-cx-city .b6 { height: 88%; width: 48px; animation-delay: .15s; background: linear-gradient(180deg, rgba(139,92,255,.55), rgba(8,12,24,.95)); }
.lx-cx-city .b7 { height: 46%; animation-delay: .55s; }
.lx-cx-city .b8 { height: 62%; width: 34px; animation-delay: .25s; }
.lx-cx-city .b9 { height: 72%; animation-delay: .4s; }
.lx-cx-city__glow {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	height: 40%;
	background: linear-gradient(180deg, transparent, rgba(255, 43, 214, 0.18));
	pointer-events: none;
}
@keyframes lx-cx-build {
	0%, 100% { transform: translateY(0); filter: brightness(1); }
	50% { transform: translateY(-6px); filter: brightness(1.2); }
}
@keyframes lx-cx-windows {
	0% { opacity: .4; }
	50% { opacity: 1; }
	100% { opacity: .55; }
}

/* 地网格 */
.lx-cx-floor {
	position: absolute;
	inset: 0;
	perspective: 500px;
	overflow: hidden;
}
.lx-cx-floor__plane {
	position: absolute;
	left: -20%;
	right: -20%;
	bottom: -10%;
	height: 70%;
	background-image:
		linear-gradient(rgba(0, 255, 240, 0.35) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 255, 240, 0.35) 1px, transparent 1px);
	background-size: 40px 40px;
	transform: rotateX(68deg);
	transform-origin: center bottom;
	animation: lx-cx-floor-run 2.2s linear infinite;
	mask-image: linear-gradient(180deg, transparent, #000 35%, #000);
}
.lx-cx-floor__line {
	position: absolute;
	left: 50%;
	width: 2px;
	height: 55%;
	bottom: 8%;
	background: linear-gradient(180deg, transparent, var(--cx-pink));
	box-shadow: 0 0 16px var(--cx-pink);
	transform-origin: bottom center;
	opacity: 0.7;
}
.lx-cx-floor__line.l1 { transform: translateX(-50%) rotate(-18deg); animation: lx-cx-trail 2s ease-in-out infinite; }
.lx-cx-floor__line.l2 { transform: translateX(-50%) rotate(0deg); background: linear-gradient(180deg, transparent, var(--cx-cyan)); box-shadow: 0 0 16px var(--cx-cyan); animation: lx-cx-trail 2.4s ease-in-out infinite .3s; }
.lx-cx-floor__line.l3 { transform: translateX(-50%) rotate(18deg); animation: lx-cx-trail 2.1s ease-in-out infinite .15s; }
@keyframes lx-cx-floor-run {
	0% { background-position: 0 0, 0 0; }
	100% { background-position: 0 40px, 0 0; }
}
@keyframes lx-cx-trail {
	0%, 100% { opacity: .25; height: 40%; }
	50% { opacity: .95; height: 62%; }
}

/* 文案区 */
.lx-cx-hero__copy {
	position: relative;
	z-index: 3;
	max-width: min(560px, 92%);
	padding: clamp(28px, 5vw, 56px) clamp(22px, 4vw, 48px);
}
.lx-cx-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	font-family: Orbitron, monospace;
	font-size: 12px;
	letter-spacing: 0.18em;
	color: var(--cx-cyan);
	text-shadow: 0 0 12px rgba(0, 255, 240, 0.5);
}
.lx-cx-pulse {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--cx-pink);
	box-shadow: 0 0 12px var(--cx-pink);
	animation: lx-cx-pulse-core 1.2s ease-in-out infinite;
}
.lx-cx-title {
	margin: 0 0 16px;
	font-family: Orbitron, "Noto Sans SC", sans-serif;
	font-size: clamp(2rem, 5.2vw, 3.4rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0.04em;
	color: #fff;
	text-shadow:
		0 0 20px rgba(0, 255, 240, 0.35),
		0 0 40px rgba(255, 43, 214, 0.2);
	position: relative;
}
.lx-cx-title em {
	font-style: normal;
	background: linear-gradient(90deg, var(--cx-cyan), var(--cx-pink), var(--cx-yellow));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.lx-cx-title.is-glitching {
	animation: lx-cx-glitch 0.45s steps(2) 1;
}
@keyframes lx-cx-glitch {
	0% { transform: translate(0); text-shadow: 2px 0 var(--cx-pink), -2px 0 var(--cx-cyan); }
	25% { transform: translate(-3px, 1px); }
	50% { transform: translate(3px, -1px); text-shadow: -2px 0 var(--cx-pink), 2px 0 var(--cx-cyan); }
	100% { transform: translate(0); text-shadow: 0 0 20px rgba(0, 255, 240, 0.35); }
}
.lx-cx-sub {
	margin: 0 0 22px;
	font-size: 15px;
	line-height: 1.85;
	color: var(--cx-muted);
	max-width: 34em;
}
.lx-cx-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 28px;
}
.lx-cx-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none !important;
	letter-spacing: 0.04em;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s;
	overflow: hidden;
}
.lx-cx-btn span { position: relative; z-index: 1; }
.lx-cx-btn--neon {
	color: #041016 !important;
	background: linear-gradient(90deg, var(--cx-cyan), #7afcff);
	box-shadow: 0 0 24px rgba(0, 255, 240, 0.45);
}
.lx-cx-btn--neon:hover {
	transform: translateY(-2px) scale(1.03);
	box-shadow: 0 0 36px rgba(0, 255, 240, 0.7);
}
.lx-cx-btn--ghost {
	color: var(--cx-text) !important;
	background: rgba(0, 255, 240, 0.06);
	border: 1px solid rgba(0, 255, 240, 0.4);
	box-shadow: 0 0 18px rgba(255, 43, 214, 0.12);
}
.lx-cx-btn--ghost:hover {
	border-color: var(--cx-pink);
	box-shadow: 0 0 28px rgba(255, 43, 214, 0.35);
	transform: translateY(-2px);
}
.lx-cx-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	max-width: 480px;
}
.lx-cx-stat {
	padding: 10px 8px;
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(0, 255, 240, 0.18);
	text-align: center;
	backdrop-filter: blur(8px);
}
.lx-cx-stat b {
	display: block;
	font-family: Orbitron, monospace;
	font-size: 1.25rem;
	color: var(--cx-cyan);
	text-shadow: 0 0 12px rgba(0, 255, 240, 0.5);
}
.lx-cx-stat span {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	color: var(--cx-muted);
}

.lx-cx-scene-rail {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
	padding: 0 4px;
}
.lx-cx-scene-rail button {
	appearance: none;
	border: 1px solid rgba(0, 255, 240, 0.25);
	background: rgba(0, 0, 0, 0.35);
	color: var(--cx-muted);
	font-size: 12px;
	font-family: Orbitron, monospace;
	letter-spacing: 0.08em;
	padding: 8px 14px;
	border-radius: 999px;
	cursor: pointer;
	transition: all 0.2s ease;
}
.lx-cx-scene-rail button:hover {
	color: var(--cx-text);
	border-color: rgba(255, 43, 214, 0.5);
}
.lx-cx-scene-rail button.is-active {
	color: #041016;
	background: linear-gradient(90deg, var(--cx-cyan), #9af8ff);
	border-color: transparent;
	box-shadow: 0 0 18px rgba(0, 255, 240, 0.4);
}

/* 数据流横幅 */
.lx-cx-stream {
	position: relative;
	z-index: 2;
	margin: 8px 18px 18px;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid rgba(255, 43, 214, 0.25);
	background: linear-gradient(90deg, rgba(255, 43, 214, 0.08), rgba(0, 255, 240, 0.08));
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.lx-cx-stream__track {
	display: flex;
	gap: 36px;
	padding: 12px 0;
	width: max-content;
	animation: lx-cx-marquee 28s linear infinite;
	font-family: Orbitron, monospace;
	font-size: 12px;
	letter-spacing: 0.22em;
	color: rgba(0, 255, 240, 0.75);
	text-shadow: 0 0 10px rgba(0, 255, 240, 0.35);
}
.lx-cx-stream__track span::before {
	content: "◆ ";
	color: var(--cx-pink);
}
@keyframes lx-cx-marquee {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* =========================================================
   主体布局：打掉灰色底，透出元宇宙背景 + 立体浮岛
   ========================================================= */

/* 强制透明：主题/区块的灰底与内联色 */
body.lx-cyber-home .wp-site-blocks,
body.lx-cyber-home main.wp-block-group,
body.lx-cyber-home .home-page-main-box,
body.lx-cyber-home .main-box-homepage,
body.lx-cyber-home .main-box-homepage > .wp-block-column,
body.lx-cyber-home .home-sidebar,
body.lx-cyber-home .right-homepage,
body.lx-cyber-home .right-homepage > .wp-block-group,
body.lx-cyber-home .has-secondary-accent-background-color,
body.lx-cyber-home .has-accent-background-color,
body.lx-cyber-home .has-background,
body.lx-cyber-home .wp-block-group.has-background,
body.lx-cyber-home .wp-block-column.has-background {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
}

body.lx-cyber-home .main-box-homepage {
	gap: 22px !important;
	padding: 0 14px 48px !important;
	perspective: 1400px;
	transform-style: preserve-3d;
}
body.lx-cyber-home .right-homepage {
	padding-left: 10px !important;
	padding-right: 10px !important;
	display: flex !important;
	flex-direction: column;
	gap: 22px;
}

/* —— 立体浮岛面板通用骨架 —— */
body.lx-cyber-home .lx-cx-panel,
body.lx-cyber-home .home-sidebar-outer,
body.lx-cyber-home .right-box-header,
body.lx-cyber-home .recommend-card,
body.lx-cyber-home .topic-card,
body.lx-cyber-home .ai-wechat-box,
body.lx-cyber-home .finance-cards,
body.lx-cyber-home .lx-latest-posts-section > .wp-block-latest-posts,
body.lx-cyber-home .lx-latest-posts-section .wp-block-latest-posts__list > li,
body.lx-cyber-home .right-homepage > .wp-block-group > .wp-block-group:not(.right-box-header) {
	position: relative !important;
	isolation: isolate;
	border-radius: 18px !important;
	/* 半透明玻璃，能看见背后的网格/极光/粒子 */
	background:
		linear-gradient(145deg, rgba(0, 255, 240, 0.07) 0%, transparent 38%),
		linear-gradient(320deg, rgba(255, 43, 214, 0.05) 0%, transparent 42%),
		rgba(6, 10, 22, 0.38) !important;
	background-color: rgba(6, 10, 22, 0.38) !important;
	border: 1px solid rgba(0, 255, 240, 0.28) !important;
	backdrop-filter: blur(14px) saturate(1.25);
	-webkit-backdrop-filter: blur(14px) saturate(1.25);
	/* 多层阴影：浮空立体感 */
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.08) inset,
		0 0 0 1px rgba(255, 43, 214, 0.06) inset,
		0 18px 40px rgba(0, 0, 0, 0.45),
		0 4px 0 rgba(0, 255, 240, 0.08),
		0 28px 60px rgba(0, 0, 0, 0.35) !important;
	/* 不用 preserve-3d + JS 倾斜，避免悬停抖动 */
	transition:
		transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.28s ease,
		border-color 0.28s ease,
		filter 0.28s ease;
	/* 默认允许内容完整展示；特效层自行裁剪 */
	overflow: visible;
}

/* 顶缘高光 + 底缘深度 */
body.lx-cyber-home .lx-cx-panel::before,
body.lx-cyber-home .home-sidebar-outer::before,
body.lx-cyber-home .recommend-card::before,
body.lx-cyber-home .topic-card::before,
body.lx-cyber-home .ai-wechat-box::before,
body.lx-cyber-home .finance-cards::before,
body.lx-cyber-home .lx-latest-posts-section > .wp-block-latest-posts::before,
body.lx-cyber-home .lx-latest-posts-section .wp-block-latest-posts__list > li::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	z-index: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 18%),
		linear-gradient(90deg, transparent, rgba(0, 255, 240, 0.08), transparent);
	opacity: 0.85;
}

/* 角标装饰（区块级，不套在每条列表上） */
body.lx-cyber-home .recommend-card::after,
body.lx-cyber-home .topic-card::after,
body.lx-cyber-home .ai-wechat-box::after,
body.lx-cyber-home .lx-latest-posts-section .wp-block-latest-posts__list > li::after {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	width: 14px;
	height: 14px;
	border-top: 2px solid rgba(0, 255, 240, 0.7);
	border-right: 2px solid rgba(0, 255, 240, 0.7);
	opacity: 0.55;
	pointer-events: none;
	z-index: 2;
	filter: drop-shadow(0 0 6px rgba(0, 255, 240, 0.5));
	transition: opacity 0.25s, transform 0.35s;
}

body.lx-cyber-home .home-sidebar-outer,
body.lx-cyber-home .recommend-card,
body.lx-cyber-home .topic-card,
body.lx-cyber-home .ai-wechat-box,
body.lx-cyber-home .finance-cards,
body.lx-cyber-home .lx-latest-posts-section > .wp-block-latest-posts,
body.lx-cyber-home .lx-latest-posts-section .wp-block-latest-posts__list > li {
	z-index: 1;
}
body.lx-cyber-home .ai-wechat-box > *,
body.lx-cyber-home .finance-cards > *,
body.lx-cyber-home .recommend-card > *,
body.lx-cyber-home .topic-card > * {
	position: relative;
	z-index: 1;
}

/* 侧栏浮岛 */
body.lx-cyber-home .home-sidebar-outer {
	padding: 22px !important;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.1) inset,
		-12px 0 40px rgba(0, 255, 240, 0.08),
		0 24px 50px rgba(0, 0, 0, 0.5),
		0 0 40px rgba(139, 92, 255, 0.1) !important;
}
body.lx-cyber-home .home-sidebar-outer:hover {
	transform: translateY(-4px);
	border-color: rgba(0, 255, 240, 0.55) !important;
	box-shadow:
		0 0 0 1px rgba(0, 255, 240, 0.25) inset,
		0 0 50px rgba(0, 255, 240, 0.22),
		0 30px 60px rgba(0, 0, 0, 0.55) !important;
}
body.lx-cyber-home .header-logo {
	background: linear-gradient(135deg, rgba(255, 43, 214, 0.4), rgba(0, 255, 240, 0.22)) !important;
	border: 1px solid rgba(0, 255, 240, 0.4) !important;
	box-shadow: 0 0 28px rgba(0, 255, 240, 0.35), 0 10px 24px rgba(0, 0, 0, 0.4);
	transform: translateZ(12px);
}
body.lx-cyber-home .header-logo .wp-block-site-title a,
body.lx-cyber-home .wp-block-site-title a {
	color: #fff !important;
	font-family: Orbitron, sans-serif !important;
	text-shadow: 0 0 16px rgba(0, 255, 240, 0.55);
}
body.lx-cyber-home .header-menu a,
body.lx-cyber-home .wp-block-navigation-item__content {
	color: var(--cx-text) !important;
	transition: color 0.2s, text-shadow 0.2s, transform 0.2s;
}
body.lx-cyber-home .header-menu .wp-block-navigation-item:hover .wp-block-navigation-item__content,
body.lx-cyber-home .header-menu a:hover {
	color: var(--cx-cyan) !important;
	text-shadow: 0 0 14px rgba(0, 255, 240, 0.65);
	transform: translateX(4px);
}

/* 顶部通告条 */
body.lx-cyber-home .right-box-header {
	padding: 12px 16px !important;
	transform: translateZ(8px);
}
body.lx-cyber-home .right-box-header p,
body.lx-cyber-home .right-box-header a {
	color: var(--cx-muted) !important;
}
body.lx-cyber-home .right-box-header a {
	color: var(--cx-cyan) !important;
}

/* 覆盖主题最新文章灰底 */
body.lx-cyber-home.home .right-homepage .lx-latest-posts-section > .wp-block-latest-posts {
	background:
		linear-gradient(145deg, rgba(0, 255, 240, 0.07) 0%, transparent 40%),
		rgba(6, 10, 22, 0.38) !important;
	border: 1px solid rgba(0, 255, 240, 0.28) !important;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.08) inset,
		0 20px 48px rgba(0, 0, 0, 0.45) !important;
}
body.lx-cyber-home.home .right-homepage .lx-latest-posts-section .wp-block-latest-posts__list > li {
	background:
		linear-gradient(160deg, rgba(139, 92, 255, 0.08), transparent 50%),
		rgba(4, 8, 18, 0.42) !important;
	border: 1px solid rgba(0, 255, 240, 0.2) !important;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35) !important;
}

/* 文案色 */
body.lx-cyber-home .lx-latest-posts-section .wp-block-latest-posts__post-title,
body.lx-cyber-home .ai-wechat-box h2 {
	color: #f0fbff !important;
	text-decoration: none !important;
}
body.lx-cyber-home .lx-latest-posts-section .wp-block-latest-posts__post-title:hover {
	color: var(--cx-cyan) !important;
	text-shadow: 0 0 12px rgba(0, 255, 240, 0.45);
}
body.lx-cyber-home .ai-wechat-box .content,
body.lx-cyber-home .ai-wechat-box .warn,
body.lx-cyber-home .lx-latest-posts-section .wp-block-latest-posts__post-excerpt,
body.lx-cyber-home .lx-home-empty {
	color: var(--cx-muted) !important;
}

/* =========================================================
   推荐 / 热门 · 整齐列表重设计
   ========================================================= */
body.lx-cyber-home .recommend-card,
body.lx-cyber-home .topic-card {
	padding: 18px 16px 16px !important;
	margin: 0 0 18px !important;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

/* 区块标题 */
body.lx-cyber-home .recommend-card > .card-head,
body.lx-cyber-home .topic-card > .card-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 4px !important;
	padding: 0 6px 12px !important;
	border-bottom: 1px solid rgba(0, 255, 240, 0.15);
	background: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}
body.lx-cyber-home .recommend-card > .card-head::before,
body.lx-cyber-home .topic-card > .card-head::before {
	content: "";
	width: 4px;
	height: 22px;
	border-radius: 4px;
	flex-shrink: 0;
	background: linear-gradient(180deg, var(--cx-cyan), var(--cx-pink));
	box-shadow: 0 0 12px rgba(0, 255, 240, 0.55);
}
body.lx-cyber-home .topic-card > .card-head::before {
	background: linear-gradient(180deg, var(--cx-pink), var(--cx-purple));
	box-shadow: 0 0 12px rgba(255, 43, 214, 0.45);
}
body.lx-cyber-home .recommend-card > .card-head h2,
body.lx-cyber-home .topic-card > .card-head h2 {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	font-family: Orbitron, "Noto Sans SC", sans-serif !important;
	font-size: 1.4rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em;
	color: #fff !important;
	text-shadow: 0 0 14px rgba(0, 255, 240, 0.28);
	line-height: 1.2;
}
body.lx-cyber-home .topic-card > .card-head h2 {
	text-shadow: 0 0 14px rgba(255, 43, 214, 0.3);
}
body.lx-cyber-home .recommend-card > .card-head::after {
	content: "FEATURED";
	margin-left: auto;
	font-family: Orbitron, monospace;
	font-size: 10px;
	letter-spacing: 0.14em;
	color: rgba(0, 255, 240, 0.7);
}
body.lx-cyber-home .topic-card > .card-head::after {
	content: "TOP 9";
	margin-left: auto;
	font-family: Orbitron, monospace;
	font-size: 10px;
	letter-spacing: 0.14em;
	color: rgba(255, 43, 214, 0.75);
}

/* 列表容器 */
body.lx-cyber-home .lx-cx-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* 单行条目：清爽、不堆叠厚重卡片 */
body.lx-cyber-home .lx-cx-list__item,
body.lx-cyber-home .news-item.lx-cx-list__item,
body.lx-cyber-home .topic-item.lx-cx-list__item {
	display: grid !important;
	grid-template-columns: 42px minmax(0, 1fr) 28px;
	align-items: start;
	gap: 10px 12px;
	margin: 0 !important;
	padding: 12px 12px 12px 10px !important;
	border-radius: 12px !important;
	border: 1px solid rgba(0, 255, 240, 0.12) !important;
	background: rgba(0, 0, 0, 0.22) !important;
	box-shadow: none !important;
	backdrop-filter: none;
	text-decoration: none !important;
	color: inherit;
	overflow: hidden;
	cursor: pointer;
	transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}
body.lx-cyber-home .lx-cx-list__item::before,
body.lx-cyber-home .lx-cx-list__item::after {
	display: none !important;
	content: none !important;
}
body.lx-cyber-home .lx-cx-list__idx {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	font-family: Orbitron, monospace;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: rgba(0, 255, 240, 0.55);
	border-radius: 8px;
	background: rgba(0, 255, 240, 0.06);
	border: 1px solid rgba(0, 255, 240, 0.12);
}
body.lx-cyber-home .lx-cx-list--hot .lx-cx-list__idx {
	color: rgba(255, 43, 214, 0.65);
	background: rgba(255, 43, 214, 0.06);
	border-color: rgba(255, 43, 214, 0.14);
}
body.lx-cyber-home .lx-cx-list__item.is-top .lx-cx-list__idx,
body.lx-cyber-home .lx-cx-list__item.is-feature .lx-cx-list__idx {
	color: #041016;
	background: linear-gradient(135deg, var(--cx-cyan), #7af8ff);
	border-color: transparent;
	box-shadow: 0 0 14px rgba(0, 255, 240, 0.4);
}
body.lx-cyber-home .lx-cx-list--hot .lx-cx-list__item.is-top .lx-cx-list__idx {
	background: linear-gradient(135deg, var(--cx-pink), #ff8ae8);
	box-shadow: 0 0 14px rgba(255, 43, 214, 0.4);
}
body.lx-cyber-home .lx-cx-list__main {
	min-width: 0;
}
body.lx-cyber-home .lx-cx-list__title {
	margin: 0 0 6px !important;
	padding: 0 !important;
	font-size: 17.5px !important;
	font-weight: 650 !important;
	line-height: 1.45 !important;
	color: #eef7ff !important;
}
body.lx-cyber-home .lx-cx-list__title a {
	color: inherit !important;
	text-decoration: none !important;
}
body.lx-cyber-home .lx-cx-list__desc {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14.5px !important;
	line-height: 1.6 !important;
	color: #8aa0b8 !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
body.lx-cyber-home .lx-cx-list__go {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	font-size: 16px;
	color: rgba(0, 255, 240, 0.35);
	transition: color 0.2s, transform 0.2s;
}

/* 推荐：首条突出 */
body.lx-cyber-home .lx-cx-list__item.is-feature {
	grid-template-columns: 48px minmax(0, 1fr) 28px;
	padding: 16px 14px !important;
	border-color: rgba(0, 255, 240, 0.28) !important;
	background:
		linear-gradient(120deg, rgba(0, 255, 240, 0.1), transparent 50%),
		rgba(0, 0, 0, 0.28) !important;
}
body.lx-cyber-home .lx-cx-list__item.is-feature .lx-cx-list__title {
	font-size: 19px !important;
	line-height: 1.4 !important;
}
body.lx-cyber-home .lx-cx-list__item.is-feature .lx-cx-list__desc {
	-webkit-line-clamp: 3;
	font-size: 15px !important;
}

/* 热门：Top3 略强 */
body.lx-cyber-home .lx-cx-list--hot .lx-cx-list__item.is-top {
	border-color: rgba(255, 43, 214, 0.22) !important;
}

/* 悬停：稳定轻动效 */
body.lx-cyber-home .lx-cx-list__item:hover {
	transform: translateY(-2px);
	border-color: rgba(0, 255, 240, 0.45) !important;
	background: rgba(0, 255, 240, 0.06) !important;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28) !important;
}
body.lx-cyber-home .lx-cx-list--hot .lx-cx-list__item:hover {
	border-color: rgba(255, 43, 214, 0.45) !important;
	background: rgba(255, 43, 214, 0.06) !important;
}
body.lx-cyber-home .lx-cx-list__item:hover .lx-cx-list__title,
body.lx-cyber-home .lx-cx-list__item:hover .lx-cx-list__title a {
	color: var(--cx-cyan) !important;
}
body.lx-cyber-home .lx-cx-list--hot .lx-cx-list__item:hover .lx-cx-list__title {
	color: #ff9ae0 !important;
}
body.lx-cyber-home .lx-cx-list__item:hover .lx-cx-list__go {
	color: var(--cx-cyan);
	transform: translate(2px, -2px);
}

/* 覆盖旧的 news/topic 重阴影悬停，避免双套样式 */
body.lx-cyber-home .news-item.lx-cx-list__item[data-cx-fx="scan"]:hover,
body.lx-cyber-home .topic-item.lx-cx-list__item[data-cx-fx="pulse"]:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28) !important;
}
body.lx-cyber-home .lx-latest-posts-title {
	border-left-color: var(--cx-cyan) !important;
	color: #fff !important;
	text-shadow: 0 0 14px rgba(0, 255, 240, 0.3);
}
body.lx-cyber-home .lx-latest-posts-section .wp-block-latest-posts__post-date {
	background: rgba(0, 255, 240, 0.12) !important;
	color: var(--cx-cyan) !important;
}
body.lx-cyber-home .right-homepage h2,
body.lx-cyber-home .right-homepage h3:not(.lx-latest-posts-title) {
	color: #fff !important;
	position: relative;
}
body.lx-cyber-home .right-homepage h2 {
	font-family: Orbitron, "Noto Sans SC", sans-serif;
	letter-spacing: 0.06em;
	text-shadow: 0 0 18px rgba(255, 43, 214, 0.35);
}

/* 搜索 / 页脚 */
body.lx-cyber-home .wp-block-search__inside-wrapper {
	border: 1px solid rgba(0, 255, 240, 0.3) !important;
	border-radius: 12px !important;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.25) !important;
	backdrop-filter: blur(10px);
}
body.lx-cyber-home .wp-block-search__input {
	background: transparent !important;
	color: var(--cx-text) !important;
}
body.lx-cyber-home .wp-block-search__button {
	background: linear-gradient(90deg, var(--cx-pink), var(--cx-purple)) !important;
	color: #fff !important;
	border: none !important;
}
body.lx-cyber-home .site-footer-seo {
	position: relative;
	z-index: 2;
	background: rgba(3, 4, 10, 0.55) !important;
	backdrop-filter: blur(12px);
	border-top: 1px solid rgba(0, 255, 240, 0.18) !important;
	color: var(--cx-muted) !important;
}
body.lx-cyber-home .site-footer-seo a {
	color: var(--cx-cyan) !important;
}

/* =========================================================
   悬停特效（稳定版）：只动光效/阴影，主体 transform 单一路径
   ========================================================= */

.lx-cx-fx-layer {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	z-index: 3;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.25s ease;
}
body.lx-cyber-home .lx-cx-panel:hover > .lx-cx-fx-layer,
body.lx-cyber-home .news-item:hover > .lx-cx-fx-layer,
body.lx-cyber-home .topic-item:hover > .lx-cx-fx-layer,
body.lx-cyber-home .topic-card:hover > .lx-cx-fx-layer,
body.lx-cyber-home .ai-wechat-box:hover > .lx-cx-fx-layer,
body.lx-cyber-home .lx-cx-finance:hover > .lx-cx-fx-layer,
body.lx-cyber-home .home-sidebar-outer:hover > .lx-cx-fx-layer,
body.lx-cyber-home .right-box-header:hover > .lx-cx-fx-layer,
body.lx-cyber-home .lx-latest-posts-section .wp-block-latest-posts__list > li:hover > .lx-cx-fx-layer,
body.lx-cyber-home .lx-latest-posts-section > .wp-block-latest-posts:hover > .lx-cx-fx-layer {
	opacity: 1;
}

/* ① 推荐区块容器：扫描光 + 轻抬升 */
body.lx-cyber-home .recommend-card[data-cx-fx="scan"] .lx-cx-fx-layer::before {
	content: "";
	position: absolute;
	left: -30%;
	top: 0;
	width: 40%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(0, 255, 240, 0.35), transparent);
	transform: skewX(-16deg) translateX(-100%);
}
body.lx-cyber-home .recommend-card[data-cx-fx="scan"]:hover .lx-cx-fx-layer::before {
	animation: lx-cx-scan-sweep 0.85s ease 1;
}
body.lx-cyber-home .recommend-card[data-cx-fx="scan"]:hover {
	transform: translateY(-4px);
	border-color: rgba(0, 255, 240, 0.55) !important;
	box-shadow:
		0 0 0 1px rgba(0, 255, 240, 0.25) inset,
		0 0 32px rgba(0, 255, 240, 0.2),
		0 20px 40px rgba(0, 0, 0, 0.42) !important;
}
@keyframes lx-cx-scan-sweep {
	0% { transform: skewX(-16deg) translateX(-100%); }
	100% { transform: skewX(-16deg) translateX(320%); }
}

/* ② 热门区块容器：脉冲光晕（不抖条目） */
body.lx-cyber-home .topic-card[data-cx-fx="pulse"] .lx-cx-fx-layer::before {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(
		0deg,
		transparent 0 4px,
		rgba(255, 43, 214, 0.05) 4px 5px
	);
	opacity: 0.5;
}
body.lx-cyber-home .topic-card[data-cx-fx="pulse"] .lx-cx-fx-layer::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	box-shadow: 0 0 0 0 rgba(255, 43, 214, 0.35);
	opacity: 0;
}
body.lx-cyber-home .topic-card[data-cx-fx="pulse"]:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 43, 214, 0.55) !important;
	box-shadow:
		0 0 0 1px rgba(255, 43, 214, 0.22) inset,
		0 0 34px rgba(255, 43, 214, 0.22),
		0 20px 40px rgba(0, 0, 0, 0.42) !important;
}
body.lx-cyber-home .topic-card[data-cx-fx="pulse"]:hover .lx-cx-fx-layer::after {
	opacity: 1;
	animation: lx-cx-ring-pulse 1.5s ease-out infinite;
}
@keyframes lx-cx-ring-pulse {
	0% { box-shadow: 0 0 0 0 rgba(255, 43, 214, 0.35); }
	70% { box-shadow: 0 0 0 14px rgba(255, 43, 214, 0); }
	100% { box-shadow: 0 0 0 0 rgba(255, 43, 214, 0); }
}

/* ③ 首页 · 金融AI分析系统（赛博终端广告） */
body.lx-cyber-home .ai-wechat-box,
body.lx-cyber-home .lx-cx-finance,
body.lx-cyber-home .finance-cards {
	overflow: visible !important;
	padding: 0 !important;
	position: relative;
}
body.lx-cyber-home .lx-cx-finance--ad {
	padding: 22px 20px 18px !important;
	border: 1px solid rgba(0, 255, 240, 0.32) !important;
	border-radius: 16px !important;
	background:
		radial-gradient(ellipse 80% 60% at 15% 20%, rgba(0, 255, 240, 0.12), transparent 55%),
		radial-gradient(ellipse 70% 50% at 90% 80%, rgba(255, 43, 214, 0.1), transparent 50%),
		linear-gradient(165deg, rgba(8, 14, 32, 0.92), rgba(3, 6, 16, 0.88)) !important;
	box-shadow:
		0 0 0 1px rgba(255, 43, 214, 0.06) inset,
		0 0 40px rgba(0, 255, 240, 0.1),
		0 16px 40px rgba(0, 0, 0, 0.4);
}
/* HUD 四角 */
body.lx-cyber-home .lx-cx-finance__corner {
	position: absolute;
	width: 14px;
	height: 14px;
	z-index: 2;
	pointer-events: none;
	border-color: #00fff0;
	border-style: solid;
	opacity: 0.85;
	filter: drop-shadow(0 0 4px rgba(0, 255, 240, 0.6));
}
body.lx-cyber-home .lx-cx-finance__corner.c-tl { top: 8px; left: 8px; border-width: 2px 0 0 2px; }
body.lx-cyber-home .lx-cx-finance__corner.c-tr { top: 8px; right: 8px; border-width: 2px 2px 0 0; border-color: #ff2bd6; }
body.lx-cyber-home .lx-cx-finance__corner.c-bl { bottom: 8px; left: 8px; border-width: 0 0 2px 2px; border-color: #ff2bd6; }
body.lx-cyber-home .lx-cx-finance__corner.c-br { bottom: 8px; right: 8px; border-width: 0 2px 2px 0; }
body.lx-cyber-home .lx-cx-finance__scan {
	pointer-events: none;
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(
		180deg,
		transparent 0%,
		rgba(0, 255, 240, 0.06) 48%,
		transparent 52%
	);
	background-size: 100% 220%;
	animation: lx-cx-finance-scan 5.5s linear infinite;
	opacity: 0.5;
	z-index: 0;
}
body.lx-cyber-home .lx-cx-finance__grid-bg {
	pointer-events: none;
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background-image:
		linear-gradient(rgba(0, 255, 240, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 255, 240, 0.04) 1px, transparent 1px);
	background-size: 28px 28px;
	mask-image: radial-gradient(ellipse at 40% 30%, #000 10%, transparent 70%);
	z-index: 0;
	opacity: 0.8;
}
@keyframes lx-cx-finance-scan {
	0% { background-position: 0 -40%; }
	100% { background-position: 0 140%; }
}
body.lx-cyber-home .lx-cx-finance__hero,
body.lx-cyber-home .lx-cx-finance__modules {
	position: relative;
	z-index: 1;
}
/* 上半：核心 + 文案 + CTA */
body.lx-cyber-home .lx-cx-finance__hero {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 16px;
	padding: 4px 4px 16px;
	border-bottom: 1px solid rgba(0, 255, 240, 0.12);
}
body.lx-cyber-home .lx-cx-finance__orb {
	position: relative;
	flex: 0 0 88px;
	width: 88px;
	height: 88px;
}
body.lx-cyber-home .lx-cx-finance__orb-ring {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 1.5px solid rgba(0, 255, 240, 0.4);
	animation: lx-cx-finance-spin 10s linear infinite;
}
body.lx-cyber-home .lx-cx-finance__orb-ring.r2 {
	inset: 12px;
	border-color: rgba(255, 43, 214, 0.45);
	border-style: dashed;
	animation-direction: reverse;
	animation-duration: 7s;
}
body.lx-cyber-home .lx-cx-finance__orb-core {
	position: absolute;
	inset: 24px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-family: Orbitron, monospace;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.08em;
	color: #041018;
	background:
		radial-gradient(circle at 35% 30%, #fff 0 12%, transparent 28%),
		radial-gradient(circle, #00fff0, #7c5cff 60%, #ff2bd6);
	box-shadow:
		0 0 20px rgba(0, 255, 240, 0.55),
		0 0 32px rgba(255, 43, 214, 0.3);
	animation: lx-cx-finance-pulse 2s ease-in-out infinite;
}
@keyframes lx-cx-finance-spin { to { transform: rotate(360deg); } }
@keyframes lx-cx-finance-pulse {
	0%, 100% { transform: scale(1); filter: brightness(1); }
	50% { transform: scale(1.06); filter: brightness(1.15); }
}
body.lx-cyber-home .lx-cx-finance__hero-main {
	flex: 1 1 auto;
	min-width: 0;
}
body.lx-cyber-home .lx-cx-finance__head-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin-bottom: 8px;
}
body.lx-cyber-home .lx-cx-finance__badge {
	display: inline-block;
	font-family: Orbitron, monospace;
	font-size: 10px;
	letter-spacing: 0.16em;
	color: var(--cx-cyan);
	text-shadow: 0 0 10px rgba(0, 255, 240, 0.55);
}
body.lx-cyber-home .lx-cx-finance__live {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: Orbitron, monospace;
	font-size: 9px;
	letter-spacing: 0.12em;
	color: #6ee7b7;
	padding: 2px 9px;
	border-radius: 999px;
	border: 1px solid rgba(110, 231, 183, 0.35);
	background: rgba(16, 185, 129, 0.1);
}
body.lx-cyber-home .lx-cx-finance__live i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #34d399;
	box-shadow: 0 0 8px #34d399;
	animation: lx-cx-ring-pulse 1.6s ease infinite;
}
body.lx-cyber-home .lx-cx-finance__title,
body.lx-cyber-home .ai-wechat-box h2 {
	margin: 0 0 8px !important;
	font-family: Orbitron, "Noto Sans SC", sans-serif;
	font-size: clamp(1.35rem, 2.6vw, 1.7rem);
	font-weight: 800;
	color: #fff !important;
	letter-spacing: 0.06em;
	text-shadow:
		0 0 18px rgba(0, 255, 240, 0.4),
		0 0 28px rgba(255, 43, 214, 0.22);
}
body.lx-cyber-home .lx-cx-finance__sub {
	margin: 0 0 14px;
	font-size: 13px;
	color: #a8bdd0;
	line-height: 1.65;
}
body.lx-cyber-home .lx-cx-finance__cta {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 11px 22px;
	border-radius: 4px;
	font-weight: 800;
	font-size: 13.5px;
	letter-spacing: 0.08em;
	color: #041018 !important;
	text-decoration: none !important;
	background: linear-gradient(100deg, #00fff0 0%, #7c5cff 50%, #ff2bd6 100%);
	clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%, 10px 50%);
	box-shadow:
		0 0 22px rgba(0, 255, 240, 0.4),
		0 0 28px rgba(255, 43, 214, 0.2);
	transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
	overflow: hidden;
}
body.lx-cyber-home .lx-cx-finance__cta:hover {
	transform: translateY(-2px) scale(1.03);
	filter: brightness(1.08);
	box-shadow:
		0 0 32px rgba(0, 255, 240, 0.55),
		0 0 40px rgba(255, 43, 214, 0.35);
	color: #041018 !important;
}
body.lx-cyber-home .lx-cx-finance__cta-icon {
	font-size: 11px;
	opacity: 0.9;
}
body.lx-cyber-home .lx-cx-finance__cta-arrow {
	font-size: 15px;
	line-height: 1;
}
body.lx-cyber-home .lx-cx-finance__cta-glow {
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,0.45) 50%, transparent 70%);
	transform: translateX(-120%);
	animation: lx-cx-finance-shine 3.2s ease-in-out infinite;
}
@keyframes lx-cx-finance-shine {
	0%, 55% { transform: translateX(-120%); }
	75%, 100% { transform: translateX(120%); }
}
/* 下半：四模块 HUD 条 */
body.lx-cyber-home .lx-cx-finance__modules {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}
body.lx-cyber-home .lx-cx-finance__mod {
	padding: 12px 12px 13px;
	border-radius: 10px;
	border: 1px solid rgba(0, 255, 240, 0.16);
	background:
		linear-gradient(160deg, rgba(0, 255, 240, 0.07), transparent 60%),
		rgba(0, 0, 0, 0.35);
	min-width: 0;
	transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
body.lx-cyber-home .lx-cx-finance__mod:hover {
	transform: translateY(-3px);
	border-color: rgba(0, 255, 240, 0.5);
	box-shadow: 0 0 20px rgba(0, 255, 240, 0.15);
}
body.lx-cyber-home .lx-cx-finance__mod-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}
body.lx-cyber-home .lx-cx-finance__mod-no {
	font-family: Orbitron, monospace;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: #00fff0;
	text-shadow: 0 0 10px rgba(0, 255, 240, 0.5);
}
body.lx-cyber-home .lx-cx-finance__card-tag {
	font-family: Orbitron, monospace;
	font-size: 9px;
	letter-spacing: 0.1em;
	color: var(--cx-pink);
}
body.lx-cyber-home .lx-cx-finance__mod-body {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}
body.lx-cyber-home .lx-cx-finance__feat-icon {
	flex: 0 0 auto;
	font-size: 15px;
	color: var(--cx-cyan);
	text-shadow: 0 0 12px rgba(0, 255, 240, 0.55);
	line-height: 1.3;
}
body.lx-cyber-home .lx-cx-finance__feat-title {
	margin: 0 0 3px;
	font-size: 13.5px;
	font-weight: 700;
	color: #f0f7ff;
	line-height: 1.3;
}
body.lx-cyber-home .lx-cx-finance__feat-desc {
	margin: 0;
	font-size: 11.5px;
	line-height: 1.5;
	color: #8aa0b8;
}
body.lx-cyber-home .lx-cx-finance__body,
body.lx-cyber-home .ai-wechat-box .content {
	font-size: 13.5px;
	line-height: 1.75;
	color: #c8d7e8 !important;
	word-break: break-word;
	overflow-wrap: anywhere;
	white-space: normal;
	max-height: none !important;
	overflow: visible !important;
}
body.lx-cyber-home .ai-wechat-box[data-cx-fx="holo"] .lx-cx-fx-layer::before,
body.lx-cyber-home .lx-cx-finance[data-cx-fx="holo"] .lx-cx-fx-layer::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(
		circle at var(--cx-mx, 50%) var(--cx-my, 40%),
		rgba(0, 255, 240, 0.14),
		transparent 48%
	);
	opacity: 0;
	transition: opacity 0.3s;
	z-index: 0;
	border-radius: inherit;
}
body.lx-cyber-home .ai-wechat-box[data-cx-fx="holo"]:hover .lx-cx-fx-layer::before,
body.lx-cyber-home .lx-cx-finance[data-cx-fx="holo"]:hover .lx-cx-fx-layer::before {
	opacity: 1;
}
body.lx-cyber-home .ai-wechat-box[data-cx-fx="holo"]:hover,
body.lx-cyber-home .lx-cx-finance[data-cx-fx="holo"]:hover {
	transform: translateY(-3px);
	border-color: rgba(0, 255, 240, 0.5) !important;
	box-shadow:
		0 0 0 1px rgba(0, 255, 240, 0.18) inset,
		0 0 44px rgba(0, 255, 240, 0.18),
		0 20px 44px rgba(0, 0, 0, 0.45) !important;
}
@media (max-width: 900px) {
	body.lx-cyber-home .lx-cx-finance__hero {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}
	body.lx-cyber-home .lx-cx-finance__modules {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	body.lx-cyber-home .lx-cx-finance__cta {
		width: 100%;
		clip-path: none;
		border-radius: 999px;
	}
}
@media (max-width: 520px) {
	body.lx-cyber-home .lx-cx-finance__modules {
		grid-template-columns: 1fr;
	}
}
@media (prefers-reduced-motion: reduce) {
	body.lx-cyber-home .lx-cx-finance__scan,
	body.lx-cyber-home .lx-cx-finance__orb-ring,
	body.lx-cyber-home .lx-cx-finance__orb-core,
	body.lx-cyber-home .lx-cx-finance__cta-glow {
		animation: none !important;
	}
}

/* ④ 首页 · 公众号 / 定制双卡（赛博重设计） */
body.lx-cyber-home .wechat-cards.lx-cx-wechat {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px !important;
	padding-top: 8px !important;
	max-width: none;
	margin: 0 !important;
}
body.lx-cyber-home .lx-cx-wechat-card {
	position: relative !important;
	display: flex !important;
	align-items: stretch !important;
	gap: 18px !important;
	padding: 20px 18px !important;
	border-radius: 16px !important;
	border: 1px solid rgba(0, 255, 240, 0.28) !important;
	background:
		radial-gradient(ellipse 90% 70% at 10% 0%, rgba(0, 255, 240, 0.1), transparent 50%),
		radial-gradient(ellipse 70% 60% at 100% 100%, rgba(255, 43, 214, 0.08), transparent 45%),
		linear-gradient(155deg, rgba(8, 14, 32, 0.9), rgba(3, 6, 16, 0.86)) !important;
	box-shadow:
		0 0 0 1px rgba(255, 43, 214, 0.05) inset,
		0 0 28px rgba(0, 255, 240, 0.08),
		0 14px 36px rgba(0, 0, 0, 0.4) !important;
	overflow: hidden !important;
	max-width: none !important;
	margin: 0 !important;
}
body.lx-cyber-home .lx-cx-wechat-card:nth-child(2) {
	background:
		radial-gradient(ellipse 90% 70% at 90% 0%, rgba(255, 43, 214, 0.12), transparent 50%),
		radial-gradient(ellipse 70% 60% at 0% 100%, rgba(0, 255, 240, 0.08), transparent 45%),
		linear-gradient(205deg, rgba(12, 8, 28, 0.92), rgba(3, 6, 16, 0.88)) !important;
	border-color: rgba(255, 43, 214, 0.28) !important;
}
body.lx-cyber-home .lx-cx-wechat-card__corner {
	position: absolute;
	width: 12px;
	height: 12px;
	z-index: 2;
	pointer-events: none;
	border-style: solid;
	opacity: 0.8;
}
body.lx-cyber-home .lx-cx-wechat-card__corner.c-tl {
	top: 7px; left: 7px; border-width: 2px 0 0 2px; border-color: #00fff0;
	filter: drop-shadow(0 0 4px rgba(0, 255, 240, 0.5));
}
body.lx-cyber-home .lx-cx-wechat-card__corner.c-tr {
	top: 7px; right: 7px; border-width: 2px 2px 0 0; border-color: #ff2bd6;
}
body.lx-cyber-home .lx-cx-wechat-card__corner.c-bl {
	bottom: 7px; left: 7px; border-width: 0 0 2px 2px; border-color: #ff2bd6;
}
body.lx-cyber-home .lx-cx-wechat-card__corner.c-br {
	bottom: 7px; right: 7px; border-width: 0 2px 2px 0; border-color: #00fff0;
}
body.lx-cyber-home .lx-cx-wechat-card__scan {
	pointer-events: none;
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent, rgba(0, 255, 240, 0.05) 50%, transparent);
	background-size: 100% 200%;
	animation: lx-cx-finance-scan 6s linear infinite;
	opacity: 0.45;
	z-index: 0;
}
body.lx-cyber-home .lx-cx-wechat-card__main {
	position: relative;
	z-index: 1;
	flex: 1 1 auto;
	min-width: 0;
}
body.lx-cyber-home .lx-cx-wechat-card__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
body.lx-cyber-home .lx-cx-wechat-card__code {
	font-family: Orbitron, monospace;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	color: #00fff0;
	text-shadow: 0 0 10px rgba(0, 255, 240, 0.55);
}
body.lx-cyber-home .lx-cx-wechat-card:nth-child(2) .lx-cx-wechat-card__code {
	color: #ff9ae8;
	text-shadow: 0 0 10px rgba(255, 43, 214, 0.45);
}
body.lx-cyber-home .lx-cx-wechat-card__badge {
	font-family: Orbitron, monospace;
	font-size: 9px;
	letter-spacing: 0.14em;
	color: #8aa0b8;
	padding: 2px 8px;
	border-radius: 999px;
	border: 1px solid rgba(0, 255, 240, 0.22);
	background: rgba(0, 0, 0, 0.25);
}
body.lx-cyber-home .lx-cx-wechat-card__title {
	margin: 0 0 6px !important;
	font-family: Orbitron, "Noto Sans SC", sans-serif !important;
	font-size: 1.25rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.06em !important;
	color: #f0f7ff !important;
	text-shadow: 0 0 16px rgba(0, 255, 240, 0.3);
	line-height: 1.3 !important;
}
body.lx-cyber-home .lx-cx-wechat-card:nth-child(2) .lx-cx-wechat-card__title {
	text-shadow: 0 0 16px rgba(255, 43, 214, 0.3);
}
body.lx-cyber-home .lx-cx-wechat-card__kicker {
	margin: 0 0 10px;
	font-size: 12.5px;
	font-weight: 700;
	color: #00fff0;
	letter-spacing: 0.04em;
}
body.lx-cyber-home .lx-cx-wechat-card:nth-child(2) .lx-cx-wechat-card__kicker {
	color: #ff9ae8;
}
body.lx-cyber-home .lx-cx-wechat-card__desc {
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.7;
	color: #a8bdd0;
}
body.lx-cyber-home .lx-cx-wechat-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
body.lx-cyber-home .lx-cx-wechat-card__tags span {
	font-size: 11px;
	font-weight: 600;
	padding: 3px 9px;
	border-radius: 999px;
	color: rgba(0, 255, 240, 0.95);
	border: 1px solid rgba(0, 255, 240, 0.22);
	background: rgba(0, 255, 240, 0.06);
}
body.lx-cyber-home .lx-cx-wechat-card:nth-child(2) .lx-cx-wechat-card__tags span {
	color: rgba(255, 154, 232, 0.95);
	border-color: rgba(255, 43, 214, 0.25);
	background: rgba(255, 43, 214, 0.08);
}
body.lx-cyber-home .lx-cx-wechat-card__qr {
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}
body.lx-cyber-home .lx-cx-wechat-card__qr-frame {
	padding: 8px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid rgba(0, 255, 240, 0.35);
	box-shadow:
		0 0 0 1px rgba(0, 0, 0, 0.2),
		0 0 18px rgba(0, 255, 240, 0.2);
}
body.lx-cyber-home .lx-cx-wechat-card:nth-child(2) .lx-cx-wechat-card__qr-frame {
	border-color: rgba(255, 43, 214, 0.4);
	box-shadow:
		0 0 0 1px rgba(0, 0, 0, 0.2),
		0 0 18px rgba(255, 43, 214, 0.2);
}
body.lx-cyber-home .lx-cx-wechat-card__qr-frame .qrcode-img {
	width: 112px !important;
	height: auto !important;
	display: block;
	border-radius: 4px;
}
body.lx-cyber-home .lx-cx-wechat-card__qr-tip {
	font-family: Orbitron, monospace;
	font-size: 9px;
	letter-spacing: 0.14em;
	color: #8aa0b8;
}
body.lx-cyber-home .lx-cx-wechat-card:hover {
	transform: translateY(-3px);
	border-color: rgba(0, 255, 240, 0.5) !important;
	box-shadow:
		0 0 0 1px rgba(0, 255, 240, 0.15) inset,
		0 0 36px rgba(0, 255, 240, 0.16),
		0 18px 40px rgba(0, 0, 0, 0.45) !important;
}
body.lx-cyber-home .lx-cx-wechat-card:nth-child(2):hover {
	border-color: rgba(255, 43, 214, 0.5) !important;
	box-shadow:
		0 0 0 1px rgba(255, 43, 214, 0.12) inset,
		0 0 36px rgba(255, 43, 214, 0.18),
		0 18px 40px rgba(0, 0, 0, 0.45) !important;
}
/* 隐藏旧样式残留 */
body.lx-cyber-home .lx-cx-wechat .text-left,
body.lx-cyber-home .lx-cx-wechat .qrcode-wrap:not(.lx-cx-wechat-card__qr-frame) {
	/* rebuilt; keep empty rule for legacy */
}
@media (max-width: 900px) {
	body.lx-cyber-home .wechat-cards.lx-cx-wechat {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 620px) {
	body.lx-cyber-home .lx-cx-wechat-card {
		flex-direction: column;
		text-align: left;
	}
	body.lx-cyber-home .lx-cx-wechat-card__qr {
		align-self: center;
	}
}

/* ④ 最新发布卡片：轨道光效（只动伪元素） */
body.lx-cyber-home .lx-latest-posts-section .wp-block-latest-posts__list > li {
	overflow: hidden; /* 仅小卡片裁切光效 */
}
body.lx-cyber-home .lx-latest-posts-section .wp-block-latest-posts__list > li[data-cx-fx="orbit"] .lx-cx-fx-layer::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 140%;
	height: 140%;
	margin: -70% 0 0 -70%;
	border-radius: 50%;
	border: 1px dashed rgba(0, 255, 240, 0.3);
	opacity: 0;
}
body.lx-cyber-home .lx-latest-posts-section .wp-block-latest-posts__list > li[data-cx-fx="orbit"] .lx-cx-fx-layer::after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--cx-pink);
	box-shadow: 0 0 12px var(--cx-pink);
	top: 18%;
	left: 50%;
	margin-left: -3px;
	opacity: 0;
}
body.lx-cyber-home .lx-latest-posts-section .wp-block-latest-posts__list > li[data-cx-fx="orbit"]:hover {
	transform: translateY(-6px);
	border-color: rgba(139, 92, 255, 0.65) !important;
	box-shadow:
		0 0 0 1px rgba(139, 92, 255, 0.28) inset,
		0 0 32px rgba(139, 92, 255, 0.3),
		0 20px 40px rgba(0, 0, 0, 0.45) !important;
}
body.lx-cyber-home .lx-latest-posts-section .wp-block-latest-posts__list > li[data-cx-fx="orbit"]:hover .lx-cx-fx-layer::before {
	opacity: 1;
	animation: lx-cx-spin 5s linear infinite;
}
body.lx-cyber-home .lx-latest-posts-section .wp-block-latest-posts__list > li[data-cx-fx="orbit"]:hover .lx-cx-fx-layer::after {
	opacity: 1;
	animation: lx-cx-orbit-dot 1.8s linear infinite;
}
@keyframes lx-cx-orbit-dot {
	0% { transform: rotate(0deg) translateX(56px); }
	100% { transform: rotate(360deg) translateX(56px); }
}

/* ⑤ 最新发布容器 */
body.lx-cyber-home .lx-latest-posts-section > .wp-block-latest-posts {
	overflow: visible !important;
}
body.lx-cyber-home .lx-latest-posts-section > .wp-block-latest-posts[data-cx-fx="field"]:hover {
	transform: translateY(-4px);
	border-color: rgba(0, 255, 240, 0.5) !important;
	box-shadow:
		0 0 0 1px rgba(0, 255, 240, 0.2) inset,
		0 0 40px rgba(0, 255, 240, 0.16),
		0 22px 44px rgba(0, 0, 0, 0.45) !important;
}
body.lx-cyber-home .lx-latest-posts-section > .wp-block-latest-posts[data-cx-fx="field"] .lx-cx-fx-layer::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at var(--cx-mx, 50%) var(--cx-my, 50%), rgba(0, 255, 240, 0.18), transparent 46%);
	opacity: 0;
	transition: opacity 0.3s;
}
body.lx-cyber-home .lx-latest-posts-section > .wp-block-latest-posts[data-cx-fx="field"]:hover .lx-cx-fx-layer::before {
	opacity: 1;
}

/* ⑥ 顶部通告 */
body.lx-cyber-home .right-box-header {
	overflow: hidden;
}
body.lx-cyber-home .right-box-header[data-cx-fx="stream"] .lx-cx-fx-layer::before {
	content: "";
	position: absolute;
	top: 0;
	left: -40%;
	width: 40%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 43, 214, 0.35), rgba(0, 255, 240, 0.4), transparent);
}
body.lx-cyber-home .right-box-header[data-cx-fx="stream"]:hover {
	transform: translateY(-3px);
	border-color: rgba(255, 43, 214, 0.5) !important;
	box-shadow: 0 0 28px rgba(255, 43, 214, 0.22), 0 14px 32px rgba(0, 0, 0, 0.4) !important;
}
body.lx-cyber-home .right-box-header[data-cx-fx="stream"]:hover .lx-cx-fx-layer::before {
	animation: lx-cx-scan-sweep 1.1s ease infinite;
}

/* ⑦ 侧栏能量柱 */
body.lx-cyber-home .home-sidebar-outer {
	overflow: hidden;
}
body.lx-cyber-home .home-sidebar-outer[data-cx-fx="beam"] .lx-cx-fx-layer::before {
	content: "";
	position: absolute;
	left: 0;
	top: -25%;
	width: 3px;
	height: 35%;
	background: linear-gradient(180deg, transparent, var(--cx-cyan), transparent);
	box-shadow: 0 0 14px var(--cx-cyan);
	opacity: 0;
}
body.lx-cyber-home .home-sidebar-outer[data-cx-fx="beam"]:hover .lx-cx-fx-layer::before {
	opacity: 1;
	animation: lx-cx-beam-run 1.5s ease-in-out infinite;
}
@keyframes lx-cx-beam-run {
	0% { top: -25%; opacity: 0; }
	25% { opacity: 1; }
	100% { top: 95%; opacity: 0; }
}

/* 滚动显现 */
.lx-cx-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.lx-cx-reveal.is-in {
	opacity: 1;
	transform: none;
}

/* =========================================================
   点击跳转 · 赛博转场 + 等待动画
   ========================================================= */
.lx-cx-nav {
	position: fixed;
	inset: 0;
	z-index: 99999;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s;
}
.lx-cx-nav.is-active {
	pointer-events: all;
	opacity: 1;
	visibility: visible;
}
.lx-cx-nav__bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 50% 45%, rgba(0, 255, 240, 0.12), transparent 45%),
		rgba(2, 4, 12, 0.72);
	backdrop-filter: blur(6px);
}
.lx-cx-nav__shutter {
	position: absolute;
	left: 0;
	right: 0;
	height: 50%;
	background: linear-gradient(180deg, #05060d, #0a1020);
	transform: scaleY(0);
	z-index: 1;
}
.lx-cx-nav__shutter.s-top {
	top: 0;
	transform-origin: top;
	border-bottom: 1px solid rgba(0, 255, 240, 0.35);
}
.lx-cx-nav__shutter.s-bot {
	bottom: 0;
	transform-origin: bottom;
	border-top: 1px solid rgba(255, 43, 214, 0.35);
}
.lx-cx-nav.is-active .lx-cx-nav__shutter {
	animation: lx-cx-shutter 0.85s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes lx-cx-shutter {
	0% { transform: scaleY(0); }
	55% { transform: scaleY(1); }
	100% { transform: scaleY(1); }
}
.lx-cx-nav__core {
	position: absolute;
	left: 50%;
	top: 48%;
	z-index: 2;
	width: min(280px, 70vw);
	height: min(280px, 70vw);
	transform: translate(-50%, -50%) scale(0.6);
	opacity: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.lx-cx-nav.is-active .lx-cx-nav__core {
	animation: lx-cx-nav-in 0.55s 0.2s ease forwards;
}
@keyframes lx-cx-nav-in {
	to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
.lx-cx-nav__ring {
	position: absolute;
	inset: 12%;
	border-radius: 50%;
	border: 2px solid rgba(0, 255, 240, 0.35);
}
.lx-cx-nav__ring.r1 {
	animation: lx-cx-spin 3s linear infinite;
	border-style: dashed;
	border-color: rgba(0, 255, 240, 0.55);
}
.lx-cx-nav__ring.r2 {
	inset: 22%;
	border-color: rgba(255, 43, 214, 0.5);
	animation: lx-cx-spin-rev 2.2s linear infinite;
}
.lx-cx-nav__ring.r3 {
	inset: 34%;
	border-color: rgba(139, 92, 255, 0.55);
	animation: lx-cx-spin 1.6s linear infinite;
}
.lx-cx-nav__orb {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 30%, #fff, var(--cx-cyan) 45%, var(--cx-purple));
	box-shadow: 0 0 30px rgba(0, 255, 240, 0.7), 0 0 60px rgba(255, 43, 214, 0.4);
	animation: lx-cx-pulse-core 1.2s ease-in-out infinite;
	z-index: 1;
}
.lx-cx-nav__label {
	position: relative;
	z-index: 1;
	margin: 28px 0 6px;
	font-family: Orbitron, monospace;
	font-size: 13px;
	letter-spacing: 0.16em;
	color: var(--cx-cyan);
	text-shadow: 0 0 12px rgba(0, 255, 240, 0.55);
}
.lx-cx-nav__sub {
	position: relative;
	z-index: 1;
	margin: 0 0 14px;
	font-size: 12px;
	color: var(--cx-muted);
}
.lx-cx-nav__bar {
	position: relative;
	z-index: 1;
	width: 160px;
	height: 3px;
	border-radius: 99px;
	background: rgba(255, 255, 255, 0.08);
	overflow: hidden;
}
.lx-cx-nav__bar i {
	display: block;
	height: 100%;
	width: 40%;
	background: linear-gradient(90deg, var(--cx-cyan), var(--cx-pink));
	border-radius: inherit;
	animation: lx-cx-bar 1s ease-in-out infinite;
}
@keyframes lx-cx-bar {
	0% { transform: translateX(-100%); }
	100% { transform: translateX(350%); }
}
.lx-cx-nav__wait {
	position: relative;
	z-index: 1;
	margin-top: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	color: #f0c8e8;
}
.lx-cx-nav__wait[hidden] { display: none !important; }
.lx-cx-nav__dots {
	display: inline-flex;
	gap: 4px;
}
.lx-cx-nav__dots i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--cx-pink);
	box-shadow: 0 0 8px var(--cx-pink);
	animation: lx-cx-dot 1s ease-in-out infinite;
}
.lx-cx-nav__dots i:nth-child(2) { animation-delay: 0.15s; background: var(--cx-cyan); box-shadow: 0 0 8px var(--cx-cyan); }
.lx-cx-nav__dots i:nth-child(3) { animation-delay: 0.3s; background: var(--cx-purple); box-shadow: 0 0 8px var(--cx-purple); }
@keyframes lx-cx-dot {
	0%, 100% { transform: translateY(0); opacity: 0.4; }
	50% { transform: translateY(-5px); opacity: 1; }
}
.lx-cx-nav.is-waiting .lx-cx-nav__orb {
	animation: lx-cx-pulse-core 0.7s ease-in-out infinite;
}
body.lx-cx-navigating {
	overflow: hidden !important;
}

/* 响应式 */
@media (max-width: 900px) {
	.lx-cx-portal,
	.lx-cx-hud,
	.lx-cx-city {
		opacity: 0.35;
	}
	.lx-cx-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lx-cx-hero {
		padding: 12px;
	}
	.lx-cx-stream {
		margin: 6px 12px 14px;
	}
}
@media (max-width: 640px) {
	.lx-cx-hero__stage {
		min-height: auto;
	}
	.lx-cx-portal,
	.lx-cx-hud {
		position: absolute;
		right: -10%;
		width: 220px;
		height: 220px;
		opacity: 0.28;
	}
	.lx-cx-cta {
		flex-direction: column;
	}
	.lx-cx-btn {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lx-cx-fx__grid,
	.lx-cx-fx__aurora,
	.lx-cx-portal__ring,
	.lx-cx-portal__core,
	.lx-cx-hud__hex,
	.lx-cx-hud__orbit,
	.lx-cx-floor__plane,
	.lx-cx-stream__track,
	.lx-cx-city .b,
	.lx-cx-nav__ring,
	.lx-cx-nav__bar i {
		animation: none !important;
	}
	.lx-cx-nav.is-active .lx-cx-nav__shutter {
		transform: scaleY(1);
		animation: none;
	}
}
