/**
 * Promptvergleich KI-Navigator.
 * One authoritative component layer: cream, concrete, black and coral only.
 */
.pvc-tool-navigator,
.pvc-tool-navigator * { box-sizing: border-box; }

.pvc-tool-navigator {
	--pvn-ink: #111210;
	--pvn-paper: #f3f2ef;
	--pvn-white: #fbfaf7;
	--pvn-concrete: #d6d4d3;
	--pvn-coral: #d94f30;
	--pvn-line: rgba(17, 18, 16, .24);
	width: min(1560px, calc(100% - 32px));
	max-width: none;
	margin: clamp(22px, 4vw, 58px) auto;
	color: var(--pvn-ink);
	font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.pvc-tool-navigator :where(h1, h2, h3, h4, p) { margin-top: 0; }
.pvc-tool-navigator :where(h1, h2, h3, h4, strong, b) { font-family: "Inter Tight", Inter, ui-sans-serif, system-ui, sans-serif; }
.pvc-tool-navigator a { color: inherit; }
.pvc-tool-navigator [hidden] { display: none !important; }

/* Hero: a self-contained editorial statement. Explicit resets prevent old
   page-builder decoration rules from shifting or covering this component. */
.pvc-tool-navigator.pvc-app .pvc-tool-navigator__hero {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: clamp(22px, 3.2vw, 48px) !important;
	overflow: hidden !important;
	border: 1px solid var(--pvn-ink) !important;
	border-radius: 0 !important;
	background: var(--pvn-paper) !important;
	box-shadow: none !important;
}

.pvc-tool-navigator.pvc-app .pvc-tool-navigator__hero::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 7px;
	background: var(--pvn-coral);
	content: "";
}

.pvc-tool-navigator.pvc-app .pvc-tool-navigator__hero::after {
	display: none !important;
	content: none !important;
}

.pvc-tool-navigator__hero-rail {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 8px 0 18px;
	border-bottom: 1px solid var(--pvn-ink);
	font: 800 9px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.pvc-tool-navigator.pvc-app .pvc-tool-navigator__hero-copy {
	display: flex !important;
	width: 100% !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
	padding: clamp(50px, 7vw, 100px) 0 clamp(42px, 5.5vw, 76px) !important;
	align-items: center !important;
	flex-direction: column !important;
	justify-content: center !important;
	text-align: center !important;
}

.pvc-tool-navigator__hero-kicker {
	margin: 0 0 18px !important;
	color: var(--pvn-coral);
	font: 800 10px/1.3 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.pvc-tool-navigator.pvc-app .pvc-tool-navigator__hero h1 {
	display: block !important;
	width: 100% !important;
	max-width: 1140px !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: clamp(48px, 6.25vw, 100px) !important;
	font-weight: 900;
	line-height: .9 !important;
	letter-spacing: -.065em;
	text-align: center !important;
	text-wrap: balance;
}

.pvc-tool-navigator__hero h1 > span { display: block; }

.pvc-tool-typed {
	display: flex;
	min-height: 1em;
	margin-top: .13em;
	align-items: baseline;
	justify-content: center;
	color: var(--pvn-coral);
	font-style: normal;
	text-wrap: balance;
}

.pvc-tool-typed i {
	display: inline-block;
	width: .55em;
	margin-left: .03em;
	font-style: normal;
	font-weight: 700;
	animation: pvc-tool-cursor 1s steps(1, end) infinite;
}

@keyframes pvc-tool-cursor { 0%, 48% { opacity: 1; } 49%, 100% { opacity: 0; } }

.pvc-tool-navigator.pvc-app .pvc-tool-navigator__hero-copy > p:not(.pvc-tool-navigator__hero-kicker) {
	max-width: 770px;
	margin: clamp(24px, 3vw, 38px) auto 0 !important;
	font-size: clamp(15px, 1.35vw, 19px);
	line-height: 1.55;
	text-align: center !important;
}

/* Top 3: heading above the concrete stage; never nested in or overlaid by Hero art. */
.pvc-tool-navigator.pvc-app .pvc-tool-featured {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	margin: clamp(34px, 5vw, 72px) 0 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.pvc-tool-navigator.pvc-app .pvc-tool-featured::before,
.pvc-tool-navigator.pvc-app .pvc-tool-featured::after,
.pvc-tool-navigator.pvc-app .pvc-tool-featured__grid::before,
.pvc-tool-navigator.pvc-app .pvc-tool-featured__grid::after,
.pvc-tool-navigator.pvc-app .pvc-tool-featured-card::before,
.pvc-tool-navigator.pvc-app .pvc-tool-featured-card::after {
	display: none !important;
	content: none !important;
}

.pvc-tool-navigator.pvc-app .pvc-tool-featured > header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 26px;
	margin: 0 !important;
	padding: 0 0 18px !important;
	border-bottom: 1px solid var(--pvn-ink);
	background: transparent !important;
}

.pvc-tool-featured > header span {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 7px;
	color: var(--pvn-coral);
	font: 800 9px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.pvc-tool-featured__dot {
	display: block !important;
	width: 9px;
	height: 9px;
	flex: 0 0 9px;
	border: 0 !important;
	border-radius: 50%;
	background: var(--pvn-coral) !important;
}

.pvc-tool-featured > header h2 { margin: 0; font-size: clamp(32px, 3.4vw, 52px); line-height: .92; letter-spacing: -.05em; }
.pvc-tool-featured > header p { max-width: 430px; margin: 0; font-size: 12px; line-height: 1.55; text-align: right; }
.pvc-tool-navigator.pvc-app .pvc-tool-featured__grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: clamp(12px, 1.4vw, 20px) !important;
	margin-top: 14px !important;
	padding: clamp(14px, 2.1vw, 28px) !important;
	overflow: hidden !important;
	border: 1px solid var(--pvn-ink) !important;
	border-radius: 16px !important;
	background: var(--pvn-concrete) !important;
}

.pvc-tool-navigator.pvc-app .pvc-tool-featured-card {
	position: relative !important;
	display: grid;
	min-width: 0;
	padding: 11px;
	overflow: hidden !important;
	border: 1px solid var(--pvn-line);
	border-radius: 13px;
	background: var(--pvn-white);
	text-decoration: none;
	transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.pvc-tool-navigator.pvc-app .pvc-tool-featured-card__visual {
	position: relative;
	display: grid;
	min-height: 0;
	aspect-ratio: 1.34 / 1;
	place-items: center;
	overflow: hidden !important;
	border: 1px solid var(--pvn-ink);
	border-radius: 10px;
	background: var(--pvn-concrete);
	transition: box-shadow .2s ease, transform .2s ease;
}

.pvc-tool-navigator.pvc-app .pvc-tool-featured-card__visual--2 { background: var(--pvn-coral); color: #fff; }
.pvc-tool-navigator.pvc-app .pvc-tool-featured-card__visual--3 { background: var(--pvn-ink); color: #fff; }
.pvc-tool-featured-card__visual::before,
.pvc-tool-card__visual::before {
	position: absolute;
	inset: 14% 8%;
	border-top: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	opacity: .18;
	content: "";
	transform: skewY(-8deg);
}

.pvc-tool-featured-card__visual > span {
	position: relative;
	z-index: 1;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: clamp(68px, 8vw, 130px);
	font-weight: 900;
	line-height: .8;
	letter-spacing: -.09em;
}

.pvc-tool-navigator.pvc-app .pvc-tool-featured-card__visual img,
.pvc-tool-navigator.pvc-app .pvc-tool-card__visual img { position: absolute !important; inset: 0 !important; width: 100% !important; max-width: none !important; height: 100% !important; margin: 0 !important; border-radius: 0 !important; object-fit: cover !important; transform: none !important; }

.pvc-tool-navigator.pvc-app .pvc-tool-featured-card__visual b {
	position: absolute;
	top: 13px !important;
	right: auto !important;
	bottom: auto !important;
	left: 13px !important;
	z-index: 5 !important;
	display: flex;
	align-items: baseline;
	gap: 2px;
	padding: 8px 10px;
	border: 1px solid var(--pvn-ink);
	border-radius: 8px;
	background: var(--pvn-white);
	color: var(--pvn-ink);
	font-size: 24px;
	line-height: 1;
}

.pvc-tool-featured-card__visual b small { margin-right: 4px; font: 800 7px/1 ui-monospace, monospace; letter-spacing: .06em; text-transform: uppercase; }
.pvc-tool-featured-card__visual b i { font-size: 9px; font-style: normal; }
.pvc-tool-featured-card__copy { display: grid; padding: 16px 5px 5px; }
.pvc-tool-featured-card__copy > span { font: 800 8px/1.3 ui-monospace, monospace; letter-spacing: .08em; text-transform: uppercase; }
.pvc-tool-featured-card__copy h3 { margin: 10px 0 4px; font-size: clamp(24px, 2.2vw, 34px); line-height: .94; letter-spacing: -.045em; }
.pvc-tool-featured-card__copy p { margin: 0; font-size: 12px; }
.pvc-tool-featured-card__copy > b { justify-self: start; margin-top: 14px; padding-bottom: 4px; border-bottom: 1px solid; font-size: 10px; }
.pvc-tool-featured-card:hover { border-color: var(--pvn-ink); background: var(--pvn-white); transform: translateY(-3px); }
.pvc-tool-featured-card:hover .pvc-tool-featured-card__visual { box-shadow: 8px 8px 0 var(--pvn-coral); transform: translate(-2px, -2px); }
.pvc-tool-featured-card:focus-visible { outline: 3px solid var(--pvn-coral); outline-offset: 5px; }

/* Finder board. */
.pvc-tool-navigator__board {
	margin-top: 18px;
	padding: clamp(28px, 4.5vw, 66px);
	border: 1px solid var(--pvn-ink);
	background: var(--pvn-white);
	scroll-margin-top: 26px;
}

.pvc-tool-navigator__board-head {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
	align-items: end;
	gap: 42px;
	padding-bottom: 25px;
	border-bottom: 1px solid var(--pvn-ink);
}

.pvc-tool-navigator__board-head span,
.pvc-tool-method > div:first-child > span {
	color: var(--pvn-coral);
	font: 800 9px/1 ui-monospace, monospace;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.pvc-tool-navigator__board-head h2 { margin: 13px 0 0; font-size: clamp(42px, 5.8vw, 82px); line-height: .87; letter-spacing: -.065em; }
.pvc-tool-navigator__board-head p { max-width: 530px; margin: 0; font-size: 13px; line-height: 1.6; }

.pvc-tool-navigator__use-cases { display: flex; flex-wrap: wrap; gap: 7px; padding: 22px 0; border-bottom: 1px solid var(--pvn-line); }
.pvc-tool-navigator__use-cases button { min-height: 38px; padding: 9px 13px; border: 1px solid var(--pvn-ink); border-radius: 999px; background: transparent; color: inherit; font-size: 10px; font-weight: 800; cursor: pointer; }
.pvc-tool-navigator__use-cases button:hover,
.pvc-tool-navigator__use-cases button:focus-visible,
.pvc-tool-navigator__use-cases button.is-active { background: var(--pvn-coral); color: #fff; outline: 0; }

.pvc-tool-navigator__controls {
	display: grid;
	grid-template-columns: minmax(300px, 2fr) repeat(3, minmax(150px, .7fr));
	gap: 8px;
	padding: 20px 0;
}

.pvc-tool-navigator__controls > label { display: grid; min-width: 0; gap: 7px; }
.pvc-tool-navigator__controls > label > span { font: 800 8px/1 ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; }
.pvc-tool-navigator__controls select,
.pvc-tool-navigator__search > div { width: 100%; min-height: 54px; border: 1px solid var(--pvn-ink); border-radius: 7px; background: var(--pvn-paper); }
.pvc-tool-navigator__controls select { padding: 0 13px; color: inherit; font: 750 13px/1 "Inter Tight", Inter, sans-serif; }
.pvc-tool-navigator__controls select:focus { outline: 2px solid var(--pvn-coral); outline-offset: 2px; }
.pvc-tool-navigator__controls select option:checked { background: var(--pvn-coral); color: #fff; }
.pvc-tool-navigator__search > div { display: grid; grid-template-columns: 26px minmax(0, 1fr) 34px; align-items: center; padding: 0 10px; }
.pvc-tool-navigator__search i { font-style: normal; font-size: 21px; }
.pvc-tool-navigator__search input { width: 100%; min-width: 0; height: 52px; padding: 0 8px; border: 0; outline: 0; background: transparent; color: inherit; font: 600 14px/1 Inter, sans-serif; }
.pvc-tool-navigator__search button { width: 32px; height: 32px; padding: 0; border: 0; border-radius: 50%; background: var(--pvn-ink); color: #fff; cursor: pointer; }

/* Same visual language as the Startseite filter, scoped to the KI-Navigator. */
.pvc-tool-navigator__controls > label.has-pvc-tool-select-ui { position: relative; }
.pvc-tool-navigator__controls > label.has-pvc-tool-select-ui > select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	min-height: 1px !important;
	overflow: hidden !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	opacity: 0 !important;
}
.pvc-tool-select-ui { position: relative; z-index: 30; min-width: 0; }
.pvc-tool-select-ui.is-open { z-index: 80; }
.pvc-tool-select-ui__trigger {
	display: grid;
	width: 100%;
	min-height: 54px;
	grid-template-columns: minmax(0,1fr) auto;
	align-items: center;
	gap: 12px;
	padding: 0 15px;
	border: 1px solid var(--pvn-ink);
	border-radius: 8px;
	background: var(--pvn-paper);
	color: var(--pvn-ink);
	font: 800 13px/1 "Inter Tight", Inter, sans-serif;
	text-align: left;
	cursor: pointer;
}
.pvc-tool-select-ui__trigger:hover,
.pvc-tool-select-ui__trigger:focus-visible,
.pvc-tool-select-ui.is-open .pvc-tool-select-ui__trigger { border-color: var(--pvn-coral); outline: 0; box-shadow: 0 0 0 2px var(--pvn-coral); }
.pvc-tool-select-ui__value { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pvc-tool-select-ui__arrow { color: var(--pvn-coral); font-style: normal; font-weight: 900; transition: transform .18s ease; }
.pvc-tool-select-ui.is-open .pvc-tool-select-ui__arrow { transform: rotate(180deg); }
.pvc-tool-select-ui__menu {
	position: absolute;
	top: calc(100% + 7px);
	right: 0;
	left: 0;
	z-index: 100;
	max-height: 310px;
	overflow: auto;
	padding: 8px;
	border: 1px solid var(--pvn-ink);
	border-radius: 11px;
	background: var(--pvn-ink);
	box-shadow: 8px 8px 0 rgba(217,79,48,.22);
}
.pvc-tool-select-ui__menu[hidden] { display: none !important; }
.pvc-tool-select-ui__option {
	display: block;
	width: 100%;
	min-height: 46px;
	padding: 12px 13px;
	border: 0;
	border-radius: 7px;
	background: transparent;
	color: #fff;
	font: 800 12px/1.3 "Inter Tight", Inter, sans-serif;
	text-align: left;
	cursor: pointer;
}
.pvc-tool-select-ui__option + .pvc-tool-select-ui__option { margin-top: 3px; }
.pvc-tool-select-ui__option:hover,
.pvc-tool-select-ui__option:focus-visible,
.pvc-tool-select-ui__option.is-selected { background: var(--pvn-coral); outline: 0; }

/* Compact live stack: useful orientation without dominating the page. */
.pvc-tool-stack {
	display: grid;
	grid-template-columns: minmax(190px, .55fr) minmax(0, 2.45fr);
	gap: 10px;
	margin: 10px 0 0;
	padding: 12px;
	border: 1px solid var(--pvn-ink);
	background: var(--pvn-ink);
	color: #fff;
}

.pvc-tool-stack > div:first-child { display: grid; min-height: 118px; padding: 13px; align-content: end; border: 1px solid rgba(255,255,255,.22); }
.pvc-tool-stack > div:first-child > span { margin-bottom: auto; color: var(--pvn-coral); font: 800 8px/1 ui-monospace, monospace; text-transform: uppercase; }
.pvc-tool-stack h3 { margin: 25px 0 3px; font-size: 24px; line-height: .95; }
.pvc-tool-stack p { margin: 0; font-size: 10px; }
.pvc-tool-stack__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.pvc-tool-stack__cards > a { display: grid; min-width: 0; min-height: 118px; padding: 13px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.06); color: #fff; text-decoration: none; }
.pvc-tool-stack__cards > a small { font: 800 8px/1 ui-monospace, monospace; color: var(--pvn-coral); }
.pvc-tool-stack__cards > a strong { align-self: end; overflow: hidden; font-size: 20px; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
.pvc-tool-stack__cards > a span { display: flex; align-items: baseline; justify-content: flex-end; font-size: 22px; font-weight: 850; }
.pvc-tool-stack__cards > a span i { font-size: 8px; font-style: normal; }
.pvc-tool-stack__cards > a:hover { border-color: var(--pvn-coral); background: var(--pvn-coral); }

.pvc-tool-navigator__results-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: clamp(38px, 5vw, 68px) 0 15px; border-bottom: 1px solid var(--pvn-ink); }
.pvc-tool-navigator__results-head > div { display: flex; align-items: baseline; gap: 9px; }
.pvc-tool-navigator__results-head strong { font-size: 42px; line-height: .8; }
.pvc-tool-navigator__results-head span { font: 800 9px/1 ui-monospace, monospace; text-transform: uppercase; }
.pvc-tool-navigator__results-head button { padding: 9px 0; border: 0; border-bottom: 1px solid; background: transparent; color: inherit; font-size: 10px; font-weight: 800; cursor: pointer; }
.pvc-tool-navigator__results-head button:hover { color: var(--pvn-coral); }

.pvc-tool-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.pvc-tool-card { display: grid; min-width: 0; overflow: hidden; border: 1px solid var(--pvn-ink); background: var(--pvn-white); }
.pvc-tool-card__visual { position: relative; display: grid; min-height: 225px; place-items: center; overflow: hidden; border-bottom: 1px solid var(--pvn-ink); background: var(--pvn-concrete); }
.pvc-tool-card:nth-child(3n+2) .pvc-tool-card__visual { background: var(--pvn-coral); color: #fff; }
.pvc-tool-card:nth-child(3n+3) .pvc-tool-card__visual { background: var(--pvn-ink); color: #fff; }
.pvc-tool-card__visual > span:first-child { position: absolute; right: 14px; bottom: 14px; z-index: 3; font: 800 8px/1 ui-monospace, monospace; }
.pvc-tool-card__visual > strong { position: relative; z-index: 1; font-size: clamp(72px, 8vw, 122px); line-height: .8; letter-spacing: -.09em; }
.pvc-tool-navigator.pvc-app .pvc-tool-card__score { position: absolute !important; top: 13px !important; right: auto !important; bottom: auto !important; left: 13px !important; z-index: 5 !important; display: flex; align-items: baseline; padding: 8px 10px; border: 1px solid var(--pvn-ink); border-radius: 7px; background: var(--pvn-white); color: var(--pvn-ink); }
.pvc-tool-card__score small { margin-right: 6px; font: 800 7px/1 ui-monospace, monospace; text-transform: uppercase; }
.pvc-tool-card__score b { font-size: 25px; line-height: 1; }
.pvc-tool-card__score > span { font-size: 8px; }
.pvc-tool-heart { position: absolute; top: 12px; right: 12px; z-index: 4; display: flex; min-height: 36px; align-items: center; gap: 5px; padding: 8px 11px; border: 1px solid var(--pvn-ink); border-radius: 999px; background: var(--pvn-white); color: var(--pvn-ink); cursor: pointer; }
.pvc-tool-heart > span { font-size: 15px; line-height: 1; }
.pvc-tool-heart small { font-size: 9px; font-weight: 800; }
.pvc-tool-heart:hover,
.pvc-tool-heart:focus-visible,
.pvc-tool-heart.is-saved { background: var(--pvn-coral); color: #fff; outline: 0; }
.pvc-tool-heart:disabled { opacity: .55; cursor: wait; }
.pvc-tool-card__body { display: grid; padding: 20px; }
.pvc-tool-card__meta { display: flex; justify-content: space-between; gap: 12px; font: 800 8px/1.3 ui-monospace, monospace; letter-spacing: .07em; text-transform: uppercase; }
.pvc-tool-card__vendor { margin: 27px 0 5px; color: var(--pvn-coral); font-size: 10px; font-weight: 800; }
.pvc-tool-card__body h3 { margin: 0; font-size: clamp(30px, 3vw, 46px); line-height: .87; letter-spacing: -.055em; }
.pvc-tool-card__body h3 a { text-decoration: none; }
.pvc-tool-card__summary { min-height: 64px; margin: 18px 0 20px; font-size: 12px; line-height: 1.55; }
.pvc-tool-card__verdict { display: grid; gap: 6px; }
.pvc-tool-card__verdict > div { min-height: 74px; padding: 12px; background: var(--pvn-paper); }
.pvc-tool-card__verdict > div:first-child { border-left: 4px solid var(--pvn-coral); }
.pvc-tool-card__verdict small { font: 800 8px/1 ui-monospace, monospace; text-transform: uppercase; }
.pvc-tool-card__verdict p { margin: 8px 0 0; font-size: 10px; line-height: 1.45; }
.pvc-tool-card__tags { display: flex; flex-wrap: wrap; gap: 5px; margin: 18px 0; }
.pvc-tool-card__tags span { padding: 6px 9px; border: 1px solid var(--pvn-line); border-radius: 999px; font-size: 8px; font-weight: 800; }
.pvc-tool-card__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; align-items: center; margin: auto -20px -20px; padding: 13px; border-top: 1px solid var(--pvn-ink); }
.pvc-tool-card__actions .pvc-button { grid-column: 1 / -1; min-width: 0; min-height: 42px; justify-content: center; padding: 10px 12px; border-radius: 5px; background: var(--pvn-ink); color: #fff; font-size: 9px; text-decoration: none; }
.pvc-tool-card__actions > .pvc-tool-card__details { display: flex; min-height: 42px; align-items: center; justify-content: center; padding: 8px 11px; border: 1px solid var(--pvn-ink); border-radius: 5px; color: inherit; font-size: 9px; font-weight: 800; text-decoration: none; }
.pvc-tool-card__actions > .pvc-tool-card__details:hover { background: var(--pvn-coral); color: #fff; }
.pvc-tool-card__actions .pvc-button:hover { background: var(--pvn-coral); }
.pvc-tool-card__compare { display: flex; min-height: 42px; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid var(--pvn-ink); border-radius: 5px; background: transparent; color: inherit; cursor: pointer; }
.pvc-tool-card__compare span { display: grid; width: 18px; height: 18px; place-items: center; border: 1px solid; }
.pvc-tool-card__compare b { font-size: 9px; }
.pvc-tool-card__compare:hover,
.pvc-tool-card__compare.is-active { background: var(--pvn-coral); color: #fff; }

.pvc-tool-navigator__empty { margin-top: 14px; padding: clamp(35px, 6vw, 80px); border: 1px solid var(--pvn-ink); border-left: 7px solid var(--pvn-coral); background: var(--pvn-concrete); text-align: left; }
.pvc-tool-navigator__empty > span { font: 800 9px/1 ui-monospace, monospace; color: var(--pvn-coral); }
.pvc-tool-navigator__empty h2 { margin: 16px 0 8px; font-size: clamp(38px, 5vw, 72px); line-height: .9; }

.pvc-tool-method { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: 1px; margin-top: 18px; border: 1px solid var(--pvn-ink); background: var(--pvn-ink); }
.pvc-tool-method > div { background: var(--pvn-paper); }
.pvc-tool-method > div:first-child { display: grid; padding: clamp(30px, 4vw, 58px); align-content: end; }
.pvc-tool-method > div:first-child h2 { margin: 80px 0 0; font-size: clamp(42px, 5vw, 74px); line-height: .88; letter-spacing: -.06em; }
.pvc-tool-method > div:last-child { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pvc-tool-method article { min-height: 210px; padding: 25px; border-left: 1px solid var(--pvn-ink); border-bottom: 1px solid var(--pvn-ink); }
.pvc-tool-method article:nth-last-child(-n+2) { border-bottom: 0; }
.pvc-tool-method article span { color: var(--pvn-coral); font: 800 9px/1 ui-monospace, monospace; }
.pvc-tool-method article h3 { margin: 65px 0 7px; font-size: 24px; line-height: .95; }
.pvc-tool-method article p { margin: 0; font-size: 11px; line-height: 1.5; }

/* Native KI-tool detail and focused three-question review board. */
body.single-pvc_ai_tool .entry-title,
body.single-pvc_ai_tool .post-navigation,
body.single-pvc_ai_tool .comments-area { display: none !important; }
body.single-pvc_ai_tool .entry-content { width: 100% !important; max-width: none !important; margin: 0 !important; }
.pvc-tool-detail {
	--pvn-ink: #111210;
	--pvn-paper: #f3f2ef;
	--pvn-white: #fbfaf7;
	--pvn-concrete: #d6d4d3;
	--pvn-coral: #d94f30;
	--pvn-line: rgba(17,18,16,.24);
	width: min(1480px, calc(100% - 32px));
	margin: clamp(24px,4vw,60px) auto;
	color: var(--pvn-ink);
	font-family: Inter,ui-sans-serif,system-ui,sans-serif;
}
.pvc-tool-detail * { box-sizing: border-box; }
.pvc-tool-detail :where(h1,h2,h3,p) { margin-top: 0; }
.pvc-tool-detail :where(h1,h2,h3,strong,b) { font-family: "Inter Tight",Inter,ui-sans-serif,system-ui,sans-serif; }
.pvc-tool-detail__back { display: inline-block; margin-bottom: 16px; padding-bottom: 4px; border-bottom: 1px solid; color: inherit; font: 800 9px/1.3 ui-monospace,monospace; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.pvc-tool-detail__back:hover { color: var(--pvn-coral); }
.pvc-tool-detail__hero { display: grid; grid-template-columns: minmax(320px,.85fr) minmax(0,1.15fr); border: 1px solid var(--pvn-ink); background: var(--pvn-paper); }
.pvc-tool-detail__visual { position: relative; display: grid; min-height: 520px; overflow: hidden; place-items: center; border-right: 1px solid var(--pvn-ink); background: var(--pvn-concrete); }
.pvc-tool-detail__visual::before { position: absolute; inset: 15% 9%; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; opacity: .22; content: ""; transform: skewY(-8deg); }
.pvc-tool-detail__visual > span { position: relative; z-index: 1; font-size: clamp(110px,15vw,230px); font-weight: 900; line-height: .75; letter-spacing: -.1em; }
.pvc-tool-detail__visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pvc-tool-detail__visual > b { position: absolute; top: 18px; left: 18px; z-index: 2; display: flex; align-items: baseline; padding: 10px 12px; border: 1px solid var(--pvn-ink); border-radius: 8px; background: var(--pvn-white); font-size: 32px; line-height: 1; }
.pvc-tool-detail__visual > b small { margin-right: 7px; font: 800 7px/1 ui-monospace,monospace; letter-spacing: .06em; text-transform: uppercase; }
.pvc-tool-detail__visual > b i { font-size: 9px; font-style: normal; }
.pvc-tool-detail__intro { display: grid; padding: clamp(32px,5vw,76px); align-content: center; }
.pvc-tool-detail__intro > span { color: var(--pvn-coral); font: 800 9px/1.3 ui-monospace,monospace; letter-spacing: .1em; text-transform: uppercase; }
.pvc-tool-detail__intro > p:not(.pvc-tool-detail__summary) { margin: 44px 0 8px; color: var(--pvn-coral); font-size: 11px; font-weight: 850; }
.pvc-tool-detail__intro h1 { margin: 0; font-size: clamp(60px,8vw,126px); line-height: .78; letter-spacing: -.07em; }
.pvc-tool-detail__summary { max-width: 720px; margin: 28px 0 0; font-size: clamp(16px,1.5vw,20px); line-height: 1.6; }
.pvc-tool-detail__chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 28px 0 22px; }
.pvc-tool-detail__chips span { padding: 7px 10px; border: 1px solid var(--pvn-line); border-radius: 999px; font-size: 8px; font-weight: 800; }
.pvc-tool-detail__intro > .pvc-button { justify-self: start; min-height: 48px; padding: 13px 17px; border: 1px solid var(--pvn-ink); border-radius: 6px; background: var(--pvn-coral); color: #fff; font-size: 10px; font-weight: 850; text-decoration: none; }
.pvc-tool-detail__intro > .pvc-button:hover { background: var(--pvn-ink); }
.pvc-tool-detail__verdict { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 14px; border: 1px solid var(--pvn-ink); background: var(--pvn-ink); gap: 1px; }
.pvc-tool-detail__verdict article { display: grid; min-height: 220px; padding: 26px; align-content: start; background: var(--pvn-white); }
.pvc-tool-detail__verdict article:nth-child(2) { background: var(--pvn-concrete); }
.pvc-tool-detail__verdict article span { color: var(--pvn-coral); font: 800 9px/1 ui-monospace,monospace; }
.pvc-tool-detail__verdict article small { margin-top: 55px; font: 800 8px/1 ui-monospace,monospace; letter-spacing: .08em; text-transform: uppercase; }
.pvc-tool-detail__verdict article p { margin: 11px 0 0; font-size: 13px; line-height: 1.55; }
.pvc-tool-detail__verdict article a { align-self: end; justify-self: start; margin-top: 15px; color: inherit; font-size: 9px; font-weight: 800; }
.pvc-tool-reviews { margin-top: 14px; padding: clamp(28px,4.5vw,66px); border: 1px solid var(--pvn-ink); background: var(--pvn-paper); }
.pvc-tool-reviews > header { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 35px; align-items: end; padding-bottom: 28px; border-bottom: 1px solid var(--pvn-ink); }
.pvc-tool-reviews > header > div:first-child > span,
.pvc-tool-review-form > span { color: var(--pvn-coral); font: 800 9px/1 ui-monospace,monospace; letter-spacing: .1em; text-transform: uppercase; }
.pvc-tool-reviews > header h2 { max-width: 900px; margin: 15px 0 10px; font-size: clamp(45px,6vw,88px); line-height: .84; letter-spacing: -.065em; }
.pvc-tool-reviews > header p { max-width: 650px; margin: 0; font-size: 13px; line-height: 1.55; }
.pvc-tool-reviews__overall { display: grid; min-width: 190px; grid-template-columns: auto auto; align-items: baseline; justify-content: end; padding: 20px; border: 1px solid var(--pvn-ink); border-radius: 12px; background: var(--pvn-coral); color: #fff; }
.pvc-tool-reviews__overall strong { font-size: 68px; line-height: .8; }
.pvc-tool-reviews__overall > span { font-size: 12px; }
.pvc-tool-reviews__overall small { grid-column: 1/-1; margin-top: 12px; font-size: 9px; font-weight: 800; }
.pvc-tool-reviews__stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; padding: 26px 0; border-bottom: 1px solid var(--pvn-line); }
.pvc-tool-reviews__stats article { display: grid; min-height: 145px; grid-template-columns: minmax(0,1fr) auto; gap: 16px; padding: 18px; border: 1px solid var(--pvn-line); border-radius: 10px; background: var(--pvn-white); }
.pvc-tool-reviews__stats article > span { max-width: 250px; font-size: 11px; font-weight: 800; line-height: 1.45; }
.pvc-tool-reviews__stats article > strong { font-size: 34px; line-height: 1; }
.pvc-tool-reviews__stats article > strong small { font-size: 9px; }
.pvc-tool-reviews__stats article > i { grid-column: 1/-1; align-self: end; height: 6px; overflow: hidden; border-radius: 999px; background: var(--pvn-concrete); }
.pvc-tool-reviews__stats article > i b { display: block; height: 100%; border-radius: inherit; background: var(--pvn-coral); }
.pvc-tool-reviews__body { display: grid; grid-template-columns: minmax(0,.9fr) minmax(380px,1.1fr); gap: clamp(26px,4vw,58px); padding-top: 38px; }
.pvc-tool-review-list h3,
.pvc-tool-review-form h3 { margin: 12px 0 20px; font-size: clamp(28px,3vw,43px); line-height: .95; letter-spacing: -.04em; }
.pvc-tool-review-empty { padding: 30px; border-left: 6px solid var(--pvn-coral); background: var(--pvn-concrete); }
.pvc-tool-review-empty strong { font-size: 22px; }
.pvc-tool-review-empty p { margin: 7px 0 0; font-size: 12px; }
.pvc-tool-review-list > article { padding: 18px 0; border-top: 1px solid var(--pvn-line); }
.pvc-tool-review-list > article header { display: grid; grid-template-columns: 44px minmax(0,1fr) auto; gap: 11px; align-items: center; }
.pvc-tool-review-list > article header img { border-radius: 50%; }
.pvc-tool-review-list > article header div { display: grid; }
.pvc-tool-review-list > article header span { font-size: 9px; }
.pvc-tool-review-list > article header > b { font-size: 25px; }
.pvc-tool-review-list > article header > b small { font-size: 8px; }
.pvc-tool-review-list > article > p { margin: 15px 0 0; font-size: 12px; line-height: 1.65; }
.pvc-tool-review-form { padding: clamp(22px,3vw,38px); border: 1px solid var(--pvn-ink); border-radius: 14px; background: var(--pvn-white); }
.pvc-tool-review-form form { display: grid; gap: 20px; }
.pvc-tool-review-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.pvc-tool-review-form legend { margin-bottom: 9px; font-size: 11px; font-weight: 800; line-height: 1.4; }
.pvc-tool-review-form fieldset > div { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 5px; }
.pvc-tool-review-form fieldset input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.pvc-tool-review-form fieldset label { display: grid; min-height: 54px; place-items: center; padding: 6px; border: 1px solid var(--pvn-line); border-radius: 7px; cursor: pointer; }
.pvc-tool-review-form fieldset label b { font-size: 17px; }
.pvc-tool-review-form fieldset label small { min-height: 9px; font-size: 7px; text-transform: uppercase; }
.pvc-tool-review-form fieldset input:checked + label { border-color: var(--pvn-coral); background: var(--pvn-coral); color: #fff; }
.pvc-tool-review-form fieldset input:focus-visible + label { outline: 2px solid var(--pvn-coral); outline-offset: 2px; }
.pvc-tool-review-form__text,
.pvc-tool-review-form__identity label { display: grid; gap: 7px; }
.pvc-tool-review-form__text > span,
.pvc-tool-review-form__identity span { font-size: 9px; font-weight: 800; }
.pvc-tool-review-form textarea,
.pvc-tool-review-form input[type="text"],
.pvc-tool-review-form input[type="email"] { width: 100%; border: 1px solid var(--pvn-ink); border-radius: 7px; background: var(--pvn-paper); color: inherit; font: 500 13px/1.5 Inter,sans-serif; }
.pvc-tool-review-form textarea { min-height: 135px; padding: 13px; resize: vertical; }
.pvc-tool-review-form input[type="text"],
.pvc-tool-review-form input[type="email"] { min-height: 48px; padding: 0 12px; }
.pvc-tool-review-form textarea:focus,
.pvc-tool-review-form input:focus { outline: 2px solid var(--pvn-coral); outline-offset: 2px; }
.pvc-tool-review-form__identity { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.pvc-tool-review-form form > .pvc-button { min-height: 50px; border: 1px solid var(--pvn-ink); border-radius: 6px; background: var(--pvn-coral); color: #fff; font-size: 10px; font-weight: 850; cursor: pointer; }
.pvc-tool-review-form form > .pvc-button:hover { background: var(--pvn-ink); }
.pvc-tool-review-form form > small { font-size: 8px; line-height: 1.4; }

/* Compare modal and sticky dock. */
.pvc-tool-compare { position: fixed; inset: 0; z-index: 10050; display: grid; padding: 24px; place-items: center; }
.pvc-tool-compare__backdrop { position: absolute; inset: 0; border: 0; background: rgba(17,18,16,.72); }
.pvc-tool-compare > section { position: relative; z-index: 1; width: min(1120px, 100%); max-height: calc(100vh - 48px); overflow: auto; border: 1px solid var(--pvn-ink); background: var(--pvn-white); }
.pvc-tool-compare > section > header { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 22px; border-bottom: 1px solid var(--pvn-ink); }
.pvc-tool-compare > section > header span { color: var(--pvn-coral); font: 800 8px/1 ui-monospace, monospace; text-transform: uppercase; }
.pvc-tool-compare > section > header h2 { margin: 8px 0 0; font-size: 42px; }
.pvc-tool-compare > section > header button { padding: 10px; border: 0; border-bottom: 1px solid; background: transparent; cursor: pointer; }
.pvc-tool-compare [data-pvc-tool-compare-grid] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--pvn-ink); }
.pvc-tool-compare [data-pvc-tool-compare-grid] article { position: relative; padding: 24px; background: var(--pvn-white); }
.pvc-tool-compare [data-pvc-tool-compare-grid] article > button { position: absolute; top: 12px; right: 12px; width: 32px; height: 32px; border: 1px solid; background: transparent; }
.pvc-tool-compare [data-pvc-tool-compare-grid] article > small { font: 800 8px/1 ui-monospace, monospace; color: var(--pvn-coral); }
.pvc-tool-compare [data-pvc-tool-compare-grid] h3 { margin: 28px 0 10px; font-size: 30px; }
.pvc-tool-compare [data-pvc-tool-compare-grid] article > strong { display: block; margin-bottom: 25px; font-size: 50px; }
.pvc-tool-compare [data-pvc-tool-compare-grid] article > strong i { font-size: 10px; font-style: normal; }
.pvc-tool-compare dl div { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 10px; padding: 8px 0; border-top: 1px solid var(--pvn-line); }
.pvc-tool-compare dt { font-size: 9px; font-weight: 800; }
.pvc-tool-compare dd { margin: 0; font-size: 11px; }

.pvc-tool-dock { position: fixed; right: 24px; bottom: 24px; z-index: 10020; display: flex; align-items: center; gap: 18px; padding: 12px 14px; border: 1px solid var(--pvn-ink); border-radius: 8px; background: var(--pvn-ink); color: #fff; box-shadow: 7px 7px 0 var(--pvn-coral); }
.pvc-tool-dock span { font-size: 10px; }
.pvc-tool-dock button { min-height: 38px; padding: 9px 12px; border: 0; border-radius: 4px; background: var(--pvn-coral); color: #fff; font-size: 9px; font-weight: 800; }
.pvc-tool-dock button:disabled { opacity: .45; }

@media (max-width: 1120px) {
	.pvc-tool-navigator__controls { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.pvc-tool-navigator__search { grid-column: 1 / -1; }
	.pvc-tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pvc-tool-card:nth-child(n) .pvc-tool-card__visual { background: var(--pvn-concrete); color: var(--pvn-ink); }
	.pvc-tool-card:nth-child(even) .pvc-tool-card__visual { background: var(--pvn-coral); color: #fff; }
	.pvc-tool-detail__hero { grid-template-columns: minmax(290px,.75fr) minmax(0,1.25fr); }
	.pvc-tool-detail__visual { min-height: 450px; }
	.pvc-tool-reviews__body { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
	.pvc-tool-navigator { width: calc(100% - 20px); }
	.pvc-tool-navigator.pvc-app .pvc-tool-navigator__hero { padding: 18px !important; }
	.pvc-tool-navigator.pvc-app .pvc-tool-navigator__hero-copy { padding: 44px 0 36px !important; }
	.pvc-tool-navigator.pvc-app .pvc-tool-navigator__hero h1 { font-size: clamp(46px, 13vw, 82px) !important; line-height: .86 !important; }
	.pvc-tool-featured > header,
	.pvc-tool-navigator__board-head { align-items: flex-start; flex-direction: column; }
	.pvc-tool-navigator__board-head { display: grid; grid-template-columns: 1fr; gap: 18px; }
	.pvc-tool-featured > header p { text-align: left; }
	.pvc-tool-navigator.pvc-app .pvc-tool-featured__grid { grid-template-columns: 1fr !important; }
	.pvc-tool-featured-card { grid-template-columns: minmax(145px, .8fr) minmax(0, 1.2fr); align-items: center; gap: 14px; }
	.pvc-tool-featured-card__copy { padding: 8px 0; }
	.pvc-tool-stack { grid-template-columns: 1fr; }
	.pvc-tool-stack > div:first-child { min-height: 90px; }
	.pvc-tool-method { grid-template-columns: 1fr; }
	.pvc-tool-method > div:first-child h2 { margin-top: 38px; }
	.pvc-tool-method article:nth-last-child(-n+2) { border-bottom: 1px solid var(--pvn-ink); }
	.pvc-tool-method article:nth-child(even) { border-bottom: 0; }
	.pvc-tool-compare [data-pvc-tool-compare-grid] { grid-template-columns: 1fr; }
	.pvc-tool-detail { width: calc(100% - 20px); }
	.pvc-tool-detail__hero { grid-template-columns: 1fr; }
	.pvc-tool-detail__visual { min-height: 360px; border-right: 0; border-bottom: 1px solid var(--pvn-ink); }
	.pvc-tool-detail__verdict,
	.pvc-tool-reviews__stats { grid-template-columns: 1fr; }
	.pvc-tool-detail__verdict article { min-height: 170px; }
	.pvc-tool-detail__verdict article small { margin-top: 32px; }
	.pvc-tool-reviews > header { grid-template-columns: 1fr; align-items: start; }
	.pvc-tool-reviews__overall { justify-self: start; }
}

@media (max-width: 600px) {
	.pvc-tool-navigator__hero-rail { align-items: flex-start; flex-direction: column; gap: 8px; }
	.pvc-tool-navigator.pvc-app .pvc-tool-navigator__hero h1 { font-size: clamp(42px, 14vw, 67px) !important; letter-spacing: -.065em; }
	.pvc-tool-typed { min-width: 0; }
	.pvc-tool-featured-card { grid-template-columns: 1fr; gap: 3px; }
	.pvc-tool-navigator.pvc-app .pvc-tool-featured-card__visual { aspect-ratio: 1.75 / 1; }
	.pvc-tool-navigator__board { padding: 22px 14px; }
	.pvc-tool-navigator__controls { grid-template-columns: 1fr; }
	.pvc-tool-stack__cards,
	.pvc-tool-grid,
	.pvc-tool-method > div:last-child { grid-template-columns: 1fr; }
	.pvc-tool-stack__cards > a { min-height: 92px; }
	.pvc-tool-card__summary { min-height: 0; }
	.pvc-tool-method article { min-height: 160px; border-left: 0; border-bottom: 1px solid var(--pvn-ink) !important; }
	.pvc-tool-method article:last-child { border-bottom: 0 !important; }
	.pvc-tool-method article h3 { margin-top: 38px; }
	.pvc-tool-dock { right: 10px; bottom: 10px; left: 10px; justify-content: space-between; }
	.pvc-tool-detail__intro { padding: 28px 20px; }
	.pvc-tool-detail__intro h1 { font-size: clamp(52px,16vw,80px); }
	.pvc-tool-reviews { padding: 28px 16px; }
	.pvc-tool-reviews > header h2 { font-size: clamp(42px,14vw,66px); }
	.pvc-tool-review-form { padding: 20px 14px; }
	.pvc-tool-review-form fieldset label { min-height: 50px; }
	.pvc-tool-review-form__identity { grid-template-columns: 1fr; }
}

/* 2.32.5 — deterministic Prüfraster contrast, protected from theme article colors. */
.pvc-tool-navigator.pvc-app .pvc-tool-method > div:first-child,
.pvc-tool-navigator.pvc-app .pvc-tool-method > div:first-child h2 {
	background: var(--pvn-paper);
	color: var(--pvn-ink) !important;
	-webkit-text-fill-color: var(--pvn-ink) !important;
}

.pvc-tool-navigator.pvc-app .pvc-tool-method article {
	background: var(--pvn-white) !important;
	color: var(--pvn-ink) !important;
	-webkit-text-fill-color: var(--pvn-ink) !important;
}

.pvc-tool-navigator.pvc-app .pvc-tool-method article h3,
.pvc-tool-navigator.pvc-app .pvc-tool-method article p {
	color: inherit !important;
	-webkit-text-fill-color: currentColor !important;
}

.pvc-tool-navigator.pvc-app .pvc-tool-method article:nth-child(2) {
	background: var(--pvn-coral) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

.pvc-tool-navigator.pvc-app .pvc-tool-method article:nth-child(2) > span {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

.pvc-tool-navigator.pvc-app .pvc-tool-method article:nth-child(4) {
	background: var(--pvn-concrete) !important;
	color: var(--pvn-ink) !important;
	-webkit-text-fill-color: var(--pvn-ink) !important;
}

@media (prefers-reduced-motion: reduce) {
	.pvc-tool-typed i { animation: none; opacity: 1; }
	.pvc-tool-featured-card,
	.pvc-tool-featured-card__visual { transition: none; }
}

/* 2.15.1 — uniform tool media and balanced finder controls. */
.pvc-tool-navigator.pvc-app .pvc-tool-navigator__controls {
	grid-template-columns: minmax(360px, 2.85fr) repeat(3, minmax(180px, 1fr));
	align-items: stretch;
}

.pvc-tool-navigator.pvc-app .pvc-tool-navigator__controls > label {
	display: grid;
	min-width: 0;
	min-height: 108px;
	grid-template-rows: 12px 60px;
	align-content: space-between;
	gap: 12px;
	margin: 0;
	padding: 12px;
	border: 1px solid var(--pvn-ink);
	border-radius: 9px;
	background: var(--pvn-white);
}

.pvc-tool-navigator.pvc-app .pvc-tool-navigator__controls > label > span {
	display: block;
	overflow: hidden;
	color: var(--pvn-ink);
	line-height: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pvc-tool-navigator.pvc-app .pvc-tool-navigator__search > div,
.pvc-tool-navigator.pvc-app .pvc-tool-select-ui,
.pvc-tool-navigator.pvc-app .pvc-tool-select-ui__trigger {
	width: 100%;
	height: 60px;
	min-height: 60px;
}

.pvc-tool-navigator.pvc-app .pvc-tool-select-ui {
	display: grid;
	align-self: end;
}

.pvc-tool-navigator.pvc-app .pvc-tool-card {
	grid-template-rows: 250px minmax(0, 1fr);
}

.pvc-tool-navigator.pvc-app .pvc-tool-card__visual {
	width: 100%;
	height: 250px;
	min-height: 250px;
	max-height: 250px;
	aspect-ratio: auto;
}

.pvc-tool-navigator.pvc-app .pvc-tool-card__visual img {
	object-position: center center !important;
}

@media (max-width: 1120px) {
	.pvc-tool-navigator.pvc-app .pvc-tool-navigator__controls {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pvc-tool-navigator.pvc-app .pvc-tool-navigator__search {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	.pvc-tool-navigator.pvc-app .pvc-tool-navigator__controls {
		grid-template-columns: 1fr;
	}

	.pvc-tool-navigator.pvc-app .pvc-tool-navigator__search {
		grid-column: auto;
	}

	.pvc-tool-navigator.pvc-app .pvc-tool-navigator__controls > label {
		min-height: 102px;
	}

	.pvc-tool-navigator.pvc-app .pvc-tool-card {
		grid-template-rows: 220px minmax(0, 1fr);
	}

	.pvc-tool-navigator.pvc-app .pvc-tool-card__visual {
		height: 220px;
		min-height: 220px;
		max-height: 220px;
	}
}

/* 2.32.5 final contrast override — intentionally last. */
.pvc-tool-navigator.pvc-app .pvc-tool-method > div:first-child,
.pvc-tool-navigator.pvc-app .pvc-tool-method > div:first-child h2,
.pvc-tool-navigator.pvc-app .pvc-tool-method article,
.pvc-tool-navigator.pvc-app .pvc-tool-method article h3,
.pvc-tool-navigator.pvc-app .pvc-tool-method article p {
	color: var(--pvn-ink) !important;
	-webkit-text-fill-color: var(--pvn-ink) !important;
}
.pvc-tool-navigator.pvc-app .pvc-tool-method > div:first-child { background: var(--pvn-paper) !important; }
.pvc-tool-navigator.pvc-app .pvc-tool-method article { background: var(--pvn-white) !important; }
.pvc-tool-navigator.pvc-app .pvc-tool-method article:nth-child(2),
.pvc-tool-navigator.pvc-app .pvc-tool-method article:nth-child(2) h3,
.pvc-tool-navigator.pvc-app .pvc-tool-method article:nth-child(2) p,
.pvc-tool-navigator.pvc-app .pvc-tool-method article:nth-child(2) > span {
	background: var(--pvn-coral) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}
.pvc-tool-navigator.pvc-app .pvc-tool-method article:nth-child(4) {
	background: var(--pvn-concrete) !important;
	color: var(--pvn-ink) !important;
	-webkit-text-fill-color: var(--pvn-ink) !important;
}
