:root{--pcgh-footer-new-bg:#fff;--pcgh-footer-new-surface:#f8fafc;--pcgh-footer-new-border:#e2e8f0;--pcgh-footer-new-text:#1a1a1a;--pcgh-footer-new-text-2:#475569;--pcgh-footer-new-text-3:#1a1a1a;--pcgh-footer-new-primary:var(--pcgh-primary,#6366f1);--pcgh-footer-new-primary-hover:var(--pcgh-primary,#4f46e5);--pcgh-footer-new-primary-soft:color-mix(in srgb, var(--pcgh-footer-new-primary) 10%, transparent);--pcgh-footer-new-accent:#f59e0b;--pcgh-footer-new-shadow:0 2px 12px color-mix(in srgb, var(--pcgh-footer-new-primary) 8%, transparent);--pcgh-footer-new-shadow-hover:0 4px 16px color-mix(in srgb, var(--pcgh-footer-new-primary) 15%, transparent);--pcgh-footer-new-radius:12px;--pcgh-footer-new-radius-sm:8px}html[data-pcgh-theme-resolved=dark]{--pcgh-footer-new-bg:#0f172a;--pcgh-footer-new-surface:#1e293b;--pcgh-footer-new-border:#334155;--pcgh-footer-new-text:#f8fafc;--pcgh-footer-new-text-2:#cbd5e1;--pcgh-footer-new-text-3:#94a3b8;--pcgh-footer-new-primary:var(--pcgh-primary,#818cf8);--pcgh-footer-new-primary-hover:var(--pcgh-primary,#a5b4fc);--pcgh-footer-new-primary-soft:color-mix(in srgb, var(--pcgh-footer-new-primary) 15%, transparent);--pcgh-footer-new-accent:#fbbf24;--pcgh-footer-new-shadow:0 2px 12px #0000004d;--pcgh-footer-new-shadow-hover:0 4px 16px #0006}.pcgh-footer-new{background:var(--pcgh-footer-new-bg);padding:clamp(32px,4vw,48px) 0 clamp(16px,2vw,24px)}.pcgh-footer-new .pcgh-container{width:min(var(--pcgh-container-w,1200px), 100%);max-width:var(--pcgh-container-w,1200px);box-sizing:border-box;margin:0 auto;padding:0 16px}.pcgh-footer-new__grid{grid-template-columns:minmax(0,1.35fr) minmax(150px,.7fr) minmax(180px,.9fr) minmax(230px,1.05fr);justify-content:stretch;align-items:start;gap:clamp(18px,2vw,28px) clamp(18px,2.2vw,30px);width:100%;margin-bottom:clamp(24px,3vw,32px);display:grid}.pcgh-footer-new__brand,.pcgh-footer-new__nav,.pcgh-footer-new__contact,.pcgh-footer-new__qr{min-width:0}.pcgh-footer-new__brand{flex-direction:column;gap:14px;display:flex}.pcgh-footer-new__logo{color:var(--pcgh-footer-new-text);flex-shrink:0;align-items:center;gap:10px;text-decoration:none;transition:opacity .2s;display:inline-flex}.pcgh-footer-new__logo:hover{opacity:.8;color:var(--pcgh-footer-new-text)}.pcgh-footer-new__logo img{width:auto;height:32px;display:block}.pcgh-footer-new__logo-img--dark,.pcgh-footer-new__logo-img--light{display:none!important}.pcgh-footer-new__logo-img--light,html[data-pcgh-theme-resolved=light] .pcgh-footer-new__logo-img--light{display:block!important}html[data-pcgh-theme-resolved=dark] .pcgh-footer-new__logo-img--light{display:none!important}html[data-pcgh-theme-resolved=dark] .pcgh-footer-new__logo-img--dark,html[data-pcgh-theme-resolved=light] .pcgh-footer-new__logo:not(:has(.pcgh-footer-new__logo-img--light)) .pcgh-footer-new__logo-img--dark,html[data-pcgh-theme-resolved=dark] .pcgh-footer-new__logo:not(:has(.pcgh-footer-new__logo-img--dark)) .pcgh-footer-new__logo-img--light,.pcgh-footer-new__logo .pcgh-footer-new__logo-img:only-child{display:block!important}.pcgh-footer-new__logo strong{letter-spacing:-.02em;font-size:18px;font-weight:700}.pcgh-footer-new__logo-icon{background:linear-gradient(135deg, var(--pcgh-footer-new-primary), #8b5cf6);border-radius:var(--pcgh-footer-new-radius-sm);color:#fff;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.pcgh-footer-new__logo-icon i,.pcgh-footer-new__logo-icon svg{width:18px;height:18px}.pcgh-footer-new__desc{color:var(--pcgh-footer-new-text-3);max-width:260px;margin:0;font-size:13px;line-height:1.7}.pcgh-footer-new__social{flex-wrap:wrap;gap:12px;display:flex}.pcgh-footer-new__social a{width:40px;height:40px;color:var(--pcgh-footer-new-text-2);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.pcgh-footer-new__social a:hover{color:var(--pcgh-footer-new-primary);transform:scale(1.1)}.pcgh-footer-new__social a i,.pcgh-footer-new__social a svg{width:22px;height:22px}.pcgh-footer-new__nav{flex-direction:column;gap:12px;display:flex}.pcgh-footer-new__title{color:var(--pcgh-footer-new-text);letter-spacing:-.01em;border-bottom:1px solid var(--pcgh-footer-new-border);margin:0;padding-bottom:8px;font-size:15px;font-weight:600}.pcgh-footer-new__nav-grid{grid-template-columns:1fr 1fr;gap:0 12px;min-width:0;display:grid}.pcgh-footer-new__nav-col{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.pcgh-footer-new__nav-col li{margin:0}.pcgh-footer-new__nav-col a{color:var(--pcgh-footer-new-text-3);align-items:center;gap:6px;font-size:13px;text-decoration:none;transition:color .2s;display:inline-flex}.pcgh-footer-new__nav-col a:before{content:"";background:var(--pcgh-footer-new-primary);opacity:0;border-radius:50%;width:4px;height:4px;transition:all .2s;transform:scale(0)}.pcgh-footer-new__nav-col a:hover{color:var(--pcgh-footer-new-primary)}.pcgh-footer-new__nav-col a:hover:before{opacity:1;transform:scale(1)}.pcgh-footer-new__contact{flex-direction:column;gap:12px;display:flex}.pcgh-footer-new__contact-list{flex-direction:column;gap:10px;display:flex}.pcgh-footer-new__contact-item{align-items:center;gap:8px;padding:6px 0;display:flex}a.pcgh-footer-new__contact-item{color:inherit;text-decoration:none;transition:color .2s,transform .2s}a.pcgh-footer-new__contact-item:hover{color:var(--pcgh-footer-new-primary);transform:translate(2px)}a.pcgh-footer-new__contact-item:hover .pcgh-footer-new__contact-icon,a.pcgh-footer-new__contact-item:hover .pcgh-footer-new__contact-label,a.pcgh-footer-new__contact-item:hover .pcgh-footer-new__contact-value{color:var(--pcgh-footer-new-primary)}.pcgh-footer-new__contact-icon{color:var(--pcgh-footer-new-text-3);flex-shrink:0;justify-content:center;align-items:center;display:flex}.pcgh-footer-new__contact-icon i,.pcgh-footer-new__contact-icon svg{width:16px;height:16px}.pcgh-footer-new__contact-label{color:var(--pcgh-footer-new-text-3);white-space:nowrap;font-size:12px}.pcgh-footer-new__contact-value{color:var(--pcgh-footer-new-text);overflow-wrap:anywhere;font-size:12px;font-weight:500}.pcgh-footer-new__qr{flex-direction:column;gap:12px;display:flex}.pcgh-footer-new__qr-card{background:var(--pcgh-footer-new-surface);border:1px solid var(--pcgh-footer-new-border);border-radius:10px;align-items:center;gap:12px;min-width:0;padding:14px;transition:all .2s;display:flex}.pcgh-footer-new__qr-card:hover{border-color:var(--pcgh-footer-new-primary);box-shadow:var(--pcgh-footer-new-shadow)}.pcgh-footer-new__qr-img{background:var(--pcgh-footer-new-bg);border:1px solid var(--pcgh-footer-new-border);box-sizing:border-box;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:90px;height:90px;padding:6px;display:flex;overflow:hidden}.pcgh-footer-new__qr-img img{object-fit:contain;width:100%;height:100%}.pcgh-footer-new__qr-placeholder{width:100%;height:100%;color:var(--pcgh-footer-new-text-3);justify-content:center;align-items:center;display:flex}.pcgh-footer-new__qr-placeholder i,.pcgh-footer-new__qr-placeholder svg{width:36px;height:36px}.pcgh-footer-new__qr-info{flex-direction:column;flex:1;justify-content:center;gap:4px;min-width:0;display:flex}.pcgh-footer-new__qr-tip{color:var(--pcgh-footer-new-text);margin:0;font-size:14px;font-weight:600;line-height:1.4}.pcgh-footer-new__qr-account{color:var(--pcgh-footer-new-text-2);margin:0;font-size:12px;line-height:1.4}.pcgh-footer-new__qr-tag{color:var(--pcgh-footer-new-primary);background:var(--pcgh-footer-new-primary-soft);border-radius:4px;width:fit-content;margin-top:2px;padding:3px 10px;font-size:11px;font-weight:500;display:inline-block}a.pcgh-footer-new__qr-tag{cursor:pointer;text-decoration:none;transition:opacity .15s}a.pcgh-footer-new__qr-tag:hover{opacity:.8}.pcgh-footer-new__friends{border-top:1px solid var(--pcgh-footer-new-border);color:var(--pcgh-footer-new-text-2);flex-wrap:wrap;align-items:center;gap:8px 18px;margin-top:2px;margin-bottom:18px;padding-top:18px;font-size:12px;display:flex}.pcgh-footer-new__friends-title{color:var(--pcgh-footer-new-text);flex-shrink:0;font-weight:600}.pcgh-footer-new__friends-list{flex-wrap:wrap;align-items:center;gap:10px 26px;min-width:0;display:flex}.pcgh-footer-new__friends-list a{color:var(--pcgh-footer-new-text-3);text-decoration:none;transition:color .2s}.pcgh-footer-new__friends-list a:hover{color:var(--pcgh-footer-new-primary)}.pcgh-footer-new__bottom{padding-top:0}.pcgh-footer-new__bottom-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 16px;display:flex}.pcgh-footer-new__copyright{color:var(--pcgh-footer-new-text);flex:1;order:1;min-width:0;font-size:12px}.pcgh-footer-new__security{color:var(--pcgh-footer-new-text);flex:1;order:3;justify-content:flex-end;align-items:center;gap:6px;min-width:0;font-size:12px;font-weight:500;display:flex}.pcgh-footer-new__security img{vertical-align:middle;width:auto;height:18px;display:inline-block}.pcgh-footer-new__icp{color:var(--pcgh-footer-new-text);flex:1;order:2;justify-content:center;align-items:center;gap:4px;min-width:0;font-size:12px;display:inline-flex}.pcgh-footer-new__icp a{color:var(--pcgh-footer-new-text);align-items:center;gap:4px;text-decoration:none;transition:color .2s;display:inline-flex}.pcgh-footer-new__icp a:hover{color:var(--pcgh-footer-new-primary)}.pcgh-footer-new__icp i,.pcgh-footer-new__icp svg{width:14px;height:14px}.pcgh-footer-new__record-icon{object-fit:contain;vertical-align:-.12em;flex:0 0 1em;width:1em;height:1em;display:inline-block}@media (width<=1024px){.pcgh-footer-new__grid{grid-template-columns:minmax(0,1.2fr) minmax(135px,.7fr) minmax(160px,.9fr) minmax(210px,1fr);column-gap:clamp(14px,2vw,22px)}}@media (width<=768px){.pcgh-footer-new{padding:32px 0 24px}.pcgh-footer-new__grid{grid-template-columns:1fr 1fr;gap:20px 18px;margin-bottom:24px;padding-bottom:24px}.pcgh-footer-new__brand,.pcgh-footer-new__nav,.pcgh-footer-new__qr{grid-column:1/-1}.pcgh-footer-new__qr-card{max-width:400px;margin:0 auto}}@media (width<=480px){.pcgh-footer-new{padding:24px 0 16px}.pcgh-footer-new .pcgh-container{padding:0 16px}.pcgh-footer-new__grid{grid-template-columns:1fr;gap:18px;margin-bottom:16px}.pcgh-footer-new__brand{text-align:center;align-items:center}.pcgh-footer-new__hide-mobile{display:none!important}.pcgh-footer-new__desc{text-align:center;max-width:100%}.pcgh-footer-new__social{justify-content:center}.pcgh-footer-new__nav{text-align:center}.pcgh-footer-new__nav-grid{justify-content:center}.pcgh-footer-new__contact{align-items:center}.pcgh-footer-new__contact-cards{width:100%;max-width:320px;margin:0 auto}.pcgh-footer-new__contact-card{text-align:left}.pcgh-footer-new__qr{align-items:center}.pcgh-footer-new__qr-card{text-align:center;flex-direction:column;max-width:100%}.pcgh-footer-new__qr-img{width:80px;height:80px}.pcgh-footer-new__bottom{gap:6px;padding-top:0}.pcgh-footer-new__bottom-row{text-align:center;flex-direction:column;align-items:center;gap:6px}.pcgh-footer-new__copyright{order:2;justify-content:center;font-size:11px}.pcgh-footer-new__security{order:3;justify-content:center;font-size:12px}.pcgh-footer-new__icp{flex-wrap:wrap;order:1;justify-content:center;font-size:11px}}.pcgh-main:has(.pcgh-specials-page)+.pcgh-footer-new,.pcgh-main:has(.pcgh-special-detail-page)+.pcgh-footer-new,.pcgh-main:has(.pcgh-special-tax-page)+.pcgh-footer-new{margin-top:24px}.pcgh-footer-new~.pcgh-back-to-top{bottom:calc(var(--pcgh-mobile-tabbar-height,0px) + 16px)}@media (width<=768px){.pcgh-footer-new~.pcgh-back-to-top{bottom:calc(var(--pcgh-mobile-tabbar-height,60px) + 16px)}}