.pcgh-site-links-page {
	background: var(--pcgh-page-bg, #f5f7fa);
	min-height: 60vh;
	padding-bottom: 56px;
}
.pcgh-site-links-hero {
	padding: 54px 0 38px;
	background: var(--pcgh-surface, #fff);
	border-bottom: 1px solid var(--pcgh-border, #e8edf3);
}
.pcgh-site-links-hero__copy { text-align: center; }
.pcgh-site-links-hero__eyebrow { margin: 0 0 8px; color: #3b82f6; font-size: 11px; font-weight: 700; letter-spacing: 2px; }
.pcgh-site-links-hero h1 { margin: 0; color: var(--pcgh-text, #182230); font-size: 32px; line-height: 1.25; }
.pcgh-site-links-hero__copy > p:last-child { margin: 12px auto 0; max-width: 640px; color: var(--pcgh-muted, #788493); font-size: 15px; }
.pcgh-site-links-search { display: flex; max-width: 680px; margin: 26px auto 0; padding: 5px; background: var(--pcgh-input-bg, #f4f6f8); border: 1px solid transparent; border-radius: 8px; }
.pcgh-site-links-search:focus-within { border-color: #3b82f6; }
.pcgh-site-links-search input { min-width: 0; flex: 1; padding: 12px 14px; border: 0; outline: 0; background: transparent; color: var(--pcgh-text, #182230); font-size: 14px; }
.pcgh-site-links-search button { display: inline-flex; align-items: center; gap: 6px; padding: 0 18px; border: 0; border-radius: 6px; background: #3b82f6; color: #fff; font-size: 14px; cursor: pointer; }
.pcgh-site-links-layout { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 28px; padding-top: 30px; }
.pcgh-site-links-nav { align-self: start; position: sticky; top: 88px; padding: 8px; background: var(--pcgh-surface, #fff); border: 1px solid var(--pcgh-border, #e8edf3); border-radius: 8px; }
.pcgh-site-links-nav a { display: flex; justify-content: space-between; gap: 10px; padding: 11px 12px; border-radius: 6px; color: var(--pcgh-muted, #647181); font-size: 14px; text-decoration: none; }
.pcgh-site-links-nav a span { color: #9aa4b2; font-size: 12px; }
.pcgh-site-links-nav a:hover, .pcgh-site-links-nav a.is-active { background: #eaf3ff; color: #1677ff; }
.pcgh-site-links-content__head { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 16px; }
.pcgh-site-links-content__head h2 { margin: 0; color: var(--pcgh-text, #182230); font-size: 22px; }
.pcgh-site-links-content__head p { margin: 6px 0 0; color: var(--pcgh-muted, #788493); font-size: 13px; }
.pcgh-site-links-content__head > strong { color: var(--pcgh-muted, #788493); font-size: 13px; font-weight: 500; white-space: nowrap; }
.pcgh-site-links-grid { display: grid; grid-template-columns: repeat(var(--pcgh-links-columns, 2), minmax(0, 1fr)); gap: 14px; }
.pcgh-site-link-card { position: relative; min-width: 0; background: var(--pcgh-surface, #fff); border: 1px solid var(--pcgh-border, #e8edf3); border-radius: 8px; transition: transform .18s ease, box-shadow .18s ease; }
.pcgh-site-link-card:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(31, 41, 55, .09); }
.pcgh-site-link-card__main { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 12px; min-height: 80px; padding: 15px 48px 15px 15px; color: inherit; text-decoration: none; }
.pcgh-site-link-card__icon { width: 48px; height: 48px; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 10px; background: #f2f5f8; }
.pcgh-site-link-card__icon img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pcgh-site-link-card__body { min-width: 0; }
.pcgh-site-link-card__body strong, .pcgh-site-link-card__body span, .pcgh-site-link-card__body small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pcgh-site-link-card__body strong { color: var(--pcgh-text, #182230); font-size: 15px; line-height: 1.4; }
.pcgh-site-link-card__body span { margin-top: 4px; color: var(--pcgh-muted, #788493); font-size: 13px; line-height: 1.35; }
.pcgh-site-link-card__body small { margin-top: 5px; color: #8d98a6; font-size: 11px; }
.pcgh-site-link-card__external { display: inline-flex; position: absolute; top: 50%; right: 13px; align-items: center; justify-content: center; width: 30px; height: 30px; transform: translateY(-50%); border-radius: 6px; color: #8793a2; text-decoration: none; }
.pcgh-site-link-card__external:hover { background: #edf5ff; color: #1677ff; }
.pcgh-site-link-card__external svg { width: 17px; height: 17px; }
.pcgh-site-link-card.is-featured { border-color: #b9d7ff; }
.pcgh-site-links-empty { padding: 60px 20px; text-align: center; background: var(--pcgh-surface, #fff); border: 1px solid var(--pcgh-border, #e8edf3); border-radius: 8px; }
.pcgh-site-links-empty strong { color: var(--pcgh-text, #182230); font-size: 17px; }
.pcgh-site-links-empty p { color: var(--pcgh-muted, #788493); font-size: 13px; }
.pcgh-site-links-empty a { display: inline-flex; margin-top: 8px; color: #1677ff; font-size: 13px; }
.pcgh-site-links-pagination { margin-top: 24px; }
.pcgh-site-links-pagination ul { display: flex; justify-content: center; gap: 6px; 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: 34px; height: 34px; padding: 0 9px; border: 1px solid var(--pcgh-border, #e8edf3); border-radius: 6px; background: var(--pcgh-surface, #fff); color: var(--pcgh-muted, #647181); font-size: 13px; text-decoration: none; }
.pcgh-site-links-pagination .current { border-color: #3b82f6; background: #3b82f6; 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-page-bg: #15191f; --pcgh-surface: #20252d; --pcgh-border: #303844; --pcgh-text: #f1f4f8; --pcgh-muted: #a1adbb; --pcgh-input-bg: #171b21; }
html[data-pcgh-theme-resolved="dark"] .pcgh-site-links-nav a.is-active, [data-theme="dark"] .pcgh-site-links-nav a.is-active, .dark .pcgh-site-links-nav a.is-active, body.dark-mode .pcgh-site-links-nav a.is-active { background: #17365d; color: #76b6ff; }
@media (max-width: 1023px) { .pcgh-site-links-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 18px; } }
@media (max-width: 767px) {
	.pcgh-site-links-hero { padding: 34px 0 26px; }
	.pcgh-site-links-hero h1 { font-size: 26px; }
	.pcgh-site-links-search { margin-top: 20px; }
	.pcgh-site-links-layout { display: block; padding-top: 18px; }
	.pcgh-site-links-nav { display: flex; position: static; overflow-x: auto; margin-bottom: 18px; padding: 5px; white-space: nowrap; }
	.pcgh-site-links-nav a { flex: 0 0 auto; padding: 9px 11px; }
	.pcgh-site-links-nav a span { display: none; }
	.pcgh-site-links-content__head h2 { font-size: 19px; }
	.pcgh-site-links-grid { grid-template-columns: repeat(var(--pcgh-links-mobile-columns, 1), minmax(0, 1fr)); gap: 10px; }
	.pcgh-site-link-card__main { grid-template-columns: 42px minmax(0, 1fr) 18px; padding: 12px; }
	.pcgh-site-link-card__icon { width: 42px; height: 42px; }
}
