/* Growth OS · Free/Pro/Enterprise + 养龙虾 */
.lx-growth {
	--g-bg: #070b14;
	--g-card: rgba(15, 23, 42, 0.82);
	--g-border: rgba(56, 189, 248, 0.22);
	--g-cyan: #22d3ee;
	--g-pink: #f472b6;
	--g-violet: #a78bfa;
	--g-text: #e2e8f0;
	--g-muted: #94a3b8;
	--g-ok: #34d399;
	max-width: 1100px;
	margin: 0 auto;
	padding: 28px 18px 64px;
	color: var(--g-text);
	font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}
.lx-growth__hero {
	text-align: center;
	padding: 36px 16px 28px;
	border: 1px solid var(--g-border);
	border-radius: 20px;
	background:
		radial-gradient(ellipse 80% 60% at 50% -10%, rgba(34, 211, 238, 0.18), transparent 55%),
		radial-gradient(ellipse 50% 40% at 90% 80%, rgba(244, 114, 182, 0.12), transparent 50%),
		var(--g-card);
	margin-bottom: 28px;
}
.lx-growth__hero-badge {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 0.14em;
	color: var(--g-cyan);
	border: 1px solid rgba(34, 211, 238, 0.35);
	padding: 4px 12px;
	border-radius: 999px;
	margin-bottom: 12px;
}
.lx-growth__hero h1 {
	margin: 0 0 10px;
	font-size: clamp(1.25rem, 2.8vw, 1.25rem);
	background: linear-gradient(90deg, #67e8f9, #f9a8d4, #c4b5fd);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.lx-growth__hero p {
	margin: 0 auto;
	max-width: 640px;
	color: var(--g-muted);
	line-height: 1.65;
	font-size: 14.5px;
}
.lx-growth__hero-stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 18px;
}
.lx-growth__chip {
	background: rgba(15, 23, 42, 0.7);
	border: 1px solid var(--g-border);
	border-radius: 999px;
	padding: 6px 14px;
	font-size: 12.5px;
	color: var(--g-text);
}
.lx-growth__chip strong { color: var(--g-cyan); }

.lx-growth__plans {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 28px;
}
@media (max-width: 900px) {
	.lx-growth__plans { grid-template-columns: 1fr; }
}
.lx-growth__plan {
	position: relative;
	border: 1px solid var(--g-border);
	border-radius: 18px;
	background: var(--g-card);
	padding: 22px 18px 18px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	isolation: isolate;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s;
}
.lx-growth__plan:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 40px rgba(34, 211, 238, 0.12);
}
.lx-growth__plan.is-current {
	border-color: rgba(52, 211, 153, 0.55);
	box-shadow: 0 0 0 1px rgba(52, 211, 153, 0.25);
}

/* ── 免费版：火热 ── */
.lx-growth__plan.is-featured {
	z-index: 2;
	border-color: rgba(251, 146, 60, 0.75);
	background:
		radial-gradient(ellipse 110% 70% at 50% -5%, rgba(251, 146, 60, 0.35), transparent 55%),
		radial-gradient(ellipse 80% 50% at 10% 100%, rgba(239, 68, 68, 0.22), transparent 50%),
		radial-gradient(ellipse 70% 40% at 95% 80%, rgba(250, 204, 21, 0.18), transparent 45%),
		linear-gradient(165deg, rgba(67, 20, 7, 0.92), rgba(15, 23, 42, 0.95) 55%, rgba(28, 10, 8, 0.96));
	box-shadow:
		0 0 0 1px rgba(251, 146, 60, 0.35),
		0 0 48px rgba(239, 68, 68, 0.28),
		0 16px 48px rgba(251, 146, 60, 0.18),
		inset 0 1px 0 rgba(254, 243, 199, 0.18);
	animation: lx-g-fire-pulse 2.8s ease-in-out infinite;
}
.lx-growth__plan.is-featured:hover {
	transform: translateY(-6px) scale(1.02);
	box-shadow:
		0 0 0 1px rgba(251, 146, 60, 0.55),
		0 0 64px rgba(249, 115, 22, 0.4),
		0 22px 56px rgba(239, 68, 68, 0.28);
}
.lx-growth__plan.is-featured h3 {
	background: linear-gradient(90deg, #fef3c7, #fb923c, #f97316, #fef3c7);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	animation: lx-g-fire-shine 3.2s linear infinite;
}
.lx-growth__plan.is-featured .lx-growth__price {
	color: #fdba74 !important;
	text-shadow: 0 0 22px rgba(251, 146, 60, 0.55);
}
.lx-growth__plan.is-featured .lx-growth__price-note {
	color: #fdba74;
}
.lx-growth__plan.is-featured .lx-growth__feat { display: none; }

/* 免费版 · 火热盖章「全部免费」 */
.lx-growth__free-stamp {
	position: relative;
	z-index: 1;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 140px;
	margin: 8px 0 14px;
	pointer-events: none;
}
.lx-growth__free-stamp-ring {
	position: absolute;
	width: 132px;
	height: 132px;
	border-radius: 50%;
	border: 3px solid rgba(251, 146, 60, 0.85);
	box-shadow:
		0 0 0 6px rgba(239, 68, 68, 0.15),
		0 0 28px rgba(249, 115, 22, 0.45),
		inset 0 0 20px rgba(251, 191, 36, 0.2);
	animation: lx-g-stamp-pulse 2.2s ease-in-out infinite;
}
.lx-growth__free-stamp-ring::before {
	content: "";
	position: absolute;
	inset: 8px;
	border-radius: 50%;
	border: 2px dashed rgba(254, 243, 199, 0.55);
}
.lx-growth__free-stamp-text {
	position: relative;
	z-index: 1;
	transform: rotate(-14deg);
	padding: 10px 14px;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-indent: 0.18em;
	color: #fff7ed;
	text-shadow:
		0 0 12px rgba(249, 115, 22, 0.8),
		0 2px 0 rgba(120, 40, 10, 0.5);
	background: linear-gradient(135deg, #fbbf24 0%, #f97316 45%, #ef4444 100%);
	-webkit-background-clip: text;
	background-clip: text;
	/* 部分浏览器 gradient text 后用描边增强 */
	filter: drop-shadow(0 0 10px rgba(249, 115, 22, 0.55));
	border: 3px solid rgba(251, 146, 60, 0.9);
	border-radius: 8px;
	background-image: none;
	background: linear-gradient(135deg, rgba(120, 30, 8, 0.55), rgba(67, 20, 7, 0.65));
	color: #fde68a;
	box-shadow:
		0 0 0 2px rgba(251, 191, 36, 0.25) inset,
		0 0 24px rgba(239, 68, 68, 0.35);
	animation: lx-g-stamp-flicker 1.8s ease-in-out infinite;
}
@keyframes lx-g-stamp-pulse {
	0%, 100% { transform: scale(1); opacity: 0.9; }
	50% { transform: scale(1.04); opacity: 1; }
}
@keyframes lx-g-stamp-flicker {
	0%, 100% { filter: brightness(1); }
	40% { filter: brightness(1.12); }
	60% { filter: brightness(0.95); }
}
.lx-growth__plan.is-featured {
	min-height: 320px;
}
.lx-growth__plan.is-featured .lx-growth__plan-badge {
	color: #451a03;
	background: linear-gradient(90deg, #fbbf24, #f97316, #ef4444);
	border: none;
	box-shadow: 0 0 18px rgba(249, 115, 22, 0.55);
	animation: lx-g-badge-flicker 1.8s ease-in-out infinite;
}
.lx-growth__plan.is-featured .lx-growth__btn--primary,
.lx-growth__plan.is-featured .lx-growth__btn {
	background: linear-gradient(135deg, #fbbf24 0%, #f97316 45%, #ef4444 100%);
	border: none;
	color: #1c0a04 !important;
	font-weight: 800;
	box-shadow: 0 0 24px rgba(249, 115, 22, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.lx-growth__plan.is-featured .lx-growth__btn:hover {
	filter: brightness(1.08);
	color: #1c0a04 !important;
	border: none;
}

/* 火热装饰层 */
.lx-growth__plan-deco {
	pointer-events: none;
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	border-radius: inherit;
}
.lx-growth__plan-deco--fire .em {
	position: absolute;
	bottom: -18%;
	width: 42%;
	height: 55%;
	border-radius: 50% 50% 40% 40%;
	filter: blur(18px);
	opacity: 0.55;
	animation: lx-g-ember 2.4s ease-in-out infinite;
}
.lx-growth__plan-deco--fire .em:nth-child(1) {
	left: 8%;
	background: radial-gradient(circle, rgba(251, 146, 60, 0.9), transparent 70%);
}
.lx-growth__plan-deco--fire .em:nth-child(2) {
	left: 35%;
	width: 50%;
	height: 62%;
	background: radial-gradient(circle, rgba(239, 68, 68, 0.75), transparent 70%);
	animation-delay: 0.4s;
}
.lx-growth__plan-deco--fire .em:nth-child(3) {
	right: 6%;
	left: auto;
	background: radial-gradient(circle, rgba(250, 204, 21, 0.7), transparent 70%);
	animation-delay: 0.8s;
}
.lx-growth__plan-deco--fire .spark {
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fde68a;
	box-shadow: 0 0 8px #f97316;
	animation: lx-g-spark 2.6s ease-in-out infinite;
}
.lx-growth__plan-deco--fire .spark:nth-child(4) { left: 18%; bottom: 22%; animation-delay: 0s; }
.lx-growth__plan-deco--fire .spark:nth-child(5) { left: 52%; bottom: 30%; animation-delay: 0.7s; }
.lx-growth__plan-deco--fire .spark:nth-child(6) { left: 78%; bottom: 18%; animation-delay: 1.2s; }

.lx-growth__plan > *:not(.lx-growth__plan-deco):not(.lx-growth__ice-seal) {
	position: relative;
	z-index: 1;
}

@keyframes lx-g-fire-pulse {
	0%, 100% { box-shadow: 0 0 0 1px rgba(251, 146, 60, 0.35), 0 0 40px rgba(239, 68, 68, 0.25), 0 14px 40px rgba(251, 146, 60, 0.15); }
	50% { box-shadow: 0 0 0 1px rgba(251, 146, 60, 0.55), 0 0 56px rgba(249, 115, 22, 0.4), 0 18px 48px rgba(239, 68, 68, 0.22); }
}
@keyframes lx-g-fire-shine {
	0% { background-position: 0% center; }
	100% { background-position: 200% center; }
}
@keyframes lx-g-badge-flicker {
	0%, 100% { filter: brightness(1); }
	40% { filter: brightness(1.12); }
	60% { filter: brightness(0.95); }
}
@keyframes lx-g-ember {
	0%, 100% { transform: translateY(0) scale(1); opacity: 0.45; }
	50% { transform: translateY(-10%) scale(1.12); opacity: 0.75; }
}
@keyframes lx-g-spark {
	0% { transform: translateY(0) scale(0.6); opacity: 0; }
	20% { opacity: 1; }
	100% { transform: translateY(-80px) scale(0.2); opacity: 0; }
}

/* ── Pro / Team：冰封 ── */
.lx-growth__plan.is-disabled {
	opacity: 1;
	filter: none;
	pointer-events: none;
	user-select: none;
	border-color: rgba(125, 211, 252, 0.45);
	color: #bae6fd;
	background:
		radial-gradient(ellipse 100% 60% at 50% 0%, rgba(186, 230, 253, 0.18), transparent 55%),
		radial-gradient(ellipse 70% 50% at 100% 100%, rgba(56, 189, 248, 0.12), transparent 50%),
		linear-gradient(165deg, rgba(8, 28, 48, 0.95), rgba(12, 20, 36, 0.92) 50%, rgba(15, 30, 50, 0.96));
	box-shadow:
		0 0 0 1px rgba(186, 230, 253, 0.18),
		inset 0 0 40px rgba(125, 211, 252, 0.08),
		inset 0 1px 0 rgba(224, 242, 254, 0.2);
}
.lx-growth__plan.is-disabled:hover {
	transform: none;
	box-shadow:
		0 0 0 1px rgba(186, 230, 253, 0.18),
		inset 0 0 40px rgba(125, 211, 252, 0.08);
}
.lx-growth__plan.is-disabled h3 {
	color: #e0f2fe;
	text-shadow: 0 0 16px rgba(125, 211, 252, 0.35);
}
.lx-growth__plan.is-disabled .lx-growth__price {
	color: #7dd3fc !important;
	opacity: 0.85;
}
.lx-growth__plan.is-disabled .lx-growth__price-note {
	color: #7dd3fc;
	opacity: 0.75;
}
.lx-growth__plan.is-disabled .lx-growth__feat li {
	color: #94a3b8;
	border-bottom-color: rgba(125, 211, 252, 0.1);
}
.lx-growth__plan.is-disabled .lx-growth__feat li::before {
	content: "❄";
	color: #7dd3fc;
	font-size: 11px;
	opacity: 0.85;
}
.lx-growth__plan.is-disabled .lx-growth__plan-badge {
	color: #0c4a6e;
	background: linear-gradient(90deg, #e0f2fe, #7dd3fc, #38bdf8);
	border: none;
	box-shadow: 0 0 14px rgba(125, 211, 252, 0.4);
}
.lx-growth__plan.is-disabled .lx-growth__btn {
	opacity: 1;
	cursor: not-allowed;
	color: #e0f2fe !important;
	border: 1px solid rgba(125, 211, 252, 0.4);
	background:
		linear-gradient(180deg, rgba(186, 230, 253, 0.12), rgba(14, 40, 60, 0.55));
	box-shadow: inset 0 0 16px rgba(125, 211, 252, 0.12);
	text-shadow: 0 0 8px rgba(125, 211, 252, 0.35);
}
.lx-growth__plan.is-disabled .lx-growth__btn:hover {
	border-color: rgba(125, 211, 252, 0.4);
	color: #e0f2fe !important;
}

/* 冰封装饰 */
.lx-growth__plan-deco--ice .frost {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(224, 242, 254, 0.14) 0%, transparent 28%, transparent 72%, rgba(125, 211, 252, 0.1) 100%),
		repeating-linear-gradient(
			-18deg,
			transparent,
			transparent 18px,
			rgba(186, 230, 253, 0.04) 18px,
			rgba(186, 230, 253, 0.04) 19px
		);
	opacity: 0.9;
}
.lx-growth__plan-deco--ice .flake {
	position: absolute;
	font-size: 14px;
	color: rgba(224, 242, 254, 0.55);
	animation: lx-g-flake 5s ease-in-out infinite;
	text-shadow: 0 0 8px rgba(125, 211, 252, 0.6);
}
.lx-growth__plan-deco--ice .flake:nth-child(2) { top: 18%; left: 12%; animation-delay: 0s; }
.lx-growth__plan-deco--ice .flake:nth-child(3) { top: 42%; right: 14%; font-size: 11px; animation-delay: 1.2s; }
.lx-growth__plan-deco--ice .flake:nth-child(4) { bottom: 22%; left: 40%; font-size: 16px; animation-delay: 2s; }
.lx-growth__plan-deco--ice .crack {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, transparent 48%, rgba(224, 242, 254, 0.18) 49.5%, transparent 51%),
		linear-gradient(70deg, transparent 62%, rgba(125, 211, 252, 0.12) 63%, transparent 64.5%),
		linear-gradient(155deg, transparent 30%, rgba(186, 230, 253, 0.1) 31%, transparent 32.5%);
	opacity: 0.7;
	mix-blend-mode: screen;
}
.lx-growth__ice-seal {
	position: absolute;
	top: 48%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%) rotate(-14deg);
	padding: 8px 18px;
	border-radius: 8px;
	border: 2px solid rgba(125, 211, 252, 0.55);
	background: rgba(8, 30, 48, 0.55);
	color: #e0f2fe;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.28em;
	text-indent: 0.28em;
	text-transform: uppercase;
	box-shadow:
		0 0 0 1px rgba(14, 165, 233, 0.2),
		0 0 24px rgba(56, 189, 248, 0.25),
		inset 0 0 20px rgba(125, 211, 252, 0.15);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	pointer-events: none;
	white-space: nowrap;
}
@keyframes lx-g-flake {
	0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.4; }
	50% { transform: translateY(8px) rotate(18deg); opacity: 0.85; }
}

/* 减弱动效（无障碍） */
@media (prefers-reduced-motion: reduce) {
	.lx-growth__plan.is-featured,
	.lx-growth__plan.is-featured h3,
	.lx-growth__plan.is-featured .lx-growth__plan-badge,
	.lx-growth__plan-deco--fire .em,
	.lx-growth__plan-deco--fire .spark,
	.lx-growth__plan-deco--ice .flake,
	.lx-growth__free-stamp-ring,
	.lx-growth__free-stamp-text {
		animation: none !important;
	}
}

.lx-growth__plan-badge {
	position: absolute;
	top: -10px;
	right: 14px;
	z-index: 3;
	font-size: 11px;
	padding: 3px 10px;
	border-radius: 999px;
	background: #0f172a;
	border: 1px solid currentColor;
	font-weight: 600;
}
.lx-growth__plan h3 {
	margin: 0 0 6px;
	font-size: 1.15rem;
}
.lx-growth__price {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1;
	margin: 4px 0;
}
.lx-growth__price-note {
	font-size: 12px;
	color: var(--g-muted);
	margin-bottom: 14px;
}
.lx-growth__feat {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	flex: 1;
}
.lx-growth__feat li {
	position: relative;
	padding: 6px 0 6px 20px;
	font-size: 13.5px;
	color: #cbd5e1;
	line-height: 1.45;
	border-bottom: 1px solid rgba(148, 163, 184, 0.08);
}
.lx-growth__feat li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--g-ok);
	font-weight: 700;
}
.lx-growth__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border: 1px solid var(--g-border);
	background: transparent;
	color: var(--g-text);
	border-radius: 12px;
	padding: 11px 16px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	width: 100%;
	transition: background 0.15s, border-color 0.15s, transform 0.15s;
}
.lx-growth__btn:hover { border-color: var(--g-cyan); color: var(--g-cyan); }
.lx-growth__btn--primary {
	background: linear-gradient(135deg, #ec4899, #8b5cf6);
	border: none;
	color: #fff;
}
.lx-growth__btn--primary:hover { color: #fff; filter: brightness(1.08); }
.lx-growth__btn--cta {
	background: linear-gradient(135deg, #06b6d4, #6366f1);
	border: none;
	color: #fff;
}
.lx-growth__btn--ghost { background: rgba(15, 23, 42, 0.6); }
.lx-growth__btn:disabled {
	opacity: 0.55;
	cursor: default;
}

.lx-growth__quota {
	border: 1px solid var(--g-border);
	border-radius: 16px;
	background: var(--g-card);
	padding: 18px;
	margin-bottom: 28px;
}
.lx-growth__quota h2 {
	margin: 0 0 12px;
	font-size: 1.1rem;
}
.lx-growth__quota-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
}
.lx-growth__qcard {
	background: rgba(2, 6, 23, 0.45);
	border: 1px solid rgba(56, 189, 248, 0.15);
	border-radius: 12px;
	padding: 12px 14px;
}
.lx-growth__qcard .v {
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--g-cyan);
}
.lx-growth__qcard .l {
	font-size: 12px;
	color: var(--g-muted);
	margin-top: 2px;
}
.lx-growth__bar {
	height: 6px;
	background: rgba(148, 163, 184, 0.15);
	border-radius: 999px;
	margin-top: 8px;
	overflow: hidden;
}
.lx-growth__bar > i {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, var(--g-cyan), var(--g-pink));
	border-radius: 999px;
}

.lx-growth__levels h2,
.lx-growth__faq h2 {
	margin: 0 0 8px;
	font-size: 1.2rem;
}
.lx-growth__sub {
	color: var(--g-muted);
	font-size: 13.5px;
	margin: 0 0 14px;
}
.lx-growth__level-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 10px;
	margin-bottom: 28px;
}
.lx-growth__lv {
	border: 1px solid var(--g-border);
	border-radius: 14px;
	background: var(--g-card);
	padding: 14px 12px;
	text-align: center;
}
.lx-growth__lv.is-mine {
	border-color: rgba(244, 114, 182, 0.55);
	box-shadow: 0 0 20px rgba(244, 114, 182, 0.15);
}
.lx-growth__lv .ico { font-size: 1.6rem; }
.lx-growth__lv .nm { font-weight: 600; margin: 4px 0 2px; font-size: 13.5px; }
.lx-growth__lv .xp { font-size: 11.5px; color: var(--g-muted); }

.lx-growth__faq details {
	border: 1px solid var(--g-border);
	border-radius: 12px;
	background: var(--g-card);
	padding: 12px 14px;
	margin-bottom: 8px;
}
.lx-growth__faq summary {
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
}
.lx-growth__faq p {
	margin: 8px 0 0;
	color: var(--g-muted);
	font-size: 13.5px;
	line-height: 1.55;
}

.lx-growth__toast {
	position: fixed;
	left: 50%;
	bottom: 28px;
	transform: translateX(-50%);
	background: #0f172a;
	border: 1px solid var(--g-cyan);
	color: #fff;
	padding: 10px 18px;
	border-radius: 999px;
	z-index: 99999;
	font-size: 13.5px;
	box-shadow: 0 8px 30px rgba(0,0,0,.4);
}

/* Dashboard growth strip */
.lx-dash-growth {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 12px;
	margin-bottom: 14px;
}
@media (max-width: 800px) {
	.lx-dash-growth { grid-template-columns: 1fr; }
}
.lx-dash-growth__card {
	border: 1px solid rgba(56, 189, 248, 0.22);
	border-radius: 14px;
	background: linear-gradient(145deg, rgba(15, 23, 42, 0.9), rgba(30, 41, 59, 0.75));
	padding: 14px 16px;
}
.lx-dash-growth__card h4 {
	margin: 0 0 8px;
	font-size: 13px;
	color: #94a3b8;
	font-weight: 500;
}
.lx-dash-growth__lv {
	display: flex;
	align-items: center;
	gap: 10px;
}
.lx-dash-growth__lv .ico { font-size: 1.8rem; }
.lx-dash-growth__lv .meta strong { display: block; font-size: 15px; }
.lx-dash-growth__lv .meta span { font-size: 12px; color: #94a3b8; }
.lx-dash-growth__bar {
	height: 6px;
	background: rgba(148, 163, 184, 0.18);
	border-radius: 999px;
	margin-top: 10px;
	overflow: hidden;
}
.lx-dash-growth__bar > i {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #22d3ee, #f472b6);
}
.lx-dash-growth__num {
	font-size: 1.5rem;
	font-weight: 700;
	color: #67e8f9;
}
.lx-dash-growth__hint {
	font-size: 12px;
	color: #94a3b8;
	margin-top: 4px;
}
.lx-dash-growth__soft {
	margin-top: 8px;
	font-size: 12px;
	color: #f9a8d4;
}
.lx-dash-growth__soft a { color: #f472b6; }
