:root{
  --pgfc-cat-bg:#030b17;
  --pgfc-cat-card:#081526;
  --pgfc-cat-card2:#0a1830;
  --pgfc-cat-border:rgba(84,140,255,.18);
  --pgfc-cat-text:#eef5ff;
  --pgfc-cat-muted:#9cb2d0;
  --pgfc-cat-blue:#3d96ff;
}

body.pghv2-page-body .pghv2-site-shell{background:radial-gradient(circle at top right,#06314e 0,#03101f 30%,#020912 100%);} 
.pghv2-category-page{padding:28px 0 56px;}
.pghv2-category-breadcrumbs{display:flex;gap:10px;align-items:center;flex-wrap:wrap;color:var(--pgfc-cat-muted);font-size:14px;margin-bottom:18px;}
.pghv2-category-breadcrumbs a{color:var(--pgfc-cat-muted);text-decoration:none;}
.pghv2-breadcrumb-sep{opacity:.65;}
.pghv2-category-hero{display:grid;grid-template-columns:180px 1.15fr .9fr;gap:28px;align-items:stretch;padding:24px;border-radius:22px;border:1px solid var(--pgfc-cat-border);background:linear-gradient(180deg,rgba(9,22,41,.96),rgba(6,16,31,.98));box-shadow:0 14px 44px rgba(0,0,0,.28);overflow:hidden;position:relative;}
.pghv2-category-hero-media{border-radius:16px;overflow:hidden;background:#09111f;min-height:156px;display:flex;align-items:center;justify-content:center;}
.pghv2-category-hero-media img{width:100%;height:100%;object-fit:cover;display:block;}
.pghv2-category-kicker{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#8fb7ff;margin-bottom:8px;}
.pghv2-category-title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:10px;}
.pghv2-category-title-row h1{margin:0;color:#fff;font-size:54px;line-height:1.02;font-weight:800;letter-spacing:-.03em;}
.pghv2-category-chip{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:10px;background:rgba(115,98,255,.35);border:1px solid rgba(164,154,255,.38);color:#fff;font-weight:700;}
.pghv2-category-hero-copy p{margin:0;color:#dbe7f9;font-size:18px;line-height:1.65;max-width:680px;}
.pghv2-category-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:22px;}
.pghv2-category-stat{display:flex;flex-direction:column;gap:4px;padding-left:18px;border-left:1px solid rgba(255,255,255,.1);}
.pghv2-category-stat:first-child{padding-left:0;border-left:none;}
.pghv2-category-stat strong{font-size:18px;color:#fff;}
.pghv2-category-stat span{font-size:14px;color:var(--pgfc-cat-muted);} 
.pghv2-category-hero-art{border-radius:18px;background:radial-gradient(circle at 20% 30%,rgba(61,150,255,.18),transparent 24%),linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0));position:relative;min-height:220px;}
.pghv2-category-hero-art::before,.pghv2-category-hero-art::after{content:'';position:absolute;inset:auto;display:block;border-radius:999px;background:rgba(255,255,255,.06);} 
.pghv2-category-hero-art::before{width:160px;height:160px;right:70px;top:20px;box-shadow:120px 10px 0 10px rgba(255,255,255,.03),250px 35px 0 -10px rgba(255,255,255,.035);} 
.pghv2-category-hero-art::after{width:220px;height:220px;right:-40px;bottom:-40px;background:radial-gradient(circle,rgba(61,150,255,.1),transparent 70%);} 

.pghv2-category-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px;align-items:start;margin-top:22px;}
.pghv2-category-filter-card,.pghv2-category-proofbar{background:linear-gradient(180deg,rgba(9,22,41,.96),rgba(6,16,31,.98));border:1px solid var(--pgfc-cat-border);border-radius:20px;box-shadow:0 14px 44px rgba(0,0,0,.24);}
.pghv2-category-filter-card{padding:18px;position:sticky;top:116px;display:grid;gap:18px;}
.pghv2-category-filter-head{display:flex;align-items:center;justify-content:space-between;gap:12px;}
.pghv2-category-filter-head h2{margin:0;font-size:28px;color:#fff;}
.pghv2-category-filter-head a{color:#9cb2d0;text-decoration:none;font-size:14px;}
.pghv2-category-search{display:flex;align-items:center;height:50px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);overflow:hidden;}
.pghv2-category-search input{flex:1;height:100%;background:transparent;border:none;color:#fff;padding:0 14px;font-size:14px;}
.pghv2-category-search button{width:46px;height:50px;border:none;background:transparent;color:#fff;font-size:18px;}
.pghv2-category-filter-section{display:grid;gap:10px;padding-top:4px;border-top:1px solid rgba(255,255,255,.06);}
.pghv2-category-filter-section:first-of-type{border-top:none;padding-top:0;}
.pghv2-category-filter-section h3{margin:0;color:#fff;font-size:16px;}
.pghv2-category-filter-pills{display:flex;gap:8px;flex-wrap:wrap;}
.pghv2-category-filter-pills span{display:inline-flex;padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);font-size:13px;color:#dfeeff;}
.pghv2-category-filter-pills .is-active{background:rgba(61,150,255,.18);border-color:rgba(61,150,255,.36);color:#8bc1ff;}
.pghv2-category-check{display:flex;align-items:center;gap:10px;color:#dbe7f9;font-size:14px;}
.pghv2-category-check input{accent-color:#3d96ff;}
.pghv2-category-price-row{display:flex;justify-content:space-between;color:#dbe7f9;font-size:13px;}
.pghv2-category-range{width:100%;accent-color:#6b74ff;}
.pghv2-category-apply{height:48px;border:none;border-radius:14px;background:linear-gradient(180deg,#6558ff,#4a3fe1);color:#fff;font-size:16px;font-weight:700;cursor:pointer;}

.pghv2-category-main{display:grid;gap:18px;}
.pghv2-category-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;}
.pghv2-category-results{color:#dfeeff;font-size:24px;font-weight:700;}
.pghv2-category-sort .orderby{height:46px;border-radius:12px;background:#101c30;border:1px solid rgba(255,255,255,.12);color:#fff;padding:0 16px;}
.pghv2-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;}
.pghv2-cat-card{background:linear-gradient(180deg,rgba(9,22,41,.96),rgba(6,16,31,.98));border:1px solid var(--pgfc-cat-border);border-radius:18px;overflow:hidden;box-shadow:0 12px 32px rgba(0,0,0,.22);display:flex;flex-direction:column;}
.pghv2-cat-card-media{position:relative;display:block;padding:16px 16px 0;text-decoration:none;background:radial-gradient(circle at 50% 12%,rgba(255,255,255,.04),transparent 24%);}
.pghv2-cat-card-image{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;background:transparent;}
.pghv2-cat-card-fav{position:absolute;top:12px;right:12px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);color:#9bc5ff;font-size:15px;}
.pghv2-cat-card-body{padding:14px 16px 16px;display:grid;gap:10px;}
.pghv2-cat-card-body h3{margin:0;font-size:20px;line-height:1.2;}
.pghv2-cat-card-body h3 a{text-decoration:none;color:#fff;}
.pghv2-cat-card-badges{display:flex;gap:8px;flex-wrap:wrap;}
.pghv2-cat-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;}
.pghv2-cat-badge-game{background:rgba(110,87,255,.22);color:#cabfff;border:1px solid rgba(110,87,255,.34);} 
.pghv2-cat-badge-shiny{background:rgba(31,120,255,.18);color:#8bc1ff;border:1px solid rgba(31,120,255,.34);} 
.pghv2-cat-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:2px;}
.pghv2-cat-card-bottom strong{color:#fff;font-size:24px;line-height:1;}
.pghv2-cat-card-rating{color:#f4c63d;font-size:14px;font-weight:700;white-space:nowrap;}
.pghv2-category-pagination{padding-top:6px;}
.pghv2-category-pagination .page-numbers{display:flex;gap:8px;list-style:none;padding:0;margin:0;flex-wrap:wrap;}
.pghv2-category-pagination .page-number,.pghv2-category-pagination a,.pghv2-category-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;border-radius:12px;background:#101c30;border:1px solid rgba(255,255,255,.1);color:#fff;text-decoration:none;padding:0 14px;}
.pghv2-category-empty{padding:28px;border-radius:18px;border:1px solid var(--pgfc-cat-border);background:linear-gradient(180deg,rgba(9,22,41,.96),rgba(6,16,31,.98));color:#dce8fb;font-size:18px;}

.pghv2-category-proofbar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding:22px 24px;margin-top:24px;}
.pghv2-category-proof{display:flex;align-items:center;gap:14px;color:#dbe7f9;}
.pghv2-category-proof::before{content:'';width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.05);flex:0 0 42px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);} 
.pghv2-category-proof strong{display:block;color:#fff;font-size:22px;line-height:1.1;}
.pghv2-category-proof span{display:block;font-size:14px;color:var(--pgfc-cat-muted);}

@media (max-width: 1400px){
  .pghv2-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
  .pghv2-category-hero{grid-template-columns:160px 1.1fr .8fr;}
}
@media (max-width: 1180px){
  .pghv2-category-layout{grid-template-columns:1fr;}
  .pghv2-category-filter-card{position:static;}
  .pghv2-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .pghv2-category-hero{grid-template-columns:140px 1fr;}
  .pghv2-category-hero-art{display:none;}
  .pghv2-category-proofbar{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 767px){
  .pghv2-category-page{padding:18px 0 36px;}
  .pghv2-category-hero{grid-template-columns:1fr;gap:18px;padding:18px;}
  .pghv2-category-hero-media{min-height:220px;}
  .pghv2-category-title-row h1{font-size:40px;}
  .pghv2-category-stats{grid-template-columns:1fr;}
  .pghv2-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
  .pghv2-cat-card-body h3{font-size:17px;}
  .pghv2-cat-card-bottom{flex-direction:column;align-items:flex-start;}
  .pghv2-category-toolbar{align-items:flex-start;}
  .pghv2-category-proofbar{grid-template-columns:1fr;padding:18px;}
}

.pghv2-category-filter-help{margin:2px 0 0;color:#9cb2d0;font-size:12px;line-height:1.5;}
.pghv2-category-proof img{width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.05);padding:8px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);}
.pghv2-category-proof::before{display:none;}
@media (max-width: 820px){
  .pghv2-category-toolbar{flex-direction:column;align-items:stretch;}
  .pghv2-category-sort .orderby{width:100%;}
}


.pghv2-cat-card-body{flex:1;display:flex;flex-direction:column;align-items:flex-start;}
.pghv2-cat-card-body h3{width:100%;min-height:48px;display:flex;align-items:flex-start;}
.pghv2-cat-card-body h3 a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.pghv2-cat-card-badges{min-height:34px;}
.pghv2-cat-card-bottom{margin-top:auto;width:100%;}

/* Fix16 archive/search layout, working filters, and improved search-result copy spacing */
.pghv2-category-hero-description{
  margin:0;
  max-width:720px;
  color:#dbe7f9;
  font-size:18px;
  line-height:1.7;
}
.pghv2-category-filter-pills{gap:10px;}
.pghv2-category-filter-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.04);
  color:#dfeeff;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease;
}
.pghv2-category-filter-pill:hover{
  background:rgba(61,150,255,.12);
  border-color:rgba(61,150,255,.24);
}
.pghv2-category-filter-pill.is-active{
  background:rgba(61,150,255,.18);
  border-color:rgba(61,150,255,.38);
  color:#8bc1ff;
}
.pghv2-category-search.pghv2-search{
  width:100%;
  max-width:none;
}
.pghv2-category-search.pghv2-search .pghv2-search-preview{
  top:calc(100% + 10px);
  z-index:50;
}
.pghv2-category-filter-input{
  text-align:left;
}
.pghv2-category-filter-card .pghv2-category-check input,
.pghv2-category-filter-card .pghv2-category-range{
  cursor:pointer;
}
.pghv2-category-empty{
  margin-top:10px;
}
.pghv2-category-empty[hidden]{display:none !important;}
.pghv2-cat-card.is-filter-hidden{display:none !important;}
.pghv2-category-proofbar{margin-bottom:8px;}
.pghv2-category-page.is-search-results .pghv2-category-title-row h1{
  font-size:clamp(40px,4.5vw,64px);
}
.pghv2-category-page.is-search-results .pghv2-category-hero-media{
  min-height:180px;
}
