main {
	width: 95%;
	max-width: 1580px;
	min-height: 80vh;
	margin: auto;
	border-radius: 10px;
	overflow: hidden;
	padding: 0 5px;
}

.featured_icon{
    width: 65px;
    height: 65px;
    position: absolute;
    top: -2px;
    left: -2px;
	background: url(../images/featured_icon.png) no-repeat;
}

#game-description{
	width: calc(100% - 40px);
    margin: 50px 0;
    padding: 20px 24px;
    background-color: #316f1c;
    padding: 30px 20px;
    margin: 50px auto;
}

#game-description h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

#game-description h2, #game-description h3 {
    font-family: Torus,sans-serif,system-ui,-apple-system;
    line-height: 1.75rem;
	color: #fff;
}
#game-description h2 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

#game-description p {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: Proxima Nova,sans-serif,system-ui,-apple-system;
    font-size: 1rem;
    line-height: 1.5rem;
	color: #fff;
}

.contents{
	color: #fff;
}

#game-description ul {
    list-style-type: disc;
}

#game-description ol, #game-description ul {
    display: block;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
}

#game-description a:not(.nav-link) {
    --tw-text-opacity: 1;
    color: #1c66be;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
.stars{
	color: #27997f;
	margin-top: 20px;
	font-size: 14px;
}

.stars span{
	margin-right: 5px;
}

.screenshots-container {
    display: flex;
    overflow: hidden;
    transition: all .3s ease-in-out;
    width: auto;
}

.pic-content {
    border-radius: 12px;
    height: auto;
    margin-bottom: 10px;
    margin-right: 22px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 33%;
	max-width: 425px;
}

.pic-screen {
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    height: 238px;
    width: 422px;
    z-index: 4;
	display: block;
}

.pic-info {
    background-color: #fff;
    -webkit-border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    padding: 12px 10px;
}

.pic-info img{
	width: auto;
	height: 100%;
}

.hotGamesContent {
	align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    grid-template-columns: repeat(3,400px);
    grid-template-rows: repeat(3,105px);
    justify-items: sb;
    margin-top: 14px;
    justify-content: flex-start;
	margin-bottom: 20px;
	padding: 0 20px;
}

.hotGamesContent .game-container {
    border-radius: 20px;
    display: flex;
    height: 80px;
    overflow: hidden;
    text-decoration: none;
	background-color: #336f21;
}

.hot2 .game-container{
	width: 160px;
	height: 250px;
	flex-wrap: wrap;
}

.hot2 .game-container .pic{
	width: 100% !important;
	height: 150px !important;
	height: auto;
}

.hotGamesContent .game-container .pic {
    width: 85px;
	border-radius: 15px;
}

.hotGamesContent .game-container .game-introduction {
    align-items: center;
    background-color: #316f1c;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr 1fr;
    padding: 14px 12px;
    row-gap: 5px;
}

.hotGamesContent .game-container .game-introduction .row-1 .appName {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    text-align: left;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    width: 136px;
    word-break: break-word;
}

.game-description {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #a69800;
    display: -webkit-box;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    overflow: hidden;
    text-align: left;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    word-break: break-word;
}

.game-name {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #564f00;
    display: -webkit-box;
    font-size: 20px;
    overflow: hidden;
    text-align: left;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    width: 238px;
    word-break: break-word;
}

#tag-list {
	margin-top: 15px;
	display: grid;
	gap: 23px;
	grid-auto-columns: 210px;
	grid-auto-flow: row dense;
	grid-auto-rows: 100px;
	grid-template-columns: repeat(7,210px);
	grid-template-rows: repeat(auto-fill,100px);
	justify-content: center;
}

@media screen and (min-width:1600px) and (max-width:1700px) {
	#tag-list {
		margin-top: 15px;
		display: grid;
		gap: 23px;
		grid-auto-columns: 210px;
		grid-auto-flow: row dense;
		grid-auto-rows: 100px;
		grid-template-columns: repeat(6,210px);
		grid-template-rows: repeat(auto-fill,100px);
		justify-content: center;
	}
}

@media screen and (min-width:1300px) and (max-width:1600px) {
	#tag-list {
		margin-top: 15px;
		display: grid;
		gap: 23px;
		grid-auto-columns: 210px;
		grid-auto-flow: row dense;
		grid-auto-rows: 100px;
		grid-template-columns: repeat(5,210px);
		grid-template-rows: repeat(auto-fill,100px);
		justify-content: center;
	}
}

@media screen and (min-width:1100px) and (max-width:1300px) {
	#tag-list {
		margin-top: 15px;
		display: grid;
		gap: 23px;
		grid-auto-columns: 210px;
		grid-auto-flow: row dense;
		grid-auto-rows: 100px;
		grid-template-columns: repeat(4,210px);
		grid-template-rows: repeat(auto-fill,100px);
		justify-content: center;
	}
}

@media screen and (min-width:960px) and (max-width:1100px) {
	#tag-list {
		margin-top: 15px;
		display: grid;
		gap: 23px;
		grid-auto-columns: 210px;
		grid-auto-flow: row dense;
		grid-auto-rows: 100px;
		grid-template-columns: repeat(3,210px);
		grid-template-rows: repeat(auto-fill,100px);
		justify-content: center;
	}
}

@media screen and (max-width:960px) {
	#tag-list {
		margin-top: 15px;
		display: grid;
		gap: 23px;
		grid-auto-columns: 0;
		grid-auto-flow: row dense;
		grid-auto-rows: 100px;
		grid-template-columns: repeat(1,100%);
		grid-template-rows: repeat(auto-fill,100px);
		justify-content: center;
	}
}

#tag-list .grid-tag {
	background-color: #3c1e6e;
	border: 2px solid #3c1e6e;
	box-shadow: none;
}

#tag-list .grid-tag {
	align-items: center;
	background-color: #3c1f6d;
	border: 2px solid #3c1f6d;
	border-radius: 10px;
	box-shadow: 0 0 8px #36365c;
	display: flex;
	height: 100px;
	justify-content: center;
	outline: none;
	text-decoration: none;
	width: 206px;
}

#tag-list .grid-tag img {
	background-color: #000;
	border-radius: 10px;
	filter: unset;
	height: 90px;
	margin-left: 3px;
	overflow: hidden;
	width: 90px;
}

#tag-list .grid-tag span {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #171721;
	display: inline-block;
	display: -webkit-box;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin-left: 9px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	width: 100px;
}

#tag-list .grid-tag span, #tag-list .grid-tag-text span {
	color: #fff;
}

.clipbox {
	-webkit-clip-path: polygon(0 100%, 50% 0, 60% 100%, 100% 0, 100% 100%);
	clip-path: polygon(0 100%, 50% 0, 60% 100%, 100% 0, 100% 100%);
	height: 50px;
	background: #fff;
	position: relative;
	bottom: -1px;
}

.game_des {
	width: calc((95% - 40px));
	margin: auto;
	padding: 18px 24px;
	background: #fed361;
	color: #fff !important;
	-webkit-box-shadow: rgba(0, 0, 0, .24) 0 6px 12px 0;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .24);
	line-height: 1.8em;
	margin-top: 20px;
	border-radius: 20px;
	margin-bottom: 20px;
}

.game-page-main {
	max-width: 1580px;
	padding-bottom: 32px;
}

.game-hero {
	position: relative;
	min-height: 420px;
	margin: 18px 0 24px;
	border-radius: 32px;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(5, 30, 7, 0.96), rgba(34, 76, 18, 0.92));
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.game-hero__backdrop {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(90deg, rgba(7, 26, 10, 0.92), rgba(7, 26, 10, 0.58)), var(--hero-bg);
	background-size: cover;
	background-position: center;
	filter: blur(0px);
	transform: scale(1.05);
}

.game-hero__content {
	position: relative;
	z-index: 2;
	padding: 42px;
	min-height: 420px;
	display: flex;
	align-items: center;
}

.game-hero__media {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 32px;
	align-items: center;
	width: 100%;
}

.game-hero__thumb-wrap {
	width: 220px;
	height: 220px;
	padding: 10px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.game-hero__thumb {
	width: 100%;
	height: 100%;
	border-radius: 24px;
}

.game-hero__meta h1 {
	font-size: 48px;
	line-height: 1.1;
	color: #fff;
	margin-bottom: 16px;
}

.game-hero__meta p {
	max-width: 760px;
	font-size: 17px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.82);
}

.game-pill {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	margin-bottom: 18px;
	border-radius: 999px;
	background: rgba(125, 255, 92, 0.18);
	border: 1px solid rgba(125, 255, 92, 0.38);
	color: #bfffaa;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.game-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.game-tag {
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 13px;
}

.game-hero__actions {
	display: flex;
	gap: 14px;
	margin-top: 28px;
	flex-wrap: wrap;
}

.play-now-btn,
.back-home-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	height: 52px;
	padding: 0 24px;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 700;
	transition: transform .2s ease, box-shadow .2s ease;
}

.play-now-btn {
	background: linear-gradient(135deg, #8cfb4f, #5ece25);
	color: #16340b;
}

.back-home-btn {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #fff;
}

.play-now-btn:hover,
.back-home-btn:hover {
	transform: translateY(-2px);
}

.game-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 22px;
	align-items: start;
	margin-bottom: 24px;
}

.game-player-card,
.game-info-card,
.game-content-card {
	background: linear-gradient(180deg, rgba(49, 111, 28, 0.96), rgba(27, 63, 14, 0.96));
	border-radius: 28px;
	box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}

.game-player-card {
	padding: 20px;
}

.game-player-card__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px;
}

.game-player-card__label {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 6px;
}

.game-player-card__top h2 {
	font-size: 28px;
	color: #fff;
}

.frame-toggle-btn {
	background: #8cfb4f;
	color: #17340d;
	border: 0;
	border-radius: 999px;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.game-frame-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 22px;
	overflow: hidden;
	background: #081405;
}

#gameFrame {
	width: 100%;
	height: 100%;
	background: #081405;
}

.game-info-card {
	padding: 22px;
	display: grid;
	gap: 18px;
	align-content: start;
}

.game-info-card__header {
	padding: 18px 18px 8px;
}

.game-info-card__eyebrow {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.65);
	margin-bottom: 10px;
}

.game-info-card__header h3 {
	font-size: 28px;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 10px;
}

.game-info-card__header p {
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
	line-height: 1.8;
}

.game-info-card__list {
	display: grid;
	gap: 14px;
}

.game-info-card__list .game-container {
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 10px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.game-info-card__list .game-container:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
	border-color: rgba(255, 214, 102, 0.36);
}

.game-info-card__list .game-container .pic {
	width: 72px;
	height: 72px;
	min-width: 72px;
	border-radius: 16px;
}

.game-info-card__list .game-container .game-introduction {
	flex: 1;
	padding: 4px 6px 4px 14px;
	align-items: center;
	background: transparent;
}

.game-info-card__list .game-container .row-1 {
	width: 100%;
}

.game-info-card__list .game-container .game-introduction .row-1 .appName {
	font-size: 16px;
	line-height: 1.45;
	font-weight: 700;
	color: #fff;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.game-content-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-bottom: 24px;
}

.game-content-card {
	padding: 28px;
}

.game-content-card h3 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 14px;
}

.game-content-card p,
.game-feature-list li {
	font-size: 16px;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.82);
}

.game-feature-list {
	padding-left: 18px;
}

.related-games-section {
	padding: 36px 0 18px;
	border-radius: 32px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
	overflow: hidden;
}

.section-heading {
	padding: 0 28px;
	margin-bottom: 22px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.section-heading h2 {
	color: #fff;
	font-size: 32px;
	margin-bottom: 8px;
	line-height: 1.1;
}

.section-heading p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	max-width: 520px;
	line-height: 1.8;
}

.related-games {
	padding: 0 28px 8px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.related-games .game-container {
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 10px;
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.05) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
	position: relative;
	overflow: hidden;
}

.related-games .game-container::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 204, 78, 0.16) 0%, rgba(255, 204, 78, 0) 52%);
	pointer-events: none;
}

.related-games .game-container:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
	border-color: rgba(255, 214, 102, 0.36);
}

.related-games .game-container .pic {
	width: 96px;
	height: 96px;
	min-width: 96px;
	border-radius: 20px;
	position: relative;
	z-index: 1;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.related-games .game-container .game-introduction {
	flex: 1;
	padding: 8px 10px 8px 16px;
	align-items: flex-start;
	justify-content: center;
	background: transparent;
	position: relative;
	z-index: 1;
}

.related-games .game-container .row-1 {
	width: 100%;
}

.related-games .game-container .game-introduction .row-1 .appName {
	font-size: 20px;
	line-height: 1.35;
	font-weight: 800;
	color: #fff;
	-webkit-line-clamp: 2;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.related-games .game-container:nth-child(3n+1) {
	background: linear-gradient(135deg, rgba(121, 194, 87, 0.22) 0%, rgba(255, 202, 59, 0.12) 100%);
}

.related-games .game-container:nth-child(3n+2) {
	background: linear-gradient(135deg, rgba(79, 173, 234, 0.2) 0%, rgba(101, 216, 130, 0.1) 100%);
}

.related-games .game-container:nth-child(3n+3) {
	background: linear-gradient(135deg, rgba(255, 150, 112, 0.18) 0%, rgba(255, 204, 78, 0.1) 100%);
}

@media screen and (max-width:1200px) {
	.game-hero__media {
		grid-template-columns: 180px 1fr;
	}

	.game-hero__thumb-wrap {
		width: 180px;
		height: 180px;
	}

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

	.related-games {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 0 20px 8px;
	}

	.related-games .game-container {
		width: 100%;
	}
}

@media screen and (max-width:960px) {
	.game-page-main {
		width: 100%;
		padding: 0 0 24px;
	}

	.game-hero {
		border-radius: 24px;
		margin-top: 12px;
	}

	.game-hero__content {
		padding: 24px 18px;
	}

	.game-hero__media {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.game-hero__thumb-wrap {
		width: 140px;
		height: 140px;
	}

	.game-hero__meta h1 {
		font-size: 32px;
	}

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

	.related-games-section {
		padding: 24px 0 10px;
		border-radius: 24px;
	}

	.section-heading {
		padding: 0 16px;
		margin-bottom: 16px;
	}

	.section-heading h2 {
		font-size: 26px;
	}

	.related-games {
		grid-template-columns: 1fr;
		padding: 0 16px 6px;
		gap: 14px;
	}

	.related-games .game-container {
		width: 100%;
		min-width: 0;
		padding: 8px;
		border-radius: 18px;
	}

	.related-games .game-container .pic {
		width: 78px;
		height: 78px;
		min-width: 78px;
		border-radius: 16px;
	}

	.related-games .game-container .game-introduction {
		padding: 4px 4px 4px 12px;
	}

	.related-games .game-container .game-introduction .row-1 .appName {
		font-size: 17px;
		-webkit-line-clamp: 2;
	}

	.game-player-card,
	.game-info-card,
	.game-content-card {
		border-radius: 22px;
	}

	.game-info-card {
		padding: 18px;
	}

	.game-info-card__header {
		padding: 10px 8px 2px;
	}

	.game-info-card__header h3 {
		font-size: 24px;
	}

	.game-info-card__list .game-container .pic {
		width: 64px;
		height: 64px;
		min-width: 64px;
	}
}


/* ============================================================
   Catalog & Search Page Styles
   ============================================================ */

/* Page wrapper */
.catalog-page-main {
	max-width: 1580px;
	margin: 0 auto;
	padding: 0 20px 48px;
}

/* ---- Hero ---- */
.catalog-hero {
	padding: 24px 0 18px;
}

.catalog-hero__inner {
	background: linear-gradient(135deg, #1b4d0a 0%, #2e7014 60%, #1b4d0a 100%);
	border-radius: 28px;
	padding: 44px 48px;
	color: #fff;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
	position: relative;
	overflow: hidden;
}

.catalog-hero__inner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at 80% 50%, rgba(140, 251, 79, 0.12) 0%, transparent 65%);
	pointer-events: none;
}

.catalog-badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.22);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #c8ffaa;
	margin-bottom: 18px;
}

.catalog-hero__inner h1 {
	font-size: 42px;
	line-height: 1.15;
	color: #fff;
	margin-bottom: 14px;
	text-transform: capitalize;
}

.catalog-hero__inner p {
	font-size: 16px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.78);
	max-width: 680px;
}

/* ---- Toolbar ---- */
.catalog-toolbar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	padding: 22px 0 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	margin-bottom: 22px;
}

.catalog-toolbar__left h2 {
	font-size: 22px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 4px;
}

.catalog-toolbar__left p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.55);
}

/* ---- Category filter chips ---- */
.catalog-filter-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	max-width: 900px;
}

.catalog-filter-chip {
	display: inline-flex;
	align-items: center;
	padding: 7px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.75);
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
	transition: background .2s, border-color .2s, color .2s, transform .15s;
	cursor: pointer;
}

.catalog-filter-chip:hover {
	background: rgba(140, 251, 79, 0.18);
	border-color: rgba(140, 251, 79, 0.4);
	color: #c8ffaa;
	transform: translateY(-1px);
}

.catalog-filter-chip.is-active {
	background: linear-gradient(135deg, #8cfb4f, #5ece25);
	border-color: transparent;
	color: #16340b;
}

/* ---- Search keyword box ---- */
.search-keyword-box {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 20px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.65);
	font-size: 14px;
	align-self: center;
}

.search-keyword-box span {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.45);
}

.search-keyword-box strong {
	color: #c8ffaa;
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
}

/* ---- Result grid ---- */
.catalog-result-wrap {
	min-height: 300px;
}

.catalog-grid.hotGamesContent {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 16px;
	padding: 0;
	margin: 0;
	justify-content: unset;
}

/* ---- Catalog card ---- */
.catalog-card,
.hotGamesContent .game-container.catalog-card {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	border-radius: 20px;
	overflow: hidden;
	text-decoration: none;
	background: linear-gradient(135deg, rgba(49, 111, 28, 0.9) 0%, rgba(27, 63, 14, 0.95) 100%);
	border: 1px solid rgba(255, 255, 255, 0.07);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
	height: 110px;
}

.catalog-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
	border-color: rgba(140, 251, 79, 0.3);
}

.catalog-card .pic,
.hotGamesContent .game-container.catalog-card .pic {
	width: 110px;
	min-width: 110px;
	height: 110px;
	object-fit: cover;
	border-radius: 0;
	display: block;
}

.catalog-card .game-introduction {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 12px 16px;
	background: transparent;
	gap: 4px;
	overflow: hidden;
}

.catalog-card .game-introduction .row-1 .appName {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.catalog-card__meta {
	font-size: 12px;
	color: #8cfb4f;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.catalog-card__desc {
	font-size: 12px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.55);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* ---- Empty state ---- */
.catalog-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 80px 20px;
	text-align: center;
	gap: 14px;
}

.catalog-empty h3 {
	font-size: 26px;
	color: #fff;
}

.catalog-empty p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.6);
	max-width: 480px;
	line-height: 1.8;
}

.catalog-empty a {
	display: inline-flex;
	align-items: center;
	padding: 12px 28px;
	border-radius: 999px;
	background: linear-gradient(135deg, #8cfb4f, #5ece25);
	color: #16340b;
	font-weight: 700;
	font-size: 15px;
	margin-top: 8px;
	transition: transform .2s;
}

.catalog-empty a:hover {
	transform: translateY(-2px);
}

/* ---- Responsive ---- */
@media screen and (max-width: 960px) {
	.catalog-hero__inner {
		padding: 28px 22px;
		border-radius: 20px;
	}

	.catalog-hero__inner h1 {
		font-size: 28px;
	}

	.catalog-toolbar {
		flex-direction: column;
		gap: 12px;
	}

	.catalog-grid.hotGamesContent {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.catalog-card,
	.hotGamesContent .game-container.catalog-card {
		height: 96px;
	}

	.catalog-card .pic,
	.hotGamesContent .game-container.catalog-card .pic {
		width: 96px;
		min-width: 96px;
		height: 96px;
	}

	main{
		width: 100%;
	}

	.hotGamesContent .game-container{
		width: 100%;
		background-color: #336f21;
	}
}

@media screen and (min-width: 961px) and (max-width: 1280px) {
	.catalog-grid.hotGamesContent {
		grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	}
}
