.xv-wrap {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	--xv-surface: linear-gradient(180deg, rgba(237, 237, 237, 0.96) 0%, rgba(228, 234, 241, 0.92) 100%);
	--xv-surface-strong: linear-gradient(145deg, rgba(255, 255, 255, 0.94) 0%, rgba(238, 244, 251, 0.92) 100%);
	--xv-surface-soft: rgba(255, 255, 255, 0.56);
	--xv-surface-input: rgba(255, 255, 255, 0.86);
	--xv-border: #c8d5df;
	--xv-border-strong: #b8c9d8;
	--xv-text-main: #0c161a;
	--xv-text-soft: #2a3c45;
	--xv-text-muted: #4e6470;
	--xv-link: #1f6feb;
	--xv-chip-bg: rgba(255, 255, 255, 0.72);
	--xv-shadow: 0 1px 4px rgba(12, 22, 26, 0.05);
	--xv-button-bg: linear-gradient(140deg, #0c161a 0%, #223843 100%);
	--xv-button-text: #ffffff;
	--xv-status-ok-bg: rgba(22, 163, 74, 0.12);
	--xv-status-ok-text: #166534;
	--xv-status-warn-bg: rgba(217, 119, 6, 0.14);
	--xv-status-warn-text: #92400e;
	--xv-status-na-bg: rgba(100, 116, 139, 0.14);
	--xv-status-na-text: #475569;
}
html:not([data-theme]) .xv-wrap,
html[data-theme="dark"] .xv-wrap,
html[data-theme="default"] .xv-wrap {
	--xv-surface:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 30%),
		linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(2, 8, 23, 0.96));
	--xv-surface-strong:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 30%),
		linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(2, 8, 23, 0.96));
	--xv-surface-soft: rgba(255, 255, 255, 0.04);
	--xv-surface-input: rgba(15, 23, 42, 0.72);
	--xv-border: rgba(255, 255, 255, 0.08);
	--xv-border-strong: rgba(255, 255, 255, 0.12);
	--xv-text-main: #f8fafc;
	--xv-text-soft: #cbd5e1;
	--xv-text-muted: #94a3b8;
	--xv-link: #93c5fd;
	--xv-chip-bg: rgba(255, 255, 255, 0.06);
	--xv-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
	--xv-button-bg: linear-gradient(135deg, #f8fafc, #cbd5e1);
	--xv-button-text: #020617;
	--xv-status-ok-bg: rgba(34, 197, 94, 0.18);
	--xv-status-ok-text: #bbf7d0;
	--xv-status-warn-bg: rgba(251, 191, 36, 0.18);
	--xv-status-warn-text: #fde68a;
	--xv-status-na-bg: rgba(148, 163, 184, 0.18);
	--xv-status-na-text: #cbd5e1;
}
html[data-theme="light_apple"] .xv-wrap,
html[data-theme="light"] .xv-wrap {
	--xv-surface: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 251, 0.98));
	--xv-surface-strong: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(239, 245, 251, 0.99));
	--xv-surface-soft: rgba(237, 244, 250, 0.96);
	--xv-surface-input: rgba(248, 251, 255, 0.98);
	--xv-border: rgba(141, 164, 179, 0.16);
	--xv-border-strong: rgba(141, 164, 179, 0.22);
	--xv-text-main: #102433;
	--xv-text-soft: #3b5566;
	--xv-text-muted: #698191;
	--xv-link: #0b8bdc;
	--xv-chip-bg: rgba(237, 244, 250, 0.98);
	--xv-shadow: none;
	--xv-button-bg: linear-gradient(135deg, #ff7d6b, #ff9a73);
	--xv-button-text: #ffffff;
	--xv-status-ok-bg: #dcfce7;
	--xv-status-ok-text: #166534;
	--xv-status-warn-bg: #fef3c7;
	--xv-status-warn-text: #92400e;
	--xv-status-na-bg: #e2e8f0;
	--xv-status-na-text: #334155;
}
.xv-hero {
	padding: var(--page-panel-pad-lg);
	border-radius: 28px;
	background: var(--xv-surface-strong);
	border: none;
	box-shadow: var(--xv-shadow);
	color: var(--xv-text-main);
}
.xv-hero h1 {
	margin: 0 0 12px;
	font-size: var(--page-hero-title-size);
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: var(--xv-text-main);
}
.xv-hero p {
	margin: 0;
	color: var(--xv-text-soft);
	font-size: var(--page-body-size);
	line-height: 1.72;
}
.xv-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	margin-top: 22px;
}
.xv-input {
	width: 100%;
	min-height: 54px;
	padding: 14px 16px;
	border-radius: 18px;
	border: none;
	background: var(--xv-surface-input);
	color: var(--xv-text-main);
	font-size: var(--page-body-size);
}
.xv-input::placeholder {
	color: var(--xv-text-muted);
}
.xv-input:focus {
	outline: none;
	border-color: rgba(96, 165, 250, 0.8);
	box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.16);
}
.xv-submit {
	min-height: 54px;
	padding: 0 18px;
	border: 0;
	border-radius: 18px;
	background: var(--xv-button-bg);
	color: var(--xv-button-text);
	font-weight: 700;
	cursor: pointer;
}
.xv-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}
.xv-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--xv-chip-bg);
	color: var(--xv-text-soft);
	font-size: var(--page-body-size-sm);
	border: none;
}
.xv-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
	gap: 18px;
	margin-top: 22px;
}
.xv-card {
	padding: var(--page-panel-pad-md);
	border-radius: 24px;
	background: var(--xv-surface);
	border: none;
	box-shadow: var(--xv-shadow);
	color: var(--xv-text-soft);
}
.xv-card h2,
.xv-card h3 {
	font-size: var(--page-section-title-size);
	line-height: 1.22;
	letter-spacing: -0.02em;
}
.xv-card h2,
.xv-card h3,
.xv-stat span,
.xv-stat strong {
	color: var(--xv-text-main);
}
.xv-overall {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}
.xv-status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.85rem;
	white-space: nowrap;
	flex-shrink: 0;
}
.xv-status.ok {
	background: var(--xv-status-ok-bg);
	color: var(--xv-status-ok-text);
}
.xv-status.warn {
	background: var(--xv-status-warn-bg);
	color: var(--xv-status-warn-text);
}
.xv-status.na {
	background: var(--xv-status-na-bg);
	color: var(--xv-status-na-text);
}
.xv-profile {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}
.xv-avatar {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	background: rgba(255, 255, 255, 0.55);
	border: none;
}
.xv-profile-meta p {
	margin: 0;
	color: var(--xv-text-soft);
	line-height: 1.65;
}
.xv-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 18px;
}
.xv-stat {
	padding: 14px;
	border-radius: 18px;
	background: var(--xv-surface-soft);
	border: none;
}
.xv-stat strong {
	display: block;
	font-size: 1.15rem;
}
.xv-check-list {
	display: grid;
	gap: 12px;
	margin-top: 16px;
}
.xv-check {
	padding: 16px;
	border-radius: 18px;
	background: var(--xv-surface-soft);
	border: none;
}
.xv-check-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}
.xv-check h3 {
	margin: 0;
	font-size: 1rem;
}
.xv-check p {
	margin: 0;
	color: var(--xv-text-soft);
	line-height: 1.65;
}
.xv-check-meta {
	margin-top: 10px;
	display: grid;
	gap: 6px;
	color: var(--xv-text-muted);
	font-size: 0.9rem;
}

.xv-overall-summary {
	margin: 8px 0 0;
	color: var(--xv-text-soft);
}

.xv-profile-name {
	margin: 0 0 6px;
}

.xv-profile-bio {
	margin-top: 8px;
}

.xv-check-meta.is-profile {
	margin-top: 16px;
}

.xv-card.is-spaced {
	margin-top: 18px;
}
.xv-check-meta strong {
	color: var(--xv-text-soft);
}
.xv-alert {
	margin-top: 18px;
	padding: 16px 18px;
	border-radius: 18px;
	border: none;
	background: rgba(127, 29, 29, 0.22);
	color: #fecaca;
}
html[data-theme="light_apple"] .xv-alert,
html[data-theme="light"] .xv-alert {
	background: #fff1f2;
	color: #9f1239;
}
.xv-note-list {
	display: grid;
	gap: 10px;
	padding-left: 18px;
	color: var(--xv-text-soft);
	line-height: 1.65;
}
.xv-link {
	color: var(--xv-link);
}
@media (max-width: 860px) {
	.xv-grid {
		grid-template-columns: 1fr;
	}
	.xv-stats {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 640px) {
	.xv-form {
		grid-template-columns: 1fr;
	}
	.xv-submit {
		height: 50px;
	}
	.xv-stats {
		grid-template-columns: 1fr;
	}
	.xv-profile {
		flex-direction: column;
	}
}
