:root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 6 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(/css/game_84/fonts/fa-brands-400.c210719e.woff2) format("woff2"), url(/css/game_84/fonts/fa-brands-400.1815e004.ttf) format("truetype")
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 6 Free;
    font-style: normal;
    font-weight: 400;
    src: url(/css/game_84/fonts/fa-regular-400.89999bdf.woff2) format("woff2"), url(/css/game_84/fonts/fa-regular-400.914997e1.ttf) format("truetype")
}

:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 6 Free;
    font-style: normal;
    font-weight: 900;
    src: url(/css/game_84/fonts/fa-solid-900.2463b90d.woff2) format("woff2"), url(/css/game_84/fonts/fa-solid-900.2582b0e4.ttf) format("truetype")
}

.fa-solid {
    font-weight: 900
}

.footer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem
}

.footer__link {
    color: var(--text-secondary);
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 24px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: color .3s ease
}

.footer__link:hover {
    color: var(--text-secondary-dark)
}

.footer__copyright {
    align-items: center;
    color: var(--text-secondary);
    display: flex;
    font-size: 1rem;
    justify-content: flex-start
}

.side-items {
    align-items: flex-end;
    bottom: 2rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    position: fixed;
    right: 2rem;
    z-index: 10
}

.side-items__item {
    align-items: center;
    animation-duration: 1.5s;
    animation-iteration-count: 4;
    animation-name: animation-scroll-to-top;
    animation-timing-function: ease;
    background: var(--color-accent-inverse);
    border: 1px solid var(--color-accent);
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
    color: var(--color-accent);
    cursor: pointer;
    display: flex;
    font-family: Nunito, sans-serif;
    font-size: 1.8rem;
    height: 5rem;
    justify-content: center;
    min-width: 5rem;
    overflow: hidden;
    padding: 4px 8px;
    position: relative;
    transition: all .3s
}

.side-items__item span {
    display: inline-block;
    font-weight: 700;
    margin-left: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-width .4s ease, opacity .3s ease, margin-left .3s ease;
    white-space: nowrap
}

@media (min-width: 64rem) {
    .side-items__item:hover {
        width: auto
    }

    .side-items__item:hover span {
        margin-left: .5rem;
        max-width: 25rem;
        opacity: 1
    }
}

.scroll-to-top {
    opacity: 0;
    visibility: hidden
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible
}

.list-section {
    display: flex;
    flex-direction: column;
    width: 100%
}

.list-section__list-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem
}

@media (min-width: 48rem) {
    .list-section__list-header {
        gap: 1rem;
        justify-content: flex-start
    }
}

.list-section__list-title {
    color: var(--text-primary);
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    max-width: calc(100% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

@media (min-width: 48rem) {
    .list-section__list-title {
        font-size: 2.4rem
    }
}

.list-section__more {
    align-items: center;
    align-self: center;
    color: var(--color-accent);
    display: flex;
    font-size: 1.2rem;
    font-weight: 700;
    height: 100%;
    margin-left: 1rem;
    transition: color .3s ease;
    white-space: nowrap
}

.list-section__more:hover {
    color: var(--color-accent-dark)
}

.sidebar {
    background: var(--bg-sidebar);
    border-right: 1px solid var(--border-accent-divider);
    color: var(--text-primary);
    content-visibility: auto;
    left: 0;
    transition: visibility 0s, all .15s ease-in-out;
    width: 6rem;
    z-index: 3
}

.sidebar:hover {
    width: 18rem
}

@media (max-width: 100rem) and (min-width: 64rem) {
    .sidebar:not(:hover) .sidebar__footer {
        display: none
    }
}

@media (min-width: 100rem) {
    .sidebar {
        width: 18rem
    }
}

.sidebar__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 1.5rem;
    overflow: auto;
    overflow-anchor: none;
    overflow-x: hidden;
    padding-bottom: 10rem;
    padding-top: .5rem;
    scrollbar-width: none;
    width: 100%
}

@media (min-width: 64rem) {
    .sidebar__content {
        padding-bottom: 4em
    }
}

.sidebar__content:hover {
    scrollbar-color: var(--scrollbar-thumb) transparent;
    scrollbar-width: thin;
    width: 100%
}

.sidebar__footer {
    margin-left: 1rem;
}

.sidebar__divider {
    border-color: var(--border-divider);
    border-style: solid;
    border-width: 0 0 thin;
    flex-shrink: 0;
    margin: 4px;
}

.live-results {
    align-items: center;
    background: var(--bg-section);
    border: 1px solid var(--border-accent-divider);
    border-radius: 12px;
    color: var(--text-secondary);
    display: none;
    justify-content: center;
    left: 0;
    min-height: 16rem;
    padding: 1rem;
    position: absolute;
    top: 4.4rem;
    width: 100%;
    z-index: 1002
}

.slider {
    height: 100%;
    position: relative;
    width: 100%
}

.slider__track {
    cursor: grab;
    display: flex;
    overflow-x: auto;
    padding: .5rem;
    scroll-behavior: smooth;
    scrollbar-width: none;
    white-space: nowrap
}

.slider__track::-webkit-scrollbar {
    display: none
}

.breadcrumbs {
    align-items: flex-start;
    align-self: start;
    color: var(--color-primary);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 1.4rem;
    font-weight: 700;
    list-style: none;
    margin: 0;
    padding-left: 0;
    width: 100%
}

.breadcrumbs__item {
    display: inline-flex;
    text-align: center;
    transition: color .3s;
    align-items: center;
}

.breadcrumbs__item:not(:last-child):hover {
    color: var(--color-primary-light);
    cursor: pointer
}

.breadcrumbs__separator {
    align-items: center;
    display: flex;
    font-size: .7rem;
    justify-content: center;
    margin: 0 .2rem
}

.home-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%
}

@media (min-width: 64rem) {
    .home-info {
        flex-direction: row
    }
}

.home-info__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.home-info__title {
    color: var(--text-primary);
    font-size: 1.8rem;
    line-height: 23px
}

@media (min-width: 48rem) {
    .home-info__title {
        font-size: 2.4rem;
        line-height: 31px
    }
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: start
}

.tag {
    align-items: center;
    background: var(--bg-tags);
    border-radius: 1rem;
    color: var(--text-primary);
    cursor: pointer;
    display: flex;
    height: 3.5rem;
    outline: 1px solid var(--color-primary-dark);
    position: relative;
    transition: all .3s ease
}

.tag:focus, .tag:hover {
    background: var(--color-primary);
    box-shadow: 0 4px 12px var(--primaty-shadow);
    outline-color: var(--color-primary-light)
}

.tag__container {
    margin: 0 1rem
}

.tag__text {
    font-weight: 700
}

.tag img {
    border-radius: 1rem;
    display: block;
    height: 3.5rem;
    width: 3.5rem
}

:root {
    --color-primary: #6c2bd9;
    --color-primary-light: #8b5cf6;
    --color-primary-medium: #5b21b6;
    --color-primary-dark: #4c1d95;
    --color-primary-invert: #f4f3ff;
    --color-accent: #c2db00;
    --color-accent-dark: #a3b600;
    --color-accent-inverse: #0b0b17;
    --main-h1-color: #b794f4;
    --primaty-shadow: rgba(108, 43, 217, .4);
    --bg-main: radial-gradient(circle at 20% 20%, rgba(108, 43, 217, .15) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(139, 92, 246, .12) 0%, transparent 50%), radial-gradient(circle at 40% 60%, rgba(91, 33, 182, .1) 0%, transparent 40%), linear-gradient(135deg, #0b0b17, #141326 50%, #0b0b17);
    --bg-default: #0b0b17;
    --bg-default-light: #2c264a;
    --bg-section: #1c1a39;
    --bg-section-gradient: linear-gradient(135deg, rgba(183, 5, 253, .1), rgba(35, 208, 242, .1));
    --bg-section-flesh: linear-gradient(135deg, rgba(242, 208, 35, .1), rgba(90, 0, 61, .9));
    --bg-sidebar: linear-gradient(180deg, #1a1a3e, #0f0f23);
    --bg-sidebar-item-hover: rgba(183, 5, 253, .3);
    --bg-tags: rgba(108, 43, 217, .1);
    --bg-header-transparent: rgba(20, 19, 38, .7);
    --bg-header: #1c1b2e;
    --logo-accent: #8b5cf6;
    --bg-banner: #12111e50;
    --bg-reload-page: rgba(40, 50, 70, .4);
    --bg-switch: #2d2b45;
    --bg-placeholder: #141326;
    --text-primary: #f5f3ff;
    --text-primary-dark: #e4e1fa;
    --text-secondary: #e7e2ef;
    --text-secondary-dark: #989bae;
    --text-light: #fff;
    --text-placeholder: #8b5cf6;
    --text-link: #c2db00;
    --text-link-hover: #a3b600;
    --text-game-tile: #f9fafb;
    --text-game-tile-background: #0b0b17;
    --btn-close: #a0a6b2;
    --btn-close-invert: #535f6e;
    --btn-tools: #f4f5f7;
    --btn-play: #22c55e;
    --btn-play-light: #24d165;
    --btn-play-shadow: rgba(34, 228, 107, .8);
    --btn-play-shadow-light: rgba(24, 138, 67, .3);
    --btn-remove: rgba(220, 38, 38, .9);
    --btn-remove-hover: #ef4444;
    --btn-favorite: #ffb5b5;
    --btn-favorite-active: #e11d48;
    --progress-bar: #5b21b6;
    --game-tile-border: #2f2b44;
    --slider-navigation: #0b0c11;
    --border-divider: #3a2f5f;
    --border-accent-divider: #6c2bd9;
    --border-section-divider: #4e14a5;
    --border-highlight-divider: #e80279;
    --border-highlight-divider-hover: #ff1ab8;
    --banner-shadow: #321260;
    --scrollbar-thumb: #5b21b6;
    --scrollbar-track: #0b0b17;
    --color-spinner: #8b5cf6;
    --color-download-game: #ecfdf5;
    --color-download-game-hover: #dcfce7;
    --game-loading-progress: linear-gradient(90deg, #8b5cf6, #00d8b4);
    --like-color: #22c55e;
    --dislike-color: #ef4444;
    --game-overlay: #26104a;
    --thanks-message: #22c55e;
    --theme-slider: #a78bfa;
    --color-theme-icon: #7c3aed
}

@font-face {
    font-display: swap;
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    src: url(/css/game_84/fonts/nunito-regular.db7e6b93.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    src: url(/css/game_84/fonts/nunito-700.4230f825.woff2) format("woff2")
}

html {
    box-sizing: border-box;
    color: var(--text-secondary);
    font-size: 62.5%;
    letter-spacing: 0
}

*, :after, :before {
    box-sizing: inherit
}

body, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0
}

a {
    color: inherit;
    text-decoration: none
}

:focus {
    outline: none
}

body {
    font-family: Nunito, sans-serif;
    font-size: 1.6rem
}

.section {
    background: var(--bg-section-gradient);
    border: 1px solid var(--border-divider);
    border-radius: 12px;
    padding: 1rem;
    transition: background .2s ease, border .2s ease, box-shadow .2s ease
}

.section:hover {
    background: linear-gradient(135deg, rgba(61, 0, 90, .9), rgba(35, 208, 242, .2));
    border: 1px solid var(--border-accent-divider);
    box-shadow: 0 0 5px var(--border-accent-divider)
}

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false
}

@keyframes rotate {
    to {
        --angle: 360deg
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, to {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-3px)
    }
    60% {
        transform: translateY(-1px)
    }
}

@keyframes animation-scroll-to-top {
    0% {
        transform: scale(1) translateY(0)
    }
    10% {
        transform: scale(1.01, .99) translateY(0)
    }
    30% {
        transform: scale(.99, 1.01) translateY(-5px)
    }
    50% {
        transform: scale(1) translateY(0)
    }
    57% {
        transform: scale(1) translateY(-1px)
    }
    64% {
        transform: scale(1) translateY(0)
    }
    to {
        transform: scale(1) translateY(0)
    }
}

.burger-btn {
    align-items: center;
    display: flex;
    height: 3rem;
    justify-content: center;
    margin: 0 .6rem;
    transition-duration: .5s;
    width: 3rem
}

@media (min-width: 64rem) {
    .burger-btn {
        display: none
    }
}

.burger-btn:hover {
    cursor: pointer
}

.burger-btn span {
    background-color: var(--color-primary-invert);
    border-radius: 1rem;
    height: 3px;
    position: absolute;
    transition-duration: .5s;
    width: 25px
}

.burger-btn span:before {
    top: -7px
}

.burger-btn span:after, .burger-btn span:before {
    background-color: var(--color-primary-invert);
    border-radius: 1rem;
    content: "";
    height: 3px;
    position: absolute;
    transition-duration: .5s;
    width: 25px
}

.burger-btn span:after {
    top: 7px
}

.burger-btn--active span {
    transition: .5s
}

.burger-btn--active span:before {
    transform: rotate(-45deg) scaleX(.75) translate(-8px, -4px)
}

.burger-btn--active span:after {
    transform: rotate(45deg) scaleX(.75) translate(-8px, 4px)
}

.games-list-grouped {
    display: flex;
    gap: 8px;
    width: 100%
}

.games-list-grouped__item {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-right: 0
}

@media screen and (max-width: 680px) {
    .games-list-grouped__item {
        flex-direction: column;
    }
}

.games-list-grouped__small {
    align-self: flex-start;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 5px;
    flex: 1;
}

.games-list-grouped__large {
    display: flex;
    flex: 1;
    /*height: 285px;*/
    /*width: 380px*/
}

.games-list-simple {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media screen and (max-width: 968px) and (min-width: 568px) {
    .games-list-simple {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 568px) {
    .games-list-simple {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.games-list-simple .game {
    flex-shrink: 0;
}

:root {
    --border-radius-game-tile: 12px
}

.game {
    aspect-ratio: 4/2.25;
    border-radius: var(--border-radius-game-tile);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    cursor: pointer;
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.game__title {
    background: linear-gradient(0deg, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, .7) 50%, transparent);
    bottom: 0;
    color: var(--text-game-tile);
    font-size: clamp(1.2rem, 2vw, 1.4rem);
    font-weight: 700;
    left: 0;
    opacity: 1;
    overflow: hidden;
    padding: 3rem .5rem .8rem;
    position: absolute;
    right: 0;
    text-align: center;
    text-overflow: ellipsis;
    transition: opacity .3s;
    white-space: nowrap
}

@media (min-width: 64rem) {
    .game__title {
        opacity: 0;
        padding-top: 25px
    }
}

.game:focus, .game:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2), 0 0 10px var(--border-accent-divider), 0 0 8px var(--border-accent-divider);
    outline: 3px solid var(--border-accent-divider)
}

.game:focus .game__title, .game:hover .game__title {
    opacity: 1;
    z-index: 2
}

.game:focus img, .game:focus video, .game:hover img, .game:hover video {
    transform: scale(1.08)
}

.game img {
    width: 100%;
    display: block;
    transition: transform .3s ease
}

.sort {
    display: block;
    font-family: Nunito, sans-serif;
    margin-right: auto;
    min-width: 20rem;
    position: relative
}

.sort__selected {
    align-items: center;
    background: transparent;
    border: 2px solid var(--color-primary);
    border-radius: 12px;
    color: var(--text-primary);
    cursor: pointer;
    display: flex;
    font-size: 1.6rem;
    height: 4rem;
    justify-content: space-between;
    padding: 0 1rem;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    margin-bottom: 1rem;
}

.sort__selected span {
    margin-right: 1rem
}

.sort__selected:hover {
    border: 2px solid var(--text-primary)
}

.sort__list {
    background: var(--bg-default);
    border: 2px solid var(--color-primary);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 4.5rem;
    width: 100%;
    z-index: 8
}

.sort__list a {
    color: var(--text-secondary);
    cursor: pointer;
    font-size: 1.6rem;
    padding: 1rem 2rem;
    transition: color .3s ease
}

.sort__list a:hover {
    color: var(--text-primary)
}

.header {
    align-items: center;
    backdrop-filter: blur(10px);
    background: var(--bg-header-transparent);
    border-bottom: 1px solid var(--border-accent-divider);
    box-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 3px var(--border-section-divider), 0 0 4px var(--border-section-divider), 0 0 7px var(--border-section-divider), 0 0 14px var(--border-section-divider);
    display: flex;
    flex-wrap: wrap;
    height: 6rem;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 110
}

@media (min-width: 64rem) {
    .header {
        padding: .4rem
    }
}

.header__open-search-button {
    align-items: center;
    background: transparent;
    border: none;
    color: var(--color-primary-invert);
    cursor: pointer;
    display: flex;
    font-size: 2.3rem;
    justify-content: center;
    margin-left: auto;
    margin-right: .4rem;
    overflow: visible
}

@media (min-width: 64rem) {
    .header__open-search-button {
        display: none
    }
}

.header__logo {
    align-items: center;
    display: flex;
    height: 100%
}

@media (max-width: 64rem) {
    .header__logo {
        margin: 0 .4rem
    }
}

.header__logo a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative
}

.header__logo img {
    filter: drop-shadow(0 0 .2rem rgba(255, 255, 255, .35)) drop-shadow(0 0 .6rem var(--logo-accent));
    height: 5rem;
    transition: transform .25s ease, filter .25s ease;
    will-change: transform, filter
}

.header__logo a:focus-visible img, .header__logo:hover img {
    filter: drop-shadow(0 0 .3rem rgba(255, 255, 255, .5)) drop-shadow(0 0 1.2rem var(--logo-accent));
    transform: scale(1.04)
}

@media (prefers-reduced-motion: reduce) {
    .header__logo img {
        transform: none;
        transition: none
    }
}

.header__search {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0 1rem;
    position: absolute;
    transform: translateY(-200%);
    transition: background .1s, transform .1s;
    width: 100vw;
    z-index: 1000
}

@media (min-width: 64rem) {
    .header__search {
        display: flex;
        min-width: 68.4rem;
        position: static;
        transform: translate(0);
        width: auto
    }
}

.header__search--opened {
    background: var(--bg-header);
    transform: translate(0)
}

.header .search-form {
    display: flex;
    position: relative;
    width: 100%
}

.header .search-form input {
    background: var(--bg-placeholder);
    border: .1rem solid var(--color-primary-dark);
    border-radius: 12px;
    font-size: 1.6rem;
    height: 4rem;
    padding: 0 1rem;
    transition: background .3s, border-color .3s, box-shadow .3s;
    width: 100%
}

.header .search-form input[type=search] {
    color: var(--text-secondary);
    font-family: inherit
}

.header .search-form input[type=search]::-webkit-search-cancel-button, .header .search-form input[type=search]::-webkit-search-decoration, .header .search-form input[type=search]::-webkit-search-results-button, .header .search-form input[type=search]::-webkit-search-results-decoration {
    display: none
}

.header .search-form input:focus {
    background: var(--bg-default-light);
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px var(--primaty-shadow)
}

.header .search-form input::-moz-placeholder {
    color: var(--text-placeholder);
    font-size: 1.6rem
}

.header .search-form input::placeholder {
    color: var(--text-placeholder);
    font-size: 1.6rem
}

.header .search-form__close-button {
    align-items: center;
    background: transparent;
    border: none;
    color: var(--color-primary-invert);
    cursor: pointer;
    display: flex;
    font-size: 2.3rem;
    font-weight: 300;
    justify-content: center
}

@media (min-width: 64rem) {
    .header .search-form__close-button {
        display: none
    }
}

.header .search-form__search-button {
    align-items: center;
    background: transparent;
    border: none;
    color: var(--text-placeholder);
    cursor: pointer;
    display: flex;
    font-size: 2.6rem;
    height: 4rem;
    justify-content: center;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 6rem
}

.header .search-form__spinner {
    color: var(--color-spinner);
    display: none;
    font-size: 2.4rem;
    position: absolute;
    right: 5.5rem;
    top: 50%;
    transform: translateY(-50%)
}

.app {
    background: var(--bg-main);
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-height: 100vh;
    position: relative
}

.app::-webkit-scrollbar {
    width: .5rem
}

.app::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb);
    border-radius: .5rem
}

.app::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track)
}

.app--sidebar-opened {
    overflow: hidden
}

.app--sidebar-opened .sidebar {
    transform: translateX(0);
    width: 18rem
}

.app--sidebar-opened .app__content:after {
    background-color: rgba(0, 0, 0, .5);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2
}

.app__content {
    display: block;
    margin-top: 6rem
}

@media (min-width: 64rem) {
    .app__content {
        margin-left: 6rem
    }
}

@media (min-width: 100rem) {
    .app__content {
        margin-left: 18rem
    }
}

.app__content-main {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: flex-start;
    padding: 1rem;
    width: calc(100% - 310px)
}

@media (min-width: 64rem) {
    .app__content-main {
        gap: 1.5rem
    }
}

@media (max-width: calc(80rem - 1px)) {
    .app__content-main {
        width: 100%
    }
}

.app__sidebar {
    height: calc(100vh - 6rem);
    position: fixed;
    top: 6rem;
    transform: translateX(-100%)
}

@media (min-width: 64rem) {
    .app__sidebar {
        transform: translateX(0)
    }
}

.app .hidden {
    display: none;
    visibility: hidden
}

.games__more-games-btn {
    align-items: center;
    align-self: center;
    background-color: var(--color-accent);
    border: none;
    border-radius: 12px;
    color: var(--color-accent-inverse);
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    justify-content: center;
    margin-top: .5rem;
    padding: .7rem;
    transition: background-color .3s;
    width: 30rem
}

.page-description {
    color: var(--text-secondary-dark);
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: .00938em;
    line-height: 1.5;
    margin-bottom: 15px;
    width: 100%
}

.page-description h3 {
    color: var(--text-primary);
    font-size: 2rem;
    font-weight: 600
}

.page-description h3 {
    margin-block: 1rem
}

.page-description h4 {
    color: var(--text-primary);
    font-size: 2rem;
    font-weight: 600
}

.page-description p {
    color: var(--text-secondary-dark);
    letter-spacing: .00938em;
    line-height: 1.5;
    margin-block-end: 1em;
    margin-block-start: 1em;
    margin-inline-end: 0;
    margin-inline-start: 0
}

.page-description p:first-of-type {
    margin-block-start: 0
}

.page-description a {
    color: var(--text-link);
    font-weight: 700
}

.page-description a:hover {
    color: var(--text-link-hover)
}

.page-description ol {
    margin-block-end: 1rem
}

.page-description ol li {
    margin-bottom: .5rem;
    margin-left: 1.5rem;
    margin-inline-start: 0
}

.page-description ol li[data-list=bullet] {
    list-style-type: disc
}

.page-description ol li[data-list=ordered] {
    list-style-type: decimal
}

.recent {
    align-items: center;
    border-bottom: 1px solid var(--border-accent-divider);
    display: flex;
    height: 75px;
    justify-content: center;
    width: 100%
}

.recent__container {
    display: flex;
    width: calc(100% - 110px)
}

.recent__list {
    display: flex;
    gap: .5rem;
    width: 100%
}

.recent__game {
    border-radius: 12px;
    display: flex;
    flex-shrink: 0;
    overflow: hidden;
    width: 100px;
    aspect-ratio: 4 / 2.25;
}

.recent__game img {
    width: 100%;
}

.recent__game:hover {
    cursor: pointer;
    outline: 2px solid var(--border-accent-divider);
    outline-offset: -2px
}

.recent__button {
    align-items: center;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 12px;
    color: var(--text-primary);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    height: 65px;
    justify-content: space-between;
    line-height: 100%;
    padding: .5rem 1rem;
    text-align: start;
    white-space: nowrap;
}

.recent__button:hover {
    cursor: pointer;
    outline: 2px solid var(--color-accent);
    outline-offset: -2px
}

.fa {
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

.fa-spin {
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: fa-spin;
    animation-timing-function: linear
}

@media (prefers-reduced-motion: reduce) {
    .fa-spin {
        animation-delay: -1ms;
        animation-duration: 1ms;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@keyframes fa-beat {
    0%, 90% {
        transform: scale(1)
    }
    45% {
        transform: scale(1.25)
    }
}

@keyframes fa-bounce {
    0% {
        transform: scale(1) translateY(0)
    }
    10% {
        transform: scale(1.1, .9) translateY(0)
    }
    30% {
        transform: scale(.9, 1.1) translateY(-.5em)
    }
    50% {
        transform: scale(1.05, .95) translateY(0)
    }
    57% {
        transform: scale(1) translateY(-.125em)
    }
    64% {
        transform: scale(1) translateY(0)
    }
    to {
        transform: scale(1) translateY(0)
    }
}

@keyframes fa-fade {
    50% {
        opacity: .4
    }
}

@keyframes fa-beat-fade {
    0%, to {
        opacity: .4;
        transform: scale(1)
    }
    50% {
        opacity: 1;
        transform: scale(1.125)
    }
}

@keyframes fa-flip {
    50% {
        transform: rotate3d(0, 1, 0, -180deg)
    }
}

@keyframes fa-shake {
    0% {
        transform: rotate(-15deg)
    }
    4% {
        transform: rotate(15deg)
    }
    24%, 8% {
        transform: rotate(-18deg)
    }
    12%, 28% {
        transform: rotate(18deg)
    }
    16% {
        transform: rotate(-22deg)
    }
    20% {
        transform: rotate(22deg)
    }
    32% {
        transform: rotate(-12deg)
    }
    36% {
        transform: rotate(12deg)
    }
    40%, to {
        transform: rotate(0deg)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.fa-circle-notch {
    --fa: ""
}

.fa-angle-double-right {
    --fa: ""
}

.fa-angles-up {
    --fa: ""
}

.fa-arrow-left-long {
    --fa: ""
}

.fa-angle-down {
    --fa: ""
}

.fa-play {
    --fa: ""
}

.fa-search {
    --fa: ""
}

.fa-angle-up {
    --fa: ""
}

.cate-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 1rem;
}

.cate-link {
    font-weight: bold;
    color: #bbb;
    font-size: 20px;
}

ul, ol, li {
    list-style: none;
    padding: 0;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-list {
    display: flex;
    gap: 1rem;
}

.footer-item a {
    color: var(--text-secondary);
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 24px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

.justify-center {
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .footer-main {
        flex-direction: column;
        gap: 1rem;
    }
}

.detail-desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fa-regular:before, .fa-solid:before, .fa:before, .fas:before {
    content: var(--fa);
}

@media screen and (min-width: 768px) {
    .detail-desc {
        -webkit-line-clamp: 2;
    }
}


:root {
    --game-grid-columns: 2;
    --min-game-width: 140px;
    --max-game-width: 260px;
    --min-grid-height: 100px
}

.game-page-container {
    width: 100%
}

.game-page {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
    width: 100%
}

.game-container-grid {
    display: grid;
    gap: .8rem;
    grid-auto-rows: minmax(var(--min-grid-height), auto);
    grid-template-areas:"g g" "g g" "g g" ". ." "a a" "a a" ". .";
    grid-template-columns:repeat(var(--game-grid-columns), minmax(var(--min-game-width), var(--max-game-width)));
    justify-content: center;
    width: 100%
}

@media (min-width: 30rem)and (max-width: 37.5rem) {
    .game-container-grid {
        --game-grid-columns: 3;
        grid-template-areas:"g g g" "g g g" "g g g" "g g g" ". . ." "a a a" ". . ."
    }
}

@media (min-width: 37.5rem)and (max-width: 64rem) {
    .game-container-grid {
        --game-grid-columns: 4;
        --min-grid-height: 120px;
        --min-game-width: 130px;
        grid-template-areas:"g g g g" "g g g g" "g g g g" "g g g g" ". . . ." "a a a a" ". . . ."
    }
}

@media (min-width: 64rem)and (max-width: 80rem) {
    .game-container-grid {
        --max-game-width: 185px
    }
}

@media (min-width: 64rem)and (max-width: 100rem) {
    .game-container-grid {
        --game-grid-columns: 6;
        --min-game-width: 130px;
        grid-template-areas:"g g g g g ." "g g g g g ." "g g g g g ." "g g g g g ." "g g g g g ." "a a a a a ." ". . . . . ."
    }

    .game-container-grid > .game:nth-of-type(n+19) {
        display: none
    }
}

@media (min-width: 100rem)and (max-width: 110rem) {
    .game-container-grid {
        --game-grid-columns: 7;
        --max-game-width: 180px;
        grid-template-areas:". g g g g g ." ". g g g g g ." ". g g g g g ." ". g g g g g ." ". g g g g g ." ". a a a a a ." ". . . . . . ."
    }

    .game-container-grid > .game:nth-of-type(n+20) {
        display: none
    }
}

@media (min-width: 110rem) {
    .game-container-grid {
        --game-grid-columns: 8;
        --max-game-width: 180px;
        grid-template-areas:". g g g g g g ." ". g g g g g g ." ". g g g g g g ." ". g g g g g g ." ". g g g g g g ." ". a a a a a . ." ". . . . . . . ."
    }

    .game-container-grid > .game:nth-of-type(n+22) {
        display: none
    }
}

.game-container-grid .game-wrapper {
    background-color: var(--bg-section);
    border: 1px solid var(--border-divider);
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    grid-area: g;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.game-container-grid .game-wrapper iframe {
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transition: opacity .1s ease-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.game-info-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%
}

.game-info-container .game-about {
    color: var(--text-secondary);
    font-size: 1.6rem;
    overflow: hidden;
    width: 100%
}

@media (min-width: 64rem) {
    .game-info-container .game-about {
        padding: 2rem
    }
}

.game-info-container .game-about__section {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.game-info-container .game-about__section-title {
    color: var(--text-primary);
    font-size: 2rem
}

.game-container {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    z-index: 1
}

.game-container {
    background: var(--bg-default);
    height: 100%;
    width: 100%
}

.game-container .player-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 100%
}

.game-container .player-container__game-container {
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.game-container .player-container__game-container .preview {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 2
}

.game-container .player-container__game-container .preview__container {
    align-items: center;
    background: transparent;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center
}

.game-container .player-container__game-container .preview__container img {
    background: rgba(0, 0, 0, .1) no-repeat 50%;
    background-size: cover;
    border-radius: .5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    /*height: 135px;*/
    transition: transform .5s;
    width: 180px
}

.game-container .player-container__game-container .preview__name {
    color: var(--text-light);
    font-size: 2.8rem;
    font-weight: 700;
    line-height: .9;
    padding: 0 1rem;
    text-align: center
}

.game-container .player-container__game-container .preview__play-button-container {
    align-items: center;
    display: flex;
    height: 55px;
    justify-content: center;
    width: 100%
}

.game-container .player-container__game-container .preview button {
    align-items: center;
    animation: pulsePopOut 1s ease-out 0s infinite normal none running;
    background-color: var(--btn-play);
    border-radius: 999px;
    border-width: 0;
    color: var(--text-light);
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 1.4em;
    font-weight: 700;
    gap: 5px;
    justify-content: center;
    min-width: 20rem;
    padding: 1rem 2rem;
    position: relative;
    transform: perspective(1px) translateZ(0);
    transform-origin: center center;
    transition-duration: .2s;
    transition: background-color .3s, color .3s, box-shadow .3s, transform .1s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.game-container .player-container__game-container .preview button:hover {
    animation: none;
    background-color: var(--btn-play);
    color: #fff
}

.game-container .player-container__game-container .preview button:hover .game-placeholder__play-button-text {
    animation: textJump .3s ease 0s 1 normal none running
}

.game-container .player-container__game-container .preview button:hover:after {
    border: 3px solid var(--btn-play);
    inset: -7px;
    opacity: .8
}

.game-container .player-container__game-container .preview button:after {
    border-radius: 999px;
    content: "";
    inset: -14px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity .2s, top .2s, left .2s, right .2s, bottom .2s;
    z-index: 0
}

.game-container .player-container__game-container .background {
    background: rgba(0, 0, 0, .3);
    height: 100%;
    position: absolute;
    width: 100%
}

.game-container .player-container__game-container .background__blur {
    background: rgba(0, 0, 0, .3);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1
}

.game-container .player-container__game-container .background img {
    cursor: pointer;
    filter: blur(5px);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .5s;
    width: 100%
}

.game-container .player-container__overlay {
    display: flex;
    width: 100%
}

.game-container .player-container__overlay .overlay {
    align-items: center;
    background: var(--game-overlay);
    display: flex;
    flex-direction: row;
    height: 4.9rem;
    justify-content: space-between;
    padding: .7rem .5rem;
    width: 100%
}

@media (max-width: 30rem) {
    .game-container .player-container__overlay .overlay {
        justify-content: center
    }
}

.game-container .player-container__overlay .overlay__left {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.game-container .player-container__overlay .overlay__left img {
    background: var(--bg-section);
    border-radius: .5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    flex-shrink: 0;
    height: 3rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 4rem
}

.game-container .player-container__overlay .overlay__name {
    color: var(--text-primary);
    flex: 1;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-right: 1rem;
    min-width: 0;
    overflow: hidden;
    padding-left: .8rem;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fa, .fa-regular, .fa-solid, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fa-regular, .fa-solid, .fas {
    font-family: Font Awesome\ 6 Free;
}