body.k4kq-profile-page #secondary {
	display: none !important;
}

body.k4kq-profile-page #primary {
	flex-basis: 100% !important;
	max-width: 100% !important;
	padding-right: 0 !important;
	width: 100% !important;
}

body.k4kq-profile-page #content.site-content {
	background: transparent;
	box-shadow: none;
}

body.k4kq-profile-page .entry-header .entry-title {
	display: none;
}

.k4kq-profile {
	--k4kq-profile-accent: #3157a4;
	--k4kq-profile-accent-dark: #203f7d;
	--k4kq-profile-accent-soft: #eaf0fc;
	--k4kq-profile-border: #d9e0ec;
	--k4kq-profile-card: #fff;
	--k4kq-profile-muted: #5d687a;
	--k4kq-profile-soft: #f5f7fb;
	--k4kq-profile-text: #172033;
	color: var(--k4kq-profile-text);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 44px auto 72px;
	max-width: 1120px;
	padding: 0 clamp(16px, 3vw, 32px);
}

.k4kq-profile *,
.k4kq-profile *::before,
.k4kq-profile *::after {
	box-sizing: border-box;
}

.k4kq-profile-hero {
	align-items: center;
	display: flex;
	gap: 20px;
	margin-bottom: 26px;
}

.k4kq-profile-hero-icon {
	align-items: center;
	background: #fff7dd;
	border: 1px solid #ead797;
	border-radius: 22px;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 36px;
	height: 72px;
	justify-content: center;
	transform: rotate(-2deg);
	width: 72px;
}

.k4kq-profile-hero h1 {
	color: var(--k4kq-profile-text);
	font-family: ui-rounded, "Arial Rounded MT Bold", "Segoe UI", sans-serif;
	font-size: clamp(34px, 5vw, 50px);
	letter-spacing: -0.035em;
	line-height: 1.08;
	margin: 0;
}

.k4kq-profile-hero p {
	color: var(--k4kq-profile-muted);
	font-size: 18px;
	margin: 7px 0 0;
}

.k4kq-profile-find-link {
	align-items: center;
	background: #fff;
	border: 1px solid var(--k4kq-profile-border);
	border-radius: 999px;
	color: var(--k4kq-profile-accent-dark);
	display: inline-flex;
	font-weight: 800;
	gap: 7px;
	margin-left: auto;
	padding: 10px 16px;
	text-decoration: none;
	white-space: nowrap;
}

.k4kq-profile-find-link:hover,
.k4kq-profile-find-link:focus {
	background: var(--k4kq-profile-accent-soft);
	color: var(--k4kq-profile-accent-dark);
}

.k4kq-profile-notice {
	background: #eaf8f0;
	border: 1px solid #b9dec8;
	border-radius: 14px;
	color: #1d613e;
	font-weight: 700;
	margin: -6px 0 20px;
	padding: 13px 16px;
}

.k4kq-profile-stats {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 38px;
}

.k4kq-profile-stats article {
	background: var(--k4kq-profile-card);
	border: 1px solid rgba(23, 32, 51, 0.09);
	border-radius: 20px;
	box-shadow: 0 9px 26px rgba(36, 48, 74, 0.08);
	min-width: 0;
	padding: 22px;
	position: relative;
}

.k4kq-profile-stats article > span {
	align-items: center;
	background: var(--k4kq-profile-accent-soft);
	border-radius: 12px;
	display: flex;
	font-size: 20px;
	height: 38px;
	justify-content: center;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 38px;
}

.k4kq-profile-stats strong {
	color: var(--k4kq-profile-accent-dark);
	display: block;
	font-size: clamp(30px, 4vw, 42px);
	letter-spacing: -0.035em;
	line-height: 1;
	padding-right: 48px;
}

.k4kq-profile-stats p {
	color: var(--k4kq-profile-muted);
	font-size: 14px;
	font-weight: 700;
	margin: 9px 0 0;
}

.k4kq-profile-section + .k4kq-profile-section {
	margin-top: 42px;
}

.k4kq-profile-section-heading {
	align-items: end;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.k4kq-profile-section-heading h2 {
	color: var(--k4kq-profile-text);
	font-size: 27px;
	letter-spacing: -0.02em;
	margin: 0;
}

.k4kq-profile-section-heading p {
	color: var(--k4kq-profile-muted);
	font-size: 14px;
	margin: 4px 0 0;
}

.k4kq-profile-results {
	display: grid;
	gap: 14px;
}

.k4kq-profile-result {
	align-items: center;
	background: var(--k4kq-profile-card);
	border: 1px solid rgba(23, 32, 51, 0.1);
	border-radius: 18px;
	box-shadow: 0 7px 22px rgba(36, 48, 74, 0.07);
	display: grid;
	gap: 18px;
	grid-template-columns: 132px minmax(0, 1fr) auto auto;
	min-width: 0;
	overflow: hidden;
	padding: 14px 18px 14px 14px;
}

.k4kq-profile-result-image {
	align-items: center;
	aspect-ratio: 16 / 9;
	background: linear-gradient(140deg, #e6ecf8, #f5f7fb);
	border-radius: 12px;
	display: flex;
	font-size: 32px;
	justify-content: center;
	overflow: hidden;
}

.k4kq-profile-result-image-file {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.k4kq-profile-result-main {
	min-width: 0;
}

.k4kq-profile-result-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 6px;
}

.k4kq-profile-result-badges span {
	background: var(--k4kq-profile-accent-soft);
	border-radius: 999px;
	color: var(--k4kq-profile-accent-dark);
	font-size: 11px;
	font-weight: 800;
	padding: 3px 8px;
}

.k4kq-profile-result-main h3 {
	font-size: 20px;
	line-height: 1.25;
	margin: 0;
}

.k4kq-profile-result-main h3 a {
	color: var(--k4kq-profile-text);
	text-decoration: none;
}

.k4kq-profile-result-main h3 a:hover,
.k4kq-profile-result-main h3 a:focus {
	color: var(--k4kq-profile-accent-dark);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.k4kq-profile-result-main p {
	color: var(--k4kq-profile-muted);
	font-size: 13px;
	margin: 7px 0 0;
}

.k4kq-profile-result-score {
	border-left: 1px solid var(--k4kq-profile-border);
	min-width: 112px;
	padding-left: 20px;
	text-align: center;
}

.k4kq-profile-result-score > span,
.k4kq-profile-result-score small {
	color: var(--k4kq-profile-muted);
	display: block;
	font-size: 12px;
}

.k4kq-profile-result-score strong {
	color: var(--k4kq-profile-accent-dark);
	display: block;
	font-size: 25px;
	line-height: 1.15;
	margin: 3px 0;
}

.k4kq-profile-retry {
	align-items: center;
	background: var(--k4kq-profile-accent);
	border-radius: 11px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 6px;
	justify-content: center;
	padding: 10px 13px;
	text-decoration: none;
	white-space: nowrap;
}

.k4kq-profile-retry:hover,
.k4kq-profile-retry:focus {
	background: var(--k4kq-profile-accent-dark);
	color: #fff;
}

.k4kq-profile-saved-list {
	display: grid;
	gap: 10px;
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.k4kq-profile-saved-list > li::marker {
	content: "";
}

.k4kq-profile-saved-list li {
	align-items: center;
	background: var(--k4kq-profile-card);
	border: 1px solid var(--k4kq-profile-border);
	border-radius: 14px;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	padding: 10px 12px 10px 15px;
}

.k4kq-profile-saved-list li > a {
	align-items: center;
	color: var(--k4kq-profile-accent-dark);
	display: inline-flex;
	font-weight: 750;
	gap: 8px;
	min-width: 0;
	text-decoration: none;
}

.k4kq-profile-saved-list li > a:hover,
.k4kq-profile-saved-list li > a:focus {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.k4kq-profile-saved-list form {
	margin: 0;
}

.k4kq-profile-saved-list button {
	background: #fff;
	border: 1px solid #d9bdbd;
	border-radius: 9px;
	color: #873333;
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 750;
	padding: 7px 10px;
}

.k4kq-profile-saved-list button:hover,
.k4kq-profile-saved-list button:focus {
	background: #fff1f1;
	border-color: #bd7f7f;
}

.k4kq-profile-empty,
.k4kq-profile-login {
	background: var(--k4kq-profile-soft);
	border: 1px dashed #bdc9da;
	border-radius: 18px;
	padding: 30px;
	text-align: center;
}

.k4kq-profile-empty > span,
.k4kq-profile-login > span {
	display: block;
	font-size: 36px;
	margin-bottom: 8px;
}

.k4kq-profile-empty h3,
.k4kq-profile-login h2 {
	color: var(--k4kq-profile-text);
	font-size: 21px;
	margin: 0;
}

.k4kq-profile-empty p,
.k4kq-profile-login p {
	color: var(--k4kq-profile-muted);
	margin: 7px auto 0;
	max-width: 560px;
}

.k4kq-profile-empty a,
.k4kq-profile-link {
	color: var(--k4kq-profile-accent-dark);
	display: inline-block;
	font-weight: 800;
	margin-top: 14px;
	text-underline-offset: 3px;
}

.k4kq-profile-empty-compact {
	padding: 20px;
}

.k4kq-profile-empty-compact p {
	margin-top: 0;
}

.k4kq-profile-actions {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: center;
	margin-top: 20px;
}

.k4kq-profile-button {
	background: var(--k4kq-profile-accent);
	border-radius: 11px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-width: 130px;
	padding: 11px 18px;
	text-decoration: none;
}

.k4kq-profile-button:hover,
.k4kq-profile-button:focus {
	background: var(--k4kq-profile-accent-dark);
	color: #fff;
}

.k4kq-profile-actions .k4kq-profile-link {
	margin-top: 0;
}

@media (max-width: 820px) {
	.k4kq-profile-result {
		grid-template-columns: 112px minmax(0, 1fr) auto;
	}

	.k4kq-profile-result-score {
		grid-column: 3;
		grid-row: 1;
	}

	.k4kq-profile-retry {
		grid-column: 2 / 4;
	}
}

@media (max-width: 640px) {
	.k4kq-profile {
		margin-top: 28px;
	}

	.k4kq-profile-hero {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.k4kq-profile-hero-icon {
		border-radius: 16px;
		font-size: 28px;
		height: 56px;
		width: 56px;
	}

	.k4kq-profile-hero h1 {
		font-size: 34px;
	}

	.k4kq-profile-hero p {
		font-size: 16px;
	}

	.k4kq-profile-find-link {
		margin-left: 76px;
		margin-top: -10px;
	}

	.k4kq-profile-stats {
		grid-template-columns: 1fr;
	}

	.k4kq-profile-result {
		align-items: start;
		gap: 13px;
		grid-template-columns: 92px minmax(0, 1fr);
		padding: 12px;
	}

	.k4kq-profile-result-score {
		border-left: 0;
		border-top: 1px solid var(--k4kq-profile-border);
		display: grid;
		grid-column: 1 / -1;
		grid-row: auto;
		grid-template-columns: 1fr auto auto;
		gap: 8px;
		min-width: 0;
		padding: 11px 0 0;
		text-align: left;
	}

	.k4kq-profile-result-score strong {
		font-size: 20px;
		margin: 0;
	}

	.k4kq-profile-result-score small {
		align-self: center;
	}

	.k4kq-profile-retry {
		grid-column: 1 / -1;
	}
}

@media (max-width: 420px) {
	.k4kq-profile-find-link {
		margin-left: 0;
		width: 100%;
	}

	.k4kq-profile-actions {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.k4kq-profile-saved-list li {
		align-items: stretch;
		flex-direction: column;
	}

	.k4kq-profile-saved-list button {
		width: 100%;
	}
}
