/**
 * GRZ Gaming — image-only category gateways (dev83).
 * The category artwork owns the complete surface; only the audited arrow
 * remains visible over it.
 */

body.home .grz-home .grz-cat-tile,
body.home .grz-cat-tile {
	position: relative;
	display: block;
	min-height: 132px;
	padding: 0;
	background: #0c182a;
}

body.home .grz-cat-tile__media {
	position: absolute;
	inset: 0;
	z-index: -2;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0;
	background: #0c182a;
	-webkit-mask-image: none;
	mask-image: none;
}

body.home .grz-cat-tile__image,
body.home .grz-cat-tile__placeholder {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	transform: scale(1.005);
}

body.home .grz-cat-tile__info {
	display: none !important;
}

body.home .grz-cat-tile__go {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 2;
	width: 36px;
	height: 36px;
	border-color: rgba(255, 255, 255, .5);
	background: rgba(7, 18, 35, .44);
	box-shadow: 0 7px 18px rgba(4, 12, 28, .2), inset 0 1px 0 rgba(255, 255, 255, .16);
	color: #fff;
	backdrop-filter: blur(9px);
}

body.home .grz-cat-tile:hover .grz-cat-tile__image,
body.home .grz-cat-tile:focus-visible .grz-cat-tile__image {
	transform: scale(1.05);
}

body.home .grz-cat-tile:hover .grz-cat-tile__go,
body.home .grz-cat-tile:focus-visible .grz-cat-tile__go {
	background: rgba(7, 98, 230, .88);
	transform: translateX(2px);
}

@media (max-width: 640px) {
	body.home .grz-home .grz-cat-tile,
	body.home .grz-cat-tile {
		min-height: 118px;
		padding: 0;
	}
}

@media (forced-colors: active) {
	body.home .grz-cat-tile__go {
		border: 1px solid ButtonText;
		background: ButtonFace;
		color: ButtonText;
	}
}
