/* 智能文档格式转换 · 赛博朋克 */
.lx-dcv {
	--dcv-border: rgba(0, 240, 255, 0.28);
	--dcv-text: #e6fbff;
	--dcv-muted: #7eb8c9;
	--dcv-cyan: #00f0ff;
	--dcv-pink: #ff2bd6;
	--dcv-violet: #a855f7;
	--dcv-ok: #39ffb6;
	--dcv-bad: #ff4d6d;
	--dcv-panel: rgba(4, 12, 28, 0.78);
	position: relative;
	color: var(--dcv-text);
	font-size: 14px;
	line-height: 1.55;
	max-width: 1100px;
	margin: 0 auto 48px;
	padding: 12px 14px 36px;
	isolation: isolate;
}
.lx-front-dcv-wrap {
	padding: 4px 0 40px;
	min-height: 60vh;
}

/* 背景氛围 */
.lx-dcv-bg {
	pointer-events: none;
	position: absolute;
	inset: -20px -8px 0;
	z-index: 0;
	overflow: hidden;
	border-radius: 4px;
}
.lx-dcv-bg__grid {
	position: absolute;
	inset: 0;
	opacity: 0.22;
	background-image:
		linear-gradient(rgba(0, 240, 255, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 240, 255, 0.08) 1px, transparent 1px);
	background-size: 28px 28px;
	mask-image: radial-gradient(ellipse 80% 70% at 50% 20%, #000 20%, transparent 75%);
}
.lx-dcv-bg__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(40px);
}
.lx-dcv-bg__glow.g1 {
	width: 280px;
	height: 280px;
	left: -40px;
	top: -20px;
	background: rgba(0, 240, 255, 0.16);
	animation: lx-dcv-glow 8s ease-in-out infinite alternate;
}
.lx-dcv-bg__glow.g2 {
	width: 240px;
	height: 240px;
	right: -30px;
	top: 80px;
	background: rgba(255, 43, 214, 0.12);
	animation: lx-dcv-glow 10s ease-in-out infinite alternate-reverse;
}
.lx-dcv-bg__scan {
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--dcv-cyan), var(--dcv-pink), transparent);
	box-shadow: 0 0 16px rgba(0, 240, 255, 0.6);
	animation: lx-dcv-page-scan 5.5s linear infinite;
	opacity: 0.55;
}
@keyframes lx-dcv-glow {
	from { transform: translate(0, 0) scale(1); opacity: 0.7; }
	to { transform: translate(20px, 16px) scale(1.12); opacity: 1; }
}
@keyframes lx-dcv-page-scan {
	0% { top: 0%; opacity: 0; }
	8% { opacity: 0.7; }
	92% { opacity: 0.5; }
	100% { top: 100%; opacity: 0; }
}

.lx-dcv > *:not(.lx-dcv-bg) {
	position: relative;
	z-index: 1;
}

/* Hero */
.lx-dcv-hero {
	margin-bottom: 18px;
}
.lx-dcv-hero__frame {
	position: relative;
	display: flex;
	gap: 18px;
	align-items: center;
	padding: 22px 24px;
	border: 1px solid rgba(0, 240, 255, 0.4);
	background:
		linear-gradient(135deg, rgba(0, 240, 255, 0.08), transparent 40%),
		linear-gradient(225deg, rgba(255, 43, 214, 0.08), transparent 45%),
		linear-gradient(180deg, rgba(8, 18, 40, 0.95), rgba(3, 8, 20, 0.98));
	box-shadow:
		0 0 0 1px rgba(0, 0, 0, 0.4),
		0 0 40px rgba(0, 240, 255, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.04);
	clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}
.lx-dcv-corner {
	position: absolute;
	width: 12px;
	height: 12px;
	border: 2px solid var(--dcv-cyan);
	box-shadow: 0 0 8px rgba(0, 240, 255, 0.5);
}
.lx-dcv-corner.c-tl { top: 6px; left: 6px; border-right: 0; border-bottom: 0; }
.lx-dcv-corner.c-tr { top: 6px; right: 6px; border-left: 0; border-bottom: 0; border-color: var(--dcv-pink); }
.lx-dcv-corner.c-bl { bottom: 6px; left: 6px; border-right: 0; border-top: 0; border-color: var(--dcv-pink); }
.lx-dcv-corner.c-br { bottom: 6px; right: 6px; border-left: 0; border-top: 0; }

.lx-dcv-hero__icon {
	position: relative;
	width: 64px;
	height: 64px;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lx-dcv-hero__icon-ring {
	position: absolute;
	inset: 0;
	border: 2px solid transparent;
	border-top-color: var(--dcv-cyan);
	border-right-color: rgba(0, 240, 255, 0.25);
	border-radius: 50%;
	animation: lx-dcv-spin 2.4s linear infinite;
	box-shadow: 0 0 20px rgba(0, 240, 255, 0.25);
}
.lx-dcv-hero__icon-glyph {
	font-size: 22px;
	filter: drop-shadow(0 0 10px rgba(0, 240, 255, 0.7));
}
.lx-dcv-hero__kicker {
	margin: 0 0 6px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	letter-spacing: 0.22em;
	font-weight: 800;
	color: var(--dcv-cyan);
	text-shadow: 0 0 12px rgba(0, 240, 255, 0.45);
}
.lx-dcv-pulse {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--dcv-cyan);
	box-shadow: 0 0 10px var(--dcv-cyan);
	animation: lx-dcv-pulse 1.4s ease-in-out infinite;
}
@keyframes lx-dcv-pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.45; transform: scale(0.75); }
}
.lx-dcv-hero__title {
	margin: 0 0 6px;
	font-size: clamp(22px, 2.8vw, 22px);
	font-weight: 900;
	letter-spacing: 0.04em;
	color: #fff;
	text-shadow:
		0 0 20px rgba(0, 240, 255, 0.35),
		0 2px 0 rgba(255, 43, 214, 0.25);
}
.lx-dcv-hero__sub {
	margin: 0;
	font-size: 11px;
	letter-spacing: 0.16em;
	font-weight: 700;
	color: rgba(0, 240, 255, 0.65);
}

/* Panels */
.lx-dcv-panel {
	padding: 18px 18px 16px;
	margin-bottom: 14px;
	border: 1px solid var(--dcv-border);
	background: var(--dcv-panel);
	backdrop-filter: blur(10px);
	box-shadow:
		0 0 24px rgba(0, 240, 255, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.03);
}
.lx-dcv-panel--cyber {
	position: relative;
	clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}
.lx-dcv-panel--cyber::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, var(--dcv-cyan), var(--dcv-pink));
	box-shadow: 0 0 12px rgba(0, 240, 255, 0.5);
}
.lx-dcv-panel__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 12px;
	margin-bottom: 10px;
}
.lx-dcv-panel__badge {
	padding: 2px 8px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.14em;
	color: #041018;
	background: linear-gradient(90deg, var(--dcv-cyan), #7cf7ff);
	box-shadow: 0 0 14px rgba(0, 240, 255, 0.35);
}
.lx-dcv-panel h2 {
	margin: 0;
	font-size: 17px;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.03em;
}
.lx-dcv-panel h3 {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	color: var(--dcv-cyan);
	display: flex;
	align-items: center;
	gap: 6px;
}
.lx-dcv-muted {
	color: var(--dcv-muted);
	font-size: 13px;
	margin: 0 0 12px;
}
.lx-dcv-muted--foot {
	margin: 14px 0 0;
	padding-top: 12px;
	border-top: 1px solid rgba(0, 240, 255, 0.12);
	font-size: 12px;
	letter-spacing: 0.04em;
}

/* Login gate */
.lx-dcv-login-gate {
	padding: 22px 20px;
	margin-bottom: 16px;
	text-align: center;
	border: 1px solid rgba(255, 43, 214, 0.4);
	background:
		radial-gradient(ellipse 80% 100% at 50% 0%, rgba(255, 43, 214, 0.12), transparent 60%),
		rgba(20, 4, 24, 0.75);
	box-shadow: 0 0 28px rgba(255, 43, 214, 0.12);
}
.lx-dcv-login-gate__kicker {
	margin: 0 0 8px;
	font-size: 10px;
	letter-spacing: 0.2em;
	font-weight: 900;
	color: var(--dcv-pink);
}
.lx-dcv-login-gate p {
	margin: 0 0 14px;
	color: #f0c8e8;
}

/* Steps */
.lx-dcv-steps {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 16px;
}
.lx-dcv-step {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 12px;
	font-size: 12px;
	font-weight: 700;
	color: #6a9aab;
	border: 1px solid rgba(0, 240, 255, 0.14);
	background: rgba(0, 12, 28, 0.55);
	clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
	transition: border-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.lx-dcv-step i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 18px;
	padding: 0 4px;
	font-style: normal;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.04em;
	background: rgba(0, 240, 255, 0.1);
	color: var(--dcv-cyan);
	font-family: ui-monospace, Consolas, monospace;
}
.lx-dcv-step.is-active {
	border-color: rgba(0, 240, 255, 0.55);
	color: #e6fbff;
	box-shadow: 0 0 18px rgba(0, 240, 255, 0.18);
}
.lx-dcv-step.is-active i {
	background: linear-gradient(90deg, var(--dcv-cyan), #7cf7ff);
	color: #041018;
	box-shadow: 0 0 10px rgba(0, 240, 255, 0.45);
}
.lx-dcv-step.is-done {
	border-color: rgba(57, 255, 182, 0.4);
	color: #9ef0d0;
}
.lx-dcv-step.is-done i {
	background: rgba(57, 255, 182, 0.22);
	color: var(--dcv-ok);
}
.lx-dcv-panel--step[hidden] {
	display: none !important;
}

/* Drop zone */
.lx-dcv-drop {
	position: relative;
	min-height: 180px;
	margin-bottom: 14px;
	border: 1px dashed rgba(0, 240, 255, 0.45);
	background:
		radial-gradient(ellipse 70% 80% at 50% 50%, rgba(0, 240, 255, 0.06), transparent 70%),
		rgba(0, 16, 36, 0.55);
	cursor: pointer;
	overflow: hidden;
	transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.lx-dcv-drop__scan {
	position: absolute;
	left: 8%;
	right: 8%;
	height: 2px;
	top: 0;
	background: linear-gradient(90deg, transparent, var(--dcv-cyan), var(--dcv-pink), transparent);
	box-shadow: 0 0 12px var(--dcv-cyan);
	animation: lx-dcv-drop-scan 2.8s ease-in-out infinite;
	opacity: 0.7;
	pointer-events: none;
}
@keyframes lx-dcv-drop-scan {
	0% { top: 8%; opacity: 0; }
	15% { opacity: 1; }
	85% { opacity: 1; }
	100% { top: 90%; opacity: 0; }
}
.lx-dcv-drop:hover,
.lx-dcv-drop.is-drag {
	border-color: var(--dcv-cyan);
	box-shadow:
		0 0 0 1px rgba(0, 240, 255, 0.25),
		0 0 32px rgba(0, 240, 255, 0.15),
		inset 0 0 40px rgba(0, 240, 255, 0.06);
}
.lx-dcv-file {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.lx-dcv-drop__inner {
	padding: 36px 16px;
	text-align: center;
	pointer-events: none;
	position: relative;
	z-index: 1;
}
.lx-dcv-drop__icon {
	font-size: 28px;
	margin-bottom: 10px;
	color: var(--dcv-cyan);
	text-shadow: 0 0 16px rgba(0, 240, 255, 0.6);
}
.lx-dcv-drop__inner strong {
	color: #fff;
	letter-spacing: 0.04em;
}
.lx-dcv-filecard {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
	padding: 14px 16px;
	margin-bottom: 14px;
	border: 1px solid rgba(0, 240, 255, 0.28);
	background: linear-gradient(90deg, rgba(0, 240, 255, 0.08), rgba(0, 12, 28, 0.6));
}
.lx-dcv-pill {
	padding: 3px 10px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border: 1px solid rgba(0, 240, 255, 0.45);
	background: rgba(0, 240, 255, 0.12);
	color: var(--dcv-cyan);
	box-shadow: 0 0 12px rgba(0, 240, 255, 0.2);
}

/* Form */
.lx-dcv-label {
	display: block;
	margin-bottom: 14px;
	font-size: 13px;
	font-weight: 700;
	color: #b8f0ff;
	letter-spacing: 0.04em;
}
.lx-dcv-quota {
	margin: -4px 0 14px;
	padding: 8px 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #9ef0ff;
	border: 1px solid rgba(0, 240, 255, 0.22);
	background: rgba(0, 240, 255, 0.06);
}
.lx-dcv-select {
	display: block;
	width: 100%;
	margin-top: 8px;
	padding: 11px 12px;
	border: 1px solid rgba(0, 240, 255, 0.3);
	background: rgba(0, 10, 24, 0.9);
	color: #e6fbff;
	font: inherit;
	border-radius: 0;
	box-shadow: inset 0 0 20px rgba(0, 240, 255, 0.04);
}
.lx-dcv-select:focus {
	outline: none;
	border-color: var(--dcv-cyan);
	box-shadow: 0 0 0 1px rgba(0, 240, 255, 0.35), inset 0 0 20px rgba(0, 240, 255, 0.06);
}
.lx-dcv-select option,
.lx-dcv-select optgroup {
	background: #061020;
	color: #e6fbff;
}
.lx-dcv-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 6px;
}
.lx-dcv-btn {
	appearance: none;
	padding: 10px 18px;
	border: 1px solid rgba(0, 240, 255, 0.4);
	background: rgba(0, 16, 36, 0.75);
	color: #c8f7ff;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	cursor: pointer;
	clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
	transition: border-color 0.2s, box-shadow 0.2s, color 0.2s, background 0.2s;
}
.lx-dcv-btn:hover {
	border-color: var(--dcv-cyan);
	color: #fff;
	box-shadow: 0 0 18px rgba(0, 240, 255, 0.2);
}
.lx-dcv-btn--primary {
	background: linear-gradient(90deg, #0090c8, var(--dcv-cyan) 55%, #7cf7ff);
	border-color: transparent;
	color: #031018;
	text-shadow: none;
	box-shadow: 0 0 20px rgba(0, 240, 255, 0.3);
}
.lx-dcv-btn--primary:hover {
	box-shadow: 0 0 28px rgba(0, 240, 255, 0.5);
	color: #031018;
}
.lx-dcv-btn--lg {
	padding: 12px 24px;
	font-size: 14px;
}
.lx-dcv-btn:disabled,
.lx-dcv-btn.is-loading,
.lx-dcv-btn.is-disabled {
	opacity: 0.42;
	pointer-events: none;
	cursor: not-allowed;
	filter: grayscale(0.35);
	box-shadow: none;
}
.lx-dcv-btn--primary:disabled,
.lx-dcv-btn--primary.is-disabled {
	background: linear-gradient(90deg, #2a3a48, #3a4e5c 55%, #4a5f6e);
	color: rgba(220, 235, 245, 0.55);
	border-color: rgba(0, 240, 255, 0.12);
}
.lx-dcv-btn-spin {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 6px;
	border: 2px solid rgba(3, 16, 24, 0.25);
	border-top-color: #031018;
	border-radius: 50%;
	animation: lx-dcv-spin 0.7s linear infinite;
	vertical-align: -1px;
}
@keyframes lx-dcv-spin {
	to { transform: rotate(360deg); }
}

.lx-dcv-status {
	margin: 12px 0 0;
	padding: 10px 12px;
	font-size: 13px;
	border: 1px solid rgba(0, 240, 255, 0.22);
	background: rgba(0, 16, 32, 0.55);
}
.lx-dcv-status.is-ok {
	border-color: rgba(57, 255, 182, 0.45);
	color: #9ef0d0;
	box-shadow: 0 0 16px rgba(57, 255, 182, 0.1);
}
.lx-dcv-status.is-err {
	border-color: rgba(255, 77, 109, 0.5);
	color: #ffb0c0;
	box-shadow: 0 0 16px rgba(255, 77, 109, 0.1);
}
.lx-dcv-status[hidden] {
	display: none !important;
}

/* Matrix */
.lx-dcv-matrix {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px;
}
@media (max-width: 1000px) {
	.lx-dcv-matrix { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
	.lx-dcv-matrix { grid-template-columns: 1fr; }
	.lx-dcv-hero__frame { flex-direction: column; align-items: flex-start; }
}
.lx-dcv-matrix__col {
	padding: 12px 12px 10px;
	border: 1px solid rgba(0, 240, 255, 0.16);
	background: linear-gradient(180deg, rgba(0, 240, 255, 0.05), rgba(0, 8, 20, 0.5));
	transition: border-color 0.2s, box-shadow 0.2s;
}
.lx-dcv-matrix__col:hover {
	border-color: rgba(0, 240, 255, 0.4);
	box-shadow: 0 0 18px rgba(0, 240, 255, 0.1);
}
.lx-dcv-matrix__dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--dcv-pink);
	box-shadow: 0 0 8px var(--dcv-pink);
}
.lx-dcv-matrix__col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.lx-dcv-matrix__col li {
	padding: 5px 0;
	font-size: 12px;
	color: #b8e4f0;
	border-bottom: 1px solid rgba(0, 240, 255, 0.06);
}
.lx-dcv-matrix__col code {
	display: inline-block;
	min-width: 3.2em;
	margin-right: 4px;
	padding: 1px 6px;
	font-size: 11px;
	font-weight: 700;
	background: rgba(0, 240, 255, 0.1);
	color: var(--dcv-cyan);
	border: 1px solid rgba(0, 240, 255, 0.2);
}

/* Preview / security */
.lx-dcv-preview {
	max-height: 360px;
	overflow: auto;
	margin: 12px 0;
	border: 1px solid rgba(0, 240, 255, 0.2);
	background: rgba(0, 6, 16, 0.85);
	box-shadow: inset 0 0 30px rgba(0, 240, 255, 0.04);
}
.lx-dcv-preview__text {
	margin: 0;
	padding: 14px 16px;
	white-space: pre-wrap;
	word-break: break-word;
	font-family: ui-monospace, Consolas, monospace;
	font-size: 12px;
	line-height: 1.55;
	color: #b8f0ff;
}
.lx-dcv-preview__img {
	padding: 16px;
	text-align: center;
}
.lx-dcv-preview__img img {
	max-width: 100%;
	max-height: 320px;
	border: 1px solid rgba(0, 240, 255, 0.25);
	box-shadow: 0 0 24px rgba(0, 240, 255, 0.12);
}
.lx-dcv-security {
	margin: 10px 0;
	padding: 12px 14px;
	border: 1px solid rgba(57, 255, 182, 0.28);
	background: rgba(4, 28, 22, 0.45);
}
.lx-dcv-security__head {
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.12em;
	color: var(--dcv-ok);
	margin-bottom: 8px;
}
.lx-dcv-scan-list,
.lx-dcv-progress-list {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.lx-dcv-scan-item {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 12px;
	color: #a8d4e4;
}
.lx-dcv-scan-item.is-ok { color: #9ef0d0; }
.lx-dcv-scan-item.is-warn { color: #ffd48a; }
.lx-dcv-scan-item.is-bad { color: #ffb0c0; }
.lx-dcv-scan-icon {
	flex: 0 0 auto;
	width: 16px;
	font-weight: 800;
}
.lx-dcv-confirm-box {
	padding: 14px 16px;
	margin: 10px 0;
	border: 1px solid rgba(0, 240, 255, 0.28);
	background: linear-gradient(90deg, rgba(0, 240, 255, 0.07), rgba(0, 12, 28, 0.55));
}
.lx-dcv-confirm-box p { margin: 0 0 6px; }
.lx-dcv-confirm-box p:last-child { margin-bottom: 0; }
.lx-dcv-confirm-box strong {
	color: var(--dcv-cyan);
	text-shadow: 0 0 10px rgba(0, 240, 255, 0.4);
}

.lx-dcv-result__card {
	padding: 16px;
	border: 1px solid rgba(57, 255, 182, 0.4);
	background:
		radial-gradient(ellipse 80% 80% at 0% 0%, rgba(57, 255, 182, 0.1), transparent 55%),
		rgba(4, 28, 24, 0.55);
	box-shadow: 0 0 28px rgba(57, 255, 182, 0.12);
}
.lx-dcv-result__card h3 {
	margin: 0 0 10px;
	color: #9ef0d0;
	font-size: 16px;
	letter-spacing: 0.04em;
}
.lx-dcv-result__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin: 0 0 12px;
	font-size: 12px;
	color: var(--dcv-muted);
}
.lx-dcv-result__meta b {
	color: #c8fff0;
	font-weight: 700;
}

/* Overlay */
.lx-dcv-overlay {
	position: fixed;
	inset: 0;
	z-index: 100300;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(2, 6, 16, 0.84);
	backdrop-filter: blur(10px);
}
.lx-dcv-overlay[hidden] { display: none !important; }
.lx-dcv-overlay__card {
	width: min(400px, 92vw);
	padding: 32px 28px 28px;
	text-align: center;
	border: 1px solid rgba(0, 240, 255, 0.45);
	background: linear-gradient(165deg, rgba(6, 18, 40, 0.98), rgba(4, 8, 18, 0.99));
	box-shadow: 0 0 50px rgba(0, 240, 255, 0.18);
	clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}
.lx-dcv-orb {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto 16px;
}
.lx-dcv-orb .r {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 2px solid transparent;
}
.lx-dcv-orb .r1 {
	border-top-color: var(--dcv-cyan);
	animation: lx-dcv-spin 1.1s linear infinite;
}
.lx-dcv-orb .r2 {
	inset: 10px;
	border-bottom-color: var(--dcv-pink);
	animation: lx-dcv-spin 1.6s linear infinite reverse;
}
.lx-dcv-orb .r3 {
	inset: 22px;
	border: 1px dashed rgba(0, 240, 255, 0.4);
	animation: lx-dcv-spin 3s linear infinite;
}
.lx-dcv-orb .core {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	font-weight: 900;
	color: var(--dcv-cyan);
	letter-spacing: 0.08em;
	text-shadow: 0 0 12px rgba(0, 240, 255, 0.7);
}
.lx-dcv-overlay__kicker {
	margin: 0 0 6px;
	font-size: 10px;
	letter-spacing: 0.22em;
	font-weight: 800;
	color: var(--dcv-cyan);
}
.lx-dcv-overlay__title {
	margin: 0 0 8px;
	font-size: 18px;
	color: #fff;
}
.lx-dcv-overlay__stage {
	margin: 0 0 14px;
	font-size: 13px;
	color: #9ec9e8;
	min-height: 1.4em;
}
.lx-dcv-overlay__bar {
	height: 6px;
	border-radius: 2px;
	background: rgba(0, 240, 255, 0.1);
	overflow: hidden;
	border: 1px solid rgba(0, 240, 255, 0.28);
}
.lx-dcv-overlay__bar i {
	display: block;
	height: 100%;
	width: 0%;
	background: linear-gradient(90deg, #0090c8, var(--dcv-cyan), var(--dcv-pink));
	background-size: 200% 100%;
	animation: lx-dcv-bar-flow 1.2s linear infinite;
	transition: width 0.15s linear;
	box-shadow: 0 0 12px rgba(0, 240, 255, 0.5);
}
@keyframes lx-dcv-bar-flow {
	to { background-position: 200% 0; }
}
body.lx-dcv-busy {
	overflow: hidden;
}

#lx-dcv-body {
	max-width: 760px;
}
#lx-dcv-formats-public {
	max-width: 1100px;
	margin-bottom: 18px;
}
#lx-dcv-formats-public[hidden] {
	display: block !important;
}

/* 登录跳转兜底动画 */
.lx-dcv-login-nav {
	position: fixed;
	inset: 0;
	z-index: 100400;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(2, 6, 14, 0.86);
	backdrop-filter: blur(12px);
}
.lx-dcv-login-nav[hidden] {
	display: none !important;
}
.lx-dcv-login-nav__card {
	width: min(380px, 92vw);
	padding: 28px 24px;
	text-align: center;
	border: 1px solid rgba(0, 240, 255, 0.45);
	background: linear-gradient(165deg, rgba(8, 20, 42, 0.98), rgba(4, 8, 18, 0.99));
	box-shadow: 0 0 48px rgba(0, 240, 255, 0.2);
	animation: lx-dcv-nav-in 0.35s ease-out;
	clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}
@keyframes lx-dcv-nav-in {
	from { opacity: 0; transform: scale(0.94) translateY(10px); }
	to { opacity: 1; transform: scale(1) translateY(0); }
}

/* 整页赛博背景加强 */
body.lx-cyber-doc-convert,
body.lx-doc-convert-page.lx-cyber-site {
	background: #03080f !important;
}
body.lx-cyber-doc-convert .wp-site-blocks,
body.lx-cyber-doc-convert main,
body.lx-doc-convert-page.lx-cyber-site .wp-site-blocks {
	background: transparent !important;
}
body.lx-cyber-doc-convert .lx-front-dcv-wrap {
	position: relative;
}
body.lx-cyber-doc-convert .lx-front-dcv-wrap::before {
	content: '';
	pointer-events: none;
	position: fixed;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(ellipse 50% 40% at 15% 10%, rgba(0, 240, 255, 0.07), transparent 55%),
		radial-gradient(ellipse 40% 35% at 90% 20%, rgba(255, 43, 214, 0.06), transparent 50%),
		linear-gradient(180deg, #03080f 0%, #050d18 50%, #03080f 100%);
}
body.lx-cyber-doc-convert .lx-dcv {
	z-index: 1;
}
