:root{--white-color:#fff;--black-color:#2c2425;--primary-color:#fbce9d;--primary-color-light:#fbce9d;--primary-color-lightest:#fbce9d;--primary-color-dark:#f9b062;--primary-color-darkest:#f9b062;--primary-grad:linear-gradient(180deg,#fde1c4,#fbce9d);--accent-color:#c1d4f0;--accent-grad:linear-gradient(180deg,#b1d5fb 27.88%,#6891ca);--secondary-color:#4f4043;--secondary-grad:linear-gradient(180deg,#4f4043,#5a494c);--secondary-grad-alt:linear-gradient(180deg,#382e30,#3d3335);--bg-color:#161315;--surface-color:#3a3033;--surface-color-alt:linear-gradient(180deg,#382e30,#3d3335);--game-card-overlay-bg:linear-gradient(180deg,rgba(56,46,48,.7),rgba(61,51,53,.7));--surface-color-hover:#2f2f2f;--footer-bg-color:var(--bg-color);--bottom-nav-bg-color:linear-gradient(180deg,#4f4043,#433739);--menu-bg-color:var(--primary-color-dark);--scrollbar-color:var(--surface-color);--border-color:#6c5d5f;--border-color-alt:#444244;--divider-color:#3b393b;--text-color:var(--white-color);--text-color-alt:#9b9a9b;--text-color-accent:var(--accent-color);--container-width:1400px;--container-padding-x:1rem;--header-height:72px;--hero-height:320px;--transition-duration:0.2s;--seo-content-width:80%;--font-primary:"Inter",sans-serif;--font-secondary:"Arial",sans-serif;--font-render-type:swap}*{border:none;margin:0;padding:0}*,:after,:before{box-sizing:border-box}a{color:inherit;text-decoration:none}aside,footer,header,main,nav,section{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li{list-style:none}img{vertical-align:top}img,svg{height:auto;max-width:100%}address{font-style:normal}button,input,select,textarea{background-color:transparent;color:inherit;font-family:inherit;font-size:inherit}input::-ms-clear{display:none}button,input[type=submit]{background-color:transparent;background:none;box-shadow:none;cursor:pointer;display:inline-block}button:active,button:focus,input:active,input:focus{outline:none}button::-moz-focus-inner{border:0;padding:0}label{cursor:pointer}legend{display:block}body,html{scroll-behavior:smooth;scroll-margin-top:var(--header-height)}html{font-size:100%}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-primary);-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:1023px){.mobile-hidden{display:none!important}}@media screen and (min-width:1024px){.desktop-hidden{display:none!important}}.surface{background:var(--surface-color-alt);border-radius:var(--border-radius-sm)}.no-scroll{overflow-y:hidden}.icon{display:inline-block;flex-shrink:0;max-height:24px;max-width:24px}h1,h2,h3,h4{line-height:120%}p{line-height:140%}h1{font-size:3rem}@media screen and (max-width:992px){h1{font-size:2.5rem}}@media screen and (max-width:576px){h1{font-size:2rem}}h2{font-size:2.25rem}@media screen and (max-width:992px){h2{font-size:2rem}}@media screen and (max-width:576px){h2{font-size:1.8rem}}h3{font-size:1.6rem}@media screen and (max-width:992px){h3{font-size:1.5rem}}@media screen and (max-width:576px){h3{font-size:1.2rem}}p{font-size:1rem}@media screen and (max-width:992px){p{font-size:1rem}}@media screen and (max-width:576px){p{font-size:1rem}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(../static/font/Inter/Inter24pt-Black.woff2) format("woff2"),url(../static/font/Inter/Inter24pt-Black.woff) format("woff"),url(../static/font/Inter/Inter24pt-Black.ttf) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(../static/font/Inter/Inter24pt-Bold.woff2) format("woff2"),url(../static/font/Inter/Inter24pt-Bold.woff) format("woff"),url(../static/font/Inter/Inter24pt-Bold.ttf) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(../static/font/Inter/Inter24pt-Medium.woff2) format("woff2"),url(../static/font/Inter/Inter24pt-Medium.woff) format("woff"),url(../static/font/Inter/Inter24pt-Medium.ttf) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(../static/font/Inter/Inter24pt-Regular.woff2) format("woff2"),url(../static/font/Inter/Inter24pt-Regular.woff) format("woff"),url(../static/font/Inter/Inter24pt-Regular.ttf) format("truetype")}.container{margin-left:auto;margin-right:auto;max-width:calc(var(--container-width) + var(--container-padding-x)*2);padding:0 1rem;width:100%}.container--s{max-width:calc(1320px + var(--container-padding-x)*2)}@media screen and (max-width:1200px){.container{max-width:1160px}}@media screen and (max-width:1024px){.container{max-width:980px}}@media screen and (max-width:576px){.container{max-width:100%}}body,html{height:100%;scrollbar-color:var(--scrollbar-color) transparent;scrollbar-width:thin;-ms-overflow-style:auto}body::-webkit-scrollbar,html::-webkit-scrollbar{height:6px;width:6px}body::-webkit-scrollbar-track,html::-webkit-scrollbar-track{background:transparent}body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{background:var(--scrollbar-color);border-radius:.625rem}body::-webkit-scrollbar-thumb:hover,html::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-color);opacity:.8}.page{display:flex;flex-direction:column;min-height:100%;padding-top:var(--header-height)}.page__header{width:100%}.page__main{flex:1 1 auto;padding:2rem 0}.page__footer{flex:0 0 auto}.page__hero{height:var(--hero-height);margin-bottom:2rem}@media screen and (max-width:768px){.page__hero{height:calc(var(--hero-height)*.75)}}.hero__inner{height:100%}.header{background:var(--bg-color);height:var(--header-height);left:0;padding:0;position:fixed;right:0;top:0;z-index:900}.header__inner{height:100%;justify-content:space-between}.header__inner,.header__main{align-items:center;display:flex;gap:1rem}.header__placeholder{color:var(--text-color-alt);margin:0}.header__actions{align-items:center;display:flex;gap:1rem}@media screen and (max-width:768px){.header__actions{gap:.5rem}}.footer{background:var(--footer-bg-color);border-top:1px solid var(--divider-color);color:var(--text-color-alt);font-size:14px;line-height:1.5;padding:2rem 0}@media screen and (max-width:768px){.footer{font-size:13px;padding:1.5rem 0 5rem}}.logo{display:inline-block;max-width:130px;min-width:45px}.btn{align-items:center;background:var(--accent-grad);border:1px solid var(--accent-color);border-radius:.75rem;color:var(--text-color);display:inline-flex;font-weight:500;gap:.5rem;justify-content:center;padding:.5rem 1rem;transition:background var(--transition-duration) ease,border-color var(--transition-duration) ease,color var(--transition-duration) ease}@media (any-hover:hover){.btn:hover{border-color:var(--white-color)}}.btn--primary{background:var(--primary-grad);border:1px solid var(--primary-color);color:var(--black-color)}.btn--outline{background:transparent}@media (any-hover:hover){.btn--outline:hover{background:var(--accent-grad)}}.btn--secondary{background:linear-gradient(180deg,#4f4043,#5a494c);border:1px solid var(--secondary-color)}.btn--square{height:2.25rem;padding:.5rem;width:2.25rem}.btn:disabled{cursor:not-allowed;opacity:.5}.btn--cta{padding:1rem 2rem}@media screen and (max-width:768px){.btn--cta{font-size:1rem;padding:.5rem 1rem}}.nav{display:flex;gap:1rem}.nav,.nav__item{align-items:center}.nav__item{color:var(--text-color-alt);display:inline-flex;font-size:1.125rem;gap:5px;transition:color var(--transition-duration) ease}@media (any-hover:hover){.nav__item:hover{color:var(--primary-color)}}.nav--col{flex-direction:column}.hero__banners{display:flex;gap:1rem;height:100%}.hero__banners .banner:first-child{flex:1 1 auto;min-width:0}.hero__banners .banner:last-child{flex:0 0 auto;max-width:368px;width:368px}.hero__banners .banner:last-child .banner__text{max-width:100%}@media screen and (max-width:1023px){.hero__banners{scrollbar-color:var(--scrollbar-color) transparent;scrollbar-width:thin;-ms-overflow-style:auto;overflow-x:auto;padding-bottom:.5rem}.hero__banners::-webkit-scrollbar{height:6px;width:6px}.hero__banners::-webkit-scrollbar-track{background:transparent}.hero__banners::-webkit-scrollbar-thumb{background:var(--scrollbar-color);border-radius:.625rem}.hero__banners::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-color);opacity:.8}.hero__banners .banner:first-child{flex:0 0 calc(100% - 3rem);min-width:calc(100% - 3rem)}.hero__banners .banner:last-child{flex:0 0 368px;max-width:368px;width:368px}}@media screen and (max-width:768px){.hero__banners .banner:first-child,.hero__banners .banner:last-child{flex:0 0 100%;max-width:none;min-width:100%;width:100%}}.banner{border:1px solid var(--border-color);border-radius:1rem;height:100%;overflow:hidden;position:relative}.banner__img,.banner__picture{display:block;height:100%}.banner__img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.banner__content{align-items:flex-start;background:linear-gradient(90deg,rgba(44,34,36,.95),rgba(79,64,67,.35) 45%,transparent 75%);display:flex;flex-direction:column;height:100%;justify-content:space-between;left:0;padding:2rem;position:absolute;top:0;width:100%}.banner__text{max-width:20%}.banner__title{color:var(--text-color-accent);font-size:2rem;font-weight:700;margin-bottom:.5rem}.banner__desc{font-size:1.25rem}.banner--primary .banner__title{color:var(--primary-color)}@media screen and (max-width:1023px){.banner__text{max-width:50%}.banner__title{font-size:1.5rem}.banner__desc{font-size:1rem}}@media screen and (max-width:768px){.banner__text{max-width:100%}.banner__title{font-size:1.25rem}}.games{margin-bottom:2rem}.games__category:not(:last-child){margin-bottom:1rem}.scroll-gallery__actions,.scroll-gallery__header,.scroll-gallery__title{align-items:center;display:flex}.scroll-gallery__header{justify-content:space-between;margin-bottom:.5rem}.scroll-gallery__title{font-size:1.25rem;gap:.5rem}.scroll-gallery__actions{gap:.5rem}.scroll-gallery__scroll{scrollbar-color:var(--scrollbar-color) transparent;scrollbar-width:thin;-ms-overflow-style:auto;overflow-x:auto;padding:.5rem 0}.scroll-gallery__scroll::-webkit-scrollbar{height:6px;width:6px}.scroll-gallery__scroll::-webkit-scrollbar-track{background:transparent}.scroll-gallery__scroll::-webkit-scrollbar-thumb{background:var(--scrollbar-color);border-radius:.625rem}.scroll-gallery__scroll::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-color);opacity:.8}.scroll-gallery__row{display:flex;gap:.5rem}.scroll-gallery__item{flex:0 0 auto}@media screen and (max-width:768px){.scroll-gallery__actions .btn--square{display:none}}@keyframes game-card-btn-bounce{0%{transform:translateY(4px)}55%{transform:translateY(-5px)}80%{transform:translateY(-2px)}to{transform:translateY(-3px)}}.game-card{background:var(--secondary-grad-alt);border:1px solid var(--border-color);border-radius:1rem;display:flex;flex-direction:column;max-height:280px;max-width:222px;padding:.5rem;transition:transform var(--transition-duration) ease;width:100%}.game-card__media{aspect-ratio:1;border-radius:1rem;max-height:222px;max-width:222px;overflow:hidden;position:relative;width:100%}.game-card__cover{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.game-card__overlay{align-items:center;background:var(--game-card-overlay-bg);display:flex;flex-direction:column;gap:.5rem;inset:0;justify-content:center;opacity:0;padding:1rem;position:absolute;transition:opacity var(--transition-duration) ease}.game-card__overlay .btn{transform:translateY(4px)}.game-card__divider{background:linear-gradient(90deg,var(--secondary-color) 0,#8a6e50 30%,#fde1c4 50%,#8a6e50 70%,var(--secondary-color) 100%);flex-shrink:0;height:1px;margin:.5rem auto;width:100%}.game-card__info{align-items:center;display:flex;flex-direction:column;gap:.25rem;justify-content:center;padding:0 .25rem .25rem;text-align:center}.game-card__title{font-size:.875rem;font-weight:700}.game-card__desc,.game-card__title{line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.game-card__desc{color:var(--text-color-alt);font-size:.75rem}@media (any-hover:hover){.game-card:hover{transform:translateY(-4px)}.game-card:hover .game-card__overlay{opacity:1}.game-card:hover .game-card__overlay .btn{animation:game-card-btn-bounce .5s cubic-bezier(.34,1.2,.64,1) forwards}.game-card:hover .game-card__overlay .btn:nth-child(2){animation-delay:.08s}}@media screen and (max-width:768px){.game-card{max-height:167px;padding:4px}.game-card,.game-card__media{border-radius:12px;max-width:112px}.game-card__media{max-height:112px}.game-card__divider{margin:.375rem auto}.game-card__overlay{gap:.25rem;padding:.5rem}.game-card__overlay .btn{border-radius:.5rem;font-size:.625rem;padding:4px 8px}.game-card__info{gap:2px;padding:0 .125rem .125rem}.game-card__title{font-size:.625rem}.game-card__desc{font-size:.5625rem}}.game-tabs{margin-bottom:2rem}.game-tabs__list{background:var(--secondary-grad-alt);border:1px solid var(--border-color);border-radius:1rem;display:flex;overflow:hidden}.game-tabs__item{align-items:center;color:var(--text-color);display:flex;flex:1;font-size:1rem;gap:.5rem;justify-content:center;padding:1rem;position:relative}.game-tabs__item:not(:last-child):after{background:linear-gradient(180deg,var(--secondary-color) 0,#8a6e50 30%,#fde1c4 50%,#8a6e50 70%,var(--secondary-color) 100%);content:"";height:2rem;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.game-tabs__icon{flex-shrink:0;height:40px;-o-object-fit:contain;object-fit:contain;width:40px}.game-tabs__label--short{display:none}@media screen and (max-width:768px){.game-tabs__item{flex-direction:column;font-size:.875rem;gap:.25rem;padding:.75rem .5rem}.game-tabs__item:not(:last-child):after{display:none}.game-tabs__icon{height:24px;width:24px}.game-tabs__label--full{display:none}.game-tabs__label--short{display:inline}}.footer{border-top:none}.footer__nav{border-bottom:1px solid var(--divider-color);border-top:1px solid var(--divider-color);display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:1.5rem;padding:1.5rem 0}.footer__nav-link{color:var(--text-color);font-size:1rem;line-height:1.4;transition:color var(--transition-duration) ease}@media (any-hover:hover){.footer__nav-link:hover{color:var(--primary-color)}}.footer__legal{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.footer__legal-icon{flex-shrink:0;height:40px;width:40px}.footer__legal-text{color:var(--text-color-alt);font-size:.875rem;line-height:1.5;max-width:50%;text-align:center}@media screen and (max-width:768px){.footer__nav{gap:2rem;padding:1rem 0}.footer__nav-link{font-size:.875rem}.footer__legal-text{font-size:.875rem;max-width:none}}.smart-copyright{text-align:center}.seo-content{margin-bottom:2rem}.seo-content__inner{max-width:var(--seo-content-width)}.seo-content h1,.seo-content h2,.seo-content h3,.seo-content h4,.seo-content h5,.seo-content h6{font-weight:700}.seo-content li,.seo-content p{color:var(--text-color)}.seo-content h1,.seo-content h2,.seo-content h3,.seo-content h4,.seo-content h5,.seo-content h6{color:var(--primary-color);margin-top:1rem}.seo-content p{margin-top:1rem}.seo-content li{margin-left:1.5rem;margin-top:.5rem}.seo-content ol li,.seo-content ul li{font-size:1rem}.seo-content ul li{list-style-type:disc}.seo-content .table-wrap{max-width:100%;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.seo-content .table-wrap::-webkit-scrollbar{background:transparent;height:0;width:0}.seo-content .table-wrap::-webkit-scrollbar-thumb{background:transparent}.seo-content table{margin:1rem 0}.seo-content table,.seo-content td,.seo-content th{border:2px solid var(--border-color);border-collapse:collapse}.seo-content thead td,.seo-content thead th{background:var(--primary-grad);color:var(--black-color);padding:.5rem}.seo-content td{color:var(--text-color);padding:1rem 2rem 1rem 1rem;text-align:center}.seo-content th{padding:1rem 4rem 1rem 1rem}.seo-content img{border-radius:.625rem;display:block;max-width:450px}.seo-content .btn{margin:.5rem 0}@media screen and (max-width:1024px){.seo-content,.seo-content .table__wrap,.seo-content__inner{max-width:100vw}}@media screen and (max-width:768px){.seo-content ol li,.seo-content ul li{font-size:1rem}}@media screen and (max-width:450px){.seo-content img{max-width:100%}}:root{--faq-bg-color:var(--secondary-grad-alt);--faq-border-color:var(--primary-color-dark)}.faq__title{margin-bottom:1rem}.faq__list{display:flex;flex-direction:column;gap:1rem}.faq__item,.faq__summary{list-style-type:none}.faq__summary{align-items:center;border-bottom:1px solid var(--divider-color);display:flex;gap:1rem;justify-content:space-between;padding-bottom:.75rem}.faq__details{background:var(--faq-bg-color);border:1px solid transparent;border-radius:1rem;cursor:pointer;padding:1rem;transition:border-color var(--transition-duration) ease}.faq__details::-webkit-details-marker{display:none}.faq__details::marker{display:none}.faq__details[open] .faq__icon{transform:rotate(45deg)}.faq__details h2,.faq__details h3{margin-top:0}@media (any-hover:hover){.faq__details:hover{border-color:var(--faq-border-color)}}.faq__icon{transition:transform var(--transition-duration) ease}ul li.faq__item{list-style-type:none;margin:0}.bottom-nav{background:var(--bottom-nav-bg-color);border-radius:.75rem .75rem 0 0;bottom:0;display:none;left:0;padding:.5rem 0 calc(env(safe-area-inset-bottom, 0px) + .25rem);position:fixed;right:0;z-index:800}.bottom-nav__inner,.bottom-nav__item{align-items:center;display:flex}.bottom-nav__item{flex:1 1 0;flex-direction:column;gap:4px;min-width:0;text-decoration:none}.bottom-nav__icon,.bottom-nav__item{color:var(--text-color)}.bottom-nav__label{font-size:12px;line-height:1.2;text-align:center}@media screen and (max-width:768px){.bottom-nav{display:block}}