:root {
	--gjw-bg: #080910;
	--gjw-panel: #11131f;
	--gjw-panel-2: #171a28;
	--gjw-line: rgba(255, 255, 255, 0.09);
	--gjw-text: #f6f8ff;
	--gjw-muted: #a7afc3;
	--gjw-cyan: #23d5ff;
	--gjw-lime: #98ff5d;
	--gjw-pink: #ff4fd8;
	--gjw-orange: #ffad31;
	--gjw-radius: 8px;
	--gjw-topbar: 76px;
	--gjw-sidebar: 86px;
	--gjw-shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
}

* {
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
	margin: 0;
	overflow-x: hidden;
}

body {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	color: var(--gjw-text);
	background:
		radial-gradient(circle at 18% -8%, rgba(35, 213, 255, 0.18), transparent 32rem),
		radial-gradient(circle at 88% 2%, rgba(255, 79, 216, 0.12), transparent 30rem),
		linear-gradient(180deg, #10111b 0%, var(--gjw-bg) 38rem, #07080d 100%);
	line-height: 1.45;
}

a {
	color: inherit;
	text-decoration: none;
}

.fas,
.fab,
.fa {
	font-style: normal;
	font-family: inherit;
	font-weight: 900;
}

.fa-chevron-right::before,
.fa-angle-right::before {
	content: ">";
}

.fa-chevron-left::before,
.fa-arrow-left::before {
	content: "<";
}

.fa-arrow-right::before {
	content: ">";
}

.fa-search::before {
	content: "Search";
	font-size: 11px;
}

.fa-tag::before {
	content: "#";
}

.fa-play::before,
.fa-play-circle::before {
	content: "Play";
}

.fa-gamepad::before {
	content: "Games";
}

img {
	max-width: 100%;
	display: block;
}

.gp-container {
	width: min(100%, 1680px);
	margin: 0 auto;
	padding: 0 24px;
}

.gjw-topbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: var(--gjw-topbar);
	display: grid;
	grid-template-columns: minmax(220px, 320px) minmax(280px, 780px) auto auto auto;
	align-items: center;
	gap: 18px;
	padding: 12px 28px 12px calc(var(--gjw-sidebar) + 28px);
	background: rgba(17, 19, 31, 0.88);
	border-bottom: 1px solid var(--gjw-line);
	backdrop-filter: blur(18px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.gjw-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.gjw-brand-mark {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(35, 213, 255, 0.95), rgba(152, 255, 93, 0.88) 52%, rgba(255, 79, 216, 0.9));
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22), 0 12px 30px rgba(35, 213, 255, 0.25);
}

.gjw-brand-mark span {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border-radius: 10px;
	background: #090a12;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
}

.gjw-brand-copy {
	display: grid;
	gap: 1px;
}

.gjw-brand-name {
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
}

.gjw-brand-line {
	color: var(--gjw-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

.gjw-search,
.gjw-search-box {
	min-width: 0;
	width: 100%;
}

.gjw-search-box,
.gjw-search-panel {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	height: 52px;
	padding: 6px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.gjw-search-icon {
	width: 18px;
	height: 18px;
	margin-left: 14px;
	border: 3px solid #cbd2e9;
	border-radius: 50%;
	position: relative;
	flex: 0 0 auto;
}

.gjw-search-icon::after {
	content: "";
	position: absolute;
	width: 9px;
	height: 3px;
	right: -7px;
	bottom: -4px;
	border-radius: 999px;
	background: #cbd2e9;
	transform: rotate(45deg);
}

.gjw-search-input {
	min-width: 0;
	flex: 1;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--gjw-text);
	font-size: 16px;
	font-weight: 700;
}

.gjw-search-input::placeholder {
	color: #8d96ad;
}

.gjw-search-submit,
.gjw-hero-cta {
	border: 0;
	border-radius: 999px;
	padding: 12px 20px;
	background: linear-gradient(135deg, var(--gjw-cyan), var(--gjw-lime));
	color: #071017;
	font-weight: 900;
	white-space: nowrap;
	box-shadow: 0 12px 32px rgba(35, 213, 255, 0.2);
}

.gjw-top-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.gjw-top-actions a {
	padding: 10px 13px;
	border: 1px solid transparent;
	border-radius: 999px;
	color: #dfe5f7;
	font-size: 14px;
	font-weight: 800;
}

.gjw-top-actions a:hover {
	border-color: rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.07);
}

.gjw-icon-button {
	display: none;
	width: 46px;
	height: 46px;
	border: 1px solid var(--gjw-line);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--gjw-text);
}

.gjw-icon-button .gjw-search-icon {
	margin: 0 auto;
}

.gjw-menu-lines,
.gjw-menu-lines::before,
.gjw-menu-lines::after {
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 999px;
	background: #f5f7ff;
	content: "";
}

.gjw-menu-lines {
	margin: 0 auto;
	position: relative;
}

.gjw-menu-lines::before,
.gjw-menu-lines::after {
	position: absolute;
	left: 0;
}

.gjw-menu-lines::before {
	top: -7px;
}

.gjw-menu-lines::after {
	top: 7px;
}

.gjw-sidebar {
	position: fixed;
	z-index: 980;
	left: 0;
	top: 0;
	bottom: 0;
	width: var(--gjw-sidebar);
	padding: calc(var(--gjw-topbar) + 14px) 12px 18px;
	background: rgba(9, 10, 17, 0.92);
	border-right: 1px solid var(--gjw-line);
	backdrop-filter: blur(16px);
}

.gjw-sidebar-nav {
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow-y: auto;
	scrollbar-width: none;
}

.gjw-sidebar-nav::-webkit-scrollbar {
	display: none;
}

.gjw-side-link {
	display: grid;
	justify-items: center;
	gap: 5px;
	padding: 10px 4px;
	border-radius: 16px;
	color: #8f98b1;
	font-size: 11px;
	font-weight: 800;
}

.gjw-side-link.active,
.gjw-side-link:hover {
	background: linear-gradient(180deg, rgba(35, 213, 255, 0.16), rgba(152, 255, 93, 0.08));
	color: #fff;
}

.gjw-side-icon {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-weight: 900;
}

.gjw-side-link.active .gjw-side-icon {
	background: linear-gradient(135deg, var(--gjw-pink), var(--gjw-orange));
}

.gjw-side-section {
	margin-top: 6px;
	padding-top: 12px;
	border-top: 1px solid var(--gjw-line);
	display: grid;
	gap: 8px;
}

.gjw-side-heading {
	color: #6f7890;
	font-size: 10px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}

.gjw-cat-pill {
	display: block;
	padding: 9px 6px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.055);
	color: #cbd2e9;
	font-size: 11px;
	font-weight: 800;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gjw-cat-pill:hover,
.gjw-cat-pill-all {
	background: rgba(35, 213, 255, 0.16);
	color: #fff;
}

.gp-main-wrapper {
	min-height: 100vh;
	padding-top: var(--gjw-topbar);
	margin-left: var(--gjw-sidebar);
}

.gjw-home-hero {
	padding: 28px 0 24px;
}

.gjw-hero-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 22px;
	margin-bottom: 18px;
}

.gjw-kicker {
	margin: 0 0 6px;
	color: var(--gjw-lime);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.gjw-hero-head h1,
.gjw-about-grid h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(30px, 4.2vw, 58px);
	line-height: 0.95;
	font-weight: 950;
	letter-spacing: 0;
}

.gjw-hero-copy {
	max-width: 640px;
	margin: 10px 0 0;
	color: var(--gjw-muted);
	font-size: 17px;
	font-weight: 650;
}

.gjw-category-strip {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding: 2px 0 18px;
	scrollbar-width: none;
}

.gjw-category-strip::-webkit-scrollbar {
	display: none;
}

.gjw-category-strip a {
	flex: 0 0 auto;
	padding: 10px 15px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.065);
	color: #dfe5f7;
	font-size: 14px;
	font-weight: 850;
}

.gjw-category-strip a:hover {
	border-color: rgba(35, 213, 255, 0.45);
	background: rgba(35, 213, 255, 0.13);
}

.gjw-spotlight-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	grid-auto-rows: minmax(118px, 12vw);
	gap: 12px;
}

.gp-games-grid,
.gjw-grid-dense {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(154px, 1fr));
	gap: 14px;
}

.gjw-grid-dense {
	grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
}

.gp-game-card,
.gjw-game-card {
	position: relative;
	display: block;
	min-width: 0;
	border-radius: var(--gjw-radius);
	overflow: hidden;
	background: var(--gjw-panel);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 30px rgba(0, 0, 0, 0.22);
	transform: translateZ(0);
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.gjw-game-card:hover {
	transform: translateY(-4px) scale(1.018);
	box-shadow: var(--gjw-shadow);
	filter: saturate(1.12);
}

.gjw-game-art,
.gp-game-thumb {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	background: #202332;
	overflow: hidden;
}

.gjw-game-art img,
.gp-game-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.gjw-game-card:hover img {
	transform: scale(1.06);
}

.gjw-card-hero {
	grid-column: span 2;
	grid-row: span 2;
}

.gjw-card-wide {
	grid-column: span 2;
}

.gjw-spotlight-grid .gjw-game-card {
	height: 100%;
}

.gjw-spotlight-grid .gjw-game-art {
	height: 100%;
	aspect-ratio: auto;
}

.gjw-game-info,
.gp-game-info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	padding: 30px 12px 10px;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
	pointer-events: none;
}

.gjw-game-title,
.gp-game-title {
	display: -webkit-box;
	margin: 0;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.15;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.gjw-game-meta {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-top: 7px;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	color: #eef3ff;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.8);
}

.gjw-card-hero .gjw-game-title {
	font-size: clamp(22px, 2.6vw, 42px);
}

.gjw-card-wide .gjw-game-title {
	font-size: clamp(17px, 1.5vw, 24px);
}

.gjw-game-badge {
	position: absolute;
	top: 9px;
	left: 9px;
	z-index: 2;
	padding: 6px 9px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--gjw-pink), var(--gjw-orange));
	color: white;
	font-size: 11px;
	font-weight: 950;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.gjw-play-hover,
.gp-game-overlay {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	background: rgba(4, 6, 14, 0.48);
	color: #071017;
	font-size: 14px;
	font-weight: 950;
	opacity: 0;
	transition: opacity 160ms ease;
}

.gjw-play-hover::before,
.gp-game-overlay::before {
	content: "Play";
	display: inline-grid;
	place-items: center;
	min-width: 74px;
	height: 42px;
	padding: 0 18px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--gjw-cyan), var(--gjw-lime));
	box-shadow: 0 14px 34px rgba(35, 213, 255, 0.28);
}

.gp-game-overlay > * {
	display: none;
}

.gjw-game-card:hover .gjw-play-hover,
.gp-game-card:hover .gp-game-overlay {
	opacity: 1;
}

.gp-section {
	padding: 24px 0;
}

.gjw-section-tight {
	padding-top: 18px;
}

.gp-section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 14px;
}

.gp-section-title {
	margin: 0;
	color: #fff;
	font-size: clamp(22px, 2.6vw, 34px);
	font-weight: 950;
	letter-spacing: 0;
}

.gp-section-link {
	flex: 0 0 auto;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #dfe5f7;
	font-size: 13px;
	font-weight: 850;
}

.gp-section-link:hover {
	background: rgba(35, 213, 255, 0.16);
	color: #fff;
}

.gjw-about-band {
	margin-top: 26px;
	padding: 42px 0;
	background: linear-gradient(135deg, rgba(35, 213, 255, 0.12), rgba(255, 79, 216, 0.08));
	border-top: 1px solid var(--gjw-line);
	border-bottom: 1px solid var(--gjw-line);
}

.gjw-about-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 28px;
	align-items: center;
}

.gjw-about-grid p {
	margin: 0;
	color: #c7d0e6;
	font-size: 18px;
	font-weight: 650;
}

.gjw-footer {
	margin-left: var(--gjw-sidebar);
	padding: 42px 0 26px;
	background: #07080d;
	border-top: 1px solid var(--gjw-line);
}

.gjw-footer-grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(140px, 1fr));
	gap: 28px;
}

.gjw-brand-footer .gjw-brand-name {
	font-size: 22px;
}

.gjw-footer-text {
	max-width: 360px;
	margin: 14px 0 0;
	color: var(--gjw-muted);
}

.gjw-footer-title {
	margin: 0 0 12px;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
}

.gjw-footer-links {
	display: grid;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.gjw-footer-links a {
	color: var(--gjw-muted);
	font-size: 14px;
	font-weight: 700;
}

.gjw-footer-links a:hover {
	color: #fff;
}

.gjw-footer-bottom {
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid var(--gjw-line);
	color: #7f889d;
	font-size: 13px;
}

.gp-scroll-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 900;
	width: 44px;
	height: 44px;
	border: 1px solid var(--gjw-line);
	border-radius: 50%;
	background: rgba(17, 19, 31, 0.86);
	color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: opacity 160ms ease, transform 160ms ease;
}

.gp-scroll-top.show {
	opacity: 1;
	pointer-events: auto;
}

.gjw-search-overlay {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 1400;
}

.gjw-search-overlay.active {
	display: block;
}

.gjw-search-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.72);
}

.gjw-search-panel {
	position: absolute;
	left: 18px;
	right: 18px;
	top: 92px;
	height: 58px;
	background: var(--gjw-panel);
}

.gjw-search-close {
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-weight: 900;
}

.gp-cookie-consent {
	position: fixed;
	left: calc(var(--gjw-sidebar) + 20px);
	right: 20px;
	bottom: 16px;
	z-index: 1500;
	display: none;
}

.gp-cookie-consent.gp-cookie-consent--visible {
	display: block;
}

.gp-cookie-consent__inner {
	width: min(100%, 980px);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 14px 16px;
	border: 1px solid var(--gjw-line);
	border-radius: 14px;
	background: rgba(17, 19, 31, 0.94);
	box-shadow: var(--gjw-shadow);
	backdrop-filter: blur(16px);
}

.gp-cookie-consent__text {
	margin: 0;
	color: #d9deef;
	font-size: 14px;
}

.gp-cookie-consent__actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
}

.gp-cookie-consent__link {
	color: var(--gjw-cyan);
	font-weight: 800;
}

.gp-cookie-consent__accept {
	border: 0;
	border-radius: 999px;
	padding: 9px 16px;
	background: linear-gradient(135deg, var(--gjw-cyan), var(--gjw-lime));
	color: #071017;
	font-weight: 900;
}

.gp-page-header,
.gp-category-header,
.gp-search-header {
	padding: 28px 0 12px;
}

.gp-page-title,
.gp-category-title,
.gp-search-title {
	margin: 0;
	color: #fff;
	font-size: clamp(28px, 4vw, 48px);
	font-weight: 950;
}

.gp-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
	color: var(--gjw-muted);
	font-size: 13px;
	font-weight: 800;
}

.gp-no-results {
	padding: 46px 20px;
	border: 1px solid var(--gjw-line);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.055);
	text-align: center;
	color: var(--gjw-muted);
}

.gp-pagination {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 28px 0;
}

.gp-page-num,
.gp-page-btn {
	min-width: 40px;
	padding: 10px 13px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-weight: 850;
	text-align: center;
}

.gp-page-num.active,
.gp-page-num:hover,
.gp-page-btn:hover {
	background: linear-gradient(135deg, var(--gjw-cyan), var(--gjw-lime));
	color: #071017;
}

.gp-results-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.gp-results-count,
.gp-game-category {
	margin: 0;
	color: var(--gjw-muted);
	font-size: 14px;
	font-weight: 800;
}

.gp-game-info .gp-game-category {
	display: none;
}

.gp-game-link {
	display: block;
	color: inherit;
}

.gp-game-link .gp-game-info {
	position: absolute;
}

.gp-category-intro {
	max-width: 760px;
	margin: 10px 0 0;
	color: var(--gjw-muted);
	font-size: 16px;
	font-weight: 650;
}

.gp-btn,
.gp-btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
	border-radius: 999px;
	padding: 10px 16px;
	background: linear-gradient(135deg, var(--gjw-cyan), var(--gjw-lime));
	color: #071017;
	font-weight: 900;
}

.gp-game-player-section {
	padding: 20px 0;
}

.gp-game-page {
	padding: 24px 0;
}

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

.gp-game-page-title {
	margin: 0;
	color: #fff;
	font-size: clamp(28px, 4vw, 50px);
	line-height: 1;
	font-weight: 950;
	letter-spacing: 0;
}

.gjw-play-stats {
	display: inline-flex;
	margin: 12px 0 0;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.09);
	color: #dfe5f7;
	font-size: 14px;
	font-weight: 900;
}

.gjw-player-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
}

.gjw-player-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 1px solid var(--gjw-line);
	border-radius: 999px;
	padding: 0 16px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-weight: 900;
}

.gjw-player-btn:hover {
	background: linear-gradient(135deg, var(--gjw-cyan), var(--gjw-lime));
	color: #071017;
}

.gp-game-player {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 16px;
	background: #000;
	box-shadow: var(--gjw-shadow);
}

.gp-game-iframe {
	display: block;
	width: 100%;
	height: min(78vh, 760px);
	min-height: 520px;
	border: 0;
	border-radius: 16px;
}

.game-fullscreen .gp-game-player {
	position: fixed;
	inset: 0;
	z-index: 2000;
	border-radius: 0;
}

.game-fullscreen .gp-game-iframe {
	width: 100vw;
	height: 100vh;
	min-height: 100vh;
	border-radius: 0;
}

.gp-game-loading {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	gap: 10px;
	background: #05060a;
	color: var(--gjw-muted);
}

.gp-loader {
	width: 34px;
	height: 34px;
	border: 3px solid rgba(255, 255, 255, 0.18);
	border-top-color: var(--gjw-cyan);
	border-radius: 50%;
	animation: gjw-spin 900ms linear infinite;
}

@keyframes gjw-spin {
	to { transform: rotate(360deg); }
}

.gp-game-iframe,
.game-iframe,
iframe {
	border-radius: 10px;
	background: #000;
}

.gp-game-detail-card,
.gp-game-description,
.gp-category-guide,
.gp-about-section,
.gp-contact-card,
.gp-legal-content {
	border: 1px solid var(--gjw-line);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.055);
	color: #d9deef;
}

.gp-about-section {
	padding: 34px 0;
}

.gp-about-section .gp-container {
	max-width: 980px;
}

.gp-about-title,
.gp-about-subtitle {
	color: #fff;
}

.gp-about-text {
	color: #c7d0e6;
}

@media (max-width: 1280px) {
	.gjw-topbar {
		grid-template-columns: minmax(220px, 280px) minmax(260px, 1fr) auto auto;
	}

	.gjw-top-actions {
		display: none;
	}

	.gjw-spotlight-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		grid-auto-rows: minmax(112px, 16vw);
	}
}

@media (max-width: 900px) {
	:root {
		--gjw-topbar: 70px;
		--gjw-sidebar: 0px;
	}

	.gp-container {
		padding: 0 12px;
	}

	.gjw-topbar {
		grid-template-columns: 1fr auto auto;
		padding: 10px 12px;
		gap: 10px;
	}

	.gjw-brand-mark {
		width: 44px;
		height: 44px;
		border-radius: 13px;
	}

	.gjw-brand-name {
		font-size: 19px;
	}

	.gjw-brand-line {
		font-size: 10px;
	}

	.gjw-search {
		display: none;
	}

	.gjw-icon-button {
		display: block;
	}

	.gjw-sidebar {
		width: min(86vw, 330px);
		transform: translateX(-105%);
		padding: calc(var(--gjw-topbar) + 16px) 16px 18px;
		transition: transform 180ms ease;
	}

	.gjw-sidebar.mobile-active {
		transform: translateX(0);
	}

	.gjw-side-link {
		grid-template-columns: 38px 1fr;
		justify-items: start;
		align-items: center;
		text-align: left;
		padding: 9px 10px;
		font-size: 14px;
	}

	.gjw-side-heading {
		text-align: left;
	}

	.gjw-side-section {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gjw-side-heading {
		grid-column: 1 / -1;
	}

	.gp-main-wrapper,
	.gjw-footer {
		margin-left: 0;
	}

	.gjw-home-hero {
		padding-top: 18px;
	}

	.gjw-hero-head {
		display: block;
	}

	.gjw-hero-cta {
		display: none;
	}

	.gjw-spotlight-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: minmax(122px, 32vw);
		gap: 10px;
	}

	.gjw-card-hero,
	.gjw-card-wide {
		grid-column: span 2;
	}

	.gjw-grid-dense,
	.gp-games-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.gjw-game-title,
	.gp-game-title {
		font-size: 13px;
	}

	.gjw-about-grid,
	.gjw-footer-grid {
		grid-template-columns: 1fr;
	}

	.gjw-play-heading {
		display: block;
	}

	.gjw-player-actions {
		margin-top: 12px;
	}

	.gp-game-iframe {
		height: 70vh;
		min-height: 420px;
	}

	.gp-cookie-consent {
		left: 10px;
		right: 10px;
	}

	.gp-cookie-consent__inner {
		display: grid;
	}
}

@media (max-width: 420px) {
	.gjw-brand-copy {
		display: none;
	}

	.gjw-spotlight-grid {
		grid-auto-rows: minmax(112px, 37vw);
	}

	.gjw-category-strip a {
		padding: 9px 12px;
		font-size: 13px;
	}
}
