/* Viral / ROI / Invite / Creator board */
.lx-ve {
	max-width: 960px;
	margin: 0 auto;
	padding: 24px 16px 72px;
	color: #e2e8f0;
}
.lx-ve__kicker {
	margin: 0 0 8px;
	font-size: 11px;
	letter-spacing: 0.2em;
	color: #f472b6;
	text-transform: uppercase;
}
.lx-ve__hero { margin-bottom: 20px; }
.lx-ve__hero h1 {
	margin: 0 0 8px;
	font-size: clamp(22px, 2.8vw, 22px);
	font-weight: 800;
	background: linear-gradient(90deg, #e0f2fe, #f472b6 55%, #a78bfa);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.lx-ve__lead { margin: 0; color: #94a3b8; font-size: 14px; line-height: 1.65; max-width: 640px; }
.lx-ve__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
@media (max-width: 800px) {
	.lx-ve__grid { grid-template-columns: 1fr; }
}
.lx-ve__card {
	padding: 18px;
	border-radius: 16px;
	border: 1px solid rgba(244, 114, 182, 0.25);
	background: rgba(8, 12, 24, 0.88);
}
.lx-ve__card--wide { grid-column: 1 / -1; }
.lx-ve__card h3 { margin: 0 0 12px; font-size: 15px; }
.lx-ve__card label {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #94a3b8;
}
.lx-ve__card input {
	padding: 10px 12px;
	border-radius: 10px;
	border: 1px solid rgba(148, 163, 184, 0.25);
	background: rgba(2, 6, 18, 0.65);
	color: #e2e8f0;
}
.lx-ve__btn {
	display: inline-flex;
	align-items: center;
	padding: 9px 14px;
	border-radius: 10px;
	border: 0;
	cursor: pointer;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none;
	color: #e2e8f0;
	background: rgba(148, 163, 184, 0.12);
	margin: 0 6px 6px 0;
}
.lx-ve__btn--primary {
	background: linear-gradient(135deg, #f472b6, #818cf8);
	color: #0f172a;
}
.lx-ve__ul { margin: 0; padding-left: 18px; color: #94a3b8; font-size: 13px; line-height: 1.65; }
.lx-ve__ul code { color: #67e8f9; font-size: 12px; word-break: break-all; }
.lx-ve__hint { font-size: 12px; color: #64748b; margin-top: 10px; }
.lx-ve__row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.lx-ve__invite-url {
	padding: 12px;
	border-radius: 10px;
	background: rgba(2, 6, 18, 0.55);
	border: 1px solid rgba(34, 211, 238, 0.2);
	word-break: break-all;
	font-size: 13px;
	margin: 10px 0;
	color: #67e8f9;
}
.lx-ve__roi-out {
	margin-top: 12px;
	padding: 14px;
	border-radius: 12px;
	background: rgba(34, 211, 238, 0.08);
	border: 1px solid rgba(34, 211, 238, 0.25);
	font-size: 14px;
	line-height: 1.6;
}
.lx-ve__roi-out strong { color: #f9a8d4; font-size: 1.15em; }
.lx-ve__pricing { display: flex; flex-direction: column; gap: 8px; }
.lx-ve__plan-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 12px;
	border-radius: 10px;
	background: rgba(2, 6, 18, 0.45);
	border: 1px solid rgba(148, 163, 184, 0.15);
	font-size: 13px;
}
.lx-ve__plan-row.is-feat { border-color: rgba(244, 114, 182, 0.4); }
.lx-ve__board-item {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	font-size: 13px;
}
.lx-ve__board-item .rank {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(244, 114, 182, 0.2);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 12px;
	margin-right: 8px;
}
.lx-ve-toast {
	position: fixed;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%);
	z-index: 99996;
	padding: 10px 16px;
	border-radius: 10px;
	background: rgba(15, 23, 42, 0.96);
	border: 1px solid rgba(244, 114, 182, 0.4);
	color: #e2e8f0;
	font-size: 13px;
	max-width: min(92vw, 420px);
}
.lx-ve-toast[hidden] { display: none !important; }

/* ROI strip on result pages */
.lx-ve-roi-strip {
	margin: 12px 0;
	padding: 12px 14px;
	border-radius: 12px;
	background: linear-gradient(90deg, rgba(244, 114, 182, 0.12), rgba(34, 211, 238, 0.1));
	border: 1px solid rgba(244, 114, 182, 0.3);
	font-size: 13px;
	color: #e2e8f0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.lx-ve-roi-strip a {
	padding: 6px 12px;
	border-radius: 999px;
	background: linear-gradient(135deg, #f472b6, #818cf8);
	color: #0f172a;
	font-weight: 800;
	text-decoration: none;
	font-size: 12px;
	white-space: nowrap;
}
