/* PosterGrid Pro PSX 1.5.6.3 - optimized global styles with restored original typography */
:root{--ppg-accent:#00a8ff;--ppg-accent2:#1d5cff;--ppg-bg:#050812;--ppg-panel:#0b1120;--ppg-card:#101827;--ppg-text:#f8fbff;--ppg-muted:#9db3c9;--ppg-border:#253454;--ppg-title:#fff;--ppg-hover:#69d8ff;--ppg-radius:14px;--ppg-cover-radius:12px;--ppg-site-width:1680px;--ppg-content-width:1320px;--ppg-sidebar-width:250px;--ppg-hero-height:380px;--ppg-cols:4;--ppg-cols-tablet:3;--ppg-cols-mobile:2;}
*{box-sizing:border-box;}
html{min-height:100%;}
body{margin:0;min-height:100%;background:radial-gradient(circle at 50% 0%,rgba(0,168,255,.12),transparent 38%),linear-gradient(180deg,#060b18 0%,var(--ppg-bg) 42%,#03050b 100%);color:var(--ppg-text);font-family:Inter,Arial,sans-serif;font-size:15px;line-height:1.65;overflow-x:hidden;}
body:before{content:"";position:fixed;inset:0;background:linear-gradient(90deg,rgba(0,168,255,.06) 0 1px,transparent 1px 80px),linear-gradient(180deg,rgba(0,168,255,.035) 0 1px,transparent 1px 80px);opacity:.35;pointer-events:none;z-index:-1;}
a{color:var(--ppg-text);text-decoration:none;transition:color .2s ease,opacity .2s ease,transform .2s ease;}
a:hover,a:focus{color:var(--ppg-hover);}
img{max-width:100%;height:auto;display:block;}
button,input,textarea,select{font:inherit;}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important;}
.skip-link:focus{background:#fff;color:#111;clip:auto!important;clip-path:none;height:auto;left:10px;padding:10px 14px;top:10px;width:auto;z-index:9999;border-radius:8px;}
.site-shell{max-width:var(--ppg-site-width);margin:0 auto;padding:0 18px 28px;}
.topbar{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--ppg-muted);padding:14px 0 8px;}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:12px;}
.topbar-right{display:flex;gap:16px;align-items:center;color:var(--ppg-text);}
.site-header{position:relative;z-index:50;margin-bottom:18px;background:rgba(5,8,18,.88);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.075);border-radius:var(--ppg-radius);box-shadow:0 18px 55px rgba(0,0,0,.32);}
.ppg-sticky-header .site-header{position:sticky;top:10px;}
.site-header-inner{display:flex;align-items:center;gap:22px;min-height:68px;padding:0 18px;}
.site-branding{flex:0 0 auto;min-width:170px;}
.custom-logo-link img{max-height:52px;width:auto;}
.site-logo-text{display:flex;flex-direction:column;line-height:1;color:var(--ppg-title);}
.site-logo-main{font-size:28px;font-weight:900;letter-spacing:.08em;background:linear-gradient(90deg,#fff 0%,var(--ppg-accent) 55%,var(--ppg-accent2));-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 28px rgba(0,168,255,.25);}
.site-logo-sub{font-size:10px;font-weight:800;letter-spacing:.22em;color:var(--ppg-muted);margin-top:6px;text-transform:uppercase;}
.main-navigation{flex:1;display:flex;justify-content:center;}
.main-navigation ul{display:flex;gap:8px;align-items:center;list-style:none;margin:0;padding:0;}
.main-navigation li{position:relative;}
.main-navigation a{display:block;padding:12px 11px;border-radius:10px;font-size:13px;font-weight:800;text-transform:uppercase;color:var(--ppg-muted);}
.main-navigation a:hover,.main-navigation .current-menu-item>a{background:rgba(0,168,255,.1);color:var(--ppg-text);}
.main-navigation ul ul{position:absolute;top:100%;left:0;display:none;min-width:210px;flex-direction:column;align-items:stretch;background:var(--ppg-panel);border:1px solid var(--ppg-border);border-radius:14px;padding:8px;box-shadow:0 18px 40px rgba(0,0,0,.45);}
.main-navigation li:hover>ul{display:flex;}
.header-search{flex:0 0 220px;}
.search-form{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:6px 8px 6px 12px;}
.search-form label{flex:1;}
.search-field{width:100%;background:transparent;border:0;color:var(--ppg-text);outline:0;font-size:13px;}
.search-field::placeholder{color:var(--ppg-muted);}
.search-submit{border:0;border-radius:999px;background:linear-gradient(135deg,var(--ppg-accent),var(--ppg-accent2));color:white;font-weight:900;text-transform:uppercase;padding:7px 10px;font-size:11px;cursor:pointer;}
.menu-toggle{display:none;background:transparent;border:0;width:42px;height:42px;padding:8px;cursor:pointer;}
.menu-toggle span:not(.screen-reader-text){display:block;height:2px;background:var(--ppg-text);margin:6px 0;border-radius:2px;}
.ad-slot{margin:16px 0;padding:14px;border:1px dashed var(--ppg-border);border-radius:var(--ppg-radius);background:rgba(255,255,255,.035);text-align:center;color:var(--ppg-muted);}
.site-layout{display:grid;grid-template-columns:var(--ppg-sidebar-width) minmax(0,1fr);gap:30px;align-items:start;}
.ppg-layout-right-sidebar .site-layout{grid-template-columns:minmax(0,1fr) var(--ppg-sidebar-width);}
.ppg-layout-right-sidebar .site-sidebar-left{display:none;}
.ppg-layout-right-sidebar .site-sidebar-right{grid-column:2;}
.ppg-layout-right-sidebar .site-main{grid-column:1;grid-row:1;}
.ppg-layout-full-width .site-layout{grid-template-columns:1fr;}
.ppg-layout-full-width .site-sidebar{display:none;}
.site-main{min-width:0;max-width:var(--ppg-content-width);width:100%;}
.ppg-layout-boxed .site-main{background:rgba(11,17,32,.48);border:1px solid var(--ppg-border);border-radius:var(--ppg-radius);padding:18px;}
.site-sidebar{min-width:0;}
.site-sidebar-inner{display:flex;flex-direction:column;gap:18px;}
.site-panel,.widget,.hero-section,.feature-strip,.archive-header,.single-article,.comments-area,.empty-state{background:linear-gradient(180deg,rgba(16,24,39,.82),rgba(11,17,32,.78));border:1px solid rgba(255,255,255,.08);border-radius:var(--ppg-radius);box-shadow:0 18px 55px rgba(0,0,0,.24);backdrop-filter:blur(14px);}
.widget{padding:18px;}
.widget-title{position:relative;margin:0 0 16px;color:var(--ppg-accent);font-size:16px;font-weight:900;text-transform:uppercase;}
.widget-title:after{content:"";display:block;height:1px;margin-top:12px;background:linear-gradient(90deg,var(--ppg-accent),transparent);}
.sidebar-menu,.ppg-compact-links,.widget ul{list-style:none;margin:0;padding:0;}
.sidebar-menu li,.ppg-compact-links li,.widget li{margin:7px 0;}
.sidebar-menu a,.ppg-compact-links a,.widget li a{display:block;color:var(--ppg-text);font-weight:800;font-size:13px;padding:3px 0;}
.sidebar-menu a:hover,.ppg-compact-links a:hover{color:var(--ppg-hover);transform:translateX(3px);}
.mini-poster-list{display:grid;gap:14px;}
.mini-poster{display:grid;grid-template-columns:70px minmax(0,1fr);gap:10px;align-items:center;}
.mini-poster-img{display:block;aspect-ratio:300/374;border-radius:10px;overflow:hidden;background:var(--ppg-card);box-shadow:0 8px 24px rgba(0,0,0,.35);}
.mini-poster-img img{width:100%;height:100%;object-fit:cover;}
.mini-poster-title{font-size:12px;font-weight:900;text-transform:uppercase;line-height:1.25;color:var(--ppg-text);}
.hero-section{position:relative;display:flex;align-items:flex-end;min-height:var(--ppg-hero-height);padding:34px;background-size:cover;background-position:center;border-color:rgba(0,168,255,.18);overflow:hidden;}
.hero-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,5,12,.92),rgba(3,5,12,.35) 55%,rgba(3,5,12,.7)),radial-gradient(circle at 75% 20%,rgba(0,168,255,.24),transparent 34%);opacity:0;transition:.2s;}
.hero-section.has-overlay:before{opacity:1;}
.hero-content{position:relative;z-index:2;max-width:580px;}
.hero-content h1{margin:0 0 8px;font-size:clamp(36px,7vw,86px);line-height:.92;font-weight:900;letter-spacing:.06em;text-transform:uppercase;text-shadow:0 0 40px rgba(0,168,255,.42);}
.hero-content p{margin:0 0 18px;color:var(--ppg-muted);font-weight:800;letter-spacing:.12em;text-transform:uppercase;}
.hero-button,.button-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 16px;border-radius:999px;background:linear-gradient(135deg,var(--ppg-accent),var(--ppg-accent2));color:#fff!important;font-weight:900;text-transform:uppercase;font-size:12px;box-shadow:0 10px 30px rgba(0,115,255,.26);}
.feature-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:0;margin:16px 0 26px;padding:0;overflow:hidden;background:rgba(5,8,18,.75);}
.feature-block{display:flex;align-items:center;justify-content:center;gap:12px;padding:15px 12px;border-right:1px solid rgba(255,255,255,.08);min-height:74px;}
.feature-block:last-child{border-right:0;}
.feature-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,rgba(0,168,255,.22),rgba(29,92,255,.3));font-size:22px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);}
.feature-text{display:flex;flex-direction:column;line-height:1.1;}
.feature-text strong{font-size:13px;text-transform:uppercase;}
.feature-text small{color:var(--ppg-muted);font-size:11px;font-weight:900;text-transform:uppercase;}
.content-section{margin-top:24px;}
.section-heading{display:flex;align-items:center;justify-content:space-between;margin:0 0 14px;}
.section-heading h2,.archive-header h1{margin:0;font-size:16px;font-weight:900;text-transform:uppercase;color:var(--ppg-title);letter-spacing:.04em;}
.section-heading h2:after,.archive-header h1:after{content:"";display:block;width:80px;height:2px;margin-top:8px;background:linear-gradient(90deg,var(--ppg-accent),transparent);}
.archive-header{padding:20px;margin-bottom:22px;}
.archive-description{color:var(--ppg-muted);}
.poster-grid{display:grid;grid-template-columns:repeat(var(--ppg-cols),minmax(180px,1fr));gap:var(--ppg-grid-gap-y) var(--ppg-grid-gap-x);}
.content-card{min-width:0;text-align:center;width:100%;max-width:340px;margin-left:auto;margin-right:auto;}
.poster-thumb{position:relative;display:block;aspect-ratio:300/374;border-radius:var(--ppg-cover-radius);overflow:hidden;background:var(--ppg-card);box-shadow:0 20px 40px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.1);transform:translateZ(0);}
.poster-thumb img{width:100%;height:100%;object-fit:cover;}
.poster-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.18),transparent 14%,transparent 70%,rgba(0,0,0,.32));opacity:.88;}
.poster-glow{position:absolute;inset:auto 12px -20px;height:35px;border-radius:50%;background:var(--ppg-accent);filter:blur(26px);opacity:.16;}
.content-card:hover .poster-thumb{transform:translateY(-4px);}
.card-body{padding:10px 2px 0;}
.card-title{margin:0;font-size:13px;line-height:1.22;font-weight:900;text-transform:uppercase;}
.card-title a{color:var(--ppg-title);}
.card-title a:hover{color:var(--ppg-hover);}
.entry-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:5px;margin-top:7px;color:var(--ppg-muted);font-size:11px;font-weight:800;text-transform:uppercase;}
.entry-meta a{color:var(--ppg-muted);}
.entry-meta a:hover{color:var(--ppg-hover);}
.card-excerpt{margin-top:8px;color:var(--ppg-muted);font-size:13px;line-height:1.45;}
.platform-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:5px;margin-bottom:8px;}
.platform-badges span{font-size:10px;font-weight:900;text-transform:uppercase;color:#fff;border-radius:999px;padding:3px 7px;background:linear-gradient(135deg,rgba(0,168,255,.75),rgba(29,92,255,.85));}
.ppg-cover-poster .poster-thumb{aspect-ratio:2/3;}
.ppg-cover-square .poster-thumb{aspect-ratio:1/1;}
.ppg-cover-wide .poster-thumb{aspect-ratio:16/9;}
.ppg-cover-wide .single-cover{max-width:520px;}
.ppg-cover-wide .single-cover img{aspect-ratio:16/9;object-fit:cover;}
.nav-links{display:flex;justify-content:center;gap:8px;margin:32px 0;}
.page-numbers{display:inline-flex;min-width:38px;height:38px;align-items:center;justify-content:center;border-radius:10px;background:var(--ppg-panel);border:1px solid var(--ppg-border);color:var(--ppg-text);font-weight:900;}
.page-numbers.current,.page-numbers:hover{background:linear-gradient(135deg,var(--ppg-accent),var(--ppg-accent2));color:#fff;}
.single-main{max-width:var(--ppg-content-width);}
.single-article{padding:24px;}
.single-header{text-align:left;margin-bottom:22px;}
.single-header .platform-badges{justify-content:flex-start;}
.single-title{margin:0;font-size:clamp(28px,4vw,56px);line-height:1.02;text-transform:uppercase;font-weight:900;letter-spacing:.02em;}
.single-header .entry-meta{justify-content:flex-start;}
.single-layout{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);gap:28px;align-items:start;}
.single-cover{border-radius:var(--ppg-cover-radius);overflow:hidden;background:var(--ppg-card);box-shadow:0 20px 45px rgba(0,0,0,.48),0 0 0 1px rgba(255,255,255,.09);}
.single-cover img{width:100%;height:auto;}
.entry-content{font-size:17px;color:var(--ppg-text);}
.entry-content h2,.entry-content h3{color:var(--ppg-title);line-height:1.2;}
.entry-content a{text-decoration:underline;text-underline-offset:3px;}
.entry-content table{width:100%;border-collapse:collapse;}
.entry-content td,.entry-content th{border:1px solid var(--ppg-border);padding:10px;}
.game-details-table{width:100%;border-collapse:collapse;margin:0 0 22px;background:rgba(255,255,255,.03);border-radius:var(--ppg-radius);overflow:hidden;}
.game-details-table th,.game-details-table td{border-bottom:1px solid var(--ppg-border);padding:12px;text-align:left;}
.game-details-table th{width:170px;color:var(--ppg-muted);text-transform:uppercase;font-size:12px;}
.share-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:24px;padding-top:18px;border-top:1px solid var(--ppg-border);font-weight:900;text-transform:uppercase;}
.share-row a{padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.06);font-size:12px;}
.related-grid{--ppg-cols:4;}
.comments-area{margin-top:26px;padding:24px;}
.comment-list{margin:0 0 24px;padding-left:22px;}
.empty-state{padding:42px;text-align:center;}
.empty-state h1,.empty-state h2{margin-top:0;text-transform:uppercase;font-weight:900;}
.site-main-centered{max-width:760px;margin:40px auto;}
.footer-widgets{display:grid;gap:18px;margin:34px 0 18px;}
.footer-cols-1{grid-template-columns:1fr;}
.footer-cols-2{grid-template-columns:repeat(2,1fr);}
.footer-cols-3{grid-template-columns:repeat(3,1fr);}
.footer-cols-4{grid-template-columns:repeat(4,1fr);}
.site-footer{margin-top:34px;color:var(--ppg-muted);}
.footer-bottom{display:flex;justify-content:space-between;gap:16px;align-items:center;border-top:1px solid rgba(255,255,255,.08);padding:18px 0;font-size:12px;font-weight:800;text-transform:uppercase;}
.footer-menu ul{display:flex;gap:14px;list-style:none;margin:0;padding:0;}
.back-to-top{position:fixed;right:20px;bottom:20px;width:44px;height:44px;border-radius:50%;border:0;background:linear-gradient(135deg,var(--ppg-accent),var(--ppg-accent2));color:#fff;font-weight:900;cursor:pointer;box-shadow:0 12px 32px rgba(0,0,0,.35);opacity:0;pointer-events:none;transform:translateY(8px);transition:.2s;}
.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0);}
.header-boxed{border-color:rgba(0,168,255,.18);}
.header-clean,.header-clean.site-header{background:transparent;border-color:transparent;box-shadow:none;backdrop-filter:none;}
@media (max-width:1180px){.site-layout{grid-template-columns:220px minmax(0,1fr);gap:18px;}
.poster-grid{grid-template-columns:repeat(var(--ppg-cols-tablet),minmax(160px,1fr));}
.feature-strip{grid-template-columns:repeat(3,1fr);}
.feature-block:nth-child(3){border-right:0;}
.feature-block:nth-child(n/**/+4){border-top:1px solid rgba(255,255,255,.08);}}
@media (max-width:980px){.site-shell{padding-left:12px;padding-right:12px;}
.site-header-inner{flex-wrap:wrap;gap:10px;padding:12px;}
.menu-toggle{display:block;}
.site-branding{flex:1;}
.main-navigation{display:none;flex:1 1 100%;order:5;justify-content:flex-start;}
.main-navigation.is-open{display:block;}
.main-navigation ul{align-items:stretch;flex-direction:column;}
.main-navigation a{padding:10px;}
.header-search{flex:1 1 100%;order:6;}
.site-layout,.ppg-layout-right-sidebar .site-layout{display:block;}
.site-sidebar{margin-bottom:20px;}
.site-sidebar-inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.site-main{max-width:none;}
.hero-section{min-height:min(var(--ppg-hero-height),320px);padding:24px;}
.single-layout{grid-template-columns:1fr;}
.single-cover{max-width:300px;}
.footer-widgets{grid-template-columns:repeat(2,1fr)!important;}
.footer-bottom{flex-direction:column;text-align:center;}
.topbar-inner{gap:10px;flex-direction:column;align-items:flex-start;}
.ppg-sticky-header .site-header{top:0;}}
@media (max-width:640px){body{font-size:14px;}
.site-shell{padding-left:10px;padding-right:10px;}
.site-sidebar-inner{grid-template-columns:1fr;}
.poster-grid{grid-template-columns:repeat(var(--ppg-cols-mobile),minmax(0,1fr));gap:calc(var(--ppg-grid-gap-y) * .85) calc(var(--ppg-grid-gap-x) * .85);}
.content-card{max-width:220px;}
.feature-strip{grid-template-columns:1fr;}
.feature-block{border-right:0;border-top:1px solid rgba(255,255,255,.08);justify-content:flex-start;}
.feature-block:first-child{border-top:0;}
.hero-content h1{font-size:38px;}
.hero-content p{font-size:12px;letter-spacing:.08em;}
.single-article{padding:18px;}
.footer-widgets{grid-template-columns:1fr!important;}
.footer-menu ul{justify-content:center;flex-wrap:wrap;}
.site-logo-main{font-size:22px;}
.single-title{font-size:30px;}
.game-details-table th{width:auto;display:block;border-bottom:0;}
.game-details-table td{display:block;}
.content-card .entry-meta{display:none;}}
.ppg-cover-auto .poster-grid{align-items:start;}
.ppg-cover-auto .poster-thumb{aspect-ratio:var(--ppg-dynamic-ratio,300/374);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(0,0,0,.22)),var(--ppg-card);}
.ppg-cover-auto .poster-thumb img{width:100%;height:100%;object-fit:contain;background:transparent;}
.ppg-cover-auto .poster-thumb.is-natural{aspect-ratio:var(--ppg-dynamic-ratio,300/374);}
.ppg-cover-auto .content-card.cover-type-ps5 .poster-thumb,
.ppg-cover-auto .content-card.cover-type-ps4 .poster-thumb,
.ppg-cover-auto .content-card.cover-type-ps3 .poster-thumb{--ppg-dynamic-ratio:300/374;}
.ppg-cover-auto .content-card.cover-type-ps2 .poster-thumb,
.ppg-cover-auto .content-card.cover-type-psx .poster-thumb{--ppg-dynamic-ratio:2/3;}
.ppg-cover-auto .content-card.cover-type-psp .poster-thumb{--ppg-dynamic-ratio:7/8;}
.ppg-cover-ps2 .poster-thumb,.ppg-cover-psx .poster-thumb{aspect-ratio:2/3;}
.ppg-cover-psp .poster-thumb{aspect-ratio:7/8;}
.ppg-cover-ps2 .poster-thumb img,.ppg-cover-psx .poster-thumb img,.ppg-cover-psp .poster-thumb img{object-fit:contain;background:var(--ppg-card);}
.poster-grid{--ppg-grid-card-width:calc(340px * var(--ppg-home-cover-scale,49) / 100);grid-template-columns:repeat(auto-fill,minmax(min(100%,var(--ppg-grid-card-width)),var(--ppg-grid-card-width)));justify-content:start;align-items:start;gap:max(8px,calc(var(--ppg-grid-gap-y) * .55)) max(6px,calc(var(--ppg-grid-gap-x) * .45));}
.poster-grid .content-card{max-width:var(--ppg-grid-card-width);margin-left:0;margin-right:0;}
.poster-grid .poster-thumb{width:100%;}
@media (max-width:640px){.poster-grid{justify-content:center;}}
.feature-block{position:relative;overflow:hidden;}
.feature-icon-image{background:transparent;box-shadow:none;padding:0;overflow:hidden;}
.feature-icon-image img{width:100%;height:100%;object-fit:contain;border-radius:10px;}
.feature-image-style-icon.has-feature-image .feature-icon{width:54px;height:54px;min-width:54px;}
.feature-image-style-full.has-feature-image{display:block;padding:0;min-height:74px;background:transparent;border-right:1px solid rgba(255,255,255,.08);}
.feature-image-style-full.has-feature-image .feature-button-image{width:100%;height:100%;min-height:74px;object-fit:cover;display:block;transition:transform .2s ease,filter .2s ease;}
.feature-image-style-full.has-feature-image:hover .feature-button-image{transform:scale(1.03);filter:brightness(1.08);}
.feature-image-style-background.has-feature-image{background-size:cover;background-position:center;min-height:86px;isolation:isolate;}
.feature-image-style-background.has-feature-image:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,5,12,.72),rgba(3,5,12,.28));z-index:-1;}
.feature-image-style-background.has-feature-image .feature-text{text-shadow:0 2px 12px rgba(0,0,0,.85);}
@media (max-width:640px){.feature-image-style-full.has-feature-image,.feature-image-style-full.has-feature-image .feature-button-image{min-height:68px;}}
.ppg-pro-polish{--ppg-soft-line:rgba(255,255,255,.095);--ppg-blue-glow:rgba(0,168,255,.28);--ppg-blue-glow-strong:rgba(0,168,255,.42);--ppg-deep-shadow:0 24px 70px rgba(0,0,0,.42);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;}
.ppg-pro-polish body{}
.ppg-pro-polish .site-shell{position:relative;}
.ppg-pro-polish .site-shell:before{content:"";position:fixed;left:50%;top:-180px;width:min(880px,80vw);height:420px;transform:translateX(-50%);background:radial-gradient(circle,rgba(0,168,255,.18),transparent 68%);pointer-events:none;z-index:-1;filter:blur(4px);}
.ppg-pro-polish .site-header{border-color:rgba(126,210,255,.16);background:linear-gradient(180deg,rgba(8,14,30,.92),rgba(5,8,18,.86));box-shadow:0 16px 48px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.065);}
.ppg-pro-polish .site-header:after{content:"";position:absolute;left:16px;right:16px;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,var(--ppg-accent),transparent);opacity:.55;pointer-events:none;}
.ppg-pro-polish .site-logo-main{filter:drop-shadow(0 0 14px rgba(0,168,255,.22));}
.ppg-pro-polish .main-navigation a{border:1px solid transparent;letter-spacing:.04em;}
.ppg-pro-polish .main-navigation a:hover,.ppg-pro-polish .main-navigation .current-menu-item>a{border-color:rgba(0,168,255,.22);background:linear-gradient(180deg,rgba(0,168,255,.15),rgba(29,92,255,.075));box-shadow:inset 0 1px 0 rgba(255,255,255,.06);}
.ppg-pro-polish .search-form{background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));box-shadow:inset 0 1px 0 rgba(255,255,255,.045);}
.ppg-pro-polish .search-submit{box-shadow:0 8px 22px rgba(0,115,255,.26);}
.ppg-pro-polish .hero-section{border-color:rgba(0,168,255,.26);box-shadow:var(--ppg-deep-shadow),inset 0 1px 0 rgba(255,255,255,.08);}
.ppg-pro-polish .hero-section:after{content:"";position:absolute;inset:auto 22px 0;height:2px;background:linear-gradient(90deg,transparent,var(--ppg-accent),var(--ppg-accent2),transparent);opacity:.78;filter:blur(.15px);}
.ppg-pro-polish .hero-content h1{background:linear-gradient(180deg,#fff 0%,#bfeeff 44%,var(--ppg-accent) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none;filter:drop-shadow(0 18px 34px rgba(0,0,0,.55)) drop-shadow(0 0 18px rgba(0,168,255,.18));}
.ppg-pro-polish .hero-content p{display:inline-block;padding:7px 10px;border:1px solid rgba(255,255,255,.075);border-radius:999px;background:rgba(0,0,0,.22);color:#d9f3ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.04);}
.ppg-pro-polish .feature-strip{border-color:rgba(0,168,255,.13);box-shadow:0 18px 48px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.05);}
.ppg-pro-polish .feature-block{transition:transform .22s ease,background .22s ease,box-shadow .22s ease,color .22s ease;isolation:isolate;}
.ppg-pro-polish .feature-block:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0,rgba(0,168,255,.18),transparent 58%);opacity:0;transition:opacity .22s ease;z-index:-1;}
.ppg-pro-polish .feature-block:hover{background:rgba(0,168,255,.08);color:#fff;transform:translateY(-1px);}
.ppg-pro-polish .feature-block:hover:after{opacity:1;}
.ppg-pro-polish .feature-icon{border:1px solid rgba(255,255,255,.09);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(0,0,0,.22);}
.ppg-pro-polish .feature-text strong{letter-spacing:.05em;}
.ppg-pro-polish .feature-text small{letter-spacing:.04em;}
.ppg-pro-polish .widget,.ppg-pro-polish .archive-header,.ppg-pro-polish .single-article,.ppg-pro-polish .comments-area,.ppg-pro-polish .empty-state{border-color:var(--ppg-soft-line);box-shadow:0 18px 52px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.045);}
.ppg-pro-polish .widget-title{letter-spacing:.045em;color:#dff6ff;}
.ppg-pro-polish .widget-title:after{height:2px;background:linear-gradient(90deg,var(--ppg-accent),rgba(29,92,255,.65),transparent);}
.ppg-pro-polish .sidebar-menu a,.ppg-pro-polish .ppg-compact-links a,.ppg-pro-polish .widget li a{position:relative;padding:8px 10px;border-radius:10px;background:linear-gradient(90deg,rgba(255,255,255,.035),transparent);border:1px solid transparent;}
.ppg-pro-polish .sidebar-menu a:hover,.ppg-pro-polish .ppg-compact-links a:hover,.ppg-pro-polish .widget li a:hover{border-color:rgba(0,168,255,.18);background:linear-gradient(90deg,rgba(0,168,255,.14),rgba(29,92,255,.035));transform:translateX(4px);}
.ppg-pro-polish .poster-thumb{border:1px solid rgba(255,255,255,.11);box-shadow:0 18px 38px rgba(0,0,0,.48),0 0 0 1px rgba(0,168,255,.05),inset 0 1px 0 rgba(255,255,255,.06);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,filter .22s ease;}
.ppg-pro-polish .poster-thumb img{transition:transform .28s ease,filter .28s ease;}
.ppg-pro-polish.ppg-cover-hover-zoom .content-card:hover .poster-thumb img{transform:scale(1.035);filter:saturate(1.08) contrast(1.03);}
.ppg-pro-polish .content-card:hover .poster-thumb{border-color:rgba(0,168,255,.38);box-shadow:0 24px 48px rgba(0,0,0,.52),0 0 26px rgba(0,168,255,.16),inset 0 1px 0 rgba(255,255,255,.08);}
.ppg-pro-polish .poster-thumb:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 34%,rgba(255,255,255,.16) 43%,transparent 53%);opacity:0;transform:translateX(-45%);transition:opacity .22s ease,transform .55s ease;z-index:3;pointer-events:none;}
.ppg-pro-polish .content-card:hover .poster-thumb:before{opacity:1;transform:translateX(45%);}
.ppg-pro-polish .card-body{padding-top:9px;}
.ppg-pro-polish .card-title{display:-webkit-box;-webkit-line-clamp:var(--ppg-card-title-lines,2);-webkit-box-orient:vertical;overflow:hidden;letter-spacing:.025em;text-shadow:0 2px 14px rgba(0,0,0,.32);}
.ppg-pro-polish .entry-meta{opacity:.88;}
.ppg-pro-polish .platform-badges span{box-shadow:0 8px 18px rgba(0,75,190,.22);border:1px solid rgba(255,255,255,.12);}
.ppg-pro-polish .single-article{background:linear-gradient(180deg,rgba(16,24,39,.9),rgba(9,14,27,.82));}
.ppg-pro-polish .single-title{letter-spacing:.035em;background:linear-gradient(180deg,#fff,#cfefff);-webkit-background-clip:text;background-clip:text;color:transparent;}
.ppg-pro-polish .entry-content img{border-radius:var(--ppg-cover-radius);box-shadow:0 18px 44px rgba(0,0,0,.32);}
.ppg-pro-polish .entry-content blockquote{margin:22px 0;padding:18px 22px;border-left:3px solid var(--ppg-accent);background:rgba(255,255,255,.04);border-radius:0 var(--ppg-radius) var(--ppg-radius) 0;}
.ppg-pro-polish .entry-content code,.ppg-pro-polish .entry-content pre{background:rgba(0,0,0,.32);border:1px solid var(--ppg-border);border-radius:10px;}
.ppg-pro-polish .entry-content pre{padding:14px;overflow:auto;}
.ppg-pro-polish .game-details-table{box-shadow:inset 0 1px 0 rgba(255,255,255,.04);}
.ppg-pro-polish .share-row a,.ppg-pro-polish .page-numbers{transition:transform .18s ease,box-shadow .18s ease,background .18s ease;}
.ppg-pro-polish .share-row a:hover,.ppg-pro-polish .page-numbers:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(0,115,255,.18);}
.ppg-pro-polish .back-to-top{box-shadow:0 14px 34px rgba(0,0,0,.4),0 0 20px rgba(0,168,255,.22);}
.ppg-pro-polish :focus-visible{outline:2px solid var(--ppg-accent);outline-offset:3px;border-radius:8px;}
.ppg-pro-polish ::selection{background:rgba(0,168,255,.35);color:#fff;}
.ppg-pro-polish::-webkit-scrollbar{width:12px;}
.ppg-pro-polish::-webkit-scrollbar-track{background:#03050b;}
.ppg-pro-polish::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--ppg-accent),var(--ppg-accent2));border:3px solid #03050b;border-radius:999px;}
.ppg-pro-polish.ppg-has-js .ppg-reveal{opacity:0;transform:translateY(12px);transition:opacity .45s ease,transform .45s ease;}
.ppg-pro-polish.ppg-has-js .ppg-reveal.ppg-is-visible{opacity:1;transform:translateY(0);}
@media (prefers-reduced-motion:reduce){.ppg-pro-polish *{scroll-behavior:auto!important;transition:none!important;animation:none!important;}
.ppg-pro-polish.ppg-has-js .ppg-reveal{opacity:1!important;transform:none!important;}}
@media (max-width:980px){.ppg-pro-polish .site-header{border-radius:16px;}
.ppg-pro-polish .hero-content p{border-radius:14px;}
.ppg-pro-polish .sidebar-menu a,.ppg-pro-polish .ppg-compact-links a,.ppg-pro-polish .widget li a{padding:7px 9px;}}
.ppg-has-left-sidebar.ppg-layout-left-sidebar .site-layout{display:grid;grid-template-columns:var(--ppg-sidebar-width) minmax(0,1fr);gap:30px;align-items:start;}
.ppg-has-left-sidebar.ppg-layout-left-sidebar .site-sidebar-left{display:block;grid-column:1;grid-row:1;}
.ppg-has-left-sidebar.ppg-layout-left-sidebar .site-main{grid-column:2;grid-row:1;max-width:var(--ppg-content-width);margin-left:0;margin-right:0;}
.ppg-no-left-sidebar:not(.ppg-has-right-sidebar) .site-layout{display:block;}
.ppg-no-left-sidebar:not(.ppg-has-right-sidebar) .site-sidebar-left{display:none!important;}
.ppg-no-left-sidebar:not(.ppg-has-right-sidebar) .site-main{max-width:var(--ppg-content-width);margin-left:auto;margin-right:auto;}
.ppg-has-right-sidebar.ppg-layout-right-sidebar .site-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--ppg-sidebar-width);gap:30px;align-items:start;}
.ppg-has-right-sidebar.ppg-layout-right-sidebar .site-sidebar-right{display:block;grid-column:2;grid-row:1;}
.ppg-has-right-sidebar.ppg-layout-right-sidebar .site-main{grid-column:1;grid-row:1;max-width:var(--ppg-content-width);}
.single-main .hero-section{margin-bottom:14px;}
.single-main .feature-strip{margin-bottom:22px;}
@media (max-width:980px){.ppg-has-left-sidebar.ppg-layout-left-sidebar .site-layout,
  .ppg-has-right-sidebar.ppg-layout-right-sidebar .site-layout{display:block;}
.ppg-has-left-sidebar.ppg-layout-left-sidebar .site-sidebar-left,
  .ppg-has-right-sidebar.ppg-layout-right-sidebar .site-sidebar-right{margin-bottom:20px;}
.ppg-has-left-sidebar.ppg-layout-left-sidebar .site-main,
  .ppg-has-right-sidebar.ppg-layout-right-sidebar .site-main{max-width:none;margin-left:auto;margin-right:auto;}}
.ppg-pro-polish .site-layout{gap:24px;}
.ppg-pro-polish .site-main{position:relative;overflow:hidden;padding:14px 14px 26px;border:1px solid rgba(126,210,255,.14);border-radius:calc(var(--ppg-radius) + 8px);background:radial-gradient(circle at 22% 0%,rgba(0,168,255,.14),transparent 34%),
    linear-gradient(180deg,rgba(13,21,39,.86) 0%,rgba(8,13,26,.78) 45%,rgba(5,8,18,.72) 100%);box-shadow:0 24px 70px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.055);backdrop-filter:blur(14px);}
.ppg-pro-polish .site-main:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(0,168,255,.08),transparent),
    radial-gradient(circle at 78% 18%,rgba(29,92,255,.12),transparent 32%);opacity:.75;z-index:0;}
.ppg-pro-polish .site-main > *{position:relative;z-index:1;}
.ppg-pro-polish .site-main > .hero-section{margin:-14px -14px 0;border:0;border-radius:calc(var(--ppg-radius) + 8px) calc(var(--ppg-radius) + 8px) 0 0;box-shadow:none;background-color:transparent;}
.ppg-pro-polish .site-main > .hero-section:after{left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,168,255,.72),rgba(126,210,255,.32),transparent);opacity:.75;}
.ppg-pro-polish .site-main > .feature-strip{margin:0 -14px 24px;border-left:0;border-right:0;border-top:0;border-bottom:1px solid rgba(255,255,255,.08);border-radius:0;background:linear-gradient(180deg,rgba(7,12,25,.82),rgba(7,12,25,.52));box-shadow:none;backdrop-filter:none;}
.ppg-pro-polish .site-main > .feature-strip + .ad-slot,
.ppg-pro-polish .site-main > .ad-slot{margin-top:18px;}
.ppg-pro-polish .archive-header,
.ppg-pro-polish .single-article,
.ppg-pro-polish .comments-area,
.ppg-pro-polish .empty-state{background:transparent;border:0;box-shadow:none;backdrop-filter:none;}
.ppg-pro-polish .archive-header{margin:0 0 18px;padding:4px 4px 16px;border-bottom:1px solid rgba(255,255,255,.08);}
.ppg-pro-polish .single-article{padding:6px 4px 2px;}
.ppg-pro-polish .single-header{padding-bottom:18px;margin-bottom:22px;border-bottom:1px solid rgba(255,255,255,.08);}
.ppg-pro-polish .single-content-wrap,
.ppg-pro-polish .entry-content{position:relative;}
.ppg-pro-polish .content-section{margin-top:20px;}
.ppg-pro-polish .section-heading{margin:0 0 16px;padding:0 4px 10px;border-bottom:1px solid rgba(255,255,255,.06);}
.ppg-pro-polish .poster-grid{padding:2px 0 6px;}
.ppg-pro-polish .related-posts{padding-top:22px;border-top:1px solid rgba(255,255,255,.08);}
.ppg-pro-polish .comments-area{margin-top:24px;padding:22px 4px 0;border-top:1px solid rgba(255,255,255,.08);border-radius:0;}
.ppg-pro-polish .empty-state{padding:38px 10px;}
.ppg-pro-polish .site-sidebar-inner{gap:0;padding:14px;border:1px solid rgba(126,210,255,.12);border-radius:calc(var(--ppg-radius) + 6px);background:linear-gradient(180deg,rgba(13,21,39,.74),rgba(5,8,18,.58));box-shadow:0 20px 56px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.045);backdrop-filter:blur(12px);}
.ppg-pro-polish .site-sidebar .widget{margin:0;padding:15px 4px;background:transparent;border:0;border-radius:0;box-shadow:none;backdrop-filter:none;}
.ppg-pro-polish .site-sidebar .widget + .widget{border-top:1px solid rgba(255,255,255,.08);}
.ppg-pro-polish .site-sidebar .widget:first-child{padding-top:2px;}
.ppg-pro-polish .site-sidebar .widget:last-child{padding-bottom:2px;}
.ppg-pro-polish .footer-widgets{padding:14px;border:1px solid rgba(126,210,255,.10);border-radius:calc(var(--ppg-radius) + 6px);background:linear-gradient(180deg,rgba(13,21,39,.62),rgba(5,8,18,.48));box-shadow:0 16px 44px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.04);}
.ppg-pro-polish .footer-widgets .widget{background:transparent;border:0;box-shadow:none;backdrop-filter:none;}
@media (max-width:980px){.ppg-pro-polish .site-layout{gap:18px;}
.ppg-pro-polish .site-main{padding:12px 12px 22px;border-radius:18px;}
.ppg-pro-polish .site-main > .hero-section{margin:-12px -12px 0;border-radius:18px 18px 0 0;}
.ppg-pro-polish .site-main > .feature-strip{margin:0 -12px 20px;}
.ppg-pro-polish .site-sidebar-inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;}
.ppg-pro-polish .site-sidebar .widget + .widget{border-top:0;}}
@media (max-width:640px){.ppg-pro-polish .site-main{padding:10px 10px 18px;border-radius:16px;}
.ppg-pro-polish .site-main > .hero-section{margin:-10px -10px 0;border-radius:16px 16px 0 0;}
.ppg-pro-polish .site-main > .feature-strip{margin:0 -10px 18px;}
.ppg-pro-polish .site-sidebar-inner{grid-template-columns:1fr;}
.ppg-pro-polish .site-sidebar .widget + .widget{border-top:1px solid rgba(255,255,255,.08);}
.ppg-pro-polish .archive-header{padding-bottom:12px;}
.ppg-pro-polish .single-header{padding-bottom:14px;}}
.hero-section.hero-section-fit{position:relative;display:block;min-height:0!important;padding:0!important;background-image:none!important;background-color:#020714;overflow:hidden;line-height:0;}
.hero-section.hero-section-fit .hero-media{position:relative;z-index:0;width:100%;line-height:0;background:linear-gradient(180deg,#030712,#060b18);}
.hero-section.hero-section-fit .hero-image{display:block;width:100%;height:auto!important;max-width:none;object-fit:contain!important;object-position:center center!important;}
.hero-section.hero-section-fit:before{z-index:1;pointer-events:none;}
.hero-section.hero-section-fit:after{z-index:3;pointer-events:none;}
.hero-section.hero-section-fit .hero-content{position:absolute;left:clamp(18px,3.4vw,42px);right:clamp(18px,3.4vw,42px);bottom:clamp(18px,3.2vw,40px);z-index:2;max-width:min(680px,calc(100% - 36px));line-height:1.2;}
.ppg-pro-polish .site-main > .hero-section.hero-section-fit{min-height:0!important;background-color:#020714;}
.ppg-pro-polish .site-main > .hero-section.hero-section-fit .hero-media{border-radius:inherit;overflow:hidden;}
.ppg-pro-polish .site-main > .hero-section.hero-section-fit .hero-image{border-radius:inherit;}
@media (max-width:980px){.hero-section.hero-section-fit .hero-content{bottom:20px;left:20px;right:20px;}
.hero-section.hero-section-fit .hero-content h1{font-size:clamp(28px,8vw,56px);}}
@media (max-width:640px){.hero-section.hero-section-fit .hero-content{bottom:14px;left:14px;right:14px;}
.hero-section.hero-section-fit .hero-content p{margin-bottom:0;font-size:10px;padding:5px 8px;}}
.mini-poster-list-dynamic{gap:12px;}
.mini-poster-list-dynamic .mini-poster{grid-template-columns:78px minmax(0,1fr);align-items:start;gap:11px;}
.mini-poster-list-dynamic .mini-poster-img{width:78px;height:auto;aspect-ratio:var(--ppg-dynamic-ratio,300/374);border-radius:10px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(0,0,0,.24)),var(--ppg-card);}
.mini-poster-list-dynamic .mini-poster-img img{width:100%;height:100%;object-fit:contain;background:transparent;}
.mini-poster-list-dynamic .mini-poster-img.is-natural{aspect-ratio:var(--ppg-dynamic-ratio,300/374);}
.mini-poster-list-dynamic .mini-poster.cover-type-ps5 .mini-poster-img,
.mini-poster-list-dynamic .mini-poster.cover-type-ps4 .mini-poster-img,
.mini-poster-list-dynamic .mini-poster.cover-type-ps3 .mini-poster-img{--ppg-dynamic-ratio:300/374;}
.mini-poster-list-dynamic .mini-poster.cover-type-ps2 .mini-poster-img,
.mini-poster-list-dynamic .mini-poster.cover-type-psx .mini-poster-img{--ppg-dynamic-ratio:2/3;}
.mini-poster-list-dynamic .mini-poster.cover-type-psp .mini-poster-img{--ppg-dynamic-ratio:7/8;}
.mini-poster-list-dynamic .mini-poster-title{padding-top:2px;}
@media (max-width:980px){.mini-poster-list-dynamic .mini-poster{grid-template-columns:74px minmax(0,1fr);}
.mini-poster-list-dynamic .mini-poster-img{width:74px;}}
.single-title{font-size:clamp(var(--ppg-single-title-size-mobile,30px),4vw,var(--ppg-single-title-size,56px));line-height:var(--ppg-single-title-line-height,1.02);letter-spacing:var(--ppg-single-title-letter-spacing,.02em);font-weight:var(--ppg-single-title-weight,900);}
.single-title-logo-wrap{display:flex;justify-content:center;text-align:center;width:100%;margin:2px 0 10px;line-height:0;}
.single-title-logo-align-left,
.single-title-logo-align-center,
.single-title-logo-align-right{justify-content:center;text-align:center;}
.single-title-logo-img{display:block;width:auto;height:auto;margin-left:auto;margin-right:auto;max-width:min(100%,var(--ppg-single-title-logo-max-width,420px));max-height:var(--ppg-single-title-logo-max-height,143px);object-fit:contain;filter:drop-shadow(0 18px 32px rgba(0,0,0,.45)) drop-shadow(0 0 18px rgba(0,168,255,.16));}
.ppg-pro-polish .single-title-logo-wrap{padding:2px 0 4px;}
.ppg-pro-polish .single-title-logo-img{filter:drop-shadow(0 20px 36px rgba(0,0,0,.52)) drop-shadow(0 0 22px rgba(0,168,255,.2));}
@media (max-width:640px){.single-title{font-size:var(--ppg-single-title-size-mobile,30px);}
.single-title-logo-img{max-height:min(var(--ppg-single-title-logo-max-height,143px),90px);}}
.site-layout > .visual-top-area{grid-column:1 / -1;grid-row:1;width:100%;min-width:0;margin:0 0 24px;overflow:hidden;border-radius:calc(var(--ppg-radius) + 8px);background:linear-gradient(180deg,rgba(13,21,39,.70),rgba(5,8,18,.56));border:1px solid rgba(126,210,255,.13);box-shadow:0 24px 70px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.05);}
.site-layout > .visual-top-area:empty{display:none;}
.ppg-has-left-sidebar.ppg-layout-left-sidebar .site-layout > .visual-top-area ~ .site-sidebar-left,
.ppg-has-right-sidebar.ppg-layout-right-sidebar .site-layout > .visual-top-area ~ .site-sidebar-right{grid-row:2;}
.ppg-has-left-sidebar.ppg-layout-left-sidebar .site-layout > .visual-top-area ~ .site-main,
.ppg-has-right-sidebar.ppg-layout-right-sidebar .site-layout > .visual-top-area ~ .site-main{grid-row:2;}
.ppg-no-left-sidebar:not(.ppg-has-right-sidebar) .site-layout > .visual-top-area{margin-left:auto;margin-right:auto;}
.visual-top-area > .hero-section.hero-section-fit{margin:0;border:0;border-radius:calc(var(--ppg-radius) + 8px) calc(var(--ppg-radius) + 8px) 0 0;box-shadow:none;background-color:#020714;}
.visual-top-area > .hero-section.hero-section-fit .hero-media,
.visual-top-area > .hero-section.hero-section-fit .hero-image{border-radius:inherit;}
.visual-top-area > .hero-section.hero-section-fit:after{left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,168,255,.72),rgba(126,210,255,.32),transparent);opacity:.72;}
.visual-top-area > .feature-strip{margin:0;border-left:0;border-right:0;border-bottom:0;border-top:1px solid rgba(255,255,255,.08);border-radius:0 0 calc(var(--ppg-radius) + 8px) calc(var(--ppg-radius) + 8px);box-shadow:none;backdrop-filter:none;background:linear-gradient(180deg,rgba(7,12,25,.82),rgba(7,12,25,.56));}
.ppg-pro-polish .visual-top-area > .feature-strip{margin:0;border-radius:0 0 calc(var(--ppg-radius) + 8px) calc(var(--ppg-radius) + 8px);}
.ppg-pro-polish .site-main > .hero-section,
.ppg-pro-polish .site-main > .feature-strip{margin-left:0;margin-right:0;}
.cover-wall-section{position:relative;overflow:hidden;margin:0;padding:13px 0 14px;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.075);background:radial-gradient(circle at 18% 50%,rgba(0,168,255,.12),transparent 30%),
    linear-gradient(90deg,rgba(3,7,16,.92),rgba(7,14,29,.82) 42%,rgba(3,7,16,.94));}
.cover-wall-section:before,
.cover-wall-section:after{content:"";position:absolute;top:0;bottom:0;width:min(130px,12vw);z-index:3;pointer-events:none;}
.cover-wall-section:before{left:0;background:linear-gradient(90deg,rgba(3,7,16,.98),rgba(3,7,16,0));}
.cover-wall-section:after{right:0;background:linear-gradient(270deg,rgba(3,7,16,.98),rgba(3,7,16,0));}
.cover-wall-viewport{overflow:hidden;width:100%;}
.cover-wall-track{display:flex;align-items:center;gap:0;width:max-content;will-change:transform;animation:ppgCoverWallRtl var(--ppg-wall-duration,38s) linear infinite;}
.cover-wall-dir-ltr .cover-wall-track{animation-name:ppgCoverWallLtr;}
.cover-wall-set{display:flex;align-items:center;gap:13px;flex:0 0 auto;padding-right:13px;}
.cover-wall-thumb{position:relative;flex:0 0 auto;display:block;height:var(--ppg-wall-cover-height,150px);width:auto;aspect-ratio:var(--ppg-wall-ratio,300/374);overflow:hidden;border-radius:11px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(0,0,0,.25)),var(--ppg-card);box-shadow:0 18px 34px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.09),0 0 18px rgba(0,168,255,.10);transform:translateZ(0);}
.cover-wall-img{display:block;width:100%;height:100%;max-width:none;object-fit:contain;object-position:center center;transition:transform .25s ease,filter .25s ease;}
.cover-wall-title{position:absolute;left:0;right:0;bottom:0;z-index:2;display:block;padding:12px 8px 8px;color:#fff;font-size:10px;line-height:1.18;font-weight:900;text-align:center;text-transform:uppercase;letter-spacing:.02em;background:linear-gradient(180deg,transparent,rgba(0,0,0,.82));opacity:0;transform:translateY(6px);transition:.2s ease;}
.cover-wall-thumb:hover .cover-wall-img{transform:scale(1.035);filter:brightness(1.08);}
.cover-wall-thumb:hover .cover-wall-title{opacity:1;transform:translateY(0);}
.cover-wall-pause-hover:hover .cover-wall-track{animation-play-state:paused;}
@keyframes ppgCoverWallRtl{from{transform:translate3d(0,0,0);}
to{transform:translate3d(-50%,0,0);}}
@keyframes ppgCoverWallLtr{from{transform:translate3d(-50%,0,0);}
to{transform:translate3d(0,0,0);}}
@media (prefers-reduced-motion:reduce){.cover-wall-track{animation:none!important;transform:none!important;}}
@media (max-width:980px){.site-layout > .visual-top-area{margin-bottom:20px;border-radius:18px;}
.visual-top-area > .hero-section.hero-section-fit{border-radius:18px 18px 0 0;}
.visual-top-area > .feature-strip{border-radius:0 0 18px 18px;}
.cover-wall-section{padding:11px 0 12px;}
.cover-wall-thumb{height:min(var(--ppg-wall-cover-height,150px),132px);border-radius:10px;}
.cover-wall-set{gap:10px;padding-right:10px;}}
@media (max-width:640px){.site-layout > .visual-top-area{margin-bottom:18px;border-radius:16px;}
.visual-top-area > .hero-section.hero-section-fit{border-radius:16px 16px 0 0;}
.visual-top-area > .feature-strip{border-radius:0 0 16px 16px;}
.cover-wall-section{padding:9px 0 10px;}
.cover-wall-thumb{height:min(var(--ppg-wall-cover-height,150px),112px);border-radius:9px;}
.cover-wall-set{gap:8px;padding-right:8px;}
.cover-wall-title{display:none;}}
.site-header.has-header-texture,
.ppg-pro-polish .site-header.has-header-texture{background-image:linear-gradient(135deg,rgba(5,8,18,.42),rgba(5,8,18,.66)),var(--ppg-header-bg-url)!important;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important;}
.ppg-metacritic-box{display:flex;flex-wrap:wrap;align-items:center;gap:10px;width:fit-content;max-width:100%;margin-top:14px;padding:10px 12px;border:1px solid rgba(126,210,255,.18);border-radius:16px;background:linear-gradient(135deg,rgba(255,255,255,.065),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 12px 28px rgba(0,0,0,.22);color:var(--ppg-text);text-decoration:none!important;}
.ppg-metacritic-box:hover{border-color:rgba(0,168,255,.36);box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 16px 34px rgba(0,0,0,.30),0 0 22px rgba(0,168,255,.10);}
.ppg-mc-brand{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#dff6ff;}
.ppg-mc-score,.ppg-mc-user{display:inline-flex;align-items:center;gap:7px;padding:5px 8px;border-radius:999px;background:rgba(0,0,0,.24);border:1px solid rgba(255,255,255,.075);}
.ppg-mc-score-number,.ppg-mc-user-number{display:inline-grid;place-items:center;min-width:34px;height:34px;border-radius:9px;font-weight:950;font-size:18px;line-height:1;color:#071018;text-shadow:none;}
.ppg-mc-user-number{min-width:32px;height:32px;font-size:16px;}
.ppg-mc-score-label,.ppg-mc-user-label,.ppg-mc-open{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:var(--ppg-muted);}
.ppg-mc-open{padding-left:2px;color:#bfeeff;}
.ppg-mc-good .ppg-mc-score-number,.ppg-mc-good .ppg-mc-user-number{background:#66cc33;}
.ppg-mc-mixed .ppg-mc-score-number,.ppg-mc-mixed .ppg-mc-user-number{background:#ffcc33;}
.ppg-mc-bad .ppg-mc-score-number,.ppg-mc-bad .ppg-mc-user-number{background:#ff4e42;color:#fff;}
.ppg-metacritic-style-card{padding:16px 18px;border-radius:20px;gap:14px;background:radial-gradient(circle at 0 0,rgba(0,168,255,.14),transparent 45%),linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03));}
.ppg-metacritic-style-card .ppg-mc-brand{width:100%;font-size:13px;}
.ppg-metacritic-style-card .ppg-mc-score-number{min-width:54px;height:54px;border-radius:14px;font-size:28px;}
.ppg-metacritic-style-card .ppg-mc-user-number{min-width:46px;height:46px;border-radius:13px;font-size:22px;}
.ppg-mc-card-badge{position:absolute;top:8px;right:8px;z-index:4;display:grid;place-items:center;min-width:33px;height:33px;padding:0 6px;border-radius:9px;font-size:15px;font-weight:950;line-height:1;color:#071018;box-shadow:0 10px 18px rgba(0,0,0,.35),0 0 0 2px rgba(0,0,0,.24);}
.ppg-mc-card-badge.ppg-mc-good{background:#66cc33;}
.ppg-mc-card-badge.ppg-mc-mixed{background:#ffcc33;}
.ppg-mc-card-badge.ppg-mc-bad{background:#ff4e42;color:#fff;}
.ppg-pro-polish .ppg-metacritic-box{backdrop-filter:blur(12px);}
@media (max-width:640px){.ppg-metacritic-box{width:100%;justify-content:flex-start;}
.ppg-metacritic-style-card .ppg-mc-brand{width:auto;}
.ppg-mc-score-number{min-width:30px;height:30px;font-size:16px;}
.ppg-mc-user-number{min-width:29px;height:29px;font-size:14px;}}
.single-header{position:relative;padding-right:190px;min-height:78px;}
.single-header .ppg-metacritic-box{position:absolute;top:0;right:0;margin-top:0;z-index:2;}
.ppg-metacritic-box{gap:7px;padding:7px 9px;border-radius:13px;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 9px 22px rgba(0,0,0,.20);}
.ppg-metacritic-box:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 12px 26px rgba(0,0,0,.26),0 0 18px rgba(0,168,255,.09);}
.ppg-mc-brand{font-size:10px;letter-spacing:.075em;}
.ppg-mc-score,.ppg-mc-user{gap:5px;padding:4px 6px;}
.ppg-mc-score-number,.ppg-mc-user-number{min-width:28px;height:28px;border-radius:8px;font-size:15px;}
.ppg-mc-user-number{min-width:27px;height:27px;font-size:13px;}
.ppg-mc-score-label,.ppg-mc-user-label,.ppg-mc-open{font-size:9px;letter-spacing:.07em;}
.ppg-metacritic-style-card{padding:10px 12px;border-radius:16px;gap:9px;}
.ppg-metacritic-style-card .ppg-mc-brand{width:100%;font-size:11px;}
.ppg-metacritic-style-card .ppg-mc-score-number{min-width:40px;height:40px;border-radius:11px;font-size:21px;}
.ppg-metacritic-style-card .ppg-mc-user-number{min-width:35px;height:35px;border-radius:10px;font-size:17px;}
@media (max-width:860px){.single-header{padding-right:0;min-height:0;}
.single-header .ppg-metacritic-box{position:static;margin-top:12px;}}
@media (max-width:640px){.ppg-metacritic-box{width:100%;justify-content:flex-start;}
.ppg-mc-score-number{min-width:27px;height:27px;font-size:14px;}
.ppg-mc-user-number{min-width:26px;height:26px;font-size:13px;}}
.single-header{position:relative;padding-right:0!important;min-height:0!important;}
.single-header .ppg-metacritic-box{position:static!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;margin:10px 0 0 0!important;z-index:auto;}
@media (max-width:860px){.single-header .ppg-metacritic-box{margin-top:10px!important;}}
.single-header{position:relative!important;padding-right:0!important;min-height:0!important;}
.single-header .ppg-metacritic-box{position:static!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;margin:7px 0 0 0!important;z-index:auto!important;}
.ppg-metacritic-box,
.ppg-metacritic-style-card{display:inline-flex!important;align-items:center!important;flex-wrap:wrap!important;width:auto!important;max-width:min(100%, 330px)!important;gap:5px!important;padding:5px 7px!important;border-radius:11px!important;line-height:1!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 7px 16px rgba(0,0,0,.18)!important;}
.ppg-metacritic-box:hover,
.ppg-metacritic-style-card:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 9px 20px rgba(0,0,0,.23),0 0 12px rgba(0,168,255,.075)!important;}
.ppg-metacritic-box .ppg-mc-brand,
.ppg-metacritic-style-card .ppg-mc-brand{width:auto!important;font-size:8.5px!important;letter-spacing:.055em!important;line-height:1!important;margin-right:1px!important;}
.ppg-metacritic-box .ppg-mc-score,
.ppg-metacritic-box .ppg-mc-user,
.ppg-metacritic-style-card .ppg-mc-score,
.ppg-metacritic-style-card .ppg-mc-user{gap:4px!important;padding:3px 5px!important;border-radius:999px!important;}
.ppg-metacritic-box .ppg-mc-score-number,
.ppg-metacritic-box .ppg-mc-user-number,
.ppg-metacritic-style-card .ppg-mc-score-number,
.ppg-metacritic-style-card .ppg-mc-user-number{min-width:23px!important;width:auto!important;height:23px!important;padding:0 3px!important;border-radius:7px!important;font-size:12px!important;line-height:1!important;}
.ppg-metacritic-box .ppg-mc-user-number,
.ppg-metacritic-style-card .ppg-mc-user-number{min-width:22px!important;height:22px!important;font-size:11px!important;}
.ppg-metacritic-box .ppg-mc-score-label,
.ppg-metacritic-box .ppg-mc-user-label,
.ppg-metacritic-box .ppg-mc-open,
.ppg-metacritic-style-card .ppg-mc-score-label,
.ppg-metacritic-style-card .ppg-mc-user-label,
.ppg-metacritic-style-card .ppg-mc-open{font-size:7.5px!important;letter-spacing:.045em!important;line-height:1!important;}
@media (max-width:640px){.ppg-metacritic-box,
  .ppg-metacritic-style-card{max-width:100%!important;justify-content:flex-start!important;}}
.ppg-metacritic-box .ppg-mc-open,
.ppg-metacritic-style-card .ppg-mc-open{display:none!important;}
.ppg-single-box-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin:7px 0 0 0;}
.ppg-single-box-row:empty{display:none;}
.ppg-single-box-row .ppg-metacritic-box,
.ppg-single-box-row .ppg-metacritic-style-card{margin:0!important;}
.ppg-info-pill{display:inline-flex;align-items:center;gap:5px;width:auto;max-width:100%;padding:5px 7px;border-radius:11px;border:1px solid rgba(126,210,255,.16);background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.022));box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 7px 16px rgba(0,0,0,.18);color:var(--ppg-text);line-height:1;}
.ppg-info-pill .ppg-info-label{font-size:8.5px;font-weight:950;letter-spacing:.055em;text-transform:uppercase;color:#dff6ff;white-space:nowrap;}
.ppg-info-pill .ppg-info-value{display:inline-flex;align-items:center;justify-content:center;min-height:23px;padding:0 8px;border-radius:7px;background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.075);color:#fff;font-size:11px;font-weight:950;letter-spacing:.015em;white-space:nowrap;}
.ppg-age-rating-box .ppg-info-value{min-width:34px;}
.ppg-age-0 .ppg-info-value,
.ppg-age-3 .ppg-info-value,
.ppg-age-6 .ppg-info-value{background:#66cc33;color:#071018;}
.ppg-age-7 .ppg-info-value,
.ppg-age-12 .ppg-info-value{background:#ffcc33;color:#071018;}
.ppg-age-16 .ppg-info-value{background:#ff8f1f;color:#071018;}
.ppg-age-18 .ppg-info-value{background:#ff4e42;color:#fff;}
.ppg-genre-box .ppg-info-value{max-width:220px;overflow:hidden;text-overflow:ellipsis;}
@media (max-width:640px){.ppg-single-box-row{gap:6px;}
.ppg-info-pill{padding:5px 7px;}
.ppg-info-pill .ppg-info-value{max-width:180px;}}
.ppg-pegi-rating-box .ppg-info-value,
.ppg-fsk-rating-box .ppg-info-value{min-width:30px;}
.ppg-pegi-rating-box .ppg-info-label,
.ppg-fsk-rating-box .ppg-info-label{color:#dff6ff;}
.ppg-genre-box-1 .ppg-info-value,
.ppg-genre-box-2 .ppg-info-value,
.ppg-genre-box-3 .ppg-info-value{max-width:150px;overflow:hidden;text-overflow:ellipsis;}
@media (max-width:640px){.ppg-genre-box-1 .ppg-info-value,
  .ppg-genre-box-2 .ppg-info-value,
  .ppg-genre-box-3 .ppg-info-value{max-width:135px;}}
.single-header .ppg-single-box-row{width:100%;justify-content:center!important;align-items:center!important;text-align:center;margin-left:auto!important;margin-right:auto!important;}
.single-header .ppg-single-box-row .ppg-metacritic-box,
.single-header .ppg-single-box-row .ppg-metacritic-style-card,
.single-header .ppg-single-box-row .ppg-info-pill{justify-content:center!important;text-align:center;}
@media (max-width:640px){.single-header .ppg-single-box-row{justify-content:center!important;}}
.single-header .ppg-single-box-row{align-items:center!important;}
.single-header .ppg-single-box-row .ppg-metacritic-box,
.single-header .ppg-single-box-row .ppg-metacritic-style-card,
.single-header .ppg-single-box-row .ppg-info-pill{box-sizing:border-box!important;min-height:34px!important;height:34px!important;padding:4px 7px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;line-height:1!important;}
.single-header .ppg-single-box-row .ppg-metacritic-box .ppg-mc-brand,
.single-header .ppg-single-box-row .ppg-metacritic-style-card .ppg-mc-brand,
.single-header .ppg-single-box-row .ppg-info-pill .ppg-info-label{line-height:1!important;display:inline-flex!important;align-items:center!important;white-space:nowrap!important;}
.single-header .ppg-single-box-row .ppg-metacritic-box .ppg-mc-score,
.single-header .ppg-single-box-row .ppg-metacritic-box .ppg-mc-user,
.single-header .ppg-single-box-row .ppg-metacritic-style-card .ppg-mc-score,
.single-header .ppg-single-box-row .ppg-metacritic-style-card .ppg-mc-user{box-sizing:border-box!important;height:24px!important;min-height:24px!important;padding:0 5px!important;display:inline-flex!important;align-items:center!important;}
.single-header .ppg-single-box-row .ppg-metacritic-box .ppg-mc-score-number,
.single-header .ppg-single-box-row .ppg-metacritic-box .ppg-mc-user-number,
.single-header .ppg-single-box-row .ppg-metacritic-style-card .ppg-mc-score-number,
.single-header .ppg-single-box-row .ppg-metacritic-style-card .ppg-mc-user-number,
.single-header .ppg-single-box-row .ppg-info-pill .ppg-info-value{box-sizing:border-box!important;height:24px!important;min-height:24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;}
@media (max-width:640px){.single-header .ppg-single-box-row .ppg-metacritic-box,
  .single-header .ppg-single-box-row .ppg-metacritic-style-card,
  .single-header .ppg-single-box-row .ppg-info-pill{min-height:34px!important;height:34px!important;flex-wrap:nowrap!important;}}
.feature-strip,
.visual-top-area > .feature-strip,
.ppg-pro-polish .visual-top-area > .feature-strip,
.ppg-pro-polish .site-main > .feature-strip{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:center!important;gap:0!important;min-height:46px!important;margin:0!important;padding:7px 12px!important;overflow-x:auto!important;overflow-y:hidden!important;border-left:0!important;border-right:0!important;border-top:1px solid rgba(255,255,255,.08)!important;border-bottom:1px solid rgba(255,255,255,.07)!important;border-radius:0 0 calc(var(--ppg-radius) + 8px) calc(var(--ppg-radius) + 8px)!important;background:linear-gradient(90deg,rgba(0,168,255,.10),transparent 18%,transparent 82%,rgba(29,92,255,.10)),
    linear-gradient(180deg,rgba(6,11,24,.88),rgba(5,8,18,.74))!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-overflow-scrolling:touch;scrollbar-width:thin;}
.feature-strip::-webkit-scrollbar{height:4px;}
.feature-strip::-webkit-scrollbar-track{background:transparent;}
.feature-strip::-webkit-scrollbar-thumb{background:rgba(126,210,255,.28);border-radius:999px;}
.feature-block,
.ppg-pro-polish .feature-block,
.feature-image-style-full.has-feature-image,
.feature-image-style-background.has-feature-image{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-height:34px!important;height:34px!important;padding:0 15px!important;border:0!important;border-right:1px solid rgba(255,255,255,.09)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:var(--ppg-text)!important;white-space:nowrap!important;overflow:visible!important;transition:background .18s ease,color .18s ease,transform .18s ease!important;}
.feature-block:first-child{border-left:0!important;}
.feature-block:last-child{border-right:0!important;}
.feature-block:hover,
.ppg-pro-polish .feature-block:hover{background:linear-gradient(180deg,rgba(0,168,255,.14),rgba(29,92,255,.07))!important;color:#fff!important;transform:none!important;}
.ppg-pro-polish .feature-block:after,
.feature-image-style-background.has-feature-image:before{display:none!important;content:none!important;}
.feature-icon,
.ppg-pro-polish .feature-icon{width:24px!important;height:24px!important;min-width:24px!important;border-radius:7px!important;border:1px solid rgba(255,255,255,.08)!important;background:linear-gradient(135deg,rgba(0,168,255,.16),rgba(29,92,255,.12))!important;box-shadow:none!important;font-size:14px!important;line-height:1!important;}
.feature-icon-image,
.feature-image-style-icon.has-feature-image .feature-icon{width:28px!important;height:28px!important;min-width:28px!important;border:0!important;background:transparent!important;}
.feature-icon-image img{width:100%!important;height:100%!important;object-fit:contain!important;border-radius:6px!important;}
.feature-text{display:flex!important;flex-direction:row!important;align-items:center!important;gap:0!important;line-height:1!important;}
.feature-text strong{font-size:12px!important;letter-spacing:.08em!important;font-weight:950!important;text-transform:uppercase!important;}
.feature-text small{display:none!important;}
.feature-image-style-full.has-feature-image .feature-button-image{width:auto!important;max-width:82px!important;height:28px!important;min-height:0!important;object-fit:contain!important;display:block!important;border-radius:6px!important;transition:filter .18s ease!important;}
.feature-image-style-full.has-feature-image:hover .feature-button-image{transform:none!important;filter:brightness(1.12)!important;}
.feature-image-style-background.has-feature-image{background-size:0 0!important;background-image:none!important;}
@media (max-width:1180px){.feature-strip,
  .visual-top-area > .feature-strip,
  .ppg-pro-polish .visual-top-area > .feature-strip,
  .ppg-pro-polish .site-main > .feature-strip{justify-content:flex-start!important;}
.feature-block,
  .ppg-pro-polish .feature-block,
  .feature-image-style-full.has-feature-image,
  .feature-image-style-background.has-feature-image{border-top:0!important;}}
@media (max-width:640px){.feature-strip,
  .visual-top-area > .feature-strip,
  .ppg-pro-polish .visual-top-area > .feature-strip,
  .ppg-pro-polish .site-main > .feature-strip{min-height:42px!important;padding:6px 10px!important;border-radius:0 0 16px 16px!important;}
.feature-block,
  .ppg-pro-polish .feature-block,
  .feature-image-style-full.has-feature-image,
  .feature-image-style-background.has-feature-image{min-height:32px!important;height:32px!important;padding:0 12px!important;justify-content:center!important;}
.feature-text strong{font-size:11px!important;letter-spacing:.07em!important;}
.feature-icon{width:22px!important;height:22px!important;min-width:22px!important;font-size:13px!important;}
.feature-icon-image,
  .feature-image-style-icon.has-feature-image .feature-icon{width:25px!important;height:25px!important;min-width:25px!important;}}
.feature-strip,
.visual-top-area > .feature-strip,
.ppg-pro-polish .visual-top-area > .feature-strip,
.ppg-pro-polish .site-main > .feature-strip{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;width:100%!important;max-width:100%!important;align-items:stretch!important;justify-content:stretch!important;gap:0!important;overflow:hidden!important;min-height:46px!important;padding:0!important;}
.feature-block,
.ppg-pro-polish .feature-block,
.feature-image-style-full.has-feature-image,
.feature-image-style-background.has-feature-image{width:100%!important;min-width:0!important;flex:initial!important;display:flex!important;justify-content:center!important;border-right:1px solid rgba(255,255,255,.09)!important;padding:0 10px!important;}
.feature-block:last-child,
.ppg-pro-polish .feature-block:last-child,
.feature-image-style-full.has-feature-image:last-child,
.feature-image-style-background.has-feature-image:last-child{border-right:0!important;}
.feature-text strong{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
@media (max-width:900px){.feature-strip,
  .visual-top-area > .feature-strip,
  .ppg-pro-polish .visual-top-area > .feature-strip,
  .ppg-pro-polish .site-main > .feature-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important;border-radius:0 0 16px 16px!important;}
.feature-block:nth-child(3n),
  .ppg-pro-polish .feature-block:nth-child(3n){border-right:0!important;}
.feature-block:nth-child(n/**/+4),
  .ppg-pro-polish .feature-block:nth-child(n/**/+4){border-top:1px solid rgba(255,255,255,.07)!important;}}
@media (max-width:520px){.feature-strip,
  .visual-top-area > .feature-strip,
  .ppg-pro-polish .visual-top-area > .feature-strip,
  .ppg-pro-polish .site-main > .feature-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
.feature-block,
  .ppg-pro-polish .feature-block,
  .feature-image-style-full.has-feature-image,
  .feature-image-style-background.has-feature-image{height:34px!important;min-height:34px!important;padding:0 8px!important;}
.feature-block:nth-child(3n),
  .ppg-pro-polish .feature-block:nth-child(3n){border-right:1px solid rgba(255,255,255,.09)!important;}
.feature-block:nth-child(2n),
  .ppg-pro-polish .feature-block:nth-child(2n){border-right:0!important;}
.feature-block:nth-child(n/**/+3),
  .ppg-pro-polish .feature-block:nth-child(n/**/+3){border-top:1px solid rgba(255,255,255,.07)!important;}}
.feature-strip,
.visual-top-area > .feature-strip,
.ppg-pro-polish .visual-top-area > .feature-strip,
.ppg-pro-polish .site-main > .feature-strip{min-height:48px!important;height:auto!important;align-items:stretch!important;}
.feature-strip .feature-block,
.ppg-pro-polish .feature-strip .feature-block,
.feature-strip .feature-image-style-full.has-feature-image,
.feature-strip .feature-image-style-background.has-feature-image{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;height:48px!important;padding-top:0!important;padding-bottom:0!important;line-height:1!important;box-sizing:border-box!important;border-right:0!important;}
.feature-strip .feature-block:not(:last-child)::after,
.ppg-pro-polish .feature-strip .feature-block:not(:last-child)::after{content:""!important;display:block!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:1px!important;height:100%!important;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.16),rgba(255,255,255,.03))!important;opacity:1!important;z-index:2!important;pointer-events:none!important;}
.feature-strip .feature-text,
.ppg-pro-polish .feature-strip .feature-text{display:flex!important;align-items:center!important;justify-content:center!important;height:100%!important;min-height:0!important;line-height:1!important;text-align:center!important;transform:none!important;}
.feature-strip .feature-text strong,
.ppg-pro-polish .feature-strip .feature-text strong{display:flex!important;align-items:center!important;justify-content:center!important;height:100%!important;line-height:1!important;margin:0!important;padding:0!important;}
.feature-strip .feature-icon,
.ppg-pro-polish .feature-strip .feature-icon{display:grid!important;place-items:center!important;line-height:1!important;}
@media (max-width:900px){.feature-strip .feature-block:nth-child(3n)::after,
  .ppg-pro-polish .feature-strip .feature-block:nth-child(3n)::after{display:none!important;content:none!important;}
.feature-strip .feature-block:nth-child(n/**/+4),
  .ppg-pro-polish .feature-strip .feature-block:nth-child(n/**/+4){border-top:1px solid rgba(255,255,255,.10)!important;}}
@media (max-width:520px){.feature-strip .feature-block,
  .ppg-pro-polish .feature-strip .feature-block,
  .feature-strip .feature-image-style-full.has-feature-image,
  .feature-strip .feature-image-style-background.has-feature-image{min-height:42px!important;height:42px!important;}
.feature-strip .feature-block:nth-child(3n)::after,
  .ppg-pro-polish .feature-strip .feature-block:nth-child(3n)::after{display:block!important;content:""!important;}
.feature-strip .feature-block:nth-child(2n)::after,
  .ppg-pro-polish .feature-strip .feature-block:nth-child(2n)::after{display:none!important;content:none!important;}
.feature-strip .feature-block:nth-child(n/**/+3),
  .ppg-pro-polish .feature-strip .feature-block:nth-child(n/**/+3){border-top:1px solid rgba(255,255,255,.10)!important;}}
.feature-strip .feature-block:nth-child(5)::after,
.ppg-pro-polish .feature-strip .feature-block:nth-child(5)::after,
.visual-top-area > .feature-strip .feature-block:nth-child(5)::after,
.ppg-pro-polish .visual-top-area > .feature-strip .feature-block:nth-child(5)::after,
.ppg-pro-polish .site-main > .feature-strip .feature-block:nth-child(5)::after{content:""!important;display:block!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:1px!important;height:100%!important;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.18),rgba(255,255,255,.03))!important;opacity:1!important;z-index:8!important;pointer-events:none!important;}
.feature-strip .feature-block:nth-child(5),
.ppg-pro-polish .feature-strip .feature-block:nth-child(5){border-right:1px solid rgba(255,255,255,.10)!important;}
.visual-top-area-no-hero{border-radius:calc(var(--ppg-radius) + 8px);}
.visual-top-area-no-hero > .cover-wall-section:first-child{border-radius:calc(var(--ppg-radius) + 8px) calc(var(--ppg-radius) + 8px) 0 0;}
.visual-top-area-no-hero > .feature-strip:first-child,
.visual-top-area-no-hero > .feature-strip:last-child{border-radius:calc(var(--ppg-radius) + 8px);}
.visual-top-area-no-hero > .cover-wall-section + .feature-strip{border-radius:0 0 calc(var(--ppg-radius) + 8px) calc(var(--ppg-radius) + 8px);}
.sidebar-policy-widget{padding:0!important;overflow:hidden;}
.sidebar-policy-link{display:block;position:relative;padding:15px 16px 16px;color:var(--ppg-text);background:radial-gradient(circle at 14% 0%, rgba(0,168,255,.22), transparent 34%),
    linear-gradient(135deg, rgba(0,168,255,.16), rgba(29,92,255,.075) 48%, rgba(255,255,255,.035));border:1px solid rgba(0,168,255,.22);border-radius:var(--ppg-radius);box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 14px 30px rgba(0,0,0,.18);}
.sidebar-policy-link:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg, rgba(255,255,255,.10), transparent 42%, rgba(255,255,255,.04));opacity:.62;}
.sidebar-policy-link:hover{transform:translateY(-1px);border-color:rgba(105,216,255,.42);color:#fff;}
.sidebar-policy-kicker,
.sidebar-policy-title,
.sidebar-policy-subtitle{display:block;position:relative;z-index:1;}
.sidebar-policy-kicker{color:var(--ppg-accent);font-size:10px;font-weight:900;letter-spacing:.18em;line-height:1;margin-bottom:7px;text-transform:uppercase;}
.sidebar-policy-title{font-size:14px;font-weight:900;line-height:1.18;text-transform:uppercase;}
.sidebar-policy-subtitle{color:var(--ppg-muted);font-size:11px;font-weight:800;line-height:1.2;margin-top:6px;}
.ppg-pro-polish .sidebar-policy-link:hover{transform:translateY(-1px) translateX(0);}
.ppg-policy-page-main{width:100%;}
.ppg-policy-page{max-width:980px;margin-left:auto;margin-right:auto;}
.ppg-policy-page .single-article{padding:0;}
@media (max-width:640px){.ppg-policy-page{padding:14px;}}
.ppg-sidebar-ranked-widget{position:relative;overflow:hidden;}
.ppg-sidebar-ranked-list{gap:10px;}
.ppg-sidebar-ranked-list .ppg-ranked-poster{position:relative;grid-template-columns:64px minmax(0,1fr);gap:11px;align-items:center;padding:7px;border-radius:12px;background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(0,0,0,.12));border:1px solid rgba(255,255,255,.055);transition:transform .18s ease,border-color .18s ease,background .18s ease;}
.ppg-sidebar-ranked-list .ppg-ranked-poster:hover{transform:translateX(2px);border-color:rgba(105,216,255,.28);background:linear-gradient(135deg,rgba(0,168,255,.11),rgba(29,92,255,.075));}
.ppg-sidebar-ranked-list .mini-poster-img{width:64px;border-radius:9px;box-shadow:0 6px 18px rgba(0,0,0,.32);}
.ppg-sidebar-ranked-list .mini-poster-img img{object-fit:contain;background:transparent;}
.ppg-rank-badge{display:none!important;}
.ppg-ranked-text{display:grid;gap:5px;min-width:0;}
.ppg-sidebar-ranked-list .mini-poster-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:11px;line-height:1.22;letter-spacing:.025em;}
.ppg-ranked-meta{color:var(--ppg-muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;}
.ppg-popular-posts-widget .widget-title:before,.ppg-top-week-widget .widget-title:before{content:none!important;display:none!important;}
.ppg-sidebar-graphic-title{position:relative;}
.ppg-top-week-title{isolation:isolate;overflow:hidden;min-height:74px;margin:0 0 16px!important;padding:14px 16px 13px 18px!important;border-radius:16px;display:flex;flex-direction:column;justify-content:center;gap:2px;color:#fff!important;letter-spacing:.02em!important;background:radial-gradient(circle at 84% 42%,rgba(222,239,255,.28) 0,rgba(222,239,255,0) 27%),
    linear-gradient(135deg,rgba(228,240,255,.18),rgba(98,174,255,.08) 34%,rgba(3,14,44,.96) 76%),
    linear-gradient(135deg,#101a38,#061124 65%,#020817);border:1px solid rgba(180,215,255,.32);box-shadow:0 14px 34px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.18),inset 0 -1px 0 rgba(52,120,255,.22);}
.ppg-top-week-title:after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:2px;margin:0!important;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(213,233,255,.95),rgba(93,196,255,.65),transparent)!important;z-index:2;}
.ppg-top-week-title-bg{position:absolute;right:-16px;bottom:-22px;width:112px;height:112px;opacity:.22;filter:drop-shadow(0 0 18px rgba(204,230,255,.65));background-repeat:no-repeat;background-size:contain;background-position:center;transform:rotate(-8deg);z-index:-1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='18' y1='10' x2='106' y2='118' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='.38' stop-color='%23d7e8ff'/%3E%3Cstop offset='.72' stop-color='%238aaee8'/%3E%3Cstop offset='1' stop-color='%23f4fbff'/%3E%3C/linearGradient%3E%3Cfilter id='s' x='-20%25' y='-20%25' width='140%25' height='140%25'%3E%3CfeDropShadow dx='0' dy='4' stdDeviation='4' flood-color='%230066ff' flood-opacity='.45'/%3E%3C/filter%3E%3C/defs%3E%3Cpath filter='url(%23s)' fill='url(%23g)' d='M38 17h52v10h16c4.4 0 8 3.6 8 8v9c0 17.6-12.6 31.2-29.2 34.6-3.4 5.5-8.4 9.7-14.8 11.6V101h21v10H37v-10h21V90.2c-6.3-1.9-11.4-6.1-14.8-11.6C26.6 75.2 14 61.6 14 44v-9c0-4.4 3.6-8 8-8h16V17Zm10 10v37c0 14.4 6.4 19 16 19s16-4.6 16-19V27H48ZM24 37v7c0 10.7 6.3 19.3 16 23V37H24Zm64 0v30c9.7-3.7 16-12.3 16-23v-7H88Z'/%3E%3Cpath fill='%23ffffff' fill-opacity='.62' d='M54 28h12l-6 10 10-3-8 11 2-9-10 3 6-9-6-3Z'/%3E%3C/svg%3E");}
.ppg-top-week-kicker{display:block;width:max-content;position:relative;z-index:1;padding:3px 9px 4px;border-radius:999px;color:#081025;background:linear-gradient(135deg,#ffffff,#cce6ff 48%,#8fd0ff);box-shadow:0 0 16px rgba(126,202,255,.32);font-size:11px;line-height:1;font-weight:1000;letter-spacing:.12em;}
.ppg-top-week-main{position:relative;z-index:1;display:block;color:#f7fbff;font-size:15px;line-height:1.05;font-weight:1000;text-transform:uppercase;text-shadow:0 1px 0 rgba(255,255,255,.12),0 0 18px rgba(95,183,255,.28);max-width:76%;}
.ppg-top-week-title .screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important;}
.ppg-sidebar-graphic-title .screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important;}
.ppg-popular-title{isolation:isolate;overflow:hidden;min-height:74px;margin:0 0 16px!important;padding:14px 16px 13px 18px!important;border-radius:16px;display:flex;flex-direction:column;justify-content:center;gap:2px;color:#fff!important;letter-spacing:.02em!important;background:radial-gradient(circle at 82% 38%,rgba(120,221,255,.26) 0,rgba(120,221,255,0) 31%),
    radial-gradient(circle at 18% 86%,rgba(75,115,255,.20) 0,rgba(75,115,255,0) 34%),
    linear-gradient(135deg,rgba(95,207,255,.15),rgba(0,58,180,.10) 38%,rgba(3,10,34,.96) 78%),
    linear-gradient(135deg,#0b1738,#050d23 66%,#020716);border:1px solid rgba(84,195,255,.34);box-shadow:0 14px 34px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.14),inset 0 -1px 0 rgba(50,120,255,.22);}
.ppg-popular-title:after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:2px;margin:0!important;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(112,224,255,.95),rgba(78,119,255,.70),transparent)!important;z-index:2;}
.ppg-popular-title-bg{position:absolute;right:-12px;bottom:-20px;width:116px;height:116px;opacity:.20;filter:drop-shadow(0 0 18px rgba(91,190,255,.70));background-repeat:no-repeat;background-size:contain;background-position:center;transform:rotate(-10deg);z-index:-1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='16' y1='12' x2='114' y2='116' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='.45' stop-color='%237ce5ff'/%3E%3Cstop offset='1' stop-color='%234b6dff'/%3E%3C/linearGradient%3E%3Cfilter id='glow' x='-30%25' y='-30%25' width='160%25' height='160%25'%3E%3CfeDropShadow dx='0' dy='0' stdDeviation='5' flood-color='%235fcfff' flood-opacity='.60'/%3E%3C/filter%3E%3C/defs%3E%3Cpath filter='url(%23glow)' fill='url(%23g)' d='M64 10l11.8 29.3 31.5 2.2-24.1 20.4 7.6 30.7L64 75.8 37.2 92.6l7.6-30.7L20.7 41.5l31.5-2.2L64 10Z'/%3E%3Cpath fill='%23ffffff' fill-opacity='.55' d='M50 58h8v22h-8V58Zm14-14h8v36h-8V44Zm14 8h8v28h-8V52Z'/%3E%3Ccircle cx='64' cy='64' r='50' fill='none' stroke='%23ffffff' stroke-opacity='.18' stroke-width='4'/%3E%3C/svg%3E");}
.ppg-popular-kicker{display:block;width:auto;position:relative;z-index:1;padding:0;border-radius:0;color:#f7fbff;background:transparent;box-shadow:none;font-size:16px;line-height:1.02;font-weight:1000;letter-spacing:.045em;text-shadow:0 1px 0 rgba(255,255,255,.12),0 0 18px rgba(95,183,255,.28);max-width:76%;}
.ppg-popular-main{position:relative;z-index:1;display:block;color:#f7fbff;font-size:16px;line-height:1.02;font-weight:1000;letter-spacing:.045em;text-shadow:0 1px 0 rgba(255,255,255,.12),0 0 18px rgba(95,183,255,.28);max-width:76%;}
@media (max-width:980px){.ppg-sidebar-ranked-list .ppg-ranked-poster{grid-template-columns:60px minmax(0,1fr);}
.ppg-sidebar-ranked-list .mini-poster-img{width:60px;}
.ppg-top-week-title,.ppg-popular-title{min-height:68px;}
.ppg-top-week-main,.ppg-popular-kicker,.ppg-popular-main{font-size:14px;}}
.ppg-ranked-meta{display:none!important;}
.ppg-popular-title{min-height:58px!important;padding:10px 14px 10px 16px!important;margin-bottom:14px!important;border-radius:14px!important;}
.ppg-popular-title-bg{width:92px!important;height:92px!important;right:-10px!important;bottom:-19px!important;opacity:.18!important;}
.ppg-popular-kicker,
.ppg-popular-main{font-size:14px!important;line-height:1!important;letter-spacing:.045em!important;}
@media (max-width:980px){.ppg-popular-title{min-height:54px!important;padding:9px 13px 9px 15px!important;}
.ppg-popular-kicker,.ppg-popular-main{font-size:13px!important;}}
.visual-top-area.has-big-game-search > .feature-strip,
.ppg-pro-polish .visual-top-area.has-big-game-search > .feature-strip{border-radius:0!important;border-bottom:1px solid rgba(126,210,255,.10)!important;}
.ppg-big-game-search{position:relative;overflow:hidden;padding:10px clamp(12px,2vw,22px) 12px;margin:0;border-radius:0 0 calc(var(--ppg-radius) + 4px) calc(var(--ppg-radius) + 4px);background:radial-gradient(circle at 8% 50%,rgba(0,168,255,.16),transparent 27%),
    radial-gradient(circle at 92% 35%,rgba(29,92,255,.18),transparent 30%),
    linear-gradient(180deg,rgba(5,10,27,.88),rgba(3,7,20,.82));border-top:1px solid rgba(126,210,255,.10);box-shadow:inset 0 1px 0 rgba(255,255,255,.035);}
.ppg-big-game-search-bg{position:absolute;inset:0;pointer-events:none;opacity:.34;background:linear-gradient(90deg,transparent,rgba(126,210,255,.12),transparent),
    repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0 1px,transparent 1px 34px);mask-image:linear-gradient(90deg,transparent,#000 18%,#000 82%,transparent);}
.ppg-big-game-search-form{position:relative;z-index:2;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;width:min(100%,700px);margin:0 auto;padding:5px 6px 5px 11px;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.070),rgba(255,255,255,.030)),
    linear-gradient(135deg,rgba(3,12,38,.92),rgba(4,8,22,.95));border:1px solid rgba(126,210,255,.24);box-shadow:0 10px 28px rgba(0,0,0,.27),
    0 0 22px rgba(0,115,255,.10),
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 -1px 0 rgba(0,115,255,.12);}
.ppg-big-game-search-form:focus-within{border-color:rgba(126,225,255,.50);box-shadow:0 12px 32px rgba(0,0,0,.32),
    0 0 28px rgba(0,168,255,.18),
    inset 0 1px 0 rgba(255,255,255,.12);}
.ppg-big-game-search-icon{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,rgba(0,168,255,.24),rgba(29,92,255,.30));box-shadow:inset 0 0 0 1px rgba(255,255,255,.09),0 0 12px rgba(0,168,255,.14);}
.ppg-big-game-search-icon svg{width:14px;height:14px;fill:#e9f8ff;filter:drop-shadow(0 0 6px rgba(126,225,255,.36));}
.ppg-big-game-search-field{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#fff;font-size:clamp(13px,1.15vw,15px);font-weight:850;letter-spacing:.02em;}
.ppg-big-game-search-field::placeholder{color:rgba(219,239,255,.72);text-transform:none;}
.ppg-big-game-search-submit{border:0;cursor:pointer;min-height:31px;padding:0 14px;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--ppg-accent),var(--ppg-accent2));box-shadow:0 8px 18px rgba(0,115,255,.22),inset 0 1px 0 rgba(255,255,255,.18);font-size:10px;font-weight:1000;letter-spacing:.09em;text-transform:uppercase;}
.ppg-big-game-search-submit:hover,
.ppg-big-game-search-submit:focus{filter:brightness(1.12);transform:translateY(-1px);}
.ppg-big-game-search-hint{position:relative;z-index:2;margin:5px auto 0;width:min(100%,700px);text-align:center;color:rgba(183,210,238,.70);font-size:9px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;}
@media (max-width:700px){.ppg-big-game-search{padding:9px 10px 11px;}
.ppg-big-game-search-form{grid-template-columns:auto minmax(0,1fr) auto;gap:7px;padding:5px 5px 5px 9px;border-radius:999px;}
.ppg-big-game-search-submit{grid-column:auto;width:auto;min-height:29px;padding:0 10px;font-size:9px;}
.ppg-big-game-search-icon{width:24px;height:24px;}
.ppg-big-game-search-icon svg{width:13px;height:13px;}
.ppg-big-game-search-field{font-size:13px;}
.ppg-big-game-search-hint{font-size:8.5px;line-height:1.25;margin-top:5px;}}
@media (max-width:430px){.ppg-big-game-search-form{grid-template-columns:auto minmax(0,1fr);border-radius:16px;padding:6px 6px 6px 10px;}
.ppg-big-game-search-submit{grid-column:1 / -1;width:100%;min-height:30px;}}
.visual-top-area.has-grid-filter > .ppg-big-game-search,
.ppg-pro-polish .visual-top-area.has-grid-filter > .ppg-big-game-search{border-radius:0!important;border-bottom:1px solid rgba(126,210,255,.08)!important;}
.ppg-grid-filter-bar{position:relative;display:flex;align-items:center;gap:10px;padding:10px clamp(10px,1.8vw,20px) 12px;margin:0;border-radius:0 0 calc(var(--ppg-radius) + 4px) calc(var(--ppg-radius) + 4px);background:linear-gradient(90deg,rgba(0,168,255,.055),transparent 18%,transparent 82%,rgba(29,92,255,.07)),
    linear-gradient(180deg,rgba(4,9,24,.88),rgba(3,7,18,.86));border-top:1px solid rgba(255,255,255,.035);box-shadow:inset 0 1px 0 rgba(255,255,255,.035);overflow:hidden;}
.ppg-grid-filter-bar:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.24;background:repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0 1px,transparent 1px 42px);mask-image:linear-gradient(90deg,transparent,#000 14%,#000 86%,transparent);}
.ppg-grid-filter-label{position:relative;z-index:1;flex:0 0 auto;color:rgba(183,210,238,.74);font-size:9px;font-weight:1000;letter-spacing:.12em;text-transform:uppercase;padding:0 4px;}
.ppg-grid-filter-items{position:relative;z-index:1;display:flex;align-items:center;gap:7px;flex:1 1 auto;min-width:0;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin;scrollbar-color:rgba(126,210,255,.30) transparent;padding-bottom:1px;}
.ppg-grid-filter-items::-webkit-scrollbar{height:4px;}
.ppg-grid-filter-items::-webkit-scrollbar-track{background:transparent;}
.ppg-grid-filter-items::-webkit-scrollbar-thumb{background:rgba(126,210,255,.26);border-radius:999px;}
.ppg-grid-filter-link{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;color:#eaf7ff;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));border:1px solid rgba(126,210,255,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 8px 18px rgba(0,0,0,.18);font-size:10px;font-weight:1000;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease,color .16s ease;}
.ppg-grid-filter-link:hover,
.ppg-grid-filter-link:focus,
.ppg-grid-filter-link.is-active{color:#fff;border-color:rgba(126,225,255,.48);background:linear-gradient(135deg,rgba(0,168,255,.32),rgba(29,92,255,.30));box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 10px 22px rgba(0,55,170,.24),0 0 18px rgba(0,168,255,.12);transform:none;}
@media (max-width:700px){.ppg-grid-filter-bar{align-items:flex-start;gap:7px;padding:9px 10px 11px;flex-direction:column;}
.ppg-grid-filter-label{font-size:8.5px;padding-left:2px;}
.ppg-grid-filter-items{width:100%;gap:6px;}
.ppg-grid-filter-link{min-height:28px;padding:0 10px;font-size:9px;}}
.ppg-grid-genre-filter{flex:0 0 auto;display:inline-flex;align-items:center;margin:0 0 0 2px;}
.ppg-grid-genre-select{min-height:30px;max-width:170px;border-radius:999px;border:1px solid rgba(126,210,255,.20);background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025)),
    rgba(4,10,24,.92);color:#eaf7ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 8px 18px rgba(0,0,0,.18);padding:0 34px 0 12px;font-size:10px;font-weight:1000;letter-spacing:.06em;text-transform:uppercase;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,#bfefff 50%),
    linear-gradient(135deg,#bfefff 50%,transparent 50%),
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025));background-position:calc(100% - 17px) 50%,
    calc(100% - 12px) 50%,
    0 0;background-size:5px 5px,5px 5px,100% 100%;background-repeat:no-repeat;}
.ppg-grid-genre-select:hover,
.ppg-grid-genre-select:focus,
.ppg-grid-genre-select.is-active{border-color:rgba(126,225,255,.52);background-color:rgba(0,44,110,.64);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 10px 22px rgba(0,55,170,.22),0 0 18px rgba(0,168,255,.12);}
.ppg-grid-genre-select option{background:#061126;color:#eaf7ff;}
.ppg-grid-genre-submit{margin-left:6px;}
@media (max-width:700px){.ppg-grid-genre-filter{width:auto;}
.ppg-grid-genre-select{min-height:28px;max-width:150px;padding-left:10px;font-size:9px;}}
.related-games{margin-top:30px;padding:18px 0 0;border-top:1px solid rgba(126,210,255,.12);}
.related-games-heading{margin-bottom:16px;}
.related-games-heading > div{display:flex;flex-direction:column;align-items:flex-start;gap:4px;}
.related-kicker{display:inline-flex;align-items:center;min-height:20px;padding:0 9px;border-radius:999px;border:1px solid rgba(126,210,255,.18);background:linear-gradient(135deg,rgba(0,168,255,.16),rgba(29,92,255,.14));color:#bfefff;font-size:9px;font-weight:1000;letter-spacing:.13em;line-height:1;text-transform:uppercase;box-shadow:0 8px 22px rgba(0,70,180,.12),inset 0 1px 0 rgba(255,255,255,.08);}
.related-games .section-heading h2{font-size:18px;letter-spacing:.06em;}
.related-games-grid{--ppg-cols:6;gap:calc(var(--ppg-grid-gap-y) * .95) calc(var(--ppg-grid-gap-x) * .9);}
.related-games-grid .content-card{max-width:210px;}
.related-games-grid .card-title{font-size:11px;}
.related-games-grid .entry-meta{display:none;}
@media (max-width:1180px){.related-games-grid{grid-template-columns:repeat(4,minmax(120px,1fr));}}
@media (max-width:640px){.related-games{margin-top:24px;}
.related-games .section-heading h2{font-size:15px;}
.related-games-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.related-games-grid .content-card{max-width:170px;}}
#ppg-grid-filter{scroll-margin-top:110px;}
@media (max-width:782px){#ppg-grid-filter{scroll-margin-top:82px;}}
.ppg-grid-filter-link,
.ppg-grid-filter-link:hover,
.ppg-grid-filter-link:focus,
.ppg-grid-filter-link:active,
.ppg-grid-filter-link.is-active{transform:none!important;}
.footer-legal-menu{flex:1 1 auto;}
.footer-legal-menu ul{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;list-style:none;margin:0;padding:0;}
.footer-legal-menu a{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:7px 11px;border-radius:999px;border:1px solid rgba(126,210,255,.14);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));color:var(--ppg-muted);font-size:11px;font-weight:900;letter-spacing:.045em;text-transform:uppercase;text-decoration:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.045);transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease;}
.footer-legal-menu a:hover,
.footer-legal-menu a:focus-visible{color:#fff;border-color:rgba(0,168,255,.36);background:linear-gradient(135deg,rgba(0,168,255,.18),rgba(29,92,255,.09));box-shadow:0 0 18px rgba(0,168,255,.11), inset 0 1px 0 rgba(255,255,255,.06);}
.ppg-legal-page-main{max-width:var(--ppg-content-width);}
.ppg-legal-page .entry-content{max-width:980px;margin:0 auto;}
.ppg-legal-page-header{text-align:center;margin-bottom:22px;}
.ppg-legal-page-header .single-title{font-size:clamp(28px,4vw,48px);}
.ppg-legal-card{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(6,29,85,.92),rgba(2,9,31,.94) 55%,rgba(0,16,57,.92));border:1px solid rgba(80,140,255,.26);border-radius:18px;padding:24px;color:#fff;line-height:1.65;box-shadow:0 0 28px rgba(0,80,255,.18), inset 0 1px 0 rgba(255,255,255,.06);}
.ppg-legal-card:before{content:"";position:absolute;inset:-30% -10% auto auto;width:330px;height:330px;background:radial-gradient(circle,rgba(0,168,255,.20),transparent 68%);pointer-events:none;}
.ppg-legal-card h2{position:relative;z-index:1;margin-top:0;color:#fff;font-size:24px;text-transform:uppercase;letter-spacing:.06em;}
.ppg-legal-card p{position:relative;z-index:1;margin:0 0 14px;}
.ppg-legal-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:linear-gradient(135deg,var(--ppg-accent),var(--ppg-accent2));color:#fff!important;text-decoration:none!important;font-weight:900;box-shadow:0 12px 28px rgba(0,80,255,.22);}
@media (max-width:980px){.footer-bottom{gap:12px;}
.footer-legal-menu{order:2;}
.footer-menu{order:3;}}
@media (max-width:640px){.footer-legal-menu ul{gap:7px;}
.footer-legal-menu a{min-height:30px;padding:6px 9px;font-size:10px;}
.ppg-legal-card{padding:18px;}}
.visual-top-area.has-alphabet-filter > .ppg-grid-filter-bar,
.ppg-pro-polish .visual-top-area.has-alphabet-filter > .ppg-grid-filter-bar{border-radius:0!important;border-bottom:1px solid rgba(126,210,255,.08)!important;}
.ppg-grid-alpha-bar{position:relative;display:flex;align-items:center;gap:10px;padding:8px clamp(10px,1.8vw,20px) 11px;margin:0;border-radius:0 0 calc(var(--ppg-radius) + 4px) calc(var(--ppg-radius) + 4px);background:linear-gradient(90deg,rgba(0,168,255,.035),transparent 20%,transparent 80%,rgba(29,92,255,.045)),
    linear-gradient(180deg,rgba(3,7,18,.88),rgba(2,5,14,.88));border-top:1px solid rgba(255,255,255,.03);box-shadow:inset 0 1px 0 rgba(255,255,255,.025);overflow:hidden;}
.ppg-grid-alpha-bar:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.18;background:linear-gradient(90deg,transparent,rgba(126,210,255,.10),transparent);mask-image:linear-gradient(90deg,transparent,#000 15%,#000 85%,transparent);}
.ppg-grid-alpha-label{position:relative;z-index:1;flex:0 0 auto;color:rgba(183,210,238,.72);font-size:9px;font-weight:1000;letter-spacing:.13em;text-transform:uppercase;padding:0 4px;}
.ppg-grid-alpha-items{position:relative;z-index:1;display:flex;align-items:center;gap:5px;flex:1 1 auto;min-width:0;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin;scrollbar-color:rgba(126,210,255,.25) transparent;padding-bottom:1px;}
.ppg-grid-alpha-items::-webkit-scrollbar{height:4px;}
.ppg-grid-alpha-items::-webkit-scrollbar-track{background:transparent;}
.ppg-grid-alpha-items::-webkit-scrollbar-thumb{background:rgba(126,210,255,.22);border-radius:999px;}
.ppg-grid-alpha-link{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:28px;min-height:27px;padding:0 8px;border-radius:9px;color:#dcecff;background:linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.018));border:1px solid rgba(126,210,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.045);font-size:10px;font-weight:1000;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;white-space:nowrap;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease,color .16s ease;}
.ppg-grid-alpha-link:hover,
.ppg-grid-alpha-link:focus,
.ppg-grid-alpha-link.is-active{color:#fff;border-color:rgba(126,225,255,.46);background:linear-gradient(135deg,rgba(0,168,255,.26),rgba(29,92,255,.24));box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 0 16px rgba(0,168,255,.10);transform:none;}
@media (max-width:700px){.ppg-grid-alpha-bar{align-items:flex-start;gap:7px;padding:8px 10px 10px;flex-direction:column;}
.ppg-grid-alpha-label{font-size:8.5px;padding-left:2px;}
.ppg-grid-alpha-items{width:100%;gap:5px;}
.ppg-grid-alpha-link{min-width:27px;min-height:26px;padding:0 7px;font-size:9px;}}
.ppg-grid-alpha-bar{position:relative;display:flex;align-items:center;gap:10px;padding:8px clamp(10px,1.8vw,20px) 11px;margin:0;border-radius:0 0 calc(var(--ppg-radius) + 4px) calc(var(--ppg-radius) + 4px);background:linear-gradient(90deg,rgba(0,168,255,.035),transparent 20%,transparent 80%,rgba(29,92,255,.045)),linear-gradient(180deg,rgba(3,7,18,.88),rgba(2,5,14,.88));border-top:1px solid rgba(255,255,255,.03);box-shadow:inset 0 1px 0 rgba(255,255,255,.025);overflow:hidden;}
@media (max-width:700px){.ppg-grid-alpha-bar{align-items:flex-start;gap:7px;padding:8px 10px 10px;flex-direction:column;}
.ppg-grid-alpha-label{font-size:8.5px;padding-left:2px;}
.ppg-grid-alpha-items{width:100%;gap:5px;}
.ppg-grid-alpha-link{min-width:27px;min-height:26px;padding:0 7px;font-size:9px;}}
.ppg-filter-loading #primary{opacity:.62;pointer-events:none;transition:opacity .16s ease;}
.ppg-filter-loading .poster-grid{position:relative;}
.ppg-filter-loading .poster-grid:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(0,168,255,.055),transparent);animation:ppgAjaxFilterSweep .85s linear infinite;}
@keyframes ppgAjaxFilterSweep{from{transform:translateX(-100%);}
to{transform:translateX(100%);}}
.ppg-grid-filter-link,
.ppg-grid-alpha-link{scroll-margin-top:110px;}
button.ppg-grid-filter-link,
button.ppg-grid-alpha-link{appearance:none;-webkit-appearance:none;font-family:inherit;cursor:pointer;margin:0;text-decoration:none;}
button.ppg-grid-filter-link:active,
button.ppg-grid-alpha-link:active{transform:none!important;}
.ppg-filter-loading .ppg-grid-filter-bar,
.ppg-filter-loading .ppg-grid-alpha-bar{pointer-events:none;}
.ppg-404-main{width:100%;}
.ppg-404-hero{position:relative;overflow:hidden;max-width:980px;margin:0 auto 26px;padding:clamp(26px,4vw,46px);text-align:center;border-radius:calc(var(--ppg-radius) + 8px);border:1px solid rgba(126,210,255,.22);background:radial-gradient(circle at 14% 18%,rgba(0,168,255,.22),transparent 28%),
    radial-gradient(circle at 86% 30%,rgba(29,92,255,.20),transparent 30%),
    linear-gradient(135deg,rgba(6,29,85,.94),rgba(2,9,31,.96) 58%,rgba(0,16,57,.94));box-shadow:0 22px 60px rgba(0,0,0,.36),0 0 34px rgba(0,80,255,.18),inset 0 1px 0 rgba(255,255,255,.07);}
.ppg-404-hero:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.23;background:linear-gradient(90deg,transparent,rgba(126,210,255,.15),transparent),
    repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0 1px,transparent 1px 44px);mask-image:linear-gradient(90deg,transparent,#000 15%,#000 85%,transparent);}
.ppg-404-glow{position:absolute;width:420px;height:420px;left:50%;top:-220px;transform:translateX(-50%);border-radius:999px;background:radial-gradient(circle,rgba(0,168,255,.28),transparent 68%);filter:blur(2px);pointer-events:none;}
.ppg-404-code{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-width:92px;min-height:42px;padding:6px 18px;margin:0 auto 18px;border-radius:999px;color:#fff;font-size:14px;font-weight:1000;letter-spacing:.18em;border:1px solid rgba(126,225,255,.38);background:linear-gradient(135deg,rgba(0,168,255,.28),rgba(29,92,255,.24));box-shadow:0 0 22px rgba(0,168,255,.16),inset 0 1px 0 rgba(255,255,255,.10);}
.ppg-404-hero h1{position:relative;z-index:1;margin:0 0 12px;color:#fff;font-size:clamp(34px,5.2vw,68px);line-height:.98;letter-spacing:-.045em;text-transform:uppercase;text-shadow:0 0 24px rgba(0,168,255,.18);}
.ppg-404-text{position:relative;z-index:1;max-width:660px;margin:0 auto 22px;color:var(--ppg-muted);font-size:clamp(14px,1.45vw,17px);line-height:1.6;}
.ppg-404-search{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;max-width:650px;margin:0 auto 16px;padding:7px;border-radius:999px;border:1px solid rgba(126,210,255,.18);background:rgba(2,7,22,.54);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 14px 32px rgba(0,0,0,.18);}
.ppg-404-search input{width:100%;min-height:44px;padding:0 16px;border:0;outline:0;color:#fff;background:transparent;font-size:14px;font-weight:800;}
.ppg-404-search input::placeholder{color:rgba(183,210,238,.72);}
.ppg-404-search button,
.ppg-404-home{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:0;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--ppg-accent),var(--ppg-accent2));box-shadow:0 12px 28px rgba(0,80,255,.24);font-size:12px;font-weight:1000;letter-spacing:.065em;text-transform:uppercase;text-decoration:none;cursor:pointer;}
.ppg-404-actions{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:10px;}
.ppg-404-home{min-height:38px;padding:0 15px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border:1px solid rgba(126,210,255,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 10px 22px rgba(0,0,0,.18);}
.ppg-404-home:hover,
.ppg-404-home:focus-visible,
.ppg-404-search button:hover,
.ppg-404-search button:focus-visible{color:#fff;border-color:rgba(126,225,255,.44);box-shadow:0 0 24px rgba(0,168,255,.16),0 12px 28px rgba(0,80,255,.24);transform:none;}
.ppg-404-popular{max-width:1180px;margin:0 auto;}
.ppg-404-section-heading{text-align:center;}
.ppg-404-section-heading h2{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;border:1px solid rgba(126,210,255,.18);background:linear-gradient(135deg,rgba(0,168,255,.16),rgba(29,92,255,.08));box-shadow:inset 0 1px 0 rgba(255,255,255,.05);}
.ppg-404-poster-grid{margin-top:18px;}
@media (max-width:640px){.ppg-404-hero{padding:24px 14px;}
.ppg-404-search{grid-template-columns:1fr;border-radius:18px;}
.ppg-404-search input{text-align:center;}
.ppg-404-search button{width:100%;}}
.ppg-grid-animations-enabled .poster-grid{position:relative;contain:layout paint;}
.ppg-grid-animations-enabled .poster-grid .content-card{opacity:0;transform:translateY(8px) scale(.992);transition:opacity .34s ease,
    transform .34s ease,
    filter .34s ease;transition-delay:var(--ppg-card-delay,0ms);will-change:opacity,transform;}
.ppg-grid-animations-enabled .poster-grid .content-card.ppg-card-visible{opacity:1;transform:translateY(0) scale(1);}
.ppg-grid-animations-enabled .poster-grid.ppg-grid-is-loading{min-height:220px;}
.ppg-grid-animations-enabled .poster-grid.ppg-grid-is-loading .content-card{opacity:.45;filter:saturate(.82) brightness(.82);transform:translateY(0) scale(.995);transition-delay:0ms;}
.ppg-grid-animations-enabled .poster-grid.ppg-grid-is-loading:before{content:"";position:absolute;inset:-2px;z-index:8;pointer-events:none;border-radius:calc(var(--ppg-radius) + 6px);background:linear-gradient(90deg,transparent,rgba(0,168,255,.08),transparent),
    linear-gradient(180deg,rgba(2,7,22,.10),rgba(2,7,22,.20));animation:ppgGridSoftSweep 1.05s ease-in-out infinite;}
.ppg-grid-animations-enabled .poster-grid.ppg-grid-is-loading:after{content:"Loading...";position:absolute;left:50%;top:50%;z-index:9;transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:999px;color:#fff;font-size:10px;font-weight:1000;letter-spacing:.12em;text-transform:uppercase;border:1px solid rgba(126,225,255,.30);background:linear-gradient(135deg,rgba(0,168,255,.24),rgba(29,92,255,.20));box-shadow:0 0 22px rgba(0,168,255,.13),inset 0 1px 0 rgba(255,255,255,.10);}
@keyframes ppgGridSoftSweep{0%{opacity:.35;transform:translateX(-18%);}
50%{opacity:1;transform:translateX(0);}
100%{opacity:.35;transform:translateX(18%);}}
.ppg-grid-animations-enabled .poster-thumb img{opacity:0;transition:opacity .28s ease;}
.ppg-grid-animations-enabled .poster-thumb img[src]{opacity:1;}
@media (prefers-reduced-motion:reduce){.ppg-grid-animations-enabled .poster-grid .content-card,
  .ppg-grid-animations-enabled .poster-grid .content-card.ppg-card-visible,
  .ppg-grid-animations-enabled .poster-grid.ppg-grid-is-loading .content-card{opacity:1;transform:none;transition:none;filter:none;}
.ppg-grid-animations-enabled .poster-grid.ppg-grid-is-loading:before,
  .ppg-grid-animations-enabled .poster-grid.ppg-grid-is-loading:after{animation:none;}}
.cover-wall-no-labels .cover-wall-title{display:none!important;}
.cover-wall-no-labels .cover-wall-thumb:after{display:none!important;}
.cover-wall-has-labels .cover-wall-title{pointer-events:none;}
:root{--ppg-font-body:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--ppg-font-display:"Rajdhani","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
body,
input,
textarea,
select,
button{font-family:var(--ppg-font-body);}
h1,h2,h3,h4,h5,h6,
.site-title,
.site-branding,
.main-navigation a,
.topbar,
.hero-title,
.hero-subtitle,
.feature-title,
.feature-subtitle,
.section-heading h2,
.archive-header h1,
.single-title,
.page-title,
.card-title,
.widget-title,
.widget h2,
.sidebar .widget-title,
.ppg-popular-kicker,
.ppg-popular-main,
.ppg-grid-filter-label,
.ppg-grid-filter-link,
.ppg-grid-alpha-label,
.ppg-grid-alpha-link,
.ppg-grid-genre-select,
.ppg-grid-genre-submit,
.platform-menu a,
.feature-strip a,
.cover-wall-title,
.footer-legal-menu a,
.footer-menu a,
.back-to-top,
.ppg-404-code,
.ppg-404-hero h1,
.ppg-404-search button,
.ppg-404-home,
.ppg-legal-card h2,
.ppg-legal-button,
.ppg-broken-link-button,
.ppg-related-title,
.ppg-related-posts h2,
.ppg-metacritic-box,
.ppg-info-pill,
.ppg-age-rating,
.ppg-genre-pill,
.poster-badge,
.platform-badge,
.card-meta,
.nav-links a,
.nav-links span,
.pagination a,
.pagination span{font-family:var(--ppg-font-display);}

.ppg-grid-filter-link,
.ppg-grid-alpha-link,
.ppg-grid-genre-select,
.main-navigation a,
.feature-title,
.widget-title,
.section-heading h2,
.footer-legal-menu a,
.ppg-404-hero h1,
.single-title{letter-spacing:.055em;}
.card-title{letter-spacing:.025em;}
.single-content-wrap,
.entry-content,
.comment-content,
.ppg-legal-card p,
.ppg-404-text{font-family:var(--ppg-font-body);}
.ppg-grid-filter-link,
.ppg-grid-alpha-link,
.ppg-grid-genre-select,
.feature-title,
.widget-title,
.ppg-popular-kicker,
.ppg-popular-main{font-weight:700;}
.site-sidebar,
.site-sidebar *,
.sidebar,
.sidebar *,
.widget,
.widget *,
.site-panel,
.site-panel *,
.ppg-sidebar-ranked-widget,
.ppg-sidebar-ranked-widget *,
.ppg-top-week-widget,
.ppg-top-week-widget *,
.ppg-popular-posts-widget,
.ppg-popular-posts-widget *,
.ppg-sidebar-graphic-title,
.ppg-sidebar-graphic-title *,
.mini-poster,
.mini-poster *,
.ppg-ranked-poster,
.ppg-ranked-poster *,
.sidebar-menu,
.sidebar-menu *,
.ppg-compact-links,
.ppg-compact-links *{font-family:var(--ppg-font-display)!important;}
.site-sidebar .widget-title,
.site-sidebar h2,
.site-sidebar h3,
.widget-title,
.ppg-top-week-title,
.ppg-popular-title,
.ppg-popular-kicker,
.ppg-popular-main,
.ppg-sidebar-ranked-list .mini-poster-title,
.mini-poster-title,
.ppg-ranked-text,
.ppg-ranked-text *,
.sidebar-menu a,
.ppg-compact-links a,
.widget li a,
.widget .textwidget,
.widget .textwidget *,
.widget p,
.widget span,
.widget small{font-family:var(--ppg-font-display)!important;letter-spacing:.045em;}
.site-sidebar .widget-title,
.ppg-top-week-title,
.ppg-popular-title,
.ppg-popular-kicker,
.ppg-popular-main,
.mini-poster-title,
.ppg-sidebar-ranked-list .mini-poster-title{font-weight:700!important;text-transform:uppercase;}
.site-sidebar .widget,
.site-sidebar .widget input,
.site-sidebar .widget select,
.site-sidebar .widget button,
.site-sidebar .widget textarea{font-family:var(--ppg-font-display)!important;}
.site-sidebar,
.site-sidebar *,
.site-sidebar *::before,
.site-sidebar *::after,
.sidebar,
.sidebar *,
.sidebar *::before,
.sidebar *::after,
.widget,
.widget *,
.widget *::before,
.widget *::after,
.ppg-top-week-widget,
.ppg-top-week-widget *,
.ppg-top-week-widget *::before,
.ppg-top-week-widget *::after,
.ppg-popular-posts-widget,
.ppg-popular-posts-widget *,
.ppg-popular-posts-widget *::before,
.ppg-popular-posts-widget *::after,
.ppg-sidebar-ranked-widget,
.ppg-sidebar-ranked-widget *,
.ppg-sidebar-ranked-widget *::before,
.ppg-sidebar-ranked-widget *::after,
.ppg-sidebar-graphic-title,
.ppg-sidebar-graphic-title *,
.ppg-sidebar-graphic-title *::before,
.ppg-sidebar-graphic-title *::after,
.ppg-top-week-title,
.ppg-top-week-title *,
.ppg-top-week-title::before,
.ppg-top-week-title::after,
.ppg-popular-title,
.ppg-popular-title *,
.ppg-popular-title::before,
.ppg-popular-title::after,
.ppg-popular-kicker,
.ppg-popular-kicker::before,
.ppg-popular-kicker::after,
.ppg-popular-main,
.ppg-popular-main::before,
.ppg-popular-main::after,
.mini-poster,
.mini-poster *,
.mini-poster *::before,
.mini-poster *::after,
.mini-poster-title,
.mini-poster-title::before,
.mini-poster-title::after,
.ppg-ranked-poster,
.ppg-ranked-poster *,
.ppg-ranked-poster *::before,
.ppg-ranked-poster *::after,
.ppg-ranked-text,
.ppg-ranked-text *,
.ppg-ranked-text *::before,
.ppg-ranked-text *::after,
.sidebar-menu,
.sidebar-menu *,
.sidebar-menu *::before,
.sidebar-menu *::after,
.ppg-compact-links,
.ppg-compact-links *,
.ppg-compact-links *::before,
.ppg-compact-links *::after{font-family:"Rajdhani","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;}
.ppg-top-week-title::before,
.ppg-top-week-title::after,
.ppg-popular-title::before,
.ppg-popular-title::after,
.ppg-popular-kicker,
.ppg-popular-main,
.ppg-popular-kicker::before,
.ppg-popular-main::before,
.ppg-sidebar .widget-title,
.site-sidebar .widget-title,
.site-sidebar h2,
.site-sidebar h3,
.widget-title,
.mini-poster-title,
.ppg-sidebar-ranked-list .mini-poster-title,
.ppg-ranked-text a,
.ppg-ranked-text span,
.ppg-ranked-text small{font-family:"Rajdhani","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-weight:700!important;letter-spacing:.055em!important;text-transform:uppercase;}
.ppg-top-week-title:before,
.ppg-top-week-title:after,
.ppg-popular-title:before,
.ppg-popular-title:after{font-family:"Rajdhani","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;}
.ppg-latest-updates-title{isolation:isolate;overflow:hidden;min-height:64px;margin:0 0 16px!important;padding:12px 15px 11px 17px!important;border-radius:16px;display:flex;flex-direction:column;justify-content:center;gap:2px;color:#fff!important;letter-spacing:.035em!important;background:radial-gradient(circle at 84% 38%,rgba(105,216,255,.25) 0,rgba(105,216,255,0) 29%),
    radial-gradient(circle at 16% 84%,rgba(29,92,255,.22) 0,rgba(29,92,255,0) 34%),
    linear-gradient(135deg,rgba(0,168,255,.17),rgba(29,92,255,.10) 38%,rgba(3,10,34,.96) 78%),
    linear-gradient(135deg,#081b3f,#050d23 66%,#020716);border:1px solid rgba(105,216,255,.34);box-shadow:0 14px 34px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.14),inset 0 -1px 0 rgba(50,120,255,.22);}
.ppg-latest-updates-title:after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:2px;background:linear-gradient(90deg,rgba(105,216,255,.0),rgba(105,216,255,.82),rgba(29,92,255,.0));opacity:.92;}
.ppg-latest-updates-title-bg{position:absolute;right:-12px;bottom:-24px;width:98px;height:98px;border-radius:50%;opacity:.16;background:radial-gradient(circle,rgba(255,255,255,.96) 0 2px,transparent 3px),
    radial-gradient(circle at 50% 50%,rgba(105,216,255,.64),transparent 68%);box-shadow:0 0 34px rgba(105,216,255,.34);}
.ppg-latest-updates-kicker,
.ppg-latest-updates-main{position:relative;z-index:1;display:block;color:#f7fbff;font-family:"Rajdhani","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:15px;line-height:1.05;font-weight:700!important;text-transform:uppercase;text-shadow:0 0 18px rgba(95,183,255,.24);max-width:78%;}
.ppg-latest-updates-kicker{color:#9fe7ff;}
.ppg-latest-update-date{display:block;color:rgba(157,179,201,.78);font-family:"Rajdhani","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:9.5px;line-height:1.1;font-weight:700;letter-spacing:.06em;text-transform:uppercase;}
.ppg-latest-updates-widget .ppg-ranked-poster{background:linear-gradient(135deg,rgba(0,168,255,.055),rgba(0,0,0,.12));}
.ppg-latest-updates-widget .ppg-ranked-poster:hover{border-color:rgba(105,216,255,.32);background:linear-gradient(135deg,rgba(0,168,255,.13),rgba(29,92,255,.08));}
.ppg-language-chips{display:flex;flex-wrap:wrap;gap:7px;align-items:center;}
.ppg-language-chip{display:inline-flex;align-items:center;gap:6px;min-height:27px;padding:4px 9px 4px 7px;border-radius:999px;color:#eef6ff;background:linear-gradient(135deg,rgba(0,168,255,.12),rgba(29,92,255,.08));border:1px solid rgba(126,210,255,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.055);font-family:var(--ppg-font-display,"Rajdhani","Inter",system-ui,sans-serif);font-size:12px;line-height:1.05;font-weight:700;letter-spacing:.045em;text-transform:uppercase;}
.ppg-language-flag{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",emoji,sans-serif!important;font-size:15px;line-height:1;letter-spacing:0;text-transform:none;}
.ppg-language-name{overflow-wrap:anywhere;}
@media (max-width:640px){.ppg-language-chips{gap:6px;}
.ppg-language-chip{min-height:25px;font-size:11px;padding:4px 8px 4px 7px;}}
.ppg-region-chips{display:flex;flex-wrap:wrap;gap:7px;align-items:center;}
.ppg-region-chip{display:inline-flex;align-items:center;gap:6px;min-height:27px;padding:4px 10px 4px 7px;border-radius:999px;color:#eef6ff;background:linear-gradient(135deg,rgba(105,216,255,.13),rgba(29,92,255,.09));border:1px solid rgba(126,210,255,.20);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 0 16px rgba(0,168,255,.055);font-family:var(--ppg-font-display,"Rajdhani","Inter",system-ui,sans-serif);font-size:12px;line-height:1.05;font-weight:700;letter-spacing:.055em;text-transform:uppercase;}
.ppg-region-flag{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",emoji,sans-serif!important;font-size:15px;line-height:1;letter-spacing:0;text-transform:none;}
.ppg-region-name{overflow-wrap:anywhere;}
@media (max-width:640px){.ppg-region-chips{gap:6px;}
.ppg-region-chip{min-height:25px;font-size:11px;padding:4px 8px 4px 7px;}}
.ppg-value-chips{display:flex;flex-wrap:wrap;gap:7px;align-items:center;}
.ppg-value-chip{display:inline-flex;align-items:center;min-height:27px;padding:4px 10px;border-radius:999px;color:#eef6ff;background:linear-gradient(135deg,rgba(0,168,255,.12),rgba(29,92,255,.08));border:1px solid rgba(126,210,255,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.055);font-family:var(--ppg-font-display,"Rajdhani","Inter",system-ui,sans-serif);font-size:12px;line-height:1.05;font-weight:700;letter-spacing:.045em;text-transform:uppercase;overflow-wrap:anywhere;}
.ppg-value-chips-size .ppg-value-chip,
.ppg-value-chips-version .ppg-value-chip,
.ppg-value-chips-gameid .ppg-value-chip{letter-spacing:.055em;}
.ppg-value-chips-format .ppg-value-chip{text-transform:none;}
@media (max-width:640px){.ppg-value-chips{gap:6px;}
.ppg-value-chip{min-height:25px;font-size:11px;padding:4px 8px;}}
.ppg-card-region{display:flex;justify-content:center;margin:7px 0 2px;}
.ppg-card-region .ppg-region-chips{justify-content:center;gap:5px;}
.ppg-card-region .ppg-region-chip{min-height:22px;padding:3px 8px 3px 6px;font-size:10px;letter-spacing:.045em;background:linear-gradient(135deg,rgba(0,168,255,.13),rgba(29,92,255,.08));border-color:rgba(126,210,255,.20);}
.ppg-card-region .ppg-region-flag{width:15px;height:15px;font-size:13px;}
.ppg-card-title-with-region{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px;}
.ppg-card-title-with-region > a{min-width:0;}
.ppg-card-title-with-region .ppg-card-region{display:inline-flex;align-items:center;justify-content:center;margin:0;line-height:1;}
.ppg-card-title-with-region .ppg-region-chips{display:inline-flex;flex-wrap:nowrap;gap:3px;justify-content:center;}
.ppg-card-title-with-region .ppg-region-chip{width:24px;height:24px;min-height:24px;padding:0;border-radius:999px;}
.ppg-card-title-with-region .ppg-region-name{display:none!important;}
.ppg-card-title-with-region .ppg-region-flag{width:20px;height:20px;font-size:16px;}
.ppg-card-title-with-region{gap:5px;}
.ppg-card-title-with-region .ppg-card-region{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0;line-height:1;vertical-align:middle;}
.ppg-card-title-with-region .ppg-region-chips{display:inline-flex;flex-wrap:nowrap;align-items:center;gap:3px;margin:0;padding:0;}
.ppg-card-title-with-region .ppg-region-chip{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;min-width:0;min-height:0;margin:0;padding:0;border:0!important;border-radius:0;background:transparent!important;box-shadow:none!important;}
.ppg-card-title-with-region .ppg-region-chip::before,
.ppg-card-title-with-region .ppg-region-chip::after{display:none!important;content:none!important;}
.ppg-card-title-with-region .ppg-region-flag{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;font-size:17px;line-height:1;margin:0;padding:0;border:0;background:transparent;}
.ppg-card-title-with-region{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;column-gap:5px;row-gap:2px;line-height:1.18;}
.ppg-card-title-with-region > a{display:inline;line-height:1.18;}
.ppg-card-title-with-region .ppg-card-region{display:inline-flex;align-items:center;justify-content:center;align-self:baseline;position:relative;top:.08em;margin:0;padding:0;line-height:1;height:1em;}
.ppg-card-title-with-region .ppg-region-chips{display:inline-flex;align-items:center;justify-content:center;flex-wrap:nowrap;margin:0;padding:0;line-height:1;height:1em;}
.ppg-card-title-with-region .ppg-region-chip{display:inline-flex;align-items:center;justify-content:center;width:auto;height:1em;min-width:0;min-height:0;margin:0;padding:0;border:0!important;border-radius:0;background:transparent!important;box-shadow:none!important;line-height:1;}
.ppg-card-title-with-region .ppg-region-flag{display:inline-flex;align-items:center;justify-content:center;width:auto;height:1em;font-size:1em;line-height:1;margin:0;padding:0;border:0;background:transparent;transform:translateY(.02em);}
.card-title.ppg-card-title-with-region{display:flex!important;flex-wrap:wrap;align-items:center!important;justify-content:center;column-gap:6px;row-gap:2px;line-height:1.18;}
.card-title.ppg-card-title-with-region > a{display:inline-block;line-height:1.18;}
.card-title.ppg-card-title-with-region .ppg-card-region{display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:center!important;width:22px;height:22px;margin:0;padding:0;line-height:22px;position:static!important;top:auto!important;transform:none!important;}
.card-title.ppg-card-title-with-region .ppg-region-chips{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap;width:22px;height:22px;margin:0;padding:0;line-height:22px;}
.card-title.ppg-card-title-with-region .ppg-region-chip{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;line-height:22px!important;}
.card-title.ppg-card-title-with-region .ppg-region-name{display:none!important;}
.card-title.ppg-card-title-with-region .ppg-region-flag{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;font-size:19px!important;line-height:22px!important;transform:none!important;}
.ppg-sidebar-ranked-list .ppg-ranked-text{min-width:0;}
.ppg-sidebar-title-row{display:flex;align-items:center;justify-content:flex-start;gap:6px;min-width:0;line-height:1.25;}
.ppg-sidebar-title-row .mini-poster-title{display:inline-block;min-width:0;line-height:1.25;}
.ppg-sidebar-region{display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:center!important;flex:0 0 auto;width:22px;height:22px;margin:0;padding:0;line-height:22px;}
.ppg-sidebar-region .ppg-region-chips{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap;width:22px;height:22px;margin:0;padding:0;line-height:22px;}
.ppg-sidebar-region .ppg-region-chip{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;line-height:22px!important;}
.ppg-sidebar-region .ppg-region-chip::before,
.ppg-sidebar-region .ppg-region-chip::after{display:none!important;content:none!important;}
.ppg-sidebar-region .ppg-region-name{display:none!important;}
.ppg-sidebar-region .ppg-region-flag{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;font-size:19px!important;line-height:22px!important;transform:none!important;}
.ppg-sidebar-title-row{display:inline!important;line-height:1.25;}
.ppg-sidebar-title-row .mini-poster-title{display:inline!important;min-width:0;line-height:1.25;}
.ppg-sidebar-region{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:20px;height:20px;margin:0 0 0 5px;padding:0;line-height:20px;vertical-align:middle;}
.ppg-sidebar-region .ppg-region-chips{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap;width:20px;height:20px;margin:0;padding:0;line-height:20px;}
.ppg-sidebar-region .ppg-region-chip{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;line-height:20px!important;vertical-align:middle;}
.ppg-sidebar-region .ppg-region-flag{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:20px!important;height:20px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;font-size:18px!important;line-height:20px!important;transform:none!important;vertical-align:middle;}
.ppg-sidebar-region{display:none!important;}
.ppg-sidebar-title-row{display:contents;}
.ppg-grid-region-filter{display:inline-flex;align-items:center;margin:0;}
.ppg-grid-region-select{min-height:34px;border-radius:999px;border:1px solid rgba(126,210,255,.22);background:linear-gradient(135deg,rgba(0,168,255,.12),rgba(29,92,255,.08));color:#eef6ff;padding:0 34px 0 13px;font-family:var(--ppg-font-display,"Rajdhani","Inter",system-ui,sans-serif);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;outline:none;}
.ppg-grid-region-select.is-active{border-color:rgba(75,190,255,.62);box-shadow:0 0 0 1px rgba(75,190,255,.18),0 0 18px rgba(0,128,255,.16);}
.ppg-grid-region-select option{background:#071225;color:#eef6ff;}
.ppg-grid-language-filter{display:inline-flex;align-items:center;margin:0;}
.ppg-grid-language-select{min-height:34px;border-radius:999px;border:1px solid rgba(126,210,255,.22);background:linear-gradient(135deg,rgba(0,168,255,.12),rgba(29,92,255,.08));color:#eef6ff;padding:0 34px 0 13px;font-family:var(--ppg-font-display,"Rajdhani","Inter",system-ui,sans-serif);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;outline:none;}
.ppg-grid-language-select.is-active{border-color:rgba(75,190,255,.62);box-shadow:0 0 0 1px rgba(75,190,255,.18),0 0 18px rgba(0,128,255,.16);}
.ppg-grid-language-select option{background:#071225;color:#eef6ff;}
.ppg-grid-filter-bar{overflow:visible!important;}
.ppg-grid-filter-items{display:flex;flex-wrap:wrap;align-items:center;gap:7px;overflow:visible!important;max-width:100%;}
.ppg-grid-filter-link{min-height:32px;padding:0 11px;font-size:11px;white-space:nowrap;}
.ppg-grid-genre-filter,
.ppg-grid-region-filter,
.ppg-grid-language-filter{flex:0 0 auto;max-width:100%;}
.ppg-grid-genre-select,
.ppg-grid-region-select,
.ppg-grid-language-select{min-height:32px!important;height:32px!important;max-width:100%;padding:0 24px 0 10px!important;font-size:11px!important;letter-spacing:.04em!important;white-space:nowrap;}
.ppg-grid-genre-select{width:118px;}
.ppg-grid-region-select{width:112px;}
.ppg-grid-language-select{width:122px;}
.ppg-grid-filter-label{margin-right:2px;white-space:nowrap;}
@media (max-width:900px){.ppg-grid-filter-items{gap:6px;}
.ppg-grid-filter-link{min-height:30px;padding:0 9px;font-size:10px;}
.ppg-grid-genre-select{width:108px;}
.ppg-grid-region-select{width:102px;}
.ppg-grid-language-select{width:112px;}}
@media (max-width:640px){.ppg-grid-filter-bar{align-items:flex-start;}
.ppg-grid-filter-items{width:100%;}
.ppg-grid-genre-select,
  .ppg-grid-region-select,
  .ppg-grid-language-select{width:105px;}}
.ppg-grid-filter-bar,
.ppg-grid-filter-bar *,
.ppg-grid-filter-bar *::before,
.ppg-grid-filter-bar *::after,
.ppg-grid-alpha-bar,
.ppg-grid-alpha-bar *,
.ppg-grid-alpha-bar *::before,
.ppg-grid-alpha-bar *::after{font-family:var(--ppg-font-display,"Rajdhani","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif)!important;}
.ppg-grid-filter-label,
.ppg-grid-filter-link,
.ppg-grid-genre-select,
.ppg-grid-region-select,
.ppg-grid-language-select,
.ppg-grid-genre-select option,
.ppg-grid-region-select option,
.ppg-grid-language-select option,
.ppg-grid-alpha-label,
.ppg-grid-alpha-link{font-family:var(--ppg-font-display,"Rajdhani","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif)!important;font-weight:800;}
.ppg-grid-genre-filter,
.ppg-grid-region-filter,
.ppg-grid-language-filter,
.ppg-grid-genre-filter *,
.ppg-grid-region-filter *,
.ppg-grid-language-filter *{font-family:var(--ppg-font-display,"Rajdhani","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif)!important;}
.ppg-grid-filter-reset{border-color:rgba(232,125,40,.62)!important;background:linear-gradient(135deg,rgba(232,125,40,.18),rgba(3,11,30,.88))!important;color:#ffd7b8!important;}
.ppg-grid-filter-reset:hover,
.ppg-grid-filter-reset:focus-visible{border-color:rgba(255,164,86,.85)!important;color:#fff!important;box-shadow:0 0 0 1px rgba(232,125,40,.22),0 0 18px rgba(232,125,40,.18)!important;}
.site-header .home-link,
.site-header .home-button,
.site-header .header-home,
.site-header .nav-home,
.site-header .menu-home,
.site-header .main-navigation .home-link,
.site-header .main-navigation .home-button,
.site-header .main-navigation .menu-item-home > a,
.site-header .main-navigation .menu-item:first-child > a,
.site-header .primary-menu .menu-item-home > a,
.site-header .primary-menu .menu-item:first-child > a,
.main-header .home-link,
.main-header .home-button,
.main-header .header-home,
.main-header .nav-home,
.main-header .menu-home,
.main-header .main-navigation .menu-item-home > a,
.main-header .main-navigation .menu-item:first-child > a{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1!important;}
.site-header .home-link *,
.site-header .home-button *,
.site-header .header-home *,
.site-header .nav-home *,
.site-header .menu-home *,
.site-header .main-navigation .menu-item-home > a *,
.site-header .main-navigation .menu-item:first-child > a *,
.main-header .home-link *,
.main-header .home-button *,
.main-header .header-home *,
.main-header .nav-home *,
.main-header .menu-home *,
.main-header .main-navigation .menu-item-home > a *,
.main-header .main-navigation .menu-item:first-child > a *{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;}
.site-header .main-navigation .menu-item-home > a::before,
.site-header .main-navigation .menu-item:first-child > a::before,
.site-header .primary-menu .menu-item-home > a::before,
.site-header .primary-menu .menu-item:first-child > a::before,
.main-header .main-navigation .menu-item-home > a::before,
.main-header .main-navigation .menu-item:first-child > a::before{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;vertical-align:middle!important;}
@media (min-width:981px){.site-header .site-header-inner{display:grid!important;grid-template-columns:minmax(180px,240px) minmax(0,1fr) minmax(180px,240px)!important;align-items:center!important;gap:18px!important;}
.site-header .menu-toggle{display:none!important;}
.site-header .site-branding{grid-column:1!important;justify-self:start!important;min-width:0!important;width:auto!important;}
.site-header .main-navigation{grid-column:2!important;justify-self:center!important;width:100%!important;min-width:0!important;display:flex!important;justify-content:center!important;align-items:center!important;}
.site-header .main-navigation > div,
  .site-header .main-navigation .menu,
  .site-header .main-navigation ul{display:flex!important;justify-content:center!important;align-items:center!important;width:auto!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;}
.site-header .main-navigation li,
  .site-header .main-navigation .menu-item{display:flex!important;align-items:center!important;justify-content:center!important;}
.site-header .main-navigation a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;padding-top:0!important;padding-bottom:0!important;text-align:center!important;line-height:1!important;}
.site-header .header-search{grid-column:3!important;justify-self:end!important;flex:initial!important;width:240px!important;max-width:240px!important;}}
@media (min-width:981px) and (max-width:1120px){.site-header .site-header-inner{grid-template-columns:minmax(150px,200px) minmax(0,1fr) minmax(150px,200px)!important;gap:12px!important;}
.site-header .header-search{width:200px!important;max-width:200px!important;}
.site-header .main-navigation a{padding-left:9px!important;padding-right:9px!important;font-size:12px!important;}}
@media (min-width:981px){body .site-header-inner{flex-wrap:nowrap;}
body .menu-toggle{display:none;}
body .main-navigation{display:flex;justify-content:center;}
body .main-navigation ul{flex-direction:row;align-items:center;}}
html,
body{min-width:0;}
.site-shell{min-width:1120px;}
@media (max-width:980px){.site-shell{width:1120px!important;min-width:1120px!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important;}
.site-header-inner{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:22px!important;min-height:68px!important;padding:0 18px!important;}
.menu-toggle{display:none!important;}
.site-branding{flex:0 0 auto!important;min-width:170px!important;order:initial!important;}
.main-navigation{display:flex!important;flex:1!important;order:initial!important;justify-content:center!important;align-items:center!important;}
.main-navigation ul{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:auto!important;}
.main-navigation li{width:auto!important;}
.main-navigation a{display:block!important;width:auto!important;min-height:0!important;padding:12px 11px!important;text-align:center!important;}
.header-search{flex:0 0 220px!important;width:220px!important;max-width:220px!important;order:initial!important;}
.site-layout,
  .ppg-layout-right-sidebar .site-layout{display:grid!important;grid-template-columns:var(--ppg-sidebar-width) minmax(0,1fr)!important;gap:30px!important;}
.ppg-layout-right-sidebar .site-layout{grid-template-columns:minmax(0,1fr) var(--ppg-sidebar-width)!important;}
.site-sidebar{margin-bottom:0!important;}
.site-sidebar-inner{display:flex!important;flex-direction:column!important;grid-template-columns:none!important;}
.poster-grid{grid-template-columns:repeat(var(--ppg-cols-desktop),minmax(160px,1fr))!important;}
.content-card{max-width:none!important;}
.feature-strip{grid-template-columns:repeat(5,1fr)!important;}
.single-layout{grid-template-columns:minmax(260px,360px) minmax(0,1fr)!important;}
.footer-widgets{grid-template-columns:repeat(4,1fr)!important;}
.footer-bottom{flex-direction:row!important;text-align:left!important;}}
.ppg-breadcrumbs{margin:0 0 14px;padding:8px 11px;border-radius:999px;border:1px solid rgba(126,210,255,.13);background:rgba(2,8,23,.38);color:#9fc9ff;font-family:var(--ppg-font-display,"Rajdhani","Inter",system-ui,sans-serif);font-size:11px;font-weight:800;letter-spacing:.055em;text-transform:uppercase;}
.ppg-breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0;padding:0;list-style:none;}
.ppg-breadcrumbs li{display:inline-flex;align-items:center;min-width:0;}
.ppg-breadcrumbs li + li::before{content:"›";margin-right:6px;color:#69d8ff;opacity:.82;}
.ppg-breadcrumbs a{color:#cfefff;}
.ppg-breadcrumbs span{color:#8fb7d7;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.ppg-section-title{margin:18px 0 10px;color:#dff5ff;font-family:var(--ppg-font-display,"Rajdhani","Inter",system-ui,sans-serif);font-size:16px;font-weight:900;letter-spacing:.10em;line-height:1.15;text-transform:uppercase;}
.ppg-section-title::after{content:"";display:block;width:76px;height:1px;margin-top:8px;background:linear-gradient(90deg,#69d8ff,transparent);}
.archive-description{color:#c8d8ea;}
.archive-description p{margin:8px 0 0;}
@keyframes ppgCoverSkeleton{0%{background-position:120% 0;}
100%{background-position:-120% 0;}}
.ppg-has-js img.ppg-lazy-img,
.ppg-has-js img[data-ppg-lazy-img="1"]{opacity:0;filter:blur(10px);transform:scale(1.018);transition:opacity .28s ease,filter .28s ease,transform .28s ease;}
.ppg-has-js img.ppg-lazy-img.is-loaded,
.ppg-has-js img[data-ppg-lazy-img="1"].is-loaded{opacity:1;filter:blur(0);transform:none;}
.ppg-has-js img.ppg-lazy-img.is-load-error,
.ppg-has-js img[data-ppg-lazy-img="1"].is-load-error{opacity:.45;filter:none;transform:none;}
@media (prefers-reduced-motion:reduce){.ppg-has-js img.ppg-lazy-img,
  .ppg-has-js img[data-ppg-lazy-img="1"]{transition:none;}}
.ppg-grid-filter-bar{position:sticky!important;top:10px;z-index:120;align-items:flex-start!important;border-radius:calc(var(--ppg-radius) + 4px)!important;margin:0 0 10px!important;border:1px solid rgba(126,210,255,.18)!important;background:linear-gradient(90deg,rgba(0,168,255,.075),transparent 18%,transparent 82%,rgba(29,92,255,.09)),
    linear-gradient(180deg,rgba(4,9,24,.96),rgba(3,7,18,.94))!important;box-shadow:0 14px 34px rgba(0,0,0,.30),
    inset 0 1px 0 rgba(255,255,255,.05)!important;backdrop-filter:blur(14px);overflow:hidden!important;}
.ppg-sticky-header .ppg-grid-filter-bar{top:92px;}
.ppg-grid-alpha-bar{position:sticky!important;top:66px;z-index:119;border-radius:calc(var(--ppg-radius) + 4px)!important;margin:0 0 14px!important;border:1px solid rgba(126,210,255,.14)!important;background:linear-gradient(90deg,rgba(0,168,255,.045),transparent 20%,transparent 80%,rgba(29,92,255,.055)),
    linear-gradient(180deg,rgba(3,7,18,.94),rgba(2,5,14,.92))!important;box-shadow:0 10px 26px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.035)!important;backdrop-filter:blur(12px);overflow:hidden!important;}
.ppg-sticky-header .ppg-grid-alpha-bar{top:148px;}
.ppg-grid-filter-items{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:7px!important;overflow:visible!important;padding-bottom:0!important;}
.ppg-grid-alpha-items{overflow-x:auto!important;overflow-y:hidden!important;}
.ppg-grid-genre-filter,
.ppg-grid-region-filter,
.ppg-grid-language-filter,
.ppg-grid-filter-reset,
.ppg-grid-filter-label,
.ppg-grid-alpha-label{position:relative!important;left:auto!important;right:auto!important;top:auto!important;z-index:2!important;flex:0 0 auto!important;}
.ppg-grid-filter-label,
.ppg-grid-alpha-label{display:inline-flex!important;align-items:center;min-height:30px;padding:0 10px!important;border-radius:999px;background:rgba(2,8,23,.58);border:1px solid rgba(126,210,255,.12);}
.ppg-grid-genre-select,
.ppg-grid-region-select,
.ppg-grid-language-select{min-width:132px!important;max-width:168px!important;}
.ppg-grid-filter-reset{margin-left:0!important;border-color:rgba(255,116,116,.34)!important;color:#ffe8e8!important;background:linear-gradient(180deg,rgba(255,90,90,.18),rgba(255,255,255,.030)),
    rgba(8,14,32,.88)!important;}
.ppg-grid-filter-reset.is-idle{opacity:.62;border-color:rgba(126,210,255,.16)!important;color:#b7cbe0!important;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.020)),
    rgba(8,14,32,.84)!important;}
@media (max-width:700px){.ppg-grid-filter-bar{top:8px;}
.ppg-grid-alpha-bar{top:74px;}
.ppg-sticky-header .ppg-grid-filter-bar{top:78px;}
.ppg-sticky-header .ppg-grid-alpha-bar{top:144px;}
.ppg-grid-filter-items{flex-wrap:wrap!important;width:100%;}
.ppg-grid-genre-select,
  .ppg-grid-region-select,
  .ppg-grid-language-select{min-width:120px!important;max-width:150px!important;}}
.header-search{position:relative;}
.site-header.ppg-live-search-active{z-index:10050!important;overflow:visible!important;}
.visual-top-area.ppg-live-search-active,.ppg-big-game-search.ppg-live-search-active{position:relative;z-index:10040!important;overflow:visible!important;}
.ppg-live-search-form{position:relative;overflow:visible!important;}
.ppg-live-search-results{position:absolute;z-index:9999;top:calc(100% + 8px);right:0;width:min(390px,90vw);max-height:480px;overflow:auto;border:1px solid rgba(93,154,255,.42);border-radius:13px;background:#06122c;box-shadow:0 22px 58px rgba(0,0,0,.58);padding:7px;}
.ppg-live-search-results[hidden]{display:none!important;}
.ppg-big-game-search-form .ppg-live-search-results{left:0;right:0;width:100%;min-width:100%;top:calc(100% + 8px);grid-column:1 / -1;}
.ppg-live-search-item{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:10px;padding:8px;border-radius:9px;color:#fff;text-decoration:none;text-align:left;}
.ppg-live-search-item:hover,.ppg-live-search-item:focus{background:rgba(49,111,255,.18);outline:0;}
.ppg-live-search-item img{width:48px;height:60px;border-radius:6px;object-fit:cover;background:#02091f;}
.ppg-live-search-copy{display:grid;gap:3px;min-width:0;}
.ppg-live-search-copy strong{overflow:hidden;color:#fff;font-size:12px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap;}
.ppg-live-search-copy small{overflow:hidden;color:#9fb4dd;font-size:10px;text-overflow:ellipsis;white-space:nowrap;}
.ppg-live-search-message{padding:15px 12px;color:#b9c8e7;font-size:12px;text-align:center;}
.ppg-live-search-message.is-error{color:#ffb4b4;}
.ppg-live-search-all{display:block;margin-top:5px;padding:9px 10px;border-top:1px solid rgba(255,255,255,.08);color:#76b1ff;font-size:11px;font-weight:800;text-align:center;}
.header-favorites{flex:0 0 auto;}
.ppg-favorites-open{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 11px;border:1px solid rgba(113,161,255,.3);border-radius:9px;background:rgba(4,19,55,.76);color:#fff;cursor:pointer;font:700 11px/1 Rajdhani,Inter,sans-serif;text-transform:uppercase;letter-spacing:.04em;}
.ppg-favorites-open:hover{border-color:rgba(113,161,255,.7);background:rgba(20,55,116,.78);}
.ppg-favorites-count{display:grid;place-items:center;min-width:19px;height:19px;padding:0 4px;border-radius:999px;background:#1e63ff;color:#fff;font-size:10px;}
.content-card{position:relative;}
.ppg-favorite-toggle{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid rgba(255,255,255,.24);background:rgba(2,9,31,.82);color:#fff;cursor:pointer;transition:.18s ease;}
.ppg-favorite-toggle:hover,.ppg-favorite-toggle:focus{border-color:#75a9ff;background:#0e3f91;outline:0;transform:translateY(-1px);}
.ppg-favorite-toggle.is-favorite{border-color:#ff6b8d;background:rgba(106,14,51,.92);color:#ff9db4;}
.ppg-single-title-actions{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;}
.ppg-single-title-actions .entry-meta{justify-content:flex-start;margin-top:0;}
.ppg-favorite-toggle-single{min-height:36px;padding:0 12px;border-radius:9px;font-size:16px;font-weight:800;}
.ppg-favorite-toggle-single .ppg-favorite-text{font-size:11px;text-transform:uppercase;}
.ppg-favorites-backdrop{position:fixed;z-index:10020;inset:0;background:rgba(0,0,0,.62);opacity:0;transition:opacity .22s ease;}
.ppg-favorites-backdrop.is-open{opacity:1;}
.ppg-favorites-drawer{position:fixed;z-index:10030;top:0;right:0;width:min(430px,94vw);height:100vh;display:grid;grid-template-rows:auto 1fr auto;transform:translateX(105%);transition:transform .24s ease;border-left:1px solid rgba(94,151,255,.3);background:linear-gradient(180deg,#071630,#02091f);box-shadow:-24px 0 60px rgba(0,0,0,.55);color:#fff;}
.ppg-favorites-drawer.is-open{transform:translateX(0);}
.ppg-favorites-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:20px;border-bottom:1px solid rgba(255,255,255,.09);}
.ppg-favorites-head span{display:block;color:#7ea7e9;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;}
.ppg-favorites-head h2{margin:4px 0 0;color:#fff;font-size:23px;}
.ppg-favorites-close{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;padding:0;border:1px solid rgba(255,255,255,.15);border-radius:50%;background:rgba(255,255,255,.05);color:#fff;cursor:pointer;font:400 27px/1 Arial,sans-serif;text-align:center;}
.ppg-favorites-close span{display:block;line-height:1;transform:translateY(-1px);}
.ppg-favorites-list{overflow:auto;padding:12px 15px;}
.ppg-favorites-empty{padding:35px 15px;color:#a9b9d7;text-align:center;}
.ppg-favorites-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08);}
.ppg-favorites-item-link{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:10px;color:#fff;}
.ppg-favorites-item-link img{width:52px;height:65px;border-radius:6px;object-fit:cover;background:#02091f;}
.ppg-favorites-item-link strong{font-size:12px;line-height:1.3;}
.ppg-favorites-remove,.ppg-favorites-clear{border:1px solid rgba(255,120,145,.32);border-radius:7px;background:rgba(95,19,44,.3);color:#ff9eb2;cursor:pointer;font-size:10px;font-weight:800;text-transform:uppercase;}
.ppg-favorites-remove{padding:7px 8px;}
.ppg-favorites-footer{padding:14px 18px;border-top:1px solid rgba(255,255,255,.09);}
.ppg-favorites-clear{width:100%;padding:10px;}
body.ppg-favorites-opened{overflow:hidden;}
@media (max-width:980px){.header-favorites{order:4;}
.ppg-favorites-open span:nth-child(2){display:none;}
.ppg-live-search-results{left:0;right:auto;width:100%;}}
.ppg-live-search-form{position:relative;}
.ppg-live-search-clear{position:absolute;right:52px;top:50%;z-index:8;display:none;width:28px;height:28px;padding:0;transform:translateY(-50%);place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:20px;line-height:1;cursor:pointer;}
.ppg-live-search-clear.is-visible{display:grid;}
.ppg-big-game-search-form .ppg-live-search-clear{right:118px;}
.ppg-live-search-title-row{display:flex;align-items:center;gap:7px;min-width:0;}
.ppg-live-search-title-row strong{flex:1;min-width:0;}
.ppg-live-search-platform{flex:0 0 auto;padding:2px 6px;border:1px solid rgba(104,164,255,.32);border-radius:999px;background:rgba(44,104,222,.16);color:#a9c9ff;font-size:9px;font-style:normal;font-weight:800;line-height:1.25;text-transform:uppercase;}
@media (max-width:900px){.ppg-live-search-clear{right:46px;}
.ppg-big-game-search-form .ppg-live-search-clear{right:96px;}
.ppg-live-search-platform{display:none;}}
