:root{--pcgh-bg:#0f1419;--pcgh-surface:#1a1f2e;--pcgh-border:#232b35;--pcgh-text:#e6e8eb;--pcgh-text-2:#a4adb8;--pcgh-primary:#3b82f6;--pcgh-container-w:1200px;--pcgh-header-height:64px}html[data-pcgh-theme-resolved=light]{--pcgh-bg:#f5f7fb;--pcgh-surface:#fff;--pcgh-border:#dbe3ee;--pcgh-text:#111827;--pcgh-text-2:#4b5563}*,:before,:after{box-sizing:border-box}html,body{min-height:100%;margin:0;padding:0}body.pcgh-body{background:var(--pcgh-bg);color:var(--pcgh-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}.pcgh-container{width:min(100% - 32px,var(--pcgh-container-w));max-width:var(--pcgh-container-w);margin:0 auto}.pcgh-header{z-index:100;min-height:var(--pcgh-header-height);background:var(--pcgh-bg);border-bottom:1px solid var(--pcgh-border);position:sticky;top:0}.pcgh-header__inner{min-height:var(--pcgh-header-height);align-items:center;gap:12px;display:flex}.pcgh-logo{min-width:0;color:var(--pcgh-text);align-items:center;display:flex}.pcgh-nav{min-width:0}.pcgh-header__actions{align-items:center;gap:8px;margin-left:auto;display:flex}.pcgh-main{width:100%;min-width:0}.pcgh-page-progress{z-index:2147483647;pointer-events:none;opacity:0;width:100%;height:2px;transition:opacity .12s;position:fixed;inset:0 auto auto 0}.pcgh-page-progress:after{content:"";width:var(--pcgh-page-progress,0%);background:#3b82f6;height:100%;transition:width .18s;display:block;box-shadow:0 0 8px #3b82f6a6}html.pcgh-pjax-progress .pcgh-page-progress{opacity:1}.pcgh-home-module-placeholder{contain:layout style;min-height:280px}.pcgh-home-module-skeleton{padding:18px 0}.pcgh-home-module-skeleton__head{align-items:center;gap:12px;margin-bottom:14px;display:flex}.pcgh-home-module-skeleton__head span{background:#94a3b82e;border-radius:50%;width:42px;height:42px}.pcgh-home-module-skeleton__head strong,.pcgh-home-module-skeleton__body span{color:#0000;background:#94a3b829;border-radius:999px;display:block}.pcgh-home-module-skeleton__head strong{width:min(220px,60vw);height:18px}.pcgh-home-module-skeleton__body{gap:12px;display:grid}.pcgh-home-module-skeleton__body span{height:20px}@media (width<=768px){.pcgh-container{width:min(100% - 24px,var(--pcgh-container-w))}.pcgh-nav{display:none}}