/* GameRelease catalog and game-page layer */
.game-home,
.gc-catalog-page,
.game-page {
	--game-green: var(--accent);
	--game-green-bright: var(--accent-strong);
	--game-border: var(--line);
	--game-panel: var(--surface);
	--game-panel-2: var(--surface-soft);
	color: var(--text);
}

.game-eyebrow {
	display: inline-block;
	font-size: .72rem;
	font-weight: 850;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--game-green-bright);
}
.game-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.8rem;
	padding: .68rem 1rem;
	border: 1px solid var(--game-border);
	border-radius: .72rem;
	background: rgba(23,29,26,.84);
	color: var(--text)!important;
	font-size: .88rem;
	font-weight: 800;
	line-height: 1;
	transition: .2s ease;
}
.game-button:hover { border-color: rgba(53,223,115,.42); background: var(--surface-raised); transform: translateY(-1px); }
.game-button--primary { background: var(--game-green); border-color: var(--game-green); color: var(--accent-ink)!important; }
.game-button--primary:hover { background: var(--game-green-bright); border-color: var(--game-green-bright); }
.game-button--ghost { background: transparent; }
.game-mini-chip,
.game-chip,
.gc-card__platform {
	display: inline-flex;
	align-items: center;
	padding: .36rem .58rem;
	border: 1px solid rgba(152,163,156,.17);
	border-radius: 999px;
	background: rgba(12,17,14,.5);
	color: #b7c2bb;
	font-size: .72rem;
	font-weight: 750;
	line-height: 1.15;
	white-space: nowrap;
}
.game-mini-chip:hover,
.game-chip:hover,
.gc-card__platform:hover { border-color: rgba(53,223,115,.34); background: var(--accent-soft); color: var(--game-green-bright); }
.game-chip--muted { color: #8d9b92; }
.game-cover-placeholder,
.gc-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(145deg, rgba(53,223,115,.08), transparent 45%),
		linear-gradient(135deg, #232b26, #141a16);
}

/* Homepage */
.game-home { overflow: hidden; }
.game-home-hero {
	position: relative;
	isolation: isolate;
	min-height: clamp(30rem, 64vh, 47rem);
	display: grid;
	align-items: end;
	background: #0c100e;
	border-bottom: 1px solid var(--game-border);
	overflow: hidden;
}
.game-home-hero__backdrop {
	position: absolute;
	z-index: -3;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 28%;
	filter: saturate(.9) contrast(1.05) brightness(.64);
	transform: scale(1.015);
}
.game-home-hero__shade {
	position: absolute;
	z-index: -2;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(9,13,11,.95) 0%, rgba(9,13,11,.72) 42%, rgba(9,13,11,.22) 72%, rgba(9,13,11,.5) 100%),
		linear-gradient(0deg, var(--bg) 0%, transparent 42%);
}
.game-home-hero__inner {
	width: min(calc(100% - 3rem), var(--container));
	margin: 0 auto;
	display: grid;
	grid-template-columns: clamp(10rem, 16vw, 14rem) minmax(0, 43rem);
	gap: clamp(1.5rem, 3vw, 3rem);
	align-items: end;
	padding: clamp(6rem, 12vh, 10rem) 0 clamp(2.8rem, 6vw, 5rem);
}
.game-home-hero__cover {
	width: 100%;
	aspect-ratio: 3/4;
	object-fit: cover;
	border-radius: 1rem;
	border: 1px solid rgba(255,255,255,.14);
	box-shadow: 0 28px 60px rgba(0,0,0,.48);
}
.game-home-hero__content h2 {
	max-width: 14ch;
	margin: .35rem 0 .8rem;
	font-size: clamp(2.35rem, 5vw, 5.2rem);
	line-height: .96;
	letter-spacing: -.06em;
	text-shadow: 0 3px 18px rgba(0,0,0,.35);
}
.game-home-hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; margin-bottom: .9rem; }
.game-home-hero__date { font-size: 1.05rem; font-weight: 700; color: #fff; }
.game-home-hero__summary { max-width: 42rem; color: #c0cbc4; font-size: 1rem; line-height: 1.7; margin-bottom: 1.2rem; }
.game-home-hero .game-button { min-width: 8.8rem; }

.game-home-section {
	width: min(calc(100% - 3rem), var(--container));
	margin: 0 auto;
	padding: clamp(2.3rem, 5vw, 4.7rem) 0 0;
}
.game-section-title {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1.2rem;
	margin-bottom: 1.25rem;
}
.game-section-title h2 { margin: .2rem 0 .25rem; font-size: clamp(1.55rem, 2.4vw, 2.3rem); letter-spacing: -.035em; }
.game-section-title p { color: var(--muted); font-size: .91rem; }
.game-section-title > a { color: var(--game-green-bright); font-size: .82rem; font-weight: 800; white-space: nowrap; }
.game-section-title > a:hover { text-decoration: underline; }
.game-home-grid {
	display: grid;
	grid-template-columns: repeat(6,minmax(0,1fr));
	gap: clamp(.8rem, 1.5vw, 1.25rem);
}
.game-home-card { min-width: 0; }
.game-home-card__cover {
	display: block;
	aspect-ratio: 3/4;
	border-radius: .82rem;
	overflow: hidden;
	background: var(--surface-soft);
	border: 1px solid rgba(255,255,255,.055);
	box-shadow: 0 10px 28px rgba(0,0,0,.2);
}
.game-home-card__cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .32s ease, filter .32s ease; }
.game-home-card:hover .game-home-card__cover img { transform: scale(1.035); filter: brightness(1.06); }
.game-home-card__body { padding: .72rem .1rem 0; display: flex; flex-direction: column; align-items: flex-start; }
.game-home-card__date { display: block; margin: 0 0 .28rem; color: var(--game-green-bright); font-size: .71rem; font-weight: 850; line-height: 1.25; letter-spacing: .025em; }
.game-home-card__title { display: block; margin: 0 0 .48rem; color: var(--text); font-size: .97rem; font-weight: 700; line-height: 1.32; text-decoration: none; overflow-wrap: anywhere; }
.game-home-card__title:hover { color: var(--game-green-bright); }
.game-home-card__platforms { display: flex; flex-wrap: wrap; gap: .3rem; margin-top: .02rem; }
.game-home-card .game-mini-chip { padding: .26rem .42rem; font-size: .64rem; }
.game-platform-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: .85rem; }
.game-platform-tile {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 5.2rem;
	padding: 1rem 1.15rem;
	border: 1px solid var(--game-border);
	border-radius: .9rem;
	background: linear-gradient(140deg, var(--surface), #131915);
	font-weight: 800;
	transition: .2s ease;
}
.game-platform-tile:hover { border-color: rgba(53,223,115,.38); background: linear-gradient(140deg, #1d2921, #151c17); color: var(--game-green-bright); transform: translateY(-2px); }
.game-calendar-links { display: flex; flex-wrap: wrap; gap: .7rem; }
.game-calendar-links a {
	padding: .68rem .9rem;
	border: 1px solid var(--game-border);
	border-radius: .7rem;
	background: var(--surface);
	font-size: .84rem;
	font-weight: 750;
}
.game-calendar-links a:hover { background: var(--accent-soft); border-color: rgba(53,223,115,.35); color: var(--game-green-bright); }
.game-home-calendar { padding-bottom: clamp(2rem, 4vw, 3rem); }

/* Catalogs */
.gc-catalog-page { padding: .5rem 0 3rem; }
.gc-catalog-head {
	position: relative;
	padding: clamp(1.8rem,4vw,3.4rem);
	margin-bottom: clamp(1.5rem,3vw,2.4rem);
	border: 1px solid var(--game-border);
	border-radius: 1.15rem;
	background:
		radial-gradient(circle at 90% 0%, rgba(34,197,94,.11), transparent 22rem),
		linear-gradient(145deg, #19211c, #121714);
	overflow: hidden;
}
.gc-catalog-head::before { content:""; position:absolute; inset:0 auto 0 0; width:3px; background:linear-gradient(var(--accent-strong),transparent); }
.gc-catalog-head h1 { margin: .3rem 0 .6rem; font-size: clamp(2.1rem,4.2vw,4rem); letter-spacing: -.05em; }
.gc-catalog-head > p { max-width: 52rem; color: #aab6ae; line-height: 1.72; }
.gc-related-links { display: flex; flex-wrap: wrap; gap: .48rem; margin-top: 1.25rem; }
.gc-related-links a { padding: .47rem .66rem; border: 1px solid var(--game-border); border-radius: 999px; color: #b7c2bb; font-size: .76rem; font-weight: 750; }
.gc-related-links a:hover { border-color: rgba(53,223,115,.35); color: var(--game-green-bright); background: var(--accent-soft); }
.gc-card-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: clamp(.85rem,1.6vw,1.35rem); }
.gc-card { min-width: 0; }
.gc-card__cover {
	position: relative;
	display: block;
	aspect-ratio: 3/4;
	overflow: hidden;
	border-radius: .86rem;
	border: 1px solid rgba(255,255,255,.06);
	background: var(--surface-soft);
	box-shadow: 0 10px 28px rgba(0,0,0,.2);
}
.gc-card__cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease, filter .3s ease; }
.gc-card:hover .gc-card__cover img { transform: scale(1.035); filter: brightness(1.05); }
.gc-card__body { padding: .72rem .08rem 0; }
.gc-card__top { display: flex; justify-content: space-between; align-items: center; gap: .5rem; min-height: 1.45rem; }
.gc-card__date { color: var(--game-green-bright); font-size: .7rem; font-weight: 850; }
.gc-card__rating { display: inline-flex; align-items: center; justify-content: center; min-width: 2rem; height: 1.45rem; padding: 0 .38rem; border-radius: .42rem; background: #1b3323; color: #76ec97; font-size: .7rem; font-weight: 900; }
.gc-card__title { display: block; margin: .28rem 0 .48rem; color: var(--text); font-size: .98rem; font-weight: 700; line-height: 1.28; text-decoration: none; overflow-wrap: anywhere; }
.gc-card__title:hover { color: var(--game-green-bright); }
.gc-card__platforms { display: flex; flex-wrap: wrap; gap: .28rem; }
.gc-card__platform { padding: .25rem .4rem; font-size: .63rem; }
.gc-empty { padding: 3rem 1.2rem; border: 1px dashed var(--game-border); border-radius: .9rem; background: var(--surface); color: var(--muted); text-align: center; }
.gc-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: .38rem; margin: 2.3rem 0 .5rem; }
.gc-pagination a, .gc-pagination .is-current, .gc-pagination__gap { display: grid; place-items: center; min-width: 2.5rem; min-height: 2.5rem; padding: .4rem .7rem; border: 1px solid var(--game-border); border-radius: .6rem; font-size: .8rem; font-weight: 750; }
.gc-pagination a:hover { border-color: rgba(53,223,115,.4); color: var(--game-green-bright); background: var(--accent-soft); }
.gc-pagination .is-current { border-color: var(--accent); background: var(--accent); color: var(--accent-ink); }
.gc-pagination__prev, .gc-pagination__next { width: auto; }
.gc-pagination__gap { border-color: transparent; color: var(--muted); }

/* Individual game */
.game-page { margin: 0 0 2.5rem; }
.game-hero {
	position: relative;
	isolation: isolate;
	margin: 0 0 1rem;
	min-height: clamp(31rem, 64vh, 45rem);
	border: 1px solid var(--game-border);
	border-radius: 1.2rem;
	overflow: hidden;
	background: #0e1310;
	box-shadow: var(--shadow-soft);
}
.game-hero__backdrop {
	position: absolute;
	z-index: -3;
	inset: 0;
	background-image: var(--game-backdrop);
	background-size: cover;
	background-position: center 28%;
	filter: saturate(.9) contrast(1.06) brightness(.64);
	transform: scale(1.015);
}
.game-hero__scrim {
	position: absolute;
	z-index: -2;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(10,14,12,.97) 0%, rgba(10,14,12,.8) 47%, rgba(10,14,12,.34) 78%),
		linear-gradient(0deg, rgba(10,14,12,.96) 0%, transparent 48%);
}
.game-hero__content {
	position: absolute;
	inset: auto 0 0;
	display: grid;
	grid-template-columns: clamp(10rem,19vw,15rem) minmax(0,1fr);
	gap: clamp(1.4rem,3vw,2.7rem);
	align-items: end;
	padding: clamp(1.4rem,3vw,2.6rem);
}
.game-hero__cover { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: .9rem; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 22px 54px rgba(0,0,0,.48); }
.game-hero__body { min-width: 0; padding-bottom: .2rem; }
.game-hero__body h1 { max-width: 18ch; margin: .3rem 0 1rem; font-size: clamp(2.5rem,5.5vw,5.8rem); line-height: .96; letter-spacing: -.06em; }
.game-hero__release { display: flex; flex-wrap: wrap; align-items: baseline; gap: .45rem .75rem; margin: 0 0 .85rem; }
.game-hero__release > span:first-child { color: #8e9b93; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.game-hero__release > strong { font-size: 1.18rem; color: #fff; }
.game-countdown { display: inline-flex; gap: .3rem; align-items: baseline; padding: .36rem .55rem; border-radius: .48rem; background: rgba(34,197,94,.13); color: var(--game-green-bright); }
.game-countdown__value { font-size: .9rem; font-weight: 900; }
.game-countdown__label { font-size: .68rem; font-weight: 700; }
.game-hero__chips { display: flex; flex-wrap: wrap; gap: .38rem; margin: 0 0 1rem; }
.game-hero__facts { display: grid; grid-template-columns: repeat(3,minmax(0,auto)); justify-content: start; gap: 1rem 2rem; margin: 0 0 1.15rem; }
.game-hero__facts div { min-width: 0; }
.game-hero__facts dt { color: #839087; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 750; }
.game-hero__facts dd { margin: .2rem 0 0; color: #e3ebe6; font-size: .85rem; font-weight: 750; }
.game-hero__facts a:hover { color: var(--game-green-bright); }
.game-rating { display: inline-flex; align-items: center; gap: .35rem; }
.game-rating strong { color: #76ec97; }
.game-rating span { color: var(--muted); font-size: .65rem; }
.game-hero__actions { display: flex; flex-wrap: wrap; gap: .55rem; }
.game-local-nav {
	position: sticky;
	top: calc(var(--head-offset) - .25rem);
	z-index: 12;
	display: flex;
	gap: .25rem;
	overflow-x: auto;
	padding: .48rem;
	margin-bottom: 1rem;
	border: 1px solid var(--game-border);
	border-radius: .82rem;
	background: rgba(20,26,22,.92);
	backdrop-filter: blur(14px);
	scrollbar-width: none;
}
.game-local-nav::-webkit-scrollbar { display:none; }
.game-local-nav a { flex: 0 0 auto; padding: .5rem .72rem; border-radius: .55rem; color: #aab6ae; font-size: .75rem; font-weight: 800; }
.game-local-nav a:hover { background: var(--accent-soft); color: var(--game-green-bright); }

.game-local-nav a[hidden] { display: none !important; }
.game-local-nav a.is-active,
.game-local-nav a[aria-selected="true"] {
	background: linear-gradient(145deg, rgba(35,211,101,.18), rgba(35,211,101,.08));
	box-shadow: inset 0 0 0 1px rgba(53,223,115,.28);
	color: var(--game-green-bright);
}
.game-page > .game-section[hidden] { display: none !important; }
.game-page[data-active-game-tab] > .game-section.is-active-tab-panel { animation: game-tab-in .18s ease-out; }
@keyframes game-tab-in { from { opacity: .35; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }

.game-section {
	margin: 1rem 0;
	padding: clamp(1.15rem,2.5vw,2rem);
	border: 1px solid var(--game-border);
	border-radius: 1rem;
	background: linear-gradient(150deg, var(--surface), #141a16);
	box-shadow: var(--shadow-tiny);
	scroll-margin-top: calc(var(--head-offset) + 4rem);
}
.game-section__head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.game-section__head h2 { font-size: clamp(1.35rem,2.4vw,2rem); }
.game-section__head p { margin-top: .25rem; color: var(--muted); font-size: .82rem; }
.game-story { max-width: 58rem; color: #c2ccc5; font-size: 1rem; line-height: 1.78; }
.game-story a { color: var(--game-green-bright); text-decoration: underline; text-decoration-color: rgba(53,223,115,.3); }
.game-table-wrap { overflow-x: auto; border: 1px solid var(--game-border); border-radius: .72rem; }
.game-release-table { width: 100%; min-width: 38rem; border-collapse: collapse; }
.game-release-table th { padding: .68rem .82rem; background: #111713; color: #87958c; font-size: .67rem; text-align: left; text-transform: uppercase; letter-spacing: .08em; }
.game-release-table td { padding: .78rem .82rem; border-top: 1px solid var(--game-border); color: #b9c5bd; font-size: .84rem; }
.game-release-table td strong { color: var(--text); }
.game-release-table a:hover { color: var(--game-green-bright); }
.game-badge--official { display: inline-flex; margin-left: .35rem; padding: .18rem .35rem; border-radius: .35rem; background: var(--accent-soft); color: var(--game-green-bright); font-size: .6rem; font-weight: 850; text-transform: uppercase; }
.game-date-precision { display: block; margin-top: .15rem; color: var(--muted); }
.game-history { list-style: none; padding: 0; margin: 0; border: 1px solid var(--game-border); border-radius: .72rem; overflow: hidden; }
.game-history li { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem .9rem; border-top: 1px solid var(--game-border); }
.game-history li:first-child { border-top: 0; }
.game-history li > div { display: grid; gap: .18rem; }
.game-history__platform, .game-history time { color: var(--muted); font-size: .7rem; }
.game-video { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: .82rem; background: #090c0a; }
.game-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.game-trailer-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(18rem,.95fr); gap: 1rem; align-items: start; }
.game-trailer-player { min-width: 0; }
.game-trailer-player .game-video { box-shadow: 0 14px 34px rgba(0,0,0,.24); }
.game-trailer-preview {
	display: flex;
	flex-direction: column;
	gap: .8rem;
	height: 100%;
	padding: .92rem;
	border: 1px solid var(--game-border);
	border-radius: .9rem;
	background: linear-gradient(160deg, rgba(17,22,19,.96), rgba(12,17,14,.98));
}
.game-trailer-preview__head { display: grid; gap: .2rem; }
.game-trailer-preview__head h3 { margin: 0; font-size: 1rem; }
.game-trailer-preview__head p { margin: 0; color: var(--muted); font-size: .78rem; }
.game-trailer-preview-grid {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	grid-template-rows: repeat(3,minmax(0,1fr));
	gap: .65rem;
	flex: 1 1 auto;
	min-height: 0;
}
.game-trailer-preview__pager {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .7rem;
	padding-top: .2rem;
}
.game-trailer-preview__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .46rem .8rem;
	border: 1px solid rgba(115,209,138,.32);
	border-radius: 999px;
	background: rgba(15,26,18,.9);
	color: #d5ead8;
	font-size: .74rem;
	font-weight: 700;
}
.game-trailer-preview__nav:hover { border-color: rgba(115,209,138,.55); color: #fff; }
.game-trailer-preview__status { color: #9fb5a5; font-size: .78rem; font-weight: 700; }
.game-media-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .7rem; }
.game-media { display: block; aspect-ratio: 16/9; overflow: hidden; border-radius: .68rem; background: var(--surface-soft); border: 1px solid rgba(255,255,255,.03); }
.game-media--preview {
	aspect-ratio: auto;
	height: 100%;
	min-height: 0;
}
.game-media[hidden] { display: none !important; }
.game-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease, filter .3s ease; }
.game-media:hover img { transform: scale(1.03); filter: brightness(1.08); }
.game-store-links { display: flex; flex-wrap: wrap; gap: .55rem; }
.game-store-links a { padding: .6rem .78rem; border: 1px solid var(--game-border); border-radius: .62rem; background: #121713; font-size: .8rem; font-weight: 750; }
.game-store-links a:hover { border-color: rgba(53,223,115,.4); color: var(--game-green-bright); background: var(--accent-soft); }
.game-attribution { margin: 1.2rem .25rem; color: #748179; font-size: .7rem; }
.game-attribution a { color: #9ca9a1; }
.game-empty { padding: 1.5rem; border: 1px dashed var(--game-border); border-radius: .7rem; color: var(--muted); text-align: center; }
.game-dle-tools { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; color: var(--muted); font-size: .76rem; }
.game-discussion { margin-top: 1rem; }

@media (max-width: 1300px) {
	.game-home-grid, .gc-card-grid { grid-template-columns: repeat(5,minmax(0,1fr)); }
}
@media (max-width: 1080px) {
	.game-home-grid, .gc-card-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
	.game-home-hero__inner { grid-template-columns: 11rem minmax(0,1fr); }
	.game-hero__content { grid-template-columns: 11rem minmax(0,1fr); }
	.game-hero__facts { grid-template-columns: repeat(2,minmax(0,auto)); }
}
@media (max-width: 820px) {
	.game-home-hero { min-height: 39rem; }
	.game-home-hero__inner { width: min(calc(100% - 2rem), var(--container)); grid-template-columns: 7.5rem minmax(0,1fr); gap: 1.2rem; padding-bottom: 2rem; }
	.game-home-hero__content h2 { font-size: clamp(2.1rem,8vw,3.7rem); }
	.game-home-hero__summary { display: none; }
	.game-home-section { width: min(calc(100% - 2rem), var(--container)); }
	.game-home-grid, .gc-card-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.game-platform-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.game-hero { min-height: auto; padding-top: 15rem; }
	.game-hero__content { position: relative; grid-template-columns: 8.5rem minmax(0,1fr); padding: 1.2rem; }
	.game-hero__body h1 { font-size: clamp(2rem,7vw,3.6rem); }
	.game-media-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 580px) {
	.game-home-hero { min-height: 34rem; }
	.game-home-hero__inner { grid-template-columns: 6.3rem minmax(0,1fr); gap: .9rem; align-items: end; }
	.game-home-hero__content h2 { margin-bottom: .55rem; font-size: clamp(1.8rem,9vw,2.75rem); }
	.game-home-hero__meta { gap: .45rem; margin-bottom: .65rem; }
	.game-home-hero__date { width: 100%; font-size: .88rem; }
	.game-home-hero .game-mini-chip:nth-of-type(n+4) { display:none; }
	.game-home-grid, .gc-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: .85rem .65rem; }
	.game-section-title { align-items: flex-start; }
	.game-section-title p { display: none; }
	.game-platform-grid { grid-template-columns: 1fr 1fr; gap: .55rem; }
	.game-platform-tile { min-height: 4rem; padding: .75rem; font-size: .83rem; }
	.gc-catalog-head { padding: 1.25rem; border-radius: .9rem; }
	.gc-related-links { flex-wrap: nowrap; overflow-x: auto; padding-bottom: .2rem; scrollbar-width: none; }
	.game-hero { padding-top: 12rem; border-radius: .9rem; }
	.game-hero__content { grid-template-columns: 6.5rem minmax(0,1fr); gap: .9rem; padding: .95rem; }
	.game-hero__body h1 { margin: .2rem 0 .55rem; font-size: clamp(1.75rem,8.7vw,2.65rem); }
	.game-hero__release { margin-bottom: .5rem; }
	.game-hero__chips { margin-bottom: .65rem; max-height: 3.6rem; overflow: hidden; }
	.game-hero__facts { display: none; }
	.game-hero__actions .game-button { min-height: 2.35rem; padding: .55rem .7rem; font-size: .72rem; }
	.game-local-nav { top: calc(var(--head-offset) - 1rem); }
	.game-section { padding: 1rem; border-radius: .82rem; }
	.game-history li { align-items: flex-start; flex-direction: column; }
	.game-media-grid { grid-template-columns: 1fr; }
}

/* Game page media & discussion refinements */
.game-hero__content {
	grid-template-columns: clamp(15rem, 24vw, 20rem) minmax(0,1fr);
}
.game-hero__cover-wrap {
	align-self: end;
	min-width: 0;
}
.game-hero__cover {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: auto;
	object-fit: contain;
	background: rgba(7,11,9,.55);
}

.game-trailer-head {
	align-items: center;
}
.game-trailer-switcher {
	display: grid;
	grid-template-columns: auto minmax(9rem,1fr) auto;
	align-items: center;
	gap: .65rem;
	min-width: min(100%, 28rem);
}
.game-trailer-nav {
	min-height: 2.55rem;
	padding: .55rem .8rem;
	border: 1px solid var(--game-border);
	border-radius: .62rem;
	background: #101612;
	color: #d8e3dc;
	font-size: .76rem;
	font-weight: 800;
	cursor: pointer;
	transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.game-trailer-nav:hover {
	border-color: rgba(53,223,115,.45);
	background: var(--accent-soft);
	color: var(--game-green-bright);
}
.game-trailer-status {
	display: grid;
	gap: .15rem;
	text-align: center;
	min-width: 0;
}
.game-trailer-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #e7eee9;
	font-size: .78rem;
}
.game-trailer-counter {
	color: var(--muted);
	font-size: .68rem;
	font-weight: 750;
}

.game-media {
	padding: 0;
	border: 1px solid transparent;
	cursor: zoom-in;
	appearance: none;
}
.game-media:hover,
.game-media:focus-visible {
	border-color: rgba(53,223,115,.45);
	outline: none;
}
.game-lightbox {
	width: min(94vw, 92rem);
	max-width: none;
	max-height: 94vh;
	padding: 0;
	border: 1px solid rgba(74,104,85,.7);
	border-radius: 1rem;
	background: rgba(7,11,9,.97);
	color: #fff;
	box-shadow: 0 35px 110px rgba(0,0,0,.72);
	overflow: visible;
}
.game-lightbox::backdrop {
	background: rgba(0,0,0,.86);
	backdrop-filter: blur(5px);
}
.game-lightbox figure {
	display: grid;
	place-items: center;
	min-height: min(72vh, 52rem);
	margin: 0;
	padding: 1rem 4.5rem 2.4rem;
}
.game-lightbox__image {
	display: block;
	max-width: 100%;
	max-height: 78vh;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: .55rem;
}
.game-lightbox__caption {
	position: absolute;
	left: 50%;
	bottom: .75rem;
	transform: translateX(-50%);
	color: #9eaba2;
	font-size: .74rem;
	font-weight: 800;
}
.game-lightbox__close,
.game-lightbox__nav {
	position: absolute;
	z-index: 3;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255,255,255,.13);
	background: rgba(14,20,16,.88);
	color: #fff;
	cursor: pointer;
	transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.game-lightbox__close:hover,
.game-lightbox__nav:hover {
	background: rgba(34,197,94,.17);
	border-color: rgba(53,223,115,.48);
	color: var(--game-green-bright);
}
.game-lightbox__close {
	top: .75rem;
	right: .75rem;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	font-size: 1.7rem;
}
.game-lightbox__nav {
	top: 50%;
	width: 3.2rem;
	height: 4.2rem;
	transform: translateY(-50%);
	border-radius: .72rem;
	font-size: 2.3rem;
}
.game-lightbox__prev { left: .7rem; }
.game-lightbox__next { right: .7rem; }
.game-lightbox-open { overflow: hidden; }

.page--game .game-discussion {
	margin: 1rem 0 3rem;
	padding: clamp(1.1rem,2.5vw,2rem);
	border: 1px solid var(--game-border);
	border-radius: 1rem;
	background: linear-gradient(150deg, var(--surface), #141a16);
	box-shadow: var(--shadow-tiny);
}
.page--game .game-discussion .section-heading {
	margin-bottom: 1rem;
}
.page--game .game-discussion .thread {
	gap: .75rem;
}
.page--game .game-discussion .thread__item {
	padding: 1rem 1.1rem;
	border: 1px solid var(--game-border);
	border-radius: .82rem;
	background: #111713;
	box-shadow: none;
}
.page--game .game-discussion .thread__item--reply {
	margin-left: 2.5rem;
	background: #151d18;
}
.page--game .game-discussion .thread__top {
	align-items: flex-start;
}
.page--game .game-discussion .thread__who {
	font-size: .86rem;
	font-weight: 850;
	color: #eef5f0;
}
.page--game .game-discussion .thread__when {
	margin-top: .2rem;
	font-size: .67rem;
}
.page--game .game-discussion .thread__text {
	margin-top: .8rem;
	font-size: .91rem;
	line-height: 1.65;
}
.page--game .game-discussion .reply-form {
	margin-top: 1rem;
	padding: 1.1rem;
	border: 1px solid var(--game-border);
	border-radius: .82rem;
	background: #101612;
	box-shadow: none;
}
.page--game .game-discussion .reply-form__title {
	font-size: 1.15rem;
}
.page--game .game-discussion .form-input,
.page--game .game-discussion textarea,
.page--game .game-discussion .bb-editor textarea {
	border-color: #303b33;
	background: #0c110e;
	color: #e7eee9;
}

@media (max-width: 1080px) {
	.game-hero__content { grid-template-columns: 13rem minmax(0,1fr); }
	.game-trailer-layout { grid-template-columns: 1fr; }
	.game-trailer-preview-grid { grid-template-columns: repeat(3,minmax(0,1fr)); grid-template-rows: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 820px) {
	.game-hero__content { grid-template-columns: 10rem minmax(0,1fr); }
	.game-trailer-head { align-items: stretch; flex-direction: column; }
	.game-trailer-switcher { width: 100%; min-width: 0; }
	.game-trailer-preview-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 580px) {
	.game-hero__content { grid-template-columns: 8rem minmax(0,1fr); }
	.game-trailer-switcher { grid-template-columns: auto minmax(0,1fr) auto; gap: .35rem; }
	.game-trailer-nav { padding: .48rem .55rem; font-size: .68rem; }
	.game-trailer-preview { padding: .78rem; }
	.game-trailer-preview-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: repeat(3,minmax(0,1fr)); gap: .55rem; }
	.game-trailer-preview__pager { gap: .45rem; }
	.game-trailer-preview__nav { padding: .42rem .62rem; font-size: .7rem; }
	.game-lightbox { width: 100vw; max-height: 100vh; height: 100vh; border: 0; border-radius: 0; }
	.game-lightbox figure { min-height: 100vh; padding: 3.8rem 2.7rem 3rem; }
	.game-lightbox__image { max-height: calc(100vh - 7rem); }
	.game-lightbox__nav { width: 2.4rem; height: 3.5rem; font-size: 1.8rem; }
	.game-lightbox__prev { left: .2rem; }
	.game-lightbox__next { right: .2rem; }
	.page--game .game-discussion { padding: .9rem; }
	.page--game .game-discussion .thread__item--reply { margin-left: .8rem; }
}

/* GMDB community rating */
.game-rating-panel {
  max-width: 34rem;
  margin: .25rem 0 1.15rem;
  padding: 1rem 1.05rem .9rem;
  border: 1px solid rgba(64, 255, 126, .19);
  border-radius: .9rem;
  background: linear-gradient(145deg, rgba(25,34,29,.9), rgba(12,17,14,.84));
  box-shadow: inset 0 1px rgba(255,255,255,.025), 0 12px 32px rgba(0,0,0,.22);
}
.game-rating-panel__top { display:flex; align-items:flex-start; justify-content:space-between; gap:1rem; }
.game-rating-panel__eyebrow { display:block; color:#62ea8b; font-size:.65rem; font-weight:850; letter-spacing:.1em; text-transform:uppercase; }
.game-rating-panel__score { display:flex; align-items:baseline; gap:.28rem; margin-top:.15rem; }
.game-rating-panel__score strong { color:#f2f7f3; font-size:2rem; line-height:1; letter-spacing:-.04em; }
.game-rating-panel__score span { color:#7f8e84; font-size:.78rem; font-weight:750; }
.game-rating-panel__external { min-width:4.6rem; padding:.48rem .65rem; border:1px solid rgba(255,255,255,.09); border-radius:.65rem; background:rgba(0,0,0,.16); text-align:center; }
.game-rating-panel__external span { display:block; color:#78877e; font-size:.56rem; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.game-rating-panel__external strong { display:block; margin-top:.08rem; color:#c8d2cc; font-size:1rem; }
.game-rating-stars { display:flex; align-items:center; gap:.14rem; margin:.72rem 0 .6rem; }
.game-rating-star { appearance:none; -webkit-appearance:none; width:1.7rem; height:1.8rem; padding:0; border:0; background:transparent; color:#465149; cursor:pointer; font:inherit; font-size:1.42rem; line-height:1; transition:color .12s ease, transform .12s ease, filter .12s ease; }
.game-rating-star:hover, .game-rating-star:focus-visible, .game-rating-star.is-selected { color:#45e878; filter:drop-shadow(0 0 5px rgba(51,232,111,.27)); }
.game-rating-star:hover, .game-rating-star:focus-visible { transform:translateY(-1px) scale(1.08); outline:none; }
.game-rating-panel.is-loading .game-rating-star { pointer-events:none; opacity:.68; }
.game-rating-panel__meta { display:flex; justify-content:space-between; gap:1rem; color:#77857c; font-size:.68rem; }
.game-rating-panel__meta [data-rating-message] { color:#96a49b; text-align:right; }
@media (max-width: 640px) {
  .game-rating-panel { padding:.85rem .85rem .78rem; }
  .game-rating-stars { gap:.05rem; }
  .game-rating-star { width:1.45rem; height:1.55rem; font-size:1.2rem; }
  .game-rating-panel__meta { flex-direction:column; gap:.18rem; }
  .game-rating-panel__meta [data-rating-message] { text-align:left; }
}

/* GMDB rating visual refresh */
.game-rating-panel {
  width: min(100%, 30rem);
  margin: .7rem 0 1.1rem;
  padding: 1rem 1.05rem .95rem;
  border: 1px solid rgba(69, 232, 120, .24);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 18% 0%, rgba(69,232,120,.08), transparent 42%),
    linear-gradient(145deg, rgba(24,32,27,.96), rgba(10,14,12,.94));
  box-shadow: inset 0 1px rgba(255,255,255,.025), 0 14px 34px rgba(0,0,0,.24);
}

.game-rating-panel__top {
  align-items: center;
}

.game-rating-panel__eyebrow {
  color: #98a59d;
  font-size: .64rem;
  letter-spacing: .11em;
}

.game-rating-panel__score {
  margin-top: .18rem;
}

.game-rating-panel__score strong {
  color: #45e878;
  font-size: 2.45rem;
  font-weight: 900;
  line-height: .95;
  text-shadow: 0 0 18px rgba(69,232,120,.15);
}

.game-rating-panel__score span {
  color: #9aa69f;
  font-size: .88rem;
}

.game-rating-panel__external {
  min-width: 4.8rem;
  padding: .5rem .7rem;
  border-color: rgba(255,255,255,.08);
  background: rgba(0,0,0,.22);
}

.game-rating-stars {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: .16rem;
  margin: .82rem 0 .72rem;
  padding: .58rem .62rem;
  border: 1px solid rgba(255,255,255,.065);
  border-radius: .78rem;
  background: rgba(3,7,5,.36);
}

/* Reset DLE/global button styles so the stars stay icon-only. */
.game-rating-panel .game-rating-star {
  all: unset;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 0;
  height: 2.05rem;
  padding: 0 !important;
  border: 0 !important;
  border-radius: .42rem;
  background: none !important;
  box-shadow: none !important;
  color: #4f5c54;
  cursor: pointer;
  transition: transform .13s ease, color .13s ease, background-color .13s ease, filter .13s ease;
}

.game-rating-panel .game-rating-star span {
  display: block;
  color: #4f5c54;
  font-size: 1.45rem;
  line-height: 1;
  text-shadow: none;
  transition: color .13s ease, filter .13s ease, transform .13s ease;
}

.game-rating-panel .game-rating-star.is-selected span {
  color: #45e878;
  filter: drop-shadow(0 0 6px rgba(69,232,120,.34));
}

.game-rating-panel .game-rating-star:hover,
.game-rating-panel .game-rating-star:focus-visible {
  background: rgba(69,232,120,.07) !important;
  transform: translateY(-1px);
  outline: 1px solid rgba(69,232,120,.18);
}

.game-rating-panel .game-rating-star:hover span,
.game-rating-panel .game-rating-star:focus-visible span {
  color: #72f49a;
  filter: drop-shadow(0 0 7px rgba(69,232,120,.42));
  transform: scale(1.08);
}

.game-rating-panel.is-loading .game-rating-star {
  pointer-events: none;
  opacity: .58;
}

.game-rating-panel__meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: .28rem;
  color: #8e9a93;
  font-size: .72rem;
}

.game-rating-panel__meta [data-rating-count] {
  color: #c7d0ca;
  font-weight: 700;
}

.game-rating-panel__meta [data-rating-message] {
  color: #67e98e;
  text-align: left;
  font-weight: 700;
}

@media (max-width: 640px) {
  .game-rating-panel {
    width: 100%;
    padding: .85rem;
  }
  .game-rating-stars {
    gap: .08rem;
    padding: .5rem;
  }
  .game-rating-panel .game-rating-star {
    height: 1.85rem;
  }
  .game-rating-panel .game-rating-star span {
    font-size: 1.2rem;
  }
}

.game-rating-panel__source {
  margin-top: 8px;
  color: #7f8b84;
  font-size: 11px;
  line-height: 1.35;
}

/* Release Calendar filters */
.gc-calendar-switcher,.gc-platform-filters{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem}
.gc-calendar-switcher__item,.gc-platform-filters__item{display:inline-flex;align-items:center;justify-content:center;min-height:2.15rem;padding:.45rem .7rem;border:1px solid var(--game-border);border-radius:.58rem;background:rgba(11,16,13,.48);color:#aeb9b2;font-size:.72rem;font-weight:800;line-height:1;transition:.18s ease}
.gc-calendar-switcher__item:hover,.gc-platform-filters__item:hover{border-color:rgba(53,223,115,.4);color:var(--game-green-bright);background:var(--accent-soft)}
.gc-calendar-switcher__item.is-active,.gc-platform-filters__item.is-active,.gc-related-links__item.is-active{border-color:var(--game-green);background:var(--game-green);color:#071109}
.gc-platform-filters{margin-top:.55rem}.gc-platform-filters__item{border-radius:999px;min-height:2rem;padding:.42rem .68rem;font-size:.68rem}
.gc-catalog-head .gc-related-links{margin-top:.8rem;padding-top:.8rem;border-top:1px solid rgba(255,255,255,.055)}
@media(max-width:680px){.gc-calendar-switcher,.gc-platform-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.gc-calendar-switcher__item,.gc-platform-filters__item{width:100%;text-align:center}.gc-platform-filters__item:first-child{grid-column:1/-1}}

/* Genre & platform catalog v2 */
.gc-catalog-count{display:inline-flex;align-items:center;margin-top:.85rem;padding:.38rem .62rem;border:1px solid rgba(53,223,115,.18);border-radius:999px;background:rgba(53,223,115,.07);color:#9ce8b4;font-size:.72rem;font-weight:850;letter-spacing:.02em}
.gc-catalog-tools{display:grid;gap:.9rem;margin:0 0 1.4rem;padding:1rem;border:1px solid var(--game-border);border-radius:.9rem;background:linear-gradient(145deg,rgba(25,33,28,.95),rgba(16,21,18,.95))}
.gc-catalog-tools__status{display:flex;flex-wrap:wrap;gap:.45rem}
.gc-status-chip{display:inline-flex;align-items:center;justify-content:center;min-height:2.15rem;padding:.46rem .72rem;border:1px solid var(--game-border);border-radius:999px;background:rgba(10,15,12,.52);color:#aeb9b2;font-size:.72rem;font-weight:800;transition:.18s ease}
.gc-status-chip:hover{border-color:rgba(53,223,115,.38);color:var(--game-green-bright);background:var(--accent-soft)}
.gc-status-chip.is-active{border-color:var(--game-green);background:var(--game-green);color:#071109}
.gc-catalog-tools__form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:.7rem;align-items:end}
.gc-catalog-tools__form label{display:grid;gap:.32rem;min-width:0}
.gc-catalog-tools__form label>span{color:#839087;font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.gc-catalog-tools__form select{width:100%;height:2.65rem;padding:0 .75rem;border:1px solid var(--game-border);border-radius:.62rem;background:#101612;color:#dce5df;font-size:.78rem;font-weight:700;outline:0}
.gc-catalog-tools__form select:focus{border-color:rgba(53,223,115,.52);box-shadow:0 0 0 3px rgba(53,223,115,.08)}
.gc-catalog-tools__form .game-button{height:2.65rem;min-height:2.65rem}
.gc-card-grid--taxonomy{grid-template-columns:repeat(4,minmax(0,1fr))}
.gc-taxonomy-card{min-width:0}
.gc-taxonomy-card>a{position:relative;display:block;min-height:8.5rem;padding:1rem 1.05rem;border:1px solid var(--game-border);border-radius:.9rem;background:radial-gradient(circle at 100% 0%,rgba(53,223,115,.1),transparent 9rem),linear-gradient(145deg,#19211c,#121714);overflow:hidden;transition:.2s ease}
.gc-taxonomy-card>a:hover{transform:translateY(-2px);border-color:rgba(53,223,115,.38);box-shadow:0 14px 32px rgba(0,0,0,.22)}
.gc-taxonomy-card__eyebrow{display:block;margin-bottom:.45rem;color:#6fe491;font-size:.62rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.gc-taxonomy-card h2{margin:0;max-width:16ch;font-size:1.15rem;line-height:1.15;letter-spacing:-.02em}
.gc-taxonomy-card__count{display:block;margin-top:.75rem;color:#8f9c94;font-size:.72rem;font-weight:700}
.gc-taxonomy-card__arrow{position:absolute;right:1rem;bottom:.9rem;color:#57dd7b;font-size:1.15rem;transition:transform .18s ease}
.gc-taxonomy-card>a:hover .gc-taxonomy-card__arrow{transform:translateX(3px)}
@media(max-width:980px){.gc-catalog-tools__form{grid-template-columns:repeat(2,minmax(0,1fr))}.gc-catalog-tools__form .game-button{width:100%}.gc-card-grid--taxonomy{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:680px){.gc-catalog-tools{padding:.8rem}.gc-catalog-tools__status{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.gc-status-chip{width:100%}.gc-catalog-tools__form{grid-template-columns:1fr}.gc-card-grid--taxonomy{grid-template-columns:repeat(2,minmax(0,1fr))}.gc-taxonomy-card>a{min-height:7.5rem;padding:.85rem}.gc-taxonomy-card h2{font-size:1rem}}
@media(max-width:430px){.gc-card-grid--taxonomy{grid-template-columns:1fr}.gc-taxonomy-card>a{min-height:6.8rem}}

/* System Requirements v2 */
.game-requirements .game-section__head{margin-bottom:1.15rem}
.game-requirements-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:start}
.game-requirements-card{min-width:0;overflow:hidden;border:1px solid var(--game-border);border-radius:.9rem;background:#111713;box-shadow:0 10px 26px rgba(0,0,0,.16)}
.game-requirements-card__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-bottom:1px solid var(--game-border);background:linear-gradient(180deg,#182019,#141a16)}
.game-requirements-card__head h3{margin:0;color:#e3ebe6;font-size:.92rem;font-weight:850;letter-spacing:.01em}
.game-requirements-card__head span{display:inline-flex;align-items:center;justify-content:center;padding:.27rem .48rem;border:1px solid rgba(53,223,115,.22);border-radius:.4rem;background:rgba(53,223,115,.07);color:var(--game-green-bright);font-size:.62rem;font-weight:850;letter-spacing:.06em}
.game-requirements-card--recommended .game-requirements-card__head{background:linear-gradient(180deg,#19221b,#141b16)}
.game-requirements-table{width:100%;border-collapse:collapse;table-layout:fixed}
.game-requirements-table th,.game-requirements-table td{padding:.72rem .85rem;border-top:1px solid rgba(75,94,82,.3);vertical-align:top;text-align:left}
.game-requirements-table tr:first-child th,.game-requirements-table tr:first-child td{border-top:0}
.game-requirements-table th{width:31%;color:#7f8d84;font-size:.67rem;font-weight:850;letter-spacing:.045em;text-transform:uppercase;background:rgba(255,255,255,.012)}
.game-requirements-table td{color:#d3ddd6;font-size:.8rem;font-weight:650;line-height:1.5;overflow-wrap:anywhere}
.game-requirements-table tr:hover th,.game-requirements-table tr:hover td{background:rgba(53,223,115,.025)}
.game-requirements-table__notes th,.game-requirements-table__notes td{padding-top:.8rem;padding-bottom:.8rem}
@media(max-width:820px){.game-requirements-grid{grid-template-columns:1fr}.game-requirements-table th{width:34%}}
@media(max-width:520px){.game-requirements-table th,.game-requirements-table td{display:block;width:100%;padding:.48rem .72rem}.game-requirements-table th{padding-bottom:.18rem;border-top:1px solid rgba(75,94,82,.3)}.game-requirements-table td{padding-top:.08rem;padding-bottom:.7rem;border-top:0}.game-requirements-table tr:first-child th{border-top:0}}

/* Game Catalog 2.0: commerce, metadata, relations and news */
.game-parent-banner {
	display:flex; align-items:center; gap:.55rem; margin:1rem 0; padding:.8rem 1rem;
	border:1px solid rgba(53,223,115,.22); border-radius:.8rem; background:rgba(53,223,115,.065);
	color:#8f9c94; font-size:.8rem; font-weight:700;
}
.game-parent-banner a { color:var(--game-green-bright); font-weight:850; }
.game-commerce .game-section__head { margin-bottom:.85rem; }
.game-offer-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.8rem; }
.game-offer {
	display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:1rem;
	border:1px solid var(--game-border); border-radius:.85rem; background:#101612;
}
.game-offer > div { display:flex; align-items:baseline; flex-wrap:wrap; gap:.5rem; }
.game-offer__store { width:100%; color:#8e9a93; font-size:.7rem; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.game-offer strong { color:#edf5ef; font-size:1.45rem; line-height:1; }
.game-offer__regular { color:#758078; font-size:.84rem; text-decoration:line-through; }
.game-offer__discount { padding:.22rem .42rem; border-radius:.42rem; background:rgba(53,223,115,.12); color:var(--game-green-bright); font-size:.72rem; font-weight:850; }
.game-price-low { grid-column:1/-1; margin:.1rem 0 0; color:#8d9991; font-size:.78rem; }
.game-price-low strong { color:#dce7e0; }
.game-price-history { grid-column:1/-1; margin-top:.15rem; }
.game-price-history h3 { margin:0 0 .65rem; font-size:.92rem; }
.game-price-history-table { min-width:32rem; }
.game-facts-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.8rem; }
.game-fact-card { padding:1rem; border:1px solid var(--game-border); border-radius:.82rem; background:#101612; }
.game-fact-card h3 { margin:0 0 .7rem; font-size:.92rem; }
.game-fact-card dl { display:grid; gap:.55rem; margin:0; }
.game-fact-card dl > div { display:grid; grid-template-columns:9rem minmax(0,1fr); gap:.6rem; }
.game-fact-card dt { color:#829087; font-size:.72rem; font-weight:800; text-transform:uppercase; }
.game-fact-card dd { margin:0; color:#d0d9d3; font-size:.82rem; }
.game-age-ratings { display:flex; flex-wrap:wrap; gap:.5rem; }
.game-age-ratings span { display:inline-flex; align-items:center; gap:.35rem; padding:.48rem .6rem; border:1px solid rgba(53,223,115,.18); border-radius:.55rem; background:rgba(53,223,115,.055); color:#bdc8c1; font-size:.78rem; }
.game-age-ratings b { color:var(--game-green-bright); }
.game-language-table td:not(:first-child), .game-language-table th:not(:first-child) { text-align:center; }
.game-series-links { display:flex; flex-wrap:wrap; gap:.45rem; margin-top:.55rem; }
.game-related-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:.75rem; }
.game-related-card { min-width:0; border:1px solid var(--game-border); border-radius:.72rem; overflow:hidden; background:#101612; }
.game-related-card > a { display:grid; grid-template-columns:4.2rem minmax(0,1fr); min-height:5.6rem; color:inherit; }
.game-related-card img, .game-related-card__placeholder { width:4.2rem; height:100%; min-height:5.6rem; object-fit:cover; background:#0b100d; }
.game-related-card > a > span:last-child { display:grid; align-content:center; gap:.25rem; min-width:0; padding:.65rem; }
.game-related-card strong { overflow:hidden; color:#dce6df; font-size:.8rem; line-height:1.35; }
.game-related-card small { color:#7e8a82; font-size:.68rem; }
.game-related-card:hover { border-color:rgba(53,223,115,.35); }
.game-news-list { display:grid; gap:.55rem; }
.game-news-list a { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:.75rem .85rem; border:1px solid var(--game-border); border-radius:.65rem; background:#101612; }
.game-news-list strong { color:#dce6df; font-size:.82rem; }
.game-news-list time { flex:0 0 auto; color:#78847c; font-size:.7rem; }
.game-news-list a:hover { border-color:rgba(53,223,115,.35); }

@media (max-width: 900px) {
	.game-related-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 700px) {
	.game-offer-grid, .game-facts-grid { grid-template-columns:1fr; }
	.game-offer { align-items:flex-start; flex-direction:column; }
	.game-fact-card dl > div { grid-template-columns:1fr; gap:.2rem; }
}
@media (max-width: 520px) {
	.game-related-grid { grid-template-columns:1fr; }
	.game-news-list a { align-items:flex-start; flex-direction:column; gap:.25rem; }
}
