/* CountdownRadar — Games archive v1.2 */
:root{--crg-bg:#090c0f;--crg-panel:#11161c;--crg-panel2:#151b22;--crg-line:rgba(255,255,255,.09);--crg-line2:rgba(255,255,255,.17);--crg-text:#f5f7f9;--crg-muted:#8490a0;--crg-accent:#b8f62f}
body.post-type-archive-game{background:var(--crg-bg);color:var(--crg-text)}body.post-type-archive-game main{margin:0!important}body.post-type-archive-game a{text-decoration:none}.cr-games-container{width:min(1440px,calc(100% - 64px));max-width:none;margin-inline:auto;box-sizing:border-box}.cr-games-page{padding-bottom:52px}.cr-games-hero{padding-top:42px;padding-bottom:30px}.cr-games-eyebrow{color:var(--crg-accent);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.cr-games-hero__row{display:flex;align-items:end;justify-content:space-between;gap:24px}.cr-games-hero h1{margin:8px 0 8px;font-size:clamp(36px,4vw,58px);line-height:1;letter-spacing:-.05em}.cr-games-hero p{margin:0;color:var(--crg-muted);font-size:14px}.cr-games-hero__anticipated{display:flex;min-width:210px;flex-direction:column;gap:5px;padding:15px 17px;border:1px solid rgba(184,246,47,.22);border-radius:12px;background:radial-gradient(circle at 90% 5%,rgba(184,246,47,.12),transparent 45%),var(--crg-panel);color:#fff!important}.cr-games-hero__anticipated span{color:var(--crg-accent);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.cr-games-hero__anticipated strong{font-size:13px}.cr-games-controls{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:17px;padding-bottom:17px;border-top:1px solid var(--crg-line);border-bottom:1px solid var(--crg-line)}.cr-games-filter-tabs{display:flex;flex-wrap:wrap;gap:7px}.cr-games-filter-tabs a{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border:1px solid var(--crg-line);border-radius:999px;color:#cfd5dc!important;font-size:11px;font-weight:700}.cr-games-filter-tabs a:hover{border-color:var(--crg-line2);background:rgba(255,255,255,.035)}.cr-games-filter-tabs a.is-active{border-color:rgba(184,246,47,.28);background:rgba(184,246,47,.1);color:var(--crg-accent)!important}.cr-games-platform-form{display:flex;align-items:center;gap:9px}.cr-games-platform-form label{color:var(--crg-muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.cr-games-platform-form select{height:36px;min-width:175px;padding:0 34px 0 11px;border:1px solid var(--crg-line);border-radius:8px;background:#10151a;color:#fff;font-size:11px}.cr-games-results{padding-top:27px}.cr-games-results__head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:17px}.cr-games-results__head>div{display:flex;align-items:center;gap:9px}.cr-games-results__head span{font-size:19px;font-weight:800}.cr-games-results__head strong{padding:5px 8px;border:1px solid var(--crg-line);border-radius:6px;color:var(--crg-accent);font-size:9px;text-transform:uppercase}.cr-games-results__head small{color:var(--crg-muted);font-size:10px}.cr-games-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px 15px}.cr-game-grid-card{display:block;color:inherit!important;min-width:0}.cr-game-grid-card__media{position:relative;display:block;aspect-ratio:2/3;overflow:hidden;border:1px solid var(--crg-line);border-radius:12px;background:var(--crg-panel)}.cr-game-grid-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.cr-game-grid-card__shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.28),transparent 48%);pointer-events:none}.cr-game-grid-card:hover .cr-game-grid-card__media{border-color:var(--crg-line2)}.cr-game-grid-card:hover img{transform:scale(1.025)}.cr-game-grid-card__badge{position:absolute;right:8px;bottom:8px;padding:5px 7px;border:1px solid rgba(255,255,255,.15);border-radius:6px;background:rgba(5,8,10,.88);color:#fff;font-size:9px}.cr-game-grid-card__anticipated{position:absolute;left:8px;top:8px;padding:5px 7px;border:1px solid rgba(184,246,47,.3);border-radius:6px;background:rgba(9,15,6,.86);color:var(--crg-accent);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.cr-game-grid-card__body{display:block;padding:9px 2px 0}.cr-game-grid-card__body>strong{display:block;color:#fff;font-size:14px;line-height:1.25}.cr-game-grid-card__meta{display:flex;align-items:center;gap:7px;margin-top:5px}.cr-game-grid-card__meta small{color:var(--crg-muted);font-size:10px}.cr-game-grid-card__meta i{padding:3px 5px;border:1px solid var(--crg-line);border-radius:5px;color:#b6bec8;font-size:8px;font-style:normal;text-transform:uppercase}.cr-game-grid-card__platforms{display:block;overflow:hidden;margin-top:5px;color:#667385;font-size:9px;white-space:nowrap;text-overflow:ellipsis}.cr-games-pagination{display:flex;justify-content:center;gap:6px;margin-top:38px}.cr-games-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;border:1px solid var(--crg-line);border-radius:8px;color:#d8dee5!important;font-size:10px;font-weight:700}.cr-games-pagination .current{border-color:rgba(184,246,47,.3);background:rgba(184,246,47,.11);color:var(--crg-accent)!important}.cr-games-pagination a:hover{border-color:var(--crg-line2)}.cr-games-empty{padding:45px 24px;border:1px solid var(--crg-line);border-radius:14px;background:var(--crg-panel);text-align:center}.cr-games-empty strong{font-size:18px}.cr-games-empty p{color:var(--crg-muted);font-size:12px}.cr-games-empty a{display:inline-flex;margin-top:8px;padding:9px 13px;border-radius:7px;background:var(--crg-accent);color:#111!important;font-size:10px;font-weight:800}
@media(max-width:1050px){.cr-games-controls{align-items:flex-start;flex-direction:column}.cr-games-platform-form{width:100%;justify-content:space-between}.cr-games-platform-form select{flex:1;max-width:260px}}
@media(max-width:1180px){.cr-games-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:900px){.cr-games-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.cr-games-container{width:calc(100% - 28px)}.cr-games-page{padding-bottom:36px}.cr-games-hero{padding-top:24px;padding-bottom:23px}.cr-games-hero__row{align-items:stretch;flex-direction:column}.cr-games-hero h1{font-size:39px}.cr-games-hero p{font-size:12px}.cr-games-hero__anticipated{min-width:0}.cr-games-controls{padding-top:13px;padding-bottom:13px}.cr-games-filter-tabs{width:100%;flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.cr-games-filter-tabs::-webkit-scrollbar{display:none}.cr-games-filter-tabs a{flex:0 0 auto}.cr-games-platform-form label{display:none}.cr-games-platform-form select{max-width:none;width:100%}.cr-games-results{padding-top:22px}.cr-games-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:21px 10px}.cr-game-grid-card__body>strong{font-size:12px}.cr-game-grid-card__platforms{display:none}.cr-games-results__head span{font-size:17px}.cr-games-pagination{flex-wrap:wrap;margin-top:30px}}
@media(max-width:420px){.cr-games-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 9px}.cr-game-grid-card__body>strong{font-size:12px}}
.cr-games-filter-tabs a[href*="cr_filter=trending"]:not(.is-active)::before{content:'↗';margin-right:5px;color:var(--crg-muted)}.cr-games-filter-tabs a[href*="cr_filter=trending"].is-active::before{content:'↗';margin-right:5px}

/* Trending rank — shown only in the Trending filter. */
.cr-game-grid-card__trend-rank{position:absolute;left:10px;top:10px;z-index:4;display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:28px;padding:0 9px;border:1px solid rgba(184,246,47,.55);border-radius:8px;background:rgba(8,12,15,.9);color:var(--crg-accent);font-size:12px;font-weight:850;line-height:1;box-shadow:0 5px 16px rgba(0,0,0,.28)}
@media(max-width:600px){.cr-game-grid-card__trend-rank{left:8px;top:8px;min-width:34px;height:25px;padding:0 8px;font-size:11px}}

.cr-game-grid-card__trend-rank{gap:5px}.cr-game-grid-card__trend-rank em{font-style:normal;color:#fff}.cr-game-grid-card__trend-rank .cr-trend-move{font-style:normal;font-size:10px;font-weight:900}.cr-game-grid-card__trend-rank .cr-trend-move--up{color:var(--crg-accent)}.cr-game-grid-card__trend-rank .cr-trend-move--down{color:#ff5a65}.cr-game-grid-card__trend-rank .cr-trend-move--new{color:#71808d;font-size:7px;text-transform:uppercase}

/* v1.5.2 - live archive card timers */
.cr-game-grid-card__timer{position:absolute;right:8px;bottom:8px;z-index:3;display:inline-flex;gap:3px;padding:5px 6px;border:1px solid rgba(255,255,255,.15);border-radius:6px;background:rgba(5,8,10,.88);color:#fff;font-size:8px;font-weight:800;font-variant-numeric:tabular-nums;backdrop-filter:blur(5px)}
.cr-game-grid-card__timer span{display:inline-flex;align-items:baseline;gap:1px}.cr-game-grid-card__timer b{font-size:8px;line-height:1}.cr-game-grid-card__timer i{font-size:6px;line-height:1;color:#9da7b3;font-style:normal;text-transform:uppercase}
@media(max-width:700px){.cr-game-grid-card__timer{right:6px;bottom:6px;gap:2px;padding:4px 5px;font-size:7px}.cr-game-grid-card__timer b{font-size:7px}.cr-game-grid-card__timer i{font-size:5px}}

/* v2.9.6 — unified game taxonomy archives */
body.tax-platform,body.tax-game_genre{background:var(--crg-bg);color:var(--crg-text)}.cr-tax-archive--game .cr-tax-back{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border:1px solid var(--crg-line);border-radius:8px;color:#d8dee5!important;font-size:10px;font-weight:750;white-space:nowrap}.cr-tax-archive--game .cr-tax-back:hover{border-color:var(--crg-line2)}
@media(max-width:700px){.cr-tax-archive--game .cr-tax-back{width:100%;justify-content:center}}


/* v2.11.27 — archive polish using the native Games archive structure */
body.post-type-archive-game .cr-games-page{padding-bottom:90px}
body.post-type-archive-game .cr-games-hero{padding-top:58px;padding-bottom:30px}
body.post-type-archive-game .cr-games-hero h1{margin:8px 0 8px;font-size:clamp(36px,4vw,58px);line-height:1;letter-spacing:-.05em}
body.post-type-archive-game .cr-games-hero p{max-width:680px;margin:0;color:#8490a0;font-size:14px;line-height:1.55}
body.post-type-archive-game .cr-games-controls{gap:18px}
body.post-type-archive-game .cr-games-control-right{display:flex;align-items:center;gap:8px;margin-left:auto}
body.post-type-archive-game .cr-games-platform-form{display:block}
body.post-type-archive-game .cr-games-platform-form label{display:none}
body.post-type-archive-game .cr-games-platform-form select{height:36px;min-width:155px;padding:0 32px 0 10px;border:1px solid #28313a;border-radius:8px;background:#10151a;color:#fff;font-size:11px}
body.post-type-archive-game .cr-games-calendar-link{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 14px;border:1px solid rgba(184,246,47,.3);border-radius:8px;color:#fff!important;text-decoration:none;font-size:11px;font-weight:800;white-space:nowrap}
body.post-type-archive-game .cr-games-calendar-link:hover{background:rgba(184,246,47,.08);color:var(--crg-accent)!important}
body.post-type-archive-game .cr-games-results{padding-top:28px}
body.post-type-archive-game .cr-games-grid{margin-top:0}
@media(max-width:1050px){
  body.post-type-archive-game .cr-games-control-right{width:100%;margin-left:0;flex-wrap:wrap}
  body.post-type-archive-game .cr-games-control-right .cr-games-platform-form{flex:1}
  body.post-type-archive-game .cr-games-control-right .cr-games-platform-form select{width:100%;max-width:none}
  body.post-type-archive-game .cr-games-calendar-link{margin-left:auto}
}
@media(max-width:700px){
  body.post-type-archive-game .cr-games-page{padding-bottom:54px}
  body.post-type-archive-game .cr-games-hero{padding-top:34px;padding-bottom:23px}
  body.post-type-archive-game .cr-games-control-right{align-items:stretch;flex-direction:column}
  body.post-type-archive-game .cr-games-control-right .cr-games-platform-form{width:100%}
  body.post-type-archive-game .cr-games-control-right .cr-games-platform-form select{width:100%}
  body.post-type-archive-game .cr-games-calendar-link{width:100%;margin:0;box-sizing:border-box}
}

/* v2.11.28 — match Games archive top rhythm to Movies/TV */
body.post-type-archive-game .cr-games-page{padding-top:58px}
body.post-type-archive-game .cr-games-hero{padding-top:0}
@media(max-width:700px){
  body.post-type-archive-game .cr-games-page{padding-top:34px}
  body.post-type-archive-game .cr-games-hero{padding-top:0}
}


/* v2.11.32 — match Games archive card density to Movies/TV */
.cr-games-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}
@media(max-width:1100px){.cr-games-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:700px){.cr-games-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}

/* v2.11.55 crawlable taxonomy browse links */
.cr-tax-browse-stack{display:grid;gap:8px;padding-top:12px}.cr-popular-tax-links{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.cr-popular-tax-links>span{margin-right:3px;color:#778391;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cr-popular-tax-links a{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border:1px solid var(--crg-line);border-radius:999px;color:#cfd5dc!important;font-size:10px;font-weight:700}.cr-popular-tax-links a:hover{border-color:var(--crg-line2);color:var(--crg-accent)!important}.cr-tax-inline-link{color:inherit!important;text-decoration:none}.cr-tax-inline-link:hover{color:var(--crg-accent)!important}.cr-tax-inline-sep{color:#667385;font-weight:400}
@media(max-width:700px){.cr-tax-browse-stack{padding-top:10px}.cr-popular-tax-links{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.cr-popular-tax-links::-webkit-scrollbar{display:none}.cr-popular-tax-links>span,.cr-popular-tax-links a{flex:0 0 auto}}
