/* ========== AI 工具箱 · 选场景智能适配入口 ========== */
.lx-gos-tb {
	max-width: 1100px;
	margin: 0 auto 28px;
	padding: 0 4px;
	position: relative;
	z-index: 3;
}
.lx-gos-tb__entry {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	border: 0;
	padding: 0;
	cursor: pointer;
	border-radius: 22px;
	overflow: hidden;
	background: transparent;
	color: #e8f7ff;
	isolation: isolate;
	box-shadow:
		0 0 0 1px rgba(0, 255, 240, 0.35),
		0 20px 50px rgba(0, 0, 0, 0.45),
		0 0 40px rgba(0, 255, 240, 0.12);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lx-gos-tb__entry:hover {
	transform: translateY(-3px);
	box-shadow:
		0 0 0 1px rgba(0, 255, 240, 0.55),
		0 28px 60px rgba(0, 0, 0, 0.5),
		0 0 50px rgba(255, 43, 214, 0.18);
}
.lx-gos-tb__entry:focus-visible {
	outline: 2px solid #5eead4;
	outline-offset: 3px;
}
.lx-gos-tb__entry-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(ellipse 70% 80% at 10% 20%, rgba(0, 255, 240, 0.22), transparent 55%),
		radial-gradient(ellipse 60% 70% at 90% 80%, rgba(255, 43, 214, 0.18), transparent 50%),
		radial-gradient(ellipse 50% 50% at 50% 0%, rgba(139, 92, 246, 0.2), transparent 60%),
		linear-gradient(135deg, #0a1224 0%, #0c1830 45%, #120a22 100%);
}
.lx-gos-tb__grid {
	position: absolute;
	inset: 0;
	opacity: 0.18;
	background-image:
		linear-gradient(rgba(94, 234, 212, 0.15) 1px, transparent 1px),
		linear-gradient(90deg, rgba(94, 234, 212, 0.12) 1px, transparent 1px);
	background-size: 28px 28px;
	mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
}
.lx-gos-tb__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(2px);
	animation: lx-gos-tb-float 8s ease-in-out infinite;
}
.lx-gos-tb__orb.o1 {
	width: 120px; height: 120px; top: -30px; right: 12%;
	background: radial-gradient(circle, rgba(0, 255, 240, 0.45), transparent 70%);
}
.lx-gos-tb__orb.o2 {
	width: 90px; height: 90px; bottom: -20px; left: 8%;
	background: radial-gradient(circle, rgba(244, 114, 182, 0.4), transparent 70%);
	animation-delay: -2.5s;
}
.lx-gos-tb__orb.o3 {
	width: 60px; height: 60px; top: 40%; left: 45%;
	background: radial-gradient(circle, rgba(167, 139, 250, 0.35), transparent 70%);
	animation-delay: -4s;
}
@keyframes lx-gos-tb-float {
	0%, 100% { transform: translateY(0) scale(1); opacity: 0.85; }
	50% { transform: translateY(-12px) scale(1.08); opacity: 1; }
}
.lx-gos-tb__entry-inner {
	position: relative;
	z-index: 1;
	display: block;
	padding: 22px 22px 18px;
}
.lx-gos-tb__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	padding: 4px 12px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	color: #5eead4;
	border: 1px solid rgba(94, 234, 212, 0.4);
	background: rgba(0, 255, 240, 0.08);
	backdrop-filter: blur(6px);
}
.lx-gos-tb__badge-dot {
	width: 7px; height: 7px; border-radius: 50%;
	background: #f472b6;
	box-shadow: 0 0 10px #f472b6;
	animation: lx-gos-pulse 1.2s ease-in-out infinite;
}
.lx-gos-tb__entry-row {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}
.lx-gos-tb__entry-icon {
	flex: 0 0 auto;
	width: 64px;
	height: 64px;
	display: grid;
	place-items: center;
	font-size: 32px;
	border-radius: 18px;
	background:
		linear-gradient(145deg, rgba(0, 255, 240, 0.2), rgba(139, 92, 246, 0.15));
	border: 1px solid rgba(0, 255, 240, 0.35);
	box-shadow: 0 0 24px rgba(0, 255, 240, 0.2);
}
.lx-gos-tb__entry-copy {
	flex: 1 1 220px;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.lx-gos-tb__entry-title {
	font-size: clamp(1.2rem, 2.5vw, 1.55rem);
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0 0 24px rgba(0, 255, 240, 0.25);
}
.lx-gos-tb__entry-desc {
	font-size: 13.5px;
	line-height: 1.55;
	color: #a8bfd4;
	max-width: 520px;
}
.lx-gos-tb__entry-cta {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 18px;
	border-radius: 999px;
	font-weight: 800;
	font-size: 14px;
	color: #042f2e;
	background: linear-gradient(90deg, #5eead4 0%, #93c5fd 50%, #f0abfc 100%);
	background-size: 200% 100%;
	box-shadow: 0 0 28px rgba(94, 234, 212, 0.4);
	animation: lx-gos-tb-cta 4s linear infinite;
}
@keyframes lx-gos-tb-cta {
	0% { background-position: 0% 50%; }
	100% { background-position: 200% 50%; }
}
.lx-gos-tb__cta-arrow {
	font-size: 16px;
	transition: transform 0.2s;
}
.lx-gos-tb__entry:hover .lx-gos-tb__cta-arrow {
	transform: translateX(4px);
}
.lx-gos-tb__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 14px;
}
.lx-gos-tb__chip {
	font-size: 11.5px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 999px;
	color: #c8e8f5;
	border: 1px solid rgba(148, 163, 184, 0.25);
	background: rgba(0, 0, 0, 0.25);
}

/* 展开面板 */
.lx-gos-tb__panel {
	margin-top: 12px;
	padding: 18px 16px 16px;
	border-radius: 20px;
	border: 1px solid rgba(0, 255, 240, 0.3);
	background:
		linear-gradient(155deg, rgba(0, 255, 240, 0.08), transparent 45%),
		linear-gradient(320deg, rgba(255, 43, 214, 0.06), transparent 50%),
		rgba(6, 10, 22, 0.88);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
	animation: lx-gos-tb-in 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.lx-gos-tb__panel[hidden] { display: none !important; }
@keyframes lx-gos-tb-in {
	from { opacity: 0; transform: translateY(-8px); }
	to { opacity: 1; transform: none; }
}
.lx-gos-tb__panel-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 14px;
}
.lx-gos-tb__panel-title {
	margin: 4px 0 6px !important;
	font-size: clamp(1.1rem, 2vw, 1.35rem) !important;
	font-weight: 800 !important;
	color: #fff !important;
	line-height: 1.3 !important;
}
.lx-gos-tb__panel-sub {
	margin: 0;
	font-size: 13px;
	color: #9bb0c4;
}
.lx-gos-tb__close {
	appearance: none;
	border: 1px solid rgba(148, 163, 184, 0.35);
	background: rgba(0, 0, 0, 0.25);
	color: #94a3b8;
	border-radius: 999px;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
}
.lx-gos-tb__close:hover { border-color: #5eead4; color: #5eead4; }

.lx-gos-tb__scene-btn {
	cursor: pointer;
	font: inherit;
	width: 100%;
}
.lx-gos-tb__scene-btn.is-on {
	border-color: rgba(94, 234, 212, 0.7) !important;
	box-shadow: 0 0 0 1px rgba(94, 234, 212, 0.4), 0 12px 28px rgba(0, 0, 0, 0.35);
	background:
		linear-gradient(155deg, rgba(0, 255, 240, 0.16), transparent 50%),
		rgba(8, 20, 36, 0.75) !important;
}

.lx-gos-tb__rec {
	margin-top: 16px;
	padding: 14px;
	border-radius: 16px;
	border: 1px solid rgba(0, 255, 240, 0.28);
	background: rgba(0, 0, 0, 0.28);
}
.lx-gos-tb__rec[hidden] { display: none !important; }
.lx-gos-tb__rec-head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 12px;
	margin-bottom: 12px;
}
.lx-gos-tb__rec-head strong {
	font-size: 15px;
	color: #f0fbff;
}
.lx-gos-tb__rec-pain {
	font-size: 12.5px;
	color: #fda4af;
}
.lx-gos-tb__rec-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}
@media (max-width: 640px) {
	.lx-gos-tb__rec-list { grid-template-columns: 1fr; }
	.lx-gos-tb__entry-cta { width: 100%; justify-content: center; }
}
.lx-gos-tb__tool {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 12px 14px;
	border-radius: 14px;
	border: 1px solid rgba(0, 255, 240, 0.22);
	background:
		linear-gradient(145deg, rgba(0, 255, 240, 0.08), transparent 60%),
		rgba(10, 16, 32, 0.75);
	text-decoration: none !important;
	color: inherit !important;
	transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.lx-gos-tb__tool:hover {
	transform: translateY(-2px);
	border-color: rgba(94, 234, 212, 0.55);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}
.lx-gos-tb__tool b {
	font-size: 14px;
	color: #f0fbff;
}
.lx-gos-tb__tool span {
	font-size: 12px;
	color: #9bb0c4;
	line-height: 1.45;
}
.lx-gos-tb__tool em {
	font-style: normal;
	font-size: 11.5px;
	font-weight: 800;
	color: #5eead4;
	margin-top: 4px;
}
.lx-gos-tb__rec-foot {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin: 14px 0 0;
	align-items: center;
}
.lx-gos-tb__more {
	font-size: 13px;
	font-weight: 800;
	color: #5eead4 !important;
	text-decoration: none !important;
}
.lx-gos-tb__more-ghost {
	font-size: 12.5px;
	color: #94a3b8 !important;
	text-decoration: none !important;
}
.lx-gos-tb__more-ghost:hover { color: #5eead4 !important; }

body.lx-ai-toolbox-page .lx-gos-tb {
	margin-top: 8px;
}

/* Guidance OS · 首页场景 + 搜索 + 悬浮帮助 */
.lx-gos {
	--gos-cyan: #5eead4;
	--gos-pink: #f0abfc;
	--gos-text: #e8f4ff;
	--gos-muted: #9bb0c4;
	position: relative;
	z-index: 2;
	padding: 8px 12px 20px;
	max-width: 1200px;
	margin: 0 auto;
	color: var(--gos-text);
	font-size: 14px;
}
.lx-gos__inner {
	padding: 18px 16px 16px;
	border-radius: 18px;
	border: 1px solid rgba(0, 255, 240, 0.28);
	background:
		linear-gradient(145deg, rgba(0, 255, 240, 0.08), transparent 45%),
		linear-gradient(320deg, rgba(255, 43, 214, 0.07), transparent 50%),
		rgba(6, 10, 22, 0.55);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.lx-gos__hero-copy { text-align: center; margin-bottom: 14px; }
.lx-gos__kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--gos-cyan);
}
.lx-gos__pulse {
	width: 8px; height: 8px; border-radius: 50%;
	background: #f472b6;
	box-shadow: 0 0 12px #f472b6;
	animation: lx-gos-pulse 1.2s ease-in-out infinite;
}
@keyframes lx-gos-pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.5; transform: scale(1.25); }
}
.lx-gos__title {
	margin: 0 0 8px !important;
	font-size: clamp(1.15rem, 2.4vw, 1.45rem) !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	color: #fff !important;
	letter-spacing: 0.02em;
}
.lx-gos__sub {
	margin: 0 auto;
	max-width: 560px;
	font-size: 13.5px;
	line-height: 1.55;
	color: var(--gos-muted);
}

/* Search */
.lx-gos__search {
	display: flex;
	gap: 8px;
	max-width: 720px;
	margin: 0 auto 10px;
}
.lx-gos__input {
	flex: 1;
	min-width: 0;
	padding: 12px 14px !important;
	border-radius: 999px !important;
	border: 1px solid rgba(0, 255, 240, 0.35) !important;
	background: rgba(0, 0, 0, 0.4) !important;
	color: #e8f7ff !important;
	font-size: 14px !important;
}
.lx-gos__input::placeholder { color: #7a93ad !important; }
.lx-gos__go {
	flex: 0 0 auto;
	padding: 0 18px;
	border-radius: 999px;
	border: none;
	font-weight: 800;
	font-size: 13.5px;
	cursor: pointer;
	color: #042f2e;
	background: linear-gradient(90deg, #5eead4, #93c5fd);
	box-shadow: 0 0 18px rgba(94, 234, 212, 0.35);
}
.lx-gos__suggest {
	max-width: 720px;
	margin: 0 auto 14px;
	padding: 10px 12px;
	border-radius: 14px;
	border: 1px solid rgba(0, 255, 240, 0.22);
	background: rgba(4, 8, 18, 0.85);
}
.lx-gos__suggest[hidden] { display: none !important; }
.lx-gos__hit {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	padding: 8px 6px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	text-decoration: none;
	color: inherit;
}
.lx-gos__hit:last-child { border-bottom: 0; }
.lx-gos__hit:hover { background: rgba(0, 255, 240, 0.06); border-radius: 8px; }
.lx-gos__hit b { font-size: 13.5px; color: #f0fbff; }
.lx-gos__hit span { display: block; font-size: 12px; color: var(--gos-muted); margin-top: 2px; }
.lx-gos__hit-go {
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 700;
	color: var(--gos-cyan);
	white-space: nowrap;
}
.lx-gos__prompt-chip {
	margin-top: 8px;
	padding: 8px 10px;
	border-radius: 10px;
	border: 1px dashed rgba(250, 204, 21, 0.35);
	background: rgba(250, 204, 21, 0.06);
	font-size: 12.5px;
	color: #fde68a;
}

/* Scene grid */
.lx-gos__scenes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 6px;
}
@media (max-width: 860px) {
	.lx-gos__scenes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.lx-gos__search { flex-direction: column; }
	.lx-gos__go { padding: 12px; }
}
@media (max-width: 480px) {
	.lx-gos__scenes { grid-template-columns: 1fr; }
}
.lx-gos__scene {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 14px 12px;
	border-radius: 14px;
	border: 1px solid rgba(0, 255, 240, 0.22);
	background:
		linear-gradient(155deg, rgba(0, 255, 240, 0.08), transparent 50%),
		rgba(8, 12, 24, 0.55);
	text-decoration: none !important;
	color: inherit !important;
	transition: transform 0.15s ease, border-color 0.15s, box-shadow 0.15s;
	min-height: 118px;
}
.lx-gos__scene:hover {
	transform: translateY(-3px);
	border-color: rgba(0, 255, 240, 0.5);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35), 0 0 20px rgba(0, 255, 240, 0.12);
}
.lx-gos__scene-ic { font-size: 26px; line-height: 1; }
.lx-gos__scene-name {
	font-size: 15px;
	font-weight: 800;
	color: #f8fbff;
}
.lx-gos__scene-pain {
	font-size: 12.5px;
	line-height: 1.45;
	color: var(--gos-muted);
	flex: 1;
}
.lx-gos__scene-meta {
	font-size: 11.5px;
	font-weight: 700;
	color: var(--gos-cyan);
	margin-top: 4px;
}
.lx-gos__onboard-line {
	margin: 14px 0 0;
	text-align: center;
	font-size: 13px;
	color: var(--gos-muted);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 12px;
}
.lx-gos__onboard-line a {
	color: var(--gos-cyan) !important;
	font-weight: 700;
	text-decoration: none !important;
}
.lx-gos__pro-toggle {
	appearance: none;
	border: 1px solid rgba(148, 163, 184, 0.35);
	background: transparent;
	color: #94a3b8;
	border-radius: 999px;
	padding: 4px 10px;
	font-size: 11.5px;
	cursor: pointer;
}
.lx-gos__pro-toggle:hover { border-color: #5eead4; color: #5eead4; }

/* 专业模式：弱化首页场景块视觉，仍保留搜索 */
body.lx-guide-pro .lx-gos__scenes { opacity: 0.72; }
body.lx-guide-pro .lx-gos-float { display: none !important; }
body.lx-guide-pro .lx-fgd { display: none !important; }
body.lx-guide-pro .lx-gl-ob { display: none !important; }

/* 悬浮帮助 */
.lx-gos-float {
	position: fixed;
	right: 16px;
	bottom: 18px;
	z-index: 99980;
	font-family: "Noto Sans SC", system-ui, sans-serif;
}
.lx-gos-float__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid rgba(0, 255, 240, 0.4);
	background: linear-gradient(135deg, rgba(8, 12, 24, 0.92), rgba(14, 30, 50, 0.95));
	color: #e8f7ff;
	font-weight: 700;
	font-size: 13px;
	cursor: pointer;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 255, 240, 0.15);
	backdrop-filter: blur(10px);
}
.lx-gos-float__ic { font-size: 18px; }
.lx-gos-float__panel {
	position: absolute;
	right: 0;
	bottom: 52px;
	width: min(340px, calc(100vw - 28px));
	padding: 14px;
	border-radius: 16px;
	border: 1px solid rgba(0, 255, 240, 0.3);
	background: rgba(6, 10, 20, 0.96);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
	color: #e2e8f0;
}
.lx-gos-float__panel[hidden] { display: none !important; }
.lx-gos-float__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6px;
}
.lx-gos-float__x {
	border: 0; background: transparent; color: #94a3b8;
	font-size: 20px; cursor: pointer; line-height: 1;
}
.lx-gos-float__hint { margin: 0 0 10px; font-size: 12.5px; color: #94a3b8; }
.lx-gos-float__form { display: flex; gap: 6px; margin-bottom: 10px; }
.lx-gos-float__form input {
	flex: 1; min-width: 0;
	padding: 9px 10px !important;
	border-radius: 10px !important;
	border: 1px solid rgba(0, 255, 240, 0.3) !important;
	background: rgba(0, 0, 0, 0.35) !important;
	color: #e8f7ff !important;
	font-size: 13px !important;
}
.lx-gos-float__form button {
	border: 0; border-radius: 10px; padding: 0 12px;
	font-weight: 800; font-size: 12.5px; cursor: pointer;
	background: linear-gradient(90deg, #5eead4, #93c5fd); color: #042f2e;
}
.lx-gos-float__res { font-size: 12.5px; max-height: 200px; overflow: auto; }
.lx-gos-float__res a {
	display: block; padding: 8px 6px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	color: #e2e8f0; text-decoration: none;
}
.lx-gos-float__res a:hover { color: #5eead4; }
.lx-gos-float__links {
	display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px;
	font-size: 12px;
}
.lx-gos-float__links a, .lx-gos-float__links button {
	color: #5eead4; background: none; border: 0; cursor: pointer;
	padding: 0; font-size: inherit; text-decoration: none;
}
@media (max-width: 480px) {
	.lx-gos-float__label { display: none; }
	.lx-gos-float { right: 12px; bottom: 14px; }
}

/* 微工具：示例切换 + 场景高亮 */
.lx-gl__tool.is-scene-hot {
	outline: 2px solid rgba(94, 234, 212, 0.65);
	box-shadow: 0 0 24px rgba(0, 255, 240, 0.25);
}
.lx-gl__example-bar {
	display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
	margin: 0 0 10px;
}
.lx-gl__example-bar button {
	appearance: none;
	border: 1px solid rgba(94, 234, 212, 0.35);
	background: rgba(0, 255, 240, 0.06);
	color: #5eead4;
	border-radius: 999px;
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}
.lx-gl__usecases {
	display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 10px;
}
.lx-gl__usecase {
	appearance: none;
	border: 1px solid rgba(148, 163, 184, 0.28);
	background: rgba(15, 23, 42, 0.5);
	color: #cbd5e1;
	border-radius: 999px;
	padding: 5px 10px;
	font-size: 12px;
	cursor: pointer;
}
.lx-gl__usecase:hover, .lx-gl__usecase.is-on {
	border-color: rgba(94, 234, 212, 0.5);
	color: #5eead4;
}
.lx-gl__pain-line {
	margin: 0 0 10px;
	font-size: 13px;
	color: #94a3b8;
}
.lx-gl__pain-line strong { color: #fda4af; font-weight: 700; }

/* 功能页 use-case 卡（挂在 feature-guide 下） */
.lx-fgd__usecases {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 12px;
}
@media (max-width: 800px) {
	.lx-fgd__usecases { grid-template-columns: 1fr; }
}
.lx-fgd__uc {
	text-align: left;
	padding: 10px 11px;
	border-radius: 12px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	background: rgba(15, 23, 42, 0.45);
	color: inherit;
	cursor: pointer;
	font: inherit;
}
.lx-fgd__uc:hover {
	border-color: rgba(94, 234, 212, 0.45);
	background: rgba(0, 255, 240, 0.06);
}
.lx-fgd__uc b {
	display: block;
	font-size: 12.5px;
	margin-bottom: 4px;
	color: #f0fbff;
}
.lx-fgd__uc span {
	font-size: 12px;
	line-height: 1.45;
	color: #9bb0c4;
}

/* ========== 高情商文案体系 · 幻化 / 工具卡 / 文章提醒 ========== */
.lx-gos__hint {
	margin: 10px auto 0;
	max-width: 640px;
	font-size: 12.5px;
	line-height: 1.55;
	color: #8ba3bc;
}
.lx-gos__status,
.lx-gos__status-inline {
	max-width: 720px;
	margin: 8px auto 10px;
	font-size: 13px;
	line-height: 1.55;
	color: #a5f3fc;
}
.lx-gos__status[hidden] { display: none !important; }
.lx-gos__empty {
	margin: 0;
	padding: 10px 4px;
	font-size: 13px;
	color: #94a3b8;
	line-height: 1.55;
}
.lx-gos__scene--btn {
	width: 100%;
	font: inherit;
	text-align: left;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}
.lx-gos__scene.is-on {
	border-color: rgba(94, 234, 212, 0.65) !important;
	box-shadow: 0 0 0 1px rgba(94, 234, 212, 0.25), 0 12px 28px rgba(0, 0, 0, 0.3);
}
.lx-gos__rec {
	margin-top: 16px;
	padding: 14px 14px 10px;
	border-radius: 16px;
	border: 1px solid rgba(94, 234, 212, 0.28);
	background: rgba(4, 10, 22, 0.72);
}
.lx-gos__rec[hidden] { display: none !important; }
.lx-gos__rec-head {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	align-items: baseline;
	margin-bottom: 6px;
}
.lx-gos__rec-head strong {
	font-size: 15px;
	color: #f0fbff;
}
.lx-gos__rec-pain,
.lx-gos-tb__rec-pain {
	font-size: 12.5px;
	color: #9bb0c4;
	line-height: 1.5;
}
.lx-gos__rec-guide,
.lx-gos-tb__rec-guide {
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.6;
	color: #c7d7e8;
}
.lx-gos__rec-list,
.lx-gos-tb__rec-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 12px;
}

/* 工具推荐卡片 */
.lx-gos-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 14px 14px 12px;
	border-radius: 14px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	background:
		linear-gradient(160deg, rgba(0, 255, 240, 0.06), transparent 45%),
		rgba(10, 16, 30, 0.88);
	color: #e2eef8;
}
.lx-gos-card.is-compact { gap: 6px; padding: 12px; }
.lx-gos-card__name {
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	color: #f8fafc;
	line-height: 1.35;
}
.lx-gos-card__pos {
	margin: 4px 0 0;
	font-size: 12.5px;
	line-height: 1.5;
	color: #7dd3fc;
}
.lx-gos-card__block {
	margin: 0;
	font-size: 12.5px;
	line-height: 1.6;
	color: #b6c7d9;
}
.lx-gos-card__block strong {
	display: inline-block;
	margin-bottom: 2px;
	color: #e2e8f0;
	font-size: 12px;
}
.lx-gos-card__steps {
	margin: 4px 0 0;
	padding-left: 1.15em;
	font-size: 12.5px;
	line-height: 1.55;
	color: #cbd5e1;
}
.lx-gos-card__boundary {
	margin: 2px 0 0;
	padding: 8px 10px;
	border-radius: 10px;
	border: 1px dashed rgba(148, 163, 184, 0.28);
	background: rgba(15, 23, 42, 0.45);
	font-size: 12px;
	line-height: 1.55;
	color: #94a3b8;
}
.lx-gos-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 4px;
	align-items: center;
}
.lx-gos-card__primary {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none !important;
	color: #042f2e !important;
	background: linear-gradient(90deg, #5eead4, #93c5fd);
	border: none;
	cursor: pointer;
}
.lx-gos-card__primary:hover { filter: brightness(1.05); }
.lx-gos-card__secondary {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	font-size: 12.5px;
	font-weight: 600;
	font-family: inherit;
	color: #cbd5e1;
	background: transparent;
	border: 1px solid rgba(148, 163, 184, 0.35);
	cursor: pointer;
}
.lx-gos-card__secondary:hover {
	border-color: rgba(94, 234, 212, 0.45);
	color: #5eead4;
}
.lx-gos-card__help {
	font-size: 12px;
	color: #7dd3fc !important;
	text-decoration: none !important;
	border-bottom: 1px dashed rgba(125, 211, 252, 0.4);
}
.lx-gos-card__help:hover { color: #bae6fd !important; }

/* 文章正文推荐块已移除；兼容残留节点 */
.lx-gos-art-banner,
.lx-gos-art-end { display: none !important; }

/* 文章 · 左侧漂浮提醒坞（最高层级） */
.lx-gos-art-dock {
	position: fixed;
	left: 16px;
	top: 50%;
	z-index: 2147483000;
	width: 248px;
	transform: translateY(-50%);
	font-family: system-ui, -apple-system, "Segoe UI", "Noto Sans SC", sans-serif;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.lx-gos-art-dock.is-in { opacity: 1; }
.lx-gos-art-dock[hidden] { display: none !important; }
.lx-gos-art-dock__panel {
	position: relative;
	padding: 14px 14px 12px;
	border-radius: 16px;
	background:
		linear-gradient(145deg, rgba(16, 185, 129, 0.12), transparent 50%),
		linear-gradient(320deg, rgba(14, 165, 233, 0.1), transparent 48%),
		rgba(8, 14, 28, 0.94);
	border: 1px solid rgba(52, 211, 153, 0.4);
	box-shadow:
		0 0 0 1px rgba(14, 165, 233, 0.1) inset,
		0 0 28px rgba(16, 185, 129, 0.12),
		0 16px 36px rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	color: #e2e8f0;
	animation: lx-gos-dock-bob 5s ease-in-out infinite;
}
@keyframes lx-gos-dock-bob {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-5px); }
}
.lx-gos-art-dock__x {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 24px;
	height: 24px;
	border: 1px solid rgba(148, 163, 184, 0.35);
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.25);
	color: #94a3b8;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	display: grid;
	place-items: center;
	padding: 0;
}
.lx-gos-art-dock__x:hover { color: #fff; border-color: #34d399; }
.lx-gos-art-dock__badge {
	display: inline-block;
	margin: 0 0 8px;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.06em;
	color: #042f2e;
	background: linear-gradient(90deg, #34d399, #67e8f9);
}
.lx-gos-art-dock__title {
	display: block;
	padding-right: 22px;
	font-size: 14.5px;
	font-weight: 800;
	line-height: 1.35;
	color: #f0fdf4;
}
.lx-gos-art-dock__body {
	margin: 8px 0 10px;
	font-size: 12px;
	line-height: 1.55;
	color: #94a3b8;
}
.lx-gos-art-dock__problems {
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.lx-gos-art-dock__problems li {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	font-size: 12px;
	line-height: 1.45;
	color: #cbd5e1;
}
.lx-gos-art-dock__dot {
	flex: 0 0 auto;
	width: 6px;
	height: 6px;
	margin-top: 5px;
	border-radius: 50%;
	background: #34d399;
	box-shadow: 0 0 8px rgba(52, 211, 153, 0.7);
}
.lx-gos-art-dock__cta {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 10px 12px;
	border: 0;
	border-radius: 999px;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
	color: #042f2e;
	background: linear-gradient(90deg, #34d399, #67e8f9 55%, #a5b4fc);
	box-shadow: 0 0 18px rgba(52, 211, 153, 0.35);
	transition: transform 0.18s, box-shadow 0.18s;
}
.lx-gos-art-dock__cta:hover {
	transform: translateY(-1px);
	box-shadow: 0 0 24px rgba(52, 211, 153, 0.5);
}
.lx-gos-art-dock__foot {
	margin: 10px 0 0;
	font-size: 11px;
	line-height: 1.45;
	color: #64748b;
}
.lx-gos-art-dock__tab {
	display: none;
	width: 40px;
	padding: 12px 6px;
	border-radius: 0 14px 14px 0;
	border: 1px solid rgba(52, 211, 153, 0.45);
	border-left: none;
	background: linear-gradient(180deg, rgba(52, 211, 153, 0.25), rgba(14, 165, 233, 0.18));
	color: #ecfdf5;
	font-size: 12px;
	font-weight: 800;
	writing-mode: vertical-rl;
	letter-spacing: 0.12em;
	cursor: pointer;
	box-shadow: 0 0 20px rgba(52, 211, 153, 0.22);
}
.lx-gos-art-dock.is-collapsed .lx-gos-art-dock__panel { display: none; }
.lx-gos-art-dock.is-collapsed .lx-gos-art-dock__tab { display: block; }
.lx-gos-art-dock.is-collapsed { left: 0; width: auto; }
@media (max-width: 900px) {
	.lx-gos-art-dock {
		left: 10px;
		top: auto;
		bottom: 72px;
		transform: none;
		width: min(240px, calc(100vw - 72px));
	}
	.lx-gos-art-dock.is-collapsed { bottom: 72px; }
}

/* 首页 · 按场景选工具弹窗 */
html.lx-gos-home-modal-open { overflow: hidden; }
.lx-gos-home-modal[hidden] { display: none !important; }
.lx-gos-home-modal {
	position: fixed;
	inset: 0;
	z-index: 2147483500;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 12px;
}
.lx-gos-home-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(2, 6, 16, 0.78);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}
.lx-gos-home-modal__sheet {
	position: relative;
	z-index: 1;
	width: min(960px, 100%);
	max-height: min(90vh, 900px);
	overflow: auto;
	border-radius: 18px;
	border: 1px solid rgba(94, 234, 212, 0.32);
	background:
		linear-gradient(160deg, rgba(94, 234, 212, 0.1), transparent 42%),
		linear-gradient(320deg, rgba(240, 171, 252, 0.08), transparent 48%),
		#070d1a;
	box-shadow: 0 28px 72px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(94, 234, 212, 0.08);
	/* 赛博细滚动条 */
	scrollbar-width: thin;
	scrollbar-color: rgba(94, 234, 212, 0.55) rgba(15, 23, 42, 0.55);
	overscroll-behavior: contain;
}
.lx-gos-home-modal__sheet::-webkit-scrollbar { width: 6px; height: 6px; }
.lx-gos-home-modal__sheet::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, rgba(94, 234, 212, 0.8), rgba(167, 139, 250, 0.65));
	border-radius: 999px;
}
.lx-gos-home-modal__x {
	position: sticky;
	top: 10px;
	float: right;
	z-index: 3;
	margin: 10px 10px 0 0;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid rgba(148, 163, 184, 0.4);
	background: rgba(15, 23, 42, 0.85);
	color: #e2e8f0;
	font-size: 20px;
	cursor: pointer;
	line-height: 1;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}
.lx-gos-home-modal__x:hover {
	border-color: #5eead4;
	color: #fff;
	box-shadow: 0 0 14px rgba(94, 234, 212, 0.35);
}
.lx-gos-home-modal .lx-gos--modal {
	padding: 4px 8px 16px;
	max-width: none;
	margin: 0;
}
.lx-gos-home-modal .lx-gos__inner {
	border: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	padding: 8px 16px 18px;
}
@media (max-width: 640px) {
	.lx-gos-home-modal {
		padding: 0;
		align-items: flex-end;
	}
	.lx-gos-home-modal__sheet {
		width: 100%;
		max-height: 92vh;
		border-radius: 16px 16px 0 0;
	}
}

/* 文章 · 选工具弹窗（最高层级） */
html.lx-gos-art-modal-open { overflow: hidden; }
.lx-gos-art-modal[hidden] { display: none !important; }
.lx-gos-art-modal {
	position: fixed;
	inset: 0;
	z-index: 2147483600;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 14px;
}
.lx-gos-art-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(2, 6, 16, 0.72);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
.lx-gos-art-modal__sheet {
	position: relative;
	z-index: 1;
	width: min(720px, 100%);
	max-height: min(86vh, 820px);
	overflow: auto;
	padding: 22px 20px 18px;
	border-radius: 18px;
	border: 1px solid rgba(52, 211, 153, 0.3);
	background:
		linear-gradient(160deg, rgba(16, 185, 129, 0.1), transparent 40%),
		#0b1220;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
	color: #e2e8f0;
}
.lx-gos-art-modal__x {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid rgba(148, 163, 184, 0.35);
	background: rgba(15, 23, 42, 0.7);
	color: #cbd5e1;
	font-size: 18px;
	cursor: pointer;
	line-height: 1;
}
.lx-gos-art-modal__x:hover { border-color: #34d399; color: #fff; }
.lx-gos-art-modal__kicker {
	margin: 0 0 6px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #34d399;
	text-transform: uppercase;
}
.lx-gos-art-modal__title {
	margin: 0 0 8px;
	padding-right: 36px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.35;
	color: #f8fafc;
}
.lx-gos-art-modal__sub {
	margin: 0 0 16px;
	font-size: 13.5px;
	line-height: 1.6;
	color: #94a3b8;
}
.lx-gos-art-modal__list {
	display: grid;
	gap: 12px;
}
.lx-gos-art-modal__card {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px 16px;
	align-items: center;
	padding: 14px 14px;
	border-radius: 14px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	background: rgba(15, 23, 42, 0.55);
}
@media (max-width: 640px) {
	.lx-gos-art-modal__card { grid-template-columns: 1fr; }
}
.lx-gos-art-modal__name {
	margin: 0 0 4px;
	font-size: 15.5px;
	font-weight: 800;
	color: #f1f5f9;
}
.lx-gos-art-modal__pos {
	margin: 0 0 8px;
	font-size: 12.5px;
	color: #67e8f9;
}
.lx-gos-art-modal__problem,
.lx-gos-art-modal__how {
	margin: 0 0 6px;
	font-size: 13px;
	line-height: 1.55;
	color: #cbd5e1;
}
.lx-gos-art-modal__problem strong,
.lx-gos-art-modal__how strong {
	display: inline-block;
	margin-right: 6px;
	color: #34d399;
	font-weight: 700;
}
.lx-gos-art-modal__bound {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: #64748b;
}
.lx-gos-art-modal__card-actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 132px;
}
.lx-gos-art-modal__go {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
	color: #042f2e !important;
	background: linear-gradient(90deg, #34d399, #67e8f9);
}
.lx-gos-art-modal__go:hover { filter: brightness(1.06); color: #042f2e !important; }
.lx-gos-art-modal__help {
	text-align: center;
	font-size: 12px;
	color: #7dd3fc !important;
	text-decoration: none !important;
}
.lx-gos-art-modal__help:hover { color: #bae6fd !important; }

/* 文章 · 文末转化（已停用，保留选择器兼容） */
.lx-gos-art-end-legacy {
	margin: 2.2rem 0 1rem;
	padding: 20px 18px 16px;
	border-radius: 16px;
	border: 1px solid #e2e8f0;
	background: linear-gradient(180deg, #f8fafc 0%, #fff 55%);
	color: #0f172a;
}
.lx-gos-art-end__title {
	margin: 0 0 8px;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.4;
	color: #0f172a;
}
.lx-gos-art-end__lead {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.65;
	color: #475569;
}
.lx-gos-art-end__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 12px;
}
.lx-gos-art-end .lx-gos-card {
	background: #fff;
	border-color: #e2e8f0;
	color: #0f172a;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
.lx-gos-art-end .lx-gos-card__name { color: #0f172a; }
.lx-gos-art-end .lx-gos-card__pos { color: #0f766e; }
.lx-gos-art-end .lx-gos-card__block,
.lx-gos-art-end .lx-gos-card__boundary { color: #475569; }
.lx-gos-art-end .lx-gos-card__block strong { color: #0f172a; }
.lx-gos-art-end .lx-gos-card__boundary {
	background: #f8fafc;
	border-color: #e2e8f0;
}
.lx-gos-art-end .lx-gos-card__primary {
	color: #fff !important;
	background: #0f766e;
}
.lx-gos-art-end .lx-gos-card__help { color: #0f766e !important; }
.lx-gos-art-end__close {
	margin: 16px 0 0;
	font-size: 13.5px;
	line-height: 1.65;
	color: #64748b;
	font-style: italic;
}

/* 专业模式：弱化打扰 */
body.lx-guide-pro .lx-gos-art-float,
body.lx-guide-pro .lx-gos-float { display: none !important; }
body.lx-guide-pro .lx-gos-art-banner { opacity: 0.85; }

/* 首页标题略长时的阅读优化 */
.lx-gos__title[data-lx-gos-title] {
	max-width: 720px;
	font-size: clamp(17px, 2.4vw, 22px) !important;
	line-height: 1.45 !important;
	font-weight: 750 !important;
}
