/* GameMind Launch Readiness — compatibility styles only. */

.library-grid > .game-card[hidden],
.home-leaderboard-section .leaderboard-list > li[hidden],
.gmcb-home-board .gmcb-list > li[hidden],
.gmlr-hot-priority .hot-game-card[hidden] {
	display: none !important;
}

.gmlr-hot-priority {
	padding-block: 58px;
}

.gmlr-hot-priority .hot-games-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gmlr-hot-toggle-wrap {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.gmlr-hot-toggle {
	min-height: 50px;
	padding: 12px 24px;
	border: 1px solid rgba(255, 255, 255, .42);
	border-radius: 999px;
	color: #0d3b32;
	background: #f4d75e;
	cursor: pointer;
	font: inherit;
	font-weight: 900;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
}

.gmlr-hot-toggle:hover {
	color: #fff;
	border-color: #f47765;
	background: #f47765;
}

.gmlr-hot-toggle:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 4px;
}

.gmlr-library-footer {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
	margin-top: 30px;
	padding: 18px 20px;
	border: 1px solid #dce6e1;
	border-radius: 18px;
	background: #fff;
}

.gmlr-library-status {
	margin: 0;
	color: #536861;
	font-size: 14px;
	font-weight: 750;
}

.gmlr-library-pager {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	justify-content: flex-end;
}

.gmlr-library-pager button {
	display: grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	padding: 0 13px;
	border: 1px solid #cad9d3;
	border-radius: 12px;
	color: #16594c;
	background: #f7faf8;
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 850;
}

.gmlr-library-pager button:hover,
.gmlr-library-pager button[aria-current="page"] {
	color: #fff;
	border-color: #16594c;
	background: #16594c;
}

.gmlr-library-pager button:disabled {
	cursor: default;
	opacity: .45;
}

.gmlr-library-pager button:focus-visible,
.gmlr-board-toggle:focus-visible {
	outline: 3px solid #f47765;
	outline-offset: 3px;
}

.gmlr-board-toggle-wrap {
	display: flex;
	justify-content: center;
	padding: 18px 20px 24px;
}

.gmlr-board-toggle {
	min-height: 48px;
	padding: 12px 22px;
	border: 1px solid #b9d2c9;
	border-radius: 999px;
	color: #155a4d;
	background: #e4f3ed;
	cursor: pointer;
	font: inherit;
	font-weight: 850;
	box-shadow: 0 8px 24px rgba(19, 82, 69, .08);
}

.gmlr-board-toggle:hover {
	color: #fff;
	border-color: #155a4d;
	background: #155a4d;
}

.home-leaderboard-section .leaderboard-results > .gmlr-board-toggle-wrap {
	border-top: 1px solid #e5ebe7;
}

.gmcb-home-board .gmlr-board-toggle-wrap {
	padding-top: 22px;
	padding-bottom: 4px;
}

.gmlr-daily-mix .prose-page {
	width: 100%;
	max-width: none;
	padding-top: 0;
}

.gmlr-daily-mix .prose-page > .prose {
	width: 100%;
	max-width: none;
}

.gmlr-daily-mix .gmdc-page {
	margin-top: 24px;
}

.gmlr-daily-mix .gmdc-page-hero .eyebrow {
	color: #ffe487 !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.gmlr-daily-mix .gmdc-page-hero button:focus-visible,
.gmlr-daily-mix .gmdc-page a:focus-visible,
.gmlr-daily-mix .gmdc-page summary:focus-visible {
	outline: 3px solid #ffe487;
	outline-offset: 4px;
}

@media (max-width: 720px) {
	.gmlr-library-footer {
		align-items: stretch;
		flex-direction: column;
	}
	.gmlr-library-pager {
		justify-content: flex-start;
	}
	.gmlr-library-pager button {
		min-width: 40px;
		height: 40px;
		padding-inline: 10px;
	}
	.gmlr-daily-mix .gmdc-page {
		margin-top: 12px;
	}
}

@media (max-width: 980px) {
	.gmlr-hot-priority .hot-games-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 430px) {
	.gmlr-hot-priority .hot-games-grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gmlr-library-pager button,
	.gmlr-board-toggle {
		scroll-behavior: auto;
		transition: none;
	}
}
