.pcgh-home-forum-section {
	padding: 34px 0 58px;
	background: linear-gradient(180deg, #f2f8ff 0%, #f8fbff 58%, #fff 100%);
}

.pcgh-home-forum {
	overflow: hidden;
	border: 1px solid rgba(147, 197, 253, .46);
	border-radius: 28px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 22px 50px rgba(37, 99, 235, .14);
}

.pcgh-home-forum-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 94px;
	padding: 0 28px 0 34px;
	border-bottom: 1px solid rgba(191, 219, 254, .82);
	background: rgba(255, 255, 255, .72);
}

.pcgh-home-forum-tabs {
	display: flex;
	align-items: center;
	gap: 42px;
	min-width: 0;
	overflow-x: auto;
	scrollbar-width: none;
}

.pcgh-home-forum-tabs::-webkit-scrollbar {
	display: none;
}

.pcgh-home-forum-tab {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 94px;
	color: #1e293b;
	font-size: 18px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.pcgh-home-forum-tab:hover,
.pcgh-home-forum-tab.is-active {
	color: #075cff;
}

.pcgh-home-forum-tab.is-active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	border-radius: 999px;
	background: #075cff;
}

.pcgh-home-forum-publish {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	flex-shrink: 0;
	min-width: 136px;
	height: 46px;
	padding: 0 20px;
	border-radius: 10px;
	background: #075cff;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 12px 24px rgba(7, 92, 255, .25);
}

.pcgh-home-forum-publish:hover {
	background: #004fe0;
	color: #fff;
}

.pcgh-home-forum-publish :where(i[data-lucide], svg[data-lucide], .lucide) {
	width: 19px;
	height: 19px;
}

.pcgh-home-forum-body {
	padding: 30px 28px 34px;
}

.pcgh-home-forum-block + .pcgh-home-forum-block {
	margin-top: 28px;
}

.pcgh-home-forum-block__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.pcgh-home-forum-block__head h2 {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: #16213a;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2;
}

.pcgh-home-forum-block__head h2 span {
	display: inline-flex;
	color: #ff4d36;
}

.pcgh-home-forum-block__head h2 :where(i[data-lucide], svg[data-lucide], .lucide) {
	width: 27px;
	height: 27px;
	fill: currentColor;
	stroke-width: 2.4;
}

.pcgh-home-forum-block__head > a,
.pcgh-home-forum-sort {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	height: 38px;
	padding: 0 14px;
	border: 1px solid rgba(147, 197, 253, .72);
	border-radius: 10px;
	background: rgba(255, 255, 255, .74);
	color: #3861a8;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.pcgh-home-forum-block__head > a {
	border-color: transparent;
	background: transparent;
}

.pcgh-home-forum-block__head > a:hover,
.pcgh-home-forum-sort:hover {
	color: #075cff;
}

.pcgh-home-forum-block__head > a :where(i[data-lucide], svg[data-lucide], .lucide),
.pcgh-home-forum-sort :where(i[data-lucide], svg[data-lucide], .lucide) {
	width: 17px;
	height: 17px;
}

.pcgh-home-forum-circles {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.pcgh-home-forum-circle {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	min-width: 0;
	padding: 14px 12px;
	border: 1px solid rgba(147, 197, 253, .55);
	border-radius: 14px;
	background: rgba(255, 255, 255, .78);
	box-shadow: 0 12px 26px rgba(37, 99, 235, .06);
}

.pcgh-home-forum-circle__avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background: linear-gradient(135deg, #dbeafe, #eff6ff) center/cover no-repeat;
	color: #075cff;
	text-decoration: none;
}

.pcgh-home-forum-circle__avatar :where(i[data-lucide], svg[data-lucide], .lucide) {
	width: 36px;
	height: 36px;
}

.pcgh-home-forum-circle__main {
	min-width: 0;
}

.pcgh-home-forum-circle__main h3 {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	color: #12213f;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.25;
}

.pcgh-home-forum-circle__main h3 a {
	min-width: 0;
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pcgh-home-forum-circle__main h3 span {
	display: inline-flex;
	flex-shrink: 0;
	color: #075cff;
}

.pcgh-home-forum-circle__main h3 :where(i[data-lucide], svg[data-lucide], .lucide) {
	width: 17px;
	height: 17px;
	fill: currentColor;
}

.pcgh-home-forum-circle__main p,
.pcgh-home-forum-circle__main small {
	display: block;
	min-width: 0;
	margin: 6px 0 0;
	color: #395989;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pcgh-home-forum-circle__main small {
	color: #47679b;
	font-weight: 500;
}

.pcgh-home-forum-circle__join {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 36px;
	border-radius: 8px;
	background: #075cff;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.pcgh-home-forum-circle__join:hover {
	background: #004fe0;
	color: #fff;
}

.pcgh-home-forum-topic-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.pcgh-home-forum-topic {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-width: 0;
	border: 1px solid rgba(147, 197, 253, .58);
	border-radius: 14px;
	background: rgba(255, 255, 255, .86);
	box-shadow: 0 14px 30px rgba(37, 99, 235, .07);
}

.pcgh-home-forum-topic__cover {
	position: relative;
	display: block;
	aspect-ratio: 16 / 6.3;
	background: #dbeafe center/cover no-repeat;
	text-decoration: none;
}

.pcgh-home-forum-topic__cover::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0) 35%, rgba(15, 23, 42, .28) 100%);
}

.pcgh-home-forum-topic__cover span {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	height: 28px;
	padding: 0 10px;
	border-radius: 8px;
	background: #075cff;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.pcgh-home-forum-topic__body {
	padding: 13px 14px 0;
}

.pcgh-home-forum-topic__body h3 {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	margin: 0;
	color: #14213d;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.35;
}

.pcgh-home-forum-topic__body h3 a {
	display: -webkit-box;
	min-width: 0;
	color: inherit;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.pcgh-home-forum-topic__body h3 a:hover {
	color: #075cff;
}

.pcgh-home-forum-topic__body h3 em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	margin-top: 2px;
	border-radius: 5px;
	background: #ff3d2e;
	color: #fff;
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
}

.pcgh-home-forum-topic__body p {
	display: -webkit-box;
	margin: 8px 0 0;
	color: #496590;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.pcgh-home-forum-topic__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 13px;
}

.pcgh-home-forum-topic__tags a {
	display: inline-flex;
	align-items: center;
	height: 27px;
	padding: 0 9px;
	border-radius: 7px;
	background: #e8f1ff;
	color: #075cff;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.pcgh-home-forum-topic__tags a:hover {
	background: #dbeafe;
	color: #004fe0;
}

.pcgh-home-forum-topic__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding: 14px;
}

.pcgh-home-forum-topic__author {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
	color: #1f2f4f;
	text-decoration: none;
}

.pcgh-home-forum-topic__author img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	flex-shrink: 0;
}

.pcgh-home-forum-topic__author span {
	min-width: 0;
}

.pcgh-home-forum-topic__author strong,
.pcgh-home-forum-topic__author small {
	display: block;
	min-width: 0;
	font-size: 13px;
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pcgh-home-forum-topic__author strong {
	color: inherit;
	font-weight: 900;
}

.pcgh-home-forum-topic__author small {
	margin-top: 4px;
	color: #6c83aa;
	font-weight: 600;
}

.pcgh-home-forum-topic__stats {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	flex-shrink: 0;
	color: #5572aa;
	font-size: 14px;
	font-weight: 700;
}

.pcgh-home-forum-topic__stats span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	white-space: nowrap;
}

.pcgh-home-forum-topic__stats :where(i[data-lucide], svg[data-lucide], .lucide) {
	width: 18px;
	height: 18px;
	stroke-width: 2;
}

.pcgh-home-forum-load {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: min(440px, 100%);
	height: 44px;
	margin: 18px auto 0;
	border: 1px solid rgba(147, 197, 253, .82);
	border-radius: 10px;
	background: rgba(255, 255, 255, .74);
	color: #075cff;
	font-size: 16px;
	font-weight: 900;
	text-decoration: none;
}

.pcgh-home-forum-load:hover {
	background: #eff6ff;
	color: #004fe0;
}

.pcgh-home-forum-load :where(i[data-lucide], svg[data-lucide], .lucide) {
	width: 19px;
	height: 19px;
}

.pcgh-home-forum-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 140px;
	border: 1px dashed rgba(147, 197, 253, .72);
	border-radius: 14px;
	color: #5572aa;
	font-weight: 800;
}

.pcgh-home-forum-empty p {
	margin: 0;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-section,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-section {
	background: linear-gradient(180deg, rgba(6, 14, 30, .92) 0%, rgba(8, 16, 34, .96) 100%);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum {
	border-color: rgba(96, 165, 250, .22);
	background: rgba(15, 23, 42, .82);
	box-shadow: 0 24px 52px rgba(0, 0, 0, .22);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-top,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-top {
	border-bottom-color: rgba(96, 165, 250, .18);
	background: rgba(15, 23, 42, .72);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-tab,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-tab {
	color: rgba(226, 232, 240, .84);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-tab:hover,
html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-tab.is-active,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-tab:hover,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-tab.is-active {
	color: #60a5fa;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-tab.is-active::after,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-tab.is-active::after {
	background: #60a5fa;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-block__head h2,
html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-circle__main h3,
html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-topic__body h3,
html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-topic__author,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-block__head h2,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-circle__main h3,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-topic__body h3,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-topic__author {
	color: #f8fafc;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-circle,
html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-topic,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-circle,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-topic {
	border-color: rgba(96, 165, 250, .18);
	background: rgba(15, 23, 42, .68);
	box-shadow: none;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-circle__avatar,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-circle__avatar {
	background-color: rgba(30, 41, 59, .82);
	background-image: linear-gradient(135deg, rgba(37, 99, 235, .26), rgba(15, 23, 42, .76));
	color: #bfdbfe;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-circle__main p,
html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-circle__main small,
html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-topic__body p,
html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-topic__author small,
html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-topic__stats,
html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-empty,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-circle__main p,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-circle__main small,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-topic__body p,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-topic__author small,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-topic__stats,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-empty {
	color: rgba(203, 213, 225, .76);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-block__head > a,
html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-sort,
html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-load,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-block__head > a,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-sort,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-load {
	border-color: rgba(96, 165, 250, .2);
	background: rgba(15, 23, 42, .56);
	color: #bfdbfe;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-topic__tags a,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-topic__tags a {
	background: rgba(37, 99, 235, .18);
	color: #bfdbfe;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-forum-topic__cover,
html:not([data-pcgh-theme-resolved="light"]) .pcgh-home-forum-topic__cover {
	background-color: rgba(30, 41, 59, .9);
}

@media (max-width: 1180px) {
	.pcgh-home-forum-top {
		min-height: 82px;
		padding: 0 22px;
	}

	.pcgh-home-forum-tabs {
		gap: 26px;
	}

	.pcgh-home-forum-tab {
		height: 82px;
		font-size: 16px;
	}

	.pcgh-home-forum-circles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pcgh-home-forum-topic-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.pcgh-home-forum-section {
		padding: 20px 0 36px;
	}

	.pcgh-home-forum-section .pcgh-container {
		padding-left: 14px;
		padding-right: 14px;
	}

	.pcgh-home-forum {
		border-radius: 20px;
	}

	.pcgh-home-forum-top {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 12px;
		min-height: auto;
		padding: 14px;
	}

	.pcgh-home-forum-tabs {
		gap: 22px;
	}

	.pcgh-home-forum-tab {
		height: 42px;
		font-size: 15px;
	}

	.pcgh-home-forum-publish {
		min-width: 108px;
		height: 38px;
		padding: 0 12px;
		border-radius: 8px;
		font-size: 14px;
	}

	.pcgh-home-forum-body {
		padding: 18px 14px 22px;
	}

	.pcgh-home-forum-block + .pcgh-home-forum-block {
		margin-top: 22px;
	}

	.pcgh-home-forum-block__head {
		margin-bottom: 14px;
	}

	.pcgh-home-forum-block__head h2 {
		font-size: 20px;
	}

	.pcgh-home-forum-block__head > a,
	.pcgh-home-forum-sort {
		height: 32px;
		padding: 0 8px;
		font-size: 12px;
	}

	.pcgh-home-forum-circles,
	.pcgh-home-forum-topic-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.pcgh-home-forum-circle {
		grid-template-columns: 62px minmax(0, 1fr) auto;
		gap: 12px;
		padding: 12px;
	}

	.pcgh-home-forum-circle__avatar {
		width: 62px;
		height: 62px;
	}

	.pcgh-home-forum-circle__main h3 {
		font-size: 16px;
	}

	.pcgh-home-forum-circle__main p,
	.pcgh-home-forum-circle__main small {
		font-size: 13px;
	}

	.pcgh-home-forum-topic__cover {
		aspect-ratio: 16 / 7;
	}

	.pcgh-home-forum-topic__body h3 {
		font-size: 17px;
	}

	.pcgh-home-forum-topic__foot {
		align-items: flex-start;
		flex-direction: column;
	}

	.pcgh-home-forum-topic__stats {
		width: 100%;
		justify-content: space-between;
		gap: 8px;
	}
}

@media (max-width: 420px) {
	.pcgh-home-forum-top {
		grid-template-columns: 1fr;
	}

	.pcgh-home-forum-publish {
		width: 100%;
	}

	.pcgh-home-forum-circle {
		grid-template-columns: 56px minmax(0, 1fr) 52px;
		gap: 10px;
	}

	.pcgh-home-forum-circle__avatar {
		width: 56px;
		height: 56px;
	}

	.pcgh-home-forum-circle__join {
		width: 52px;
	}
}
