/* 信任与专业深度中心 · 数据可视化看板 */
.lx-tc {
	--c: #3ecbff;
	--m: #ff4ecd;
	--ok: #3dcea0;
	--warn: #f0c040;
	--bad: #ff5a7a;
	--g: linear-gradient(135deg, #3ecbff, #7b6cff, #ff4ecd);
	--t: #e8f4ff;
	--u: #8aa4bc;
	--p: rgba(8, 18, 36, 0.94);
	--b: rgba(62, 203, 255, 0.28);
	color: var(--t);
	font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	max-width: 1180px;
	margin: 0 auto;
	padding: 14px 18px 72px;
}
.lx-tc *,
.lx-tc *::before,
.lx-tc *::after { box-sizing: border-box; }
.lx-tc__bg {
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		radial-gradient(ellipse 70% 45% at 15% -5%, rgba(62, 203, 255, 0.14), transparent 55%),
		radial-gradient(ellipse 50% 40% at 90% 10%, rgba(255, 78, 205, 0.1), transparent 50%),
		linear-gradient(180deg, #0a1424, #060a14);
}

/* Hero */
.lx-tc-hero {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--b);
	background: var(--p);
	border-radius: 18px;
	padding: 24px 22px 20px;
	margin-bottom: 14px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}
.lx-tc-hero__glow {
	position: absolute;
	width: 280px;
	height: 280px;
	right: -60px;
	top: -80px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(62, 203, 255, 0.2), transparent 70%);
	pointer-events: none;
	animation: lx-tc-pulse 6s ease-in-out infinite;
}
@keyframes lx-tc-pulse {
	0%, 100% { opacity: 0.6; transform: scale(1); }
	50% { opacity: 1; transform: scale(1.08); }
}
.lx-tc-hero__badge {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	color: var(--c);
	margin-bottom: 8px;
}
.lx-tc-hero h1 {
	margin: 0 0 8px;
	font-size: clamp(22px, 2.8vw, 22px);
	color: #fff;
	letter-spacing: -0.02em;
}
.lx-tc-hero__sub {
	margin: 0 0 16px;
	color: #c5d9ee;
	font-weight: 600;
	font-size: 17px;
}
.lx-tc-hero-kpis {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
@media (min-width: 720px) {
	.lx-tc-hero-kpis { grid-template-columns: repeat(4, 1fr); }
}
.lx-tc-hero-kpi {
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid rgba(62, 203, 255, 0.2);
	background: rgba(4, 12, 24, 0.55);
}
.lx-tc-hero-kpi b {
	display: block;
	font-size: 22px;
	font-weight: 900;
	background: var(--g);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	line-height: 1.25;
}
.lx-tc-hero-kpi span {
	font-size: 13px;
	color: var(--u);
	font-weight: 700;
}

/* Tabs */
.lx-tc-tabs {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 4px 0 14px;
	scrollbar-width: thin;
}
.lx-tc-tab {
	flex: 0 0 auto;
	padding: 12px 18px;
	border-radius: 999px;
	border: 1px solid rgba(62, 203, 255, 0.25);
	background: transparent;
	color: var(--u);
	font-weight: 700;
	font-size: 15px;
	cursor: pointer;
	transition: transform 0.15s, box-shadow 0.15s;
}
.lx-tc-tab:hover { border-color: var(--c); color: #fff; }
.lx-tc-tab.is-on {
	color: #061018;
	background: var(--g);
	border-color: transparent;
	box-shadow: 0 8px 22px rgba(62, 203, 255, 0.25);
}
.lx-tc-panel[hidden] { display: none !important; }
.lx-tc-panel.is-on { animation: lx-tc-fade 0.35s ease; }
@keyframes lx-tc-fade {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: none; }
}

/* Cards / grids */
.lx-tc-card {
	border: 1px solid var(--b);
	background: var(--p);
	border-radius: 16px;
	padding: 16px 18px;
	margin-bottom: 12px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}
.lx-tc-card h2 {
	margin: 0 0 8px;
	font-size: 19px;
	color: var(--c);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}
.lx-tc-card h3 {
	margin: 0 0 10px;
	font-size: 16px;
	color: var(--c);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lx-tc-hint {
	font-size: 13px;
	font-weight: 600;
	color: var(--u);
}
.lx-tc-card--nested {
	margin-bottom: 0;
	background: rgba(4, 12, 24, 0.55);
	box-shadow: none;
}
.lx-tc-card--chart { min-height: 0; }
.lx-tc-muted { color: var(--u); font-size: 15px; line-height: 1.65; margin: 0 0 12px; }
.lx-tc-dash-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin-bottom: 12px;
}
@media (min-width: 860px) {
	.lx-tc-dash-grid { grid-template-columns: 1fr 1fr; }
	.lx-tc-dash-grid--3 { grid-template-columns: 1fr 1fr 1fr; }
}
.lx-tc-chart-box {
	position: relative;
	width: 100%;
	min-height: 200px;
}
.lx-tc-chart-box--lg { min-height: 280px; }
.lx-tc-chart-box canvas {
	width: 100% !important;
	height: 200px !important;
	display: block;
	cursor: crosshair;
}
.lx-tc-chart-box--lg canvas { height: 280px !important; }
.lx-tc-legend {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
}
.lx-tc-legend li {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #c5d9ee;
}
.lx-tc-legend i {
	width: 9px;
	height: 9px;
	border-radius: 2px;
	flex-shrink: 0;
}

/* Buttons */
.lx-tc-btn {
	appearance: none;
	border: 1px solid var(--b);
	background: rgba(12, 24, 44, 0.9);
	color: var(--t);
	font-weight: 700;
	font-size: 16px;
	padding: 12px 18px;
	border-radius: 12px;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.15s, box-shadow 0.15s;
}
.lx-tc-btn:hover { transform: translateY(-1px); border-color: var(--c); }
.lx-tc-btn--primary {
	border: none;
	background: var(--g);
	color: #061018;
	box-shadow: 0 8px 22px rgba(62, 203, 255, 0.22);
}
.lx-tc-btn--block { width: 100%; }

/* Filters */
.lx-tc-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 14px;
}
.lx-tc-filter-label {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 13px;
	font-weight: 700;
	color: #9ec9e8;
}
.lx-tc-filters select {
	padding: 11px 14px;
	border-radius: 10px;
	border: 1px solid rgba(62, 203, 255, 0.28);
	background: rgba(4, 10, 20, 0.85);
	color: #fff;
	font-size: 15px;
	min-width: 140px;
}

/* Cases */
.lx-tc-case-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr;
}
@media (min-width: 640px) {
	.lx-tc-case-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1000px) {
	.lx-tc-case-grid { grid-template-columns: 1fr 1fr 1fr; }
}
.lx-tc-case {
	border: 1px solid var(--b);
	background:
		linear-gradient(160deg, rgba(12, 28, 52, 0.95), rgba(6, 12, 24, 0.98));
	border-radius: 14px;
	padding: 14px;
	text-align: left;
	color: inherit;
	font: inherit;
	cursor: pointer;
	width: 100%;
	transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s;
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 180px;
}
.lx-tc-case:hover,
.lx-tc-case.is-on {
	transform: translateY(-2px);
	border-color: rgba(62, 203, 255, 0.55);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}
.lx-tc-case h3 {
	margin: 0;
	font-size: 14px;
	color: #fff;
	line-height: 1.35;
	font-weight: 800;
}
.lx-tc-case__bars {
	display: grid;
	gap: 6px;
	margin-top: 4px;
}
.lx-tc-case__bar-row {
	display: grid;
	grid-template-columns: 56px 1fr 36px;
	gap: 6px;
	align-items: center;
	font-size: 10px;
	color: var(--u);
}
.lx-tc-case__bar-track {
	height: 6px;
	border-radius: 999px;
	background: rgba(62, 203, 255, 0.1);
	overflow: hidden;
}
.lx-tc-case__bar-track i {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--g);
	transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.lx-tc-metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.lx-tc-metrics span {
	font-size: 11px;
	padding: 3px 8px;
	border-radius: 999px;
	background: rgba(62, 203, 255, 0.12);
	color: #bfe9ff;
	font-weight: 700;
}
.lx-tc-case-detail {
	border: 1px solid var(--b);
	background: var(--p);
	border-radius: 16px;
	padding: 18px;
	margin-top: 12px;
	animation: lx-tc-fade 0.3s ease;
}
.lx-tc-case-detail[hidden] { display: none !important; }
.lx-tc-case-detail__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	margin-top: 12px;
}
@media (min-width: 800px) {
	.lx-tc-case-detail__grid { grid-template-columns: 1fr 1fr; }
}
.lx-tc-case-detail p { margin: 0 0 10px; font-size: 15px; line-height: 1.7; color: #c5d9ee; }
.lx-tc-case-detail strong { color: #fff; }

/* Compare */
.lx-tc-dim-chips,
.lx-tc-plat-toggles {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 10px 0;
}
.lx-tc-chip {
	padding: 7px 12px;
	border-radius: 999px;
	border: 1px solid rgba(62, 203, 255, 0.22);
	font-size: 12px;
	cursor: pointer;
	color: #c5d9ee;
	background: transparent;
	font-weight: 700;
	transition: background 0.15s, border-color 0.15s;
}
.lx-tc-chip.is-on {
	border-color: var(--c);
	background: rgba(62, 203, 255, 0.14);
	color: #fff;
}
.lx-tc-chip.is-dim {
	opacity: 0.35;
}
.lx-tc-compare-table-wrap {
	overflow: auto;
	margin: 12px 0;
	border-radius: 12px;
	border: 1px solid rgba(62, 203, 255, 0.15);
}
.lx-tc-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	min-width: 560px;
}
.lx-tc-table th,
.lx-tc-table td {
	padding: 10px 8px;
	border-bottom: 1px solid rgba(62, 203, 255, 0.1);
	text-align: center;
	color: #c5d9ee;
}
.lx-tc-table th { color: var(--c); background: rgba(4, 12, 24, 0.6); }
.lx-tc-table tr.is-ours td {
	background: rgba(62, 203, 255, 0.1);
	color: #fff;
	font-weight: 700;
}
.lx-tc-table tr.is-off { opacity: 0.35; }
.lx-tc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

/* Math */
.lx-tc-math-grid {
	display: grid;
	gap: 16px;
}
@media (min-width: 900px) {
	.lx-tc-math-grid { grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr); }
}
.lx-tc-math-controls label {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #c5d9ee;
	margin: 10px 0;
}
.lx-tc-math-controls input[type="range"] {
	width: 100%;
	accent-color: var(--c);
	margin-top: 6px;
}
.lx-tc-sample {
	margin-top: 14px;
	padding: 12px;
	border-radius: 12px;
	border: 1px solid rgba(62, 203, 255, 0.18);
	background: rgba(4, 12, 24, 0.45);
}
.lx-tc-math-out {
	margin-top: 12px;
	padding: 14px 16px;
	border-radius: 14px;
	border: 1px solid rgba(62, 203, 255, 0.25);
	font-size: 16px;
	background: rgba(4, 12, 24, 0.55);
}
.lx-tc-math-out b {
	font-size: 32px;
	background: var(--g);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

/* Modal · 报告在线预览 */
.lx-tc-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 16px;
	overflow: auto;
}
.lx-tc-modal[hidden] { display: none !important; }
.lx-tc-modal__bg {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.72);
	backdrop-filter: blur(6px);
}
.lx-tc-modal__panel {
	position: relative;
	width: 100%;
	max-width: 420px;
	background: #0a1424;
	border: 1px solid var(--b);
	border-radius: 18px;
	padding: 22px 20px 20px;
	z-index: 1;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
	animation: lx-tc-fade 0.25s ease;
	margin: auto;
}
.lx-tc-modal__panel--report {
	max-width: 1100px;
	padding: 22px 20px 24px;
	background:
		radial-gradient(ellipse 60% 40% at 10% 0%, rgba(62, 203, 255, 0.12), transparent 55%),
		radial-gradient(ellipse 50% 35% at 90% 5%, rgba(255, 78, 205, 0.1), transparent 50%),
		linear-gradient(180deg, #0c1830 0%, #08101c 100%);
}
.lx-tc-report-head {
	margin-bottom: 14px;
	padding-right: 36px;
}
.lx-tc-report-head h2 {
	margin: 6px 0 8px;
	font-size: clamp(22px, 2.8vw, 22px);
	color: #fff;
	font-weight: 800;
}
.lx-tc-report-kpis {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 12px;
}
@media (min-width: 720px) {
	.lx-tc-report-kpis { grid-template-columns: repeat(4, 1fr); }
}
.lx-tc-report-body { max-height: none; }
.lx-tc-report-summary {
	margin-top: 14px;
	padding: 14px 16px;
	border-radius: 12px;
	border: 1px solid rgba(62, 203, 255, 0.22);
	background: rgba(4, 14, 28, 0.65);
	font-size: 15px;
	line-height: 1.7;
	color: #c5d9ee;
}
.lx-tc-report-summary strong {
	display: block;
	color: var(--c);
	margin-bottom: 6px;
	font-size: 16px;
}
.lx-tc-report-summary p { margin: 0; }
.lx-tc-modal__x {
	position: absolute;
	right: 12px;
	top: 12px;
	border: 0;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 20px;
	line-height: 1;
}
.lx-tc-confirm-actions {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 16px;
	padding-top: 8px;
}
.lx-tc-confirm-actions .lx-tc-btn { min-width: 140px; }

.lx-tc-toast {
	position: fixed;
	left: 50%;
	bottom: 28px;
	transform: translateX(-50%);
	z-index: 100001;
	padding: 14px 20px;
	border-radius: 999px;
	background: rgba(8, 20, 40, 0.95);
	border: 1px solid var(--b);
	font-size: 15px;
	font-weight: 700;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
	max-width: 90vw;
}
.lx-tc-toast[hidden] { display: none !important; }

/* 芯片 / 案例标题等再放大一档 */
.lx-tc-chip { font-size: 14px !important; }
.lx-tc-case h3 { font-size: 16px !important; }
.lx-tc-math-controls label { font-size: 15px !important; }
.lx-tc-math-out { font-size: 16px !important; }

body.lx-trust-page { background: #060a14; }
body.lx-trust-page .lx-client-page,
body.lx-trust-page .wp-block-post-content { max-width: 100%; }
