/* Gaming Product Gallery — Selected Game module / Visual QA 6.3.15 */
.gpg-game-of-day{
    --gpg-god-accent:var(--gpg-green);
    --gpg-god-accent-2:var(--gpg-cyan);
    --gpg-god-height:calc((var(--gpg-item-size) * 3) + (var(--gpg-row-gap) * 2));
    position:relative;
    width:calc((var(--gpg-item-size) * 5) + (var(--gpg-grid-gap) * 4));
    height:var(--gpg-god-height);
    max-width:100%;
    min-width:0;
    min-height:0;
    align-self:start;
    justify-self:start;
    grid-column:span 5;
    grid-row:span 3;
    isolation:isolate;
    animation:gpg-god-enter .38s cubic-bezier(.2,.75,.25,1) both;
    box-sizing:border-box;
}

/* Placement: explicit spans keep the featured tile inside the real grid. */
.gpg-game-of-day.gpg-god-position-top-left,
.gpg-game-of-day.gpg-god-position-left,
.gpg-game-of-day.gpg-god-position-bottom-left{
    grid-column:1 / span 5;
    justify-self:start;
}
.gpg-game-of-day.gpg-god-position-top-right,
.gpg-game-of-day.gpg-god-position-right,
.gpg-game-of-day.gpg-god-position-bottom-right{
    grid-column:-6 / -1;
    justify-self:end;
}
.gpg-game-of-day.gpg-god-position-top,
.gpg-game-of-day.gpg-god-position-middle,
.gpg-game-of-day.gpg-god-position-bottom{
    grid-column:1 / -1;
    justify-self:center;
}

.gpg-game-of-day::before{
    content:"";
    position:absolute;
    inset:-1px;
    z-index:-2;
    border-radius:22px;
    pointer-events:none;
    background:linear-gradient(112deg,var(--gpg-god-accent),var(--gpg-god-accent-2) 42%,rgba(255,255,255,.22) 50%,var(--gpg-god-accent) 72%);
    opacity:.9;
}
.gpg-game-of-day::after{
    content:"";
    position:absolute;
    inset:4px;
    z-index:20;
    border:1px solid rgba(255,255,255,.10);
    border-radius:18px;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
    pointer-events:none;
}

.gpg-game-of-day__link{
    position:relative;
    display:grid;
    grid-template-columns:minmax(0,1.72fr) minmax(190px,.88fr);
    width:100%;
    height:100%;
    min-height:100%;
    direction:ltr;
    text-decoration:none;
    color:#fff;
    border-radius:20px;
    overflow:hidden;
    background:var(--gpg-filter-bg);
    border:2px solid var(--gpg-green);
    box-shadow:0 9px 24px rgba(22,33,62,.18),0 0 18px rgba(0,255,136,.10),inset 0 1px 0 rgba(255,255,255,.08);
    transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
    -webkit-tap-highlight-color:transparent;
}
.gpg-game-of-day__link:focus{outline:none}
.gpg-game-of-day__link:focus-visible{
    outline:2px solid var(--gpg-cyan);
    outline-offset:3px;
    border-color:var(--gpg-cyan);
    box-shadow:0 12px 28px rgba(22,33,62,.20),0 0 20px rgba(0,229,255,.10);
}
.gpg-game-of-day__link::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:10;
    pointer-events:none;
    opacity:0;
    background:linear-gradient(115deg,transparent 0%,rgba(0,255,255,.04) 44%,rgba(255,255,255,.16) 50%,transparent 56%);
    transform:translate3d(-135%,0,0);
    transition:transform .62s ease,opacity .22s ease;
}
.gpg-game-of-day__link:active{
    transform:scale(.999);
    box-shadow:0 7px 18px rgba(22,33,62,.16),0 0 14px rgba(0,255,136,.08);
}

@media (hover:hover) and (pointer:fine){
    .gpg-game-of-day__link:hover{
        transform:translateY(-2px);
        border-color:var(--gpg-cyan);
        box-shadow:0 12px 28px rgba(22,33,62,.20),0 0 20px rgba(0,255,136,.14),0 0 26px rgba(0,229,255,.05),inset 0 1px 0 rgba(255,255,255,.09);
    }
    .gpg-game-of-day__link:hover::before{transform:translate3d(135%,0,0);opacity:1}
    .gpg-game-of-day__link:hover .gpg-game-of-day__cta{transform:translateX(-50%) translateY(-1px);box-shadow:0 0 15px rgba(0,255,136,.22),inset 0 1px 0 rgba(255,255,255,.32)}
    .gpg-game-of-day__link:hover .gpg-game-of-day__cta::before{transform:translateX(135%)}
    .gpg-game-of-day__link:hover .gpg-game-of-day__cta-arrow{transform:translateX(-3px)}
    .gpg-game-of-day__link:hover .gpg-game-of-day__image-wrap img{transform:scale(1.01)}
    .gpg-game-of-day__link:hover .gpg-game-of-day__scanline{opacity:1;animation:gpg-god-scan .68s ease-out 1}
    .gpg-game-of-day__link:hover .gpg-game-of-day__selected-badge{box-shadow:0 0 12px rgba(0,255,136,.12)}
}

.gpg-game-of-day__visual,
.gpg-game-of-day__selected-badge{
    position:relative;
    min-width:0;
    min-height:0;
    overflow:hidden;
}
.gpg-game-of-day__visual{background:#0b1222}
.gpg-game-of-day__visual::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:linear-gradient(160deg,rgba(0,229,255,.055),transparent 35%,rgba(6,11,22,.08) 68%,rgba(6,11,22,.56) 100%);
}
.gpg-game-of-day__visual::after{
    content:"";
    position:absolute;
    left:5%;
    right:5%;
    bottom:10px;
    height:2px;
    z-index:5;
    pointer-events:none;
    background:linear-gradient(90deg,transparent,var(--gpg-cyan) 42%,var(--gpg-green) 58%,transparent);
    opacity:.68;
    transform-origin:center;
    animation:gpg-god-line-in .68s cubic-bezier(.25,.8,.25,1) .10s both;
}
.gpg-game-of-day__image-wrap{
    position:absolute;
    inset:8px;
    overflow:hidden;
    border-radius:15px;
    background:#0c1424;
    isolation:isolate;
}
.gpg-game-of-day__image-wrap img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    background:#0c1424;
    transition:transform .28s ease;
}
.gpg-game-of-day__image-wrap::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    pointer-events:none;
    border:1px solid rgba(0,255,136,.30);
    border-radius:15px;
    box-shadow:inset 0 0 16px rgba(0,229,255,.035);
}
.gpg-game-of-day__image-wrap::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:3;
    pointer-events:none;
    background:linear-gradient(180deg,rgba(6,11,22,.015) 34%,rgba(6,11,22,.07) 64%,rgba(6,11,22,.62) 100%);
}
.gpg-game-of-day__selected-badge{
    position:absolute;
    top:15px;
    left:15px;
    z-index:7;
    display:inline-flex;
    align-items:center;
    gap:6px;
    min-height:30px;
    padding:6px 11px;
    border-radius:999px;
    color:#fff;
    background:var(--gpg-filter-bg);
    border:1px solid var(--gpg-green);
    box-shadow:0 0 12px rgba(0,255,136,.15),inset 0 1px 0 rgba(255,255,255,.09);
    font-size:12px;
    font-weight:900;
    white-space:nowrap;
    text-shadow:0 1px 4px rgba(0,0,0,.52);
}
.gpg-game-of-day__selected-badge span{color:var(--gpg-cyan);text-shadow:0 0 7px rgba(0,229,255,.50)}
.gpg-game-of-day__scanline{
    position:absolute;
    top:0;
    bottom:0;
    left:-28%;
    width:18%;
    z-index:6;
    pointer-events:none;
    transform:skewX(-18deg);
    opacity:0;
    background:linear-gradient(90deg,transparent,rgba(0,255,255,.18),transparent);
}

/* RTL-safe badge positions. */
.gpg-game-of-day.gpg-god-badge-top-right .gpg-game-of-day__selected-badge{left:auto;right:15px}
.gpg-game-of-day.gpg-god-badge-top-left .gpg-game-of-day__selected-badge{left:15px;right:auto}
.gpg-game-of-day.gpg-god-badge-bottom-right .gpg-game-of-day__selected-badge{top:auto;bottom:15px;left:auto;right:15px}
.gpg-game-of-day.gpg-god-badge-bottom-left .gpg-game-of-day__selected-badge{top:auto;bottom:15px;left:15px;right:auto}

.gpg-game-of-day__footer{
    position:relative;
    z-index:6;
    min-width:0;
    display:grid;
    grid-template-rows:auto minmax(96px,1fr) auto auto;
    align-items:stretch;
    height:100%;
    min-height:0;
    padding:18px;
    gap:8px;
    direction:rtl;
    text-align:right;
    background:linear-gradient(180deg,rgba(26,33,55,.995),rgba(18,27,49,.985));
    border-inline-start:1px solid rgba(0,255,136,.24);
}
.gpg-game-of-day__footer::before{
    content:"";
    position:absolute;
    top:12%;
    bottom:12%;
    inset-inline-start:0;
    width:2px;
    background:linear-gradient(180deg,transparent,var(--gpg-cyan),var(--gpg-green),transparent);
    opacity:.72;
}
.gpg-game-of-day__footer::after{
    content:"";
    position:absolute;
    inset:11px;
    border:1px solid rgba(0,229,255,.07);
    border-radius:12px;
    pointer-events:none;
}

.gpg-game-of-day__holo-portal{
    position:relative;
    z-index:2;
    width:100%;
    min-width:0;
    height:78px;
    display:grid;
    place-items:center;
    pointer-events:none;
}
.gpg-game-of-day__holo-ring{position:absolute;border:1px solid rgba(0,229,255,.50);border-radius:50%;transform-origin:center}
.gpg-game-of-day__holo-ring--outer{
    width:72px;
    height:72px;
    border-top-color:rgba(0,255,136,.86);
    border-right-color:rgba(0,229,255,.58);
    box-shadow:0 0 10px rgba(0,255,136,.11),inset 0 0 10px rgba(0,229,255,.05);
    animation:gpg-god-holo-orbit 10s linear infinite;
}
.gpg-game-of-day__holo-ring--inner{
    width:46px;
    height:46px;
    border-left-color:rgba(0,255,136,.72);
    border-bottom-color:rgba(168,85,247,.38);
    box-shadow:0 0 9px rgba(0,229,255,.10),inset 0 0 8px rgba(0,255,136,.05);
    animation:gpg-god-holo-orbit-reverse 7s linear infinite;
}
.gpg-game-of-day__holo-core{
    position:absolute;
    width:14px;
    height:14px;
    border-radius:50%;
    background:radial-gradient(circle at 35% 35%,#fff 0 16%,#79ffff 17% 38%,#00e5ff 39% 62%,rgba(0,229,255,.08) 63% 100%);
    box-shadow:0 0 10px rgba(0,229,255,.48),0 0 18px rgba(0,255,136,.22);
    animation:gpg-god-holo-core 2.8s ease-in-out infinite;
}
/* 6.3.13 intentionally has no visible QuestDL signature text. */
.gpg-game-of-day__holo-signature{display:none}
.gpg-game-of-day__holo-leds{
    position:absolute;
    top:4px;
    left:50%;
    width:94px;
    transform:translateX(-50%);
    display:flex;
    justify-content:space-between;
    z-index:4;
}
.gpg-game-of-day__holo-leds i{
    display:block;
    width:4px;
    height:4px;
    border-radius:50%;
    background:#28424d;
    box-shadow:none;
    opacity:.35;
    animation:gpg-god-led 2.1s ease-in-out infinite;
}
.gpg-game-of-day__holo-leds i:nth-child(2){animation-delay:.14s}
.gpg-game-of-day__holo-leds i:nth-child(3){animation-delay:.28s}
.gpg-game-of-day__holo-leds i:nth-child(4){animation-delay:.42s}
.gpg-game-of-day__holo-leds i:nth-child(5){animation-delay:.56s}
.gpg-game-of-day__holo-leds i:nth-child(6){animation-delay:.70s}
.gpg-game-of-day__holo-leds i:nth-child(7){animation-delay:.84s}

.gpg-game-of-day__meta{
    position:relative;
    z-index:2;
    display:flex;
    flex-wrap:wrap;
    align-content:center;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-width:0;
    max-width:100%;
    overflow:hidden;
    padding:0;
    direction:rtl;
}
.gpg-game-of-day__meta-chip{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:5px;
    min-height:28px;
    max-width:100%;
    padding:6px 9px;
    border-radius:9px;
    color:#dffcff;
    background:rgba(8,18,34,.78);
    border:1px solid rgba(0,229,255,.28);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
    font-size:11px;
    font-weight:800;
    line-height:1;
    white-space:nowrap;
}
.gpg-game-of-day__meta-chip span{color:var(--gpg-cyan);text-shadow:0 0 6px rgba(0,229,255,.36)}

.gpg-game-of-day__price-wrap{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:28px;
    min-width:0;
    overflow:hidden;
}
.gpg-game-of-day__price{
    display:block;
    max-width:100%;
    color:#fff;
    font-size:clamp(20px,2.2vw,27px);
    font-weight:900;
    line-height:1.15;
    white-space:nowrap;
    text-shadow:0 0 9px rgba(0,255,136,.12);
}
.gpg-game-of-day__price del{opacity:.58;margin-inline-end:6px}
.gpg-game-of-day--no-price .gpg-game-of-day__footer{grid-template-rows:auto minmax(150px,1fr) auto}

.gpg-game-of-day__cta{
    position:relative;
    z-index:3;
    justify-self:center;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    width:max-content;
    max-width:100%;
    min-width:0;
    margin:0;
    box-sizing:border-box;
    padding:10px 14px;
    min-height:42px;
    border-radius:10px;
    overflow:hidden;
    white-space:nowrap;
    font-size:13px;
    font-weight:900;
    color:var(--gpg-filter-bg);
    background:linear-gradient(135deg,var(--gpg-green) 0%,var(--gpg-green-dark) 100%);
    border:1px solid var(--gpg-cyan);
    box-shadow:0 0 13px rgba(0,255,136,.19),inset 0 1px 0 rgba(255,255,255,.30);
    transform:translateX(0);
    transition:transform .18s ease,box-shadow .18s ease;
}
.gpg-game-of-day__cta::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.04) 42%,rgba(255,255,255,.24) 50%,transparent 58%);
    transform:translateX(-135%);
    transition:transform .52s cubic-bezier(.2,.75,.25,1);
}
.gpg-game-of-day__cta > span{position:relative;z-index:2}
.gpg-game-of-day__cta-arrow{transition:transform .18s ease}

/* Neon category keeps its dedicated palette without changing the portal structure. */
.gpg-game-of-day.gpg-god-neon{
    --gpg-god-accent:#ddff00;
    --gpg-god-accent-2:#f3ff73;
}
.gpg-game-of-day.gpg-god-neon::before{background:linear-gradient(112deg,#b9dc00,#f3ff75 46%,#b9dc00 72%)}
.gpg-game-of-day.gpg-god-neon .gpg-game-of-day__link{background:#ddff00;border-color:#ddff00;box-shadow:0 0 22px rgba(221,255,0,.14),0 10px 24px rgba(82,92,20,.12),inset 0 1px 0 rgba(255,255,255,.22)}
.gpg-game-of-day.gpg-god-neon .gpg-game-of-day__visual{background:#ddff00}
.gpg-game-of-day.gpg-god-neon .gpg-game-of-day__footer{background:linear-gradient(180deg,rgba(37,45,0,.995),rgba(28,35,0,.99));border-inline-start-color:rgba(255,255,255,.18)}
.gpg-game-of-day.gpg-god-neon .gpg-game-of-day__selected-badge{border-color:#ddff00;background:rgba(39,47,0,.94)}
.gpg-game-of-day.gpg-god-neon .gpg-game-of-day__cta{color:#fff;background:linear-gradient(135deg,#5b6800,#465000);border-color:#ddff00;box-shadow:0 0 13px rgba(215,255,0,.18),inset 0 1px 0 rgba(255,255,255,.22)}
.gpg-game-of-day.gpg-god-neon .gpg-game-of-day__visual::before{background:linear-gradient(160deg,rgba(255,255,255,.035),transparent 38%,rgba(8,16,20,.48) 100%)}
.gpg-game-of-day.gpg-god-neon .gpg-game-of-day__image-wrap::before{border-color:rgba(221,255,0,.52)}
.gpg-game-of-day.gpg-god-neon .gpg-game-of-day__meta-chip{color:#fff;background:rgba(31,38,0,.80);border-color:rgba(221,255,0,.38)}
.gpg-game-of-day.gpg-god-neon .gpg-game-of-day__meta-chip span{color:#ddff00;text-shadow:0 0 6px rgba(221,255,0,.34)}
.gpg-game-of-day.gpg-god-neon .gpg-game-of-day__holo-ring--outer{border-top-color:#f2ff62;border-right-color:rgba(0,229,255,.58);box-shadow:0 0 10px rgba(242,255,98,.13),inset 0 0 10px rgba(0,229,255,.05)}

/* Performance mode: keep structure, reduce paint and animation work. */
.gpg-mode-performance .gpg-game-of-day{animation:none}
.gpg-mode-performance .gpg-game-of-day::before{opacity:.55}
.gpg-mode-performance .gpg-game-of-day__link{transition:none;box-shadow:0 7px 18px rgba(20,35,70,.08)}
.gpg-mode-performance .gpg-game-of-day__link::before{display:none}
.gpg-mode-performance .gpg-game-of-day__visual::before{opacity:.62}
.gpg-mode-performance .gpg-game-of-day__visual::after{animation:none}
.gpg-mode-performance .gpg-game-of-day__scanline{display:none}
.gpg-mode-performance .gpg-game-of-day__image-wrap img,.gpg-mode-performance .gpg-game-of-day__cta,.gpg-mode-performance .gpg-game-of-day__cta-arrow{transition:none}
.gpg-mode-performance .gpg-game-of-day__holo-ring--outer,.gpg-mode-performance .gpg-game-of-day__holo-ring--inner,.gpg-mode-performance .gpg-game-of-day__holo-core,.gpg-mode-performance .gpg-game-of-day__holo-leds i{animation:none}

@keyframes gpg-god-enter{0%{opacity:0;transform:translateY(7px) scale(.996)}100%{opacity:1;transform:none}}
@keyframes gpg-god-line-in{0%{transform:scaleX(.08);opacity:0}100%{transform:scaleX(1);opacity:.68}}
@keyframes gpg-god-scan{0%{transform:translateX(0) skewX(-18deg)}100%{transform:translateX(700%) skewX(-18deg)}}
@keyframes gpg-god-holo-orbit{from{transform:rotate(0)}to{transform:rotate(360deg)}}
@keyframes gpg-god-holo-orbit-reverse{from{transform:rotate(360deg)}to{transform:rotate(0)}}
@keyframes gpg-god-holo-core{0%,100%{transform:scale(.88);opacity:.80}50%{transform:scale(1);opacity:1}}
@keyframes gpg-god-led{0%,100%{background:#28424d;box-shadow:none;opacity:.35}35%{background:#dfffff;box-shadow:0 0 6px rgba(0,229,255,.62),0 0 10px rgba(0,255,136,.18);opacity:1}55%{background:#00e5ff;box-shadow:0 0 7px rgba(0,229,255,.78);opacity:.96}}

@media(max-width:1024px){
    .gpg-game-of-day{
        grid-column:span 2;
        width:calc((var(--gpg-item-size) * 2) + var(--gpg-grid-gap));
        height:var(--gpg-god-height);
    }
    .gpg-game-of-day.gpg-god-position-top-left,
    .gpg-game-of-day.gpg-god-position-left,
    .gpg-game-of-day.gpg-god-position-bottom-left{grid-column:1 / span 2}
    .gpg-game-of-day.gpg-god-position-top-right,
    .gpg-game-of-day.gpg-god-position-right,
    .gpg-game-of-day.gpg-god-position-bottom-right{grid-column:-3 / -1}
    .gpg-game-of-day.gpg-god-position-top,
    .gpg-game-of-day.gpg-god-position-middle,
    .gpg-game-of-day.gpg-god-position-bottom{grid-column:1 / -1;width:calc((var(--gpg-item-size) * 2) + var(--gpg-grid-gap));justify-self:center}
    .gpg-game-of-day__link{grid-template-columns:minmax(0,1.28fr) minmax(150px,.82fr)}
    .gpg-game-of-day__footer{padding:15px 13px;gap:6px;grid-template-rows:auto minmax(90px,1fr) auto auto}
    .gpg-game-of-day__meta-chip{font-size:10px;padding:5px 7px;min-height:26px}
    .gpg-game-of-day__holo-portal{height:70px}
    .gpg-game-of-day__holo-ring--outer{width:64px;height:64px}
    .gpg-game-of-day__holo-ring--inner{width:40px;height:40px}
    .gpg-game-of-day__cta{min-height:38px;padding:9px 11px;font-size:12px}
}

@media(max-width:640px){
    .gpg-game-of-day,
    .gpg-game-of-day.gpg-god-position-top-left,
    .gpg-game-of-day.gpg-god-position-top-right,
    .gpg-game-of-day.gpg-god-position-left,
    .gpg-game-of-day.gpg-god-position-middle,
    .gpg-game-of-day.gpg-god-position-right,
    .gpg-game-of-day.gpg-god-position-bottom-left,
    .gpg-game-of-day.gpg-god-position-bottom-right,
    .gpg-game-of-day.gpg-god-position-bottom,
    .gpg-game-of-day.gpg-god-position-top{
        grid-column:1 / -1;
        grid-row:auto;
        width:100%;
        height:auto;
        justify-self:stretch;
        max-width:none;
    }
    .gpg-game-of-day__link{
        min-height:360px;
        height:auto;
        grid-template-columns:1fr;
        grid-template-rows:minmax(235px,auto) auto;
    }
    .gpg-game-of-day__visual{min-height:235px}
    .gpg-game-of-day__footer{
        display:grid;
        grid-template-rows:auto minmax(92px,auto) auto auto;
        min-height:210px;
        padding:12px 13px;
        gap:7px;
        border-inline-start:0;
        border-top:1px solid rgba(0,255,136,.22);
    }
    .gpg-game-of-day__footer::before{display:none}
    .gpg-game-of-day__footer::after{inset:7px}
    .gpg-game-of-day__holo-portal{height:64px}
    .gpg-game-of-day__holo-ring--outer{width:58px;height:58px}
    .gpg-game-of-day__holo-ring--inner{width:38px;height:38px}
    .gpg-game-of-day__holo-leds{width:78px;top:3px}
    .gpg-game-of-day__meta{max-height:none;overflow:visible;align-content:center;justify-content:center;gap:5px}
    .gpg-game-of-day__meta-chip{font-size:10px;min-height:25px;padding:5px 7px}
    .gpg-game-of-day__price-wrap{justify-content:center}
    .gpg-game-of-day__price{font-size:16px}
    .gpg-game-of-day__cta{justify-self:center;width:max-content;max-width:calc(100% - 18px);min-height:40px;padding:9px 11px;font-size:12px}
    .gpg-game-of-day__image-wrap{inset:7px}
    .gpg-game-of-day__selected-badge{top:11px;left:11px}
    .gpg-game-of-day.gpg-god-badge-top-right .gpg-game-of-day__selected-badge{top:11px;right:11px;left:auto}
    .gpg-game-of-day.gpg-god-badge-top-left .gpg-game-of-day__selected-badge{top:11px;left:11px;right:auto}
    .gpg-game-of-day.gpg-god-badge-bottom-right .gpg-game-of-day__selected-badge{bottom:11px;right:11px;top:auto;left:auto}
    .gpg-game-of-day.gpg-god-badge-bottom-left .gpg-game-of-day__selected-badge{bottom:11px;left:11px;top:auto;right:auto}
    .gpg-game-of-day--no-price .gpg-game-of-day__footer{grid-template-rows:auto minmax(110px,1fr) auto;min-height:180px}
}

@media(max-width:420px){
    .gpg-game-of-day__footer{padding:11px 12px}
    .gpg-game-of-day__meta-chip{font-size:9.5px;padding:4px 6px}
}

@media(prefers-reduced-motion:reduce){
    .gpg-game-of-day,.gpg-game-of-day__visual::after,.gpg-game-of-day__holo-ring--outer,.gpg-game-of-day__holo-ring--inner,.gpg-game-of-day__holo-core,.gpg-game-of-day__holo-leds i{animation:none!important}
    .gpg-game-of-day__link,.gpg-game-of-day__link::before,.gpg-game-of-day__cta,.gpg-game-of-day__cta::before,.gpg-game-of-day__cta-arrow,.gpg-game-of-day__image-wrap img{transition:none!important}
    .gpg-game-of-day__scanline{display:none}
}
