:root {
	--gdh-bg: #041f16;
	--gdh-surface: #082c1f;
	--gdh-surface-strong: #0d3a2a;
	--gdh-border: rgba(245, 194, 86, 0.18);
	--gdh-text: #f7fff8;
	--gdh-muted: #b5c8bb;
	--gdh-cyan: #2fef8f;
	--gdh-blue: #0aa84f;
	--gdh-green: #35dc84;
	--gdh-amber: #f5c256;
	--gdh-radius: 8px;
	--gdh-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Rummy landing mockup override */
.gdh-standalone-body {
	background: #031b13;
}

.gdh-site-header {
	background: linear-gradient(90deg, #05261b, #031a13);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	height: 92px;
	margin: 0 auto;
	max-width: 864px;
	padding: 0 35px;
	position: sticky;
}

.gdh-site-brand {
	color: var(--gdh-amber);
	font-size: 2rem;
	line-height: 1;
}

.gdh-site-brand::before {
	border: 0;
	content: "\2660";
	font-size: 2rem;
	height: auto;
	width: auto;
}

.gdh-site-nav {
	display: none;
}

.gdh-site-actions {
	align-items: center;
	display: flex;
	gap: 32px;
}

.gdh-site-action {
	color: #ffffff;
	display: inline-flex;
	height: 38px;
	position: relative;
	width: 38px;
}

.gdh-site-action--search::before {
	border: 4px solid currentColor;
	border-radius: 50%;
	content: "";
	height: 22px;
	left: 2px;
	position: absolute;
	top: 2px;
	width: 22px;
}

.gdh-site-action--search::after {
	background: currentColor;
	border-radius: 2px;
	content: "";
	height: 18px;
	left: 24px;
	position: absolute;
	top: 23px;
	transform: rotate(-45deg);
	width: 4px;
}

.gdh-site-action--menu::before {
	box-shadow: 0 11px 0 currentColor, 0 22px 0 currentColor;
	background: currentColor;
	border-radius: 2px;
	content: "";
	height: 4px;
	left: 3px;
	position: absolute;
	top: 7px;
	width: 32px;
}

.gdh-home {
	background:
		radial-gradient(circle at 78% 12%, rgba(24, 90, 62, 0.58), transparent 28%),
		linear-gradient(180deg, #04261b 0%, #031d16 42%, #031812 100%);
}

.gdh-home .gdh-shell {
	box-sizing: border-box;
	max-width: 864px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 35px 28px;
	width: 100%;
}

.gdh-home-hero {
	background:
		linear-gradient(90deg, rgba(3, 24, 18, 0.97) 0%, rgba(4, 32, 23, 0.88) 44%, rgba(4, 32, 23, 0.42) 100%),
		radial-gradient(circle at 76% 68%, rgba(245, 194, 86, 0.17), transparent 20%),
		linear-gradient(135deg, #052b1f, #031a13);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0 -35px;
	min-height: 535px;
	padding: 34px 35px 28px;
	width: calc(100% + 70px);
}

.gdh-home-hero::before {
	background:
		linear-gradient(116deg, transparent 0 63%, rgba(245, 194, 86, 0.14) 63.1% 63.5%, transparent 63.6%),
		linear-gradient(104deg, transparent 0 72%, rgba(245, 194, 86, 0.09) 72.1% 72.4%, transparent 72.5%),
		radial-gradient(circle at 86% 78%, rgba(245, 194, 86, 0.16), transparent 9%);
}

.gdh-home-hero::after {
	background:
		linear-gradient(145deg, #f4ead7, #e2cfaa);
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 13px;
	box-shadow:
		42px 25px 0 -7px #f0e4ce,
		83px 50px 0 -13px #ead9b7,
		123px 77px 0 -20px #dfc895,
		178px 166px 0 -82px #123f2f,
		0 28px 90px rgba(0, 0, 0, 0.34);
	height: 290px;
	opacity: 0.96;
	right: -5px;
	top: 118px;
	transform: rotate(-11deg);
	width: 190px;
}

.gdh-kicker,
.gdh-hero-search {
	display: none;
}

.gdh-home-hero__content {
	max-width: 420px;
}

.gdh-home-hero h1 {
	font-size: 3.48rem;
	line-height: 1.08;
	margin-bottom: 16px;
	max-width: 430px;
}

.gdh-home-hero p {
	color: #d8e1dd;
	font-size: 1.35rem;
	line-height: 1.4;
	max-width: 390px;
}

.gdh-hero-cert {
	position: absolute;
	right: -405px;
	top: -20px;
	width: 170px;
	min-width: 170px;
	padding: 16px;
}

.gdh-hero-cert strong {
	font-size: 1.55rem;
}

.gdh-home-hero__actions {
	display: grid;
	gap: 11px;
	margin-top: 24px;
	width: 370px;
}

.gdh-button {
	border-radius: 9px;
	font-size: 1.14rem;
	min-height: 66px;
}

.gdh-home-hero__actions .gdh-button {
	font-size: 1.42rem;
}

.gdh-button--gold {
	background: rgba(5, 35, 25, 0.56);
	border: 1px solid var(--gdh-amber);
	color: var(--gdh-amber);
}

.gdh-hero-safety {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 28px;
	width: 395px;
}

.gdh-hero-safety a {
	background: transparent;
	border: 0;
	color: #d8e1dd;
	font-size: 1rem;
	gap: 10px;
	padding: 0;
}

.gdh-hero-safety .gdh-icon {
	border-color: rgba(245, 194, 86, 0.78);
	color: var(--gdh-amber);
	flex-basis: 42px;
	height: 42px;
	width: 42px;
}

.gdh-home-library-layout {
	display: flex;
	flex-direction: column;
	gap: 34px;
}

.gdh-home-sidebar {
	display: block;
	order: -1;
	position: static;
}

.gdh-home-signal--latest {
	display: none;
}

.gdh-home-signal {
	background: rgba(4, 35, 26, 0.78);
	border-color: rgba(121, 196, 169, 0.34);
	border-radius: 13px;
}

.gdh-home-signal__heading {
	background: transparent;
	border-bottom: 0;
	padding: 26px 22px 8px;
}

.gdh-home-signal__heading p {
	display: none;
}

.gdh-home-signal__heading h2 {
	font-size: 1.38rem;
}

.gdh-home-signal__title-row a {
	font-size: 1.08rem;
}

.gdh-home-signal__item--weekly {
	grid-template-columns: 42px 44px minmax(0, 1fr) 78px 28px;
	padding: 14px 22px;
}

.gdh-home-signal__item--weekly .gdh-home-signal__copy small {
	display: none;
}

.gdh-home-signal__details {
	border: 0;
	color: var(--gdh-green);
	font-size: 1.35rem;
	padding: 0;
	text-align: right;
}

.gdh-home-signal__count {
	color: var(--gdh-muted);
	font-weight: 800;
	text-align: right;
}

.gdh-home .gdh-section {
	background: transparent;
	border: 0;
	padding: 0;
}

.gdh-home-library-layout .gdh-section-heading {
	align-items: start;
	margin-bottom: 20px;
}

.gdh-home-library-layout .gdh-section-heading h2 {
	font-size: 1.85rem;
}

.gdh-home-library-layout .gdh-section-heading > a {
	display: none;
}

.gdh-home-library-layout .gdh-game-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gdh-home-library-layout .gdh-game-card {
	border-color: rgba(121, 196, 169, 0.38);
	border-radius: 13px;
}

.gdh-home-library-layout .gdh-game-card__media {
	height: 178px;
}

.gdh-game-card__media::after {
	bottom: 10px;
	color: var(--gdh-green);
	content: "VERIFIED";
	right: 0;
}

.gdh-home-library-layout .gdh-game-card__body {
	padding: 18px;
}

.gdh-home-library-layout .gdh-game-card p {
	display: none;
}

.gdh-home-library-layout .gdh-game-card__meta {
	display: grid;
	gap: 8px;
}

.gdh-home-library-layout .gdh-game-card__meta li {
	background: transparent;
	border: 0;
	padding: 0;
}

.gdh-game-card__actions {
	grid-template-columns: 1fr;
	margin-top: 12px;
}

.gdh-game-card__actions .gdh-button--ghost {
	border-color: var(--gdh-amber);
	color: var(--gdh-green);
}

.gdh-game-card__actions .gdh-button {
	min-height: 46px;
}

.gdh-home-bottom-cta {
	border-color: rgba(121, 196, 169, 0.34);
	border-radius: 13px;
	margin-top: 12px;
}

.gdh-home-bottom-cta .gdh-button {
	min-width: 290px;
}

.gdh-home-taxonomies {
	display: none;
}

@media (max-width: 700px) {
	.gdh-site-header {
		max-width: none;
		padding: 0 22px;
	}

	.gdh-home .gdh-shell {
		padding-left: 22px;
		padding-right: 22px;
	}

	.gdh-home-hero {
		margin-left: -22px;
		margin-right: -22px;
		padding-left: 22px;
		padding-right: 22px;
		width: calc(100% + 44px);
	}

	.gdh-home-library-layout .gdh-game-grid {
		grid-template-columns: 1fr;
	}
}

/* Final Rummy mockup alignment pass: keep these rules last so legacy overrides cannot shift the page. */
.gdh-home {
	overflow-x: hidden;
}

.gdh-home .gdh-shell {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 864px;
	padding: 0 35px 28px;
	width: 100%;
}

.gdh-home-hero {
	background:
		linear-gradient(90deg, rgba(3, 24, 18, 1) 0%, rgba(4, 31, 22, 0.94) 43%, rgba(4, 31, 22, 0.28) 100%),
		radial-gradient(circle at 77% 48%, rgba(8, 100, 63, 0.46), transparent 25%),
		linear-gradient(135deg, #042b1e 0%, #021810 72%, #02140e 100%);
	margin: 0 -35px;
	min-height: 535px;
	overflow: hidden;
	padding: 34px 35px 28px;
	position: relative;
	width: calc(100% + 70px);
}

.gdh-home-hero::before {
	background:
		linear-gradient(114deg, transparent 0 62%, rgba(245, 194, 86, 0.16) 62.15% 62.48%, transparent 62.75%),
		linear-gradient(104deg, transparent 0 72%, rgba(245, 194, 86, 0.13) 72.15% 72.48%, transparent 72.78%),
		radial-gradient(circle at 78% 78%, rgba(245, 194, 86, 0.1), transparent 15%),
		radial-gradient(circle at 86% 36%, rgba(53, 220, 132, 0.1), transparent 26%);
	inset: 0;
	opacity: 1;
	z-index: 0;
}

.gdh-home-hero__content {
	position: relative;
	z-index: 3;
}

.gdh-hero-cert {
	left: auto;
	position: absolute;
	right: 20px;
	top: 18px;
	width: 170px;
	z-index: 5;
}

.gdh-hero-table-scene {
	bottom: auto;
	height: 350px;
	opacity: 0.98;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 112px;
	transform: scale(0.9);
	transform-origin: top right;
	width: 382px;
	z-index: 1;
}

.gdh-card-fan {
	height: 236px;
	position: absolute;
	right: 58px;
	top: -6px;
	transform: scale(0.9);
	transform-origin: top right;
	width: 260px;
}

.gdh-playing-card {
	height: 182px;
	width: 116px;
}

.gdh-poker-chip {
	bottom: 46px;
	height: 90px;
	right: 134px;
	width: 90px;
}

.gdh-rummy-deck {
	bottom: 44px;
	height: 142px;
	right: -4px;
	width: 110px;
}

.gdh-home-library-layout {
	display: flex;
	flex-direction: column;
	gap: 31px;
	margin-top: 0;
}

.gdh-home-sidebar {
	order: -1;
	width: 100%;
}

.gdh-home-signal {
	box-shadow: 0 28px 56px rgba(0, 0, 0, 0.18);
	margin: 0;
	max-width: none;
	width: 100%;
}

.gdh-home-signal__heading {
	padding: 25px 22px 8px;
}

.gdh-home-signal__item--weekly {
	align-items: center;
	grid-template-columns: 44px 46px minmax(0, 1fr) 78px 28px;
	min-height: 91px;
	padding: 14px 22px;
}

.gdh-home-signal__copy a {
	font-size: 1.32rem;
	line-height: 1.15;
	white-space: nowrap;
}

.gdh-home-signal__count {
	font-size: 1.28rem;
	text-align: right;
}

.gdh-home .gdh-section {
	margin: 0;
}

.gdh-home-library-layout .gdh-section-heading {
	margin-bottom: 21px;
}

.gdh-home-library-layout .gdh-section-heading h2 {
	font-size: 2rem;
}

.gdh-home-library-layout .gdh-section-heading p {
	font-size: 1.25rem;
}

.gdh-home-bottom-cta {
	margin-top: 12px;
}

@media (max-width: 700px) {
	.gdh-home .gdh-shell {
		padding-left: 22px;
		padding-right: 22px;
	}

	.gdh-home-hero {
		margin-left: -22px;
		margin-right: -22px;
		min-height: 580px;
		padding-left: 22px;
		padding-right: 22px;
		width: calc(100% + 44px);
	}

	.gdh-hero-cert {
		margin-top: 16px;
		position: relative;
		right: auto;
		top: auto;
		width: 170px;
	}

	.gdh-hero-table-scene {
		opacity: 0.52;
		right: -192px;
		top: 94px;
		transform: scale(0.72);
	}

	.gdh-home-hero__content {
		max-width: 100%;
	}

	.gdh-home-hero__actions,
	.gdh-hero-safety {
		max-width: 390px;
		width: 100%;
	}

	.gdh-home-signal__item--weekly {
		grid-template-columns: 42px 42px minmax(0, 1fr) 60px 26px;
		padding-left: 18px;
		padding-right: 18px;
	}

	.gdh-home-signal__copy a {
		font-size: 1.12rem;
		white-space: normal;
	}

	.gdh-home-signal__count {
		font-size: 1rem;
	}
}

@media (max-width: 430px) {
	.gdh-home-hero h1 {
		font-size: 2.88rem;
	}

	.gdh-home-hero p {
		font-size: 1.1rem;
	}

	.gdh-hero-table-scene {
		opacity: 0.34;
		right: -238px;
		top: 102px;
		transform: scale(0.66);
	}

	.gdh-hero-safety {
		gap: 12px;
	}

	.gdh-hero-safety a {
		font-size: 0.86rem;
	}
}

/* Final Rummy mockup alignment pass: keep the hero artwork inside the frame and restore the compact stacked rhythm. */
.gdh-home {
	overflow-x: hidden;
}

.gdh-home .gdh-shell {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 864px;
	padding: 0 35px 28px;
	width: 100%;
}

.gdh-home-hero {
	background:
		linear-gradient(90deg, rgba(3, 24, 18, 1) 0%, rgba(4, 31, 22, 0.94) 43%, rgba(4, 31, 22, 0.28) 100%),
		radial-gradient(circle at 77% 48%, rgba(8, 100, 63, 0.46), transparent 25%),
		linear-gradient(135deg, #042b1e 0%, #021810 72%, #02140e 100%);
	margin: 0 -35px;
	min-height: 535px;
	overflow: hidden;
	padding: 34px 35px 28px;
	position: relative;
	width: calc(100% + 70px);
}

.gdh-home-hero::before {
	background:
		linear-gradient(114deg, transparent 0 62%, rgba(245, 194, 86, 0.16) 62.15% 62.48%, transparent 62.75%),
		linear-gradient(104deg, transparent 0 72%, rgba(245, 194, 86, 0.13) 72.15% 72.48%, transparent 72.78%),
		radial-gradient(circle at 78% 78%, rgba(245, 194, 86, 0.1), transparent 15%),
		radial-gradient(circle at 86% 36%, rgba(53, 220, 132, 0.1), transparent 26%);
	inset: 0;
	opacity: 1;
	z-index: 0;
}

.gdh-home-hero__content {
	position: relative;
	z-index: 3;
}

.gdh-hero-cert {
	left: auto;
	position: absolute;
	right: 20px;
	top: 18px;
	width: 170px;
	z-index: 5;
}

.gdh-hero-table-scene {
	bottom: auto;
	height: 350px;
	opacity: 0.98;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 112px;
	transform: scale(0.9);
	transform-origin: top right;
	width: 382px;
	z-index: 1;
}

.gdh-card-fan {
	height: 236px;
	position: absolute;
	right: 58px;
	top: -6px;
	transform: scale(0.9);
	transform-origin: top right;
	width: 260px;
}

.gdh-playing-card {
	height: 182px;
	width: 116px;
}

.gdh-poker-chip {
	bottom: 46px;
	height: 90px;
	right: 134px;
	width: 90px;
}

.gdh-rummy-deck {
	bottom: 44px;
	height: 142px;
	right: -4px;
	width: 110px;
}

.gdh-home-library-layout {
	display: flex;
	flex-direction: column;
	gap: 31px;
	margin-top: 0;
}

.gdh-home-sidebar {
	order: -1;
	width: 100%;
}

.gdh-home-signal {
	box-shadow: 0 28px 56px rgba(0, 0, 0, 0.18);
	margin: 0;
	max-width: none;
	width: 100%;
}

.gdh-home-signal__heading {
	padding: 25px 22px 8px;
}

.gdh-home-signal__item--weekly {
	align-items: center;
	grid-template-columns: 44px 46px minmax(0, 1fr) 78px 28px;
	min-height: 91px;
	padding: 14px 22px;
}

.gdh-home-signal__copy a {
	font-size: 1.32rem;
	line-height: 1.15;
	white-space: nowrap;
}

.gdh-home-signal__count {
	font-size: 1.28rem;
	text-align: right;
}

.gdh-home .gdh-section {
	margin: 0;
}

.gdh-home-library-layout .gdh-section-heading {
	margin-bottom: 21px;
}

.gdh-home-library-layout .gdh-section-heading h2 {
	font-size: 2rem;
}

.gdh-home-library-layout .gdh-section-heading p {
	font-size: 1.25rem;
}

.gdh-home-bottom-cta {
	margin-top: 12px;
}

@media (max-width: 900px) {
	.gdh-home .gdh-shell {
		max-width: 864px;
	}
}

@media (max-width: 700px) {
	.gdh-home .gdh-shell {
		padding-left: 22px;
		padding-right: 22px;
	}

	.gdh-home-hero {
		margin-left: -22px;
		margin-right: -22px;
		min-height: 580px;
		padding-left: 22px;
		padding-right: 22px;
		width: calc(100% + 44px);
	}

	.gdh-hero-cert {
		margin-top: 16px;
		position: relative;
		right: auto;
		top: auto;
		width: 170px;
	}

	.gdh-hero-table-scene {
		opacity: 0.52;
		right: -192px;
		top: 94px;
		transform: scale(0.72);
	}

	.gdh-home-hero__content {
		max-width: 100%;
	}

	.gdh-home-hero__actions,
	.gdh-hero-safety {
		max-width: 390px;
		width: 100%;
	}

	.gdh-home-signal__item--weekly {
		grid-template-columns: 42px 42px minmax(0, 1fr) 60px 26px;
		padding-left: 18px;
		padding-right: 18px;
	}

	.gdh-home-signal__copy a {
		font-size: 1.12rem;
		white-space: normal;
	}

	.gdh-home-signal__count {
		font-size: 1rem;
	}
}

@media (max-width: 430px) {
	.gdh-home-hero h1 {
		font-size: 2.88rem;
	}

	.gdh-home-hero p {
		font-size: 1.1rem;
	}

	.gdh-hero-table-scene {
		opacity: 0.34;
		right: -238px;
		top: 102px;
		transform: scale(0.66);
	}

	.gdh-hero-safety {
		gap: 12px;
	}

	.gdh-hero-safety a {
		font-size: 0.86rem;
	}
}

/* Hero background fix: richer table scene, aligned to the target mockup. */
.gdh-home .gdh-shell {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.gdh-home-hero {
	background:
		linear-gradient(90deg, rgba(3, 24, 18, 0.99) 0%, rgba(4, 32, 23, 0.9) 44%, rgba(4, 32, 23, 0.34) 100%),
		radial-gradient(circle at 78% 52%, rgba(4, 85, 55, 0.55), transparent 24%),
		linear-gradient(135deg, #04291d, #03150f);
	overflow: hidden;
	position: relative;
	width: calc(100% + 70px);
}

.gdh-home-hero::before {
	background:
		linear-gradient(116deg, transparent 0 64%, rgba(245, 194, 86, 0.18) 64.15% 64.48%, transparent 64.7%),
		linear-gradient(105deg, transparent 0 73%, rgba(245, 194, 86, 0.14) 73.15% 73.5%, transparent 73.75%),
		linear-gradient(98deg, transparent 0 82%, rgba(245, 194, 86, 0.09) 82.1% 82.42%, transparent 82.7%),
		radial-gradient(circle at 76% 73%, rgba(245, 194, 86, 0.12), transparent 16%),
		radial-gradient(circle at 82% 36%, rgba(53, 220, 132, 0.12), transparent 28%);
	opacity: 1;
}

.gdh-home-hero::after {
	display: none;
}

.gdh-home-hero__content {
	z-index: 2;
}

.gdh-hero-table-scene {
	bottom: 22px;
	height: 390px;
	pointer-events: none;
	position: absolute;
	right: -16px;
	width: 430px;
	z-index: 1;
}

.gdh-card-fan {
	height: 260px;
	position: absolute;
	right: 74px;
	top: 38px;
	width: 260px;
}

.gdh-playing-card {
	background: linear-gradient(145deg, #fff7e9, #dfc99f);
	border: 1px solid rgba(60, 32, 12, 0.18);
	border-radius: 13px;
	box-shadow: 0 20px 34px rgba(0, 0, 0, 0.34);
	height: 190px;
	position: absolute;
	top: 28px;
	transform-origin: 50% 118%;
	width: 122px;
}

.gdh-playing-card::before {
	content: attr(data-rank);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.1rem;
	font-weight: 900;
	left: 16px;
	line-height: 1;
	position: absolute;
	top: 14px;
}

.gdh-playing-card::after {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 4.8rem;
	left: 35px;
	line-height: 1;
	opacity: 0.9;
	position: absolute;
	top: 72px;
}

.gdh-playing-card--heart,
.gdh-playing-card--diamond {
	color: #b93a22;
}

.gdh-playing-card--spade,
.gdh-playing-card--club {
	color: #151c18;
}

.gdh-playing-card--heart::after {
	content: "\2665";
}

.gdh-playing-card--diamond::after {
	content: "\2666";
}

.gdh-playing-card--spade::after {
	content: "\2660";
}

.gdh-playing-card--club::after {
	content: "\2663";
}

.gdh-playing-card:nth-child(1) {
	left: 0;
	transform: rotate(-24deg);
}

.gdh-playing-card:nth-child(2) {
	left: 34px;
	transform: rotate(-12deg);
}

.gdh-playing-card:nth-child(3) {
	left: 68px;
	transform: rotate(0deg);
}

.gdh-playing-card:nth-child(4) {
	left: 102px;
	transform: rotate(12deg);
}

.gdh-playing-card:nth-child(5) {
	left: 136px;
	transform: rotate(24deg);
}

.gdh-poker-chip {
	background: radial-gradient(circle, #d7ab4e 0 23%, #123d2d 24% 46%, #d7ab4e 47% 55%, #103427 56%);
	border: 6px dashed rgba(245, 194, 86, 0.9);
	border-radius: 50%;
	bottom: 34px;
	box-shadow: 0 20px 32px rgba(0, 0, 0, 0.36);
	height: 96px;
	position: absolute;
	right: 168px;
	width: 96px;
}

.gdh-poker-chip::after {
	color: var(--gdh-amber);
	content: "\2660";
	font-size: 2.1rem;
	font-weight: 900;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.gdh-rummy-deck {
	background:
		linear-gradient(145deg, rgba(12, 58, 42, 0.98), rgba(5, 34, 25, 0.98)),
		repeating-linear-gradient(45deg, transparent 0 12px, rgba(245, 194, 86, 0.16) 12px 14px);
	border: 4px solid rgba(245, 194, 86, 0.56);
	border-radius: 16px;
	bottom: 42px;
	box-shadow: 0 22px 34px rgba(0, 0, 0, 0.36);
	height: 150px;
	position: absolute;
	right: -16px;
	transform: rotate(20deg);
	width: 116px;
}

.gdh-rummy-deck::before {
	color: var(--gdh-amber);
	content: "\2660";
	font-size: 2.5rem;
	left: 50%;
	position: absolute;
	top: 34px;
	transform: translateX(-50%);
}

.gdh-rummy-deck::after {
	color: var(--gdh-amber);
	content: "RUMMY";
	font-size: 0.92rem;
	font-weight: 900;
	left: 18px;
	letter-spacing: 2px;
	position: absolute;
	top: 92px;
}

.gdh-hero-cert {
	z-index: 3;
}

@media (max-width: 700px) {
	.gdh-home-hero {
		width: calc(100% + 44px);
	}

	.gdh-hero-table-scene {
		height: 310px;
		opacity: 0.72;
		right: -160px;
		top: 98px;
		transform: scale(0.82);
		transform-origin: top right;
	}
}

.gdh-page {
	background:
		radial-gradient(circle at 82% 4%, rgba(245, 194, 86, 0.12), transparent 26%),
		radial-gradient(circle at 12% 18%, rgba(47, 239, 143, 0.13), transparent 28%),
		linear-gradient(180deg, #031b13 0%, var(--gdh-bg) 44%, #02140f 100%);
	color: var(--gdh-text);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.65;
	min-height: 100vh;
}

.gdh-standalone-body {
	background: var(--gdh-bg);
	margin: 0;
}

.gdh-site-header {
	align-items: center;
	backdrop-filter: blur(14px);
	background: rgba(3, 27, 19, 0.88);
	border-bottom: 1px solid var(--gdh-border);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding: 18px max(20px, calc((100vw - 1180px) / 2));
	position: sticky;
	top: 0;
	z-index: 20;
}

.gdh-site-brand {
	align-items: center;
	color: var(--gdh-amber);
	display: inline-flex;
	font-size: 1.35rem;
	font-weight: 900;
	gap: 10px;
	text-decoration: none;
}

.gdh-site-brand::before {
	align-items: center;
	border: 2px solid currentColor;
	border-radius: 8px;
	content: "\2660";
	display: inline-flex;
	font-size: 1rem;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.gdh-site-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: flex-end;
}

.gdh-site-nav a,
.gdh-site-footer a {
	color: var(--gdh-muted);
	font-weight: 700;
	text-decoration: none;
}

.gdh-site-nav a:hover,
.gdh-site-footer a:hover {
	color: var(--gdh-cyan);
}

.gdh-site-footer {
	background: #0d0d0d;
	border-top: 1px solid var(--gdh-border);
	color: var(--gdh-muted);
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: space-between;
	padding: 24px max(20px, calc((100vw - 1180px) / 2));
}

.gdh-site-footer p {
	margin: 0;
}

.gdh-footer-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.gdh-page *,
.gdh-page *::before,
.gdh-page *::after {
	box-sizing: border-box;
}

.gdh-page .screen-reader-text,
.gdh-standalone-body .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.gdh-shell {
	margin: 0 auto;
	max-width: 1180px;
	padding: 32px 20px 72px;
}

.gdh-breadcrumbs {
	color: var(--gdh-muted);
	font-size: 0.9rem;
	margin-bottom: 20px;
}

.gdh-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gdh-breadcrumbs li:not(:last-child)::after {
	color: var(--gdh-border);
	content: "/";
	margin-left: 8px;
}

.gdh-breadcrumbs a {
	color: var(--gdh-muted);
	text-decoration: none;
}

.gdh-breadcrumbs a:hover {
	color: var(--gdh-cyan);
}

.gdh-hero {
	align-items: center;
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(260px, 38%) minmax(0, 1fr);
	margin-bottom: 24px;
}

.gdh-hero__poster {
	aspect-ratio: 3 / 4;
	background: var(--gdh-surface);
	border: 1px solid var(--gdh-border);
	border-radius: var(--gdh-radius);
	box-shadow: var(--gdh-shadow);
	overflow: hidden;
}

.gdh-hero__image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gdh-kicker {
	color: var(--gdh-cyan);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.gdh-hero h1 {
	color: var(--gdh-text);
	font-size: clamp(2.4rem, 7vw, 5rem);
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0 0 18px;
}

.gdh-rating {
	align-items: center;
	color: var(--gdh-muted);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.gdh-rating__stars {
	color: var(--gdh-amber);
	display: inline-flex;
	font-size: 1.12rem;
	gap: 2px;
	letter-spacing: 0;
}

.gdh-star::before {
	content: "\2606";
}

.gdh-star.is-filled::before {
	content: "\2605";
}

.gdh-summary {
	color: #dce4ef;
	font-size: 1.1rem;
	margin: 0 0 24px;
	max-width: 720px;
}

.gdh-facts {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
}

.gdh-facts div,
.gdh-trust-item,
.gdh-section,
.gdh-download-card,
.gdh-recommended,
.gdh-download-source {
	background: var(--gdh-surface);
	border: 1px solid var(--gdh-border);
	border-radius: var(--gdh-radius);
}

.gdh-facts div {
	padding: 14px;
}

.gdh-facts dt {
	color: var(--gdh-muted);
	font-size: 0.78rem;
	font-weight: 700;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.gdh-facts dd {
	color: var(--gdh-text);
	font-weight: 700;
	margin: 0;
}

.gdh-trust-bar {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 24px 0 28px;
}

.gdh-trust-item {
	align-items: center;
	background: rgba(3, 35, 25, 0.54);
	border-color: rgba(245, 194, 86, 0.22);
	color: #dfefe5;
	display: flex;
	font-size: 0.95rem;
	font-weight: 700;
	gap: 10px;
	padding: 14px 16px;
}

.gdh-icon {
	align-items: center;
	background: rgba(245, 194, 86, 0.12);
	border: 1px solid rgba(245, 194, 86, 0.48);
	border-radius: 50%;
	color: var(--gdh-amber);
	display: inline-flex;
	flex: 0 0 28px;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.gdh-icon svg {
	fill: currentColor;
	height: 17px;
	width: 17px;
}

.gdh-layout {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 7fr) minmax(280px, 3fr);
}

.gdh-main-column,
.gdh-sidebar {
	display: grid;
	gap: 24px;
}

.gdh-section,
.gdh-download-card,
.gdh-recommended {
	padding: 24px;
}

.gdh-section h2,
.gdh-download-card h3,
.gdh-recommended h3 {
	color: var(--gdh-text);
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 16px;
}

.gdh-section h2 {
	font-size: 1.55rem;
}

.gdh-download-card h3,
.gdh-recommended h3 {
	font-size: 1.18rem;
}

.gdh-content {
	color: #d9e2ed;
}

.gdh-content > :first-child {
	margin-top: 0;
}

.gdh-content > :last-child {
	margin-bottom: 0;
}

.gdh-content a,
.gdh-safety-link a,
.gdh-recommended a {
	color: var(--gdh-cyan);
	text-decoration: none;
}

.gdh-content a:hover,
.gdh-safety-link a:hover,
.gdh-recommended a:hover {
	text-decoration: underline;
}

.gdh-carousel {
	position: relative;
}

.gdh-carousel__track {
	aspect-ratio: 16 / 9;
	background: #0b0d10;
	border: 1px solid var(--gdh-border);
	border-radius: var(--gdh-radius);
	overflow: hidden;
	position: relative;
}

.gdh-carousel__slide {
	inset: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 180ms ease;
}

.gdh-carousel__slide.is-active {
	opacity: 1;
}

.gdh-carousel__image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gdh-carousel__controls {
	bottom: 14px;
	display: flex;
	gap: 8px;
	position: absolute;
	right: 14px;
}

.gdh-icon-button {
	align-items: center;
	background: rgba(18, 18, 18, 0.86);
	border: 1px solid var(--gdh-border);
	border-radius: 50%;
	color: var(--gdh-text);
	cursor: pointer;
	display: inline-flex;
	font-size: 1.4rem;
	height: 40px;
	justify-content: center;
	line-height: 1;
	width: 40px;
}

.gdh-icon-button:hover {
	border-color: var(--gdh-cyan);
	color: var(--gdh-cyan);
}

.gdh-table-wrap {
	overflow-x: auto;
}

.gdh-requirements {
	border-collapse: collapse;
	min-width: 620px;
	width: 100%;
}

.gdh-requirements th,
.gdh-requirements td {
	border-bottom: 1px solid var(--gdh-border);
	padding: 14px;
	text-align: left;
	vertical-align: top;
}

.gdh-requirements thead th {
	background: var(--gdh-surface-strong);
	color: var(--gdh-text);
}

.gdh-requirements tbody th {
	color: var(--gdh-cyan);
	width: 24%;
}

.gdh-download-list {
	display: grid;
	gap: 14px;
}

.gdh-download-source {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 18px;
}

.gdh-download-source strong {
	color: var(--gdh-text);
	display: block;
	margin-bottom: 4px;
}

.gdh-download-source p,
.gdh-download-card p,
.gdh-recommended p {
	color: var(--gdh-muted);
	margin: 0;
}

.gdh-button {
	align-items: center;
	background: linear-gradient(135deg, var(--gdh-cyan), var(--gdh-blue));
	border: 0;
	border-radius: var(--gdh-radius);
	color: #ffffff;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 44px;
	padding: 12px 18px;
	text-align: center;
	text-decoration: none;
}

.gdh-button:hover {
	filter: brightness(1.08);
	text-decoration: none;
}

.gdh-button--ghost {
	background: transparent;
	border: 1px solid var(--gdh-border);
	color: var(--gdh-text);
}

.gdh-button--ghost:hover {
	border-color: var(--gdh-cyan);
	color: var(--gdh-cyan);
}

.gdh-button--gold {
	background: linear-gradient(135deg, #f5c256, #b87916);
	color: #1a1204;
}

.gdh-button--full {
	width: 100%;
}

.gdh-detail-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.gdh-sticky-download {
	align-items: center;
	background: linear-gradient(135deg, var(--gdh-green), #0aa84f);
	border-radius: 8px;
	bottom: 14px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.38);
	color: #02150d;
	display: none;
	font-weight: 900;
	justify-content: center;
	left: 14px;
	min-height: 48px;
	position: fixed;
	right: 14px;
	text-decoration: none;
	z-index: 40;
}

.gdh-download-card {
	box-shadow: var(--gdh-shadow);
	position: sticky;
	top: 24px;
}

.gdh-download-card__actions {
	display: grid;
	gap: 10px;
	margin-top: 18px;
}

.gdh-recommended ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gdh-safety-link {
	margin: 18px 0 0;
}

.gdh-archive-header {
	margin-bottom: 28px;
	max-width: 820px;
}

.gdh-archive-header h1 {
	color: var(--gdh-text);
	font-size: clamp(2.25rem, 6vw, 4.6rem);
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 16px;
}

.gdh-archive-description {
	color: #d9e2ed;
	font-size: 1.08rem;
}

.gdh-taxonomy-seo {
	margin-bottom: 24px;
}

.gdh-taxonomy-seo__content {
	color: #d9e2ed;
	display: grid;
	font-size: 1.02rem;
	gap: 14px;
	max-width: 920px;
}

.gdh-taxonomy-seo__content p {
	margin: 0;
}

.gdh-game-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gdh-game-card {
	background: var(--gdh-surface);
	border: 1px solid var(--gdh-border);
	border-radius: var(--gdh-radius);
	display: grid;
	overflow: hidden;
}

.gdh-game-card__media {
	aspect-ratio: 16 / 10;
	background: #0b0d10;
	display: block;
	position: relative;
	overflow: hidden;
}

.gdh-game-card__media::before {
	background: linear-gradient(180deg, rgba(4, 22, 15, 0) 42%, rgba(4, 22, 15, 0.72) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.gdh-game-card__media::after {
	background: rgba(4, 48, 32, 0.92);
	border: 1px solid rgba(245, 194, 86, 0.55);
	border-radius: 999px;
	bottom: 10px;
	color: #f5c256;
	content: "Verified";
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	padding: 6px 9px;
	position: absolute;
	right: 10px;
	text-transform: uppercase;
	z-index: 2;
}

.gdh-game-card__image {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 180ms ease;
	width: 100%;
}

.gdh-game-card:hover .gdh-game-card__image {
	transform: scale(1.03);
}

.gdh-game-card__body {
	display: grid;
	gap: 14px;
	padding: 18px;
}

.gdh-card-rating {
	align-items: center;
	color: var(--gdh-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.88rem;
	gap: 7px;
}

.gdh-card-rating .gdh-rating__stars {
	font-size: 0.95rem;
	margin-right: 1px;
}

.gdh-card-rating strong {
	color: var(--gdh-text);
	font-size: 0.95rem;
	line-height: 1;
}

.gdh-card-rating--pending {
	color: var(--gdh-amber);
	font-weight: 700;
}

.gdh-game-card h2,
.gdh-game-card h3 {
	font-size: 1.15rem;
	line-height: 1.2;
	margin: 0;
}

.gdh-game-card h2 a,
.gdh-game-card h3 a {
	color: var(--gdh-text);
	text-decoration: none;
}

.gdh-game-card h2 a:hover,
.gdh-game-card h3 a:hover {
	color: var(--gdh-cyan);
}

.gdh-game-card p {
	color: var(--gdh-muted);
	margin: 0;
}

.gdh-game-card__meta {
	color: var(--gdh-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.88rem;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gdh-game-card__meta li {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid var(--gdh-border);
	border-radius: 999px;
	padding: 4px 9px;
}

.gdh-pagination {
	margin-top: 32px;
}

.gdh-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.gdh-pagination .page-numbers {
	background: var(--gdh-surface);
	border: 1px solid var(--gdh-border);
	border-radius: var(--gdh-radius);
	color: var(--gdh-text);
	min-width: 40px;
	padding: 9px 12px;
	text-align: center;
	text-decoration: none;
}

.gdh-pagination .page-numbers.current,
.gdh-pagination .page-numbers:hover {
	background: var(--gdh-cyan);
	border-color: var(--gdh-cyan);
	color: #061114;
}

.gdh-home-hero {
	align-items: center;
	background:
		linear-gradient(100deg, rgba(3, 27, 19, 0.98) 0%, rgba(3, 31, 23, 0.9) 42%, rgba(3, 27, 19, 0.48) 100%),
		radial-gradient(circle at 75% 46%, rgba(245, 194, 86, 0.18), transparent 32%),
		linear-gradient(135deg, #04291d, #03140f);
	border-bottom: 1px solid rgba(245, 194, 86, 0.18);
	border-radius: 0 0 8px 8px;
	box-shadow: inset 0 -80px 120px rgba(0, 0, 0, 0.18);
	display: grid;
	justify-items: start;
	margin-bottom: 28px;
	min-height: 560px;
	overflow: hidden;
	padding: clamp(42px, 7vw, 86px) clamp(20px, 4vw, 48px);
	position: relative;
	text-align: left;
}

.gdh-home-hero::before {
	background:
		linear-gradient(118deg, transparent 0 64%, rgba(245, 194, 86, 0.16) 64.3% 64.8%, transparent 65.1%),
		linear-gradient(108deg, transparent 0 70%, rgba(245, 194, 86, 0.12) 70.3% 70.7%, transparent 71%),
		radial-gradient(circle at 78% 64%, rgba(53, 220, 132, 0.14), transparent 30%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.gdh-home-hero::after {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(231, 219, 189, 0.92)),
		linear-gradient(135deg, rgba(3, 27, 19, 0.2), rgba(245, 194, 86, 0.18));
	border-radius: 16px;
	box-shadow:
		42px 26px 0 -7px rgba(243, 233, 207, 0.9),
		86px 52px 0 -14px rgba(238, 222, 187, 0.86),
		128px 78px 0 -21px rgba(230, 210, 169, 0.82),
		0 28px 90px rgba(0, 0, 0, 0.34);
	content: "";
	height: 320px;
	opacity: 0.9;
	position: absolute;
	right: clamp(-120px, 4vw, 40px);
	top: 118px;
	transform: rotate(-11deg);
	width: 210px;
	z-index: 0;
}

.gdh-home-hero__content {
	align-items: start;
	display: grid;
	justify-items: start;
	max-width: 620px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.gdh-home-hero h1 {
	color: var(--gdh-text);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3rem, 6.4vw, 5.9rem);
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0 0 20px;
	max-width: 640px;
	overflow-wrap: break-word;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.38);
}

.gdh-home-hero h1 span {
	color: var(--gdh-amber);
	display: inline;
}

.gdh-home-hero p {
	color: #d4e3da;
	font-size: 1.16rem;
	margin: 0;
	max-width: 560px;
}

.gdh-home-hero__actions {
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.gdh-hero-cert {
	align-items: center;
	backdrop-filter: blur(14px);
	background: rgba(3, 27, 19, 0.72);
	border: 1px solid rgba(245, 194, 86, 0.26);
	border-radius: var(--gdh-radius);
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
	color: var(--gdh-text);
	display: grid;
	gap: 2px 10px;
	grid-template-columns: 36px minmax(0, 1fr);
	min-width: 230px;
	padding: 14px 16px;
	position: absolute;
	right: -420px;
	top: -18px;
}

.gdh-hero-cert .gdh-icon {
	grid-row: span 2;
	height: 36px;
	width: 36px;
}

.gdh-hero-cert strong {
	color: var(--gdh-green);
	font-size: 1.2rem;
	line-height: 1;
}

.gdh-hero-cert span:last-child {
	color: #e1eee6;
	font-size: 0.92rem;
	line-height: 1.25;
}

.gdh-home-hero__panel {
	background: var(--gdh-surface);
	border: 1px solid var(--gdh-border);
	border-radius: var(--gdh-radius);
	box-shadow: var(--gdh-shadow);
	display: grid;
	gap: 1px;
	overflow: hidden;
}

.gdh-home-hero__panel div {
	background: rgba(255, 255, 255, 0.03);
	display: grid;
	gap: 4px;
	padding: 24px;
}

.gdh-home-hero__panel strong {
	color: var(--gdh-cyan);
	font-size: 1.35rem;
	line-height: 1.1;
}

.gdh-home-hero__panel span {
	color: var(--gdh-muted);
}

.gdh-hero-search {
	margin: 24px 0 0;
	max-width: 620px;
	position: relative;
	width: 100%;
}
	width: 100%;
	z-index: 5;
}

.gdh-hero-search__form {
	align-items: center;
	background: linear-gradient(rgba(18, 18, 18, 0.78), rgba(18, 18, 18, 0.78)) padding-box, linear-gradient(135deg, rgba(0, 173, 181, 0.8), rgba(0, 82, 204, 0.65), rgba(255, 255, 255, 0.18)) border-box;
	backdrop-filter: blur(10px);
	border: 1px solid transparent;
	border-radius: 999px;
	box-shadow: 0 20px 70px rgba(0, 0, 0, 0.36);
	display: grid;
	grid-template-columns: minmax(0, 1fr) 58px;
	min-height: 72px;
	overflow: hidden;
}

.gdh-hero-search__input {
	background: rgba(30, 30, 30, 0.72);
	border: 0;
	color: var(--gdh-text);
	font: inherit;
	font-size: 1.05rem;
	height: 100%;
	min-width: 0;
	outline: 0;
	padding: 0 24px;
	width: 100%;
}

.gdh-hero-search__input::placeholder {
	color: rgba(220, 228, 239, 0.72);
}

.gdh-hero-search__button {
	align-items: center;
	background: linear-gradient(135deg, var(--gdh-cyan), var(--gdh-blue));
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	height: 100%;
	justify-content: center;
	width: 58px;
}

.gdh-hero-search__button svg {
	fill: currentColor;
	height: 23px;
	width: 23px;
}

.gdh-hero-safety {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 16px;
}

.gdh-hero-safety a {
	align-items: center;
	background: rgba(30, 30, 30, 0.78);
	border: 1px solid rgba(0, 173, 181, 0.32);
	border-radius: 999px;
	color: #e9f3fb;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 800;
	gap: 9px;
	padding: 9px 14px;
	text-decoration: none;
}

.gdh-hero-safety a:hover,
.gdh-hero-safety a:focus {
	background: rgba(0, 173, 181, 0.16);
	color: #fff;
	outline: 0;
}

.gdh-hero-safety .gdh-icon {
	flex-basis: 24px;
	height: 24px;
	width: 24px;
}

.gdh-live-search-results {
	background: rgba(18, 18, 18, 0.96);
	backdrop-filter: blur(10px);
	border: 1px solid var(--gdh-border);
	border-radius: var(--gdh-radius);
	box-shadow: var(--gdh-shadow);
	display: grid;
	gap: 4px;
	left: 18px;
	margin-top: 10px;
	max-height: 420px;
	overflow: auto;
	padding: 8px;
	position: absolute;
	right: 18px;
	top: 100%;
}

.gdh-live-search-results[hidden] {
	display: none;
}

.gdh-live-search-item {
	align-items: center;
	border-radius: var(--gdh-radius);
	color: var(--gdh-text);
	display: grid;
	gap: 12px;
	grid-template-columns: 48px minmax(0, 1fr);
	padding: 10px;
	text-decoration: none;
}

.gdh-live-search-item:hover,
.gdh-live-search-item:focus {
	background: rgba(255, 255, 255, 0.06);
	outline: 0;
}

.gdh-live-search-thumb {
	background: #0b0d10;
	border: 1px solid var(--gdh-border);
	border-radius: 7px;
	display: block;
	height: 48px;
	overflow: hidden;
	width: 48px;
}

.gdh-live-search-thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gdh-live-search-fallback {
	background: linear-gradient(135deg, rgba(0, 173, 181, 0.35), rgba(0, 82, 204, 0.35));
	display: block;
	height: 100%;
	width: 100%;
}

.gdh-live-search-copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.gdh-live-search-copy strong {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gdh-live-search-copy small {
	color: var(--gdh-muted);
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.gdh-live-search-empty {
	color: var(--gdh-muted);
	padding: 16px;
}

.gdh-section-heading {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.gdh-section-heading h2 {
	margin: 0;
}

.gdh-section-heading a {
	color: var(--gdh-cyan);
	font-weight: 700;
	text-decoration: none;
}

.gdh-empty-state {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--gdh-border);
	border-radius: var(--gdh-radius);
	display: grid;
	gap: 14px;
	padding: 28px;
}

.gdh-empty-state h3,
.gdh-empty-state p {
	margin: 0;
}

.gdh-empty-state p {
	color: var(--gdh-muted);
}

.gdh-home-library-layout {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 7fr) minmax(300px, 3fr);
}

.gdh-home-sidebar {
	display: grid;
	gap: 18px;
	position: sticky;
	top: 94px;
}

.gdh-home-library-layout .gdh-game-grid {
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gdh-home-library-layout .gdh-section-heading {
	align-items: end;
	margin-bottom: 16px;
}

.gdh-home-library-layout .gdh-section-heading h2 {
	font-size: clamp(1.35rem, 2.3vw, 1.85rem);
}

.gdh-home-library-layout .gdh-section-heading p {
	color: var(--gdh-muted);
	margin: 6px 0 0;
}

.gdh-home-library-layout .gdh-section-heading a {
	font-size: 0.95rem;
}

.gdh-home-library-layout .gdh-game-card {
	align-content: start;
	background: linear-gradient(180deg, rgba(6, 48, 35, 0.96), rgba(3, 30, 23, 0.98));
	border-color: rgba(245, 194, 86, 0.24);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.gdh-home-library-layout .gdh-game-card__media {
	aspect-ratio: auto;
	border-radius: calc(var(--gdh-radius) - 1px) calc(var(--gdh-radius) - 1px) 0 0;
	height: 168px;
}

.gdh-home-library-layout .gdh-game-card__body {
	gap: 9px;
	padding: 16px;
}

.gdh-home-library-layout .gdh-game-card h3 {
	font-size: 1.02rem;
	line-height: 1.18;
	min-height: 0;
}

.gdh-home-library-layout .gdh-card-rating {
	font-size: 0.82rem;
	gap: 6px;
	line-height: 1.2;
}

.gdh-home-library-layout .gdh-card-rating .gdh-rating__stars {
	font-size: 0.86rem;
	gap: 1px;
}

.gdh-home-library-layout .gdh-card-rating strong {
	font-size: 0.86rem;
}

.gdh-home-library-layout .gdh-game-card p {
	display: -webkit-box;
	font-size: 0.9rem;
	line-height: 1.45;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.gdh-home-library-layout .gdh-game-card__meta {
	align-items: center;
	font-size: 0.78rem;
	gap: 6px;
	min-height: 28px;
}

.gdh-home-library-layout .gdh-game-card__meta li {
	padding: 3px 8px;
}

.gdh-home-library-layout .gdh-game-card .gdh-button {
	font-size: 0.9rem;
	font-weight: 850;
	margin-top: 2px;
	min-height: 44px;
	padding: 9px 12px;
	white-space: nowrap;
}

.gdh-game-card__actions {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 2px;
}

.gdh-home-signal {
	background: linear-gradient(180deg, rgba(5, 45, 32, 0.86), rgba(3, 28, 21, 0.92));
	backdrop-filter: blur(12px);
	border: 1px solid rgba(245, 194, 86, 0.26);
	border-radius: var(--gdh-radius);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
	overflow: hidden;
}

.gdh-home-signal__heading {
	background: linear-gradient(135deg, rgba(245, 194, 86, 0.1), rgba(53, 220, 132, 0.08));
	border-bottom: 1px solid var(--gdh-border);
	padding: 18px;
}

.gdh-home-signal__title-row {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.gdh-home-signal__title-row a {
	color: var(--gdh-green);
	font-size: 0.86rem;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.gdh-home-signal__heading h2 {
	color: var(--gdh-text);
	font-size: 1.08rem;
	line-height: 1.2;
	margin: 0 0 6px;
}

.gdh-home-signal__heading p {
	color: var(--gdh-muted);
	font-size: 0.9rem;
	margin: 0;
}

.gdh-home-signal__list {
	display: grid;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gdh-home-signal__item {
	align-items: start;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	display: grid;
	gap: 12px;
	grid-template-columns: 34px minmax(0, 1fr);
	padding: 15px 18px;
}

.gdh-home-signal__item--weekly {
	align-items: center;
	grid-template-columns: 30px 40px minmax(0, 1fr) auto;
	padding-bottom: 12px;
	padding-top: 12px;
}

.gdh-home-signal__item:last-child {
	border-bottom: 0;
}

.gdh-home-signal__rank {
	align-items: center;
	background: rgba(8, 30, 22, 0.82);
	border: 1px solid rgba(245, 194, 86, 0.72);
	border-radius: 50%;
	color: var(--gdh-amber);
	display: inline-flex;
	font-size: 0.85rem;
	font-weight: 900;
	height: 30px;
	justify-content: center;
	line-height: 1;
	width: 30px;
}

.gdh-home-signal__thumb {
	background: #0b0d10;
	border: 1px solid var(--gdh-border);
	border-radius: 7px;
	display: block;
	height: 40px;
	overflow: hidden;
	width: 40px;
}

.gdh-home-signal__image,
.gdh-home-signal__thumb-fallback {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gdh-home-signal__thumb-fallback {
	background: linear-gradient(135deg, rgba(0, 173, 181, 0.38), rgba(0, 82, 204, 0.34));
}

.gdh-home-signal__copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.gdh-home-signal__item--weekly .gdh-home-signal__copy {
	gap: 1px;
}

.gdh-home-signal__copy a {
	color: var(--gdh-text);
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
}

.gdh-home-signal__copy a:hover {
	color: var(--gdh-cyan);
}

.gdh-home-signal__details {
	border: 1px solid rgba(53, 220, 132, 0.48);
	border-radius: 999px;
	color: var(--gdh-green);
	font-size: 0.75rem;
	font-weight: 900;
	padding: 5px 8px;
	text-decoration: none;
	white-space: nowrap;
}

.gdh-home-signal__details:hover,
.gdh-home-signal__details:focus {
	background: rgba(245, 194, 86, 0.12);
	color: #ffe7a3;
	outline: 0;
}

.gdh-home-signal__copy span,
.gdh-home-signal__copy small,
.gdh-home-signal__empty {
	color: var(--gdh-muted);
	font-size: 0.86rem;
}

.gdh-home-bottom-cta {
	align-items: center;
	background: linear-gradient(135deg, rgba(7, 48, 35, 0.94), rgba(4, 34, 25, 0.98));
	border: 1px solid rgba(245, 194, 86, 0.26);
	border-radius: var(--gdh-radius);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-top: 24px;
	padding: 18px 22px;
}

.gdh-home-bottom-cta > div {
	align-items: center;
	display: flex;
	gap: 14px;
}

.gdh-home-bottom-cta p {
	color: var(--gdh-muted);
	margin: 0;
}

.gdh-home-bottom-cta strong {
	color: var(--gdh-text);
	font-size: 1.1rem;
}

.gdh-home-signal__empty {
	margin: 0;
	padding: 18px;
}

.gdh-home-taxonomies {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 24px;
}

.gdh-term-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gdh-term-pills a {
	background: rgba(0, 173, 181, 0.12);
	border: 1px solid rgba(0, 173, 181, 0.35);
	border-radius: 999px;
	color: var(--gdh-text);
	font-weight: 700;
	padding: 8px 12px;
	text-decoration: none;
}

.gdh-term-pills a:hover {
	background: var(--gdh-cyan);
	color: #061114;
}

.gdh-editorial-page {
	background: var(--gdh-surface);
	border: 1px solid var(--gdh-border);
	border-radius: var(--gdh-radius);
	margin: 32px auto;
	max-width: 900px;
	padding: clamp(24px, 5vw, 54px);
}

.gdh-editorial-page h1 {
	color: var(--gdh-text);
	font-size: clamp(2.4rem, 7vw, 4.8rem);
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 24px;
}

.gdh-editorial-content {
	color: #d9e2ed;
	font-size: 1.06rem;
}

.gdh-editorial-content > :first-child {
	margin-top: 0;
}

.gdh-editorial-content > :last-child {
	margin-bottom: 0;
}

.gdh-editorial-content h2 {
	color: var(--gdh-text);
	font-size: 1.55rem;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 32px 0 12px;
}

.gdh-editorial-content a {
	color: var(--gdh-cyan);
	text-decoration: none;
}

.gdh-editorial-content a:hover {
	text-decoration: underline;
}

.gdh-editorial-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gdh-editorial-card {
	background: var(--gdh-surface);
	border: 1px solid var(--gdh-border);
	border-radius: var(--gdh-radius);
	overflow: hidden;
}

.gdh-editorial-card__media {
	aspect-ratio: 16 / 9;
	background: #0b0d10;
	display: block;
}

.gdh-editorial-card__image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gdh-editorial-card__body {
	display: grid;
	gap: 10px;
	padding: 20px;
}

.gdh-editorial-card__date {
	color: var(--gdh-cyan);
	font-size: 0.82rem;
	font-weight: 800;
	margin: 0;
	text-transform: uppercase;
}

.gdh-editorial-card h2 {
	font-size: 1.18rem;
	line-height: 1.2;
	margin: 0;
}

.gdh-editorial-card h2 a {
	color: var(--gdh-text);
	text-decoration: none;
}

.gdh-editorial-card h2 a:hover {
	color: var(--gdh-cyan);
}

.gdh-editorial-card p {
	color: var(--gdh-muted);
	margin: 0;
}

.gdh-editorial-article {
	margin: 28px auto 48px;
	max-width: 900px;
}

.gdh-editorial-article__header {
	margin-bottom: 26px;
}

.gdh-editorial-article__header h1 {
	color: var(--gdh-text);
	font-size: clamp(2.4rem, 7vw, 4.8rem);
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 18px;
}

.gdh-editorial-article__meta {
	color: var(--gdh-muted);
	display: flex;
	flex-wrap: wrap;
	font-weight: 700;
	gap: 10px;
}

.gdh-editorial-article__meta span:not(:last-child)::after {
	color: var(--gdh-border);
	content: "|";
	margin-left: 10px;
}

.gdh-editorial-article__image {
	aspect-ratio: 16 / 9;
	background: #0b0d10;
	border: 1px solid var(--gdh-border);
	border-radius: var(--gdh-radius);
	margin: 0 0 28px;
	overflow: hidden;
}

.gdh-editorial-article__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 900px) {
	.gdh-hero,
	.gdh-layout,
	.gdh-home-hero,
	.gdh-home-library-layout,
	.gdh-home-taxonomies {
		grid-template-columns: 1fr;
	}

	.gdh-home-hero {
		min-height: auto;
		padding: 44px 20px;
	}

	.gdh-home-sidebar {
		order: -1;
		position: static;
	}

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

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

	.gdh-trust-bar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gdh-download-card {
		position: static;
	}
}

@media (max-width: 640px) {
	.gdh-site-header {
		align-items: center;
		flex-direction: row;
		padding: 16px 20px;
	}

	.gdh-site-nav {
		display: none;
	}

	.gdh-site-brand {
		font-size: 1.3rem;
	}

	.gdh-home-hero {
		border-radius: 0;
		margin-left: -14px;
		margin-right: -14px;
		padding: 34px 20px 28px;
	}

	.gdh-home-hero::after {
		height: 220px;
		opacity: 0.32;
		right: -82px;
		top: 112px;
		width: 150px;
	}

	.gdh-hero-cert {
		margin: 18px 0 0;
		max-width: 100%;
		min-width: 0;
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
	}

	.gdh-home-hero h1 {
		font-size: clamp(2.55rem, 13vw, 4.1rem);
		max-width: 360px;
	}

	.gdh-home-hero p {
		font-size: 1.02rem;
		max-width: 340px;
	}

	.gdh-home-hero__actions {
		width: 100%;
	}

	.gdh-home-hero__actions .gdh-button {
		width: 100%;
	}

	.gdh-home-bottom-cta {
		align-items: stretch;
		flex-direction: column;
		margin-top: 18px;
		padding: 16px;
	}

	.gdh-home-bottom-cta .gdh-button {
		width: 100%;
	}

	.gdh-hero-search__form {
		grid-template-columns: minmax(0, 1fr) 52px;
		min-height: 60px;
	}

	.gdh-hero-search__input {
		font-size: 0.96rem;
		padding: 0 16px;
	}

	.gdh-hero-safety {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.gdh-hero-safety a {
		justify-content: center;
	}

	.gdh-shell {
		padding: 24px 14px 82px;
	}

	.gdh-sticky-download {
		display: flex;
	}

	.gdh-facts,
	.gdh-trust-bar {
		grid-template-columns: 1fr;
	}

	.gdh-section,
	.gdh-download-card,
	.gdh-recommended {
		padding: 18px;
	}

	.gdh-download-source {
		grid-template-columns: 1fr;
	}

	.gdh-game-grid {
		grid-template-columns: 1fr;
	}

	.gdh-editorial-grid {
		grid-template-columns: 1fr;
	}
}

/* Final screenshot-faithful homepage layer. */
.gdh-site-header {
	background: linear-gradient(90deg, #05261b, #031a13);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	height: 92px;
	margin: 0 auto;
	max-width: 864px;
	padding: 0 35px;
}

.gdh-site-brand {
	color: var(--gdh-amber);
	font-size: 2rem;
	line-height: 1;
}

.gdh-site-brand::before {
	border: 0;
	content: "\2660";
	font-size: 2rem;
	height: auto;
	width: auto;
}

.gdh-site-nav {
	display: none;
}

.gdh-site-actions {
	align-items: center;
	display: flex;
	gap: 32px;
}

.gdh-site-action {
	color: #fff;
	display: inline-flex;
	height: 38px;
	position: relative;
	width: 38px;
}

.gdh-site-action--search::before {
	border: 4px solid currentColor;
	border-radius: 50%;
	content: "";
	height: 22px;
	left: 2px;
	position: absolute;
	top: 2px;
	width: 22px;
}

.gdh-site-action--search::after {
	background: currentColor;
	border-radius: 2px;
	content: "";
	height: 18px;
	left: 24px;
	position: absolute;
	top: 23px;
	transform: rotate(-45deg);
	width: 4px;
}

.gdh-site-action--menu::before {
	background: currentColor;
	border-radius: 2px;
	box-shadow: 0 11px 0 currentColor, 0 22px 0 currentColor;
	content: "";
	height: 4px;
	left: 3px;
	position: absolute;
	top: 7px;
	width: 32px;
}

.gdh-home .gdh-shell {
	max-width: 864px;
	padding: 0 35px 28px;
}

.gdh-home-hero {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0 -35px;
	min-height: 535px;
	padding: 34px 35px 28px;
}

.gdh-kicker,
.gdh-hero-search,
.gdh-trust-bar,
.gdh-home-signal--latest,
.gdh-home-taxonomies {
	display: none;
}

.gdh-home-hero__content {
	max-width: 420px;
}

.gdh-home-hero h1 {
	font-size: 3.48rem;
	line-height: 1.08;
	margin-bottom: 16px;
	max-width: 430px;
}

.gdh-home-hero p {
	color: #d8e1dd;
	font-size: 1.35rem;
	line-height: 1.4;
	max-width: 390px;
}

.gdh-hero-cert {
	position: absolute;
	right: -405px;
	top: -20px;
	width: 170px;
	min-width: 170px;
}

.gdh-home-hero__actions {
	display: grid;
	gap: 11px;
	margin-top: 24px;
	width: 370px;
}

.gdh-home-hero__actions .gdh-button {
	font-size: 1.42rem;
	min-height: 66px;
	width: 100%;
}

.gdh-hero-safety {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 28px;
	width: 395px;
}

.gdh-hero-safety a {
	background: transparent;
	border: 0;
	color: #d8e1dd;
	font-size: 1rem;
	gap: 10px;
	padding: 0;
}

.gdh-hero-safety .gdh-icon {
	border-color: rgba(245, 194, 86, 0.78);
	color: var(--gdh-amber);
	flex-basis: 42px;
	height: 42px;
	width: 42px;
}

.gdh-home-library-layout {
	display: flex;
	flex-direction: column;
	gap: 34px;
}

.gdh-home-sidebar {
	display: block;
	order: -1;
	position: static;
}

.gdh-home-signal {
	background: rgba(4, 35, 26, 0.78);
	border-color: rgba(121, 196, 169, 0.34);
	border-radius: 13px;
}

.gdh-home-signal__heading {
	background: transparent;
	border-bottom: 0;
	padding: 26px 22px 8px;
}

.gdh-home-signal__heading p {
	display: none;
}

.gdh-home-signal__heading h2 {
	font-size: 1.38rem;
}

.gdh-home-signal__title-row a {
	font-size: 1.08rem;
}

.gdh-home-signal__item--weekly {
	grid-template-columns: 42px 44px minmax(0, 1fr) 78px 28px;
	padding: 14px 22px;
}

.gdh-home-signal__item--weekly .gdh-home-signal__copy small {
	display: none;
}

.gdh-home-signal__details {
	border: 0;
	color: var(--gdh-green);
	font-size: 1.35rem;
	padding: 0;
	text-align: right;
}

.gdh-home .gdh-section {
	background: transparent;
	border: 0;
	padding: 0;
}

.gdh-home-library-layout .gdh-section-heading > a {
	display: none;
}

.gdh-home-library-layout .gdh-game-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gdh-home-library-layout .gdh-game-card {
	border-color: rgba(121, 196, 169, 0.38);
	border-radius: 13px;
}

.gdh-home-library-layout .gdh-game-card__media {
	height: 178px;
}

.gdh-home-library-layout .gdh-game-card p {
	display: none;
}

.gdh-home-library-layout .gdh-game-card__meta {
	display: grid;
	gap: 8px;
}

.gdh-home-library-layout .gdh-game-card__meta li {
	background: transparent;
	border: 0;
	padding: 0;
}

.gdh-game-card__actions {
	grid-template-columns: 1fr;
	margin-top: 12px;
}

.gdh-game-card__actions .gdh-button {
	min-height: 46px;
}

.gdh-home-bottom-cta {
	border-color: rgba(121, 196, 169, 0.34);
	border-radius: 13px;
	margin-top: 12px;
}

.gdh-home-bottom-cta .gdh-button {
	min-width: 290px;
}

@media (max-width: 700px) {
	.gdh-site-header {
		max-width: none;
		padding: 0 22px;
	}

	.gdh-home .gdh-shell {
		padding-left: 22px;
		padding-right: 22px;
	}

	.gdh-home-hero {
		margin-left: -22px;
		margin-right: -22px;
		padding-left: 22px;
		padding-right: 22px;
	}

	.gdh-home-library-layout .gdh-game-grid {
		grid-template-columns: 1fr;
	}
}
/* Final Rummy mockup alignment pass: keep these rules last so legacy overrides cannot shift the page. */
.gdh-home {
	overflow-x: hidden;
}

.gdh-home .gdh-shell {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 864px;
	padding: 0 35px 28px;
	width: 100%;
}

.gdh-home-hero {
	background:
		linear-gradient(90deg, rgba(3, 24, 18, 1) 0%, rgba(4, 31, 22, 0.94) 43%, rgba(4, 31, 22, 0.28) 100%),
		radial-gradient(circle at 77% 48%, rgba(8, 100, 63, 0.46), transparent 25%),
		linear-gradient(135deg, #042b1e 0%, #021810 72%, #02140e 100%);
	margin: 0 -35px;
	min-height: 535px;
	overflow: hidden;
	padding: 34px 35px 28px;
	position: relative;
	width: calc(100% + 70px);
}

.gdh-home-hero::before {
	background:
		linear-gradient(114deg, transparent 0 62%, rgba(245, 194, 86, 0.16) 62.15% 62.48%, transparent 62.75%),
		linear-gradient(104deg, transparent 0 72%, rgba(245, 194, 86, 0.13) 72.15% 72.48%, transparent 72.78%),
		radial-gradient(circle at 78% 78%, rgba(245, 194, 86, 0.1), transparent 15%),
		radial-gradient(circle at 86% 36%, rgba(53, 220, 132, 0.1), transparent 26%);
	inset: 0;
	opacity: 1;
	z-index: 0;
}

.gdh-home-hero__content {
	position: relative;
	z-index: 3;
}

.gdh-hero-cert {
	left: auto;
	position: absolute;
	right: 20px;
	top: 18px;
	width: 170px;
	z-index: 5;
}

.gdh-hero-table-scene {
	bottom: auto;
	height: 350px;
	opacity: 0.98;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 112px;
	transform: scale(0.9);
	transform-origin: top right;
	width: 382px;
	z-index: 1;
}

.gdh-card-fan {
	height: 236px;
	position: absolute;
	right: 58px;
	top: -6px;
	transform: scale(0.9);
	transform-origin: top right;
	width: 260px;
}

.gdh-playing-card {
	height: 182px;
	width: 116px;
}

.gdh-poker-chip {
	bottom: 46px;
	height: 90px;
	right: 134px;
	width: 90px;
}

.gdh-rummy-deck {
	bottom: 44px;
	height: 142px;
	right: -4px;
	width: 110px;
}

.gdh-home-library-layout {
	display: flex;
	flex-direction: column;
	gap: 31px;
	margin-top: 0;
}

.gdh-home-sidebar {
	order: -1;
	width: 100%;
}

.gdh-home-signal {
	box-shadow: 0 28px 56px rgba(0, 0, 0, 0.18);
	margin: 0;
	max-width: none;
	width: 100%;
}

.gdh-home-signal__heading {
	padding: 25px 22px 8px;
}

.gdh-home-signal__item--weekly {
	align-items: center;
	grid-template-columns: 44px 46px minmax(0, 1fr) 78px 28px;
	min-height: 91px;
	padding: 14px 22px;
}

.gdh-home-signal__copy a {
	font-size: 1.32rem;
	line-height: 1.15;
	white-space: nowrap;
}

.gdh-home-signal__count {
	font-size: 1.28rem;
	text-align: right;
}

.gdh-home .gdh-section {
	margin: 0;
}

.gdh-home-library-layout .gdh-section-heading {
	margin-bottom: 21px;
}

.gdh-home-library-layout .gdh-section-heading h2 {
	font-size: 2rem;
}

.gdh-home-library-layout .gdh-section-heading p {
	font-size: 1.25rem;
}

.gdh-home-bottom-cta {
	margin-top: 12px;
}

@media (max-width: 700px) {
	.gdh-home .gdh-shell {
		padding-left: 22px;
		padding-right: 22px;
	}

	.gdh-home-hero {
		margin-left: -22px;
		margin-right: -22px;
		min-height: 580px;
		padding-left: 22px;
		padding-right: 22px;
		width: calc(100% + 44px);
	}

	.gdh-hero-cert {
		margin-top: 16px;
		position: relative;
		right: auto;
		top: auto;
		width: 170px;
	}

	.gdh-hero-table-scene {
		opacity: 0.52;
		right: -192px;
		top: 94px;
		transform: scale(0.72);
	}

	.gdh-home-hero__content {
		max-width: 100%;
	}

	.gdh-home-hero__actions,
	.gdh-hero-safety {
		max-width: 390px;
		width: 100%;
	}

	.gdh-home-signal__item--weekly {
		grid-template-columns: 42px 42px minmax(0, 1fr) 60px 26px;
		padding-left: 18px;
		padding-right: 18px;
	}

	.gdh-home-signal__copy a {
		font-size: 1.12rem;
		white-space: normal;
	}

	.gdh-home-signal__count {
		font-size: 1rem;
	}
}

@media (max-width: 430px) {
	.gdh-home-hero h1 {
		font-size: 2.88rem;
	}

	.gdh-home-hero p {
		font-size: 1.1rem;
	}

	.gdh-hero-table-scene {
		opacity: 0.34;
		right: -238px;
		top: 102px;
		transform: scale(0.66);
	}

	.gdh-hero-safety {
		gap: 12px;
	}

	.gdh-hero-safety a {
		font-size: 0.86rem;
	}
}
/* Hero certificate correction: position the badge against the full hero, not the text column. */
.gdh-home-hero__content {
	position: static;
}

.gdh-home-hero__content > :not(.gdh-hero-cert) {
	position: relative;
	z-index: 3;
}

.gdh-hero-cert {
	position: absolute;
	right: 20px;
	top: 18px;
	z-index: 5;
}
/* Narrow mobile correction: prevent the final desktop badge fix from creating horizontal overflow. */
@media (max-width: 430px) {
	html,
	body,
	.gdh-standalone-body,
	.gdh-page,
	.gdh-home {
		max-width: 100%;
		overflow-x: hidden;
	}

	.gdh-site-header {
		gap: 12px;
		padding: 16px 22px;
	}

	.gdh-site-brand {
		font-size: 1.55rem;
		min-width: 0;
	}

	.gdh-site-actions {
		flex-shrink: 0;
		gap: 16px;
	}

	.gdh-site-action {
		height: 32px;
		width: 32px;
	}

	.gdh-home .gdh-shell {
		max-width: 100%;
		padding-left: 22px;
		padding-right: 22px;
	}

	.gdh-home-hero {
		box-sizing: border-box;
		margin-left: -22px;
		margin-right: -22px;
		min-height: 580px;
		width: calc(100% + 44px);
	}

	.gdh-home-hero h1 {
		font-size: 2.46rem;
		line-height: 1.1;
		max-width: 315px;
	}

	.gdh-home-hero p {
		font-size: 1.02rem;
		max-width: 310px;
	}

	.gdh-home-hero__actions {
		max-width: 228px;
	}

	.gdh-home-hero__actions .gdh-button {
		font-size: 1.05rem;
		min-height: 58px;
	}

	.gdh-hero-cert {
		display: none;
	}

	.gdh-hero-safety {
		gap: 8px;
		max-width: 331px;
		width: 100%;
	}

	.gdh-hero-safety a {
		font-size: 0.78rem;
		gap: 6px;
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.gdh-hero-safety .gdh-icon {
		flex: 0 0 37px;
		height: 37px;
		width: 37px;
	}

	.gdh-home-signal {
		box-sizing: border-box;
	}

	.gdh-home-signal__heading {
		padding-left: 18px;
		padding-right: 18px;
	}

	.gdh-home-signal__heading h2 {
		font-size: 1.28rem;
		line-height: 1.2;
	}

	.gdh-home-signal__title-row a {
		font-size: 0.92rem;
	}

	.gdh-home-signal__item--weekly {
		box-sizing: border-box;
		gap: 10px;
		grid-template-columns: 34px 40px minmax(0, 1fr) 44px 22px;
		min-height: 82px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.gdh-home-signal__rank {
		height: 28px;
		width: 28px;
	}

	.gdh-home-signal__thumb,
	.gdh-home-signal__image,
	.gdh-home-signal__thumb-fallback {
		height: 40px;
		width: 40px;
	}

	.gdh-home-signal__copy a {
		font-size: 0.98rem;
		line-height: 1.15;
	}

	.gdh-home-signal__count {
		font-size: 0.9rem;
	}

	.gdh-home-signal__details {
		font-size: 1.05rem;
	}

	.gdh-home-library-layout .gdh-section-heading h2 {
		font-size: 1.8rem;
	}

	.gdh-home-library-layout .gdh-section-heading p {
		font-size: 1rem;
	}
}
/* Final mobile viewport pass: apply below 700px so 375px and 414px render as true single-column mobile. */
@media (max-width: 700px) {
	html,
	body,
	.gdh-standalone-body,
	.gdh-page,
	.gdh-home {
		max-width: 100%;
		overflow-x: hidden;
	}

	.gdh-site-header {
		box-sizing: border-box;
		gap: 12px;
		padding: 16px 22px;
		width: 100%;
	}

	.gdh-site-brand {
		font-size: clamp(1.35rem, 7vw, 1.65rem);
		min-width: 0;
	}

	.gdh-site-actions {
		flex-shrink: 0;
		gap: 14px;
	}

	.gdh-site-action {
		height: 30px;
		width: 30px;
	}

	.gdh-home .gdh-shell {
		box-sizing: border-box;
		max-width: 100%;
		padding-left: 22px;
		padding-right: 22px;
	}

	.gdh-home-hero {
		box-sizing: border-box;
		margin-left: -22px;
		margin-right: -22px;
		min-height: 580px;
		width: calc(100% + 44px);
	}

	.gdh-home-hero h1 {
		font-size: clamp(2.26rem, 10.4vw, 2.76rem);
		line-height: 1.1;
		max-width: min(330px, calc(100vw - 44px));
	}

	.gdh-home-hero p {
		font-size: 1.02rem;
		max-width: min(312px, calc(100vw - 44px));
	}

	.gdh-home-hero__actions {
		max-width: min(228px, calc(100vw - 44px));
	}

	.gdh-home-hero__actions .gdh-button {
		font-size: 1.05rem;
		min-height: 58px;
	}

	.gdh-hero-cert {
		display: none !important;
	}

	.gdh-hero-table-scene {
		opacity: 0.28;
		right: -232px;
		top: 104px;
		transform: scale(0.66);
	}

	.gdh-hero-safety {
		gap: 8px;
		max-width: min(331px, calc(100vw - 44px));
		width: 100%;
	}

	.gdh-hero-safety a {
		font-size: 0.78rem;
		gap: 6px;
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.gdh-hero-safety .gdh-icon {
		flex: 0 0 37px;
		height: 37px;
		width: 37px;
	}

	.gdh-home-signal {
		box-sizing: border-box;
		width: 100%;
	}

	.gdh-home-signal__heading {
		padding-left: 18px;
		padding-right: 18px;
	}

	.gdh-home-signal__heading h2 {
		font-size: 1.28rem;
		line-height: 1.2;
	}

	.gdh-home-signal__title-row a {
		font-size: 0.92rem;
	}

	.gdh-home-signal__item--weekly {
		box-sizing: border-box;
		gap: 10px;
		grid-template-columns: 34px 40px minmax(0, 1fr) 44px 22px;
		min-height: 82px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.gdh-home-signal__rank {
		height: 28px;
		width: 28px;
	}

	.gdh-home-signal__thumb,
	.gdh-home-signal__image,
	.gdh-home-signal__thumb-fallback {
		height: 40px;
		width: 40px;
	}

	.gdh-home-signal__copy a {
		font-size: 0.98rem;
		line-height: 1.15;
	}

	.gdh-home-signal__count {
		font-size: 0.9rem;
	}

	.gdh-home-signal__details {
		font-size: 1.05rem;
	}

	.gdh-home-library-layout .gdh-section-heading h2 {
		font-size: 1.8rem;
	}

	.gdh-home-library-layout .gdh-section-heading p {
		font-size: 1rem;
	}
}
/* Mobile polish: keep safety labels readable and the ranking list compact on 375px screens. */
@media (max-width: 700px) {
	.gdh-hero-safety a {
		align-items: flex-start;
		flex-direction: column;
		font-size: 0.78rem;
		line-height: 1.18;
		overflow-wrap: normal;
		word-break: normal;
	}

	.gdh-hero-safety a span:last-child {
		display: block;
		max-width: 84px;
	}

	.gdh-home-signal__item--weekly {
		grid-template-columns: 34px 40px minmax(0, 1fr) 22px;
	}

.gdh-home-signal__count {
	display: none;
}
}

/* Compliance and mobile trust refinement. */
.gdh-compliance-strip {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
	position: relative;
	z-index: 3;
}

.gdh-compliance-strip span {
	background: rgba(2, 25, 18, 0.68);
	border: 1px solid rgba(245, 194, 86, 0.34);
	border-radius: 999px;
	color: #f2d48a;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.1;
	padding: 7px 10px;
}

.gdh-home-signal__rating {
	color: #f2d48a;
	font-weight: 800;
}

.gdh-footer-disclaimer {
	color: rgba(216, 225, 221, 0.72);
	font-size: 0.88rem;
	margin: 8px auto 0;
	max-width: 760px;
}

@media (max-width: 700px) {
	.gdh-home-hero {
		min-height: 660px;
		padding-bottom: 34px;
	}

	.gdh-home-hero__actions {
		gap: 10px;
		margin-top: 24px;
		max-width: min(272px, calc(100vw - 44px));
	}

	.gdh-home-hero__actions .gdh-button {
		justify-content: center;
		text-align: center;
	}

	.gdh-hero-safety {
		gap: 14px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin-top: 30px;
		max-width: min(335px, calc(100vw - 44px));
	}

	.gdh-hero-safety a {
		align-items: center;
		text-align: center;
	}

	.gdh-hero-safety a span:last-child {
		max-width: 96px;
	}

	.gdh-compliance-strip {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 22px;
		max-width: min(315px, calc(100vw - 44px));
	}

	.gdh-compliance-strip span {
		font-size: 0.76rem;
		padding: 8px 10px;
		text-align: center;
	}

	.gdh-home-library-layout {
		gap: 38px;
	}

	.gdh-home-signal {
		margin-top: 18px;
	}

	.gdh-home-signal__copy small {
		display: block;
		margin-top: 4px;
	}

	.gdh-home-signal__item--weekly {
		grid-template-columns: 34px 40px minmax(0, 1fr) 24px;
	}

	.gdh-home-library-layout .gdh-section-heading {
		margin-bottom: 18px;
	}

	.gdh-home-library-layout .gdh-game-card {
		border-radius: 12px;
	}

	.gdh-home-library-layout .gdh-game-card__media {
		height: 184px;
	}

.gdh-home-library-layout .gdh-game-card__body {
	padding: 22px 24px 24px;
}
}

/* Trust labels and download-preflight notes. */
.gdh-card-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 10px 0 2px;
}

.gdh-card-badges span {
	background: rgba(245, 194, 86, 0.1);
	border: 1px solid rgba(245, 194, 86, 0.34);
	border-radius: 999px;
	color: #f2d48a;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.1;
	padding: 6px 8px;
	text-transform: uppercase;
}

.gdh-download-notice {
	background: rgba(4, 35, 26, 0.7);
	border: 1px solid rgba(245, 194, 86, 0.26);
	border-radius: 12px;
	color: rgba(239, 246, 242, 0.84);
	margin: 0 0 18px;
	padding: 16px 18px;
}

.gdh-download-notice strong {
	color: #f2d48a;
	display: block;
	font-size: 0.94rem;
	margin-bottom: 4px;
}

.gdh-download-notice p {
	margin: 0;
}

@media (max-width: 700px) {
	.gdh-card-badges {
		gap: 6px;
		margin-top: 12px;
	}

	.gdh-card-badges span {
		font-size: 0.66rem;
		padding: 6px 7px;
	}

	.gdh-download-notice {
		padding: 14px 15px;
	}
}

/* Frontend Builder refinement: mobile header visibility, ranking signal clarity, and card rhythm. */
.gdh-home-signal__item--weekly .gdh-home-signal__copy small {
	color: rgba(242, 212, 138, 0.9);
	display: block;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	margin-top: 5px;
}

.gdh-home-signal__item--weekly .gdh-home-signal__copy a {
	display: inline-block;
}

.gdh-home-library-layout .gdh-game-card__actions .gdh-button:not(.gdh-button--ghost) {
	background: rgba(47, 239, 143, 0.14);
	border: 1px solid rgba(47, 239, 143, 0.55);
	color: #9bf6c5;
	box-shadow: none;
}

.gdh-home-library-layout .gdh-game-card__actions .gdh-button:not(.gdh-button--ghost):hover,
.gdh-home-library-layout .gdh-game-card__actions .gdh-button:not(.gdh-button--ghost):focus {
	background: rgba(47, 239, 143, 0.22);
	color: #ffffff;
}

@media (max-width: 700px) {
	.gdh-site-header {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		min-height: 92px;
	}

	.gdh-site-brand {
		max-width: 220px;
		white-space: nowrap;
	}

	.gdh-site-actions {
		align-items: center;
		display: flex;
		justify-self: end;
		visibility: visible;
	}

	.gdh-site-action {
		display: inline-flex;
		flex: 0 0 30px;
		opacity: 1;
		position: relative;
	}

	.gdh-home-signal__item--weekly {
		grid-template-columns: 34px 40px minmax(0, 1fr) 24px;
		min-height: 92px;
	}

	.gdh-home-signal__item--weekly .gdh-home-signal__copy small {
		display: block !important;
		font-size: 0.72rem;
		line-height: 1.15;
		margin-top: 5px;
	}

	.gdh-home-signal__details {
		align-self: center;
	}

	.gdh-home-library-layout .gdh-game-card__actions {
		gap: 10px;
	}

	.gdh-home-library-layout .gdh-game-card__actions .gdh-button {
		font-size: 0.98rem;
		min-height: 48px;
	}
}

/* Final narrow-screen containment for long listing headings and cards. */
@media (max-width: 700px) {
	.gdh-home-library-layout,
	.gdh-home .gdh-section,
	.gdh-home-library-layout .gdh-section-heading,
	.gdh-home-library-layout .gdh-game-grid,
	.gdh-home-library-layout .gdh-game-card {
		box-sizing: border-box;
		max-width: 100%;
		min-width: 0;
		overflow: hidden;
		width: 100%;
	}

	.gdh-home-library-layout .gdh-section-heading {
		display: block;
	}

	.gdh-home-library-layout .gdh-section-heading h2 {
		font-size: clamp(1.55rem, 7vw, 1.8rem);
		line-height: 1.15;
		max-width: 100%;
		overflow-wrap: break-word;
		white-space: normal;
	}

	.gdh-home-library-layout .gdh-section-heading p {
		font-size: 0.98rem;
		line-height: 1.45;
		max-width: calc(100vw - 44px);
		overflow-wrap: break-word;
	}

	.gdh-home-library-layout .gdh-game-card__media,
	.gdh-home-library-layout .gdh-game-card__body {
		box-sizing: border-box;
		width: 100%;
	}

	.gdh-home-library-layout .gdh-game-grid {
		gap: 24px;
		padding-right: 1px;
	}
}

/* Frontend Builder mobile containment pass: prevent header/list actions from drifting outside 375/414px viewports. */
@media (max-width: 700px) {
	.gdh-site-header {
		box-sizing: border-box;
		display: block;
		height: 92px;
		max-width: 100%;
		min-height: 92px;
		overflow: hidden;
		padding: 0;
		position: sticky;
		width: 100%;
	}

	.gdh-site-brand {
		font-size: clamp(1.32rem, 6.2vw, 1.58rem);
		left: 22px;
		max-width: calc(100% - 132px);
		overflow: hidden;
		position: absolute;
		text-overflow: ellipsis;
		top: 50%;
		transform: translateY(-50%);
		white-space: nowrap;
	}

	.gdh-site-brand::before {
		font-size: clamp(1.35rem, 6.4vw, 1.65rem);
	}

	.gdh-site-actions {
		display: flex !important;
		gap: 14px;
		position: absolute;
		right: 22px;
		top: 50%;
		transform: translateY(-50%);
		visibility: visible !important;
	}

	.gdh-site-action {
		display: inline-flex !important;
		flex: 0 0 30px;
		height: 30px;
		opacity: 1 !important;
		overflow: visible;
		position: relative;
		width: 30px;
	}

	.gdh-site-action--search::before {
		border-width: 3px;
		height: 18px;
		width: 18px;
	}

	.gdh-site-action--search::after {
		height: 14px;
		left: 21px;
		top: 21px;
		width: 3px;
	}

	.gdh-site-action--menu::before {
		box-shadow: 0 9px 0 currentColor, 0 18px 0 currentColor;
		height: 3px;
		left: 2px;
		top: 5px;
		width: 28px;
	}

	.gdh-home,
	.gdh-home .gdh-shell,
	.gdh-home-hero,
	.gdh-home-library-layout,
	.gdh-home-sidebar,
	.gdh-home-signal,
	.gdh-home .gdh-section,
	.gdh-home-library-layout .gdh-game-grid,
	.gdh-home-library-layout .gdh-game-card {
		max-width: 100%;
		overflow-x: hidden;
	}

	.gdh-home-signal__title-row {
		align-items: start;
		display: grid;
		gap: 10px;
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.gdh-home-signal__heading h2 {
		font-size: clamp(1.05rem, 5.6vw, 1.28rem);
		max-width: 100%;
		white-space: normal;
	}

	.gdh-home-signal__title-row a {
		font-size: 0.88rem;
		line-height: 1.2;
		white-space: nowrap;
	}

	.gdh-home-signal__item--weekly {
		gap: 10px;
		grid-template-columns: 32px 40px minmax(0, 1fr) 24px;
		padding-left: 14px;
		padding-right: 14px;
	}

	.gdh-home-signal__copy {
		min-width: 0;
	}

	.gdh-home-signal__copy a {
		font-size: clamp(0.9rem, 4.5vw, 1rem);
		overflow-wrap: anywhere;
	}

	.gdh-home-library-layout .gdh-game-card__media {
		overflow: hidden;
	}

	.gdh-home-library-layout .gdh-game-card__actions {
		grid-template-columns: 1fr;
	}
}

/* Frontend Builder 1.3.7: hard mobile viewport lock for Safari/Chrome compact widths. */
@media (max-width: 700px) {
	html,
	body,
	.gdh-standalone-body {
		overflow-x: hidden !important;
		width: 100% !important;
	}

	.gdh-site-header {
		left: 0;
		right: 0;
		width: 100vw !important;
	}

	.gdh-site-actions {
		display: flex !important;
		gap: 14px !important;
		left: auto !important;
		position: fixed !important;
		right: 22px !important;
		top: 46px !important;
		transform: translateY(-50%) !important;
		z-index: 999;
	}

	.gdh-home .gdh-shell {
		box-sizing: border-box;
		max-width: 100vw !important;
		overflow-x: hidden !important;
		padding-left: 22px !important;
		padding-right: 22px !important;
		width: 100% !important;
	}

	.gdh-home-hero {
		box-sizing: border-box;
		margin-left: -22px !important;
		margin-right: -22px !important;
		max-width: none !important;
		width: calc(100% + 44px) !important;
	}

	.gdh-home-library-layout,
	.gdh-home-sidebar,
	.gdh-home-signal,
	.gdh-home .gdh-section,
	.gdh-home-library-layout .gdh-section-heading,
	.gdh-home-library-layout .gdh-game-grid,
	.gdh-home-library-layout .gdh-game-card {
		box-sizing: border-box !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: calc(100vw - 44px) !important;
		min-width: 0 !important;
		overflow-x: hidden !important;
		width: 100% !important;
	}

	.gdh-home-signal__heading {
		padding-left: 18px !important;
		padding-right: 18px !important;
	}

	.gdh-home-signal__title-row {
		grid-template-columns: minmax(0, 1fr) auto !important;
	}

	.gdh-home-signal__title-row a {
		display: inline-flex;
		justify-self: end;
	}
}

@media (max-width: 390px) {
	.gdh-site-actions {
		gap: 10px !important;
		right: 16px !important;
	}

	.gdh-site-action {
		flex-basis: 28px;
		height: 28px;
		width: 28px;
	}

	.gdh-site-brand {
		left: 20px;
		max-width: calc(100% - 118px);
	}
}

/* Frontend Builder 1.3.8: desktop edge alignment for header, hero, and weekly panel. */
@media (min-width: 701px) {
	.gdh-site-header,
	.gdh-home .gdh-shell {
		box-sizing: border-box;
		max-width: 864px;
		width: 100%;
	}

	.gdh-site-header {
		padding-left: 35px;
		padding-right: 35px;
	}

	.gdh-home .gdh-shell {
		padding-left: 0;
		padding-right: 0;
	}

	.gdh-home-hero {
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
		padding-left: 60px;
		padding-right: 60px;
		width: 100%;
	}

	.gdh-hero-cert {
		right: 34px;
	}

	.gdh-hero-table-scene {
		right: 0;
	}

	.gdh-home-library-layout {
		box-sizing: border-box;
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.gdh-home-sidebar,
	.gdh-home-signal {
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
		width: 100%;
	}

	.gdh-home-signal {
		border-radius: 13px;
	}

	.gdh-home-library-layout .gdh-section {
		box-sizing: border-box;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
}

/* Frontend Builder 1.3.9: keep the app grid readable after edge-aligning the hero and ranking panel. */
@media (min-width: 701px) {
	.gdh-home-library-layout > .gdh-section {
		padding-left: 35px;
		padding-right: 35px;
	}

	.gdh-home-library-layout .gdh-section-heading,
	.gdh-home-library-layout .gdh-game-grid {
		box-sizing: border-box;
		width: 100%;
	}
}

/* Frontend Builder 1.3.10: add breathing room between the hero and ranking panel. */
@media (min-width: 701px) {
	.gdh-home-library-layout {
		margin-top: 28px;
	}
}

@media (max-width: 700px) {
	.gdh-home-library-layout {
		margin-top: 24px !important;
	}
}

/* Frontend Builder 1.3.11: give the reviewed app grid the same desktop side breathing room as the hero content. */
@media (min-width: 701px) {
	.gdh-home-library-layout > .gdh-section {
		padding-left: 60px;
		padding-right: 60px;
	}
}
