.pcgh-site-links-page {
	--pcgh-links-blue: #3478f6;
	--pcgh-links-blue-soft: #edf4ff;
	--pcgh-links-page-bg: #f6f8fb;
	--pcgh-links-surface: #ffffff;
	--pcgh-links-border: #e7edf5;
	--pcgh-links-text: #172033;
	--pcgh-links-muted: #7a8799;
	background: var(--pcgh-links-page-bg);
	min-height: 60vh;
	padding-bottom: 64px;
}
.pcgh-site-links-hero {
	padding: 58px 0 42px;
	border-bottom: 1px solid var(--pcgh-links-border);
	background:
		radial-gradient(circle at 18% -20%, rgba(52,120,246,.12), transparent 38%),
		linear-gradient(180deg, #fff 0%, #f9fbff 100%);
}
.pcgh-site-links-hero__copy { text-align: center; }
.pcgh-site-links-hero__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 12px;
	border: 1px solid #dce9ff;
	border-radius: 13px;
	background: #f2f7ff;
	color: var(--pcgh-links-blue);
	box-shadow: 0 8px 22px rgba(52,120,246,.08);
}
.pcgh-site-links-hero__icon svg { width: 21px; height: 21px; }
.pcgh-site-links-hero h1 {
	margin: 0;
	color: var(--pcgh-links-text);
	font-size: clamp(30px, 3vw, 40px);
	font-weight: 750;
	letter-spacing: -.7px;
	line-height: 1.2;
}
.pcgh-site-links-hero__copy > p {
	max-width: 680px;
	margin: 12px auto 0;
	color: var(--pcgh-links-muted);
	font-size: 15px;
	line-height: 1.8;
}
.pcgh-site-links-search {
	display: flex;
	align-items: center;
	max-width: 720px;
	height: 56px;
	margin: 28px auto 0;
	padding: 5px 5px 5px 16px;
	border: 1px solid #e0e8f3;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(30,64,120,.07);
	transition: border-color .18s ease, box-shadow .18s ease;
}
.pcgh-site-links-search:focus-within {
	border-color: #9ec3ff;
	box-shadow: 0 14px 34px rgba(52,120,246,.12), 0 0 0 3px rgba(52,120,246,.06);
}
.pcgh-site-links-search__icon { display: inline-flex; color: #9aa7b8; }
.pcgh-site-links-search__icon svg { width: 19px; height: 19px; }
.pcgh-site-links-search input {
	min-width: 0;
	flex: 1;
	padding: 0 12px;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--pcgh-links-text);
	font-size: 14px;
}
.pcgh-site-links-search input::placeholder { color: #a4adbb; }
.pcgh-site-links-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 46px;
	padding: 0 20px;
	border: 0;
	border-radius: 10px;
	background: var(--pcgh-links-blue);
	color: #fff;
	font-size: 14px;
	font-weight: 650;
	cursor: pointer;
	transition: transform .18s ease, background .18s ease;
}
.pcgh-site-links-search button:hover { background: #2469e8; transform: translateY(-1px); }
.pcgh-site-links-search button svg { width: 16px; height: 16px; }
.pcgh-site-links-layout { display: block; padding-top: 26px; }
.pcgh-site-links-nav {
	position: relative;
	margin-bottom: 28px;
	padding: 7px;
	border: 1px solid var(--pcgh-links-border);
	border-radius: 14px;
	background: var(--pcgh-links-surface);
	box-shadow: 0 7px 24px rgba(27,48,78,.04);
}
.pcgh-site-links-nav__scroll {
	display: flex;
	overflow-x: auto;
	align-items: center;
	gap: 6px;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}
.pcgh-site-links-nav__scroll::-webkit-scrollbar { display: none; }
.pcgh-site-links-nav a {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 9px;
	min-height: 40px;
	padding: 0 12px;
	border: 1px solid transparent;
	border-radius: 9px;
	color: #5f6d7f;
	font-size: 13px;
	font-weight: 550;
	text-decoration: none;
	transition: color .18s ease, background .18s ease, border-color .18s ease;
}
.pcgh-site-links-nav__label { display: inline-flex; align-items: center; gap: 7px; }
.pcgh-site-links-nav__label svg { width: 17px; height: 17px; color: #8a97a8; }
.pcgh-site-links-nav a img { width: 20px; height: 20px; border-radius: 5px; object-fit: cover; }
.pcgh-site-links-nav a small {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 20px;
	padding: 0 6px;
	border-radius: 999px;
	background: #f2f5f9;
	color: #929ead;
	font-size: 10px;
	font-weight: 600;
}
.pcgh-site-links-nav a:hover { background: #f6f9fd; color: var(--pcgh-links-blue); }
.pcgh-site-links-nav a.is-active {
	border-color: #d9e8ff;
	background: var(--pcgh-links-blue-soft);
	color: var(--pcgh-link-term-color, var(--pcgh-links-blue));
}
.pcgh-site-links-nav a.is-active .pcgh-site-links-nav__label svg { color: currentColor; }
.pcgh-site-links-nav a.is-active small { background: rgba(52,120,246,.10); color: currentColor; }
.pcgh-site-links-content__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}
.pcgh-site-links-content__head h2 { margin: 0; color: var(--pcgh-links-text); font-size: 21px; font-weight: 720; }
.pcgh-site-links-content__head p { margin: 6px 0 0; color: var(--pcgh-links-muted); font-size: 13px; }
.pcgh-site-links-content__head > strong {
	display: inline-flex;
	align-items: center;
	height: 28px;
	padding: 0 10px;
	border: 1px solid #e8edf4;
	border-radius: 999px;
	background: #fff;
	color: #8792a2;
	font-size: 12px;
	font-weight: 550;
	white-space: nowrap;
}
.pcgh-site-links-grid {
	display: grid;
	grid-template-columns: repeat(var(--pcgh-links-columns, 3), minmax(0, 1fr));
	gap: 14px;
}
.pcgh-site-link-card {
	position: relative;
	min-width: 0;
	border: 1px solid var(--pcgh-links-border);
	border-radius: 14px;
	background: var(--pcgh-links-surface);
	box-shadow: 0 6px 18px rgba(34,52,82,.035);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.pcgh-site-link-card:hover {
	border-color: #bdd6ff;
	transform: translateY(-3px);
	box-shadow: 0 14px 32px rgba(31,76,145,.10);
}
.pcgh-site-link-card__main {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	align-items: start;
	gap: 14px;
	min-height: 126px;
	padding: 18px 48px 16px 16px;
	color: inherit;
	text-decoration: none;
}
.pcgh-site-link-card__icon {
	display: block;
	width: 56px;
	height: 56px;
	overflow: hidden;
	border: 1px solid #edf1f6;
	border-radius: 13px;
	background: #f5f7fa;
	box-shadow: 0 5px 14px rgba(30,55,90,.05);
}
.pcgh-site-link-card__icon img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pcgh-site-link-card__body { display: block; min-width: 0; }
.pcgh-site-link-card__title {
	display: flex;
	overflow: hidden;
	align-items: center;
	gap: 6px;
	padding-right: 2px;
	color: var(--pcgh-links-text);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pcgh-site-link-card__desc {
	display: -webkit-box;
	overflow: hidden;
	min-height: 36px;
	margin-top: 5px;
	color: var(--pcgh-links-muted);
	font-size: 12.5px;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.pcgh-site-link-card__tags { display: flex; overflow: hidden; gap: 5px; margin-top: 9px; white-space: nowrap; }
.pcgh-site-link-card__tags small {
	display: inline-flex;
	align-items: center;
	height: 21px;
	padding: 0 7px;
	border-radius: 999px;
	background: #f2f6fb;
	color: #788699;
	font-size: 10px;
	line-height: 21px;
}
.pcgh-site-link-card__metric, .pcgh-site-link-card__status { display: block; margin-top: 7px; color: #8d98a6; font-size: 10.5px; }
.pcgh-site-link-card__status { color: #b45309; }
.pcgh-site-link-card__external {
	display: inline-flex;
	position: absolute;
	top: 15px;
	right: 14px;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 1px solid transparent;
	border-radius: 9px;
	color: #9aa5b5;
	text-decoration: none;
	transition: color .18s ease, background .18s ease, border-color .18s ease;
}
.pcgh-site-link-card__external:hover { border-color: #d8e7ff; background: #edf5ff; color: var(--pcgh-links-blue); }
.pcgh-site-link-card__external svg { width: 16px; height: 16px; }
.pcgh-site-link-card.is-featured { border-color: #b9d7ff; background: linear-gradient(180deg, #fff 0%, #fbfdff 100%); }
.pcgh-site-link-card__badge {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	height: 18px;
	padding: 0 6px;
	border-radius: 5px;
	background: var(--pcgh-link-badge, #ef4444);
	color: #fff;
	font-size: 9px;
	font-style: normal;
	font-weight: 650;
	line-height: 18px;
}
.pcgh-site-link-card.is-status-unavailable, .pcgh-site-link-card.is-status-closed { opacity: .72; }
.pcgh-site-links-empty {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 64px 20px;
	border: 1px dashed #dbe4ef;
	border-radius: 14px;
	background: var(--pcgh-links-surface);
	text-align: center;
}
.pcgh-site-links-empty > span { display: inline-flex; color: #9aa6b5; }
.pcgh-site-links-empty > span svg { width: 28px; height: 28px; }
.pcgh-site-links-empty strong { margin-top: 12px; color: var(--pcgh-links-text); font-size: 17px; }
.pcgh-site-links-empty p { margin: 7px 0 0; color: var(--pcgh-links-muted); font-size: 13px; }
.pcgh-site-links-empty a { display: inline-flex; margin-top: 14px; color: var(--pcgh-links-blue); font-size: 13px; font-weight: 600; }
.pcgh-site-links-pagination { margin-top: 28px; }
.pcgh-site-links-pagination ul { display: flex; justify-content: center; gap: 7px; list-style: none; margin: 0; padding: 0; }
.pcgh-site-links-pagination a, .pcgh-site-links-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	border: 1px solid var(--pcgh-links-border);
	border-radius: 9px;
	background: #fff;
	color: #667386;
	font-size: 12px;
	text-decoration: none;
}
.pcgh-site-links-pagination .current { border-color: var(--pcgh-links-blue); background: var(--pcgh-links-blue); color: #fff; }
html[data-pcgh-theme-resolved="dark"] .pcgh-site-links-page,
[data-theme="dark"] .pcgh-site-links-page,
.dark .pcgh-site-links-page,
body.dark-mode .pcgh-site-links-page {
	--pcgh-links-page-bg: #15191f;
	--pcgh-links-surface: #20252d;
	--pcgh-links-border: #303844;
	--pcgh-links-text: #f1f4f8;
	--pcgh-links-muted: #a1adbb;
	--pcgh-links-blue-soft: #17365d;
}
html[data-pcgh-theme-resolved="dark"] .pcgh-site-links-hero,
[data-theme="dark"] .pcgh-site-links-hero,
.dark .pcgh-site-links-hero,
body.dark-mode .pcgh-site-links-hero {
	background: radial-gradient(circle at 18% -20%, rgba(52,120,246,.18), transparent 38%), linear-gradient(180deg, #1d222a 0%, #181d24 100%);
}
html[data-pcgh-theme-resolved="dark"] .pcgh-site-links-search,
[data-theme="dark"] .pcgh-site-links-search,
.dark .pcgh-site-links-search,
body.dark-mode .pcgh-site-links-search { border-color: #303844; background: #20252d; }
html[data-pcgh-theme-resolved="dark"] .pcgh-site-links-content__head > strong,
[data-theme="dark"] .pcgh-site-links-content__head > strong,
.dark .pcgh-site-links-content__head > strong,
body.dark-mode .pcgh-site-links-content__head > strong { border-color: #303844; background: #20252d; color: #a1adbb; }
html[data-pcgh-theme-resolved="dark"] .pcgh-site-links-nav a small,
[data-theme="dark"] .pcgh-site-links-nav a small,
.dark .pcgh-site-links-nav a small,
body.dark-mode .pcgh-site-links-nav a small,
html[data-pcgh-theme-resolved="dark"] .pcgh-site-link-card__tags small,
[data-theme="dark"] .pcgh-site-link-card__tags small,
.dark .pcgh-site-link-card__tags small,
body.dark-mode .pcgh-site-link-card__tags small { background: #292f38; color: #9da9b8; }
@media (max-width: 1180px) {
	.pcgh-site-links-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
	.pcgh-site-links-page { padding-bottom: 42px; }
	.pcgh-site-links-hero { padding: 36px 0 28px; }
	.pcgh-site-links-hero__icon { width: 38px; height: 38px; margin-bottom: 10px; }
	.pcgh-site-links-hero h1 { font-size: 28px; }
	.pcgh-site-links-hero__copy > p { margin-top: 9px; padding: 0 10px; font-size: 13px; }
	.pcgh-site-links-search { height: 52px; margin-top: 21px; padding-left: 13px; border-radius: 12px; }
	.pcgh-site-links-search button { width: 45px; height: 42px; padding: 0; }
	.pcgh-site-links-search button span { display: none; }
	.pcgh-site-links-layout { padding-top: 18px; }
	.pcgh-site-links-nav { margin: 0 -2px 20px; padding: 6px; border-radius: 12px; }
	.pcgh-site-links-nav a { min-height: 37px; padding: 0 10px; }
	.pcgh-site-links-nav a small { display: none; }
	.pcgh-site-links-content__head { align-items: center; margin-bottom: 13px; }
	.pcgh-site-links-content__head h2 { font-size: 18px; }
	.pcgh-site-links-content__head p { display: none; }
	.pcgh-site-links-grid { grid-template-columns: repeat(var(--pcgh-links-mobile-columns, 1), minmax(0, 1fr)); gap: 10px; }
	.pcgh-site-link-card { border-radius: 12px; }
	.pcgh-site-link-card__main { grid-template-columns: 46px minmax(0, 1fr); min-height: 106px; gap: 11px; padding: 14px 42px 13px 13px; }
	.pcgh-site-link-card__icon { width: 46px; height: 46px; border-radius: 11px; }
	.pcgh-site-link-card__title { font-size: 14px; }
	.pcgh-site-link-card__desc { min-height: 34px; font-size: 12px; }
	.pcgh-site-link-card__tags { margin-top: 7px; }
	.pcgh-site-link-card__tags small:nth-child(n+3) { display: none; }
	.pcgh-site-link-card__external { top: 12px; right: 10px; width: 29px; height: 29px; }
}

.pcgh-site-link-submit-page { min-height: 70vh; padding: 24px 0 48px; background: var(--pcgh-page-bg, #f5f7fa); }
.pcgh-site-link-breadcrumb { display: flex; overflow: hidden; align-items: center; gap: 8px; margin-bottom: 14px; color: var(--pcgh-muted, #788493); font-size: 13px; white-space: nowrap; }
.pcgh-site-link-breadcrumb a { color: inherit; text-decoration: none; }
.pcgh-site-link-submit-card { max-width: 860px; margin: 18px auto 0; padding: 24px; border: 1px solid var(--pcgh-border, #e8edf3); border-radius: 8px; background: var(--pcgh-surface, #fff); color: var(--pcgh-text, #182230); }
.pcgh-site-link-submit-card > header h1 { margin: 0; color: var(--pcgh-text, #182230); font-size: 24px; }
.pcgh-site-link-submit-card > header p { margin: 8px 0 0; color: var(--pcgh-muted, #788493); }
.pcgh-site-link-submit-message { margin-top: 18px; padding: 12px 14px; border-radius: 6px; }
.pcgh-site-link-submit-message.is-success { background: #ecfdf3; color: #067647; }
.pcgh-site-link-submit-message.is-error { background: #fef3f2; color: #b42318; }
.pcgh-site-link-submit-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 22px; }
.pcgh-site-link-submit-form label { display: flex; min-width: 0; flex-direction: column; gap: 7px; color: var(--pcgh-text, #182230); font-size: 14px; }
.pcgh-site-link-submit-form label.is-wide, .pcgh-site-link-submit-form footer { grid-column: 1 / -1; }
.pcgh-site-link-submit-form label b { color: #dc2626; }
.pcgh-site-link-submit-form input, .pcgh-site-link-submit-form select, .pcgh-site-link-submit-form textarea { width: 100%; padding: 11px 12px; border: 1px solid var(--pcgh-border, #dfe5ec); border-radius: 6px; outline: 0; background: var(--pcgh-input-bg, #f8fafc); color: var(--pcgh-text, #182230); box-sizing: border-box; }
.pcgh-site-link-submit-form input:focus, .pcgh-site-link-submit-form select:focus, .pcgh-site-link-submit-form textarea:focus { border-color: #3b82f6; }
.pcgh-site-link-submit-form footer button, .pcgh-site-link-submit-login button { padding: 11px 22px; border: 0; border-radius: 6px; background: #2563eb; color: #fff; cursor: pointer; }
.pcgh-site-link-submit-hp { position: absolute !important; left: -9999px !important; }
.pcgh-site-link-submit-login { margin-top: 22px; padding: 26px; text-align: center; background: var(--pcgh-input-bg, #f8fafc); }
html[data-pcgh-theme-resolved="dark"] .pcgh-site-link-submit-page, [data-theme="dark"] .pcgh-site-link-submit-page, .dark .pcgh-site-link-submit-page, body.dark-mode .pcgh-site-link-submit-page { --pcgh-page-bg: #15191f; --pcgh-surface: #20252d; --pcgh-border: #303844; --pcgh-text: #f1f4f8; --pcgh-muted: #a1adbb; --pcgh-input-bg: #171b21; }
@media (max-width: 767px) {
	.pcgh-site-link-submit-card { padding: 18px 16px; }
	.pcgh-site-link-submit-form { grid-template-columns: minmax(0, 1fr); }
	.pcgh-site-link-submit-form label.is-wide, .pcgh-site-link-submit-form footer { grid-column: auto; }
}
