[data-sonner-toast]:focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.1),0 0 0 2px rgba(0,0,0,.2)}[data-sonner-toast][data-styled=true] [data-button]:focus-visible{box-shadow:0 0 0 2px rgba(0,0,0,.4)}[data-sonner-toast][data-styled=true] [data-close-button]:focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.1),0 0 0 2px rgba(0,0,0,.2)}[data-sonner-toast][data-styled=true]:hover [data-close-button]:hover{background:var(--gray2);border-color:var(--gray5)}[data-sonner-toast][data-swiping=true]::before{content:"";position:absolute;left:-100%;right:-100%;height:100%;z-index:-1}[data-sonner-toast][data-y-position=top][data-swiping=true]::before{bottom:50%;transform:scaleY(3) translateY(50%)}[data-sonner-toast][data-y-position=bottom][data-swiping=true]::before{top:50%;transform:scaleY(3) translateY(-50%)}[data-sonner-toast][data-swiping=false][data-removed=true]::before{content:"";position:absolute;inset:0;transform:scaleY(2)}[data-sonner-toast][data-expanded=true]::after{content:"";position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}[data-sonner-toast][data-removed=true][data-front=false]::before{height:calc(var(--initial-height) + 20%)}@keyframes swipe-out-left{from{transform:var(--y) translateX(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translateX(calc(var(--swipe-amount-x) - 100%));opacity:0}}@keyframes swipe-out-right{from{transform:var(--y) translateX(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translateX(calc(var(--swipe-amount-x) + 100%));opacity:0}}@keyframes swipe-out-up{from{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%));opacity:0}}@keyframes swipe-out-down{from{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%));opacity:0}}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]:hover{background:var(--normal-bg-hover);border-color:var(--normal-border-hover)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}100%{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}100%{opacity:.15}}

.sf-hidden{display:none!important}

.textSeo {
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    word-break: break-word;
    margin: 20px 0;
}

.textSeo > *:first-child {
    margin-top: 0;
}

.textSeo > *:last-child {
    margin-bottom: 0;
}

/* Заголовки */
.textSeo h1,
.textSeo h2,
.textSeo h3,
.textSeo h4,
.textSeo h5,
.textSeo h6 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.textSeo h1 {
    margin-bottom: 28px;
    font-size: clamp(32px, 5vw, 46px);
}

.textSeo h2 {
    margin-top: 48px;
    margin-bottom: 22px;
    font-size: clamp(26px, 4vw, 38px);
}

.textSeo h3 {
    margin-top: 36px;
    margin-bottom: 18px;
    font-size: clamp(22px, 3vw, 28px);
}

.textSeo h4 {
    margin-top: 30px;
    margin-bottom: 16px;
    font-size: 22px;
}

.textSeo h5,
.textSeo h6 {
    margin-top: 24px;
    margin-bottom: 14px;
    font-size: 20px;
}

/* Абзацы */
.textSeo p {
    margin: 0 0 18px;
    line-height: 1.6;
}

.textSeo p:last-child {
    margin-bottom: 0;
}

/* Списки */
.textSeo ul,
.textSeo ol {
    margin: 0 0 22px;
}

/* UL */
.textSeo ul {
    padding: 0;
    list-style: none;
}

.textSeo ul li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 28px;
    line-height: 1.6;
}

.textSeo ul li:last-child {
    margin-bottom: 0;
}

.textSeo ul li::before {
    content: "";
    position: absolute;
    top: 0.8em;
    left: 0;
    width: 8px;
    height: 8px;
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
}

/* OL */
.textSeo ol {
    padding-left: 22px;
}

.textSeo ol li {
    margin-bottom: 14px;
    padding-left: 4px;
    line-height: 1.6;
}

.textSeo ol li:last-child {
    margin-bottom: 0;
}

.textSeo ol li::marker {
    color: #fff;
    font-weight: 700;
}

/* Вложенные списки */
.textSeo ul ul,
.textSeo ul ol,
.textSeo ol ul,
.textSeo ol ol {
    margin-top: 12px;
    margin-bottom: 0;
}

/* Ссылки */
.textSeo a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity 0.3s ease;
}

.textSeo a:hover {
    opacity: 0.75;
}

/* Выделение */
.textSeo strong,
.textSeo b {
    color: #fff;
    font-weight: 700;
}

.textSeo em,
.textSeo i {
    font-style: italic;
}

/* Цитаты */
.textSeo blockquote {
    margin: 28px 0;
    padding-left: 20px;
    border-left: 2px solid rgba(255, 255, 255, 0.22);
    line-height: 1.6;
    font-style: italic;
}

/* Таблицы */
.textSeo table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

.textSeo table th,
.textSeo table td {
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    line-height: 1.6;
}

/* Картинки */
.textSeo img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 24px 0;
}

/* Разделитель */
.textSeo hr {
    margin: 32px 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* Мобильная версия */
@media (max-width: 991px) {
    .sidebar {
        display: none
    }
    .mainContainer {
        padding-left: 0 !important;
    }
}
@media (max-width: 767px) {
    .textSeo {
        font-size: 16px;
        line-height: 1.6;
    }

    .textSeo h1 {
        margin-bottom: 22px;
    }

    .textSeo h2 {
        margin-top: 36px;
        margin-bottom: 18px;
    }

    .textSeo h3 {
        margin-top: 28px;
        margin-bottom: 14px;
    }

    .textSeo p {
        margin-bottom: 16px;
    }

    .textSeo ul li,
    .textSeo ol li {
        margin-bottom: 12px;
    }

    .textSeo ul li {
        padding-left: 24px;
    }

    .textSeo ul li::before {
        width: 7px;
        height: 7px;
        left: 0;
    }

    .textSeo ol {
        padding-left: 20px;
    }
}
@media (max-width: 575px) {
    .gameList {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        height: unset!important;
        width: 100%!important;
    }
    .gameList>* {
        width: 100%!important;
        height: auto;
        position: relative;
        left: unset;
        transform: none!important
    }
    .gameList>*:nth-child(n+7) {
        display: none!important;
    }
    .gameList>* img {
        width: 100%;
        height: auto;
        aspect-ratio: 0.8;
    }
    .hideMobile {
        display: none
    }
    .flexFooter {
        flex-direction: column;
    }
}