body.kunt-guide-hub-active {
	background: #f6f8f3;
}

body.kunt-guide-hub-active #masthead,
body.kunt-guide-hub-active .site-footer,
body.kunt-guide-hub-active .page-header,
body.kunt-guide-hub-active .widget-area {
	display: none !important;
}

body.kunt-guide-hub-active #page,
body.kunt-guide-hub-active #content,
body.kunt-guide-hub-active #primary,
body.kunt-guide-hub-active #main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.kugh-hub {
	--kugh-paper: #f6f8f3;
	--kugh-surface: #fff;
	--kugh-soft: #edf6f3;
	--kugh-ink: #102f35;
	--kugh-muted: #4d666b;
	--kugh-teal: #087f72;
	--kugh-teal-dark: #075f57;
	--kugh-pale: #dff3ee;
	--kugh-coral: #a53b31;
	--kugh-coral-pale: #fbe9e6;
	--kugh-line: #cfddd8;
	--kugh-line-strong: #a9c1ba;
	--kugh-shadow: 0 18px 50px rgba(16, 47, 53, 0.09);
	min-width: 0;
	color: var(--kugh-ink);
	background: var(--kugh-paper);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
}

.kugh-hub *,
.kugh-hub *::before,
.kugh-hub *::after {
	box-sizing: border-box;
}

.kugh-hub a {
	color: var(--kugh-teal-dark);
	text-decoration-thickness: 1.5px;
	text-underline-offset: 0.18em;
}

.kugh-hub a:hover {
	color: var(--kugh-teal);
}

.kugh-hub a:focus-visible,
.kugh-hub button:focus-visible,
.kugh-hub input:focus-visible,
.kugh-hub select:focus-visible,
.kugh-hub [tabindex="-1"]:focus-visible {
	outline: 3px solid var(--kugh-teal-dark);
	outline-offset: 3px;
}

.kugh-shell {
	width: min(100% - 40px, 1240px);
	margin-inline: auto;
}

.kugh-skip-link {
	position: fixed;
	top: 10px;
	left: 12px;
	z-index: 100001;
	min-height: 44px;
	padding: 10px 16px;
	color: #fff !important;
	background: var(--kugh-teal-dark);
	border-radius: 8px;
	transform: translateY(-160%);
}

.kugh-skip-link:focus {
	transform: translateY(0);
}

.kugh-trustbar {
	min-height: 36px;
	color: #fff;
	background: var(--kugh-ink);
	font-size: 13px;
	font-weight: 700;
}

.kugh-trustbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 36px;
}

.kugh-trustbar-inner span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.kugh-live-dot {
	width: 9px;
	height: 9px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #6ed3bd;
}

.kugh-header {
	border-bottom: 1px solid var(--kugh-line);
	background: rgba(255, 255, 255, 0.97);
}

.kugh-header-inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 28px;
	min-height: 76px;
}

.kugh-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	color: var(--kugh-ink) !important;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
}

.kugh-brand > span:last-child > span {
	color: var(--kugh-teal);
}

.kugh-brand-mark {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	color: #fff;
	background: var(--kugh-teal-dark);
	border-radius: 12px 12px 12px 4px;
	font-size: 19px;
	font-weight: 900;
}

.kugh-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.kugh-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: var(--kugh-muted);
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.kugh-nav a[aria-current="page"] {
	color: var(--kugh-teal-dark);
	text-decoration: underline;
}

.kugh-header-cta,
.kugh-primary-button,
.kugh-secondary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 17px;
	border: 2px solid transparent;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-decoration: none !important;
}

.kugh-header-cta,
.kugh-primary-button {
	color: #fff !important;
	background: var(--kugh-teal-dark);
}

.kugh-secondary-button {
	color: var(--kugh-teal-dark) !important;
	border-color: var(--kugh-line-strong);
	background: #fff;
}

.kugh-main {
	outline: none;
}

.kugh-hero {
	padding: 66px 0 58px;
	border-bottom: 1px solid var(--kugh-line);
	background: linear-gradient(135deg, #e6f3ef 0%, #f8f4e9 100%);
}

.kugh-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
	align-items: end;
	gap: 64px;
}

.kugh-eyebrow {
	margin: 0 0 8px;
	color: var(--kugh-teal-dark);
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.kugh-hero h1 {
	max-width: 850px;
	margin: 0;
	font-size: clamp(42px, 5.3vw, 66px);
	line-height: 1.03;
	letter-spacing: -0.045em;
}

.kugh-hero h1 + p {
	max-width: 780px;
	margin: 22px 0 0;
	color: var(--kugh-muted);
	font-size: 20px;
	line-height: 1.55;
}

.kugh-hero-note {
	padding: 24px;
	border: 1px solid var(--kugh-line-strong);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.72);
}

.kugh-hero-note strong {
	display: block;
	font-size: 17px;
}

.kugh-hero-note p {
	margin: 7px 0 0;
	color: var(--kugh-muted);
	font-size: 14px;
}

.kugh-content {
	padding-block: 46px 80px;
}

.kugh-filters {
	display: grid;
	grid-template-columns: minmax(240px, 1fr) minmax(220px, 0.8fr) minmax(190px, 0.65fr) auto;
	align-items: end;
	gap: 16px;
	padding: 24px;
	border: 1px solid var(--kugh-line);
	border-radius: 18px;
	background: var(--kugh-surface);
	box-shadow: var(--kugh-shadow);
}

.kugh-filter-intro h2 {
	margin: 0;
	font-size: 22px;
	line-height: 1.2;
}

.kugh-filter-intro p {
	margin: 5px 0 0;
	color: var(--kugh-muted);
	font-size: 13px;
}

.kugh-control label {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 800;
}

.kugh-control input,
.kugh-control select {
	width: 100%;
	min-height: 46px;
	margin: 0;
	padding: 9px 12px;
	border: 1px solid var(--kugh-line-strong);
	border-radius: 9px;
	color: var(--kugh-ink);
	background: #fff;
	font: inherit;
	font-size: 15px;
}

.kugh-filter-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.kugh-filter-actions button {
	min-height: 46px;
	padding: 10px 17px;
	border: 0;
	border-radius: 9px;
	color: #fff;
	background: var(--kugh-teal-dark);
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
	white-space: nowrap;
}

.kugh-filter-actions a {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	font-weight: 750;
}

.kugh-results-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin: 48px 0 22px;
}

.kugh-results-heading h2 {
	margin: 0;
	font-size: clamp(29px, 3vw, 38px);
	line-height: 1.15;
}

.kugh-result-count {
	margin: 0;
	color: var(--kugh-muted);
	font-size: 14px;
	font-weight: 750;
}

.kugh-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.kugh-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--kugh-line);
	border-radius: 18px;
	background: var(--kugh-surface);
	box-shadow: 0 8px 28px rgba(16, 47, 53, 0.06);
}

.kugh-card.is-due {
	border-color: #d49a93;
}

.kugh-card-link {
	display: flex;
	height: 100%;
	min-width: 0;
	flex-direction: column;
	color: inherit !important;
	text-decoration: none !important;
}

.kugh-card-link:hover {
	background: #fbfdfc;
}

.kugh-card-media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: var(--kugh-soft);
}

.kugh-card-image {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}

.kugh-image-fallback {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	background: linear-gradient(145deg, #d7eee8, #f3ead7);
}

.kugh-image-fallback span {
	display: grid;
	width: 64px;
	height: 64px;
	place-items: center;
	color: #fff;
	background: var(--kugh-teal-dark);
	border-radius: 22px 22px 22px 7px;
	font-weight: 900;
}

.kugh-card-badges {
	position: absolute;
	top: 12px;
	left: 12px;
	display: flex;
	max-width: calc(100% - 24px);
	flex-wrap: wrap;
	gap: 7px;
}

.kugh-card-badges span {
	padding: 5px 9px;
	border-radius: 999px;
	color: var(--kugh-ink);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 2px 8px rgba(16, 47, 53, 0.12);
	font-size: 11px;
	font-weight: 850;
}

.kugh-card-badges .kugh-first-party {
	color: #fff;
	background: var(--kugh-teal-dark);
}

.kugh-card-body {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	padding: 22px;
}

.kugh-card-context {
	display: flex;
	min-width: 0;
	flex-wrap: wrap;
	gap: 6px 12px;
	color: var(--kugh-muted);
	font-size: 11px;
	font-weight: 780;
	text-transform: uppercase;
}

.kugh-card-context span:not(:last-child)::after {
	content: "·";
	margin-left: 12px;
}

.kugh-card h3 {
	margin: 10px 0 0;
	font-size: 23px;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.kugh-card-summary {
	margin: 12px 0 0;
	color: var(--kugh-muted);
	font-size: 15px;
	line-height: 1.55;
}

.kugh-card-verification {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	padding-top: 20px;
	font-size: 12px;
}

.kugh-card-verification strong {
	color: var(--kugh-teal-dark);
}

.kugh-card.is-due .kugh-card-verification strong {
	color: var(--kugh-coral);
}

.kugh-card-verification span {
	color: var(--kugh-muted);
	text-align: right;
}

.kugh-read-more {
	display: block;
	margin-top: 14px;
	color: var(--kugh-teal-dark);
	font-size: 14px;
	font-weight: 850;
}

.kugh-empty {
	padding: 48px;
	border: 1px dashed var(--kugh-line-strong);
	border-radius: 18px;
	background: var(--kugh-surface);
	text-align: center;
}

.kugh-empty h2 {
	margin: 0;
	font-size: 32px;
}

.kugh-empty > p:not(.kugh-eyebrow) {
	max-width: 620px;
	margin: 10px auto 0;
	color: var(--kugh-muted);
}

.kugh-empty-actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 22px;
}

.kugh-pagination {
	margin-top: 38px;
}

.kugh-pagination .page-numbers {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kugh-pagination a,
.kugh-pagination span {
	display: inline-grid;
	min-width: 44px;
	min-height: 44px;
	place-items: center;
	padding: 8px 12px;
	border: 1px solid var(--kugh-line);
	border-radius: 9px;
	background: #fff;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.kugh-pagination .current {
	color: #fff;
	border-color: var(--kugh-teal-dark);
	background: var(--kugh-teal-dark);
}

.kugh-footer {
	padding: 32px 0;
	border-top: 1px solid var(--kugh-line);
	background: #eaf0ec;
}

.kugh-footer-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(280px, 0.8fr);
	align-items: center;
	gap: 32px;
}

.kugh-footer strong {
	font-size: 19px;
}

.kugh-footer p {
	margin: 3px 0 0;
	color: var(--kugh-muted);
	font-size: 13px;
	line-height: 1.5;
}

.kugh-footer nav {
	display: flex;
	gap: 18px;
}

.kugh-footer nav a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	font-size: 14px;
	font-weight: 750;
}

.kugh-footer-note {
	text-align: right;
}

@media (max-width: 960px) {
	.kugh-nav {
		display: none;
	}

	.kugh-header-inner {
		grid-template-columns: 1fr auto;
	}

	.kugh-hero-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.kugh-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kugh-filter-actions {
		justify-content: flex-end;
	}

	.kugh-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kugh-footer-inner {
		grid-template-columns: 1fr auto;
	}

	.kugh-footer-note {
		grid-column: 1 / -1;
		text-align: left;
	}
}

@media (max-width: 640px) {
	.kugh-hub {
		font-size: 16px;
	}

	.kugh-shell {
		width: min(100% - 32px, 1240px);
	}

	.kugh-trustbar-inner {
		justify-content: flex-start;
		overflow: hidden;
		white-space: nowrap;
	}

	.kugh-trustbar-inner > span:last-child {
		display: none;
	}

	.kugh-header-inner {
		min-height: 66px;
	}

	.kugh-header-cta {
		padding-inline: 12px;
		font-size: 13px;
	}

	.kugh-hero {
		padding: 38px 0 34px;
	}

	.kugh-hero h1 {
		font-size: clamp(35px, 11vw, 46px);
	}

	.kugh-hero h1 + p {
		font-size: 17px;
	}

	.kugh-hero-note {
		padding: 18px;
	}

	.kugh-content {
		padding-block: 28px 60px;
	}

	.kugh-filters {
		display: block;
		padding: 18px;
	}

	.kugh-control {
		margin-top: 16px;
	}

	.kugh-filter-actions {
		justify-content: flex-start;
		margin-top: 16px;
	}

	.kugh-results-heading {
		align-items: flex-start;
		margin-top: 34px;
	}

	.kugh-card-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.kugh-empty {
		padding: 30px 18px;
	}

	.kugh-empty-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.kugh-footer-inner {
		display: block;
	}

	.kugh-footer nav {
		margin-top: 12px;
		flex-wrap: wrap;
	}

	.kugh-footer-note {
		margin-top: 12px !important;
	}
}

@media (max-width: 360px) {
	.kugh-header-inner {
		gap: 12px;
	}

	.kugh-brand {
		font-size: 17px;
	}

	.kugh-brand-mark {
		width: 34px;
		height: 34px;
	}

	.kugh-header-cta {
		max-width: 104px;
	}

	.kugh-results-heading {
		display: block;
	}

	.kugh-result-count {
		margin-top: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kugh-hub *,
	.kugh-hub *::before,
	.kugh-hub *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media (forced-colors: active) {
	.kugh-live-dot,
	.kugh-card,
	.kugh-filters,
	.kugh-hero-note {
		border: 2px solid CanvasText;
	}
}

@media print {
	body.kunt-guide-hub-active {
		background: #fff;
	}

	.kugh-trustbar,
	.kugh-header,
	.kugh-filters,
	.kugh-pagination,
	.kugh-footer {
		display: none !important;
	}

	.kugh-hub,
	.kugh-hero,
	.kugh-card {
		color: #000;
		background: #fff;
		box-shadow: none;
	}

	.kugh-card-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
