/*
 * CodexKR App Store 10.0
 * Authoritative theme corrections: responsive reference layout, motion,
 * creator artwork, ticker, QR, ads and long-form game content.
 */

html,
body {
	max-width: 100%;
	overflow-x: clip;
}

main,
.ckr-container,
.ckr-home-main,
.ckr-download-panel,
.ckr-game-layout,
.ckr-game-content,
.ckr-single-sidebar,
.ckr-content-card,
.ckr-card,
.entry-content,
.ckr-extra-copy {
	min-width: 0;
}

.ckr-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	flex: 0 0 auto;
	vertical-align: -.14em;
	fill: none;
	stroke: currentColor;
}

.ckr-icon-image {
	display: inline-block;
	width: 1em;
	height: 1em;
	object-fit: contain;
	vertical-align: -.14em;
}

.ckr-logo-box .ckr-icon,
.ckr-icon-btn .ckr-icon,
.ckr-category-icon .ckr-icon,
.ckr-stat > span .ckr-icon,
.ckr-update-icon .ckr-icon,
.ckr-big-symbol .ckr-icon,
.ckr-trust-item > span .ckr-icon {
	display: block;
	margin: auto;
}

.ckr-logo-box .ckr-icon { width: 25px; height: 25px; }
.ckr-icon-btn .ckr-icon { width: 19px; height: 19px; }
.ckr-float-icon .ckr-icon { width: 46px; height: 46px; }
.ckr-category-icon .ckr-icon { width: 26px; height: 26px; }
.ckr-stat > span .ckr-icon { width: 28px; height: 28px; }
.ckr-update-icon .ckr-icon { width: 31px; height: 31px; }
.ckr-big-symbol .ckr-icon { width: 90px; height: 90px; }
.ckr-trust-item > span .ckr-icon { width: 27px; height: 27px; }
.ckr-socials .ckr-icon { width: 16px; height: 16px; }
.ckr-search-button-icon { display: none; }

.entry-content,
.ckr-extra-copy,
.ckr-game-summary,
.ckr-game-card,
.ckr-game-card p,
.ckr-long-content-inner {
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: normal;
}

.entry-content img,
.entry-content video,
.entry-content iframe,
.entry-content embed,
.entry-content object,
.entry-content svg,
.entry-content canvas,
.ckr-extra-copy img,
.ckr-extra-copy video,
.ckr-extra-copy iframe,
.ckr-extra-copy embed,
.ckr-extra-copy object {
	max-width: 100% !important;
	height: auto;
}

.entry-content iframe,
.entry-content video,
.ckr-extra-copy iframe,
.ckr-extra-copy video {
	width: 100% !important;
}

.entry-content table,
.entry-content pre,
.entry-content .wp-block-table,
.ckr-extra-copy table,
.ckr-extra-copy pre {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.entry-content pre,
.entry-content code,
.ckr-extra-copy pre,
.ckr-extra-copy code {
	white-space: pre-wrap;
	word-break: break-word;
}

.entry-content [style*="width"],
.entry-content [width],
.ckr-extra-copy [style*="width"],
.ckr-extra-copy [width] {
	max-width: 100% !important;
}

/* Keep the airy teal identity used by the supplied desktop/mobile references. */
.ckr-home-hero,
.ckr-game-hero,
.ckr-category-hero {
	background-image:
		linear-gradient(115deg, rgba(255,255,255,.97), rgba(239,252,251,.88)),
		var(--ckr-hero-image, none) !important;
	background-position: center !important;
	background-size: cover !important;
}

.ckr-home-hero {
	isolation: isolate;
}

.ckr-hero-visual {
	isolation: isolate;
}

.ckr-home-creator {
	position: absolute;
	right: 78px;
	bottom: -8px;
	z-index: 2;
	display: block;
	width: 112px;
	height: 170px;
	object-fit: contain;
	object-position: center bottom;
	filter: drop-shadow(0 13px 17px rgba(3, 38, 57, .18));
	pointer-events: none;
}

.ckr-home-creator ~ .ckr-verified-float,
.ckr-verified-float {
	z-index: 3;
}

/* Animation is enabled by default. The explicit body off-class always wins. */
.ckr-visual-orbit {
	animation: ckrV8Orbit 18s linear infinite;
}

.ckr-float-icon.i1 { animation: ckrV8FloatA 4.7s ease-in-out infinite; }
.ckr-float-icon.i2 { animation: ckrV8FloatB 5.3s ease-in-out .35s infinite; }
.ckr-float-icon.i3 { animation: ckrV8FloatA 5s ease-in-out .8s infinite reverse; }
.ckr-verified-float { animation: ckrV8FloatB 5.7s ease-in-out 1.1s infinite; }
.ckr-home-creator,
.ckr-category-mascot,
.ckr-game-creator-wrap img,
.ckr-floating-creator > img { animation: ckrV8Creator 4.8s ease-in-out infinite; }

.ckr-animations-off .ckr-visual-orbit,
.ckr-animations-off .ckr-float-icon,
.ckr-animations-off .ckr-verified-float,
.ckr-animations-off .ckr-home-creator,
.ckr-animations-off .ckr-category-mascot,
.ckr-animations-off .ckr-game-creator-wrap img,
.ckr-animations-off .ckr-floating-creator > img {
	animation: none !important;
}

@keyframes ckrV8Orbit {
	from { transform: translate(-50%, -50%) rotate(0deg); }
	to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes ckrV8FloatA {
	0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); }
	50% { transform: translate3d(0, -13px, 0) rotate(2deg); }
}

@keyframes ckrV8FloatB {
	0%, 100% { transform: translate3d(0, 0, 0); }
	50% { transform: translate3d(7px, -10px, 0); }
}

@keyframes ckrV8Creator {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-7px); }
}

/* A continuous, keyboard-friendly related-search ticker. */
.ckr-related-ticker {
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.ckr-related-ticker > strong {
	position: relative;
	z-index: 2;
	flex: 0 0 auto;
	background: var(--ckr-bg);
}

.ckr-ticker-window {
	position: relative;
	min-width: 0;
	flex: 1 1 auto;
	overflow: hidden;
}

.ckr-ticker-window::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 54px;
	pointer-events: none;
	background: linear-gradient(90deg, transparent, var(--ckr-bg));
}

.ckr-ticker-track {
	display: flex;
	width: max-content;
	overflow: visible;
	will-change: transform;
	animation: ckrV8Ticker var(--ckr-ticker-duration, 34s) linear infinite;
}

.ckr-ticker-group {
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
	padding-right: 10px;
}

.ckr-related-ticker:hover .ckr-ticker-track,
.ckr-related-ticker:focus-within .ckr-ticker-track {
	animation-play-state: paused;
}

.ckr-animations-off .ckr-ticker-track {
	animation: none !important;
}

@keyframes ckrV8Ticker {
	from { transform: translate3d(0, 0, 0); }
	to { transform: translate3d(calc(-1 * var(--ckr-ticker-distance, 50%)), 0, 0); }
}

/* The creator is an overlay: it never becomes a fourth layout column. */
.ckr-game-hero {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.ckr-game-hero::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: radial-gradient(circle at 70% 12%, rgba(8,170,160,.11), transparent 31%);
	pointer-events: none;
}

.ckr-game-hero-grid {
	position: relative;
	grid-template-columns: 220px minmax(0, 1fr) 260px;
}

.ckr-game-identity,
.ckr-game-actions,
.ckr-game-hero .ckr-app-icon {
	position: relative;
	z-index: 2;
}

.ckr-game-identity {
	padding-right: 90px;
}

.ckr-hero-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
	max-width: 430px;
	margin: 11px 0 10px;
}

.ckr-hero-facts > span {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 6px;
	min-width: 0;
	padding: 6px 8px;
	border: 1px solid rgba(8,170,160,.14);
	border-radius: 10px;
	background: rgba(255,255,255,.76);
}

.ckr-hero-facts .ckr-icon {
	grid-row: 1 / 3;
	align-self: center;
	width: 16px;
	height: 16px;
	color: var(--ckr-primary);
}

.ckr-hero-facts small,
.ckr-hero-facts b {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ckr-hero-facts small { color: var(--ckr-muted); font-size: 9px; line-height: 1.15; }
.ckr-hero-facts b { color: var(--ckr-navy); font-size: 10px; line-height: 1.25; }

.ckr-game-creator-wrap {
	position: absolute;
	right: 236px;
	bottom: -29px;
	z-index: 1;
	display: flex;
	width: min(var(--ckr-creator-size, 210px), 180px);
	height: min(var(--ckr-creator-size, 210px), 205px);
	align-items: flex-end;
	justify-content: center;
	pointer-events: none;
}

.ckr-game-creator-wrap img {
	display: block;
	width: auto;
	max-width: 100%;
	height: min(var(--ckr-creator-size, 210px), 220px);
	object-fit: contain;
	object-position: center bottom;
	filter: drop-shadow(0 13px 14px rgba(5,38,54,.18));
}

.ckr-game-actions {
	align-self: center;
}

.ckr-game-actions .ckr-btn-secondary {
	margin-top: 8px;
	border-color: var(--ckr-primary);
	background: rgba(255,255,255,.94);
	color: var(--ckr-primary-dark);
}

.ckr-secondary-server {
	background: rgba(255,255,255,.48);
}

.ckr-secondary-server small {
	grid-column: 1 / -1;
	margin-top: -7px;
	color: var(--ckr-muted);
	font-size: 10px;
}

.ckr-download-box .ckr-server-row,
.ckr-download-box .ckr-server-row > * {
	min-width: 0;
}

.ckr-rummy-yono-logo,
.ckr-app-icon img[src*="rummy-yono-premium"] {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Exactly one scannable QR output, regardless of qrcode.js output mode. */
.ckr-qr {
	display: grid;
	width: 170px;
	height: 170px;
	box-sizing: border-box;
	place-items: center;
	margin: 10px auto;
	padding: 9px;
	overflow: hidden;
	border: 1px solid #dfe7ea;
	border-radius: 9px;
	background: #fff !important;
	box-shadow: none;
}

.ckr-qr canvas,
.ckr-qr img {
	display: none !important;
	width: 150px !important;
	height: 150px !important;
	max-width: 150px !important;
	image-rendering: pixelated;
}

.ckr-qr.ckr-qr--canvas canvas,
.ckr-qr.ckr-qr--image img:first-child {
	display: block !important;
}

.ckr-qr.is-error {
	font-size: 12px;
	line-height: 1.35;
	color: #b42318;
	text-align: center;
}

/* Plugin long-form copy remains indexable and is compact on small screens. */
.ckr-long-content {
	overflow: hidden;
	border: 1px solid var(--ckr-line);
	border-radius: var(--ckr-radius);
	background: var(--ckr-bg);
	box-shadow: 0 5px 18px rgba(3, 38, 57, .045);
}

.ckr-long-content > summary {
	position: relative;
	cursor: pointer;
	padding: 17px 48px 17px 20px;
	color: var(--ckr-text);
	font-size: 16px;
	font-weight: 800;
	list-style: none;
}

.ckr-long-content > summary::-webkit-details-marker { display: none; }
.ckr-long-content > summary::after {
	content: "+";
	position: absolute;
	right: 19px;
	top: 50%;
	width: 25px;
	height: 25px;
	transform: translateY(-50%);
	border: 1px solid var(--ckr-line);
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: var(--ckr-primary);
}
.ckr-long-content[open] > summary::after { content: "−"; }

.ckr-long-content-inner {
	padding: 0 20px 20px;
	border-top: 1px solid var(--ckr-line);
}

.ckr-extra-sections {
	display: grid;
	gap: 16px;
	padding-top: 18px;
}

.ckr-extra-section {
	min-width: 0;
	overflow: hidden;
}

.ckr-extra-section .ckr-extra-copy > :first-child { margin-top: 0; }
.ckr-extra-section .ckr-extra-copy > :last-child { margin-bottom: 0; }

.ckr-faq-list {
	display: grid;
	gap: 8px;
}

.ckr-faq-list details {
	border: 1px solid var(--ckr-line);
	border-radius: 9px;
	background: var(--ckr-soft);
}

.ckr-faq-list summary {
	cursor: pointer;
	padding: 12px 14px;
	font-weight: 750;
}

.ckr-faq-list details div {
	padding: 0 14px 14px;
	color: var(--ckr-muted);
}

/* Uploaded HTML or image ads always fit the slot that invokes them. */
.ckr-ad-slot {
	display: block;
	clear: both;
	width: min(calc(100% - 24px), var(--ckr-container));
	min-height: 0;
	margin: 16px auto;
	overflow: hidden;
	overflow-wrap: anywhere;
	text-align: center;
}

.ckr-ad-slot:empty { display: none; }
.ckr-single-sidebar .ckr-ad-slot { width: 100%; margin: 0; }
.ckr-ad-slot > a { display: block; }
.ckr-ad-slot img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 260px;
	margin: auto;
	object-fit: contain;
	border-radius: 12px;
}
.ckr-ad-slot-game_sidebar img { max-height: 420px; }
.ckr-ad-slot iframe,
.ckr-ad-slot ins,
.ckr-ad-slot object,
.ckr-ad-slot embed,
.ckr-ad-type-code > * { max-width: 100% !important; }

.ckr-category-art {
	height: 230px;
	overflow: hidden;
}

.ckr-category-hero-grid,
.ckr-category-hero-grid > * {
	min-width: 0;
}

.ckr-category-hero h1,
.ckr-category-hero p,
.ckr-category-benefit {
	overflow-wrap: anywhere;
}

.ckr-category-mascot,
.ckr-category-art img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: center bottom;
	filter: drop-shadow(0 14px 22px rgba(3,35,63,.13));
	pointer-events: none;
}

/* Permanent, compact Telegram guide. No close control is rendered. */
.ckr-floating-creator {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 9998;
	box-sizing: border-box;
	width: 238px;
	min-height: 112px;
	padding: 14px 12px 13px 84px;
	overflow: hidden;
	border: 1px solid rgba(8,170,160,.3);
	border-radius: 18px;
	background: linear-gradient(135deg,rgba(255,255,255,.98),rgba(238,253,251,.98));
	box-shadow: 0 15px 38px rgba(3,28,57,.18);
	color: var(--ckr-text);
	isolation: isolate;
}

.ckr-floating-creator.ckr-position-left { right: auto; left: 10px; }
.ckr-floating-creator[hidden] { display: block !important; }
.ckr-floating-creator > img {
	position: absolute;
	left: 1px;
	bottom: -2px;
	width: 84px;
	height: 118px;
	object-fit: contain;
	object-position: center bottom;
	filter: drop-shadow(0 8px 10px rgba(3,28,57,.14));
	pointer-events: none;
}

.ckr-creator-copy { position: relative; z-index: 1; }
.ckr-creator-copy strong {
	display: block;
	margin: 0 0 5px;
	font-size: 13px;
	line-height: 1.25;
}
.ckr-creator-copy p {
	margin: 0 0 7px;
	color: var(--ckr-muted);
	font-size: 9px;
	line-height: 1.35;
}
.ckr-creator-copy a {
	display: inline-flex;
	min-height: 29px;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 5px 10px;
	border-radius: 8px;
	background: var(--ckr-primary);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
}
.ckr-creator-copy a .ckr-icon { width: 13px; height: 13px; }

@media (min-width: 821px) {
	.ckr-floating-creator.ckr-hide-desktop { display: none !important; }
}

@media (max-width: 1100px) and (min-width: 821px) {
	.ckr-game-hero-grid {
		grid-template-columns: 180px minmax(0, 1fr) 225px;
		gap: 20px;
	}
	.ckr-game-hero .ckr-app-icon { width: 180px; height: 180px; }
	.ckr-game-identity { padding-right: 54px; }
	.ckr-game-creator-wrap {
		right: 205px;
		bottom: -28px;
		width: 145px;
		height: 175px;
	}
	.ckr-game-creator-wrap img { height: 185px; }
}

@media (max-width: 820px) {
	.ckr-floating-creator.ckr-hide-mobile { display: none !important; }
	.ckr-category-art { height: 175px; }
	.ckr-game-hero-grid { position: relative; }
	.ckr-game-identity { padding-right: 74px; }
	.ckr-game-creator-wrap {
		right: 0;
		bottom: 103px;
		width: 108px;
		height: 138px;
		opacity: .94;
	}
	.ckr-game-creator-wrap img { height: 145px; }
	.ckr-game-actions { position: relative; z-index: 3; }
	.ckr-game-actions .ckr-btn-secondary,
	.ckr-game-actions .ckr-play-btn { margin-top: 0; }
	.ckr-banner-mascot,
	.ckr-install-mascot { display: block !important; }
}

@media (max-width: 600px) {
	html,
	body { overflow-x: hidden; }

	.ckr-container { width: calc(100% - 20px); }

	.ckr-site-header,
	.ckr-header-inner,
	.ckr-brand,
	.ckr-header-actions { min-width: 0; }

	.ckr-header-inner > .ckr-brand strong {
		display: block;
		max-width: min(47vw, 185px);
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.ckr-search-button-label { display: none; }
	.ckr-search-button-icon { display: inline-flex; align-items: center; justify-content: center; }
	.ckr-search-button-icon .ckr-icon { display: block; width: 19px; height: 19px; }

	.ckr-home-hero { padding: 20px 16px 0; }
	.ckr-home-hero .ckr-hero-grid {
		grid-template-columns: minmax(0, 1.18fr) minmax(116px, .82fr);
		gap: 8px;
	}
	.ckr-hero-copy,
	.ckr-hero-visual { min-width: 0; }
	.ckr-hero-copy h1 {
		font-size: clamp(25px, 6.8vw, 28px);
		line-height: 1.08;
	}
	.ckr-hero-copy > p { font-size: 12px; line-height: 1.45; }
	.ckr-hero-search { width: 100%; padding: 5px; }
	.ckr-hero-search input { width: 0; min-width: 0; padding: 7px 6px; }
	.ckr-hero-search button { flex: 0 0 39px; width: 39px; padding: 0; }
	.ckr-hero-search button::after { content: none; }
	.ckr-hero-visual { height: 178px; }
	.ckr-visual-orbit { width: 150px; height: 150px; }
	.ckr-float-icon { width: 54px; height: 54px; }
	.ckr-float-icon .ckr-icon { width: 31px; height: 31px; }
	.ckr-verified-float { right: -4px; max-width: 118px; white-space: nowrap; }
	.ckr-home-creator { right: 40px; bottom: -5px; width: 72px; height: 112px; opacity: .94; }

	.ckr-home-stats {
		margin-right: -16px;
		margin-left: -16px;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
	}

	.ckr-category-rail,
	.ckr-filter-row,
	.ckr-category-tabs {
		max-width: 100%;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scrollbar-width: none;
	}
	.ckr-category-rail::-webkit-scrollbar,
	.ckr-filter-row::-webkit-scrollbar,
	.ckr-category-tabs::-webkit-scrollbar { display: none; }

	.ckr-download-panel { padding: 13px; overflow: hidden; }
	.ckr-download-panel .ckr-title-row { display: grid; gap: 9px; }
	.ckr-filter-row { display: flex; justify-content: flex-start; padding-bottom: 2px; }
	.ckr-filter-row button { flex: 0 0 auto; }

	.ckr-game-row,
	.ckr-game-row[hidden] {
		grid-template-columns: minmax(0, 1fr) 104px;
		grid-template-areas: "main action" "rating action";
		align-items: center;
		gap: 4px 8px;
	}
	.ckr-game-row[hidden] { display: none; }
	.ckr-game-main { grid-area: main; min-width: 0; }
	.ckr-game-main > div,
	.ckr-game-main h3,
	.ckr-game-main p { min-width: 0; }
	.ckr-game-main h3,
	.ckr-game-main p {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.ckr-game-rating {
		grid-area: rating;
		display: flex;
		min-width: 0;
		align-items: center;
		gap: 5px;
	}
	.ckr-game-rating .ckr-mini-verified { margin: 0; font-size: 9px; }
	.ckr-game-action {
		grid-area: action;
		align-self: stretch;
		display: flex;
		align-items: center;
	}
	.ckr-game-action .ckr-btn {
		width: 100%;
		min-height: 40px;
		padding: 7px 6px;
		font-size: 11px;
	}
	.ckr-pagination {
		display: flex;
		max-width: 100%;
		overflow-x: auto;
		justify-content: flex-start;
		padding-bottom: 4px;
		scrollbar-width: none;
	}

	.ckr-home-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ckr-home-sidebar > * { min-width: 0; }
	.ckr-top-game { grid-template-columns: 64px minmax(0, 1fr); }
	.ckr-top-game .ckr-app-icon { width: 64px; height: 64px; }
	.ckr-top-game h4,
	.ckr-ranked-item strong,
	.ckr-ranked-item small {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.ckr-related-ticker { display: grid; gap: 7px; }
	.ckr-related-ticker > strong { width: max-content; }
	.ckr-ticker-group { gap: 8px; padding-right: 8px; }

	.ckr-game-hero-grid {
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 12px;
	}
	.ckr-game-hero .ckr-app-icon { width: 112px; height: 112px; }
	.ckr-game-identity { min-width: 0; padding-right: 53px; }
	.ckr-game-identity h1 {
		font-size: clamp(20px, 6vw, 24px);
		overflow-wrap: anywhere;
	}
	.ckr-game-creator-wrap {
		right: -5px;
		bottom: 116px;
		width: 78px;
		height: 105px;
		opacity: .9;
	}
	.ckr-game-creator-wrap img { height: 112px; }
	.ckr-game-actions { grid-column: 1 / -1; min-width: 0; }
	.ckr-share-row a { min-width: 0; gap: 3px; font-size: 9px; }

	.ckr-game-stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.ckr-game-stats .ckr-stat { min-width: 0; padding: 0 3px; }
	.ckr-game-stats .ckr-stat strong,
	.ckr-game-stats .ckr-stat small {
		display: block;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.ckr-info-table { grid-template-columns: 1fr; }
	.ckr-info-cell:nth-child(odd) { border-right: 0; }
	.ckr-info-cell { grid-template-columns: minmax(82px, 42%) minmax(0, 1fr); }
	.ckr-download-head { grid-template-columns: 42px minmax(0, 1fr); }
	.ckr-download-head > .ckr-btn { grid-column: 1 / -1; width: 100%; }
	.ckr-server-row { grid-template-columns: minmax(0, 1fr) auto 36px; }
	.ckr-server-row strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.ckr-previous-row { grid-template-columns: minmax(0, 1fr) 58px 76px 24px; }
	.ckr-video-frame { aspect-ratio: 16 / 8.5; }
	.ckr-rating-box { grid-template-columns: 86px minmax(0, 1fr); }
	.ckr-rating-box > .ckr-btn { grid-column: 1 / -1; }
	.ckr-single-sidebar { grid-template-columns: 1fr; }

	.ckr-category-hero-grid {
		grid-template-columns: minmax(0, 1fr) 116px;
		gap: 10px;
		align-items: center;
	}
	.ckr-category-art {
		display: grid;
		height: 150px;
		place-items: end center;
		visibility: visible;
	}
	.ckr-category-art img,
	.ckr-category-mascot {
		min-width: 1px;
		min-height: 1px;
		opacity: 1;
	}
	.ckr-category-benefits {
		display: grid;
		grid-template-columns: 1fr;
		gap: 5px;
		margin-top: 12px;
	}
	.ckr-category-benefit {
		width: 100%;
		min-width: 0;
		padding: 7px 8px;
		font-size: 9px;
	}
	.ckr-category-grid { --ckr-columns: 1 !important; }

	.ckr-long-content > summary { padding: 14px 43px 14px 14px; font-size: 13px; }
	.ckr-long-content-inner { padding: 0 12px 13px; }
	.ckr-extra-sections { gap: 11px; padding-top: 12px; }
	.ckr-extra-section { padding: 13px; }

	.ckr-ad-slot { width: calc(100% - 20px); }
	.ckr-ad-slot iframe,
	.ckr-ad-slot object,
	.ckr-ad-slot embed { width: 100% !important; }

	.ckr-floating-creator {
		right: 6px;
		bottom: 6px;
		width: 170px;
		min-height: 76px;
		padding: 9px 7px 8px 56px;
		border-radius: 14px;
	}
	.ckr-floating-creator.ckr-position-left { right: auto; left: 6px; }
	.ckr-floating-creator > img { width: 57px; height: 80px; }
	.ckr-creator-copy strong { margin-bottom: 5px; font-size: 10px; }
	.ckr-creator-copy p { display: none; }
	.ckr-creator-copy a { min-height: 25px; padding: 4px 7px; font-size: 9px; }
	.ckr-creator-copy a .ckr-icon { width: 11px; height: 11px; }
}

@media (max-width: 390px) {
	.ckr-home-sidebar { grid-template-columns: 1fr; }
	.ckr-home-hero .ckr-hero-grid {
		grid-template-columns: minmax(0, 1.15fr) minmax(105px, .85fr);
	}
	.ckr-hero-visual { height: 165px; }
	.ckr-float-icon { width: 48px; height: 48px; }
	.ckr-float-icon .ckr-icon { width: 27px; height: 27px; }
	.ckr-home-creator { right: 30px; width: 61px; height: 98px; }
	.ckr-game-row { grid-template-columns: minmax(0, 1fr) 94px; }
	.ckr-game-identity { padding-right: 40px; }
	.ckr-game-creator-wrap {
		right: -8px;
		bottom: 111px;
		width: 67px;
		height: 92px;
		opacity: .86;
	}
	.ckr-game-creator-wrap img { height: 99px; }
	.ckr-download-head { grid-template-columns: 42px minmax(0, 1fr); }
	.ckr-download-head > .ckr-btn { grid-column: 1 / -1; }
	.ckr-server-row { grid-template-columns: minmax(0, 1fr) 48px 34px; }
	.ckr-category-hero-grid { grid-template-columns: minmax(0, 1fr) 104px; gap: 7px; }
	.ckr-category-hero h1 { font-size: clamp(22px, 7.2vw, 27px); }
	.ckr-category-art { height: 126px; }
}

@media (max-width: 340px) {
	.ckr-category-hero-grid { grid-template-columns: minmax(0, 1fr) 92px; }
	.ckr-category-art { height: 116px; }
	.ckr-category-benefit small { font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
	.ckr-ticker-window { overflow-x: auto; }
	.ckr-ticker-track { animation: none !important; }
}

/* -------------------------------------------------------------------------
 * Version 10 public notices, promotions, brighter icon palette and speed.
 * ---------------------------------------------------------------------- */

/* State availability notice: visible on every public page and never modal. */
.ckr-state-warning {
	position: relative;
	z-index: 30;
	padding: 8px 0;
	border-bottom: 1px solid #9f1024;
	background: linear-gradient(105deg, #8f1022, #cf2437 53%, #a60f2a);
	color: #fff;
	box-shadow: 0 5px 16px rgba(130, 12, 31, .14);
}

.ckr-state-warning-inner {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 11px;
}

.ckr-state-warning-icon {
	display: grid;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	place-items: center;
	border: 1px solid rgba(255,255,255,.52);
	border-radius: 50%;
	background: rgba(255,255,255,.13);
}

.ckr-state-warning-icon .ckr-icon { width: 20px; height: 20px; }
.ckr-state-warning strong { display: block; font-size: 13px; line-height: 1.25; }
.ckr-state-warning p { margin: 1px 0 0; color: rgba(255,255,255,.91); font-size: 11px; line-height: 1.4; }

/* The optional Aviator feature uses one lazy image and compositor animation. */
.ckr-aviator-banner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(220px, .82fr) minmax(0, 1.18fr) auto;
	min-height: 154px;
	align-items: center;
	gap: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 18px 26px;
	overflow: hidden;
	border: 1px solid rgba(255, 213, 94, .42);
	border-radius: var(--ckr-radius);
	background:
		radial-gradient(circle at 8% 12%, rgba(255,225,118,.26), transparent 22%),
		linear-gradient(115deg, #3b0923 0%, #8c102f 42%, #db2438 72%, #ff7849 100%);
	box-shadow: 0 15px 34px rgba(111, 12, 39, .18);
	color: #fff;
	isolation: isolate;
}

.ckr-aviator-sky { position: absolute; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; }
.ckr-aviator-sky i {
	position: absolute;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #ffe37f;
	box-shadow: 0 0 18px rgba(255,227,127,.8);
	animation: ckrAviatorSpark 5.8s linear infinite;
}
.ckr-aviator-sky i:nth-child(1) { left: 9%; top: 18%; }
.ckr-aviator-sky i:nth-child(2) { left: 49%; top: 76%; animation-delay: -2.4s; }
.ckr-aviator-sky i:nth-child(3) { right: 8%; top: 18%; animation-delay: -4.1s; }

.ckr-aviator-art {
	position: relative;
	min-width: 0;
	height: 118px;
	overflow: hidden;
	border-radius: 13px;
	background: rgba(17, 4, 23, .25);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.13);
}

.ckr-aviator-art img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: translateZ(0);
	animation: ckrAviatorFly 5.2s ease-in-out infinite;
}

.ckr-aviator-copy { min-width: 0; }
.ckr-aviator-copy > span {
	display: inline-flex;
	padding: 3px 8px;
	border: 1px solid rgba(255,226,121,.6);
	border-radius: 999px;
	background: rgba(255,216,85,.12);
	color: #ffe17b;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .08em;
}
.ckr-aviator-copy h2 { margin: 5px 0 3px; color: #fff; font-size: clamp(21px, 2.3vw, 30px); line-height: 1.1; }
.ckr-aviator-copy p { margin: 0; color: rgba(255,255,255,.84); font-size: 12px; }
.ckr-aviator-button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 18px;
	border: 1px solid #ffe37f;
	border-radius: 10px;
	background: linear-gradient(135deg, #ffe47a, #ffb521);
	box-shadow: 0 9px 22px rgba(67, 2, 24, .24);
	color: #581024;
	font-weight: 850;
	white-space: nowrap;
}
.ckr-aviator-button .ckr-icon { width: 18px; height: 18px; }

@keyframes ckrAviatorFly {
	0%, 100% { transform: translate3d(-3px, 2px, 0) scale(1.02); }
	50% { transform: translate3d(5px, -4px, 0) scale(1.055); }
}
@keyframes ckrAviatorSpark {
	0% { transform: translate3d(0, 18px, 0) scale(.6); opacity: 0; }
	24%, 74% { opacity: .95; }
	100% { transform: translate3d(28px, -24px, 0) scale(1.15); opacity: 0; }
}

/* A single global promoted-game destination next to the normal APK action. */
.ckr-btn-all-mix {
	border-color: #ec7d18 !important;
	background: linear-gradient(135deg, #7428d8, #d52778 50%, #ff8b18) !important;
	box-shadow: 0 8px 18px rgba(164, 37, 121, .2);
	color: #fff !important;
}
.ckr-btn-all-mix .ckr-icon { width: 17px; height: 17px; }
.ckr-game-actions .ckr-btn-all-mix { margin-top: 8px; }
.ckr-all-mix-server { background: linear-gradient(90deg, rgba(117,40,216,.06), rgba(255,139,24,.07)); }
.ckr-download-actions { display: grid; min-width: 0; gap: 7px; }
.ckr-download-actions .ckr-btn { width: 100%; padding-inline: 10px; }

/* Local outline SVGs receive intentional color instead of browser black. */
.ckr-float-icon { border: 1px solid currentColor; }
.ckr-float-icon.i1 { color: #e62c78; background: linear-gradient(145deg,#fff,#fff0f7); }
.ckr-float-icon.i2 { color: #ed9412; background: linear-gradient(145deg,#fff,#fff7e3); }
.ckr-float-icon.i3 { color: #6a36e8; background: linear-gradient(145deg,#fff,#f3efff); }
.ckr-home-stats .ckr-stat:nth-child(1) > span { color: #06a899; }
.ckr-home-stats .ckr-stat:nth-child(2) > span { color: #087fe7; }
.ckr-home-stats .ckr-stat:nth-child(3) > span { color: #7847e9; }
.ckr-home-stats .ckr-stat:nth-child(4) > span { color: #e56121; }
.ckr-category-pill:nth-child(4n+1) .ckr-category-icon { color: #00a584; }
.ckr-category-pill:nth-child(4n+2) .ckr-category-icon { color: #237ee8; }
.ckr-category-pill:nth-child(4n+3) .ckr-category-icon { color: #713ce8; }
.ckr-category-pill:nth-child(4n) .ckr-category-icon { color: #f26c22; }
.ckr-update-card:nth-child(1) .ckr-update-icon { color: #e43a6c; background: #fff0f5; }
.ckr-update-card:nth-child(2) .ckr-update-icon { color: #16a45d; background: #eafaef; }
.ckr-update-card:nth-child(3) .ckr-update-icon { color: #f17616; background: #fff1e6; }
.ckr-benefit-card:first-child .ckr-big-symbol { color: #1479df; }
.ckr-benefit-card:last-child .ckr-big-symbol { color: #efa20a; }
.ckr-browse-card:nth-child(4n+1) .ckr-category-icon { color: #69b82a; }
.ckr-browse-card:nth-child(4n+2) .ckr-category-icon { color: #1688e9; }
.ckr-browse-card:nth-child(4n+3) .ckr-category-icon { color: #7042e9; }
.ckr-browse-card:nth-child(4n) .ckr-category-icon { color: #f36b18; }
.ckr-category-tab .ckr-icon { color: #6039cf; }
.ckr-category-tab.is-active .ckr-icon { color: #fff; }

/* Long editor/plugin copy remains open, measurable and inside the viewport. */
.ckr-long-content {
	max-width: 100%;
	overflow: visible;
}
.ckr-long-content[open] > summary {
	border-radius: var(--ckr-radius) var(--ckr-radius) 0 0;
}
.ckr-long-content-inner,
.ckr-long-content-inner > *,
.ckr-editor-guide,
.ckr-editor-guide .entry-content {
	min-width: 0;
	max-width: 100%;
	height: auto;
	max-height: none;
	visibility: visible;
}
.ckr-long-content-inner a,
.ckr-editor-guide .entry-content a { overflow-wrap: anywhere; word-break: break-word; }

/* Per-game lower promotion: stable content, model and palette are selected
   deterministically so every listing feels individual without extra requests. */
.ckr-game-promo-banner {
	--ckr-promo-a: #5637d7;
	--ckr-promo-b: #df3f82;
	--ckr-promo-glow: #ffb7de;
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr) 210px;
	align-items: center;
	gap: 24px;
	min-height: 238px;
	padding: 26px 30px;
	overflow: hidden;
	border-color: rgba(255,255,255,.2);
	border-color: color-mix(in srgb, var(--ckr-promo-b) 38%, transparent);
	background: linear-gradient(118deg, var(--ckr-promo-a), var(--ckr-promo-b));
	background:
		radial-gradient(circle at 78% 18%, color-mix(in srgb, var(--ckr-promo-glow) 35%, transparent), transparent 31%),
		linear-gradient(118deg, var(--ckr-promo-a), var(--ckr-promo-b));
	color: #fff;
	box-shadow: 0 18px 42px color-mix(in srgb, var(--ckr-promo-a) 24%, transparent);
}
.ckr-game-promo-palette-2 { --ckr-promo-a: #047e91; --ckr-promo-b: #12b67e; --ckr-promo-glow: #a7ffe3; }
.ckr-game-promo-palette-3 { --ckr-promo-a: #d44822; --ckr-promo-b: #ed8b18; --ckr-promo-glow: #ffe09d; }
.ckr-game-promo-palette-4 { --ckr-promo-a: #1250bd; --ckr-promo-b: #6339d7; --ckr-promo-glow: #a8ceff; }
.ckr-game-promo-palette-5 { --ckr-promo-a: #087b50; --ckr-promo-b: #23a5a0; --ckr-promo-glow: #b3ffed; }
.ckr-game-promo-palette-6 { --ckr-promo-a: #a32a79; --ckr-promo-b: #e24d43; --ckr-promo-glow: #ffd0ba; }
.ckr-game-promo-no-model { grid-template-columns: 118px minmax(0, 1fr); }
.ckr-game-promo-artwork {
	position: absolute;
	inset: 0;
	z-index: -3;
	overflow: hidden;
}
.ckr-game-promo-artwork::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(24,28,91,.92), rgba(110,30,104,.68));
	background: linear-gradient(90deg, color-mix(in srgb, var(--ckr-promo-a) 94%, transparent) 0 35%, color-mix(in srgb, var(--ckr-promo-b) 72%, transparent));
}
.ckr-game-promo-artwork img { width: 100%; height: 100%; object-fit: cover; }
.ckr-game-promo-decor { position: absolute; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.ckr-game-promo-decor i { position: absolute; display: block; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.08); transform: rotate(18deg); }
.ckr-game-promo-decor i:nth-child(1) { width: 96px; height: 96px; left: -31px; top: -38px; border-radius: 28px; }
.ckr-game-promo-decor i:nth-child(2) { width: 44px; height: 63px; left: 37%; bottom: -28px; border-radius: 13px; transform: rotate(-31deg); }
.ckr-game-promo-decor i:nth-child(3) { width: 140px; height: 140px; right: 18%; top: -100px; border-radius: 50%; }
.ckr-game-promo-decor i:nth-child(4) { width: 24px; height: 24px; right: 44%; top: 19px; border-radius: 8px; transform: rotate(41deg); }
.ckr-game-promo-decor-2 .ckr-game-promo-decor { transform: scaleX(-1); }
.ckr-game-promo-decor-3 .ckr-game-promo-decor i:nth-child(1) { left: 22%; top: -67px; border-radius: 50%; }
.ckr-game-promo-decor-3 .ckr-game-promo-decor i:nth-child(2) { left: 5%; bottom: -18px; transform: rotate(34deg); }
.ckr-game-promo-decor-3 .ckr-game-promo-decor i:nth-child(3) { right: 7%; top: 35%; border-radius: 34px; transform: rotate(-24deg); }
.ckr-game-promo-decor-4 .ckr-game-promo-decor i:nth-child(1) { width: 145px; height: 45px; left: -47px; top: 23px; }
.ckr-game-promo-decor-4 .ckr-game-promo-decor i:nth-child(2) { left: 49%; bottom: -9px; border-radius: 50%; }
.ckr-game-promo-decor-4 .ckr-game-promo-decor i:nth-child(4) { right: 28%; top: 8px; transform: rotate(-12deg); }
.ckr-game-promo-logo,
.ckr-game-promo-copy,
.ckr-game-promo-model { position: relative; z-index: 1; min-width: 0; }
.ckr-game-promo-logo { display: grid; justify-items: center; align-content: center; gap: 8px; }
.ckr-game-promo-logo .ckr-app-icon { width: 108px; height: 108px; border: 4px solid rgba(255,255,255,.8); border-radius: 24px; box-shadow: 0 13px 26px rgba(5,16,49,.28); }
.ckr-game-promo-logo > span { max-width: 112px; padding: 3px 9px; overflow: hidden; border: 1px solid rgba(255,255,255,.36); border-radius: 999px; background: rgba(4,18,52,.18); color: #fff; font-size: 10px; font-weight: 760; text-overflow: ellipsis; white-space: nowrap; }
.ckr-game-promo-eyebrow { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 7px; font-size: 11px; font-weight: 780; letter-spacing: .03em; text-transform: uppercase; }
.ckr-game-promo-eyebrow .ckr-icon { width: 17px; height: 17px; }
.ckr-game-promo-copy h2 { max-width: 680px; margin: 0; color: #fff; font-size: clamp(25px, 3vw, 39px); line-height: 1.08; letter-spacing: -.035em; overflow-wrap: anywhere; }
.ckr-game-promo-copy p { max-width: 650px; margin: 10px 0 15px; color: rgba(255,255,255,.9); font-size: 13px; line-height: 1.55; overflow-wrap: anywhere; }
.ckr-game-promo-cta { max-width: 100%; min-height: 46px; border-color: rgba(255,255,255,.72); background: #fff; color: var(--ckr-promo-a); box-shadow: 0 9px 22px rgba(3,13,45,.18); }
.ckr-game-promo-cta:hover,
.ckr-game-promo-cta:focus-visible { border-color: #fff; background: #f7ffff; color: var(--ckr-promo-a); transform: translateY(-1px); }
.ckr-game-promo-cta .ckr-icon { width: 18px; height: 18px; }
.ckr-btn-disabled,
.ckr-btn-disabled:hover { cursor: not-allowed; border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.8); color: #42526a; box-shadow: none; transform: none; }
.ckr-game-promo-model { align-self: end; display: flex; align-items: flex-end; justify-content: center; height: 205px; margin: -6px -5px -26px 0; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; pointer-events: none; }
.ckr-game-promo-model img { display: block; width: auto; max-width: 100%; height: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 13px 14px rgba(5,38,54,.18)); }

/* Immutable creator credit is deliberately independent of editable text. */
.ckr-footer-credits { display: flex; align-items: center; justify-content: flex-end; gap: 13px; flex-wrap: wrap; }
.ckr-codexkr-credit { display: inline-flex; align-items: center; gap: 5px; color: #fff; font-weight: 650; }
.ckr-codexkr-credit .ckr-icon { width: 14px; height: 14px; color: #39c9f2; }
.ckr-immutable-credit-strip { padding: 12px 16px; background: var(--ckr-navy); color: #fff; text-align: center; }
.ckr-immutable-credit-strip a { display: inline-flex; align-items: center; justify-content: center; gap: 6px; font-weight: 700; }
.ckr-immutable-credit-strip .ckr-icon { width: 15px; height: 15px; color: #39c9f2; }

/* Skip paint/layout for safely off-screen card groups without hiding content. */
@supports (content-visibility: auto) {
	.ckr-home-main ~ .ckr-section,
	.ckr-game-content > section:nth-of-type(n+3),
	.ckr-single-sidebar > :nth-child(n+2),
	.ckr-related-cards,
	.ckr-category-trust {
		content-visibility: auto;
		contain-intrinsic-size: auto 360px;
	}
}

@media (max-width: 820px) {
	.ckr-aviator-banner { grid-template-columns: 180px minmax(0, 1fr); gap: 16px; }
	.ckr-aviator-button { grid-column: 1 / -1; justify-self: stretch; }
	.ckr-download-head { grid-template-columns: 56px minmax(0, 1fr) minmax(180px, 230px); }
	.ckr-game-promo-banner { grid-template-columns: 96px minmax(0, 1fr) 155px; gap: 17px; min-height: 210px; padding: 22px; }
	.ckr-game-promo-no-model { grid-template-columns: 96px minmax(0, 1fr); }
	.ckr-game-promo-logo .ckr-app-icon { width: 90px; height: 90px; border-radius: 20px; }
	.ckr-game-promo-model { height: 138px; margin-bottom: -22px; }
}

@media (max-width: 600px) {
	.ckr-state-warning { padding: 7px 0; }
	.ckr-state-warning-inner { align-items: flex-start; gap: 8px; }
	.ckr-state-warning-icon { width: 29px; height: 29px; flex-basis: 29px; }
	.ckr-state-warning-icon .ckr-icon { width: 17px; height: 17px; }
	.ckr-state-warning strong { font-size: 11px; }
	.ckr-state-warning p { font-size: 11px; line-height: 1.42; }
	.ckr-aviator-banner {
		grid-template-columns: 104px minmax(0, 1fr);
		min-height: 0;
		gap: 10px;
		padding: 11px;
	}
	.ckr-aviator-art { height: 82px; border-radius: 9px; }
	.ckr-aviator-copy > span { padding: 2px 6px; font-size: 10px; }
	.ckr-aviator-copy h2 { margin-top: 3px; font-size: 17px; }
	.ckr-aviator-copy p { display: -webkit-box; overflow: hidden; font-size: 11px; line-height: 1.42; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
	.ckr-aviator-button { min-height: 44px; padding: 9px 12px; font-size: 12px; }
	.ckr-game-actions .ckr-btn-all-mix { margin-top: 0; }
	.ckr-download-head { grid-template-columns: 42px minmax(0, 1fr); }
	.ckr-download-actions { grid-column: 1 / -1; width: 100%; }
	.ckr-game-promo-banner {
		grid-template-columns: 64px minmax(0, 1fr) 88px;
		gap: 9px;
		min-height: 0;
		padding: 15px 10px 14px;
		border-radius: 13px;
	}
	.ckr-game-promo-no-model { grid-template-columns: 64px minmax(0, 1fr); }
	.ckr-game-promo-logo { gap: 5px; }
	.ckr-game-promo-logo .ckr-app-icon { width: 62px; height: 62px; border-width: 2px; border-radius: 15px; }
	.ckr-game-promo-logo > span { max-width: 64px; padding: 2px 6px; font-size: 9px; }
	.ckr-game-promo-eyebrow { margin-bottom: 4px; font-size: 10px; line-height: 1.25; }
	.ckr-game-promo-eyebrow .ckr-icon { width: 13px; height: 13px; }
	.ckr-game-promo-copy h2 { font-size: clamp(17px, 5vw, 22px); line-height: 1.12; }
	.ckr-game-promo-copy p { display: -webkit-box; margin: 6px 0 9px; overflow: hidden; font-size: 11px; line-height: 1.42; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
	.ckr-game-promo-cta { width: 100%; min-height: 44px; padding: 8px 9px; font-size: 12px; line-height: 1.2; }
	.ckr-game-promo-cta .ckr-icon { width: 14px; height: 14px; }
	.ckr-game-promo-model { height: 112px; margin: -7px -6px -14px 0; }
	.ckr-long-content,
	.ckr-long-content-inner,
	.ckr-long-content-inner > *,
	.ckr-editor-guide,
	.ckr-editor-guide .entry-content {
		display: block;
		width: 100%;
		height: auto !important;
		max-height: none !important;
		overflow: visible;
		opacity: 1;
		visibility: visible;
	}
	.ckr-footer-credits { align-items: flex-start; justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
	.ckr-aviator-art img,
	.ckr-aviator-sky i { animation: none !important; }
}

.ckr-animations-off .ckr-aviator-art img,
.ckr-animations-off .ckr-aviator-sky i { animation: none !important; }

@media (max-width: 820px) {
	/* The compact mobile stats card immediately below the hero carries these
	   same facts; hiding this desktop enhancement keeps the V9 proportions. */
	.ckr-hero-facts { display: none; }
}

@media (max-width: 390px) {
	.ckr-game-promo-model { height: 99px; }
}
.ckr-home-main--list-only { grid-template-columns: minmax(0, 1fr); }
.ckr-skip-link { position: fixed; z-index: 100000; top: 8px; left: 8px; padding: 10px 14px; border-radius: 8px; background: #fff; color: #071738; box-shadow: 0 5px 20px rgba(4,18,52,.25); transform: translateY(-160%); }
.ckr-skip-link:focus { transform: translateY(0); }

/* Final v11 contrast, responsive hero and adaptive action refinements. */
.ckr-share-row {
	grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
}
.ckr-share-row a {
	min-width: 0;
	min-height: 32px;
	padding-inline: 4px;
	text-align: center;
}

body.ckr-dark .ckr-home-hero,
body.ckr-dark .ckr-game-hero,
body.ckr-dark .ckr-category-hero {
	background-image:
		linear-gradient(115deg, rgba(8,20,38,.97), rgba(9,43,51,.93)),
		var(--ckr-hero-image, none) !important;
}
body.ckr-dark .ckr-hero-search,
body.ckr-dark .ckr-trending a,
body.ckr-dark .ckr-float-icon,
body.ckr-dark .ckr-verified-float,
body.ckr-dark .ckr-home-stats,
body.ckr-dark .ckr-category-benefit,
body.ckr-dark .ckr-ticker-track a {
	border-color: var(--ckr-line);
	background: #0d2332;
	color: var(--ckr-text);
}
body.ckr-dark .ckr-hero-search input,
body.ckr-dark .ckr-newsletter input {
	background: transparent;
	color: var(--ckr-text);
}
body.ckr-dark .ckr-hero-search input::placeholder,
body.ckr-dark .ckr-newsletter input::placeholder {
	color: var(--ckr-muted);
	opacity: 1;
}
body.ckr-dark .ckr-hero-facts > span {
	border-color: var(--ckr-line);
	background: rgba(13,35,50,.84);
}
body.ckr-dark .ckr-hero-facts b { color: var(--ckr-text); }
body.ckr-dark .ckr-newsletter,
body.ckr-dark .ckr-update-card,
body.ckr-dark .ckr-download-box,
body.ckr-dark .ckr-alert-card,
body.ckr-dark .ckr-install-help {
	border-color: var(--ckr-line);
	background: linear-gradient(135deg, #0b1e30, #0d2934);
	color: var(--ckr-text);
}
body.ckr-dark .ckr-update-card .ckr-update-icon,
body.ckr-dark .ckr-shield {
	background: #132f40;
}
body.ckr-dark .ckr-game-category-label,
body.ckr-dark .ckr-game-badges span:first-child,
body.ckr-dark .ckr-badge,
body.ckr-dark .ckr-card-badge {
	border-color: #31516a;
	background: #132f40;
	color: #72e5d9;
}
body.ckr-dark .ckr-game-actions .ckr-btn-secondary {
	border-color: #31516a;
	background: #0d2332;
	color: var(--ckr-text);
}
body.ckr-dark .ckr-rating-bar i { background: #203650; }
body.ckr-dark .ckr-float-icon.i1 { color: #ff6aa5; }
body.ckr-dark .ckr-float-icon.i2 { color: #ffb346; }
body.ckr-dark .ckr-float-icon.i3 { color: #a88aff; }
body.ckr-dark .ckr-floating-creator {
	border-color: rgba(77,224,209,.32);
	background: linear-gradient(135deg, rgba(10,28,45,.98), rgba(10,50,57,.98));
}

@media (max-width: 600px) {
	.ckr-home-hero {
		padding: 18px 16px 0;
	}
	.ckr-home-hero .ckr-hero-grid {
		--ckr-mobile-hero-art: clamp(112px, 34vw, 170px);
		display: block;
		position: relative;
	}
	.ckr-home-hero .ckr-hero-copy {
		position: relative;
		z-index: 2;
	}
	.ckr-home-hero .ckr-hero-copy > .ckr-eyebrow,
	.ckr-home-hero .ckr-hero-copy > h1,
	.ckr-home-hero .ckr-hero-copy > p {
		max-width: calc(100% - var(--ckr-mobile-hero-art) - 6px);
	}
	.ckr-home-hero .ckr-hero-copy > h1 {
		margin: 5px 0 8px;
		font-size: clamp(24px, 6.6vw, 28px);
		line-height: 1.07;
	}
	.ckr-home-hero .ckr-hero-copy > p {
		margin-bottom: 12px;
		font-size: 12px;
		line-height: 1.4;
	}
	.ckr-home-hero .ckr-hero-visual {
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		width: var(--ckr-mobile-hero-art);
		height: 176px;
		pointer-events: none;
	}
	.ckr-home-hero .ckr-hero-search {
		position: relative;
		z-index: 3;
		width: 100%;
		max-width: none;
	}
	.ckr-home-hero .ckr-trending {
		position: relative;
		z-index: 3;
		width: 100%;
		margin-top: 9px;
		padding-bottom: 3px;
		overflow-x: auto;
		flex-wrap: nowrap;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}
	.ckr-home-hero .ckr-trending::-webkit-scrollbar { display: none; }
	.ckr-home-hero .ckr-trending > span,
	.ckr-home-hero .ckr-trending > a { flex: 0 0 auto; }
	.ckr-home-hero .ckr-home-stats { margin-top: 12px; }

	.ckr-floating-creator {
		right: 4px;
		bottom: calc(6px + env(safe-area-inset-bottom));
		width: 136px;
		min-height: 64px;
		padding: 6px 5px 5px 44px;
		border-radius: 12px 0 0 12px;
		box-shadow: 0 8px 22px rgba(3,28,57,.18);
		pointer-events: none;
	}
	.ckr-floating-creator.ckr-position-left {
		right: auto;
		left: 4px;
		border-radius: 0 12px 12px 0;
	}
	.ckr-floating-creator > img {
		left: 0;
		bottom: -1px;
		width: 44px;
		height: 65px;
	}
	.ckr-creator-copy strong {
		display: -webkit-box;
		margin: 0 0 2px;
		overflow: hidden;
		font-size: 8px;
		line-height: 1.15;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.ckr-creator-copy p {
		display: -webkit-box;
		margin: 0 0 3px;
		overflow: hidden;
		font-size: 7.5px;
		line-height: 1.15;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.ckr-creator-copy a {
		width: 100%;
		min-height: 20px;
		padding: 2px 4px;
		overflow: hidden;
		font-size: 8px;
		line-height: 1;
		white-space: nowrap;
		text-overflow: ellipsis;
		border-radius: 6px;
		pointer-events: auto;
	}
	.ckr-creator-copy a .ckr-icon { width: 9px; height: 9px; }
}

@media (max-width: 390px) {
	.ckr-home-hero .ckr-hero-grid { --ckr-mobile-hero-art: 104px; }
	.ckr-home-hero .ckr-hero-visual { height: 158px; }
	.ckr-home-hero .ckr-visual-orbit { width: 132px; height: 132px; }
	.ckr-home-hero .ckr-float-icon { width: 44px; height: 44px; }
	.ckr-home-hero .ckr-float-icon .ckr-icon { width: 25px; height: 25px; }
	.ckr-home-hero .ckr-verified-float { max-width: 104px; padding: 6px 7px; font-size: 8px; }
}

@media (max-width: 340px) {
	.ckr-floating-creator {
		width: 124px;
		padding-left: 40px;
	}
	.ckr-floating-creator > img { width: 40px; }
}

/* V11 hero finishing: keep desktop actions tidy and the mobile identity compact. */
.ckr-header-actions .ckr-btn { white-space: nowrap; }

@media (max-width: 600px) {
	.ckr-game-identity .ckr-byline {
		font-size: 10px;
		line-height: 1.35;
	}
	.ckr-game-rating-line .ckr-review-count { display: none; }
	.ckr-game-rating-line .ckr-rating-disclosure {
		flex-basis: 100%;
		max-width: 100%;
		overflow: hidden;
		font-size: 8px;
		line-height: 1.3;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.ckr-game-summary {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
}
