/* Growth Loop · free tools · onboard · lobster · ladder */
.lx-gl {
	max-width: 1040px;
	margin: 0 auto;
	padding: 24px 16px 72px;
	color: #e2e8f0;
}
.lx-gl__kicker {
	margin: 0 0 8px;
	font-size: 11px;
	letter-spacing: 0.2em;
	color: #22d3ee;
	text-transform: uppercase;
}
.lx-gl__hero { text-align: center; margin-bottom: 22px; }
.lx-gl__hero h1 {
	margin: 0 0 8px;
	font-size: clamp(22px, 2.8vw, 22px);
	font-weight: 800;
	background: linear-gradient(90deg, #e0f2fe, #22d3ee 45%, #f472b6);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.lx-gl__lead { margin: 0 auto; color: #94a3b8; font-size: 14px; line-height: 1.65; max-width: 640px; }
.lx-gl__hot-chip {
	display: inline-flex;
	margin-top: 12px;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(244, 114, 182, 0.15);
	border: 1px solid rgba(244, 114, 182, 0.4);
	color: #f9a8d4;
	font-size: 12.5px;
	font-weight: 700;
}
.lx-gl__tools {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-bottom: 28px;
}
@media (max-width: 800px) {
	.lx-gl__tools { grid-template-columns: 1fr; }
}
.lx-gl__tool {
	text-align: left;
	cursor: pointer;
	padding: 16px;
	border-radius: 14px;
	border: 1px solid color-mix(in srgb, var(--tc, #22d3ee) 40%, transparent);
	background:
		radial-gradient(ellipse 80% 50% at 0% 0%, color-mix(in srgb, var(--tc, #22d3ee) 18%, transparent), transparent 55%),
		rgba(8, 12, 24, 0.9);
	color: inherit;
	display: flex;
	flex-direction: column;
	gap: 6px;
	transition: transform 0.15s ease;
}
.lx-gl__tool:hover { transform: translateY(-2px); }
.lx-gl__tool-ic { font-size: 26px; }
.lx-gl__tool-name { font-weight: 800; font-size: 15px; }
.lx-gl__tool-desc { font-size: 12.5px; color: #94a3b8; line-height: 1.45; }
.lx-gl__tool-desc strong { color: #fda4af; font-weight: 700; }
.lx-gl__tool--eq {
	text-align: left;
	align-items: flex-start;
	min-height: 0;
	gap: 6px;
}
.lx-gl__tool-pos {
	font-size: 12.5px;
	line-height: 1.45;
	color: #7dd3fc;
}
.lx-gl__tool-how {
	font-size: 12px;
	line-height: 1.45;
	color: #9bb0c4;
}
.lx-gl__tool-how em { font-style: normal; color: #cbd5e1; }
.lx-gl__tool-steps {
	font-size: 11.5px;
	line-height: 1.45;
	color: #8ba3bc;
}
.lx-gl__tool-bound {
	font-size: 11.5px;
	line-height: 1.45;
	color: #94a3b8;
	padding: 6px 8px;
	border-radius: 8px;
	border: 1px dashed rgba(148, 163, 184, 0.28);
	background: rgba(15, 23, 42, 0.4);
}
.lx-gl__tool-cta {
	font-size: 12.5px;
	font-weight: 700;
	color: #5eead4;
	margin-top: 2px;
}

/* ===== 微工具列表 v2 · 高情商信息架构 ===== */
.lx-gl--tools-v2 .lx-gl__hero--soft {
	text-align: left;
	margin-bottom: 14px;
}
.lx-gl__lead--soft {
	max-width: 640px;
	font-size: 15px;
	line-height: 1.7;
	color: #cbd5e1;
}
.lx-gl__scene-filters {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 4px 2px 10px;
	margin-bottom: 4px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}
.lx-gl__scene-f {
	flex: 0 0 auto;
	border: 1px solid rgba(148, 163, 184, 0.28);
	background: rgba(15, 23, 42, 0.55);
	color: #e2e8f0;
	border-radius: 999px;
	padding: 8px 14px;
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
}
.lx-gl__scene-f.is-on,
.lx-gl__scene-f:hover {
	border-color: rgba(94, 234, 212, 0.55);
	color: #5eead4;
	background: rgba(0, 255, 240, 0.08);
}
.lx-gl__scene-hint {
	margin: 0 0 14px;
	font-size: 12.5px;
	color: #94a3b8;
	line-height: 1.5;
}
.lx-gl__tools--v2 {
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 14px;
}
.lx-gl__tool-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	text-align: left;
	padding: 16px 14px 14px;
	border-radius: 16px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	background:
		linear-gradient(160deg, color-mix(in srgb, var(--tc, #22d3ee) 12%, transparent), transparent 50%),
		rgba(8, 12, 24, 0.72);
	color: #e2e8f0;
}
.lx-gl__tool-card-top {
	display: flex;
	align-items: center;
	gap: 10px;
}
.lx-gl__tool-card .lx-gl__tool-name {
	margin: 0;
	font-size: 16px;
	font-weight: 800;
}
.lx-gl__tool-lab {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #7dd3fc;
	margin-bottom: 2px;
}
.lx-gl__tool-problem,
.lx-gl__tool-outcome {
	margin: 0;
	font-size: 12.5px;
	line-height: 1.55;
	color: #b6c7d9;
}
.lx-gl__tool-howto {
	margin-top: 4px;
	padding: 10px 12px;
	border-radius: 12px;
	border: 1px solid rgba(94, 234, 212, 0.2);
	background: rgba(4, 10, 22, 0.65);
	font-size: 12.5px;
}
.lx-gl__tool-howto ol {
	margin: 0 0 8px;
	padding-left: 1.2em;
	line-height: 1.55;
	color: #cbd5e1;
}
.lx-gl__tool-eta { margin: 0; font-size: 12px; color: #94a3b8; }
.lx-gl__tool-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 4px;
}
.lx-gl__btn--sm {
	padding: 7px 12px !important;
	font-size: 12.5px !important;
}
.lx-gl__btn--lg {
	padding: 12px 20px !important;
	font-size: 14px !important;
}
.lx-gl__tools-foot {
	margin: 16px 0 8px;
	font-size: 13px;
	line-height: 1.6;
	color: #94a3b8;
	text-align: center;
}

/* 使用页 A-D */
.lx-gl__work--v2 {
	max-width: 720px;
	margin: 0 auto;
}
.lx-gl__zone {
	margin: 0 0 14px;
	padding: 14px 16px;
	border-radius: 14px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	background: rgba(8, 12, 24, 0.55);
}
.lx-gl__zone--a {
	border-color: rgba(94, 234, 212, 0.28);
	background: linear-gradient(135deg, rgba(0, 255, 240, 0.06), rgba(8, 12, 24, 0.7));
}
.lx-gl__zone-a-head {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}
.lx-gl__work-ic { font-size: 28px; line-height: 1; }
.lx-gl__work-pos {
	margin: 4px 0 0;
	font-size: 13.5px;
	color: #7dd3fc;
	line-height: 1.5;
}
.lx-gl__work-boundary {
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.55;
	color: #b6c7d9;
}
.lx-gl__work-eta {
	margin: 6px 0 0;
	font-size: 12px;
	color: #94a3b8;
}
.lx-gl__zone-toggle {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 0;
	background: transparent;
	color: #e2e8f0;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	padding: 0 0 8px;
}
.lx-gl__guide-steps {
	margin: 0;
	padding-left: 1.2em;
	font-size: 13px;
	line-height: 1.65;
	color: #cbd5e1;
}
.lx-gl__guide-note {
	margin: 10px 0 0;
	font-size: 12.5px;
	line-height: 1.55;
	color: #94a3b8;
}
.lx-gl__input-lab {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #e2e8f0;
	margin-bottom: 8px;
}
.lx-gl__zone--c textarea {
	width: 100%;
	min-height: 140px;
	border-radius: 12px;
	border: 1px solid rgba(94, 234, 212, 0.28);
	background: rgba(0, 0, 0, 0.35);
	color: #e2e8f0;
	padding: 12px 14px;
	font: inherit;
	line-height: 1.55;
	resize: vertical;
}
.lx-gl__result-lead {
	margin: 0 0 10px;
	font-size: 13.5px;
	font-weight: 600;
	color: #a5f3fc;
	line-height: 1.5;
}
.lx-gl__result-foot {
	margin: 12px 0 0;
	font-size: 12.5px;
	line-height: 1.55;
	color: #94a3b8;
}

/* 身份 / 路径阶段卡 */
.lx-gl__onboard-skip-wrap {
	text-align: center;
	margin: 18px 0 8px;
}
.lx-gl__stages {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 20px;
}
@media (max-width: 860px) {
	.lx-gl__stages { grid-template-columns: 1fr; }
}
.lx-gl__stage {
	padding: 16px 14px;
	border-radius: 14px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	background: rgba(8, 12, 24, 0.6);
}
.lx-gl__stage h3 { margin: 0 0 8px; font-size: 16px; }
.lx-gl__stage-desc { margin: 0 0 10px; font-size: 13px; color: #94a3b8; line-height: 1.55; }
.lx-gl__stage ul {
	margin: 0 0 10px;
	padding-left: 1.15em;
	font-size: 12.5px;
	line-height: 1.55;
	color: #cbd5e1;
}
.lx-gl__stage-tip {
	margin: 0 0 12px;
	font-size: 12px;
	line-height: 1.5;
	color: #7dd3fc;
}
.lx-gl__roles--dense {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	max-height: min(52vh, 420px);
	overflow: auto;
	padding-right: 4px;
}
@media (min-width: 640px) {
	.lx-gl__roles--dense { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.lx-gl__btn--pulse {
	animation: lx-gl-pulse 0.6s ease 2;
	box-shadow: 0 0 0 3px rgba(94, 234, 212, 0.45) !important;
}
@keyframes lx-gl-pulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.03); }
}
.lx-gl__empty-hint {
	margin: 10px 0 0;
	font-size: 12.5px;
	color: #64748b;
	line-height: 1.5;
}
.lx-gl__related { margin-top: 8px; }
.lx-gl__tool-tag {
	align-self: flex-start;
	font-size: 11px;
	padding: 2px 8px;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.12);
	color: #94a3b8;
}
.lx-gl__work {
	padding: 18px;
	border-radius: 16px;
	border: 1px solid rgba(34, 211, 238, 0.22);
	background: rgba(8, 12, 24, 0.85);
	margin-bottom: 28px;
}
.lx-gl__work[hidden] { display: none !important; }
.lx-gl__back {
	border: 0;
	background: transparent;
	color: #67e8f9;
	cursor: pointer;
	margin-bottom: 10px;
	font-size: 13px;
}
.lx-gl__work textarea {
	width: 100%;
	box-sizing: border-box;
	min-height: 100px;
	padding: 12px;
	border-radius: 12px;
	border: 1px solid rgba(148, 163, 184, 0.25);
	background: rgba(2, 6, 18, 0.65);
	color: #e2e8f0;
	margin: 8px 0 12px;
}
.lx-gl__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 10px;
	border: 0;
	cursor: pointer;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none;
	color: inherit;
	margin: 0 6px 6px 0;
}
.lx-gl__btn--primary {
	background: linear-gradient(135deg, #0369a1 0%, #1d4ed8 52%, #6d28d9 100%);
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	font-weight: 800;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.lx-gl__btn--soft {
	background: rgba(34, 211, 238, 0.12);
	border: 1px solid rgba(34, 211, 238, 0.3);
	color: #67e8f9;
}
.lx-gl__btn--ghost {
	background: rgba(148, 163, 184, 0.1);
	border: 1px solid rgba(148, 163, 184, 0.22);
	color: #e2e8f0;
}
.lx-gl__result[hidden] { display: none !important; }
.lx-gl__result-body {
	margin: 14px 0;
	padding: 14px 16px;
	border-radius: 12px;
	background: rgba(2, 6, 18, 0.5);
	border: 1px solid rgba(148, 163, 184, 0.16);
	line-height: 1.65;
	font-size: 14px;
	overflow-x: auto;
}
.lx-gl__result-body h2 { font-size: 1.1em; margin: 0.8em 0 0.4em; }
.lx-gl__share-card {
	max-width: 360px;
	margin: 12px 0;
	padding: 20px;
	border-radius: 16px;
	text-align: center;
	background: linear-gradient(145deg, #0c1224, #1a1030);
	border: 1px solid rgba(244, 114, 182, 0.4);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}
.lx-gl__share-card .ic { font-size: 36px; }
.lx-gl__share-card h4 { margin: 8px 0 6px; }
.lx-gl__share-card .sum { color: #94a3b8; font-size: 13px; margin-bottom: 12px; line-height: 1.5; }
.lx-gl__share-card .cta {
	display: block;
	padding: 10px;
	border-radius: 10px;
	background: linear-gradient(135deg, #0369a1 0%, #1d4ed8 52%, #6d28d9 100%);
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	font-weight: 800;
	font-size: 13px;
	text-decoration: none;
	margin-bottom: 10px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.lx-gl__share-card .wm { font-size: 11px; color: #64748b; }
.lx-gl__result-acts { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 10px; }
.lx-gl__funnel { margin-top: 12px; }
.lx-gl__funnel h3 { text-align: center; font-size: 16px; margin: 0 0 14px; }
.lx-gl__plans {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
	gap: 10px;
}
.lx-gl__plan {
	padding: 14px;
	border-radius: 14px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	background: rgba(8, 12, 24, 0.8);
}
.lx-gl__plan.is-feat {
	border-color: rgba(244, 114, 182, 0.45);
	box-shadow: 0 0 0 1px rgba(244, 114, 182, 0.15);
}
.lx-gl__plan h4 { margin: 0 0 4px; font-size: 14px; }
.lx-gl__plan .price { font-size: 18px; font-weight: 800; margin-bottom: 4px; }
.lx-gl__plan .note { font-size: 11px; color: #94a3b8; margin-bottom: 8px; }
.lx-gl__plan ul { margin: 0 0 10px; padding-left: 16px; font-size: 11.5px; color: #94a3b8; line-height: 1.45; }
.lx-gl__roles {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 12px;
}
.lx-gl__role {
	padding: 18px 14px;
	border-radius: 14px;
	border: 1px solid rgba(34, 211, 238, 0.25);
	background: rgba(8, 12, 24, 0.88);
	cursor: pointer;
	text-align: center;
	color: inherit;
}
.lx-gl__role:hover { border-color: #f472b6; }
.lx-gl__role .ic { font-size: 28px; display: block; margin-bottom: 6px; }
.lx-gl__role b { display: block; margin-bottom: 4px; }
.lx-gl__role span { font-size: 12px; color: #94a3b8; }
.lx-gl__ladder { display: grid; gap: 12px; margin-bottom: 28px; }
.lx-gl__step {
	display: grid;
	grid-template-columns: 48px 1fr auto;
	gap: 14px;
	align-items: center;
	padding: 16px;
	border-radius: 14px;
	border: 1px solid rgba(34, 211, 238, 0.22);
	background: rgba(8, 12, 24, 0.85);
}
.lx-gl__step .n {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	background: linear-gradient(135deg, #22d3ee, #818cf8);
	color: #0f172a;
}
.lx-gl__lobster-app {
	padding: 20px;
	border-radius: 16px;
	border: 1px solid rgba(34, 211, 238, 0.22);
	background: rgba(8, 12, 24, 0.85);
}
.lx-gl__lob-head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 16px;
}
.lx-gl__lob-head .av { font-size: 48px; }
.lx-gl__lob-form label {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #94a3b8;
}
.lx-gl__lob-form input,
.lx-gl__lob-form textarea {
	padding: 10px 12px;
	border-radius: 10px;
	border: 1px solid rgba(148, 163, 184, 0.25);
	background: rgba(2, 6, 18, 0.65);
	color: #e2e8f0;
}

/* global hot bar（已全站下线）+ onboard modal */
.lx-gl-hot-bar,
#lx-gl-hot-bar {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
	opacity: 0 !important;
}
.lx-gl-ob {
	position: fixed;
	inset: 0;
	z-index: 99985;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(2, 6, 18, 0.75);
	backdrop-filter: blur(6px);
}
.lx-gl-ob[hidden] { display: none !important; }
.lx-gl-ob__card {
	width: min(560px, 100%);
	max-height: 90vh;
	overflow: auto;
	padding: 24px 20px;
	border-radius: 18px;
	border: 1px solid rgba(34, 211, 238, 0.3);
	background: linear-gradient(160deg, #0c1224, #12081c);
	color: #e2e8f0;
}
.lx-gl-ob__card h2 { margin: 0 0 8px; font-size: 20px; }
.lx-gl-ob__card .lead { color: #94a3b8; font-size: 13.5px; margin: 0 0 16px; }
.lx-gl-ob__skip {
	margin-top: 12px;
	background: transparent;
	border: 0;
	color: #64748b;
	cursor: pointer;
	font-size: 12px;
	width: 100%;
}
.lx-gl__toast {
	position: fixed;
	left: 50%;
	bottom: 72px;
	transform: translateX(-50%);
	z-index: 99995;
	padding: 10px 16px;
	border-radius: 10px;
	background: rgba(15, 23, 42, 0.95);
	border: 1px solid rgba(34, 211, 238, 0.35);
	color: #e2e8f0;
	font-size: 13px;
}
.lx-gl__toast[hidden] { display: none !important; }

/* home free tools strip */
.lx-gl-home-tools {
	max-width: 1080px;
	margin: 0 auto 24px;
	padding: 0 16px;
}
.lx-gl-home-tools__h {
	text-align: center;
	font-weight: 800;
	margin-bottom: 12px;
	color: #e2e8f0;
	font-size: 15px;
}
.lx-gl-home-tools__row {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 8px;
}
@media (max-width: 900px) {
	.lx-gl-home-tools__row { grid-template-columns: repeat(2, 1fr); }
}
.lx-gl-home-tools a {
	display: block;
	text-align: center;
	padding: 12px 8px;
	border-radius: 12px;
	text-decoration: none;
	color: #e2e8f0;
	border: 1px solid rgba(34, 211, 238, 0.22);
	background: rgba(8, 12, 24, 0.88);
	font-size: 12px;
}
.lx-gl-home-tools a:hover { border-color: #f472b6; color: #fff; }
.lx-gl-home-tools .ic { display: block; font-size: 20px; margin-bottom: 4px; }
