@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";.header{background:#fff;box-shadow:0 2px 4px #0000001a;position:fixed;top:0;left:0;right:0;z-index:101;padding:7px}.header-container{height:100%;display:flex;align-items:center;gap:16px;justify-content:space-between}@media (max-width: 768px){.header-container{padding:12px}}.back-arrow-icon{width:9px;margin-right:5px}.topbar-right{display:flex;gap:15px;align-items:center}@media (max-width: 768px){.topbar-right{display:none}}.bell-icon{width:35px;height:35px}@media (max-width: 768px){.header{padding:0}}@media (min-width: 1024px){.header{left:260px;width:calc(100% - 260px);transition:left .3s ease,width .3s ease}.header.sidebar-collapsed{left:80px;width:calc(100% - 80px)}}.header-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px;font-size:24px;color:#374151}@media (max-width: 768px){.header-menu-btn{display:block}}.header-menu-icon{display:flex}.header-logo{display:flex;align-items:center;text-decoration:none;color:#111827;gap:8px;transition:opacity .3s ease,transform .3s ease}.header-logo-image{height:40px;width:auto;object-fit:contain}.header-logo-text{display:flex;align-items:center;gap:8px}.header-logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:20px}.header-logo-name{font-size:18px;font-weight:700;color:#111827}.header-search{flex:1;max-width:460px;display:flex;align-items:center;background:#fff;border-radius:8px;padding:8px 12px;border:1px solid #EBEBEB;gap:8px;transition:all .3s ease;position:relative}@media (max-width: 768px){.header-search.search-open{gap:8px}.header-search.search-open .header-search-close{order:1}.header-search.search-open .header-search-input{order:2}.header-search.search-open .header-search-btn{order:3}}@media (min-width: 769px){.header-search{display:flex!important}.header-search-toggle{display:none!important}}.header-search-input{flex:1;border:none;background:transparent;outline:none;font-size:14px;color:#111827;transition:width .3s ease}.header-search-input::placeholder{color:#9ca3af}.header-search-btn{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;color:#6b7280;flex-shrink:0}.header-search-icon{font-size:18px;width:20px;height:20px}.header-search-close{background:none;border:none;cursor:pointer;padding:4px 8px;color:#6b7280;font-size:18px;font-weight:300;line-height:1;flex-shrink:0;transition:color .2s}.header-search-close:hover{color:#111827}.header-search-toggle{display:none;background:transparent;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;padding:0;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,opacity .2s}.header-search-toggle:disabled{cursor:not-allowed;opacity:.5}.header-share-btn{display:flex;align-items:center;gap:5px;padding:10px 42px;background:#1a73e8;color:#fff;border:none;border-radius:30px;cursor:pointer;font-size:16px;font-weight:500;transition:background .2s;margin-right:15px}.header-share-btn:hover{background:#1557b0}.header-share-icon{width:25px;height:25px}.header-share-icon img{width:100%;height:100%}.header-share-text{display:none}@media (min-width: 1024px){.header-share-text{display:inline}}@media (max-width: 768px){.header-container{gap:8px;position:relative;flex-wrap:nowrap;align-items:center}.header-logo-name{font-size:16px}.header-search{display:none;max-width:none;flex:1;min-width:0}.header-search.search-open{display:flex!important;animation:slideInSearch .3s ease;flex:1;min-width:0;margin-left:0;width:auto;max-width:none}.header-search-input{min-width:0;flex:1;width:100%}.header-search-toggle{display:flex;flex-shrink:0;margin-left:auto}.header-logo-mobile-search{display:flex!important;margin-right:8px;flex-shrink:0;animation:fadeInLogo .3s ease}.header-logo-mobile-search .header-logo-image{height:22px;width:auto}.header-logo-mobile-search .header-logo-icon{width:28px;height:28px;font-size:16px}.header-logo-mobile-search .header-logo-name{font-size:14px}.header-logo-mobile-search .header-logo-text{gap:6px}.header.search-open .header-container{flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:8px}.header.search-open .header-menu-btn{display:none!important}.header.search-open .header-logo:not(.header-logo-mobile-search){display:none!important}.header.search-open .header-search-toggle{display:none!important}.header.search-open .header-search{flex:1;min-width:0}.page-title{padding-top:5px!important}.header-floating-install-btn{position:fixed;right:16px;bottom:90px;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;background:#4263f3;color:#fff;border:none;border-radius:50px;cursor:pointer;font-size:14px;font-weight:600;transition:background .2s,transform .2s;box-shadow:0 4px 12px #4263f366;z-index:1001;white-space:nowrap}.header-floating-install-btn:hover{background:#3552d4;transform:scale(1.05)}.header-floating-install-btn:active{transform:scale(.95)}.header-floating-install-btn .header-share-icon{width:18px;height:18px;flex-shrink:0}.header-floating-install-btn .header-share-text{display:inline;color:#fff}}@media (min-width: 769px){.header-floating-install-btn{display:none!important}}@keyframes slideInSearch{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInLogo{0%{opacity:0}to{opacity:1}}.arrow-left-icon{width:8px}.sidebar{position:fixed;left:0;top:0;height:100vh;width:260px;background:#ffffff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;z-index:100;overflow-y:auto;overflow-x:hidden;transition:width .3s ease,transform .3s ease}.sidebar.sidebar-collapsed{width:80px}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:99;display:none}@media (max-width: 768px){.sidebar{transform:translate(-100%);box-shadow:2px 0 8px #0000001a;z-index:102}.sidebar.sidebar-open{transform:translate(0)}.sidebar-overlay{display:block}}@media (min-width: 1024px){.sidebar{transform:translate(0)}.sidebar-overlay{display:none}}.sidebar-header{padding:12px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;position:relative}.sidebar-logo{display:flex;align-items:center;text-decoration:none;color:#111827;flex:1;justify-content:center}.sidebar-logo-image{max-width:100%;object-fit:contain}.sidebar-favicon{width:32px;height:32px;object-fit:contain;border-radius:4px}.sidebar-logo-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-radius:6px;font-weight:700;font-size:18px}.sidebar-logo-name{font-size:18px;font-weight:700;color:#111827}.sidebar-toggle-btn{position:absolute;right:13px;top:50%;transform:translateY(-50%);width:32px;height:32px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;display:none;align-items:center;justify-content:center;transition:all .2s;z-index:10}.sidebar-toggle-btn:hover{background:#e5e7eb;border-color:#d1d5db}.sidebar-toggle-icon{color:#374151}@media (min-width: 1024px){.sidebar-toggle-btn{display:flex}.sidebar-header{padding-right:50px}.sidebar.sidebar-collapsed .sidebar-header{padding:20px;justify-content:center;flex-direction:column;gap:8px}.sidebar.sidebar-collapsed .sidebar-logo{justify-content:center}.sidebar.sidebar-collapsed .sidebar-toggle-btn{position:static;transform:none;margin-top:0;width:100%}}.sidebar-logo-image{width:auto;object-fit:contain}.sidebar-favicon{width:32px;height:32px;object-fit:contain;border-radius:4px;flex-shrink:0}.sidebar-logo-text{display:flex;align-items:center;gap:8px}.sidebar-logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:20px}.sidebar-logo-name{font-size:18px;font-weight:700;color:#111827;white-space:nowrap;transition:opacity .2s}.sidebar.sidebar-collapsed .sidebar-logo-name{opacity:0;width:0;overflow:hidden}.sidebar-nav{flex:1;padding:16px 0;overflow-y:auto}.sidebar-section{margin-bottom:24px}.sidebar-section-title{font-size:14px;color:#acb4c6;text-transform:capitalize;padding:0 20px;margin-bottom:8px;white-space:nowrap;transition:opacity .2s;overflow:hidden}.sidebar.sidebar-collapsed .sidebar-section-title{opacity:0;height:0;padding:0;margin:0}.sidebar-nav-list{list-style:none;padding:0;margin:0}.sidebar-nav-item{display:flex;align-items:center;gap:12px;padding:12px 20px;text-decoration:none;color:#374151;font-size:16px;transition:all .2s;border-left:3px solid transparent;white-space:nowrap;justify-content:flex-start}.sidebar.sidebar-collapsed .sidebar-nav-item{justify-content:center;padding:12px}.sidebar-nav-item span:not(.sidebar-icon){transition:opacity .2s;overflow:hidden}.sidebar.sidebar-collapsed .sidebar-nav-item span:not(.sidebar-icon){opacity:0;width:0;overflow:hidden}.sidebar-nav-item:hover{background:#f9fafb;color:#111827}.sidebar-nav-item.active{background:#1a73e8;color:#fff;font-weight:600;margin-left:10px;margin-right:10px;border-radius:8px}.sidebar-icon{font-size:18px;width:20px;text-align:center;display:inline-block}.sidebar-icon-image{width:23px;height:23px;object-fit:contain;flex-shrink:0;display:block}.sidebar-icon-image.mob,.sidebar-icon-image.desk{width:23px;height:23px}.sidebar-category-icon{width:23px;height:23px;object-fit:contain;flex-shrink:0}.sidebar-footer{padding:20px;border-top:1px solid #e5e7eb;background:#f9fafb}.sidebar-language{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:white;border-radius:6px;margin-bottom:12px;font-size:14px;color:#374151;cursor:pointer;transition:opacity .2s;overflow:hidden}.sidebar.sidebar-collapsed .sidebar-language{opacity:0;height:0;padding:0;margin:0}.sidebar-language-arrow{font-size:10px;color:#9ca3af}.sidebar-copyright{display:flex;align-items:center;gap:8px;font-size:12px;color:#6b7280;justify-content:center}.sidebar-copyright span:not(.sidebar-icon){transition:opacity .2s;overflow:hidden;white-space:nowrap}.sidebar.sidebar-collapsed .sidebar-copyright span:not(.sidebar-icon){opacity:0;width:0;overflow:hidden}.sidebar::-webkit-scrollbar,.sidebar-nav::-webkit-scrollbar{width:3px}.sidebar::-webkit-scrollbar-track,.sidebar-nav::-webkit-scrollbar-track{background:#f9fafb}.sidebar::-webkit-scrollbar-thumb,.sidebar-nav::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover,.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#9ca3af}.footer{color:#000;margin-top:auto;width:100%;max-width:100%;box-sizing:border-box;flex-shrink:0;border-top:1px solid #EBEBEB}.footer-container{margin:0 auto;padding:60px 20px 24px;box-sizing:border-box}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-brand{max-width:100%}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:16px}.footer-logo-image{width:220px;object-fit:contain}.footer-back-to-top-mobile-container{padding:0 20px}.footer-logo-icon{width:48px;height:48px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:24px}.footer-logo-text{font-size:24px;font-weight:700;color:#000}.footer-description{color:#000;font-size:14px;line-height:1.6;margin:0;max-width:100%}.footer-section{display:flex;flex-direction:column}.footer-heading{font-size:16px;font-weight:700;margin-bottom:16px;color:#000;text-transform:none}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-links li{margin:0}.footer-links li a{color:#000;text-decoration:none;font-size:14px;transition:color .2s;display:inline-block}.footer-links li a:hover{color:#000}.footer-social{display:flex;gap:12px;flex-wrap:wrap}.footer-link-see-all{font-size:16px;font-weight:400;color:#4076fe!important}.footer-social-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);color:#fff;text-decoration:none;transition:all .2s}.footer-social-icon:hover{background:rgba(255,255,255,.2);transform:translateY(-2px)}.footer-social-icon svg{width:20px;height:20px}.footer-social-icon-img{width:100%;height:100%;object-fit:contain}.footer-social-icon-placeholder{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:inherit}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;text-align:center}.footer-bottom p{color:#000;font-size:14px;margin:0}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1 / -1}}@media (max-width: 768px){.footer-container{padding:40px 16px 50px}.footer-content{grid-template-columns:1fr;gap:32px}.footer-brand{grid-column:1}.footer-logo{margin-bottom:12px}.footer-logo-text{font-size:20px}.footer-description{font-size:13px}.footer-heading{font-size:15px;margin-bottom:12px}.footer-links{gap:10px}.footer-links li a{font-size:13px}.footer-social{gap:10px}.footer-social-icon{width:36px;height:36px}.footer-social-icon svg{width:18px;height:18px}}.footer-back-to-top-mobile-container{display:none}@media (max-width: 768px){.footer-back-to-top-mobile-container{display:block;width:100%;padding:0 16px 16px;box-sizing:border-box}.footer-back-to-top-mobile{width:100%;background:#4263f3;border:none;border-radius:50px;padding:3px 4px;cursor:pointer;transition:all .2s ease;box-shadow:0 -2px 8px #0000001a;display:block}.footer-back-to-top-mobile:active{background:#3552d4;transform:scale(.98)}.footer-back-to-top-inner{background:#ffffff;border-radius:47px;padding:10px 15px;display:flex;align-items:center;justify-content:center;gap:8px;width:50%;box-sizing:border-box;margin:5px auto}.footer-back-to-top-icon{width:20px;height:20px;flex-shrink:0;display:block}.footer-back-to-top-text{color:#4263f3;font-size:16px;font-weight:600;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1}}.back-to-top{position:fixed;bottom:20px;right:20px;z-index:1000;background:#4263f3;border:none;border-radius:50px;padding:8px;cursor:pointer;box-shadow:0 4px 12px #4263f34d;transition:all .3s ease;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(20px);pointer-events:none}.back-to-top.back-to-top-visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;animation:fadeInUp .3s ease}.back-to-top:hover{background:#3552d4;box-shadow:0 6px 16px #4263f366;transform:translateY(-2px)}.back-to-top:active{transform:translateY(0)}@keyframes fadeInUp{to{opacity:1;visibility:visible;transform:translateY(0)}}.back-to-top-inner{background:#ffffff;border-radius:50px;padding:10px 20px;display:flex;align-items:center;gap:8px;white-space:nowrap}.back-to-top-icon{color:#4263f3;flex-shrink:0}.back-to-top-text{color:#4263f3;font-size:14px;font-weight:600;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}@media (max-width: 768px){.back-to-top{display:none!important}.back-to-top-inner{padding:8px 16px;gap:6px}.back-to-top-icon{width:14px;height:14px}.back-to-top-text{font-size:13px}}@media (max-width: 480px){.back-to-top{display:none!important}}@media (min-width: 769px){.back-to-top{display:flex}}.public-layout{min-height:100vh;display:flex;flex-direction:column;background:#ffffff;position:relative}.public-main{flex:1;width:100%;max-width:100%;overflow-y:auto;overflow-x:hidden;margin-top:64px;box-sizing:border-box;position:relative}.back-button{margin-right:10px}.public-main-content{min-height:calc(100vh - 64px);display:flex;flex-direction:column;width:100%;max-width:100%;padding:10px 20px}@media (max-width: 768px){.public-main{margin-left:0}.public-main-content{padding:0}}@media (min-width: 1024px){.public-main{margin-left:260px;width:calc(100% - 260px);transition:margin-left .3s ease,width .3s ease}.public-main.sidebar-collapsed{margin-left:80px;width:calc(100% - 80px)}}.game-carousel-header{display:flex;align-items:center;justify-content:space-between}.game-carousel-title{display:flex;align-items:center;gap:8px}.game-carousel-icon{font-size:x-large}.game-carousel-title h2{font-size:18px;font-weight:600;color:#111827;margin:0}.game-carousel-see-all{color:#1a73e8;text-decoration:none;font-size:14px;font-weight:500;padding:0 10px;border-radius:5px;display:flex;align-items:center;gap:4px}.game-carousel-see-all:hover{text-decoration:none}.game-carousel-see-all-icon{width:7px;margin-left:3px}.game-carousel-container{position:relative;max-width:100%;overflow:hidden}.top-picks-carousel .game-carousel .game-carousel-item .game-carousel-image,.top-picks-carousel .game-carousel-arrow{height:220px}.recently-played-carousel .game-carousel-item{flex:0 0 225px}.recently-played-carousel .game-carousel-arrow{height:160px}.new-games-carousel .game-carousel-item{flex:0 0 225px}.new-games-carousel .game-carousel-arrow{height:160px}.game-carousel{display:flex;gap:.3rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:8px}.game-carousel::-webkit-scrollbar{display:none}.all-games-pattern-container .game-carousel-item:not(.all-games-vertical){aspect-ratio:16/11.4}.all-games-pattern-container .game-carousel-item.all-games-vertical{aspect-ratio:auto;height:auto}.game-carousel-item{flex:0 0 162px;position:relative;background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;color:#111827;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.game-carousel-arrow{position:absolute;top:0;width:18px;height:160px;background:linear-gradient(to right,rgba(0,0,0,.9) 0%,rgba(0,0,0,.7) 50%,rgba(0,0,0,0) 100%);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease;padding:0}.game-carousel-arrow:active{opacity:.8}.game-carousel-arrow-left{left:0;background:linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.1) 100%);border-radius:0 30px 30px 0}.game-carousel-arrow-right{right:0;background:linear-gradient(to left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.1) 100%);border-radius:30px 0 0 30px}.game-carousel-arrow-icon{width:24px;height:24px;object-fit:contain}@media (max-width: 768px){.game-carousel-item{flex:0 0 162px}.game-carousel-image,.game-carousel-placeholder{height:100%}.game-carousel-arrow{display:none}.game-carousel-header,.game-carousel-container{padding:0 16px}.game-carousel-section{margin-bottom:0}.new-games-carousel .game-carousel.mobile-slider-2{display:flex!important;gap:.3rem;scroll-snap-type:x mandatory;scroll-padding:0 16px;overflow-x:auto;overflow-y:hidden;width:100%}.new-games-carousel .game-carousel.mobile-slider-2 .game-carousel-group-2x2{display:grid;grid-template-columns:repeat(2,calc(50% - 6px));grid-template-rows:repeat(2,auto);gap:.3rem;flex:0 0 100%;min-width:100%;width:100%;scroll-snap-align:start;box-sizing:border-box;padding:0}.new-games-carousel .game-carousel.mobile-slider-2 .game-carousel-item{flex:none!important;width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box}.new-games-carousel .game-carousel-container{padding:0 16px}}.home{width:100%;max-width:100%;background:#ffffff;overflow-x:hidden;box-sizing:border-box}.home-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding:0 20px}.home-section-title{display:flex;align-items:center;gap:8px}.home-section-icon{font-size:20px}.home-section-title h2{font-size:16px;font-weight:500;color:#111827;margin:0}.home-section-see-all{color:#1a73e8;text-decoration:none;font-size:16px;font-weight:500;display:flex;align-items:center;gap:4px;padding:0 10px;border-radius:5px}.home-section-see-all:hover{text-decoration:none}.home-section-see-all-icon{width:6px;margin-left:3px;margin-top:2px}.home-categories{padding:10px 0!important;margin-top:20px}.categories-grid-mobile{display:none;padding:0 16px;grid-template-columns:repeat(4,1fr);gap:12px}.categories-slider-wrapper{padding:0 20px;overflow:hidden;position:relative;width:100%;display:block}.categories-slider{display:flex;gap:.3rem;width:fit-content;animation:slideInfinite 30s linear infinite}.categories-slider:hover{animation-play-state:paused}@keyframes slideInfinite{0%{transform:translate(0)}to{transform:translate(-50%)}}.category-icon-placeholder{width:55px;height:55px;display:flex;align-items:center;justify-content:center;font-size:32px;flex-shrink:0;filter:drop-shadow(0 4px 8px var(--shadow-color, rgba(147, 51, 234, .3)))}.category-card h3{font-size:16px;font-weight:600;margin:0;color:#111827;line-height:1.3}.all-games-group{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(4,minmax(0,1fr));gap:.3rem;height:100%}.game-carousel-badge.trending{background:linear-gradient(135deg,#2196F3 0%,#1976D2 100%);color:#fff}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.3rem}.game-card{background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;color:#111827;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;position:relative}.game-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 8px 24px #0003}.game-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;font-size:48px;transition:transform .3s ease}.home-loading{text-align:center;padding:40px;color:#6b7280}@media (max-width: 768px){.home-section-header{padding:0 16px}.home-categories,.home-all-games{padding:0}.new-games-carousel .game-carousel-image{height:100px!important}.categories-grid-mobile{display:grid;grid-template-columns:repeat(2,1fr)}.categories-grid-mobile .category-card{width:100%!important;gap:30px!important}.categories-grid-mobile .category-card .category-icon{margin-top:10px}.categories-slider-wrapper{display:none}.category-card{padding:20px 10px!important;width:100%;aspect-ratio:1}.category-icon,.category-icon-placeholder{width:30px;height:30px}.category-icon-placeholder{font-size:24px}.category-card h3{font-size:12px}.games-grid{grid-template-columns:repeat(3,1fr);gap:.3rem}.game-image,.game-placeholder{height:100%}.game-placeholder{font-size:36px}.all-games-pattern-container{padding:0 16px;display:flex;flex-direction:column;gap:1rem}.all-games-group-wrapper{width:100%}.all-games-group{grid-template-columns:repeat(3,minmax(0,1fr));gap:.3rem;grid-template-rows:auto}.all-games-large .game-carousel-image,.all-games-large .game-carousel-placeholder{height:100%;min-height:200px}.all-games-vertical .game-carousel-image,.all-games-vertical .game-carousel-placeholder{height:100%;min-height:150px}.all-games-small .game-carousel-image,.all-games-small .game-carousel-placeholder{height:100%;min-height:100px}}@media (min-width: 769px){.categories-grid-mobile{display:none}.categories-slider-wrapper{display:block}}@media (min-width: 1024px){.home-section-header,.home-categories,.home-all-games{padding:0}.categories-slider-wrapper{padding:0 16px}.categories-slider{gap:.3rem;margin:5px 0;padding:5px 0}.category-card{min-width:160px;width:160px}.games-grid{grid-template-columns:repeat(6,1fr);max-width:100%}}.home-content-section{padding:20px 0;max-width:100%;box-sizing:border-box}.home-content-section h3{font-size:14px;font-weight:600;color:#1a73e8;margin-bottom:12px;letter-spacing:.5px}.home-content-section h2{font-size:29px;font-weight:500;color:#000;margin-bottom:20px}.home-content-section h2 span{color:#1a73e8;font-weight:700}.home-content-section p{font-size:16px;line-height:1.6;color:#374151;margin-bottom:16px}.home-content-section ul{list-style:none;padding:0;margin:16px 0}.home-content-section ul li{padding-left:20px;position:relative}.home-content-section ul li:before{content:"•";position:absolute;left:0;color:#1a73e8;font-weight:700}.home-content-section ul li a{color:#1a73e8;text-decoration:none}.home-content-section ul li a:hover{text-decoration:underline}.home-about-us-content{width:100%;max-width:100%;box-sizing:border-box}.home-about-us-content h1,.home-about-us-content h2,.home-about-us-content h3,.home-about-us-content h4,.home-about-us-content h5,.home-about-us-content h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.3}.home-about-us-content h1{font-size:29px;color:#000}.home-about-us-content h2{font-size:24px;color:#000}.home-about-us-content h3{font-size:20px;color:#1a73e8}.home-about-us-content h4{font-size:18px;color:#374151}.home-about-us-content p{font-size:16px;line-height:1.6;color:#374151;margin-bottom:16px}.home-about-us-content ul,.home-about-us-content ol{margin:16px 0;padding-left:24px}.home-about-us-content ul li,.home-about-us-content ol li{margin-bottom:8px;line-height:1.6;color:#374151}.home-about-us-content a{color:#1a73e8;text-decoration:none}.home-about-us-content a:hover{text-decoration:underline}.home-about-us-content strong{font-weight:600;color:#111827}.home-about-us-content em{font-style:italic}.home-about-us-content u{text-decoration:underline}.home-about-us-content blockquote{border-left:4px solid #1a73e8;padding-left:16px;margin:16px 0;color:#6b7280;font-style:italic}.home-about-us-content img{max-width:100%;height:auto;border-radius:8px;margin:16px 0}.home-about-us-content code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:14px;color:#dc2626}.home-about-us-content pre{background:#f3f4f6;padding:16px;border-radius:8px;overflow-x:auto;margin:16px 0}.home-about-us-content pre code{background:none;padding:0;color:#111827}.home-about-us-content .ql-align-center{text-align:center}.home-about-us-content .ql-align-right{text-align:right}.home-about-us-content .ql-align-justify{text-align:justify}@media (max-width: 768px){.home-about-us-content h1{font-size:24px}.home-about-us-content h2{font-size:20px}.home-about-us-content h3{font-size:18px}.home-about-us-content p{font-size:14px}}.home-faq-section{padding:20px 0;max-width:100%;box-sizing:border-box}.home-faq-section h2{font-size:32px;font-weight:700;color:#1a73e8;margin-bottom:24px}.home-faq-list{max-width:100%}.home-faq-item{background:#fff;margin-bottom:16px;overflow:hidden}.home-faq-question{width:100%;padding:15px;background:none;border:none;text-align:left;font-size:16px;font-weight:600;color:#111827;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s}.home-faq-question:hover{background:#f9fafb}.home-faq-toggle{display:flex;align-items:center;justify-content:center;color:#111827;margin-left:16px;flex-shrink:0;transition:transform .3s ease}.home-faq-toggle svg{width:20px;height:20px}.home-faq-toggle-closed{transform:rotate(0)}.home-faq-toggle-open{transform:rotate(180deg)}.home-faq-answer{max-height:0;overflow:hidden;padding:15px;color:#374151;line-height:1.6;font-size:16px;transition:max-height .3s ease,padding .3s ease,opacity .3s ease;opacity:0}.home-faq-answer-open{max-height:500px;padding:3px 15px;opacity:1}.home-faq-answer-closed{max-height:0;padding:3px 15px;opacity:0}.home-faq-answer p{margin:0}.home-faq-answer ul{list-style:none;padding:0;margin:12px 0}.home-faq-answer ul li{padding:6px 0 6px 20px;position:relative}.home-faq-answer ul li:before{content:"•";position:absolute;left:0;color:#1a73e8;font-weight:700}.home-faq-answer ul li a{color:#1a73e8;text-decoration:none}.home-faq-answer ul li a:hover{text-decoration:underline}@media (max-width: 768px){.pl-xs-10{padding-left:10px!important}.home-content-section,.home-faq-section{padding:24px 16px}.home-content-section h2,.home-faq-section h2{font-size:24px}.home-content-section h3{font-size:12px}.home-content-section p,.home-faq-answer{font-size:14px}.home-faq-question{font-size:16px}}.games-page h1{font-size:32px;font-weight:700;margin-bottom:15px;color:#111827}.games-filters{display:flex;gap:16px;margin-bottom:15px;flex-wrap:wrap}.games-search{flex:1;min-width:200px;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px}.games-category-filter{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background:#fff;width:200px}.all-games-pattern-container{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:.3rem;margin-top:.5rem}.all-games-group-wrapper{grid-column:span 3 / span 3}.all-games-group{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.3rem;height:100%}.all-games-large .game-carousel-image,.all-games-large .game-carousel-placeholder{height:100%}.all-games-large .game-carousel-info{padding:16px}.all-games-large .game-carousel-info h3{font-size:16px}.all-games-vertical .game-carousel-image,.all-games-vertical .game-carousel-placeholder{height:100%}.all-games-vertical .game-carousel-info{padding:12px}.all-games-vertical .game-carousel-info h3{font-size:14px}.all-games-small .game-carousel-image,.all-games-small .game-carousel-placeholder{height:100%}.all-games-info{display:none!important;padding:12px;position:relative;z-index:1}.all-games-info h3{font-size:14px;font-weight:600;margin:0;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.game-carousel-badge{position:absolute;top:0;left:0;background:linear-gradient(191.1deg,#FF0A0A 51.45%,#990606 104.81%);color:#fff;padding:2px 5px;border-radius:0 4px 13px 0;font-size:11px;font-weight:700;z-index:1;text-transform:uppercase;font-style:italic;box-shadow:0 2px 10px #0006}.game-carousel-badge.new-game{background:#CFFF82;color:#000}.game-carousel-badge.trending{background:#366FFF;color:#fff}.game-description{font-size:13px;color:#6b7280;margin-top:8px;line-height:1.5}.games-loading,.games-empty{text-align:center;padding:64px;color:#6b7280;font-size:18px}.game-carousel-item{position:relative;background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;color:#111827;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.game-carousel-item:hover{box-shadow:0 8px 24px #0003}.game-carousel-item:hover .game-carousel-image,.game-carousel-item:hover .game-carousel-placeholder{transform:scale(1.1)}.game-carousel-item:hover .game-carousel-hover-overlay{opacity:1;visibility:visible}.game-carousel-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.game-carousel-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;font-size:48px;transition:transform .3s ease}.game-carousel-hover-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);display:flex;align-items:flex-end;justify-content:center;padding:16px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:2;border-radius:12px}.game-carousel-hover-title{color:#fff;font-size:14px;font-weight:700;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.5);transform:translateY(10px);transition:transform .3s ease;line-height:1.3;word-wrap:break-word;max-width:100%}.game-carousel-item:hover .game-carousel-hover-title{transform:translateY(0)}.game-carousel-info{padding:12px;display:none}.game-carousel-info h3{font-size:14px;font-weight:600;margin:0;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.games-page h1{padding:0 15px}.games-filters{flex-direction:column;padding:0 15px}.games-search,.games-category-filter{width:100%}.games-grid{grid-template-columns:repeat(3,1fr);gap:.3rem}.game-image,.game-placeholder{height:100%}.all-games-pattern-container{padding:0 16px;display:flex;flex-direction:column;gap:1rem}.all-games-group-wrapper{width:100%}.all-games-group{grid-template-columns:repeat(3,minmax(0,1fr));gap:.3rem;grid-template-rows:auto}.all-games-large .game-carousel-image,.all-games-large .game-carousel-placeholder{height:100%;min-height:200px}.all-games-vertical .game-carousel-image,.all-games-vertical .game-carousel-placeholder{height:100%;min-height:150px}.all-games-small .game-carousel-image,.all-games-small .game-carousel-placeholder{height:100%;min-height:100px}}.game-detail-page{width:100%;max-width:100%;padding:20px 0;background:#ffffff;overflow-x:hidden;box-sizing:border-box;min-width:0}.game-detail-loading{text-align:center;padding:64px;font-size:18px;color:#6b7280}.game-detail-error{text-align:center;padding:64px 20px;max-width:600px;margin:0 auto}.game-detail-error h1{font-size:32px;color:#111827;margin-bottom:16px}.game-detail-error p{font-size:16px;color:#374151;margin-bottom:12px}.game-detail-error code{background:#f3f4f6;padding:4px 8px;border-radius:4px;font-family:Courier New,monospace;font-size:14px;color:#111827}.game-detail-container{width:100%;margin:0 auto;gap:24px;min-width:0;box-sizing:border-box}.game-detail-main{display:flex;flex-direction:column;gap:24px}.game-player-section{width:100%;padding:10px;margin-bottom:24px;display:flex;align-items:stretch;justify-content:center;gap:20px;max-width:1920px;margin-left:auto;margin-right:auto;min-height:500px}.game-side-ad{flex-shrink:0;width:160px;background:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center}.ad-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#9ca3af;font-size:13px;font-weight:500;border:2px dashed #d1d5db;border-radius:6px;text-align:center;padding:10px;box-sizing:border-box}@media (max-width: 1279px){.game-side-ad{display:none;visibility:hidden}.game-player-section{gap:0;min-height:auto}.game-player-wrapper{min-height:400px}}.game-player-wrapper{position:relative;flex:1;max-width:1200px;width:100%;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;min-height:500px;max-height:600px;box-shadow:0 4px 10px #0000001a;display:flex;align-items:center;justify-content:center}.game-player-section:fullscreen,.game-player-section:-webkit-full-screen,.game-player-section:-moz-full-screen,.game-player-section:-ms-fullscreen{width:100vw!important;height:100vh!important;margin:0!important;padding:0!important;border-radius:0!important;background:#000!important;display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;z-index:9999;gap:0!important}.game-player-section:fullscreen .game-side-ad,.game-player-section:-webkit-full-screen .game-side-ad,.game-player-section:-moz-full-screen .game-side-ad,.game-player-section:-ms-fullscreen .game-side-ad{display:none!important}.game-player-section:fullscreen .game-player-wrapper,.game-player-section:-webkit-full-screen .game-player-wrapper,.game-player-section:-moz-full-screen .game-player-wrapper,.game-player-section:-ms-fullscreen .game-player-wrapper{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;aspect-ratio:unset!important;border-radius:0!important;min-height:unset!important;max-height:unset!important}.game-player-section:fullscreen .game-blurred-background,.game-player-section:-webkit-full-screen .game-blurred-background,.game-player-section:-moz-full-screen .game-blurred-background,.game-player-section:-ms-fullscreen .game-blurred-background{width:100%!important;height:100%!important}.game-player-section:fullscreen .game-logo-overlay,.game-player-section:-webkit-full-screen .game-logo-overlay,.game-player-section:-moz-full-screen .game-logo-overlay,.game-player-section:-ms-fullscreen .game-logo-overlay{width:100%;height:100%}.game-player-section:fullscreen .game-logo,.game-player-section:-webkit-full-screen .game-logo,.game-player-section:-moz-full-screen .game-logo,.game-player-section:-ms-fullscreen .game-logo{max-width:500px;max-height:250px}.game-player-wrapper:fullscreen,.game-player-wrapper:-webkit-full-screen,.game-player-wrapper:-moz-full-screen,.game-player-wrapper:-ms-fullscreen{width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important;aspect-ratio:unset!important;border-radius:0!important;min-height:unset!important;background:#000!important;position:fixed;top:0;left:0;z-index:9999}.game-player-wrapper:fullscreen .game-blurred-background,.game-player-wrapper:-webkit-full-screen .game-blurred-background,.game-player-wrapper:-moz-full-screen .game-blurred-background,.game-player-wrapper:-ms-fullscreen .game-blurred-background{width:100%!important;height:100%!important}.game-player-wrapper:fullscreen .game-logo-overlay,.game-player-wrapper:-webkit-full-screen .game-logo-overlay,.game-player-wrapper:-moz-full-screen .game-logo-overlay,.game-player-wrapper:-ms-fullscreen .game-logo-overlay{width:100%;height:100%}.game-player-wrapper:fullscreen .game-logo,.game-player-wrapper:-webkit-full-screen .game-logo,.game-player-wrapper:-moz-full-screen .game-logo,.game-player-wrapper:-ms-fullscreen .game-logo{max-width:500px;max-height:250px}.game-player-wrapper:fullscreen .game-engagement-bar,.game-player-wrapper:-webkit-full-screen .game-engagement-bar,.game-player-wrapper:-moz-full-screen .game-engagement-bar,.game-player-wrapper:-ms-fullscreen .game-engagement-bar{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.game-player-section:fullscreen .game-engagement-bar,.game-player-section:-webkit-full-screen .game-engagement-bar,.game-player-section:-moz-full-screen .game-engagement-bar,.game-player-section:-ms-fullscreen .game-engagement-bar{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.game-player-wrapper:fullscreen .game-action-buttons,.game-player-wrapper:-webkit-full-screen .game-action-buttons,.game-player-wrapper:-moz-full-screen .game-action-buttons,.game-player-wrapper:-ms-fullscreen .game-action-buttons{display:none!important;opacity:0!important;visibility:hidden!important}.game-player-section:fullscreen .game-action-buttons,.game-player-section:-webkit-full-screen .game-action-buttons,.game-player-section:-moz-full-screen .game-action-buttons,.game-player-section:-ms-fullscreen .game-action-buttons{display:none!important;opacity:0!important;visibility:hidden!important}.game-blurred-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(20px) brightness(.4);transform:scale(1.1);z-index:1}.game-logo-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;pointer-events:none;display:flex;align-items:center;justify-content:center}.game-logo{max-width:300px;max-height:150px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.5));border-radius:10px}.game-action-buttons{position:absolute;bottom:140px;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:12px;align-items:center}.game-play-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#366FFF;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #1a73e866;white-space:nowrap}.game-play-icon{width:20px;height:20px;object-fit:contain}.game-play-btn:hover{background:#1557b0;transform:translateY(-2px);box-shadow:0 6px 16px #1a73e880}.game-close-preview-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#0ea5e9;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #0ea5e966;white-space:nowrap}.game-close-preview-btn:hover{background:#0284c7;transform:translateY(-2px);box-shadow:0 6px 16px #0ea5e980}.game-engagement-bar{position:absolute;bottom:0;left:0;right:0;width:100%;background:#ffffff;padding:12px 16px;display:flex;justify-content:center;align-items:center;z-index:10;border-top:1px solid rgba(0,0,0,.05);pointer-events:auto}.engagement-left,.engagement-right{display:flex;gap:8px;align-items:center;pointer-events:auto}.engagement-item{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#366FFF0F;border-radius:8px;font-size:14px;font-weight:600;color:#111827;border:none;cursor:pointer;transition:all .2s;pointer-events:auto;-webkit-user-select:none;user-select:none}.engagement-item.heart{background:#FD20200F}.engagement-icon{width:20px;height:20px;object-fit:contain;flex-shrink:0}.engagement-item:hover{background:rgba(0,0,0,.05);transform:translateY(-2px)}.engagement-item:active{transform:translateY(0)}.engagement-item:focus{outline:2px solid rgba(59,130,246,.5);outline-offset:2px}.engagement-fullscreen{padding:8px 12px}.game-close-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(0,0,0,.7);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.game-close-btn:hover{background:rgba(0,0,0,.9)}.game-iframe-container{position:absolute;top:0;left:0;width:100%;height:calc(100% - 60px);background:#000;display:flex;flex-direction:column;z-index:5}.game-iframe-container:fullscreen,.game-iframe-container:-webkit-full-screen,.game-iframe-container:-moz-full-screen,.game-iframe-container:-ms-fullscreen{width:100vw;height:100vh;aspect-ratio:unset;background:#000}.game-iframe-container:fullscreen .game-iframe-active,.game-iframe-container:-webkit-full-screen .game-iframe-active,.game-iframe-container:-moz-full-screen .game-iframe-active,.game-iframe-container:-ms-fullscreen .game-iframe-active{width:100%;height:100%}.game-iframe-header{position:absolute;top:0;right:0;background:rgba(0,0,0,.7);z-index:10;display:flex;justify-content:flex-end;width:100px}.game-iframe-active{width:100%;height:100%;min-height:400px;border:none;flex:1}.game-info-video-wrapper{display:flex;flex-direction:column;gap:24px}.game-info-section{display:flex;flex-direction:column;gap:24px;flex:1}.game-title{font-size:36px;font-weight:700;color:#111827;margin:0}.game-details-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:10px;border-radius:12px}.game-detail-item{display:flex;flex-direction:row;gap:4px}.detail-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;width:115px}.detail-value{font-size:14px;font-weight:500;color:#111827}.detail-link{color:#1a73e8;text-decoration:none;transition:color .2s}.detail-link:hover{color:#1557b0;text-decoration:underline}.game-description{font-size:16px;line-height:1.9;color:#374151;white-space:pre-line;word-wrap:break-word;overflow-wrap:break-word}.game-description p{margin:0 0 16px;line-height:1.9}.game-description p:last-child{margin-bottom:0}.game-description br{display:block;content:"";line-height:2}.game-description h1,.game-description h2,.game-description h3,.game-description h4,.game-description h5,.game-description h6{color:#111827;font-weight:700;margin:24px 0 12px;line-height:1.3}.game-description h1{font-size:28px}.game-description h2{font-size:24px}.game-description h3{font-size:20px}.game-description h4{font-size:18px}.game-description h5{font-size:16px}.game-description h6{font-size:14px}.game-description ul,.game-description ol{margin:12px 0;padding-left:24px}.game-description li{margin:8px 0;color:#374151}.game-description a{color:#3b82f6;text-decoration:underline}.game-description a:hover{color:#2563eb}.game-description strong,.game-description b{font-weight:700;color:#111827;font-size:18px;line-height:1.6}.game-description em,.game-description i{font-style:italic}.game-description br+strong,.game-description br+b{display:inline-block;margin-top:16px}.game-description code{background-color:#f3f4f6;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:14px;color:#dc2626}.game-description pre{background-color:#f3f4f6;padding:12px;border-radius:8px;overflow-x:auto;margin:12px 0}.game-description pre code{background:none;padding:0;color:#111827}.game-description blockquote{border-left:4px solid #3b82f6;padding-left:16px;margin:16px 0;color:#6b7280;font-style:italic}.game-description hr{border:none;border-top:1px solid #e5e7eb;margin:20px 0}.game-description img{max-width:100%;height:auto;border-radius:8px;margin:12px 0}.game-section{margin-top:8px}.game-section-title{font-size:24px;font-weight:700;color:#111827;margin:0 0 12px}.game-section-content{font-size:16px;line-height:1.6;color:#374151}.game-section-content p{margin:0 0 12px}.game-section-content p:last-child{margin-bottom:0}.game-video-section{width:100%;flex-shrink:0}.game-video-container{width:100%;max-width:100%;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;background:#e5e7eb;margin-bottom:20px;box-sizing:border-box}.game-video-iframe{width:100%;height:100%;max-width:100%;border:none;border-radius:12px;display:block}.game-video-placeholder{width:100%;aspect-ratio:16 / 9;background:#f9fafb;border:2px dashed #d1d5db;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#6b7280;font-size:16px;font-weight:500;margin-bottom:20px;position:relative}.game-video-placeholder:before{content:"▶";font-size:48px;color:#9ca3af;opacity:.6;display:block}.game-video-placeholder span{display:block;color:#6b7280;font-size:16px;font-weight:500}.video-placeholder-content{font-size:18px;font-weight:600;color:#6b7280}.game-detail-carousel{margin-top:32px}@media (max-width: 768px){.game-detail-carousel-desktop{display:none!important}}.game-detail-new-games-grid-mobile{display:none;margin-top:32px}@media (max-width: 768px){.game-detail-new-games-grid-mobile{display:block;padding:14px}.game-detail-new-games-mobile-header{margin-bottom:12px}.game-detail-new-games-mobile-title{display:flex;align-items:center;gap:8px}.game-detail-new-games-mobile-icon{width:20px;height:20px;object-fit:contain}.game-detail-new-games-mobile-title h2{font-size:18px;font-weight:600;color:#111827;margin:0}.game-detail-new-games-mobile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:16px}.game-detail-new-games-mobile-card{position:relative;display:block;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 2px 8px #0000001a;text-decoration:none;aspect-ratio:16/11}.game-detail-new-games-mobile-card-img{width:100%;height:100%;object-fit:cover;display:block}.game-detail-new-games-mobile-badge{position:absolute;top:8px;left:8px;background:#22c55e;color:#fff;font-size:11px;font-weight:600;padding:4px 8px;border-radius:6px;z-index:1}.game-detail-new-games-mobile-see-all-btn{display:block;width:50%;padding:10px 20px;font-size:16px;font-weight:600;color:#fff;text-align:center;text-decoration:none;background:#4263f3;border-radius:10px;border:none;transition:background .2s ease;margin:auto}.game-detail-new-games-mobile-see-all-btn:hover{background:#3558e6;color:#fff;text-decoration:none}}.game-detail-sidebar{display:flex;flex-direction:column;gap:20px;margin:30px 0}.sidebar-ad{width:100%;position:sticky;top:84px}.ad-placeholder{width:100%;min-height:600px;background:#f3f4f6;border:2px dashed #d1d5db;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:14px;font-weight:500}@media (min-width: 1025px){.game-detail-container{gap:24px}.game-info-video-wrapper{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);gap:24px;align-items:center;min-width:0}.game-video-section{position:sticky;top:84px;min-width:0;max-width:100%;width:100%;box-sizing:border-box}.game-info-section{min-width:0;overflow-wrap:break-word}.game-video-container{min-width:0;max-width:100%}}@media (min-width: 769px) and (max-width: 1024px){.game-detail-container{padding:0 16px}.game-side-ad{display:none;visibility:hidden}.game-player-section{padding:10px 20px;min-height:auto}.game-player-wrapper{min-height:400px;max-height:550px}.game-info-video-wrapper{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,350px);gap:20px;min-width:0}.game-video-section{position:static;min-width:0;max-width:100%}.game-info-section{min-width:0}}@media (min-width: 1025px) and (max-width: 1400px){.game-side-ad{width:120px;visibility:hidden}.game-player-section,.game-player-wrapper{min-height:450px}.game-info-video-wrapper{grid-template-columns:minmax(0,1fr) minmax(300px,400px)}}@media (min-width: 1401px){.game-player-section,.game-player-wrapper{min-height:550px}.game-side-ad{width:160px;visibility:hidden}.game-info-video-wrapper{grid-template-columns:minmax(0,1fr) 400px}}@media (max-width: 768px){.game-detail-container{padding:0}.game-side-ad{display:none;visibility:hidden}.game-player-section{padding:15px;min-height:auto;margin-bottom:16px}.game-player-wrapper{min-height:450px;max-height:450px}.game-info-video-wrapper{display:flex;flex-direction:column;gap:24px}.game-detail-sidebar{display:flex;flex-direction:column;gap:20px;margin:30px 10px 10px}.game-video-section{position:static;order:0;width:100%}.game-video-container{width:100%;max-width:100%}.sidebar-ad{position:static}.game-details-grid{grid-template-columns:1fr}.game-logo{max-width:220px;max-height:130px;border-radius:12px}.game-logo-overlay{top:40%}.game-detail-page,.game-detail-container{padding:0}.game-title{font-size:28px}.game-section-title{font-size:20px}.game-engagement-bar{justify-content:center}.engagement-left{display:none}.game-action-buttons{bottom:100px;flex-direction:row;width:calc(100% - 150px);gap:8px}.game-play-btn,.game-close-preview-btn{width:100%;justify-content:center;padding:12px 24px;font-size:15px}.game-engagement{bottom:12px;flex-wrap:wrap;justify-content:center;gap:6px;width:calc(100% - 32px)}.engagement-item{font-size:12px;padding:6px 10px;gap:4px}.engagement-item svg{width:16px;height:16px}.engagement-item span{font-size:12px}.game-info-section{padding:16px}.game-description{font-size:14px;line-height:1.8}.game-description h1{font-size:20px}.game-description h2{font-size:18px}.game-description h3{font-size:16px}.game-description h4{font-size:15px}.game-description h5,.game-description h6{font-size:14px}.game-description p{font-size:14px;line-height:1.8}.game-description strong,.game-description b{font-size:16px}.game-description ul,.game-description ol{padding-left:20px}.game-description li{font-size:14px;margin:6px 0}}@media (max-width: 480px){.game-info-section{padding:16px}.game-player-wrapper{min-height:380px;max-height:380px}.game-logo-overlay{top:35%}.game-detail-page{padding:0}.game-logo{max-width:180px;max-height:130px;border-radius:20px}.game-action-buttons{bottom:90px;width:calc(100% - 140px)}.game-engagement{gap:4px}.engagement-item{padding:5px 8px;font-size:11px}.engagement-item svg{width:14px;height:14px}}@media (max-width: 768px){.categories-page{padding:10px}}.categories-page h1{font-size:32px;font-weight:700;margin-bottom:32px;color:#111827}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:24px}.category-card{width:120px;border-radius:20px;padding:55px 15px;text-align:center;text-decoration:none;color:#111827;background:#ffffff;box-shadow:0 2px 8px #00000014;border:1px solid var(--border-color, #9333ea);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;align-items:center;gap:12px;flex-shrink:0;position:relative;overflow:hidden}.category-card:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:40%;height:3px;background:var(--border-color, #9333ea);border-radius:0 0 3px 3px}.category-card:hover{box-shadow:0 4px 16px #0000001f}.category-card:hover .category-icon{transform:scale(1.1)}.category-icon{width:55px;height:55px;object-fit:contain;flex-shrink:0;transition:transform .3s ease;filter:drop-shadow(0 10px 15px var(--shadow-color, rgba(147, 51, 234, .3)))}.category-icon-placeholder{width:55px;height:55px;display:flex;align-items:center;justify-content:center;font-size:32px;flex-shrink:0;filter:drop-shadow(0 10px 15px var(--shadow-color, rgba(147, 51, 234, .3)))}.category-card h3{font-size:16px;font-weight:600;margin:0;color:#111827}.categories-loading,.categories-empty{text-align:center;padding:64px;color:#6b7280;font-size:18px}@media (max-width: 768px){.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.category-card{width:100%!important;gap:30px}.category-icon,.category-icon-placeholder{margin-top:10px}}.category-detail-page{min-height:60vh}.category-detail-page .container{margin:0 auto}.category-breadcrumb-container{margin-top:32px}.category-breadcrumb{margin-bottom:16px;font-size:14px;display:flex;align-items:center;gap:8px}.breadcrumb-link{color:#1a73e8;text-decoration:none;font-weight:500;font-size:16px;transition:color .2s}.breadcrumb-link:hover{color:#1557b0;text-decoration:underline}.breadcrumb-separator-icon{width:12px;height:12px;object-fit:contain;display:inline-block;vertical-align:middle;margin:0 4px}.breadcrumb-current{color:#1a73e8;font-weight:500}.category-back-link{display:inline-flex;align-items:center;gap:8px;color:#1a73e8;text-decoration:none;font-size:14px;font-weight:500;margin-bottom:20px;transition:color .2s}.category-back-link:hover{color:#1557b0;text-decoration:underline}.category-info{display:flex;align-items:center;gap:20px}.category-header-icon{width:34px;height:34px;object-fit:contain;border-radius:12px}.category-info h1{font-size:32px;font-weight:700;color:#111827;margin:0 0 8px}.category-description{margin-top:10px;padding:24px;background:#ffffff;border:1px solid #e5e7eb;border-radius:8px;font-size:16px;color:#374151;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.category-description>*:first-child{margin-top:0}.category-description>*:last-child{margin-bottom:0}.category-description h1,.category-description h2,.category-description h3,.category-description h4,.category-description h5,.category-description h6{color:#111827;font-weight:700;margin-top:24px;margin-bottom:12px;line-height:1.3}.category-description h1{font-size:28px}.category-description h2{font-size:24px}.category-description h3{font-size:20px}.category-description h4{font-size:18px}.category-description h5{font-size:16px}.category-description h6{font-size:14px}.category-description p{margin-bottom:16px;color:#374151;line-height:1.6}.category-description p:first-of-type{margin-top:0}.category-description p:last-of-type{margin-bottom:0}.category-description ul,.category-description ol{margin:16px 0;padding-left:24px;color:#374151}.category-description li{margin-bottom:8px;line-height:1.6}.category-description ul{list-style-type:disc}.category-description ol{list-style-type:decimal}.category-description a{color:#1a73e8;text-decoration:none;transition:color .2s}.category-description a:hover{color:#1557b0;text-decoration:underline}.category-description strong,.category-description b{font-weight:700;color:#111827}.category-description em,.category-description i{font-style:italic}.category-description u{text-decoration:underline}.category-description s,.category-description strike{text-decoration:line-through}.category-description blockquote{margin:16px 0;padding:12px 20px;border-left:4px solid #1a73e8;background:#f9fafb;color:#374151;font-style:italic}.category-description code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:14px;color:#111827}.category-description pre{background:#f3f4f6;padding:16px;border-radius:8px;overflow-x:auto;margin:16px 0}.category-description pre code{background:none;padding:0}.category-description hr{border:none;border-top:1px solid #e5e7eb;margin:24px 0}.category-description img{max-width:100%;height:auto;border-radius:8px;margin:16px 0}.category-description div{margin-bottom:16px}.category-description span{display:inline}.games-count{margin-bottom:20px}.games-count p{font-size:14px;color:#6b7280;margin:0}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.3rem;padding:12px;overflow:visible}.game-card{background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;color:#111827;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease,z-index .3s ease;cursor:pointer;position:relative;z-index:1}.game-card:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 8px 24px #0003;z-index:10}.game-card:hover .game-image,.game-card:hover .game-placeholder{transform:scale(1.1)}.game-card:hover .game-hover-overlay{opacity:1;visibility:visible}.game-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.game-placeholder{width:100%;height:200px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;font-size:48px;transition:transform .3s ease}.game-hover-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);display:flex;align-items:flex-end;justify-content:center;padding:16px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:2;border-radius:12px}.game-hover-title{color:#fff;font-size:16px;font-weight:700;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.5);transform:translateY(10px);transition:transform .3s ease;line-height:1.3;word-wrap:break-word;max-width:100%}.game-card:hover .game-hover-title{transform:translateY(0)}.game-info{padding:12px;position:relative;z-index:1;display:none}.game-info h3{font-size:14px;font-weight:600;margin:0;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-loading,.games-loading{text-align:center;padding:64px;color:#6b7280;font-size:18px}.category-not-found,.games-empty{text-align:center;padding:64px;color:#6b7280}.category-not-found h1{font-size:32px;color:#111827;margin-bottom:16px}.category-not-found p{font-size:16px;margin-bottom:24px}.btn-back,.btn-browse{display:inline-block;padding:12px 24px;background:#1a73e8;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:background .2s;margin-top:10px}.btn-back:hover,.btn-browse:hover{background:#1557b0}@media (max-width: 768px){.category-detail-page{padding:16px 0}.category-detail-page .container{padding:0 16px}.category-info{gap:16px}.category-header-icon{width:30px;height:30px}.category-info h1{font-size:24px}.category-breadcrumb{font-size:13px;margin-bottom:12px}.games-grid{grid-template-columns:repeat(3,1fr);gap:.3rem}.game-image,.game-placeholder{height:100%}.category-description{margin-top:32px;padding:16px;font-size:14px}.category-description h1{font-size:22px;margin-top:20px;margin-bottom:10px}.category-description h2{font-size:20px;margin-top:18px;margin-bottom:10px}.category-description h3{font-size:18px;margin-top:16px;margin-bottom:8px}.category-description h4{font-size:16px;margin-top:14px;margin-bottom:8px}.category-description p{margin-bottom:12px}.category-description ul,.category-description ol{margin:12px 0;padding-left:20px}}@media (min-width: 1024px){.games-grid{grid-template-columns:repeat(6,1fr)}}.faqs-page h1{font-size:32px;font-weight:700;margin-bottom:32px;color:#111827}.faqs-loading,.faqs-empty{text-align:center;padding:64px;color:#6b7280;font-size:18px}.faqs-list{margin:15px}.faq-item{background:#fff;margin-bottom:16px;overflow:hidden}.faq-question{width:100%;padding:15px;background:none;border:none;text-align:left;font-size:16px;font-weight:600;color:#111827;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s}.faq-question:hover{background:#f9fafb}.faq-toggle{display:flex;align-items:center;justify-content:center;color:#111827;transition:transform .3s ease;flex-shrink:0;margin-left:16px}.faq-toggle svg{width:20px;height:20px}.faq-toggle-closed{transform:rotate(0)}.faq-toggle-open{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;padding:3px 15px;color:#374151;line-height:1.6;transition:max-height .3s ease,padding .3s ease,opacity .3s ease;opacity:0}.faq-answer-open{max-height:500px;padding:3px 15px;opacity:1}.faq-answer-closed{max-height:0;padding:3px 15px;opacity:0}.faq-answer p{margin:0}.cms-page-loading{text-align:center;padding:20px;font-size:18px;color:#6b7280}.cms-page-content{background:#fff}.cms-page-content h1{font-size:32px;font-weight:700;margin-bottom:24px;color:#111827}.page-title{text-transform:capitalize}.cms-page-body{line-height:1.8;color:#374151;margin-top:20px;padding:0 20px}.cms-page-body h2{font-size:24px;font-weight:600;margin-top:32px;margin-bottom:4px;color:#111827}.cms-page-body h3{font-size:20px;font-weight:600;margin-top:24px;margin-bottom:4px;color:#111827}.cms-page-body p{margin-bottom:4px}.cms-page-body ul,.cms-page-body ol{margin-bottom:4px;padding-left:24px}.cms-page-body li{margin-bottom:8px}.cms-page-body a{color:var(--primary-color, #1a73e8);text-decoration:none}.cms-page-body a:hover{text-decoration:underline}@media (max-width: 768px){.cms-page-content{padding:24px}}.contact-page{padding:48px 0;background:#ffffff}.contact-container{max-width:600px;margin:0 auto;padding:20px;box-shadow:0 4px 23px #0000000f;border-radius:10px}.contact-header{margin-bottom:32px}.contact-header h1{font-size:36px;font-weight:700;color:#111827;margin:0 0 12px}.contact-subtitle{font-size:16px;color:#6b7280;margin:0;line-height:1.5}.contact-success,.contact-error{padding:12px 16px;border-radius:8px;margin-bottom:24px}.contact-success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.contact-error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.contact-success p,.contact-error p{margin:0;font-size:14px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:14px;font-weight:500;color:#374151}.required{color:#ef4444;margin-left:4px}.form-select,.form-input,.form-textarea{width:100%;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:16px;font-family:inherit;background:#f9fafb;color:#111827;transition:all .2s;box-sizing:border-box}.form-select{width:200px!important;transition:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cpolyline points='8 12 16 20 24 12' fill='none' stroke='%231A1B2B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:20px;padding-right:40px;cursor:pointer}.form-select:focus,.form-input:focus,.form-textarea:focus{outline:none;border-color:#1a73e8;background:#ffffff;box-shadow:0 0 0 3px #1a73e81a}.form-select:hover,.form-input:hover,.form-textarea:hover{border-color:#d1d5db;background:#ffffff}.form-textarea{resize:vertical;min-height:120px;font-family:inherit}.contact-submit-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;background:#1a73e8;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:8px}.contact-submit-btn:hover:not(:disabled){background:#1557b0;transform:translateY(-1px);box-shadow:0 4px 12px #1a73e84d}.contact-submit-btn:active:not(:disabled){transform:translateY(0)}.contact-submit-btn:disabled{opacity:.6;cursor:not-allowed}.contact-submit-btn svg{width:20px;height:20px}@media (max-width: 768px){.contact-page{padding:0}.contact-header h1{font-size:28px}.contact-subtitle{font-size:14px}.contact-container{padding:16px;margin:10px}.form-select,.form-input,.form-textarea{font-size:16px}}.not-found-page{min-height:100vh;background-color:#171f39;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:24px 16px}.not-found-leaves{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;color:#0b6060}.not-found-leaf{position:absolute;width:clamp(80px,18vw,160px);height:auto;aspect-ratio:120/200}.not-found-leaf-1{top:5%;left:2%;transform:rotate(-30deg)}.not-found-leaf-2{top:15%;right:5%;transform:rotate(45deg) scaleX(-1)}.not-found-leaf-3{bottom:20%;left:3%;transform:rotate(20deg) scaleX(-1)}.not-found-leaf-4{bottom:10%;right:8%;transform:rotate(-40deg)}.not-found-leaf-5{top:40%;right:0;transform:rotate(15deg);opacity:.6}.not-found-content{position:relative;z-index:1;text-align:center;max-width:700px}.not-found-heading{font-size:clamp(2rem,6vw,2.5rem);font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.02em;line-height:1}.not-found-illustration{margin:16px 0}.not-found-illustration-img{width:100%;height:auto;display:block;margin:0 auto}.not-found-subheading{font-size:clamp(1rem,3vw,1.35rem);font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin:0 0 28px}.not-found-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 35px;font-size:1rem;font-weight:600;color:#fff;text-decoration:none;background:#2563EB;border:none;border-radius:50px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.not-found-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #4263f366}.not-found-btn:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.not-found-btn-icon{width:20px;height:20px;flex-shrink:0}@media (max-width: 768px){.not-found-page{padding:20px 12px}.not-found-illustration-img{max-width:280px}.not-found-btn{padding:12px 24px;font-size:.95rem}}.tenant-not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:2rem}.tenant-not-found-container{max-width:600px;width:100%}.tenant-not-found-content{background:white;border-radius:16px;padding:3rem 2rem;text-align:center;box-shadow:0 20px 60px #0000004d}.tenant-not-found-icon{color:#ef4444;margin-bottom:1.5rem;display:flex;justify-content:center}.tenant-not-found-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.tenant-not-found-message{font-size:1.125rem;color:#6b7280;margin-bottom:.5rem;line-height:1.6}.tenant-not-found-submessage{font-size:.875rem;color:#9ca3af;margin-top:1rem;line-height:1.5}@media (max-width: 640px){.tenant-not-found-content{padding:2rem 1.5rem}.tenant-not-found-title{font-size:1.5rem}.tenant-not-found-message{font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}html,body{width:100%;max-width:100%;overflow-x:hidden}:root{--primary-color: #1a73e8;--secondary-color: #10b981;--theme-color: #1a73e8}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f9fafb;color:#111827;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}button{font-family:inherit}
