<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1100px){
    .container{
        width: 820px;
    }
    /*
    * HEADER.
    */
    .header-mobile .header-main .container{
        height: 170px;
    }
    .logo{
        width: 100%;
        padding-right: 0px;
    }
    .header-mobile .logo{
        margin-top: 30px;
    }
    .logo a img{
        margin: 0 auto;
    }
    .search-form,
    .main-nav,
    .header-btn{
        display: none;
    }
    .show-nav-mobile{
        display: block;
    }
    .header-mobile .show-nav-mobile,
    .header-mobile .header-bottom{
        display: none;
    }
    .header-mobile .close-nav-mobile{
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 22px;
        cursor: pointer;
        color: #fff;
    }
    .header-mobile .search-form,
    .header-mobile .main-nav,
    .header-mobile .header-btn{
        display: block;
    }
    .header-mobile{
        position: relative;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 10000;
        background-color: var(--th-color-main);
        transition: unset !important;
    }
    .header-mobile *{
        transition: unset !important;
    }
    .logged-in .header-mobile{
        top: 32px;
        height: calc(100% - 32px);
    }
    .header-mobile .header-main{
        height: 100%;
    }
    .header-mobile .container{
        height: 100% !important;
    }
    .header-mobile .logo{
        top: 30px !important;
    }
    .header-mobile .header-right{
        width: 100%;
        height: calc(100% - 125px);
        margin-top: 30px;
    }
    .header-mobile .search-form{
        margin-right: 0px;
        float: none !important;
        width: 500px;
        line-height: 42px;
        margin: 0 auto;
        margin-top: 15px;
    }
    .header-mobile .search-input{
        width: 100%;
        font-size: 16px;
    }
    .header-mobile .search-submit{
        top: 14px;
    }
    .header-mobile .main-nav{
        margin-top: 100px;
        width: 100%;
        /*height: calc(100% - 110px);*/
    }
    .header-mobile .main-nav-inner{
        height: 100%;
        overflow-y: auto;
    }
    .header-mobile .main-nav-inner&gt;ul{
        padding: 0px;
        line-height: 1.5;
    }
    .header-mobile .main-nav-inner&gt;ul&gt;li{
        float: none;
    }
    .header-mobile .main-nav-inner&gt;ul&gt;li:nth-child(n+2){
        margin-top: 15px;
        padding-top: 15px;
        margin-left: 0px;
        border-top: 1px dotted rgba(0, 0, 0, .1);
    }
    .header-mobile .main-nav-inner&gt;ul&gt;li a{
        padding-left: 0px;
        font-size: 15px;
    }
    .header-mobile .main-nav-inner&gt;ul&gt;li a i{
        display: none;
    }
    .header-mobile .main-nav-inner&gt;ul&gt;li:hover&gt;a,
    .header-mobile .main-nav-inner&gt;ul&gt;li&gt;a:hover{
        color: #fff !important;
        background-color: transparent;
    }
    .main-nav-inner&gt;ul&gt;li.menu-item-has-children&gt;a:after{
        display: none;
    }
    .header-mobile .main-nav-inner&gt;ul&gt;li.menu-item-has-children&gt;a&gt;span{
        position: absolute;
        display: block;
        height: 55px;
        width: 25px;
        top: -16px;
        right: 0px;
        z-index: 100;
    }
    .header-mobile .main-nav-inner&gt;ul&gt;li.menu-item-has-children&gt;a&gt;span:before{
        position: absolute;
        content: '';
        top: 28px;
        right: 0px;
        border: 6px solid transparent;
        border-top: 6px solid #ddd;
    }
    .header-mobile .main-nav-inner&gt;ul&gt;li.home-nav-item a span{
        display: block;
    }
    .header-mobile .main-nav-inner&gt;ul&gt;li ul{
        display: none;
        position: relative;
        top: 0px;
        width: 100%;
        opacity: 1;
        visibility: visible;
        background-color: transparent;
        box-shadow: none;
        width: calc(100% - 30px);
        margin-left: 15px;
        padding-bottom: 0px;
        transition: unset !important;
    }
    .header-mobile .main-nav-inner&gt;ul&gt;li ul:before{
        display: none;
    }
    .header-mobile .main-nav-inner&gt;ul&gt;li ul li{
        border: none;
    }
    .header-mobile .main-nav-inner&gt;ul&gt;li ul li a{
        color: #eee !important;
        padding: 6px 0px;
        font-weight: 500;
        background-color: transparent;
    }
    .header-mobile .header-btn{
        text-align: center;
        width: 100%;
    }
    .header-mobile .header-btn a{
        width: 120px;
    }
    /*
    * FEATURED.
    */
    .header-cat-carousel .arrow-btn{
        display: none !important;
    }
    .header-tax-item-title{
        font-size: 14px;
    }
    .block-fea-right{
        display: none;
    }
    .block-fea-left{
        width: 100%;
    }
    .featured-item{
        height: 343px !important;
    }

    /*
    * GAME NEW.
    */
    .game-item,
    .app-full-item{
        width: calc(100% / 6);
    }
    .game-item-thumb{
        height: 117px;
    }
    .block-game-hot .game-item-thumb{
        height: 132px;
    }
    .single-app-related .app-full-item {
        width: calc(100% / 3);
    }
    .single-app-related .app-full-item-thumb {
        height: 123px;
    }
    /*
    * GAME CATEGORY.
    */
    .home-tax-item{
        width: calc(100% / 8);
    }
    /*
    * SINGLE GAME.
    */
    .item-game-play{
        width: 100%;
        height: 700px;
    }
    /* Popup tax  */
    .popup-tax-inner{
        width: 100%;
    }
    /**/
    .sgl-content-right,
    .sgl-content-left{
        width: 100%;
    }
    .sgl-content-right{
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid #999;
    }
}
@media screen and (max-width: 840px){
    .container{
        width: 545px;
    }
    /*
    * FEATURED.
    */
    .featured-item{
        height: 228px !important;
    }
    /*
    * GAME NEW.
    */
    .game-item,
    .app-full-item{
        width: calc(100% / 4);
    }
    .game-item-thumb{
        height: 117px;
    }
    .block-game-hot .game-item-thumb{
        height: 149px;
    }
    .single-app-related .app-full-item {
        width: calc(100% / 4);
    }
    .single-app-related .app-full-item-thumb {
        height: 102px;
    }
    /*
    * GAME CATEGORY.
    */
    .home-tax-item{
        width: calc(100% / 4);
    }
    /*
    * FOOTER.
    */
    .footer-item{
        width: 100%;
    }
    .footer-item:nth-child(n+2){
        margin-top: 20px;
    }
    /*
    * SINGLE GAME.
    */
    .single-game-top .container{
        padding-bottom: 0px;
    }
    .single-game-top-wrap{
        margin-top: 20px;
    }
    .item-game-play{
        height: 0px !important;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
    }
    .single-game-embed{
        height: 100vh !important;
    }
    .game-play-full{
        height: 100% !important;
        opacity: 1;
        visibility: visible;
        display: block;
    }
    .game-play-full .single-game-embed{
        height: 100% !important;
    }
    .vtv-ads-content{
        width: 100%;
    }
    .game-play-full iframe{
        z-index: 1000;
        position: relative;
    }
    .item-game-play-mobile{
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .primary,
    .sidebar{
        width: 100%;
    }
    .sidebar{
        margin-top: 20px;
    }
    /* Popup tax  */
    .popup-tax-item{
        width: calc((100% - 20px) / 3);
    }
    .popup-tax-item:nth-child(4n+4){
        float: left;
        margin-right: 10px;
    }
    .popup-tax-item:nth-child(3n+3){
        float: right;
        margin-right: 0px;
    }
    .popup-tax-item:nth-child(n+4){
        margin-top: 10px;
    }
}
@media screen and (max-width: 570px){
    .container{
        width: 405px;
    }
    .header-mobile .search-form{
        width: 100%;
    }
    /*
    * FEATURED.
    */
    .featured-item{
        height: 170px !important;
    }
    .featured-carousel-nav-item{
        font-size: 11px;
    }
    /*
    * GAME NEW.
    */
    .game-item,
    .app-full-item{
        width: calc(100% / 3);
    }
    .game-item-thumb{
        height: 117px;
    }
    .app-full-item-thumb{
        height: 117px;
    }
    .block-game-hot .game-item-thumb{
        height: 116px;
    }
    .single-app-related .app-full-item {
        width: calc(100% / 2);
    }
    .single-app-related .app-full-item-thumb {
        height: 135px;
    }
    /*
    * GAME CATEGORY.
    */
    .home-tax-item{
        width: calc(100% / 3);
    }
    /*
    * SINGLE GAME.
    */
    .single-game-info-wrap{
        padding-right: 8px;
    }
    .single-game-info-left{
        width: calc(100% - 90px);
    }
    .game-play-full .single-game-info-wrap{
        background-color: var(--th-color-black);
    }
    .game-play-full  .single-game-title{
        color: #fff;
    }
    .single-game-title{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /*.item-game-play{
        height: 400px;
    }*/
    .single-game-at-list{
        margin-right: 55px;
    }
    .game-play-full canvas{
        width: 100% !important;
        height: 100% !important;
    }
    /* Popup tax  */
    .popup-tax-item{
        width: calc((100% - 10px) / 2);
    }
    .popup-tax-item:nth-child(3n+3){
        float: left;
        margin-right: 10px;
    }
    .popup-tax-item:nth-child(2n+2){
        float: right;
        margin-right: 0px;
    }
    .popup-tax-item:nth-child(n+3){
        margin-top: 10px;
    }
    /**/
    .single-game-at-list{
        margin-right: 55px;
    }
    .game-play-full canvas{
        width: 100% !important;
        height: 100% !important;
    }
    .item-game-play-mobile{
        padding: 0px;
    }
    .game-play-mobile-title{
        font-size: 28px;
    }
    .game-play-mobile-btn{
        width: 180px;
        height: 44px;
    }
    .block-item-head-morelink{
        display: none;
    }
    /**/
    .box-app-download-top{
        padding-right: 10px;
    }
    .box-app-download-top .single-app-dl-btn{
        position: relative;
        width: 100%;
        display: block;
        box-sizing: border-box;
        top: 0px;
        right: 0px;
        margin-top: 10px;
    }
    /**/
    .sl-app-attr-item:nth-child(n){
        background-color: #fff;
    }
    .sl-app-attr-item:nth-child(odd){
        background-color: #f9f9f9;
    }
    .sl-app-attr-item:nth-child(n){
        width: 100%;
        border-left: none;
    }
    .sl-app-attr-item:nth-child(n+2){
        border-top: 1px solid #e8e8e8;
    }
}
@media screen and (max-width: 430px){
    .container{
        width: 96%;
    }
    /*
    * GAME NEW.
    */
    .game-item-thumb,
    .game-item-thumb{
        height: 105px;
    }
    .block-game-hot .game-item-thumb{
        height: 115px;
    }
    .block-item-head-morelink{
        display: none;
    }
    /**/
    .single-app-wrap {
        padding: 12px;
    }
    .single-app-related .app-full-item-thumb{
        height: 140px;
    }
}</pre></body></html>