/* Modern homepage effects. Kept under .fps-home so the rest of the theme is untouched. */
.fps-home {
    --fps-glow-x: 72%;
    --fps-glow-y: 12%;
    --fps-electric-blue: #35a9ff;
    --fps-ice-blue: #9ae1ff;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 8%, rgba(33, 150, 243, .09), transparent 29%),
        radial-gradient(circle at 12% 44%, rgba(37, 92, 150, .08), transparent 34%),
        #111318;
}

.fps-home::before {
    content: "";
    position: fixed;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at var(--fps-glow-x) var(--fps-glow-y), rgba(58, 172, 255, .13), transparent 19rem),
        linear-gradient(rgba(255, 255, 255, .013) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .013) 1px, transparent 1px);
    background-size: auto, 72px 72px, 72px 72px;
    mask-image: linear-gradient(to bottom, #000 0, rgba(0, 0, 0, .58) 56%, transparent 96%);
}

.fps-home-shell {
    position: relative;
    z-index: 1;
    border-color: rgba(126, 155, 180, .2);
    background:
        radial-gradient(circle at 75% 0, rgba(33, 150, 243, .06), transparent 30%),
        #14161b;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .4), 0 0 0 1px rgba(255, 255, 255, .018) inset;
}

.fps-home-nav {
    position: relative;
    z-index: 20;
    border-bottom-color: rgba(121, 151, 176, .18);
    background: rgba(16, 18, 22, .86);
    backdrop-filter: blur(18px) saturate(130%);
}

.fps-home-nav::after {
    content: "";
    position: absolute;
    right: 9%;
    bottom: -1px;
    left: 9%;
    height: 1px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(53, 169, 255, .46), transparent);
    opacity: .65;
}

.fps-home-navlinks a {
    position: relative;
    transition: color .2s ease;
}

.fps-home-navlinks a::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: -9px;
    left: 50%;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, #2196f3, #80d4ff);
    box-shadow: 0 0 12px rgba(33, 150, 243, .7);
    transition: right .25s ease, left .25s ease;
}

.fps-home-navlinks a:hover::after,
.fps-home-navlinks a:focus-visible::after {
    right: 0;
    left: 0;
}

.fps-home-hero {
    position: relative;
}

.fps-home-hero::before {
    content: "";
    position: absolute;
    top: 14%;
    left: -9%;
    width: 30rem;
    height: 30rem;
    border: 1px solid rgba(60, 167, 242, .07);
    border-radius: 50%;
    pointer-events: none;
    box-shadow: 0 0 100px rgba(33, 150, 243, .045) inset;
}

.fps-section-chip {
    position: relative;
    overflow: hidden;
    border-color: rgba(77, 166, 226, .27);
    background: linear-gradient(120deg, rgba(33, 150, 243, .08), rgba(29, 31, 36, .94));
    box-shadow: 0 8px 28px rgba(0, 0, 0, .16), 0 0 18px rgba(33, 150, 243, .035) inset;
}

.fps-section-chip::after {
    content: "";
    position: absolute;
    top: -80%;
    bottom: -80%;
    left: -45%;
    width: 32%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    transform: rotate(18deg);
    animation: fpsChipSweep 7s ease-in-out infinite;
}

.fps-home-hero-copy h1 {
    position: relative;
    text-wrap: balance;
    text-shadow: 0 18px 48px rgba(0, 0, 0, .32);
}

.fps-home-hero-copy h1 span {
    background: linear-gradient(105deg, #218fe8 4%, #6bcaff 48%, #2196f3 78%, #b6eaff 100%);
    background-size: 210% auto;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(0 10px 32px rgba(33, 150, 243, .2));
    animation: fpsTitleLight 7s ease-in-out infinite;
}

.fps-home-hero-copy > p {
    text-wrap: pretty;
}

.fps-nav-primary,
.fps-action-primary,
.fps-action-secondary,
.fps-library-more button,
.fps-activate-form button {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.fps-nav-primary::after,
.fps-action-primary::after,
.fps-action-secondary::after,
.fps-library-more button::after,
.fps-activate-form button::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -100%;
    bottom: -100%;
    left: -55%;
    width: 35%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .27), transparent);
    transform: rotate(17deg);
    transition: left .55s cubic-bezier(.16, 1, .3, 1);
}

.fps-nav-primary:hover::after,
.fps-action-primary:hover::after,
.fps-action-secondary:hover::after,
.fps-library-more button:hover::after,
.fps-activate-form button:hover::after {
    left: 125%;
}

.fps-action-primary {
    box-shadow: 0 12px 34px rgba(33, 150, 243, .22), 0 0 0 1px rgba(255, 255, 255, .08) inset;
}

.fps-featured {
    border-color: rgba(98, 186, 247, .34);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .48), 0 0 60px rgba(33, 150, 243, .08), inset 0 0 0 1px rgba(255, 255, 255, .035);
    transition: border-color .35s ease, box-shadow .35s ease, transform .4s cubic-bezier(.16, 1, .3, 1);
}

.fps-featured::before {
    content: "";
    position: absolute;
    z-index: 3;
    inset: 0 auto 0 0;
    width: 24%;
    pointer-events: none;
    background: linear-gradient(90deg, #14161b 0%, rgba(20, 22, 27, .94) 24%, rgba(20, 22, 27, .42) 66%, transparent 100%);
}

.fps-featured-shade {
    background:
        linear-gradient(90deg, rgba(20, 22, 27, .58) 0%, rgba(20, 22, 27, .28) 12%, transparent 38%),
        linear-gradient(270deg, rgba(7, 10, 15, .76) 0%, rgba(7, 10, 15, .52) 34%, rgba(7, 10, 15, .16) 68%, transparent 100%),
        linear-gradient(0deg, rgba(7, 10, 15, .62) 0%, transparent 42%);
}

.fps-featured-backdrop {
    filter: saturate(1.04) contrast(1.02) brightness(.94);
}

.fps-featured-video {
    filter: saturate(1.05) contrast(1.03) brightness(.96);
}

.fps-featured-copy {
    right: clamp(24px, 4vw, 58px);
    left: auto;
    text-align: right;
}

.fps-featured-copy p {
    margin-left: auto;
}

.fps-featured:hover {
    border-color: rgba(113, 201, 255, .55);
    box-shadow: 0 38px 100px rgba(0, 0, 0, .52), 0 0 75px rgba(33, 150, 243, .12), inset 0 0 0 1px rgba(255, 255, 255, .05);
    transform: translateY(-3px);
}

.fps-featured::after {
    content: "";
    position: absolute;
    z-index: 5;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(112deg, rgba(255, 255, 255, .07), transparent 19%, transparent 73%, rgba(73, 181, 255, .08));
    mix-blend-mode: screen;
}

@media (min-width: 992px) {
    .fps-home-hero {
        grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
        gap: clamp(36px, 4.2vw, 68px);
        min-height: 650px;
        padding: clamp(54px, 5vw, 78px) clamp(30px, 5vw, 88px);
    }

    .fps-featured {
        align-self: center;
        min-height: 490px;
        height: clamp(490px, 33vw, 560px);
        margin: 0;
        overflow: hidden;
        border: 1px solid rgba(101, 178, 229, .24);
        border-radius: 28px;
        background: #0d1117;
        box-shadow: 0 34px 72px rgba(0, 0, 0, .38), 0 0 0 1px rgba(255, 255, 255, .025) inset, 0 0 64px rgba(33, 150, 243, .07);
    }

    .fps-featured:hover {
        border-color: rgba(111, 194, 247, .4);
        box-shadow: 0 38px 82px rgba(0, 0, 0, .44), 0 0 0 1px rgba(255, 255, 255, .035) inset, 0 0 74px rgba(33, 150, 243, .1);
        transform: translateY(-3px);
    }

    .fps-featured::before {
        inset: 0 auto 0 0;
        width: 46%;
        background: linear-gradient(90deg, rgba(10, 14, 20, .54), rgba(10, 14, 20, .14) 62%, transparent);
    }

    .fps-featured-shade {
        background:
            linear-gradient(270deg, rgba(7, 10, 15, .72) 0%, rgba(7, 10, 15, .42) 36%, rgba(7, 10, 15, .1) 68%, transparent 100%),
            linear-gradient(0deg, rgba(7, 10, 15, .58) 0%, transparent 44%);
    }

    .fps-featured::after {
        border-radius: 28px;
        background: linear-gradient(125deg, rgba(109, 203, 255, .08), transparent 26%, transparent 70%, rgba(71, 162, 226, .1));
    }

    .fps-featured-backdrop,
    .fps-featured-video {
        transition: transform .7s cubic-bezier(.16, 1, .3, 1), filter .45s ease;
    }

    .fps-featured:hover .fps-featured-backdrop,
    .fps-featured:hover .fps-featured-video {
        transform: scale(1.055);
    }

    .fps-featured-copy {
        right: clamp(32px, 3vw, 48px);
        bottom: clamp(54px, 5vw, 76px);
        left: auto;
        width: min(62%, 470px);
    }

    .fps-featured-count {
        top: 22px;
        right: 22px;
    }

    .fps-featured-progress {
        right: 30px;
        bottom: 22px;
        left: 30px;
        height: 2px;
    }
}

.fps-featured-copy h2 {
    text-wrap: balance;
}

.fps-itemsatis {
    margin-top: clamp(24px, 2.2vw, 36px);
}

.fps-featured-count {
    border-color: rgba(111, 190, 242, .28);
    background: rgba(12, 16, 22, .72);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
    backdrop-filter: blur(14px) saturate(130%);
}

.fps-featured-count strong {
    background: linear-gradient(100deg, #fff, #80d4ff);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.fps-itemsatis-link,
.fps-activate,
.fps-review-card,
.fps-how-grid article,
.fps-faq details {
    transition: transform .16s ease-out, border-color .18s ease, box-shadow .2s ease, background .18s ease;
}

.fps-itemsatis-link::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -180%;
    bottom: -180%;
    left: -25%;
    width: 18%;
    background: linear-gradient(90deg, transparent, rgba(134, 255, 211, .09), transparent);
    transform: rotate(18deg);
    animation: fpsBannerSweep 9s ease-in-out infinite;
}

.fps-activate {
    overflow: hidden;
    border-color: rgba(89, 147, 187, .28);
    background:
        radial-gradient(circle at 0 50%, rgba(33, 150, 243, .105), transparent 27%),
        linear-gradient(120deg, #1d1f24, #181b21);
    box-shadow: 0 22px 54px rgba(0, 0, 0, .2), inset 0 1px rgba(255, 255, 255, .025);
}

.fps-activate:hover {
    border-color: rgba(77, 173, 237, .44);
    box-shadow: 0 28px 65px rgba(0, 0, 0, .25), 0 0 45px rgba(33, 150, 243, .045);
}

.fps-activate-copy > span {
    box-shadow: 0 12px 26px rgba(0, 0, 0, .2), 0 0 24px rgba(33, 150, 243, .1) inset;
}

.fps-activate-form,
.fps-library-search {
    transition: border-color .25s ease, box-shadow .25s ease, background .25s ease, transform .25s ease;
}

.fps-activate-form:focus-within,
.fps-library-search:focus-within {
    transform: translateY(-1px);
    box-shadow: 0 0 0 3px rgba(33, 150, 243, .09), 0 14px 34px rgba(0, 0, 0, .18);
}

.fps-section-heading h2,
.fps-library-head h2 {
    position: relative;
    width: fit-content;
    text-wrap: balance;
}

.fps-reviews {
    position: relative;
}

.fps-reviews-stage {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(285px, 350px);
    gap: 16px;
    align-items: stretch;
}

.fps-review-rail {
    min-width: 0;
}

.fps-reviews-stage .fps-review-list {
    position: relative;
    min-height: 230px;
    padding: 2px 2px 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.fps-reviews-stage .fps-review-list::-webkit-scrollbar {
    display: none;
}

.fps-reviews-stage .fps-review-card {
    flex: 0 0 min(330px, 78vw);
    width: min(330px, 78vw);
    min-width: min(330px, 78vw);
    min-height: 220px;
    padding: 21px;
    scroll-snap-align: start;
    background: linear-gradient(145deg, rgba(31, 34, 41, .96), rgba(23, 25, 30, .98));
}

.fps-reviews-stage .fps-review-card:only-child {
    width: min(330px, 78vw);
    min-width: min(330px, 78vw);
}

.fps-review-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-height: 44px;
    padding-top: 10px;
}

.fps-review-controls button {
    display: grid;
    width: 36px;
    height: 36px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(94, 152, 194, .3);
    border-radius: 10px;
    background: rgba(24, 29, 36, .9);
    color: #a9dfff;
    cursor: pointer;
    transition: color .16s ease, border-color .16s ease, background .16s ease, transform .16s ease;
}

.fps-review-controls button:hover,
.fps-review-controls button:focus-visible {
    border-color: rgba(100, 194, 250, .58);
    background: rgba(33, 150, 243, .14);
    color: #fff;
    transform: translateY(-1px);
}

.fps-review-controls button:focus-visible {
    outline: 2px solid rgba(103, 202, 255, .65);
    outline-offset: 2px;
}

.fps-review-controls > span {
    min-width: 52px;
    color: #697681;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

.fps-review-controls > span strong {
    color: #8dd8ff;
    font-weight: 700;
}

.fps-reviews-stage .fps-review-card header > span {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .18);
}

.fps-reviews-stage .fps-review-card p {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.7;
}

.fps-review-summary {
    position: relative;
    isolation: isolate;
    display: flex;
    overflow: hidden;
    padding: 25px;
    border: 1px solid rgba(76, 169, 231, .3);
    border-radius: 16px;
    flex-direction: column;
    justify-content: center;
    background:
        radial-gradient(circle at 100% 0, rgba(33, 150, 243, .22), transparent 42%),
        linear-gradient(145deg, #192633, #14191f 70%);
    box-shadow: 0 24px 58px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .04);
}

.fps-review-summary::after {
    content: "\201C";
    position: absolute;
    z-index: -1;
    top: -33px;
    right: 10px;
    color: rgba(91, 190, 255, .08);
    font-family: Georgia, serif;
    font-size: 190px;
    line-height: 1;
}

.fps-review-summary > span {
    color: #66c2fa;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .15em;
}

.fps-review-summary > div {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-top: 7px;
}

.fps-review-summary > div strong {
    background: linear-gradient(115deg, #fff, #78ccff);
    color: transparent;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -.055em;
    line-height: 1;
    -webkit-background-clip: text;
    background-clip: text;
}

.fps-review-summary > div small {
    color: #7d8995;
    font-size: 12px;
}

.fps-review-summary > p {
    margin: 8px 0 17px;
    color: #ffc83d;
    font-size: 14px;
    letter-spacing: .05em;
    filter: drop-shadow(0 0 10px rgba(255, 200, 61, .16));
}

.fps-review-summary h3 {
    margin: 0 0 7px;
    color: #f5f7f9;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.fps-review-summary > small {
    color: #909aa4;
    font-size: 11px;
    line-height: 1.55;
}

.fps-review-summary a {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 7px;
    margin-top: 17px;
    color: #68c4fb !important;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none !important;
}

.fps-review-summary a i {
    transition: transform .2s ease;
}

.fps-review-summary a:hover i {
    transform: translateX(3px);
}

.fps-how {
    position: relative;
}

.fps-how-grid {
    position: relative;
}

.fps-how-grid::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 46px;
    right: 12%;
    left: 12%;
    height: 1px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(48, 163, 235, .38), rgba(48, 163, 235, .38), transparent);
    box-shadow: 0 0 15px rgba(33, 150, 243, .18);
}

.fps-how-grid article {
    z-index: 1;
    min-height: 230px;
    border-radius: 15px;
    background:
        radial-gradient(circle at 0 0, rgba(33, 150, 243, .065), transparent 34%),
        linear-gradient(145deg, #1b1e24, #181a1f);
}

.fps-how-grid article::before {
    content: "";
    position: absolute;
    top: 0;
    right: 24px;
    left: 24px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(80, 188, 255, .55), transparent);
}

.fps-library {
    position: relative;
    margin-top: 88px;
    padding-top: 82px;
    padding-bottom: 82px;
    border-top: 1px solid rgba(85, 111, 132, .16);
    border-bottom: 1px solid rgba(85, 111, 132, .16);
    background:
        radial-gradient(circle at 92% 0, rgba(33, 150, 243, .075), transparent 26%),
        linear-gradient(180deg, rgba(21, 24, 30, .82), rgba(17, 20, 25, .52));
}

.fps-faq {
    padding-top: 82px;
}

.fps-section-heading h2::after,
.fps-library-head h2::after {
    content: "";
    position: absolute;
    right: 22%;
    bottom: -8px;
    left: 0;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, #2196f3, rgba(72, 190, 255, .1), transparent);
    box-shadow: 0 0 15px rgba(33, 150, 243, .26);
    transform: scaleX(.35);
    transform-origin: left;
    transition: transform .8s cubic-bezier(.16, 1, .3, 1);
}

.fps-section-heading.is-visible h2::after,
.fps-library-head.is-visible h2::after,
.fps-effects-ready .fps-section-heading h2::after,
.fps-effects-ready .fps-library-head h2::after {
    transform: scaleX(1);
}

.fps-review-card,
.fps-how-grid article {
    --fps-card-lift: 0px;
    transform: translateY(var(--fps-card-lift));
}

.fps-review-card:hover,
.fps-how-grid article:hover {
    --fps-card-lift: -5px;
    border-color: rgba(77, 170, 234, .4);
    box-shadow: 0 24px 55px rgba(0, 0, 0, .28), 0 0 38px rgba(33, 150, 243, .045);
}

.fps-review-card header,
.fps-review-card p,
.fps-how-grid article > * {
    position: relative;
    z-index: 2;
}

.fps-how-grid article::after,
.fps-review-card::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: radial-gradient(circle at 50% 20%, rgba(69, 179, 255, .13), transparent 42%);
    opacity: 0;
    transition: opacity .25s ease;
}

.fps-how-grid article:hover::after,
.fps-review-card:hover::after {
    opacity: 1;
}

.fps-how-grid article > i {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .16), 0 0 22px rgba(33, 150, 243, .08) inset;
    transition: color .25s ease, background .25s ease, transform .35s cubic-bezier(.16, 1, .3, 1);
}

.fps-how-grid article:hover > i {
    background: rgba(33, 150, 243, .16);
    color: #87d4ff;
    transform: rotate(-4deg) scale(1.06);
}

.fps-how-grid article b {
    background: linear-gradient(140deg, rgba(79, 181, 248, .22), rgba(51, 55, 64, .32));
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.fps-game-grid {
    perspective: 1100px;
}

.fps-game-card {
    --fps-card-lift: 0px;
    --fps-tilt-x: 0deg;
    --fps-tilt-y: 0deg;
    --fps-pointer-x: 50%;
    --fps-pointer-y: 50%;
    position: relative;
    isolation: isolate;
    display: block;
    overflow: hidden;
    padding: 7px 7px 12px;
    border: 1px solid rgba(82, 105, 124, .22);
    border-radius: 14px;
    background: linear-gradient(155deg, rgba(33, 36, 43, .78), rgba(21, 23, 28, .94));
    box-shadow: 0 13px 30px rgba(0, 0, 0, .17), inset 0 1px rgba(255, 255, 255, .025);
    transform: perspective(850px) rotateX(var(--fps-tilt-x)) rotateY(var(--fps-tilt-y)) translateY(var(--fps-card-lift));
    transition: transform .14s ease-out, border-color .16s ease, box-shadow .18s ease, background .16s ease;
}

.fps-game-card.is-pointer-active {
    will-change: transform;
    transition: transform .07s linear, border-color .16s ease, box-shadow .18s ease, background .16s ease;
}

.fps-game-card::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: radial-gradient(circle at var(--fps-pointer-x) var(--fps-pointer-y), rgba(68, 183, 255, .2), transparent 42%);
    opacity: 0;
    transition: opacity .25s ease;
}

.fps-game-card:hover,
.fps-game-card:focus-visible {
    --fps-card-lift: -7px;
    border-color: rgba(92, 190, 251, .5);
    background: linear-gradient(155deg, rgba(36, 49, 61, .9), rgba(21, 24, 30, .98));
    box-shadow: 0 26px 58px rgba(0, 0, 0, .36), 0 0 42px rgba(33, 150, 243, .08), inset 0 1px rgba(255, 255, 255, .05);
}

.fps-game-card:hover::before,
.fps-game-card:focus-visible::before {
    opacity: 1;
}

.fps-game-card:focus-visible {
    outline: 2px solid rgba(103, 202, 255, .76);
    outline-offset: 4px;
}

.fps-game-poster,
.fps-game-meta {
    position: relative;
    z-index: 2;
}

.fps-game-poster {
    border-color: rgba(117, 143, 162, .27);
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .3);
    transition: border-color .28s ease, box-shadow .34s ease;
}

.fps-game-poster::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 48%, rgba(5, 10, 15, .58) 100%);
}

.fps-game-poster img {
    transition: transform .65s cubic-bezier(.16, 1, .3, 1), filter .4s ease;
}

.fps-game-card:hover .fps-game-poster,
.fps-game-card:focus-visible .fps-game-poster {
    border-color: rgba(117, 205, 255, .5);
    box-shadow: 0 18px 36px rgba(0, 0, 0, .38);
}

.fps-game-card:hover .fps-game-poster img,
.fps-game-card:focus-visible .fps-game-poster img {
    filter: saturate(1.08) contrast(1.03);
    transform: scale(1.045);
}

.fps-game-poster em {
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(10, 14, 19, .92);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .26);
}

.fps-reviews,
.fps-how,
.fps-library,
.fps-faq {
    content-visibility: auto;
    contain-intrinsic-size: auto 720px;
}

.fps-game-meta {
    padding: 12px 3px 0;
}

.fps-game-meta strong {
    transition: color .24s ease;
}

.fps-game-card:hover .fps-game-meta strong,
.fps-game-card:focus-visible .fps-game-meta strong {
    color: #fff;
}

.fps-game-meta small i {
    filter: drop-shadow(0 0 7px rgba(0, 200, 83, .4));
}

.fps-library-more button:hover {
    border-color: rgba(82, 181, 244, .48);
    background: rgba(33, 150, 243, .13);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .2);
    transform: translateY(-2px);
}

.fps-faq details {
    overflow: hidden;
    background: linear-gradient(145deg, #1a1c21, #17191e);
}

.fps-faq details:hover,
.fps-faq details[open] {
    border-color: rgba(71, 162, 224, .4);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .2), 0 0 30px rgba(33, 150, 243, .035);
    transform: translateY(-2px);
}

.fps-faq summary i {
    display: grid;
    width: 27px;
    height: 27px;
    min-width: 27px;
    place-items: center;
    border-radius: 8px;
    background: rgba(33, 150, 243, .09);
    color: #65bef6;
    transition: transform .3s ease, background .3s ease;
}

.fps-faq details[open] summary i {
    background: rgba(33, 150, 243, .18);
}

.fps-faq details > p {
    animation: fpsFaqOpen .35s cubic-bezier(.16, 1, .3, 1) both;
}

.fps-effects-ready .fps-reveal {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    transition: opacity .72s ease, transform .82s cubic-bezier(.16, 1, .3, 1);
    transition-delay: calc(var(--fps-reveal-index, 0) * 65ms);
}

.fps-effects-ready .fps-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@keyframes fpsTitleLight {
    0%, 100% { background-position: 10% 50%; }
    50% { background-position: 92% 50%; }
}

@keyframes fpsChipSweep {
    0%, 72% { left: -45%; }
    88%, 100% { left: 125%; }
}

@keyframes fpsBannerSweep {
    0%, 68% { left: -25%; }
    90%, 100% { left: 125%; }
}

@keyframes fpsFaqOpen {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 991px) {
    .fps-home::before {
        background-size: auto, 56px 56px, 56px 56px;
    }

    .fps-home-hero::before {
        top: 3%;
        left: -15rem;
    }

    .fps-reviews-stage {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 310px);
    }

    .fps-itemsatis {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .fps-home-shell {
        box-shadow: none;
    }

    .fps-home-nav {
        backdrop-filter: blur(12px) saturate(120%);
    }

    .fps-itemsatis {
        margin-top: 16px;
    }

    .fps-home-hero-copy h1 span {
        filter: drop-shadow(0 8px 22px rgba(33, 150, 243, .16));
    }

    .fps-reviews-stage {
        grid-template-columns: 1fr;
    }

    .fps-review-summary {
        min-height: 235px;
    }

    .fps-how-grid::before {
        display: none;
    }

    .fps-library {
        margin-top: 70px;
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .fps-game-card {
        padding: 5px 5px 10px;
        border-radius: 12px;
    }

    .fps-game-card:hover,
    .fps-game-card:focus-visible,
    .fps-review-card:hover,
    .fps-how-grid article:hover {
        --fps-card-lift: -3px;
    }
}

@media (max-width: 480px) {
    .fps-reviews-stage .fps-review-list {
        min-height: 218px;
        padding: 10px;
    }

    .fps-reviews-stage .fps-review-card {
        width: min(300px, 82vw);
        min-width: min(300px, 82vw);
        min-height: 195px;
        padding: 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fps-home *,
    .fps-home *::before,
    .fps-home *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }

    .fps-effects-ready .fps-reveal,
    .fps-effects-ready .fps-reveal.is-visible,
    .fps-effects-ready .fps-review-summary.fps-reveal,
    .fps-effects-ready .fps-review-summary.fps-reveal.is-visible {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
