html,body{width:100%;min-height:100%;min-width:320px;background:var(--color-background)}html[data-bs-theme=dark],body[data-bs-theme=dark]{--color-text: #FFF;--color-text-second: #37395e;--color-white: #FFF;--color-surface: #f0f2fa;--color-green: rgba(90, 193, 42);--color-green-2: rgba(56, 153, 11, 1);--color-red: rgba(227, 10, 23, 1);--color-esh-red: rgba(237, 13, 13, 1);--color-eko-red: rgba(219, 13, 13, 1);--color-red-t: rgba(255, 75, 75, 1);--color-yellow: rgba(255, 211, 2, 1);--color-blue: rgba(2, 136, 209, 1);--color-azure-blue: rgba(31, 147, 255, 1);--color-crystal-blue: rgba(76, 198, 244, 1);--color-crystal-blue-2: rgba(76, 198, 244, .6);--color-btn: #4b5bd9;--color-purple: rgb(104, 66, 255);--color-btn-active: #FFF;--color-border: #d2d2d2;--color-link: #5f6368}html[data-bs-theme=light],body[data-bs-theme=light]{--color-text: rgba(62, 73, 89, 1);--color-text-second: #37395e;--color-white: #FFF;--color-surface: #f0f2fa;--color-green: rgba(90, 193, 42);--color-green-2: rgba(56, 153, 11, 1);--color-red: rgba(227, 10, 23, 1);--color-esh-red: rgba(237, 13, 13, 1);--color-eko-red: rgba(219, 13, 13, 1);--color-red-t: rgba(255, 75, 75, 1);--color-yellow: rgba(255, 211, 2, 1);--color-blue: rgba(2, 136, 209, 1);--color-azure-blue: rgba(31, 147, 255, 1);--color-crystal-blue: rgba(76, 198, 244, 1);--color-crystal-blue-2: rgba(76, 198, 244, .6);--color-btn: #4b5bd9;--color-purple: rgb(104, 66, 255);--color-btn-active: #FFF;--color-border: #d2d2d2;--color-link: #5f6368}a,a:hover,a:focus,a:active{text-decoration:none}.btn{font-weight:600;border-radius:50px}.btn.btn-primary{color:var(--color-white);background:var(--color-btn);border-color:var(--color-btn)}.btn.btn-primary:hover{color:var(--color-btn);background:var(--color-white)}.container{max-width:1100px}header{margin-bottom:1rem;background:#0078d4}@media(max-width: 768px){header{margin-bottom:1.5rem}}header .logo{text-align:center;margin-bottom:1.5rem}header .logo img{max-width:100%}@media(max-width: 576px){header .logo{margin-bottom:.5rem}header .logo img{max-width:50%}}header .nav-scroller{position:relative;z-index:2;overflow-y:hidden}header .nav-scroller .nav{display:flex;justify-content:flex-start;flex-wrap:nowrap;padding-top:5px;overflow-x:auto;text-align:center;white-space:nowrap;-webkit-overflow-scrolling:touch}header .nav-scroller .nav .nav-link{padding:12px 8px !important;color:var(--color-white);text-transform:uppercase;font-weight:500;font-size:14px}header .nav-scroller .nav .nav-link:hover,header .nav-scroller .nav .nav-link:active,header .nav-scroller .nav .nav-link.active{color:#fff;background:#2c3e50}header .nav-scroller .nav .nav-link.active{color:#fff}footer{margin-top:3rem;padding:2rem 0;background:#2c3e50;color:#bababa}@media(max-width: 576px){footer{padding:2rem}}footer .title{font-size:20px;font-weight:600;margin-bottom:1rem;line-height:1.2em}footer .title .copyright{font-size:15px;font-weight:400}footer .desc{font-weight:400;font-size:14px;opacity:.8}.list-unstyled a{color:#e4dede;font-size:14px}.card{text-decoration:none;border-radius:15px;border-color:var(--color-border)}.card-img,.card-img-top{border-top-left-radius:15px;border-top-right-radius:15px}.cards{display:flex;gap:15px;padding-bottom:1rem;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;margin-bottom:1rem}.cards .card{min-width:257px;transition:.2s ease-in-out;box-shadow:rgba(0,0,0,.16) 0 1px 4px}.cards .card:hover{box-shadow:rgba(0,0,0,.04) 0 3px 5px}.cards .card .card-body{font-size:19px;font-weight:600;line-height:1.3em;display:flex;align-items:center;gap:10px;justify-content:space-between}.cards .card .card-body span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cards .card .card-body span.btn{min-width:75px}.played{display:flex;gap:15px;padding-bottom:1rem;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.played a{display:block;color:var(--color-link);font-size:18px;font-weight:600;line-height:1.2em}.played a .thumb{display:flex;width:90px;overflow:hidden;background:var(--color-surface);border-radius:15px;margin-bottom:.5rem;transition:.2s ease-in-out;box-shadow:rgba(50,50,93,.25) 0px 13px 27px -5px,rgba(0,0,0,.3) 0px 8px 16px -8px}.played a .thumb img{width:100%;height:auto;background:var(--color-surface);object-fit:cover}@media(min-width: 671px){.played a:hover .thumb{transform:scale(1.04)}}.grids{display:grid;grid-gap:15px 20px;grid-template-columns:repeat(2, 1fr)}@media(min-width: 576px){.grids{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 768px){.grids{grid-template-columns:repeat(4, 1fr);grid-gap:25px 40px}}@media(min-width: 992px){.grids{grid-template-columns:repeat(5, 1fr);grid-gap:25px 40px}}.grids.grid-1{grid-template-columns:repeat(1, 1fr)}@media(max-width: 768px){.grids.grid-1{grid-template-columns:repeat(2, 1fr)}}.grids a{display:block;color:var(--color-link);font-size:18px;font-weight:600;line-height:1.2em}.grids a .thumb{display:flex;overflow:hidden;background:var(--color-surface);border-radius:15px;margin-bottom:.5rem;transition:.2s ease-in-out;box-shadow:rgba(50,50,93,.25) 0px 13px 27px -5px,rgba(0,0,0,.3) 0px 8px 16px -8px}.grids a .thumb img{width:100%;height:auto;background:var(--color-surface);object-fit:cover}@media(min-width: 671px){.grids a:hover .thumb{transform:scale(1.04)}}#player{position:relative;background:var(--color-surface);border-radius:15px;display:flex;justify-content:center;flex-direction:column;align-items:center;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;margin-bottom:1.5rem;overflow:hidden}#player.waiting:before{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;backdrop-filter:blur(8px);background-color:rgba(12,13,20,.5);z-index:0}#player .start{position:relative;text-align:center;padding:4rem 0;z-index:1}@media(max-width: 768px){#player .start{padding:6rem 0 2rem 0}}#player .start .game-thumb{margin-bottom:1.5rem}#player .start .game-thumb img{max-width:250px;border-radius:10px;box-shadow:rgba(0,0,0,.35) 0px 5px 15px}#player .start .game-name{font-size:22px;font-weight:600;margin-bottom:1.5rem;color:var(--color-white);text-shadow:1px 1px 5px #000}#player .start .btn-play{position:relative;padding:8px 55px 10px 30px;font-size:20px;transition:.2s ease-in-out}#player .start .btn-play:hover{background:var(--color-btn);color:var(--color-white);transition-duration:.2s;transform:scale(1.1);transition-timing-function:cubic-bezier(0.47, 2.02, 0.31, -0.36)}#player .start .btn-play:after{display:block;position:absolute;content:"";right:11px;top:50%;transform:translate(0, -50%);width:30px;height:30px;background:url(/assets/img/play.svg) center center no-repeat;background-size:100%}#player .controls{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1;background-color:rgba(8,10,26,.38);color:var(--color-white);margin-top:auto;width:100%;padding:0 1rem;cursor:default}@media(max-width: 576px){#player .controls{padding:1rem;flex-direction:column}}#player .controls .name{background:url("/assets/img/icon.svg") 0 center no-repeat;background-size:30px;padding:10px 10px 10px 37px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media screen and (max-width: 900px){#player .controls .name{display:none}}#player .controls .actions{text-align:right;white-space:nowrap}#player .controls .actions a{padding:5px 10px 5px 30px;color:var(--color-white);font-weight:600;font-size:14px;transition:color .2s ease-in-out,background .3s ease-in-out;background-position:0 center;background-repeat:no-repeat;background-size:20px}#player .controls .actions a:hover{color:var(--color-yellow)}#player .controls .actions a.like{background-image:url("/assets/img/like.svg")}#player .controls .actions a.like.active{background-image:url("/assets/img/like-active.svg");animation:pulse .5s ease-in-out}#player .controls .actions a.dislike{background-image:url("/assets/img/dislike.svg")}#player .controls .actions a.dislike.active{background-image:url("/assets/img/dislike-active.svg");animation:pulse .5s ease-in-out}#player .controls .actions a.fullpage{margin-left:30px;background-image:url("/assets/img/full.svg")}@media screen and (max-width: 900px){#player .controls .actions a.fullpage{display:none}}@keyframes shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-2px)}50%{transform:translateX(2px)}75%{transform:translateX(-2px)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}.aslot-1{text-align:center;background:var(--color-surface);border-radius:15px;padding:1rem 0;margin-bottom:1.5rem;max-width:100%;overflow-x:auto}.game-details{position:relative;background:var(--color-surface);border-radius:15px;padding:3rem;color:var(--color-text-second);line-height:1.8em;margin-bottom:1.5rem}.game-details .title{display:flex;justify-content:space-between;gap:10px}@media(max-width: 768px){.game-details .title{flex-direction:column-reverse;gap:1.5rem}}.game-details .title .score{text-align:center;min-width:125px;height:35px;background:var(--color-purple);color:var(--color-white);border-radius:30px;display:inline-block;font-size:16px;padding:.3rem .7rem;line-height:1.4em;font-weight:700;cursor:default}.game-details .title .score span{font-size:13px;font-weight:400;opacity:.7}.game-details h1{font-size:27px;font-weight:700;margin-bottom:1.5rem}.game-details h2{font-size:22px;font-weight:700;margin-bottom:1.5rem}.game-details p{margin-bottom:1.5rem}.game-details .tags{display:flex;gap:10px;border-top:1px solid #dadff1;padding-top:1.5rem;margin-top:2rem;flex-wrap:wrap}.game-details .tags a{border-radius:30px;padding:5px 15px 7px 15px;font-size:14px;color:var(--color-white);background:var(--color-text-second);line-height:1.5em;transition:.2s ease-in-out;white-space:nowrap}.game-details .tags a:hover{background:var(--color-btn)}#gamePlayer{padding-top:56.25%;height:0;width:100%;position:relative;border-top-left-radius:15px;border-top-right-radius:15px;box-shadow:0 0 2px 0 rgba(0,0,0,.15);overflow:hidden;background-color:#dfdfdf;display:none}#gameframe{width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;z-index:100}h3{font-weight:700;font-size:25px;margin-bottom:1.5rem}.masthead{min-height:250px;margin-bottom:20px;display:flex;justify-content:center;align-items:center;text-align:center}section{position:relative !important;width:100%;max-width:1100px;margin:0 auto}.pageskin-left{position:fixed;left:calc(50% - 710px);top:150px;min-width:160px;z-index:1000}.pageskin-right{position:fixed;right:calc(50% - 710px);top:150px;min-width:160px;z-index:1000}@media screen and (max-width: 1340px){.pageskin-left,.pageskin-right{display:none}}/*# sourceMappingURL=main.min.css.map */
