.pcgh-community-page{background:radial-gradient(circle at 70% 0, rgba(var(--pcgh-primary-rgb), .16), transparent 38%);padding:24px 0 48px}.pcgh-community-hero{background-color:var(--pcgh-surface);box-shadow:var(--pcgh-shadow);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:18px;padding:40px;position:relative;overflow:hidden}.pcgh-community-hero__inner{z-index:2;justify-content:space-between;align-items:flex-start;gap:40px;display:flex;position:relative}.pcgh-community-hero__left h1{background:linear-gradient(135deg, var(--pcgh-primary), #818cf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(32px,4vw,48px);font-weight:900;line-height:1.1}.pcgh-community-hero__left>p{color:var(--pcgh-text-2);margin:10px 0 0;font-size:14px}.pcgh-community-hero__stats{gap:28px;margin-top:24px;display:flex}.pcgh-community-hero__stats span{flex-direction:column;gap:2px;display:flex}.pcgh-community-hero__stats strong{color:var(--pcgh-text);font-size:26px;font-weight:900;line-height:1}.pcgh-community-hero__stats em{color:var(--pcgh-text-2);font-size:12px;font-style:normal}.pcgh-community-hero__cards{flex-shrink:0;gap:12px;display:flex}.pcgh-community-hero-card{text-align:center;background:linear-gradient(#3b82f614 0%,#3b82f605 100%);border:1px solid #3b82f61f;border-radius:16px;flex-direction:column;align-items:center;gap:10px;min-width:110px;padding:18px 20px;transition:transform .2s,box-shadow .2s;display:flex}.pcgh-community-hero-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #3b82f626}.pcgh-community-hero-card__icon{background:0 0;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.pcgh-community-hero-card__icon .pcgh-community-icon{width:44px;height:44px;color:var(--pcgh-primary)}.pcgh-community-hero-card>strong{color:var(--pcgh-text);font-size:14px;font-weight:700}.pcgh-community-hero-card__btn{border-radius:8px;padding:8px 16px;font-size:12px;font-weight:700;text-decoration:none;transition:opacity .2s,transform .2s;color:#fff!important}.pcgh-community-hero-card__btn:hover{opacity:.9;transform:scale(1.02);color:#fff!important}@media (width<=1024px){.pcgh-community-hero__inner{flex-direction:column;align-items:flex-start;gap:28px}.pcgh-community-hero__cards{justify-content:space-between;width:100%}}@media (width<=640px){.pcgh-community-hero{padding:16px}.pcgh-community-hero__inner{flex-direction:column;gap:14px;display:flex}.pcgh-community-hero__left{flex-direction:column;gap:10px;display:flex}.pcgh-community-hero__left h1{font-size:18px}.pcgh-community-hero__left>p{margin:0;font-size:12px}.pcgh-community-hero__stats{background:#ffffff14;border-radius:12px;gap:16px;margin-top:4px;padding:12px 14px;display:flex}.pcgh-community-hero__stats span{flex-direction:row;flex:1;justify-content:center;align-items:center;gap:6px;display:flex}.pcgh-community-hero__stats strong{font-size:16px}.pcgh-community-hero__stats em{white-space:nowrap;font-size:10px}.pcgh-community-hero__cards{grid-template-columns:repeat(2,1fr);gap:10px;width:100%;display:grid}.pcgh-community-hero-card{min-width:unset;text-align:center;flex-direction:column;align-items:center;gap:8px;padding:14px 10px}.pcgh-community-hero-card__icon{border-radius:50%;width:40px;height:40px}.pcgh-community-hero-card__icon .pcgh-community-icon{width:40px;height:40px}.pcgh-community-hero-card>strong{text-align:center;font-size:13px}.pcgh-community-hero-card__btn{width:100%;padding:8px 10px;font-size:12px}}.pcgh-community-channels{background:#0f172aa3;gap:10px;margin:14px 0 18px;padding:10px;display:flex;overflow-x:auto}.pcgh-community-channels a{color:var(--pcgh-text-2);white-space:nowrap;border-radius:11px;align-items:center;gap:7px;padding:10px 14px;font-size:13px;font-weight:700;display:inline-flex}.pcgh-community-channels a:hover,.pcgh-community-channels a.is-active{background:linear-gradient(135deg, var(--pcgh-primary));color:#fff}.pcgh-community-layout{grid-template-columns:minmax(0, 1fr) var(--pcgh-sidebar-w);align-items:start;gap:18px;display:grid}.pcgh-community-layout.is-full{grid-template-columns:minmax(0,1fr)}.pcgh-community-main,.pcgh-community-sidebar{min-width:0}.pcgh-community-feed-head{background:var(--pcgh-surface);border:1px solid #ffffff12;border-radius:14px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:14px 16px;display:flex}.pcgh-community-feed-head nav{gap:18px;display:flex}.pcgh-community-feed-head a{color:var(--pcgh-text-2);font-size:14px;font-weight:800;position:relative}.pcgh-community-feed-head a.is-active{color:#fff}.pcgh-community-feed-head a.is-active:after{content:"";background:var(--pcgh-primary);border-radius:99px;height:2px;position:absolute;bottom:-15px;left:0;right:0}.pcgh-community-feed-head span{color:var(--pcgh-text-3);align-items:center;gap:6px;font-size:12px;display:inline-flex}.pcgh-community-feed{gap:12px;display:grid}.pcgh-community-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:20px;display:grid;gap:20px!important}.pcgh-community-card{background:var(--pcgh-surface);border:1px solid #ffffff12;border-radius:14px;flex-direction:column;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden}.pcgh-community-card:hover{border-color:rgba(var(--pcgh-primary-rgb), .4);box-shadow:0 12px 32px #00000040, 0 0 0 1px rgba(var(--pcgh-primary-rgb), .15);transform:translateY(-4px)}.pcgh-community-card__cover{aspect-ratio:16/9;background:#1e293b 50%/cover no-repeat;display:block;position:relative;overflow:hidden}.pcgh-community-card__cover:before{content:"";opacity:0;background:linear-gradient(#0000 50%,#00000080 100%);transition:opacity .2s;position:absolute;inset:0}.pcgh-community-card:hover .pcgh-community-card__cover:before{opacity:1}.pcgh-community-card__badge{z-index:1;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:10px}.pcgh-community-card__badge--sticky{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706);left:10px}.pcgh-community-card__badge--new{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);right:10px}.pcgh-community-card__body{flex-direction:column;flex:1;padding:14px 16px 16px;display:flex}.pcgh-community-card__body h2{text-overflow:ellipsis;white-space:nowrap;margin:0 0 8px;font-size:15px;font-weight:700;line-height:1.4;overflow:hidden}.pcgh-community-card__body h2 a{color:#fff;display:block}.pcgh-community-card:hover h2 a{color:var(--pcgh-primary,#a78bfa)}.pcgh-community-card__excerpt{color:var(--pcgh-text-2);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 auto;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.pcgh-community-card__footer{border-top:1px solid #ffffff0f;flex-direction:column;gap:10px;margin-top:14px;padding-top:12px;display:flex}.pcgh-community-card__author{align-items:center;gap:8px;display:flex}.pcgh-community-card__author .pcgh-community-avatar,.pcgh-community-card__author .pcgh-community-avatar img{width:28px;height:28px}.pcgh-community-card__name{color:#e2e8f0e6;font-size:13px;font-weight:600}.pcgh-community-card__stats{color:var(--pcgh-text-3);flex-wrap:wrap;align-items:center;gap:12px;font-size:12px;display:flex}.pcgh-community-card__stats span,.pcgh-community-card__stats>span{align-items:center;gap:4px;display:inline-flex}.pcgh-community-card__stats .pcgh-community-icon{font-size:1em}.pcgh-community-card__topic{background:rgba(var(--pcgh-primary-rgb), .15);color:#c4b5fd;border-radius:6px;align-items:center;gap:4px;margin-left:auto;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.pcgh-community-card__topic:hover{background:rgba(var(--pcgh-primary-rgb), .25)}.pcgh-community-card__topic .pcgh-community-icon{font-size:11px}.pcgh-community-panel{background:var(--pcgh-surface);border:1px solid #ffffff12;border-radius:16px;margin-top:20px;overflow:hidden}.pcgh-community-panel .pcgh-community-channels{background:#0f172a80;border-bottom:1px solid #ffffff0f;margin:0;padding:14px 20px}.pcgh-community-panel .pcgh-community-grid{border-radius:0;padding:20px}.pcgh-community-panel .pcgh-community-empty{border-radius:0}.pcgh-community-panel .pcgh-pagination{background:#0f172a4d;padding:16px}.pcgh-community-post{background:var(--pcgh-surface);border:1px solid #ffffff12;border-radius:16px;padding:18px;box-shadow:0 12px 28px #0000001f}.pcgh-community-post__author{align-items:center;gap:12px;margin-bottom:12px;display:flex}.pcgh-community-avatar,.pcgh-community-avatar img{border-radius:50%;flex-shrink:0;width:42px;height:42px}.pcgh-community-avatar{justify-content:center;align-items:center;display:inline-flex;position:relative}.pcgh-community-avatar__gender{border:2px solid var(--pcgh-surface);background:#0f172a;border-radius:999px;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex;position:absolute;bottom:-3px;right:-3px;box-shadow:0 2px 6px #00000040}.pcgh-community-avatar__gender.is-male{color:#38bdf8}.pcgh-community-avatar__gender.is-female{color:#fb7185}.pcgh-community-avatar__gender .pcgh-community-icon{font-size:10px}.pcgh-community-post__author div{flex:1;min-width:0}.pcgh-community-post__author div a{color:#fff;font-size:14px;font-weight:800;display:block}.pcgh-community-post__author small{color:var(--pcgh-text-3);margin-top:3px;font-size:12px;display:block}.pcgh-community-post__cat{background:rgba(var(--pcgh-primary-rgb), .12);color:#c4b5fd;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:700}.pcgh-community-post h2{margin:0 0 8px;font-size:18px;line-height:1.35}.pcgh-community-post h2 a{color:#fff}.pcgh-community-post p{color:var(--pcgh-text-2);margin:0;font-size:14px;line-height:1.7}.pcgh-community-post__images{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px;display:grid}.pcgh-community-post__images a{background-position:50%;background-size:cover;border-radius:10px;min-height:118px;position:relative;overflow:hidden}.pcgh-community-post__images span{color:#fff;background:#0000007a;justify-content:center;align-items:center;font-size:22px;font-weight:900;display:flex;position:absolute;inset:0}.pcgh-community-post__meta{color:var(--pcgh-text-3);gap:20px;margin-top:14px;font-size:12px;display:flex}.pcgh-community-post__meta span{align-items:center;gap:6px;display:inline-flex}.pcgh-community-index .pcgh-community-feed,.pcgh-community-grid{gap:20px!important}.pcgh-community-index .pcgh-community-post,.pcgh-community-topic-page .pcgh-community-post{background:#0f1926db;border-radius:10px;grid-template-columns:310px minmax(0,1fr);align-items:stretch;gap:18px;padding:10px 16px 10px 10px;display:grid;box-shadow:inset 0 0 0 1px #94a3b80f,0 12px 28px #0000002e}.pcgh-community-index .pcgh-community-post__cover,.pcgh-community-topic-page .pcgh-community-post__cover{background:#0f172a 50%/cover no-repeat;border-radius:8px;min-height:118px;display:block;position:relative;overflow:hidden}.pcgh-community-topic-page .pcgh-community-post.no-cover{grid-template-columns:minmax(0,1fr);padding-left:16px}.pcgh-community-index .pcgh-community-post__content,.pcgh-community-topic-page .pcgh-community-post__content{flex-direction:column;justify-content:center;min-width:0;padding:4px 0;display:flex}.pcgh-community-index .pcgh-community-post h2,.pcgh-community-topic-page .pcgh-community-post h2{align-items:center;gap:7px;margin:0 0 9px;font-size:18px;line-height:1.35;display:flex}.pcgh-community-index .pcgh-community-post h2 a,.pcgh-community-topic-page .pcgh-community-post h2 a{text-overflow:ellipsis;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;min-width:0;display:-webkit-box;overflow:hidden}.pcgh-community-index .pcgh-community-post__body,.pcgh-community-topic-page .pcgh-community-post__body{color:#cbd5e1c7;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-width:0;max-width:100%;margin:0 0 14px;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.pcgh-community-index .pcgh-community-post__meta,.pcgh-community-topic-page .pcgh-community-post__meta{color:#94a3b8eb;flex-wrap:wrap;align-items:center;gap:10px 14px;margin-top:auto;font-size:12px;display:flex}.pcgh-community-index .pcgh-community-avatar,.pcgh-community-index .pcgh-community-avatar img,.pcgh-community-topic-page .pcgh-community-post .pcgh-community-avatar,.pcgh-community-topic-page .pcgh-community-post .pcgh-community-avatar img{width:30px;height:30px}.pcgh-community-index .pcgh-community-post__name,.pcgh-community-topic-page .pcgh-community-post__name{color:#e2e8f0f0;font-weight:800}.pcgh-community-index .pcgh-community-post__gender,.pcgh-community-topic-page .pcgh-community-post__gender{gap:0}.pcgh-community-index .pcgh-community-post__gender.is-male,.pcgh-community-topic-page .pcgh-community-post__gender.is-male{color:#38bdf8}.pcgh-community-index .pcgh-community-post__gender.is-female,.pcgh-community-topic-page .pcgh-community-post__gender.is-female{color:#fb7185}.pcgh-community-index .pcgh-community-post__cat,.pcgh-community-topic-page .pcgh-community-post__cat{background:rgba(var(--pcgh-primary-rgb),.16);color:#c4b5fd;border-radius:999px;margin-left:auto;padding:4px 9px;font-size:12px;font-weight:800}.pcgh-community-index .pcgh-community-post__meta .pcgh-community-icon,.pcgh-community-topic-page .pcgh-community-post__meta .pcgh-community-icon{font-size:1.05em}.pcgh-community-sidebar{gap:14px;margin-top:20px;display:grid}.pcgh-community-side-card{background:#0f172adb;border:1px solid #ffffff14;border-radius:16px;padding:16px;box-shadow:0 14px 30px #0000002e}.pcgh-community-side-card__head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:13px;display:flex}.pcgh-community-side-card__head h3{color:#fff;margin:0;font-size:16px;font-weight:900}.pcgh-community-side-card__head a{color:#60a5fa;font-size:12px;font-weight:700}.pcgh-community-side-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.pcgh-community-side-list li a{color:var(--pcgh-text);grid-template-columns:22px 48px minmax(0,1fr);align-items:center;gap:9px;display:grid}.pcgh-community-side-list em{color:#cbd5e1;background:#94a3b829;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-style:normal;font-weight:900;display:inline-flex}.pcgh-community-side-list li:first-child em{color:#fff;background:#2563eb}.pcgh-community-side-list li:nth-child(2) em{color:#fff;background:#b45375}.pcgh-community-side-list li:nth-child(3) em{color:#fff;background:#4f46e5}.pcgh-community-side-list__thumb{background-color:#ffffff14;background-position:50%;background-size:cover;border-radius:7px;width:48px;height:38px;box-shadow:inset 0 0 0 1px #ffffff0f}.pcgh-community-side-list__body{gap:3px;min-width:0;display:grid}.pcgh-community-side-list__body strong{color:#e5e7eb;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800;line-height:1.35;overflow:hidden}.pcgh-community-side-list__body small{color:var(--pcgh-text-3);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.pcgh-community-side-empty{color:var(--pcgh-text-3);text-align:center;margin:0;padding:18px 0;font-size:13px}.pcgh-community-side-stats__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.pcgh-community-side-stats__grid span{text-align:center;background:#1e293bb8;border-radius:12px;place-items:center;gap:5px;min-width:0;padding:12px 6px;display:grid}.pcgh-community-side-stats__grid .pcgh-community-icon{color:#60a5fa;font-size:18px}.pcgh-community-side-stats__grid strong{color:#fff;font-size:18px;font-weight:900;line-height:1}.pcgh-community-side-stats__grid small{color:var(--pcgh-text-3);white-space:nowrap;font-size:11px}.pcgh-community-sidebar .pcgh-side-card{background:var(--pcgh-surface);border-radius:16px;margin:0}.pcgh-community-sidebar .pcgh-side-card__head h3{align-items:center;gap:8px;display:inline-flex}.pcgh-community-widget-list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.pcgh-community-widget-list li{grid-template-columns:22px minmax(0,1fr);align-items:start;column-gap:8px;display:grid}.pcgh-community-widget-list em{background:rgba(var(--pcgh-primary-rgb), .14);width:20px;height:20px;color:var(--pcgh-primary);border-radius:6px;justify-content:center;align-items:center;font-size:11px;font-style:normal;font-weight:900;display:inline-flex}.pcgh-community-widget-list a{color:var(--pcgh-text);font-size:13px;font-weight:700;line-height:1.45}.pcgh-community-widget-list small{color:var(--pcgh-text-3);grid-column:2;font-size:11px}.pcgh-community-users{gap:12px;display:grid}.pcgh-community-user{grid-template-columns:18px 42px minmax(0,1fr) auto;align-items:center;gap:9px;display:grid}.pcgh-community-user>span{color:#f59e0b;font-size:12px;font-weight:900}.pcgh-community-user__avatar img{border-radius:50%;width:42px;height:42px}.pcgh-community-user__name{color:#fff;min-width:0;font-size:13px;font-weight:800}.pcgh-community-user__name small{color:var(--pcgh-text-3);margin-top:3px;font-size:11px;font-weight:500;display:block}.pcgh-community-user button{border:1px solid rgba(var(--pcgh-primary-rgb), .48);color:#c4b5fd;border-radius:8px;padding:6px 9px;font-size:12px;font-weight:800}.pcgh-community-user button.is-followed{background:rgba(var(--pcgh-primary-rgb), .16);color:#fff}.pcgh-community-notices{gap:12px;margin:0;padding:0;list-style:none;display:grid}.pcgh-community-notices li{grid-template-columns:16px minmax(0,1fr);align-items:start;gap:8px;display:grid}.pcgh-community-notices li>i,.pcgh-community-notices li>svg{color:#f59e0b;margin-top:3px}.pcgh-community-notices a,.pcgh-community-notices span{color:var(--pcgh-text);font-size:13px;font-weight:700}.pcgh-community-notices small{color:var(--pcgh-text-3);grid-column:2;font-size:11px}.pcgh-community-tag-cloud{flex-wrap:wrap;gap:8px;display:flex}.pcgh-community-tag-cloud a{color:var(--pcgh-text-2);background:#ffffff0d;border-radius:9px;padding:7px 10px;font-size:12px;font-weight:700}.pcgh-community-icon{flex-shrink:0;width:1em;height:1em}.pcgh-community-icon--hero{width:18px;height:18px}.pcgh-community-empty,.pcgh-community-disabled{background:var(--pcgh-surface);text-align:center;color:var(--pcgh-text-2);border:1px solid #ffffff12;border-radius:16px;padding:48px}.pcgh-community-post--single h1{color:#fff;margin:14px 0 10px;font-size:clamp(24px,4vw,34px);line-height:1.25}.pcgh-community-post__meta--top{margin-bottom:18px}.pcgh-community-post__images--single{grid-template-columns:repeat(2,minmax(0,1fr))}.pcgh-community-post__images--single span{background-position:50%;background-size:cover;border-radius:12px;min-height:190px}.pcgh-community-content{color:var(--pcgh-text);margin-top:18px;font-size:15px;line-height:1.9}.pcgh-community-content p{margin:0 0 16px}.pcgh-community-actions{border-top:1px solid #ffffff14;flex-wrap:wrap;gap:10px;margin-top:22px;padding-top:18px;display:flex}.pcgh-community-action{color:var(--pcgh-text-2);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:7px;padding:10px 14px;font-size:13px;font-weight:800;display:inline-flex}.pcgh-community-action.is-fav{border-color:rgba(var(--pcgh-primary-rgb), .38);background:rgba(var(--pcgh-primary-rgb), .12);color:#c4b5fd}@media (width<=980px){.pcgh-community-layout{grid-template-columns:1fr}.pcgh-community-index .pcgh-community-post,.pcgh-community-topic-page .pcgh-community-post{grid-template-columns:280px minmax(0,1fr)}.pcgh-community-publish{margin-top:24px;position:relative;bottom:auto;right:auto}}@media (width<=720px){.pcgh-community-page{padding-top:14px}.pcgh-community-hero{padding:24px 18px}.pcgh-community-stats{gap:12px}.pcgh-community-stats span{min-width:calc(50% - 8px)}.pcgh-community-feed-head{flex-direction:column;align-items:flex-start;gap:10px}.pcgh-community-index .pcgh-community-post,.pcgh-community-topic-page .pcgh-community-post{grid-template-columns:1fr;padding:10px}.pcgh-community-index .pcgh-community-post__cover,.pcgh-community-topic-page .pcgh-community-post__cover{min-height:160px}.pcgh-community-index .pcgh-community-post__content,.pcgh-community-topic-page .pcgh-community-post__content{padding:4px 2px 2px}.pcgh-community-index .pcgh-community-post__meta,.pcgh-community-topic-page .pcgh-community-post__meta{gap:8px 11px}.pcgh-community-index .pcgh-community-post__cat,.pcgh-community-topic-page .pcgh-community-post__cat{margin-left:0}.pcgh-community-post__images{grid-template-columns:1fr}.pcgh-community-post__images a{min-height:150px}}.pcgh-community-single--gv{background:radial-gradient(circle at 52% -10%, rgba(var(--pcgh-primary-rgb), .14), transparent 35%);padding-top:18px}.pcgh-community-single__crumb{color:var(--pcgh-text-3);align-items:center;gap:8px;margin:0 0 12px;font-size:12px;display:flex}.pcgh-community-single__crumb a{color:var(--pcgh-text-3)}.pcgh-community-single-layout{grid-template-columns:minmax(0, 1fr) var(--pcgh-sidebar-w);gap:16px}.pcgh-community-detail-card,.pcgh-community-replies{background:#0c121fdb;border:1px solid #ffffff12;border-radius:14px;box-shadow:0 18px 40px #0003}.pcgh-community-detail-card{padding:22px}.pcgh-community-detail-hero{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px;display:grid}.pcgh-community-detail-hero__main{min-width:0}.pcgh-community-detail-hero__actions{align-items:center;gap:10px;padding-top:28px;display:flex}.pcgh-community-detail-head h1{color:#fff;flex-wrap:wrap;align-items:center;gap:10px;margin:0;font-size:24px;font-weight:900;line-height:1.35;display:flex}.pcgh-community-detail-head h1>span{min-width:0}.pcgh-community-topic-badge{background:rgba(var(--pcgh-primary-rgb), .15);color:#a78bfa;border-radius:8px;padding:5px 9px;font-size:12px;font-weight:800}.pcgh-community-detail-meta{color:var(--pcgh-text-3);flex-wrap:wrap;align-items:center;gap:12px;margin-top:13px;font-size:12px;display:flex}.pcgh-community-detail-author{color:var(--pcgh-text);align-items:center;gap:7px;display:inline-flex}.pcgh-community-detail-author em{color:#fff;background:linear-gradient(135deg,#7c3aed,#4f46e5);border-radius:5px;padding:2px 6px;font-size:10px;font-style:normal;font-weight:900;line-height:1.2}.pcgh-community-detail-author img{border-radius:50%;width:28px;height:28px}.pcgh-community-detail-author .pcgh-community-avatar,.pcgh-community-detail-author .pcgh-community-avatar img{width:28px;height:28px}.pcgh-community-detail-meta>span{align-items:center;gap:5px;display:inline-flex}.pcgh-community-detail-follow{background:linear-gradient(135deg, var(--pcgh-primary), #6d28d9);color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:7px 14px;font-size:12px;font-weight:900;display:inline-flex}.pcgh-community-detail-follow.is-followed{color:var(--pcgh-text-2);background:#ffffff14}.pcgh-community-detail-fav{border:1px solid rgba(var(--pcgh-primary-rgb), .55);background:rgba(var(--pcgh-primary-rgb), .08);color:#3b82f6;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:7px 12px;font-size:12px;font-weight:900;display:inline-flex}.pcgh-community-detail-fav.is-fav{background:rgba(var(--pcgh-primary-rgb), .16);color:#c4b5fd}.pcgh-community-detail-fav em{font-size:11px;font-style:normal;font-weight:800}.pcgh-community-detail-summary{color:var(--pcgh-text-2);margin:16px 0 0;font-size:14px;line-height:1.8}.pcgh-community-detail-gallery{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin-top:18px;display:grid}.pcgh-community-detail-gallery a{aspect-ratio:16/10;cursor:zoom-in;background-position:50%;background-size:cover;border-radius:10px;min-height:140px;transition:transform .18s,box-shadow .18s;display:block;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff14}.pcgh-community-detail-gallery a:hover{transform:translateY(-2px);box-shadow:inset 0 0 0 1px #ffffff2e,0 14px 34px #00000038}.pcgh-community-detail-gallery em{color:#fff;background:#00000080;justify-content:center;align-items:center;font-size:30px;font-style:normal;font-weight:900;display:flex;position:absolute;inset:0}.pcgh-community-detail-content{margin-top:22px}.pcgh-community-detail-content h2,.pcgh-community-detail-content h3{color:#fff;margin:24px 0 10px}.pcgh-community-detail-content ul,.pcgh-community-detail-content ol{color:var(--pcgh-text-2);margin:10px 0 18px 20px;line-height:1.9}.pcgh-community-detail-tags{color:var(--pcgh-text-3);border-top:1px solid #ffffff12;flex-wrap:wrap;gap:8px;margin-top:20px;padding-top:14px;font-size:12px;display:flex}.pcgh-community-detail-tags a{color:#a78bfa;background:#ffffff0d;border-radius:8px;padding:6px 9px}.pcgh-community-detail-actions{border-top:1px solid #ffffff12;grid-template-columns:repeat(3,1fr);margin:20px -22px -22px;display:grid}.pcgh-community-detail-action{color:var(--pcgh-text-3);justify-content:center;align-items:center;gap:8px;padding:16px 10px;font-size:13px;font-weight:700;display:inline-flex}.pcgh-community-detail-action+.pcgh-community-detail-action{border-left:1px solid #ffffff12}.pcgh-community-detail-action.is-fav{color:#a78bfa}.pcgh-community-replies{margin-top:14px;padding:18px}.pcgh-community-replies__head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.pcgh-community-replies__head h2{color:#fff;margin:0;font-size:16px}.pcgh-community-replies__head span,.pcgh-community-replies__head a{color:var(--pcgh-text-3);font-size:12px}.pcgh-community-single-sidebar{position:sticky;top:90px}.pcgh-community-author-widget__avatar img{border-radius:50%;width:58px;height:58px;margin:0 auto 10px}.pcgh-community-author-widget__name a{color:#fff;font-size:15px;font-weight:900;display:block}.pcgh-community-author-widget__name small{color:var(--pcgh-text-3);font-size:12px}.pcgh-community-author-widget__stats span{gap:3px;display:grid}.pcgh-community-author-widget__stats strong{color:#fff;font-size:16px}.pcgh-community-author-widget__follow{background:linear-gradient(135deg, var(--pcgh-primary), #6d28d9);color:#fff;border-radius:8px;width:100%;padding:10px 12px;font-weight:900}.pcgh-community-author-widget__follow.is-followed{color:var(--pcgh-text-2);background:#ffffff14}.pcgh-community-related-widget{gap:12px;display:grid}.pcgh-community-related-widget__item{grid-template-columns:58px minmax(0,1fr);align-items:center;gap:10px;display:grid}.pcgh-community-related-widget__thumb{background-color:#ffffff0f;background-position:50%;background-size:cover;border-radius:8px;grid-row:span 2;width:58px;height:72px}.pcgh-community-related-widget__item strong{color:var(--pcgh-text);font-size:13px;line-height:1.45}.pcgh-community-related-widget__item small{color:var(--pcgh-text-3);font-size:11px}@media (width<=720px){.pcgh-community-single-layout,.pcgh-community-detail-hero{grid-template-columns:1fr}.pcgh-community-detail-hero__actions{justify-content:flex-start;padding-top:0}.pcgh-community-detail-card,.pcgh-community-replies{padding:16px}.pcgh-community-detail-head h1{font-size:20px}.pcgh-community-detail-gallery{grid-template-columns:1fr}.pcgh-community-detail-gallery a{min-height:170px}.pcgh-community-detail-actions{margin:18px -16px -16px}}.pcgh-community-topic-page{padding-top:18px}.pcgh-community-topic-crumb{color:var(--pcgh-text-3);align-items:center;gap:8px;margin:0 0 12px;font-size:12px;display:flex}.pcgh-community-topic-crumb a{color:var(--pcgh-text-2)}.pcgh-community-topic-hero{background:#09111fd1;border:1px solid #ffffff14;border-radius:18px;grid-template-columns:84px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:auto;margin-bottom:14px;padding:20px;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 44px #00000047}.pcgh-community-topic-hero:before{content:none}.pcgh-community-topic-hero>*{z-index:1;position:relative}.pcgh-community-topic-hero__main{min-width:0}.pcgh-community-topic-hero__cover{aspect-ratio:1;width:84px;color:var(--pcgh-primary);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.pcgh-community-topic-hero__cover img{object-fit:cover;width:100%;height:100%;display:block}.pcgh-community-topic-hero__cover .pcgh-community-icon,.pcgh-community-topic-hero__cover svg{color:currentColor;stroke:currentColor;width:42px;height:42px}.pcgh-community-topic-hero__title{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.pcgh-community-topic-hero__title h1{color:#fff;letter-spacing:-.5px;margin:0;font-size:28px;font-weight:950}.pcgh-community-topic-hero__meta{color:var(--pcgh-text-3);flex-wrap:wrap;align-items:center;gap:14px;margin:10px 0;font-size:12px;display:flex}.pcgh-community-topic-owner{color:var(--pcgh-text-2);align-items:center;gap:8px;display:inline-flex}.pcgh-community-topic-owner .pcgh-community-avatar,.pcgh-community-topic-owner .pcgh-community-avatar img{border-radius:50%;width:26px;height:26px}.pcgh-community-topic-owner .pcgh-community-avatar img{object-fit:cover}.pcgh-community-topic-hero__main p{color:#cbd5e1;max-width:720px;margin:0;font-size:13px;line-height:1.8}.pcgh-community-topic-hero__aside{flex-direction:column;justify-content:center;align-items:flex-end;gap:12px;min-width:170px;display:flex}.pcgh-community-topic-hero__stats{justify-content:flex-end;gap:16px;margin-top:0;display:flex}.pcgh-community-topic-hero__stats span{text-align:center;gap:3px;display:grid}.pcgh-community-topic-hero__stats strong{color:#fff;font-size:18px;font-weight:950}.pcgh-community-topic-hero__stats em{color:var(--pcgh-text-3);font-size:12px;font-style:normal}.pcgh-community-topic-share{color:#fff;background:#ffffff14;border-radius:10px;justify-content:center;align-self:flex-end;align-items:center;gap:7px;padding:9px 13px;font-size:13px;font-weight:800;display:inline-flex}.pcgh-community-topic-share:hover,.pcgh-community-topic-share:focus-visible{background:rgba(var(--pcgh-primary-rgb),.18);color:#fff;outline:none}.pcgh-community-topic-layout{grid-template-columns:minmax(0,1fr) var(--pcgh-sidebar-w);align-items:start;gap:14px;display:grid}.pcgh-community-topic-sidebar{align-self:start}.pcgh-community-topic-tabs,.pcgh-community-topic-feed-head,.pcgh-community-topic-card{background:#09111fd1;border:1px solid #ffffff14;box-shadow:0 14px 30px #0000002e}.pcgh-community-topic-tabs{border-radius:14px;gap:6px;margin-bottom:10px;padding:10px 12px;display:flex}.pcgh-community-topic-tabs a{height:30px;color:var(--pcgh-text-2);border-radius:9px;align-items:center;padding:0 14px;font-size:13px;font-weight:900;display:inline-flex}.pcgh-community-topic-tabs a.is-active{color:#fff;background:#2563eb2e}.pcgh-community-topic-feed-head{border-radius:14px 14px 0 0;justify-content:space-between;align-items:center;margin-bottom:0;padding:12px 14px;display:flex}.pcgh-community-topic-feed-head nav{gap:18px;display:flex}.pcgh-community-topic-feed-head a{color:var(--pcgh-text-3);font-size:13px;font-weight:900}.pcgh-community-topic-feed-head a.is-active{color:#fff}.pcgh-community-topic-feed-head span{color:var(--pcgh-text-2);align-items:center;gap:6px;font-size:12px;display:inline-flex}.pcgh-community-topic-list{gap:14px;display:grid}.pcgh-community-topic-label{color:#fff;border-radius:4px;flex:none;align-items:center;height:18px;padding:0 5px;font-size:11px;font-weight:950;line-height:1;display:inline-flex}.pcgh-community-topic-label--sticky{background:linear-gradient(135deg,#ef4444,#f97316)}.pcgh-community-topic-label--new{background:linear-gradient(135deg,#3b82f6,#06b6d4)}.pcgh-community-topic-card{border-radius:14px;padding:14px}.pcgh-community-topic-card header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.pcgh-community-topic-card h3{color:#fff;margin:0;font-size:15px;font-weight:950}.pcgh-community-topic-card header a{color:#60a5fa;font-size:12px;font-weight:800}.pcgh-community-topic-checkin__stats{grid-template-columns:1fr 1fr;gap:10px;display:grid}.pcgh-community-topic-checkin__stats span{text-align:center;background:#2563eb1f;border-radius:12px;padding:14px 10px}.pcgh-community-topic-checkin__stats strong{color:#fff;font-size:22px;font-weight:950;display:block}.pcgh-community-topic-checkin__stats em{color:var(--pcgh-text-3);font-size:12px;font-style:normal}.pcgh-community-topic-mini-list,.pcgh-community-topic-members{gap:9px;display:grid}.pcgh-community-topic-mini-list a{color:var(--pcgh-text-2);grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:8px;font-size:12px;display:grid}.pcgh-community-topic-mini-list span{color:#60a5fa}.pcgh-community-topic-mini-list strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pcgh-community-topic-mini-list em{color:var(--pcgh-text-3);font-style:normal}.pcgh-community-topic-rank{gap:9px;margin:0;padding:0;list-style:none;display:grid}.pcgh-community-topic-rank a{grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.pcgh-community-topic-rank em{width:20px;height:20px;color:var(--pcgh-text-2);background:#ffffff14;border-radius:5px;justify-content:center;align-items:center;font-size:11px;font-style:normal;font-weight:950;display:inline-flex}.pcgh-community-topic-rank li:nth-child(-n+3) em{color:#fff;background:linear-gradient(135deg,#f59e0b,#ef4444)}.pcgh-community-topic-rank strong{color:#e5e7eb;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.pcgh-community-topic-rank span{color:var(--pcgh-text-3);font-size:11px}.pcgh-community-topic-members a{color:var(--pcgh-text-2);grid-template-columns:36px minmax(0,1fr);align-items:center;gap:9px;display:grid}.pcgh-community-topic-members img{border-radius:50%;width:36px;height:36px}.pcgh-community-topic-members span{gap:2px;min-width:0;display:grid}.pcgh-community-topic-members strong,.pcgh-community-topic-members em{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pcgh-community-topic-members strong{color:#e5e7eb;font-size:13px}.pcgh-community-topic-members em{color:var(--pcgh-text-3);font-size:11px;font-style:normal}@media (width<=980px){.pcgh-community-topic-layout{grid-template-columns:1fr}.pcgh-community-topic-hero{grid-template-columns:78px minmax(0,1fr);gap:10px;padding:16px}.pcgh-community-topic-hero__cover{width:78px}.pcgh-community-topic-share{grid-column:2;justify-self:start}.pcgh-community-topic-hero__aside{grid-column:2;align-items:flex-start;min-width:0}.pcgh-community-topic-hero__stats{justify-content:flex-start}}@media (width<=640px){.pcgh-community-topic-hero{grid-template-columns:1fr}.pcgh-community-topic-hero__cover{width:86px}.pcgh-community-topic-share{grid-column:auto}.pcgh-community-topic-hero__aside{grid-column:auto;align-items:flex-start}.pcgh-community-topic-feed-head{flex-direction:column;align-items:flex-start;gap:10px}.pcgh-community-topic-tabs,.pcgh-community-topic-feed-head nav{overflow-x:auto}}.pcgh-community-publish-page{background:radial-gradient(circle at 42% -10%, rgba(var(--pcgh-primary-rgb), .13), transparent 34%), #070b14;padding-top:18px}.pcgh-community-publish-layout{grid-template-columns:minmax(0, 1fr) var(--pcgh-sidebar-w);gap:16px}.pcgh-community-publish-card{background:#0c121fdb;border:1px solid #ffffff12;border-radius:14px;padding:22px;box-shadow:0 18px 40px #0003}.pcgh-community-publish-head{border-bottom:1px solid #ffffff12;align-items:center;gap:13px;padding-bottom:20px;display:flex}.pcgh-community-publish-head>span{background:linear-gradient(135deg, var(--pcgh-primary), #6d28d9);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.pcgh-community-publish-head h1{color:#fff;margin:0;font-size:22px}.pcgh-community-publish-head p{color:var(--pcgh-text-3);margin:4px 0 0;font-size:13px}.pcgh-community-publish-form{gap:22px;margin-top:22px;display:grid}.pcgh-community-field{gap:10px;display:grid;position:relative}.pcgh-community-field label{color:var(--pcgh-text);font-size:14px;font-weight:800}.pcgh-community-field em{color:#fb7185;font-style:normal}.pcgh-community-field label span,.pcgh-community-field>small{color:var(--pcgh-text-3);font-size:12px;font-weight:500}.pcgh-community-field>small{position:absolute;bottom:-18px;right:0}.pcgh-community-field input[type=text],.pcgh-community-field textarea{color:#fff;background:#080d18bd;border:1px solid #ffffff14;border-radius:10px;outline:none;width:100%;font-size:14px}.pcgh-community-field input[type=text]{height:46px;padding:0 14px}.pcgh-community-field textarea{resize:vertical;min-height:210px;padding:14px}.pcgh-community-topic-picker{grid-template-columns:repeat(auto-fit,minmax(136px,1fr));gap:10px;display:grid}.pcgh-community-topic-picker label{cursor:pointer;min-width:0}.pcgh-community-topic-picker input{display:none}.pcgh-community-topic-picker span{min-height:58px;color:var(--pcgh-text-2);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:8px;padding:11px 13px;font-size:14px;font-weight:800;line-height:1.25;transition:border-color .18s,background .18s,color .18s,box-shadow .18s,transform .18s;display:flex}.pcgh-community-topic-picker span svg,.pcgh-community-topic-picker span i[data-lucide],.pcgh-community-topic-picker span .pcgh-community-icon{width:20px;height:20px;color:var(--pcgh-primary);flex:none;display:block}.pcgh-community-topic-picker span b{min-width:0;color:inherit;white-space:nowrap;text-overflow:ellipsis;font-size:14px;line-height:1.25;display:block;overflow:hidden}.pcgh-community-topic-picker span small{min-width:0;color:var(--pcgh-text-3);white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:11px;font-weight:600;line-height:1.3;display:block;overflow:hidden}.pcgh-community-topic-picker label:hover span{border-color:rgba(var(--pcgh-primary-rgb), .34);background:rgba(var(--pcgh-primary-rgb), .12);color:#fff;transform:translateY(-1px)}.pcgh-community-topic-picker input:checked+span{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#0000;box-shadow:0 10px 20px #2563eb2e}.pcgh-community-topic-picker label:hover span small,.pcgh-community-topic-picker input:checked+span small{color:#ffffffd1}.pcgh-community-topic-picker input:checked+span svg,.pcgh-community-topic-picker input:checked+span i[data-lucide],.pcgh-community-topic-picker input:checked+span .pcgh-community-icon{color:#fff}.pcgh-community-editor-toolbar{min-height:42px;color:var(--pcgh-text-2);background:#080d18db;border:1px solid #ffffff14;border-bottom:0;border-radius:10px 10px 0 0;align-items:center;gap:14px;padding:0 12px;display:flex}.pcgh-community-editor-toolbar+textarea{border-radius:0 0 10px 10px}.pcgh-community-editor-toolbar em{color:var(--pcgh-text-3);margin-left:auto;font-size:12px;font-style:normal}.pcgh-community-editor-toolbar button{width:28px;height:28px;color:var(--pcgh-text-2);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.pcgh-community-editor-toolbar button:hover{color:#fff;background:#ffffff14}.pcgh-community-classic-editor .wp-editor-wrap{border-radius:10px;overflow:hidden}.pcgh-community-classic-editor .wp-editor-container{background:#080d18b8;border:1px solid #ffffff1a;border-radius:10px;box-shadow:inset 0 0 0 1px #ffffff05}.pcgh-community-classic-editor .wp-editor-area{color:var(--pcgh-text);background:#080d18}.pcgh-community-classic-editor .mce-toolbar-grp,.pcgh-community-classic-editor .quicktags-toolbar,.pcgh-community-classic-editor .mce-top-part:before{box-shadow:none;background:#080d18e0;border-color:#ffffff1a}.pcgh-community-classic-editor .mce-btn,.pcgh-community-classic-editor .qt-dfw{background:0 0;border-color:#0000}.pcgh-community-classic-editor .mce-btn button,.pcgh-community-classic-editor .quicktags-toolbar input,.pcgh-community-classic-editor .mce-ico{color:var(--pcgh-text-2)}.pcgh-community-classic-editor .mce-btn:hover,.pcgh-community-classic-editor .mce-btn:focus,.pcgh-community-classic-editor .quicktags-toolbar input:hover{color:#fff;background:#ffffff14;border-color:#ffffff1a}.pcgh-community-upload-box{border:1px dashed rgba(var(--pcgh-primary-rgb), .45);text-align:center;cursor:pointer;background:#080d1894;border-radius:10px;place-items:center;gap:8px;min-height:110px;padding:18px;display:grid}.pcgh-community-upload-box.is-dragover{border-color:var(--pcgh-primary);background:rgba(var(--pcgh-primary-rgb), .14)}.pcgh-community-upload-preview{grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:10px;display:grid}.pcgh-community-upload-preview[hidden]{display:none}.pcgh-community-upload-preview span{aspect-ratio:1;background-position:50%;background-size:cover;border:1px solid #ffffff14;border-radius:10px;display:block}.pcgh-community-upload-box strong{color:var(--pcgh-text);font-size:13px}.pcgh-community-upload-box small{color:var(--pcgh-text-3);font-size:12px}#pcgh_community_images,#pcgh_community_cover{display:none}.pcgh-community-hot-tags{color:var(--pcgh-text-3);flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.pcgh-community-hot-tags button{color:var(--pcgh-text-2);background:#ffffff0d;border-radius:8px;padding:5px 8px;font-size:12px}.pcgh-community-publish-checks{flex-wrap:wrap;gap:22px;display:flex}.pcgh-community-publish-checks label{align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.pcgh-community-publish-checks input{accent-color:var(--pcgh-primary)}.pcgh-community-publish-actions{justify-content:space-between;align-items:center;gap:12px;padding-top:8px;display:flex}.pcgh-community-publish-actions a,.pcgh-community-publish-actions button{border-radius:10px;justify-content:center;align-items:center;gap:8px;min-width:140px;height:46px;font-weight:900;display:inline-flex}.pcgh-community-publish-actions a{color:var(--pcgh-text-2);background:#ffffff0d}.pcgh-community-publish-actions button{background:linear-gradient(135deg, var(--pcgh-primary), #6d28d9);color:#fff}.pcgh-community-form-msg{border-radius:10px;margin-top:16px;padding:12px 14px;font-size:13px;font-weight:800}.pcgh-community-form-msg.is-error{color:#fca5a5;background:#ef44441f}.pcgh-community-form-msg.is-success{color:#86efac;background:#22c55e1f}.pcgh-community-publish-sidebar{position:sticky;top:90px}.pcgh-community-publish-rule-list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.pcgh-community-publish-rule-list li{color:var(--pcgh-text-2);grid-template-columns:16px minmax(0,1fr);align-items:start;gap:8px;font-size:13px;display:grid}.pcgh-community-publish-rule-list i,.pcgh-community-publish-rule-list svg{color:#8b5cf6;margin-top:2px}.pcgh-community-publish-rule-list--quality i,.pcgh-community-publish-rule-list--quality svg{color:#22c55e}@media (width<=980px){.pcgh-community-publish-layout{grid-template-columns:1fr}.pcgh-community-publish-sidebar{position:static}}@media (width<=720px){.pcgh-community-publish-card{padding:16px}.pcgh-community-publish-head{align-items:flex-start}.pcgh-community-topic-picker span{min-height:54px;padding:10px 12px;font-size:13px}.pcgh-community-topic-picker span b{font-size:13px}.pcgh-community-topic-picker span svg,.pcgh-community-topic-picker span i[data-lucide],.pcgh-community-topic-picker span .pcgh-community-icon{width:19px;height:19px}.pcgh-community-editor-toolbar{gap:10px;overflow-x:auto}.pcgh-community-publish-actions{flex-direction:column-reverse}.pcgh-community-publish-actions a,.pcgh-community-publish-actions button{width:100%}}@media (width<=480px){.pcgh-community-topic-picker{grid-template-columns:1fr}}.pcgh-community-author-widget{text-align:left}.pcgh-community-author-widget__profile{grid-template-columns:52px minmax(0,1fr);align-items:center;gap:12px;display:grid}.pcgh-community-author-widget__avatar,.pcgh-community-author-widget__avatar img{border-radius:50%;width:52px;height:52px;display:block}.pcgh-community-author-widget__intro{min-width:0}.pcgh-community-author-widget__intro div{align-items:center;min-width:0;display:flex}.pcgh-community-author-widget__intro a{color:#fff;font-size:14px;font-weight:900}.pcgh-community-author-widget__intro p{color:var(--pcgh-text-3);white-space:nowrap;text-overflow:ellipsis;margin:4px 0 0;font-size:12px;line-height:1.45;overflow:hidden}.pcgh-community-author-widget__stats{grid-template-columns:repeat(3,1fr);gap:0;margin:18px 0 16px;display:grid}.pcgh-community-author-widget__stats span{text-align:center;gap:6px;display:grid}.pcgh-community-author-widget__stats em{color:var(--pcgh-text-3);font-size:11px;font-style:normal}.pcgh-community-author-widget__stats strong{color:#fff;font-size:15px;font-weight:800}.pcgh-community-author-widget__actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.pcgh-community-author-widget__follow,.pcgh-community-author-widget__msg{border-radius:6px;justify-content:center;align-items:center;height:38px;font-size:13px;font-weight:900;display:inline-flex}.pcgh-community-author-widget__follow{background:linear-gradient(135deg, var(--pcgh-primary), #6d28d9);color:#fff}.pcgh-community-author-widget__follow.is-followed{background:rgba(var(--pcgh-primary-rgb), .16);color:#c4b5fd}.pcgh-community-author-widget__msg{color:#a78bfa;background:#7c3aed17}.pcgh-community-author-widget__home{border:1px solid rgba(var(--pcgh-primary-rgb), .55);background:rgba(var(--pcgh-primary-rgb), .06);color:#3b82f6;border-radius:7px;justify-content:center;align-items:center;width:100%;height:38px;font-size:13px;font-weight:900;display:inline-flex}.pcgh-community-author-widget__home:hover{background:rgba(var(--pcgh-primary-rgb), .16);color:#c4b5fd}.pcgh-community-publish,.pcgh-community-detail-follow,.pcgh-community-detail-fav.is-fav,.pcgh-community-author-widget__follow,.pcgh-community-publish-actions button,.pcgh-community-user button,.pcgh-community-user button.is-followed{background:var(--pcgh-primary);color:#fff}.pcgh-community-publish:hover,.pcgh-community-detail-follow:hover,.pcgh-community-author-widget__follow:hover,.pcgh-community-publish-actions button:hover,.pcgh-community-user button:hover{background:var(--pcgh-primary-hover,var(--pcgh-primary));color:#fff}.pcgh-community-detail-content.pcgh-article h1,.pcgh-community-detail-content.pcgh-article h5{border-left:0;border-bottom:1px solid var(--pcgh-border);color:#fff;text-transform:none;letter-spacing:-.2px;margin:1.5em 0 .6em;padding:0 0 8px;font-size:22px;line-height:1.35;display:block;position:relative}.pcgh-community-detail-content.pcgh-article h1:before,.pcgh-community-detail-content.pcgh-article h5:before{content:"";background:var(--pcgh-primary);border-radius:2px;width:48px;height:2px;position:absolute;bottom:-1px;left:0}.pcgh-community-publish-head{gap:0}.pcgh-community-publish-head>span{display:none}html[data-pcgh-theme-resolved=light] .pcgh-community-page{background:radial-gradient(circle at 70% 0, rgba(var(--pcgh-primary-rgb), .08), transparent 38%);color:var(--pcgh-text)}html[data-pcgh-theme-resolved=light] :where(.pcgh-community-channels,.pcgh-community-feed-head,.pcgh-community-post,.pcgh-community-index .pcgh-community-post,.pcgh-community-topic-page .pcgh-community-post,.pcgh-community-side-card,.pcgh-community-sidebar .pcgh-side-card,.pcgh-community-detail-card,.pcgh-community-empty,.pcgh-community-publish-card,.pcgh-community-publish-form){background:var(--pcgh-surface);border-color:var(--pcgh-border);box-shadow:var(--pcgh-shadow);color:var(--pcgh-text)}html[data-pcgh-theme-resolved=light] :where(.pcgh-community-index .pcgh-community-post__cover,.pcgh-community-topic-page .pcgh-community-post__cover,.pcgh-community-side-list__thumb,.pcgh-community-detail-gallery a){background-color:#e5e7eb}html[data-pcgh-theme-resolved=light] :where(.pcgh-community-tag-cloud a,.pcgh-community-action,.pcgh-community-side-stats__grid span){background:var(--pcgh-surface-2);border-color:var(--pcgh-border);color:var(--pcgh-text-2)}:where(.pcgh-community-post,.pcgh-community-index .pcgh-community-post,.pcgh-community-topic-page .pcgh-community-post,.pcgh-community-detail-card,.pcgh-community-replies,.pcgh-community-side-card,.pcgh-community-sidebar .pcgh-side-card){box-shadow:none}html[data-pcgh-theme-resolved=light] :where(.pcgh-community-post,.pcgh-community-index .pcgh-community-post,.pcgh-community-topic-page .pcgh-community-post,.pcgh-community-detail-card,.pcgh-community-side-card,.pcgh-community-sidebar .pcgh-side-card){background:var(--pcgh-surface);border-color:var(--pcgh-border);box-shadow:none;color:var(--pcgh-text)}html[data-pcgh-theme-resolved=light] :where(.pcgh-community-index .pcgh-community-post h2 a,.pcgh-community-topic-page .pcgh-community-post h2 a,.pcgh-community-post h2 a,.pcgh-community-post__author div a,.pcgh-community-index .pcgh-community-post__name,.pcgh-community-topic-page .pcgh-community-post__name,.pcgh-community-post--single h1){color:var(--pcgh-text)}html[data-pcgh-theme-resolved=light] :where(.pcgh-community-index .pcgh-community-post p,.pcgh-community-topic-page .pcgh-community-post p,.pcgh-community-post p,.pcgh-community-post__meta,.pcgh-community-index .pcgh-community-post__meta,.pcgh-community-topic-page .pcgh-community-post__meta,.pcgh-community-content){color:var(--pcgh-text-2)}html[data-pcgh-theme-resolved=light] :where(.pcgh-community-index .pcgh-community-post__cover,.pcgh-community-topic-page .pcgh-community-post__cover,.pcgh-community-post__images a){background-color:#e5e7eb}html[data-pcgh-theme-resolved=light] :where(.pcgh-community-post__cat,.pcgh-community-index .pcgh-community-post__cat,.pcgh-community-topic-page .pcgh-community-post__cat){background:rgba(var(--pcgh-primary-rgb),.1);color:var(--pcgh-primary)}html[data-pcgh-theme-resolved=light] .pcgh-community-topic-hero{border-color:var(--pcgh-border);background:var(--pcgh-surface);box-shadow:none}html[data-pcgh-theme-resolved=light] .pcgh-community-topic-hero__cover{border-color:var(--pcgh-border);background:var(--pcgh-surface-2)}html[data-pcgh-theme-resolved=light] .pcgh-community-topic-hero__title h1{color:var(--pcgh-text)}html[data-pcgh-theme-resolved=light] .pcgh-community-topic-hero__main p,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-hero__meta,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-hero__stats em{color:var(--pcgh-text-2)}html[data-pcgh-theme-resolved=light] .pcgh-community-topic-owner,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-hero__stats strong{color:var(--pcgh-text)}html[data-pcgh-theme-resolved=light] .pcgh-community-topic-share{border:1px solid var(--pcgh-border);background:var(--pcgh-surface-2);color:var(--pcgh-text);box-shadow:none}html[data-pcgh-theme-resolved=light] .pcgh-community-topic-share:hover,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-share:focus-visible{border-color:rgba(var(--pcgh-primary-rgb),.32);background:rgba(var(--pcgh-primary-rgb),.1);color:var(--pcgh-primary)}html[data-pcgh-theme-resolved=light] .pcgh-community-card{background:#fff;border-color:#e5e7eb;box-shadow:0 1px 3px #00000014}html[data-pcgh-theme-resolved=light] .pcgh-community-card:hover{border-color:var(--pcgh-primary);box-shadow:0 8px 24px rgba(var(--pcgh-primary-rgb), .15), 0 0 0 1px rgba(var(--pcgh-primary-rgb), .1);transform:translateY(-4px)}html[data-pcgh-theme-resolved=light] .pcgh-community-card__cover{background-color:#f1f5f9}html[data-pcgh-theme-resolved=light] .pcgh-community-card__body h2 a{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}html[data-pcgh-theme-resolved=light] .pcgh-community-card:hover h2 a{color:var(--pcgh-primary)}html[data-pcgh-theme-resolved=light] .pcgh-community-card__excerpt{color:#64748b}html[data-pcgh-theme-resolved=light] .pcgh-community-card__footer{border-top-color:#f1f5f9}html[data-pcgh-theme-resolved=light] .pcgh-community-card__name{color:#334155}html[data-pcgh-theme-resolved=light] .pcgh-community-card__stats{color:#94a3b8}html[data-pcgh-theme-resolved=light] .pcgh-community-card__topic{background:rgba(var(--pcgh-primary-rgb), .1);color:var(--pcgh-primary)}html[data-pcgh-theme-resolved=light] .pcgh-community-card__topic:hover{background:rgba(var(--pcgh-primary-rgb), .2)}@media (width<=768px){.pcgh-community-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px!important}.pcgh-community-panel .pcgh-community-grid{padding:16px}}@media (width<=480px){.pcgh-community-grid{grid-template-columns:1fr;gap:14px!important}.pcgh-community-panel .pcgh-community-grid{padding:12px}}html[data-pcgh-theme-resolved=light] .pcgh-community-hero{background-color:#f8fafc;box-shadow:0 1px 3px #0000000f}html[data-pcgh-theme-resolved=light] .pcgh-community-hero__left h1{background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text}html[data-pcgh-theme-resolved=light] .pcgh-community-hero__stats strong{color:#1e293b}html[data-pcgh-theme-resolved=light] .pcgh-community-hero-card{background:linear-gradient(#3b82f60f 0%,#3b82f605 100%);border-color:#3b82f61a}html[data-pcgh-theme-resolved=light] .pcgh-community-hero-card__icon{background:0 0}html[data-pcgh-theme-resolved=light] .pcgh-community-hero-card__icon .pcgh-community-icon{color:#3b82f6}html[data-pcgh-theme-resolved=light] .pcgh-community-hero-card>strong{color:#1e293b}html[data-pcgh-theme-resolved=light] .pcgh-community-hero-card__btn{color:#fff}html[data-pcgh-theme-resolved=light] .pcgh-community-panel{background:#fff;border-color:#e5e7eb;margin-top:20px;box-shadow:0 1px 3px #0000000f}html[data-pcgh-theme-resolved=light] .pcgh-community-panel .pcgh-community-channels{background:#f8fafc;border-bottom-color:#e5e7eb}html[data-pcgh-theme-resolved=light] .pcgh-community-panel .pcgh-community-grid{padding:20px}html[data-pcgh-theme-resolved=light] .pcgh-community-grid{gap:20px}html[data-pcgh-theme-resolved=light] .pcgh-community-panel .pcgh-pagination{background:#f8fafc;padding:16px 20px}html[data-pcgh-theme-resolved=light] :where(.pcgh-community-index,.pcgh-community-topic-page) .pcgh-community-avatar__gender{background:#fff;border-color:#fff;box-shadow:0 2px 8px #0f172a1f}html[data-pcgh-theme-resolved=light] :where(.pcgh-community-index,.pcgh-community-topic-page) .pcgh-community-avatar__gender.is-male{color:#0284c7}html[data-pcgh-theme-resolved=light] :where(.pcgh-community-index,.pcgh-community-topic-page) .pcgh-community-avatar__gender.is-female{color:#e11d48}html[data-pcgh-theme-resolved=light] :where(.pcgh-community-index,.pcgh-community-topic-page) .pcgh-community-avatar__gender .pcgh-community-icon,html[data-pcgh-theme-resolved=light] :where(.pcgh-community-index,.pcgh-community-topic-page) .pcgh-community-avatar__gender svg{color:currentColor;stroke:currentColor}.pcgh-community-post,.pcgh-community-index .pcgh-community-post,.pcgh-community-topic-page .pcgh-community-post,.pcgh-community-detail-card,.pcgh-community-side-card,.pcgh-community-sidebar .pcgh-side-card,html[data-pcgh-theme-resolved=light] .pcgh-community-post,html[data-pcgh-theme-resolved=light] .pcgh-community-index .pcgh-community-post,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-post,html[data-pcgh-theme-resolved=light] .pcgh-community-detail-card,html[data-pcgh-theme-resolved=light] .pcgh-community-side-card,html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-side-card{box-shadow:none}html[data-pcgh-theme-resolved=light] .pcgh-community-index .pcgh-community-feed .pcgh-community-post{background:var(--pcgh-surface);border-color:var(--pcgh-border);box-shadow:none;color:var(--pcgh-text)}html[data-pcgh-theme-resolved=light] .pcgh-community-index .pcgh-community-feed .pcgh-community-post:hover{background:var(--pcgh-surface);border-color:rgba(var(--pcgh-primary-rgb),.26);box-shadow:none}html[data-pcgh-theme-resolved=light] .pcgh-community-index .pcgh-community-feed .pcgh-community-post__cover{background-color:#e5e7eb;box-shadow:inset 0 0 0 1px #0f172a0f}html[data-pcgh-theme-resolved=light] .pcgh-community-index .pcgh-community-feed .pcgh-community-post h2 a,html[data-pcgh-theme-resolved=light] .pcgh-community-index .pcgh-community-feed .pcgh-community-post__name{color:var(--pcgh-text)}html[data-pcgh-theme-resolved=light] .pcgh-community-index .pcgh-community-feed .pcgh-community-post p,html[data-pcgh-theme-resolved=light] .pcgh-community-index .pcgh-community-feed .pcgh-community-post__meta,html[data-pcgh-theme-resolved=light] .pcgh-community-index .pcgh-community-feed .pcgh-community-post__meta span{color:var(--pcgh-text-2)}html[data-pcgh-theme-resolved=light] .pcgh-community-index .pcgh-community-feed .pcgh-community-post__cat{background:rgba(var(--pcgh-primary-rgb),.1);color:var(--pcgh-primary)}html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-hero{border-color:var(--pcgh-border);background:var(--pcgh-surface);box-shadow:none;color:var(--pcgh-text)}html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-hero__cover{border-color:var(--pcgh-border);background:var(--pcgh-surface-2);color:var(--pcgh-primary)}html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-hero__title h1,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-hero__stats strong{color:var(--pcgh-text)}html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-hero__main p,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-hero__meta,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-hero__stats em{color:var(--pcgh-text-2)}html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-owner{color:var(--pcgh-text)}html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-share{border:1px solid var(--pcgh-border);background:var(--pcgh-surface-2);color:var(--pcgh-text);box-shadow:none}html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-share .pcgh-community-icon,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-share svg{color:currentColor;stroke:currentColor}html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-share:hover,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-share:focus-visible{border-color:rgba(var(--pcgh-primary-rgb),.32);background:rgba(var(--pcgh-primary-rgb),.1);color:var(--pcgh-primary)}html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-list .pcgh-community-post,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-list .pcgh-community-topic-post{background:var(--pcgh-surface);border-color:var(--pcgh-border);box-shadow:none;color:var(--pcgh-text)}html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-list .pcgh-community-post:hover,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-list .pcgh-community-topic-post:hover{border-color:rgba(var(--pcgh-primary-rgb),.26)}html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-list .pcgh-community-post__cover{background-color:#e5e7eb;box-shadow:inset 0 0 0 1px #0f172a0f}html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-list .pcgh-community-post h2 a,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-list .pcgh-community-post__name{color:var(--pcgh-text)}html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-list .pcgh-community-post p,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-list .pcgh-community-post__body,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-list .pcgh-community-post__meta,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-list .pcgh-community-post__meta span{color:var(--pcgh-text-2)}html[data-pcgh-theme-resolved=light] .pcgh-community-topic-page .pcgh-community-topic-list .pcgh-community-post__cat{background:rgba(var(--pcgh-primary-rgb),.1);color:var(--pcgh-primary)}html:not([data-pcgh-theme-resolved=dark]) .pcgh-community-topic-page .pcgh-community-topic-hero{border-color:var(--pcgh-border);background:var(--pcgh-surface);box-shadow:none;color:var(--pcgh-text)}html:not([data-pcgh-theme-resolved=dark]) .pcgh-community-topic-page .pcgh-community-topic-hero__cover{border-color:var(--pcgh-border);background:var(--pcgh-surface-2);color:var(--pcgh-primary)}html:not([data-pcgh-theme-resolved=dark]) .pcgh-community-topic-page .pcgh-community-topic-hero__title h1,html:not([data-pcgh-theme-resolved=dark]) .pcgh-community-topic-page .pcgh-community-topic-hero__stats strong,html:not([data-pcgh-theme-resolved=dark]) .pcgh-community-topic-page .pcgh-community-topic-list .pcgh-community-post h2 a,html:not([data-pcgh-theme-resolved=dark]) .pcgh-community-topic-page .pcgh-community-topic-list .pcgh-community-post__name{color:var(--pcgh-text)}html:not([data-pcgh-theme-resolved=dark]) .pcgh-community-topic-page .pcgh-community-topic-hero__main p,html:not([data-pcgh-theme-resolved=dark]) .pcgh-community-topic-page .pcgh-community-topic-hero__meta,html:not([data-pcgh-theme-resolved=dark]) .pcgh-community-topic-page .pcgh-community-topic-hero__stats em,html:not([data-pcgh-theme-resolved=dark]) .pcgh-community-topic-page .pcgh-community-topic-list .pcgh-community-post p,html:not([data-pcgh-theme-resolved=dark]) .pcgh-community-topic-page .pcgh-community-topic-list .pcgh-community-post__body,html:not([data-pcgh-theme-resolved=dark]) .pcgh-community-topic-page .pcgh-community-topic-list .pcgh-community-post__meta,html:not([data-pcgh-theme-resolved=dark]) .pcgh-community-topic-page .pcgh-community-topic-list .pcgh-community-post__meta span{color:var(--pcgh-text-2)}html:not([data-pcgh-theme-resolved=dark]) .pcgh-community-topic-page .pcgh-community-topic-owner{color:var(--pcgh-text)}html:not([data-pcgh-theme-resolved=dark]) .pcgh-community-topic-page .pcgh-community-topic-share{border:1px solid var(--pcgh-border);background:var(--pcgh-surface-2);color:var(--pcgh-text);box-shadow:none}html:not([data-pcgh-theme-resolved=dark]) .pcgh-community-topic-page .pcgh-community-topic-share:hover,html:not([data-pcgh-theme-resolved=dark]) .pcgh-community-topic-page .pcgh-community-topic-share:focus-visible{border-color:rgba(var(--pcgh-primary-rgb),.32);background:rgba(var(--pcgh-primary-rgb),.1);color:var(--pcgh-primary)}html:not([data-pcgh-theme-resolved=dark]) .pcgh-community-topic-page .pcgh-community-topic-list .pcgh-community-post,html:not([data-pcgh-theme-resolved=dark]) .pcgh-community-topic-page .pcgh-community-topic-list .pcgh-community-topic-post{background:var(--pcgh-surface);border-color:var(--pcgh-border);box-shadow:none;color:var(--pcgh-text)}html:not([data-pcgh-theme-resolved=dark]) .pcgh-community-topic-page .pcgh-community-topic-list .pcgh-community-post__cover{background-color:#e5e7eb;box-shadow:inset 0 0 0 1px #0f172a0f}html:not([data-pcgh-theme-resolved=dark]) .pcgh-community-topic-page .pcgh-community-topic-list .pcgh-community-post__cat{background:rgba(var(--pcgh-primary-rgb),.1);color:var(--pcgh-primary)}html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .widget,html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-side-card,html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-community-side-card,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .widget,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .pcgh-side-card,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .pcgh-community-side-card,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .pcgh-community-topic-card{background:var(--pcgh-surface);border-color:var(--pcgh-border);box-shadow:none;color:var(--pcgh-text)}html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .widget-title,html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .widget h3,html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-side-card__head h3,html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-community-side-card__head h3,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .widget-title,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .widget h3,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .pcgh-side-card__head h3,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .pcgh-community-side-card__head h3,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .pcgh-community-topic-card h3{color:var(--pcgh-text)}.pcgh-community-side-card__head h3,.pcgh-community-sidebar .pcgh-side-card__head h3,.pcgh-community-sidebar .pcgh-community-side-card__head h3,.pcgh-community-topic-sidebar .pcgh-side-card__head h3,.pcgh-community-topic-sidebar .pcgh-community-side-card__head h3,.pcgh-community-single-sidebar .pcgh-side-card__head h3,.pcgh-community-single-sidebar .pcgh-community-side-card__head h3{line-height:1.25;font-size:18px!important}html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-community-side-list li a,html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-community-widget-list a,html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-community-user,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .pcgh-community-topic-mini-list a,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .pcgh-community-topic-rank a,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .pcgh-community-topic-members a,html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-community-side-list__body strong,html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-community-side-stats__grid strong,html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-community-user__name,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .pcgh-community-topic-checkin__stats strong,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .pcgh-community-topic-mini-list strong,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .pcgh-community-topic-rank strong,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .pcgh-community-topic-members strong{color:var(--pcgh-text)}html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-community-side-list__body small,html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-community-side-empty,html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-community-side-stats__grid small,html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-community-widget-list small,html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-community-user small,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .pcgh-community-topic-checkin__stats em,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .pcgh-community-topic-mini-list em,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .pcgh-community-topic-rank span,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .pcgh-community-topic-members em{color:var(--pcgh-text-2)}html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-community-side-list__thumb{background-color:#e5e7eb;box-shadow:inset 0 0 0 1px #0f172a0f}html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-community-side-list em,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .pcgh-community-topic-rank em{background:var(--pcgh-surface-2);color:var(--pcgh-text-2)}html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-community-side-list li:first-child em,html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-community-side-list li:nth-child(2) em,html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-community-side-list li:nth-child(3) em,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .pcgh-community-topic-rank li:nth-child(-n+3) em{background:var(--pcgh-primary);color:#fff}html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-community-side-stats__grid span,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .pcgh-community-topic-checkin__stats span{background:var(--pcgh-surface-2);border:1px solid var(--pcgh-border);color:var(--pcgh-text)}html[data-pcgh-theme-resolved=light] .pcgh-community-sidebar .pcgh-community-widget-list em,html[data-pcgh-theme-resolved=light] .pcgh-community-topic-sidebar .pcgh-community-topic-mini-list span{background:rgba(var(--pcgh-primary-rgb),.1);color:var(--pcgh-primary)}html[data-pcgh-theme-resolved=light] .pcgh-community-single .pcgh-community-detail-head h1,html[data-pcgh-theme-resolved=light] .pcgh-community-single .pcgh-community-detail-head h1>span{color:var(--pcgh-text)}html[data-pcgh-theme-resolved=light] .pcgh-community-single .pcgh-community-detail-head .pcgh-community-topic-badge{background:rgba(var(--pcgh-primary-rgb),.1);color:var(--pcgh-primary)}html[data-pcgh-theme-resolved=light] .pcgh-community-single-sidebar .pcgh-community-author-widget__intro a,html[data-pcgh-theme-resolved=light] .pcgh-community-single-sidebar .pcgh-community-author-widget__name a{color:var(--pcgh-text)}html[data-pcgh-theme-resolved=light] .pcgh-community-single-sidebar .pcgh-community-author-widget__intro p,html[data-pcgh-theme-resolved=light] .pcgh-community-single-sidebar .pcgh-community-author-widget__name small{color:var(--pcgh-text-2)}html[data-pcgh-theme-resolved=light] .pcgh-community-single-sidebar .pcgh-community-author-widget__stats span{color:var(--pcgh-text)}html[data-pcgh-theme-resolved=light] .pcgh-community-single-sidebar .pcgh-community-author-widget__stats em{color:var(--pcgh-text-2)}html[data-pcgh-theme-resolved=light] .pcgh-community-single-sidebar .pcgh-community-author-widget__stats strong,html[data-pcgh-theme-resolved=light] .pcgh-community-single.pcgh-community-single--gv .pcgh-community-detail-card .pcgh-community-detail-head h1,html[data-pcgh-theme-resolved=light] .pcgh-community-single.pcgh-community-single--gv .pcgh-community-detail-card .pcgh-community-detail-head h1>span,html[data-pcgh-theme-resolved=light] .pcgh-community-single.pcgh-community-single--gv .pcgh-community-single-sidebar .pcgh-side-card__head h3,html[data-pcgh-theme-resolved=light] .pcgh-community-single.pcgh-community-single--gv .pcgh-community-single-sidebar .widget-title,html[data-pcgh-theme-resolved=light] .pcgh-community-single.pcgh-community-single--gv .pcgh-community-single-sidebar .pcgh-community-author-widget__stats strong{color:var(--pcgh-text)}.pcgh-community-single.pcgh-community-single--gv .pcgh-community-detail-card{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.pcgh-community-single.pcgh-community-single--gv .pcgh-community-detail-head{border-bottom:0;padding-bottom:0}.pcgh-community-single.pcgh-community-single--gv .pcgh-community-detail-content{margin-top:24px}html[data-pcgh-theme-resolved=light] .pcgh-community-single.pcgh-community-single--gv .pcgh-community-detail-card{box-shadow:none;background:0 0;border-color:#0000}html[data-pcgh-theme-resolved=light] .pcgh-community-single.pcgh-community-single--gv .pcgh-community-detail-head{border-bottom-color:#0000}html[data-pcgh-theme-resolved=light] .pcgh-community-single.pcgh-community-single--gv{background:#f5f7fb}html[data-pcgh-theme-resolved=light] .pcgh-community-single.pcgh-community-single--gv .pcgh-community-single__crumb,html[data-pcgh-theme-resolved=light] .pcgh-community-single.pcgh-community-single--gv .pcgh-community-single__crumb a{color:#64748b}html[data-pcgh-theme-resolved=light] .pcgh-community-single.pcgh-community-single--gv .pcgh-community-single__crumb a:hover{color:var(--pcgh-primary)}html[data-pcgh-theme-resolved=light] .pcgh-community-single.pcgh-community-single--gv .pcgh-community-detail-head h1,html[data-pcgh-theme-resolved=light] .pcgh-community-single.pcgh-community-single--gv .pcgh-community-detail-head h1>span{color:#0f172a}html[data-pcgh-theme-resolved=light] .pcgh-community-single.pcgh-community-single--gv .pcgh-community-detail-head h1{font-size:24px;line-height:1.45}html[data-pcgh-theme-resolved=light] .pcgh-community-single.pcgh-community-single--gv .pcgh-community-detail-meta{margin-top:5px}html[data-pcgh-theme-resolved=light] .pcgh-community-single.pcgh-community-single--gv .pcgh-community-topic-badge{background:rgba(var(--pcgh-primary-rgb),.1);color:var(--pcgh-primary);border-radius:7px;order:-2;padding:5px 10px}html[data-pcgh-theme-resolved=light] .pcgh-community-single.pcgh-community-single--gv .pcgh-community-detail-author{color:#0f172a;order:-1;font-weight:800}.pcgh-community-single.pcgh-community-single--gv .pcgh-community-detail-author .pcgh-community-avatar,.pcgh-community-single.pcgh-community-single--gv .pcgh-community-detail-author .pcgh-community-avatar img{width:36px;height:36px}.pcgh-community-single.pcgh-community-single--gv .pcgh-community-detail-hero__actions{padding-top:35px}html[data-pcgh-theme-resolved=dark] .pcgh-community-single.pcgh-community-single--gv .pcgh-community-detail-head{border-bottom-color:#ffffff12}html[data-pcgh-theme-resolved=dark] .pcgh-community-single.pcgh-community-single--gv .pcgh-community-detail-head h1,html[data-pcgh-theme-resolved=dark] .pcgh-community-single.pcgh-community-single--gv .pcgh-community-detail-head h1>span{color:#fff}html[data-pcgh-theme-resolved=dark] .pcgh-community-single.pcgh-community-single--gv .pcgh-community-detail-author{color:var(--pcgh-text)}@media (width<=980px){.pcgh-community-single.pcgh-community-single--gv .pcgh-community-detail-hero{grid-template-columns:1fr}.pcgh-community-single.pcgh-community-single--gv .pcgh-community-detail-hero__actions{padding-top:0}}.pcgh-community-float-actions{right:max(18px, calc((100vw - var(--pcgh-container-w,1280px)) / 2 - 86px));z-index:80;backdrop-filter:blur(14px);background:#0f172aeb;border:1px solid #94a3b82e;border-radius:16px;flex-direction:column;gap:0;width:68px;padding:6px;display:flex;position:fixed;bottom:118px;box-shadow:0 18px 44px #00000047}.pcgh-community-float-actions__item{min-height:52px;color:var(--pcgh-text-2);text-align:center;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:7px 4px;font-size:11px;font-weight:800;line-height:1.15;transition:background .18s,color .18s,transform .18s,box-shadow .18s;display:flex}.pcgh-community-float-actions__item+.pcgh-community-float-actions__item{margin-top:3px}.pcgh-community-float-actions__item:hover{background:rgba(var(--pcgh-primary-rgb),.12);color:#fff;transform:translateY(-1px)}.pcgh-community-float-actions__item.is-primary{color:#fff;background:linear-gradient(#3b82f6,#2563eb)}.pcgh-community-float-actions__item.is-primary:visited{color:#fff}.pcgh-community-float-actions__item.is-primary:hover{color:#fff;background:linear-gradient(#2563eb,#1d4ed8)}.pcgh-community-float-actions :where(.pcgh-community-icon,.ti,i[data-lucide],svg){color:currentColor;width:26px!important;min-width:26px!important;height:26px!important;min-height:26px!important;font-size:26px!important;line-height:1!important}.pcgh-community-float-actions__item span{color:currentColor;white-space:nowrap;text-overflow:ellipsis;max-width:100%;display:block;overflow:hidden}.pcgh-community-detail-content img[data-pcgh-clightbox]{cursor:zoom-in}.pcgh-community-bottom-reply{left:max(16px, calc((100vw - var(--pcgh-container-w,1280px)) / 2 + 16px));z-index:75;width:min(calc(100vw - 32px), calc(var(--pcgh-container-w,1280px) - var(--pcgh-sidebar-w,320px) - 50px));backdrop-filter:blur(16px);background:#0f172af0;border:1px solid #94a3b82e;border-radius:20px;padding:12px;transition:opacity .2s,transform .2s,visibility .2s;position:fixed;bottom:18px;box-shadow:0 18px 46px #00000052}.pcgh-community-bottom-reply,.pcgh-community-bottom-reply textarea,.pcgh-community-bottom-reply button{font-family:inherit}.pcgh-community-bottom-reply.is-hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(18px)}.pcgh-community-bottom-reply__form{grid-template-rows:auto auto;grid-template-columns:54px minmax(0,1fr);align-items:start;gap:8px 12px;display:grid}.pcgh-community-bottom-reply__user{min-width:0;color:var(--pcgh-text);flex-direction:column;grid-area:1/1/3;justify-content:flex-start;align-items:center;gap:4px;font-size:13px;font-weight:800;display:inline-flex}.pcgh-community-bottom-reply__user img{object-fit:cover;border-radius:50%;width:42px;height:42px}.pcgh-community-bottom-reply__user span{white-space:nowrap;text-overflow:ellipsis;max-width:58px;overflow:hidden}.pcgh-community-bottom-reply__body{grid-area:1/2/3;min-width:0}.pcgh-community-bottom-reply__field{min-width:0;position:relative}.pcgh-community-bottom-reply__body textarea{width:100%;min-height:40px;max-height:86px;color:var(--pcgh-text);resize:none;background:#ffffff0f;border:1px solid #94a3b833;border-radius:999px;outline:none;padding:10px 94px 10px 14px;font-size:14px;line-height:1.35;display:block}.pcgh-community-bottom-reply__body textarea::placeholder{color:var(--pcgh-text-3)}.pcgh-community-bottom-reply__body textarea:focus{border-color:rgba(var(--pcgh-primary-rgb),.62);box-shadow:0 0 0 3px rgba(var(--pcgh-primary-rgb),.14)}.pcgh-community-bottom-reply__quick{min-width:0;margin-top:8px;overflow-x:auto}.pcgh-community-bottom-reply .pcgh-cmt-quick-replies{flex-wrap:nowrap}.pcgh-community-bottom-reply .pcgh-cmt-quick-replies__items{flex-wrap:nowrap;overflow-x:auto}.pcgh-community-bottom-reply .pcgh-cmt-quick-replies__label :where(i[data-lucide],svg[data-lucide],svg.lucide){width:12px!important;min-width:12px!important;height:12px!important;min-height:12px!important;font-size:12px!important}.pcgh-community-bottom-reply__submit,.pcgh-community-bottom-reply__login button{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#3b82f6,#2563eb);border:0;border-radius:12px;justify-content:center;align-items:center;min-width:78px;height:28px;margin-top:0;padding:0 14px;font-size:13px;font-weight:900;display:inline-flex}.pcgh-community-bottom-reply__submit{position:absolute;top:50%;right:5px;transform:translateY(-50%)}.pcgh-community-bottom-reply__submit:disabled{opacity:.7;cursor:not-allowed}.pcgh-community-bottom-reply__login{color:var(--pcgh-text);justify-content:space-between;align-items:center;gap:12px;font-size:14px;font-weight:800;display:flex}html[data-pcgh-theme-resolved=light] .pcgh-community-bottom-reply{background:#fffffff5;border-color:#e2e8f0;box-shadow:0 18px 42px #0f172a24}html[data-pcgh-theme-resolved=light] .pcgh-community-bottom-reply__user,html[data-pcgh-theme-resolved=light] .pcgh-community-bottom-reply__login{color:#0f172a}html[data-pcgh-theme-resolved=light] .pcgh-community-bottom-reply__body textarea{color:#0f172a;background:#f8fafc;border-color:#e2e8f0}html[data-pcgh-theme-resolved=light] .pcgh-community-bottom-reply__body textarea::placeholder{color:#94a3b8}html[data-pcgh-theme-resolved=light] .pcgh-community-bottom-reply .pcgh-cmt-quick-replies,html[data-pcgh-theme-resolved=light] .pcgh-community-bottom-reply .pcgh-cmt-quick-replies__label{color:#64748b}html[data-pcgh-theme-resolved=light] .pcgh-community-bottom-reply .pcgh-cmt-quick-replies__label :where(i[data-lucide],svg[data-lucide],svg.lucide){color:#64748b;stroke-width:1.8px}html[data-pcgh-theme-resolved=light] .pcgh-community-bottom-reply .pcgh-cmt-quick-replies__item{color:#334155;background:#f8fafc;border-color:#eef2f7}html[data-pcgh-theme-resolved=light] .pcgh-community-bottom-reply .pcgh-cmt-quick-replies__item:hover,html[data-pcgh-theme-resolved=light] .pcgh-community-bottom-reply .pcgh-cmt-quick-replies__item:focus-visible{color:#2563eb;background:#eff6ff;border-color:#2563eb3d}html[data-pcgh-theme-resolved=light] .pcgh-community-float-actions{background:#fffffff5;border-color:#e2e8f0;box-shadow:0 18px 40px #ffffff24}html[data-pcgh-theme-resolved=light] .pcgh-community-float-actions__item{color:#475569}html[data-pcgh-theme-resolved=light] .pcgh-community-float-actions__item:hover{color:#2563eb;background:#eff6ff}html[data-pcgh-theme-resolved=light] .pcgh-community-float-actions__item.is-primary,html[data-pcgh-theme-resolved=light] .pcgh-community-float-actions__item.is-primary:visited,html[data-pcgh-theme-resolved=light] .pcgh-community-float-actions__item.is-primary:hover,html[data-pcgh-theme-resolved=light] .pcgh-community-float-actions__item.is-primary:focus{color:#fff;background:linear-gradient(#3b82f6,#2563eb)}@media (width<=1468px){.pcgh-community-float-actions{right:14px}}@media (width<=1180px){.pcgh-community-bottom-reply{width:calc(100vw - 32px);left:16px}}@media (width<=980px){.pcgh-community-float-actions,.pcgh-community-bottom-reply{display:none}}