body.pcgh-community-home-v2 {
	background: #f4f7fb;
}

body.pcgh-community-home-v2 {
	margin: 0;
	padding: 0;
	background: #f4f7fb;
}

body.pcgh-community-home-v2 > *:first-child,
body.pcgh-community-home-v2 .pcgh-main > *:first-child,
body.pcgh-community-home-v2 .pcgh-main > .pcgh-community-v2:first-child,
body.pcgh-community-home-v2 .pcgh-community-v2 > *:first-child {
	margin-top: 0 !important;
}

.pcgh-community-home-v2 .pcgh-header,
.pcgh-community-home-v2 .pcgh-footer,
.pcgh-community-home-v2 .pcgh-floating-buttons,
.pcgh-community-home-v2 .pcgh-community-float-actions {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
}

.pcgh-community-home-v2 .pcgh-main {
	display: block;
	flex: none;
	margin: 0;
	padding: 0;
	background: #f4f7fb;
	font-size: 0;
	line-height: 0;
	min-height: 0;
}

.pcgh-community-home-v2 .pcgh-main > .pcgh-container {
	max-width: none;
	margin: 0;
	padding: 0;
}

.pcgh-community-v2,
.pcgh-community-v2 * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.pcgh-community-v2 {
	min-height: 100vh;
	margin: 0;
	padding: 0;
	background: #f4f7fb;
	color: #172033;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.pcgh-community-v2 a {
	text-decoration: none;
}

.pcgh-community-v2-shell {
	width: min(1500px, calc(100% - 64px));
	margin: 0 auto;
}

.pcgh-community-v2-hero {
	margin: 0;
	padding: 0 0 30px;
	background:
		radial-gradient(circle at 14% 16%, rgba(37, 116, 255, .34), transparent 30%),
		linear-gradient(135deg, #091826 0%, #0d253f 50%, #102943 100%);
	color: #fff;
}

.pcgh-community-v2-nav {
	display: grid;
	grid-template-columns: auto minmax(360px, 1fr) minmax(320px, 420px) auto;
	align-items: center;
	gap: 24px;
	height: 74px;
	min-height: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}

.pcgh-community-v2-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	white-space: nowrap;
}

.pcgh-community-v2-brand span {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #166cff;
	font-size: 26px;
	line-height: 1;
	box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .14);
}

.pcgh-community-v2-brand img {
	display: block;
	width: auto;
	max-width: 150px;
	height: 42px;
	object-fit: contain;
}

.pcgh-community-v2-mobile-menu-btn {
	display: none;
}

.pcgh-community-v2-nav-menu.collapse {
	display: block;
}

.pcgh-community-v2-menu {
	display: flex;
	align-items: center;
	gap: 30px;
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pcgh-community-v2 .navbar,
.pcgh-community-v2 .navbar-nav,
.pcgh-community-v2 .navbar-brand,
.pcgh-community-v2 .nav-link {
	margin-top: 0;
	margin-bottom: 0;
}

.pcgh-community-v2 .navbar {
	padding: 0;
	background: transparent;
}

.pcgh-community-v2 .navbar-nav {
	flex-direction: row;
}

.pcgh-community-v2 .nav-item {
	position: relative;
}

.pcgh-community-v2 .dropdown-menu {
	position: absolute;
	z-index: 1050;
}

.pcgh-community-v2-menu > .nav-item > .nav-link {
	position: relative;
	padding: 0;
	color: rgba(255, 255, 255, .78);
	font-size: 15px;
	font-weight: 600;
	white-space: nowrap;
}

.pcgh-community-v2-menu > .nav-item > .nav-link.is-active,
.pcgh-community-v2-menu > .nav-item > .nav-link:hover {
	color: #fff;
}

.pcgh-community-v2-menu > .nav-item > .nav-link.is-active::after {
	position: absolute;
	left: 50%;
	bottom: -14px;
	width: 22px;
	height: 3px;
	border-radius: 2px;
	background: #2d7bff;
	content: "";
	transform: translateX(-50%);
}

.pcgh-community-v2-dropdown {
	min-width: 150px;
	margin-top: 16px;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 10px;
	background: #10243a;
	box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
}

.pcgh-community-v2-dropdown .dropdown-item {
	padding: 9px 12px;
	border-radius: 7px;
	color: rgba(255, 255, 255, .78);
	font-size: 14px;
	font-weight: 600;
}

.pcgh-community-v2-dropdown .dropdown-item:hover,
.pcgh-community-v2-dropdown .dropdown-item.active {
	background: rgba(45, 123, 255, .18);
	color: #fff;
}

.pcgh-community-v2-search {
	display: flex;
	align-items: center;
	height: 42px;
	border-radius: 18px;
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .08);
	overflow: hidden;
}

.pcgh-community-v2-search input {
	flex: 1;
	min-width: 0;
	height: 100%;
	padding: 0 16px;
	border: 0;
	outline: none;
	background: transparent;
	color: #fff;
	font-size: 14px;
}

.pcgh-community-v2-search input::placeholder {
	color: rgba(255, 255, 255, .64);
}

.pcgh-community-v2-search button {
	width: 46px;
	height: 100%;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, .9);
	font-size: 20px;
}

.pcgh-community-v2-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	white-space: nowrap;
}

.pcgh-community-v2-actions > a:not(.pcgh-community-v2-publish),
.pcgh-community-v2-theme-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, .82);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	transition: color .18s ease, background-color .18s ease;
}

.pcgh-community-v2-actions > a:not(.pcgh-community-v2-publish):hover,
.pcgh-community-v2-theme-toggle:hover {
	color: #fff;
}

.pcgh-community-v2-theme-toggle {
	border-radius: 50%;
}

.pcgh-community-v2-theme-toggle i {
	display: block;
	line-height: 1;
}

.pcgh-community-v2-actions em {
	position: absolute;
	top: 2px;
	right: 1px;
	width: 9px;
	height: 9px;
	border: 2px solid #0d253f;
	border-radius: 50%;
	background: #ff475f;
	font-style: normal;
}

.pcgh-community-v2-actions img {
	width: 34px;
	height: 34px;
	border: 2px solid rgba(255, 255, 255, .25);
	border-radius: 50%;
}

.pcgh-community-v2-user-link .ti-user-circle {
	font-size: 27px;
}

.pcgh-community-v2-publish {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	padding: 0 20px;
	border-radius: 16px;
	background: #1d73ff;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

.pcgh-community-v2-section-title,
.pcgh-community-v2-light-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 12px 0 16px;
}

.pcgh-community-v2-section-title h2,
.pcgh-community-v2-light-title h2 {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 22px;
	font-weight: 800;
}

.pcgh-community-v2-section-title h2 i {
	color: #ff4f66;
}

.pcgh-community-v2-section-title a,
.pcgh-community-v2-light-title a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: rgba(255, 255, 255, .78);
	font-size: 14px;
}

.pcgh-community-v2-light-title a {
	color: #8b96aa;
}

.pcgh-community-v2-hot-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 16px;
}

.pcgh-community-v2-hot-card {
	position: relative;
	display: flex;
	min-height: 104px;
	padding: 54px 16px 14px;
	border-radius: 9px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	color: #fff;
	flex-direction: column;
	justify-content: flex-end;
}

.pcgh-community-v2-hot-card::before,
.pcgh-community-v2-plan::before,
.pcgh-community-v2-main-event::before,
.pcgh-community-v2-festival::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(4, 12, 22, .12), rgba(4, 12, 22, .76));
	content: "";
}

.pcgh-community-v2-hot-card strong,
.pcgh-community-v2-hot-card span {
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pcgh-community-v2-hot-card strong {
	font-size: 15px;
	font-weight: 800;
}

.pcgh-community-v2-hot-card span {
	margin-top: 6px;
	color: rgba(255, 255, 255, .78);
	font-size: 12px;
}

.pcgh-community-v2-events {
	display: grid;
	grid-template-columns: minmax(220px, 300px) minmax(420px, 1fr) minmax(240px, 330px);
	gap: 22px;
	margin-top: 28px;
}

.pcgh-community-v2-plan,
.pcgh-community-v2-main-event,
.pcgh-community-v2-festival {
	position: relative;
	display: flex;
	min-height: 294px;
	padding: 28px;
	border-radius: 10px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	color: #fff;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.pcgh-community-v2-plan > *,
.pcgh-community-v2-main-event > *,
.pcgh-community-v2-festival > * {
	position: relative;
	z-index: 1;
}

.pcgh-community-v2-plan h2,
.pcgh-community-v2-festival h2 {
	margin: 0 0 14px;
	font-size: 28px;
	font-weight: 900;
}

.pcgh-community-v2-plan p,
.pcgh-community-v2-festival p {
	margin: 0 0 10px;
	color: rgba(255, 255, 255, .88);
	font-size: 15px;
}

.pcgh-community-v2-plan span,
.pcgh-community-v2-main-event span,
.pcgh-community-v2-festival span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 42px;
	margin-top: auto;
	padding: 0 20px;
	border-radius: 22px;
	background: rgba(255, 255, 255, .2);
	color: #fff;
	font-weight: 700;
	backdrop-filter: blur(10px);
}

.pcgh-community-v2-main-event {
	min-height: 294px;
	padding: 38px 48px;
}

.pcgh-community-v2-main-event em,
.pcgh-community-v2-festival em {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 18px;
	padding: 6px 12px;
	border-radius: 16px;
	background: #ff664e;
	color: #fff;
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
}

.pcgh-community-v2-main-event h1 {
	margin: 0 0 14px;
	font-size: 50px;
	font-weight: 900;
	line-height: 1.08;
}

.pcgh-community-v2-main-event p {
	margin: 0 0 18px;
	font-size: 25px;
	font-weight: 500;
}

.pcgh-community-v2-main-event small {
	width: fit-content;
	padding: 8px 16px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 20px;
	background: rgba(4, 12, 22, .32);
	color: rgba(255, 255, 255, .86);
	font-size: 14px;
}

.pcgh-community-v2-festival::before {
	background: linear-gradient(180deg, rgba(4, 12, 22, .12), rgba(4, 12, 22, .76));
}

.pcgh-community-v2-topics {
	padding: 20px 0 22px;
	background: #fff;
}

.pcgh-community-v2-topic-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px 20px;
}

.pcgh-community-v2-topic-card {
	display: flex;
	align-items: center;
	min-height: 86px;
	padding: 18px 20px;
	border-radius: 8px;
	background: var(--topic-color);
	background: linear-gradient(135deg, color-mix(in srgb, var(--topic-color) 94%, #ffffff), color-mix(in srgb, var(--topic-color) 76%, #000000));
	color: #fff;
	gap: 16px;
	overflow: hidden;
}

.pcgh-community-v2-topic-card img,
.pcgh-community-v2-topic-card i {
	flex: 0 0 54px;
	width: 54px;
	height: 54px;
	border-radius: 12px;
	object-fit: cover;
	font-size: 46px;
	line-height: 54px;
	text-align: center;
}

.pcgh-community-v2-topic-card span {
	display: block;
	min-width: 0;
}

.pcgh-community-v2-topic-card strong,
.pcgh-community-v2-topic-card small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pcgh-community-v2-topic-card strong {
	margin-bottom: 7px;
	font-size: 18px;
	font-weight: 900;
}

.pcgh-community-v2-topic-card small {
	color: rgba(255, 255, 255, .82);
	font-size: 12px;
}

.pcgh-community-v2-users {
	padding: 18px 0 20px;
	background: #f7faff;
	box-shadow: inset 0 1px 0 rgba(24, 39, 75, .06), inset 0 -1px 0 rgba(24, 39, 75, .05);
}

.pcgh-community-v2-user-row {
	display: grid;
	grid-template-columns: repeat(10, minmax(0, 1fr));
	gap: 14px;
}

.pcgh-community-v2-user-card {
	display: flex;
	min-height: 132px;
	padding: 16px 10px;
	border: 1px solid #e6ebf3;
	border-radius: 8px;
	background: #fff;
	color: #172033;
	text-align: center;
	align-items: center;
	flex-direction: column;
}

.pcgh-community-v2-user-card img {
	width: 48px;
	height: 48px;
	margin-bottom: 9px;
	border-radius: 50%;
}

.pcgh-community-v2-user-card strong,
.pcgh-community-v2-user-card span {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pcgh-community-v2-user-card strong {
	font-size: 14px;
	font-weight: 800;
}

.pcgh-community-v2-user-card span {
	margin: 3px 0 9px;
	color: #8b96aa;
	font-size: 12px;
}

.pcgh-community-v2-user-card em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 54px;
	height: 26px;
	border: 1px solid #d9e1ee;
	border-radius: 14px;
	color: #697386;
	font-size: 12px;
	font-style: normal;
}

.pcgh-community-v2-feed {
	padding: 18px 0 58px;
}

.pcgh-community-v2-tabs {
	display: flex;
	width: 330px;
	height: 38px;
	margin: 0 auto 22px;
	padding: 3px;
	border-radius: 20px;
	background: #e9edf4;
}

.pcgh-community-v2-tabs a {
	display: inline-flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	color: #687386;
	font-size: 14px;
	font-weight: 800;
	transition: background-color .18s ease, color .18s ease;
}

.pcgh-community-v2-tabs a.is-active {
	background: #176fff;
	color: #fff;
}

.pcgh-community-v2-feed-grid {
	column-count: 3;
	column-gap: 22px;
}

.pcgh-community-v2-post {
	display: inline-block;
	width: 100%;
	margin: 0 0 22px;
	padding: 20px;
	border: 1px solid #e4e9f1;
	border-radius: 8px;
	background: #fff;
	break-inside: avoid;
	page-break-inside: avoid;
	transition: border-color .18s ease, transform .18s ease;
}

.pcgh-community-v2-post:hover {
	border-color: #d5deec;
	transform: translateY(-2px);
}

.pcgh-community-v2-post header {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	padding-right: 74px;
	margin-bottom: 12px;
}

.pcgh-community-v2-post-avatar {
	position: relative;
	display: block;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
}

.pcgh-community-v2-post-avatar > img,
.pcgh-community-v2-post-avatar > .avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
}

.pcgh-community-v2-post-verify {
	position: absolute;
	right: -1px;
	bottom: -1px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	line-height: 1;
}

.pcgh-community-v2-post-verify .pcgh-verify-badge {
	width: 16px;
	height: 16px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.pcgh-community-v2-post-verify .pcgh-verify-badge:hover {
	background: transparent;
	border-color: transparent;
}

.pcgh-community-v2-post-verify .pcgh-verify-badge img,
.pcgh-community-v2-post-verify .pcgh-verify-badge i,
.pcgh-community-v2-post-verify .pcgh-verify-badge svg {
	display: block;
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.pcgh-community-v2-post header div {
	min-width: 0;
}

.pcgh-community-v2-post-author-line {
	display: flex;
	align-items: center;
	gap: 5px;
	overflow: hidden;
	min-width: 0;
	max-width: 100%;
	white-space: nowrap;
}

.pcgh-community-v2-post header strong,
.pcgh-community-v2-post header > div > span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pcgh-community-v2-post header strong {
	flex: 0 1 auto;
	min-width: 0;
	color: #172033;
	font-size: 15px;
	font-weight: 900;
}

.pcgh-community-v2-post header > div > span {
	color: #8c96a7;
	font-size: 12px;
}

.pcgh-community-v2-post-gender {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 15px;
	height: 15px;
	color: #8c96a7;
	font-size: 14px;
	line-height: 1;
}

.pcgh-community-v2-post-gender.is-male {
	color: #2f8cff;
}

.pcgh-community-v2-post-gender.is-female {
	color: #ff5d93;
}

.pcgh-community-v2-post-gender i {
	display: block;
	line-height: 1;
}

.pcgh-community-v2-post-author-line .pcgh-level-badge,
.pcgh-community-v2-post-author-line .pcgh-vip-badge {
	flex: 0 1 auto;
	max-width: 88px;
	height: 18px;
	min-height: 18px;
	padding: 0 5px;
	border-radius: 5px;
	font-size: 10px;
	line-height: 18px;
	white-space: nowrap;
}

.pcgh-community-v2-post-author-line .pcgh-level-badge i,
.pcgh-community-v2-post-author-line .pcgh-level-badge svg,
.pcgh-community-v2-post-author-line .pcgh-vip-badge i,
.pcgh-community-v2-post-author-line .pcgh-vip-badge svg {
	width: 11px;
	height: 11px;
	flex: 0 0 11px;
}

.pcgh-community-v2-post-author-line .pcgh-level-badge span,
.pcgh-community-v2-post-author-line .pcgh-vip-badge span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pcgh-community-v2-follow {
	position: absolute;
	top: 4px;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	height: 32px;
	padding: 0 14px;
	border: 0;
	border-radius: 16px;
	background: #f5f7fb;
	color: #7f8796;
	font-size: 14px;
	font-weight: 700;
	line-height: 32px;
	cursor: pointer;
	transition: background .18s ease, color .18s ease;
}

.pcgh-community-v2-follow:hover {
	background: #edf2fb;
	color: #2563eb;
}

.pcgh-community-v2-follow.is-followed {
	background: #eef6ff;
	color: #2563eb;
}

.pcgh-community-v2-follow:disabled {
	cursor: wait;
	opacity: .72;
}

.pcgh-community-v2-post h3 {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.36;
}

.pcgh-community-v2-post h3 a {
	color: #182235;
}

.pcgh-community-v2-post p {
	display: -webkit-box;
	margin: 0 0 14px;
	overflow: hidden;
	color: #5d687a;
	font-size: 14px;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pcgh-community-v2-post-images {
	display: grid;
	gap: 8px;
	margin-bottom: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pcgh-community-v2-post-images.is-count-1 {
	grid-template-columns: 1fr;
}

.pcgh-community-v2-post-images.is-count-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pcgh-community-v2-post-images a {
	display: block;
	aspect-ratio: 1 / 1;
	border-radius: 7px;
	overflow: hidden;
	background: #edf2f8;
}

.pcgh-community-v2-post-images.is-count-1 a {
	aspect-ratio: 2 / 1;
}

.pcgh-community-v2-post-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pcgh-community-v2-post footer {
	display: flex;
	align-items: center;
	gap: 22px;
	color: #738096;
	font-size: 13px;
}

.pcgh-community-v2-post footer span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	white-space: nowrap;
}

.pcgh-community-v2-post footer span:last-child {
	margin-left: auto;
}

.pcgh-community-v2-empty {
	display: block;
	column-span: all;
	padding: 60px 20px;
	border: 1px solid #e4e9f1;
	border-radius: 8px;
	background: #fff;
	color: #7a8597;
	text-align: center;
}

.pcgh-community-v2-loadmore {
	display: flex;
	justify-content: center;
	padding: 18px 0 0;
}

.pcgh-community-v2-loadmore a,
.pcgh-community-v2-loadmore span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 118px;
	height: 38px;
	padding: 0 18px;
	border: 1px solid #dce4ef;
	border-radius: 19px;
	background: #fff;
	color: #66758c;
	font-size: 13px;
	font-weight: 800;
}

.pcgh-community-v2-loadmore span,
.pcgh-community-v2-loadmore.is-loading a {
	display: none;
}

.pcgh-community-v2-loadmore.is-loading span {
	display: inline-flex;
}

html[data-pcgh-theme-resolved="dark"] body.pcgh-community-home-v2,
html[data-pcgh-theme-resolved="dark"] .pcgh-community-home-v2 .pcgh-main,
html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2 {
	background: #07111d;
	color: #e5edf7;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-hero {
	background:
		radial-gradient(circle at 14% 16%, rgba(37, 116, 255, .28), transparent 30%),
		linear-gradient(135deg, #06111f 0%, #0a1b2e 50%, #0b2036 100%);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-dropdown {
	border-color: rgba(148, 163, 184, .18);
	background: #0d1c2f;
	box-shadow: 0 18px 50px rgba(0, 0, 0, .36);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-search {
	border-color: rgba(148, 163, 184, .18);
	background: rgba(15, 23, 42, .54);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-theme-toggle {
	background: rgba(255, 255, 255, .08);
	color: #facc15;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-theme-toggle:hover {
	background: rgba(255, 255, 255, .14);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-topics {
	background: #0b1726;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-users {
	background: #081321;
	box-shadow: inset 0 1px 0 rgba(148, 163, 184, .12), inset 0 -1px 0 rgba(148, 163, 184, .08);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-light-title h2,
html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-post h3 a,
html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-post header strong,
html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-user-card strong {
	color: #eef5ff;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-light-title a,
html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-user-card span,
html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-post header > div > span,
html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-post p,
html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-post footer {
	color: #9aa8bd;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-user-card,
html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-post,
html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-empty {
	border-color: rgba(148, 163, 184, .16);
	background: #0f1d2d;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-post:hover {
	border-color: rgba(96, 165, 250, .34);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-user-card em,
html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-loadmore a,
html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-loadmore span {
	border-color: rgba(148, 163, 184, .18);
	background: #111f31;
	color: #aab8cc;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-tabs {
	background: #152234;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-tabs a {
	color: #aab8cc;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-tabs a.is-active {
	background: #2f7dff;
	color: #fff;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-post-images a {
	background: #152234;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-follow {
	background: #172438;
	color: #aab8cc;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-follow:hover,
html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2-follow.is-followed {
	background: rgba(47, 125, 255, .16);
	color: #72a9ff;
}

@media (max-width: 1280px) {
	.pcgh-community-v2-nav {
		grid-template-columns: auto 1fr auto;
	}

	.pcgh-community-v2-search {
		display: none;
	}

	.pcgh-community-v2-user-row {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.pcgh-community-v2-events {
		grid-template-columns: 1fr 1fr;
	}

	.pcgh-community-v2-main-event {
		grid-column: 1 / -1;
		order: -1;
	}
}

@media (max-width: 992px) {
	.pcgh-community-v2-shell {
		width: min(100% - 28px, 720px);
	}

	.pcgh-community-v2-nav {
		display: flex;
		height: auto;
		padding: 16px 0;
		flex-wrap: wrap;
	}

	.pcgh-community-v2-menu {
		width: 100%;
		gap: 18px;
		overflow-x: auto;
	}

	.pcgh-community-v2-actions {
		margin-left: auto;
	}

	.pcgh-community-v2-topic-grid,
	.pcgh-community-v2-user-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pcgh-community-v2-feed-grid {
		column-count: 2;
	}

	.pcgh-community-v2-events {
		grid-template-columns: 1fr;
	}

	.pcgh-community-v2-main-event {
		padding: 30px;
	}

	.pcgh-community-v2-main-event h1 {
		font-size: 38px;
	}
}

@media (max-width: 768px) {
	.pcgh-community-v2-shell {
		width: min(100% - 24px, 560px);
	}

	.pcgh-community-v2-hero {
		padding-bottom: 22px;
	}

	.pcgh-community-v2-nav {
		position: relative;
		display: grid;
		grid-template-columns: 42px minmax(0, 1fr) 42px;
		grid-template-areas:
			"menu brand user"
			"panel panel panel";
		gap: 0;
		height: auto;
		min-height: 60px;
		padding: 0;
	}

	.pcgh-community-v2-mobile-menu-btn {
		grid-area: menu;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		color: #fff;
		box-shadow: none;
	}

	.pcgh-community-v2-mobile-menu-btn:focus {
		box-shadow: none;
		outline: 0;
	}

	.pcgh-community-v2-mobile-menu-btn i {
		font-size: 22px;
		line-height: 1;
	}

	.pcgh-community-v2-brand {
		grid-area: brand;
		justify-self: center;
		margin: 0;
		padding: 0;
	}

	.pcgh-community-v2-brand img {
		max-width: min(150px, 44vw);
		height: 38px;
	}

	.pcgh-community-v2-nav-menu {
		grid-area: panel;
		width: 100%;
	}

	.pcgh-community-v2-nav-menu.collapse:not(.show) {
		display: none;
	}

	.pcgh-community-v2-nav-menu.collapse.show,
	.pcgh-community-v2-nav-menu.collapsing {
		display: block;
	}

	.pcgh-community-v2 .pcgh-community-v2-menu {
		width: 100%;
		margin-top: 12px;
		padding: 10px;
		border: 1px solid rgba(255, 255, 255, .12);
		border-radius: 16px;
		background: rgba(4, 17, 31, .92);
		box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
		backdrop-filter: blur(14px);
		flex-direction: column;
		align-items: stretch;
		gap: 4px;
		overflow: visible;
	}

	.pcgh-community-v2-menu > .nav-item > .nav-link {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 42px;
		padding: 0 12px;
		border-radius: 12px;
		color: rgba(255, 255, 255, .86);
	}

	.pcgh-community-v2-menu > .nav-item > .nav-link.is-active,
	.pcgh-community-v2-menu > .nav-item > .nav-link:hover {
		background: rgba(45, 123, 255, .18);
		color: #fff;
	}

	.pcgh-community-v2-menu > .nav-item > .nav-link.is-active::after {
		display: none;
	}

	.pcgh-community-v2 .dropdown-menu {
		position: static;
		width: 100%;
		margin: 4px 0 8px;
		padding: 8px;
		border: 1px solid rgba(148, 163, 184, .18);
		border-radius: 14px;
		background: rgba(7, 17, 29, .96);
		box-shadow: none;
	}

	.pcgh-community-v2 .pcgh-community-v2-dropdown .dropdown-item {
		color: rgba(229, 237, 247, .86);
	}

	.pcgh-community-v2 .pcgh-community-v2-dropdown .dropdown-item:hover,
	.pcgh-community-v2 .pcgh-community-v2-dropdown .dropdown-item:focus,
	.pcgh-community-v2 .pcgh-community-v2-dropdown .dropdown-item.active {
		background: rgba(45, 123, 255, .2);
		color: #fff;
	}

	html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2 .dropdown-menu {
		border-color: rgba(148, 163, 184, .18);
		background: rgba(7, 17, 29, .96);
	}

	html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2 .pcgh-community-v2-dropdown .dropdown-item {
		color: rgba(229, 237, 247, .86);
	}

	html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2 .pcgh-community-v2-dropdown .dropdown-item:hover,
	html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2 .pcgh-community-v2-dropdown .dropdown-item:focus,
	html[data-pcgh-theme-resolved="dark"] .pcgh-community-v2 .pcgh-community-v2-dropdown .dropdown-item.active {
		background: rgba(45, 123, 255, .2);
		color: #fff;
	}

	.pcgh-community-v2-search,
	.pcgh-community-v2-actions > a:not(.pcgh-community-v2-user-link),
	.pcgh-community-v2-actions > button,
	.pcgh-community-v2-publish {
		display: none !important;
	}

	.pcgh-community-v2-actions {
		grid-area: user;
		justify-self: end;
		display: flex;
		align-items: center;
		margin: 0;
	}

	.pcgh-community-v2-user-link {
		display: inline-flex !important;
		width: 42px;
		height: 42px;
		border: 1px solid rgba(255, 255, 255, .14);
		background: rgba(255, 255, 255, .1);
	}

	.pcgh-community-v2-user-link img {
		width: 34px;
		height: 34px;
	}

	.pcgh-community-v2-hot {
		margin-top: 16px;
	}

	.pcgh-community-v2-section-title,
	.pcgh-community-v2-light-title {
		margin-bottom: 12px;
	}

	.pcgh-community-v2-hot-grid,
	.pcgh-community-v2-events,
	.pcgh-community-v2-user-row {
		display: flex;
		grid-template-columns: none;
		gap: 12px;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 6px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.pcgh-community-v2-hot-grid::-webkit-scrollbar,
	.pcgh-community-v2-events::-webkit-scrollbar,
	.pcgh-community-v2-user-row::-webkit-scrollbar {
		display: none;
	}

	.pcgh-community-v2-hot-card {
		flex: 0 0 74%;
		height: auto;
		min-height: 118px;
		scroll-snap-align: start;
	}

	.pcgh-community-v2-hot-card strong,
	.pcgh-community-v2-hot-card span {
		overflow: visible;
		text-overflow: clip;
		white-space: normal;
		word-break: break-word;
	}

	.pcgh-community-v2-hot-card strong {
		line-height: 1.3;
	}

	.pcgh-community-v2-hot-card span {
		line-height: 1.45;
	}

	.pcgh-community-v2-events {
		margin-top: 18px;
	}

	.pcgh-community-v2-plan,
	.pcgh-community-v2-main-event,
	.pcgh-community-v2-festival {
		flex: 0 0 88%;
		min-height: 230px;
		padding: 24px;
		scroll-snap-align: center;
	}

	.pcgh-community-v2-main-event {
		order: 0;
		grid-column: auto;
	}

	.pcgh-community-v2-main-event h1 {
		font-size: 32px;
	}

	.pcgh-community-v2-main-event p {
		font-size: 18px;
	}

	.pcgh-community-v2-users {
		padding: 18px 0;
	}

	.pcgh-community-v2-user-row {
		padding: 0 0 8px;
	}

	.pcgh-community-v2-user-card {
		flex: 0 0 132px;
		scroll-snap-align: start;
	}
}

@media (max-width: 640px) {
	.pcgh-community-v2-topic-grid {
		grid-template-columns: 1fr;
	}

	.pcgh-community-v2-feed-grid {
		column-count: 1;
	}

	.pcgh-community-v2-actions > a:not(.pcgh-community-v2-publish):not(.pcgh-community-v2-user-link) {
		display: none;
	}

	.pcgh-community-v2-publish {
		height: 38px;
		padding: 0 14px;
		border-radius: 12px;
		font-size: 13px;
	}

	.pcgh-community-v2-plan,
	.pcgh-community-v2-main-event,
	.pcgh-community-v2-festival {
		min-height: 240px;
		padding: 24px;
	}

	.pcgh-community-v2-main-event h1 {
		font-size: 32px;
	}

	.pcgh-community-v2-main-event p {
		font-size: 20px;
	}

	.pcgh-community-v2-tabs {
		width: 100%;
	}
}
