.pcgh-cat-v2-hero {
	position: relative;
	min-height: 180px;
	background-color: #15181d;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.pcgh-cat-v2-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(12, 15, 18, .9) 0%, rgba(12, 15, 18, .72) 44%, rgba(12, 15, 18, .28) 100%);
	pointer-events: none;
}

.pcgh-cat-v2-hero__inner {
	position: relative;
	z-index: 1;
	min-height: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	color: #fff;
	padding-top: 22px;
	padding-bottom: 22px;
}

.pcgh-cat-v2-breadcrumb {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 650;
	color: rgba(255,255,255,.9);
}

.pcgh-cat-v2-breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.pcgh-cat-v2-breadcrumb i {
	font-style: normal;
	color: rgba(255,255,255,.7);
}

.pcgh-cat-v2-hero h1 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 30px;
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: 0;
}

.pcgh-cat-v2-hero p {
	margin: 0;
	max-width: min(760px, 92vw);
	color: rgba(255,255,255,.92);
	font-size: 17px;
	line-height: 1.5;
	font-weight: 650;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pcgh-cat-v2-filter {
	background: #fff;
	padding: 14px 0 18px;
	border-bottom: 1px solid #eef2f6;
	box-shadow: 0 12px 26px rgba(15,23,42,.04);
}

.pcgh-cat-v2-filter + .pcgh-cat-archive-list {
	margin-top: 18px;
}

.pcgh-cat-archive-list.pcgh-home-all-section--v2 {
	padding-top: 0;
}

.pcgh-cat-archive-list .pcgh-game-grid {
	gap: 16px;
}

.pcgh-cat-archive-list .pcgh-cat-v2-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 18px 17px 16px;
	border: 1px solid #e8edf3;
	border-radius: 8px;
	background: #fff;
	color: #172033;
	text-decoration: none;
	box-shadow: none;
	overflow: hidden;
	transition: border-color .18s ease, transform .18s ease;
}

.pcgh-cat-archive-list .pcgh-cat-v2-card:hover {
	border-color: rgba(var(--pcgh-primary-rgb, 47, 128, 255), .28);
	color: #172033;
	transform: translateY(-2px);
}

.pcgh-cat-v2-card__cover {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 2;
	border-radius: 8px;
	background: #eef2f7 center/cover no-repeat;
	overflow: hidden;
}

.pcgh-cat-v2-card__body {
	display: flex;
	min-width: 0;
	flex: 1 1 auto;
	flex-direction: column;
	padding-top: 13px;
}

.pcgh-cat-v2-card__title {
	display: -webkit-box;
	min-height: calc(15px * 1.35 * 2);
	max-height: calc(15px * 1.35 * 2);
	color: #172033;
	font-size: 15px;
	line-height: 1.35;
	font-weight: 800;
	letter-spacing: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pcgh-cat-v2-card--title-1 .pcgh-cat-v2-card__title {
	min-height: calc(15px * 1.35);
	max-height: calc(15px * 1.35);
	-webkit-line-clamp: 1;
	line-clamp: 1;
}

.pcgh-cat-v2-card--title-2 .pcgh-cat-v2-card__title {
	min-height: calc(15px * 1.35 * 2);
	max-height: calc(15px * 1.35 * 2);
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.pcgh-cat-v2-card__excerpt {
	display: block;
	box-sizing: border-box;
	height: calc(12px * 1.5 * 2 + 14px);
	max-height: calc(12px * 1.5 * 2 + 14px);
	margin-top: 9px;
	padding: 7px 9px;
	border-radius: 6px;
	background: #f5f8fb;
	color: #50627a;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 500;
	overflow: hidden;
}

.pcgh-cat-v2-card__excerpt > span {
	display: -webkit-box;
	max-height: calc(12px * 1.5 * 2);
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pcgh-cat-v2-card__info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 9px;
	min-height: 28px;
	margin-top: 9px;
}

.pcgh-cat-v2-card__tag {
	display: inline-flex;
	align-items: center;
	max-width: 68%;
	height: 26px;
	padding: 0 9px;
	border-radius: 2px;
	background: #fff3ed;
	color: #ff6b16;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pcgh-cat-v2-card__views {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
	min-width: 0;
	color: #b8bec7;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	white-space: nowrap;
}

.pcgh-cat-v2-card__views svg,
.pcgh-cat-v2-card__views i {
	width: 13px;
	height: 13px;
	stroke-width: 2.4;
}

.pcgh-cat-v2-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-width: 0;
	margin-top: 10px;
	color: #6f7e90;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
}

.pcgh-cat-v2-card__author {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pcgh-cat-v2-card__author img {
	width: 21px;
	height: 21px;
	flex: 0 0 21px;
	border-radius: 50%;
	object-fit: cover;
}

.pcgh-cat-v2-card__date {
	flex: 0 0 auto;
	white-space: nowrap;
}

.pcgh-cat-v2-filter__panel {
	display: flex;
	flex-direction: column;
	gap: 12px;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.pcgh-cat-v2-filter__row {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 36px;
	flex-wrap: wrap;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.pcgh-cat-v2-filter__scroll {
	display: flex;
	align-items: center;
	gap: inherit;
	min-width: 0;
	flex: 1 1 auto;
}

.pcgh-cat-v2-filter__row--top {
	gap: 14px;
}

.pcgh-cat-v2-filter__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	height: 38px;
	min-width: 86px;
	padding: 0 13px;
	border-radius: 8px;
	background: #f6f8fa;
	color: #26313d;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	white-space: nowrap;
}

.pcgh-cat-v2-filter__label svg,
.pcgh-cat-v2-filter__label i {
	width: 16px;
	height: 16px;
	color: #34495e;
}

.pcgh-cat-v2-stat {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #26313d;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 650;
	white-space: nowrap;
}

.pcgh-cat-v2-stat svg,
.pcgh-cat-v2-stat i:not(:last-child) {
	width: 16px;
	height: 16px;
	color: #5f7085;
}

.pcgh-cat-v2-stat b {
	color: #ff3434;
	font-weight: 900;
	margin: 0 1px;
}

.pcgh-cat-v2-stat__trend {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ff3434;
	line-height: 1;
}

.pcgh-cat-v2-stat__trend svg,
.pcgh-cat-v2-stat__trend i {
	width: 14px;
	height: 14px;
	stroke-width: 3;
}

.pcgh-cat-v2-filter__spacer {
	flex: 1 1 auto;
	min-width: 18px;
}

.pcgh-cat-v2-search {
	display: inline-flex;
	align-items: center;
	width: min(248px, 100%);
	height: 38px;
	background: #f6f8fa;
	border: 1px solid transparent;
	border-radius: 8px;
	overflow: hidden;
	transition: border-color .16s, background .16s;
}

.pcgh-cat-v2-search:focus-within {
	border-color: rgba(var(--pcgh-primary-rgb, 47, 128, 255), .48);
	background: #fff;
}

.pcgh-cat-v2-search input {
	flex: 1;
	min-width: 0;
	height: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	padding: 0 10px 0 14px;
	color: #26313d;
	font-size: 14px;
	font-weight: 500;
}

.pcgh-cat-v2-search input::placeholder {
	color: #c3c8cf;
}

.pcgh-cat-v2-search button {
	width: 40px;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	color: #26313d;
	cursor: pointer;
	box-shadow: none;
}

.pcgh-cat-v2-search button svg {
	width: 20px;
	height: 20px;
	stroke-width: 2.8;
}

.pcgh-cat-v2-vip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	height: 38px;
	padding: 0 15px;
	border-radius: 8px;
	background: #f6f8fa;
	color: #26313d;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition: color .16s, background .16s;
}

.pcgh-cat-v2-vip:hover {
	color: var(--pcgh-primary, #2f80ff);
	background: rgba(var(--pcgh-primary-rgb, 47, 128, 255), .09);
}

.pcgh-cat-v2-vip svg {
	width: 17px;
	height: 17px;
}

.pcgh-cat-v2-sort,
.pcgh-cat-v2-subcats {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px 18px;
	min-width: 0;
}

.pcgh-cat-v2-sort a,
.pcgh-cat-v2-subcats a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 9px;
	border-radius: 8px;
	color: #202936;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 650;
	text-decoration: none;
	white-space: nowrap;
	transition: color .16s, background .16s;
}

.pcgh-cat-v2-sort a.is-active {
	color: var(--pcgh-primary, #2f80ff);
	background: rgba(var(--pcgh-primary-rgb, 47, 128, 255), .12);
}

.pcgh-cat-v2-sort a:hover,
.pcgh-cat-v2-subcats a:hover,
.pcgh-cat-v2-subcats a.is-active {
	color: var(--pcgh-primary, #2f80ff);
	background: rgba(var(--pcgh-primary-rgb, 47, 128, 255), .09);
}

.pcgh-cat-v2-subcats a.is-active {
	font-weight: 800;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-cat-v2-filter,
[data-theme="dark"] .pcgh-cat-v2-filter,
.dark .pcgh-cat-v2-filter,
body.dark-mode .pcgh-cat-v2-filter {
	background: #0f172a;
	border-bottom-color: rgba(148,163,184,.14);
	box-shadow: 0 12px 26px rgba(0,0,0,.16);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-cat-v2-filter__row,
[data-theme="dark"] .pcgh-cat-v2-filter__row,
.dark .pcgh-cat-v2-filter__row,
body.dark-mode .pcgh-cat-v2-filter__row {
	background: transparent;
	border-color: transparent;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-cat-v2-filter__label,
html[data-pcgh-theme-resolved="dark"] .pcgh-cat-v2-search,
html[data-pcgh-theme-resolved="dark"] .pcgh-cat-v2-vip,
[data-theme="dark"] .pcgh-cat-v2-filter__label,
[data-theme="dark"] .pcgh-cat-v2-search,
[data-theme="dark"] .pcgh-cat-v2-vip,
.dark .pcgh-cat-v2-filter__label,
.dark .pcgh-cat-v2-search,
.dark .pcgh-cat-v2-vip,
body.dark-mode .pcgh-cat-v2-filter__label,
body.dark-mode .pcgh-cat-v2-search,
body.dark-mode .pcgh-cat-v2-vip {
	background: rgba(148,163,184,.1);
	color: var(--pcgh-text, #e5e7eb);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-cat-v2-filter__label svg,
html[data-pcgh-theme-resolved="dark"] .pcgh-cat-v2-filter__label i,
html[data-pcgh-theme-resolved="dark"] .pcgh-cat-v2-stat svg,
html[data-pcgh-theme-resolved="dark"] .pcgh-cat-v2-stat i:not(:last-child),
[data-theme="dark"] .pcgh-cat-v2-filter__label svg,
[data-theme="dark"] .pcgh-cat-v2-filter__label i,
[data-theme="dark"] .pcgh-cat-v2-stat svg,
[data-theme="dark"] .pcgh-cat-v2-stat i:not(:last-child),
.dark .pcgh-cat-v2-filter__label svg,
.dark .pcgh-cat-v2-filter__label i,
.dark .pcgh-cat-v2-stat svg,
.dark .pcgh-cat-v2-stat i:not(:last-child),
body.dark-mode .pcgh-cat-v2-filter__label svg,
body.dark-mode .pcgh-cat-v2-filter__label i,
body.dark-mode .pcgh-cat-v2-stat svg,
body.dark-mode .pcgh-cat-v2-stat i:not(:last-child) {
	color: var(--pcgh-text-3, #94a3b8);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-cat-v2-stat,
html[data-pcgh-theme-resolved="dark"] .pcgh-cat-v2-sort a,
html[data-pcgh-theme-resolved="dark"] .pcgh-cat-v2-subcats a,
html[data-pcgh-theme-resolved="dark"] .pcgh-cat-v2-search input,
html[data-pcgh-theme-resolved="dark"] .pcgh-cat-v2-search button,
[data-theme="dark"] .pcgh-cat-v2-stat,
[data-theme="dark"] .pcgh-cat-v2-sort a,
[data-theme="dark"] .pcgh-cat-v2-subcats a,
[data-theme="dark"] .pcgh-cat-v2-search input,
[data-theme="dark"] .pcgh-cat-v2-search button,
.dark .pcgh-cat-v2-stat,
.dark .pcgh-cat-v2-sort a,
.dark .pcgh-cat-v2-subcats a,
.dark .pcgh-cat-v2-search input,
.dark .pcgh-cat-v2-search button,
body.dark-mode .pcgh-cat-v2-stat,
body.dark-mode .pcgh-cat-v2-sort a,
body.dark-mode .pcgh-cat-v2-subcats a,
body.dark-mode .pcgh-cat-v2-search input,
body.dark-mode .pcgh-cat-v2-search button {
	color: var(--pcgh-text, #e5e7eb);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-cat-v2-sort a.is-active,
[data-theme="dark"] .pcgh-cat-v2-sort a.is-active,
.dark .pcgh-cat-v2-sort a.is-active,
body.dark-mode .pcgh-cat-v2-sort a.is-active {
	color: var(--pcgh-primary, #2f80ff);
	background: rgba(var(--pcgh-primary-rgb, 47, 128, 255), .16);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-cat-v2-search:focus-within,
[data-theme="dark"] .pcgh-cat-v2-search:focus-within,
.dark .pcgh-cat-v2-search:focus-within,
body.dark-mode .pcgh-cat-v2-search:focus-within {
	background: rgba(15,23,42,.72);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-cat-v2-search input::placeholder,
[data-theme="dark"] .pcgh-cat-v2-search input::placeholder,
.dark .pcgh-cat-v2-search input::placeholder,
body.dark-mode .pcgh-cat-v2-search input::placeholder {
	color: rgba(148,163,184,.72);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-cat-archive-list .pcgh-cat-v2-card,
[data-theme="dark"] .pcgh-cat-archive-list .pcgh-cat-v2-card,
.dark .pcgh-cat-archive-list .pcgh-cat-v2-card,
body.dark-mode .pcgh-cat-archive-list .pcgh-cat-v2-card {
	background: var(--pcgh-surface, #111827);
	border-color: rgba(148,163,184,.14);
	color: var(--pcgh-text, #e5e7eb);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-cat-archive-list .pcgh-cat-v2-card:hover,
[data-theme="dark"] .pcgh-cat-archive-list .pcgh-cat-v2-card:hover,
.dark .pcgh-cat-archive-list .pcgh-cat-v2-card:hover,
body.dark-mode .pcgh-cat-archive-list .pcgh-cat-v2-card:hover {
	color: var(--pcgh-text, #e5e7eb);
	border-color: rgba(var(--pcgh-primary-rgb, 47, 128, 255), .38);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-cat-v2-card__title,
[data-theme="dark"] .pcgh-cat-v2-card__title,
.dark .pcgh-cat-v2-card__title,
body.dark-mode .pcgh-cat-v2-card__title {
	color: var(--pcgh-text, #e5e7eb);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-cat-v2-card__excerpt,
[data-theme="dark"] .pcgh-cat-v2-card__excerpt,
.dark .pcgh-cat-v2-card__excerpt,
body.dark-mode .pcgh-cat-v2-card__excerpt {
	background: rgba(148,163,184,.1);
	color: var(--pcgh-text-2, #cbd5e1);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-cat-v2-card__meta,
[data-theme="dark"] .pcgh-cat-v2-card__meta,
.dark .pcgh-cat-v2-card__meta,
body.dark-mode .pcgh-cat-v2-card__meta {
	color: var(--pcgh-text-2, #cbd5e1);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-cat-v2-card__tag,
[data-theme="dark"] .pcgh-cat-v2-card__tag,
.dark .pcgh-cat-v2-card__tag,
body.dark-mode .pcgh-cat-v2-card__tag {
	background: rgba(255,107,22,.16);
	color: #fb923c;
}

@media (max-width: 900px) {
	.pcgh-cat-v2-hero,
	.pcgh-cat-v2-hero__inner {
		min-height: 158px;
	}

	.pcgh-cat-v2-hero h1 {
		font-size: 25px;
		margin-bottom: 9px;
	}

	.pcgh-cat-v2-hero p {
		font-size: 14px;
	}

	.pcgh-cat-v2-filter__row {
		gap: 10px;
		flex-wrap: nowrap;
		overflow: visible;
	}

	.pcgh-cat-v2-filter__spacer {
		display: none;
	}

	.pcgh-cat-v2-filter__label {
		flex: 0 0 auto;
	}

	.pcgh-cat-v2-stat,
	.pcgh-cat-v2-vip {
		flex: 0 0 auto;
	}

	.pcgh-cat-v2-filter__scroll {
		flex: 1 1 auto;
		min-width: 0;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.pcgh-cat-v2-filter__scroll::-webkit-scrollbar {
		display: none;
	}

	.pcgh-cat-v2-search {
		flex: 0 0 min(260px, 68vw);
		width: min(260px, 68vw);
	}

	.pcgh-cat-v2-sort,
	.pcgh-cat-v2-subcats {
		flex: 1 0 auto;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.pcgh-cat-v2-sort::-webkit-scrollbar,
	.pcgh-cat-v2-subcats::-webkit-scrollbar {
		display: none;
	}

	.pcgh-cat-v2-sort a,
	.pcgh-cat-v2-subcats a {
		flex: 0 0 auto;
	}

	.pcgh-cat-archive-list .pcgh-game-grid {
		gap: 12px;
	}

	.pcgh-cat-archive-list .pcgh-cat-v2-card {
		padding: 14px;
	}

	.pcgh-cat-v2-card__body {
		padding-top: 11px;
	}

	.pcgh-cat-v2-card__title {
		min-height: calc(14px * 1.4 * 2);
		max-height: calc(14px * 1.4 * 2);
		font-size: 14px;
		line-height: 1.4;
	}

	.pcgh-cat-v2-card--title-1 .pcgh-cat-v2-card__title {
		min-height: calc(14px * 1.4);
		max-height: calc(14px * 1.4);
		-webkit-line-clamp: 1;
		line-clamp: 1;
	}

	.pcgh-cat-v2-card--title-2 .pcgh-cat-v2-card__title {
		min-height: calc(14px * 1.4 * 2);
		max-height: calc(14px * 1.4 * 2);
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}

	.pcgh-cat-v2-card__excerpt {
		height: calc(11px * 1.45 * 2 + 12px);
		max-height: calc(11px * 1.45 * 2 + 12px);
		margin-top: 8px;
		padding: 6px 8px;
		font-size: 11px;
		line-height: 1.45;
	}

	.pcgh-cat-v2-card__excerpt > span {
		max-height: calc(11px * 1.45 * 2);
	}

	.pcgh-cat-v2-card__info {
		min-height: 26px;
		margin-top: 8px;
	}

	.pcgh-cat-v2-card__tag {
		height: 25px;
		padding: 0 7px;
		font-size: 12px;
	}

	.pcgh-cat-v2-card__views {
		font-size: 12px;
	}

	.pcgh-cat-v2-card__views svg,
	.pcgh-cat-v2-card__views i {
		width: 13px;
		height: 13px;
	}

	.pcgh-cat-v2-card__meta {
		gap: 8px;
		margin-top: 10px;
		font-size: 12px;
	}

	.pcgh-cat-v2-card__author {
		gap: 5px;
	}

	.pcgh-cat-v2-card__author img {
		width: 20px;
		height: 20px;
		flex-basis: 20px;
	}
}

@media (max-width: 640px) {
	.pcgh-cat-v2-breadcrumb {
		font-size: 12px;
		margin-bottom: 8px;
	}

	.pcgh-cat-v2-hero h1 {
		font-size: 22px;
	}

	.pcgh-cat-v2-hero p {
		font-size: 13px;
		font-weight: 600;
	}

	.pcgh-cat-v2-filter {
		padding: 12px 0 16px;
	}

	.pcgh-cat-v2-filter__panel {
		gap: 12px;
	}

	.pcgh-cat-v2-filter__label {
		min-width: 78px;
		height: 36px;
		padding: 0 12px;
		font-size: 14px;
	}

	.pcgh-cat-v2-stat,
	.pcgh-cat-v2-sort a,
	.pcgh-cat-v2-subcats a,
	.pcgh-cat-v2-vip,
	.pcgh-cat-v2-search input {
		font-size: 14px;
	}

	.pcgh-cat-v2-sort,
	.pcgh-cat-v2-subcats {
		gap: 6px 12px;
	}
}
