.GameFaqTitle h2{margin:0 !important;padding:0 0 1rem 0 !important;font-size:1.25rem;font-weight:700}.GameFaqWrapper{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem}.GameFaqWrapper .GameFaqItem{display:block;border:1px solid #e2e2e2;border-radius:12px;background:#fff;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.GameFaqWrapper .GameFaqItem:hover{border-color:#d0d0d0}.GameFaqWrapper .GameFaqItem.Active{border-color:#0012ff}.GameFaqWrapper .GameFaqItem .GameFaqHeading{margin:0 !important;padding:0 !important}.GameFaqWrapper .GameFaqItem .GameFaqQuestion{display:flex !important;width:100% !important;align-items:center !important;justify-content:space-between !important;gap:1rem !important;padding:1rem 1.25rem !important;background:rgba(0,0,0,0) !important;border:0 !important;cursor:pointer !important;text-align:left !important;font-size:16px !important;font-weight:600 !important;color:#000 !important;line-height:1.4 !important}.GameFaqWrapper .GameFaqItem .GameFaqQuestion:focus{outline:none}.GameFaqWrapper .GameFaqItem .GameFaqQuestion .GameFaqIcon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#666;transition:transform .25s ease}.GameFaqWrapper .GameFaqItem.Active .GameFaqQuestion .GameFaqIcon{transform:rotate(180deg);color:#0012ff}.GameFaqWrapper .GameFaqItem .GameFaqAnswer{max-height:0;overflow:hidden;transition:max-height .3s ease}.GameFaqWrapper .GameFaqItem .GameFaqAnswer .GameFaqAnswerInner{padding:0 1.25rem 1.1rem 1.25rem;font-size:14px;color:#444;line-height:1.55}.GameFaqWrapper .GameFaqItem .GameFaqAnswer .GameFaqAnswerInner p{margin:0 0 .75rem 0}.GameFaqWrapper .GameFaqItem .GameFaqAnswer .GameFaqAnswerInner p:last-child{margin-bottom:0}.GameFaqWrapper .GameFaqItem .GameFaqAnswer .GameFaqAnswerInner a{color:#0012ff;text-decoration:underline}.BaseOrLine{display:flex;width:100%;align-items:center}.BaseOrLine span:nth-child(2){font-weight:600;padding:0 1rem}.BaseOrLine span:nth-child(1),.BaseOrLine span:nth-child(3){display:flex;flex:1;height:1px;max-height:1px;background:#eee}.ReviewsItems{padding-top:2rem;display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1rem}.ReviewsItems .ReviewItem{border-radius:15px;width:100%;display:flex;flex-direction:column;background:#f2f2f1;padding:1.5rem;gap:.2rem}.ReviewsItems .ReviewItem .Stars{padding-top:.2rem}.ReviewsItems .ReviewItem .TitleBar{display:flex;align-items:center;justify-content:space-between}.ReviewsItems .ReviewItem .TitleBar span{color:#666;font-size:11px}.ReviewsItems .ReviewItem .PlayedTime{color:#666;font-size:11px}.ReviewsItems .ReviewItem .Comment{padding-top:.6rem;word-break:break-all;font-size:20px;font-weight:300}.ReviewsItems .ReviewItem .Name{font-weight:600}.GamePagination{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;padding-top:2rem}.GamePagination .PageItem{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .6rem;border-radius:8px;background:#f2f2f1;color:#000;text-decoration:none;transition:all .2s ease-in-out;font-weight:600;font-size:14px}.GamePagination .PageItem:hover{background:#ebebea}.GamePagination .PageItem.Active{background:#0012ff;color:#fff}.GamePagination .PageItem.Nav{font-size:18px}.GamePagination .PageDots{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:40px;color:#666}.GameReviewsEmpty{padding:2rem 0;color:#666}.GameCreatorsPage{display:flex;flex-direction:column;gap:1.5rem}.GameCreatorsPage .CreatorGrid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.25rem}.GameCreatorsPage .CreatorGrid .CreatorCard{display:flex;flex-direction:column;padding:.85rem .85rem 1.1rem;border:1px solid #ececec;border-radius:22px;background:#fff}.GameCreatorsPage .CreatorGrid .CreatorCard .CreatorCardPhoto{width:100%;aspect-ratio:4/5;border-radius:16px;overflow:hidden;background:#eef1f2}.GameCreatorsPage .CreatorGrid .CreatorCard .CreatorCardPhoto img{width:100%;height:100%;object-fit:cover;display:block}.GameCreatorsPage .CreatorGrid .CreatorCard .CreatorCardBody{display:flex;flex-direction:column;flex:1;padding:.95rem .45rem .2rem}.GameCreatorsPage .CreatorGrid .CreatorCard .CreatorCardName{display:flex;align-items:center;gap:.4rem;color:#111;font-weight:700;font-size:19px}.GameCreatorsPage .CreatorGrid .CreatorCard .CreatorCardName .__name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.GameCreatorsPage .CreatorGrid .CreatorCard .CreatorCardName .CreatorVerified{flex-shrink:0;color:#22c55e}.GameCreatorsPage .CreatorGrid .CreatorCard .CreatorCardBio{margin-top:.45rem;color:#6b7280;line-height:1.45;font-size:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.9em}.GameCreatorsPage .CreatorGrid .CreatorCard .CreatorCardLinks{display:flex;align-items:center;gap:.5rem;margin-top:1rem}.GameCreatorsPage .CreatorGrid .CreatorCard .CreatorCardLinks .CreatorIcon{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:opacity .15s ease}.GameCreatorsPage .CreatorGrid .CreatorCard .CreatorCardLinks .CreatorIcon:hover{opacity:.8}.GameCreatorsPage .CreatorGrid .CreatorCard .CreatorCardLinks .CreatorIcon img{width:30px;height:30px;object-fit:contain;display:block}.GameCreatorsPage .CreatorGrid .CreatorCard .CreatorCardLinks .CreatorLink:hover{color:#fff}.GameCreatorsPage .CreatorGrid .CreatorCard .CreatorCardLinks .CreatorLink{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#f2f2f1;color:#444;text-decoration:none;transition:all .15s ease}.GameCreatorsPage .CreatorGrid .CreatorCard .CreatorCardLinks .CreatorLink svg{width:20px;height:20px}.GameCreatorsPage .CreatorGrid .CreatorCard .CreatorCardLinks .CreatorLink strong{line-height:1;font-size:18px;font-weight:800}.GameCreatorsPage .CreatorGrid .CreatorCard .CreatorCardLinks .CreatorLink.YouTube:hover{background:red}.GameCreatorsPage .CreatorGrid .CreatorCard .CreatorCardLinks .CreatorLink.Twitch:hover{background:#9146ff}.GameCreatorsPage .CreatorGrid .CreatorCard .CreatorCardLinks .CreatorLink.Kick:hover{background:#00e701;color:#000}.GameEvents{display:flex;flex-direction:column;gap:1.5rem}.GameEvents .EventList{display:flex;flex-direction:column}.GameEvents .EventRow{display:flex;align-items:center;gap:1.5rem;padding:1.25rem .25rem;border-bottom:1px solid #ececec;color:inherit;text-decoration:none}.GameEvents .EventRow:last-child{border-bottom:0}.GameEvents a.EventRow:hover .EventName{color:#1b54d6}.GameEvents .EventDate{flex-shrink:0;width:58px;border:1px solid #e2e2e2;border-radius:8px;overflow:hidden;text-align:center;background:#fff}.GameEvents .EventDate .__mon{display:block;background:#d500f9;color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;padding:3px 0}.GameEvents .EventDate .__day{display:block;font-size:32px;font-weight:800;color:#000;line-height:1.25}.GameEvents .EventDate .__tba{display:block;padding:.6rem 0;font-size:16px;font-weight:800;color:#bbb}.GameEvents .EventMain{flex:1;min-width:0}.GameEvents .EventName{font-size:18px;font-weight:700;color:#1d1d1f;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.55rem}.GameEvents .EventTags{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .5rem}.GameEvents .EventTag{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;height:24px;padding:0 .6rem;border-radius:100px;font-size:11px;font-weight:600;background:#f2f2f1;color:#555}.GameEvents .EventTag .fi{border-radius:2px;line-height:1}.GameEvents .EventStatus{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 .6rem;border-radius:100px;font-size:11px;font-weight:700;background:#f2f2f1;color:#555}.GameEvents .EventStatus--upcoming{background:#e7efff;color:#1b54d6}.GameEvents .EventStatus--ongoing{background:#e6f9ec;color:#128a3e}.GameEvents .EventStatus--completed{background:#f2f2f1;color:#666}.GameEvents .EventStatus--cancelled{background:#fdecec;color:#c0392b}.GameEvents .EventTier{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 .6rem;border-radius:100px;font-size:11px;font-weight:700;color:#8a6d00;background:#fff5d6}.GameEvents .EventStats{display:flex;gap:1.75rem;flex-shrink:0}.GameEvents .EventStats .EventStat{display:flex;flex-direction:column;align-items:flex-end}.GameEvents .EventStats .EventStat .__label{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#999}.GameEvents .EventStats .EventStat .__val{font-size:16px;font-weight:700;color:#1d1d1f}@media(max-width: 640px){.GameEvents .EventRow{flex-wrap:wrap}.GameEvents .EventStats{width:100%;justify-content:flex-start;gap:2rem;margin-left:calc(58px + 1.5rem)}.GameEvents .EventStats .EventStat{align-items:flex-start}}.GameEventsOverview{margin:2rem 0}.GameEventsOverview .GameCommunityTitleBar{margin-bottom:1rem}.GameEventsOverview .EventsOverviewBody{display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem;align-items:flex-start}.GameEventsOverview .EventFeatured{flex:1 1 360px;min-width:0;display:flex;align-items:center;gap:1rem;color:inherit;text-decoration:none}.GameEventsOverview .EventBigDate{flex-shrink:0;width:58px;border:1px solid #e2e2e2;border-radius:8px;overflow:hidden;text-align:center;background:#fff}.GameEventsOverview .EventBigDate .__mon{display:block;background:#d500f9;color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;padding:3px 0}.GameEventsOverview .EventBigDate .__day{display:block;font-size:32px;font-weight:800;color:#000;line-height:1.25}.GameEventsOverview .EventBigDate .__tba{display:block;padding:.6rem 0;font-size:16px;font-weight:800;color:#bbb}.GameEventsOverview .EventFeaturedInfo{flex:1;min-width:0}.GameEventsOverview .EventFeaturedInfo .__label{font-size:12.5px;color:#888;margin-bottom:.15rem}.GameEventsOverview .EventFeaturedInfo .__name{font-size:16px;font-weight:700;color:#1d1d1f;line-height:1.3}.GameEventsOverview .EventFeaturedInfo .__when,.GameEventsOverview .EventFeaturedInfo .__venue{font-size:13px;color:#666;margin-top:.15rem}.GameEventsOverview a.EventFeatured:hover .__name{color:#1b54d6}.GameEventsOverview .EventFeaturedCta{flex-shrink:0;align-self:center;white-space:nowrap}.GameEventsOverview .EventsMore{flex:1 1 320px;min-width:0;display:flex;flex-direction:column}.GameEventsOverview .EventMoreRow{display:flex;align-items:center;gap:.85rem;padding:.6rem 0;color:inherit;text-decoration:none;border-bottom:1px solid #f0f0f0}.GameEventsOverview .EventMoreRow:last-child{border-bottom:0}.GameEventsOverview .EventMoreRow .__d{flex-shrink:0;width:52px;font-size:13.5px;font-weight:600;color:#1d1d1f}.GameEventsOverview .EventMoreRow .__txt{flex:1;min-width:0;font-size:13.5px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.GameEventsOverview .EventMoreRow .__arrow{flex-shrink:0;width:15px;height:15px;color:#000}.GameEventsOverview .EventMoreRow:hover .__txt{color:#1b54d6}.GameVideos{display:flex;flex-direction:column;gap:1.5rem}.GameVideos .VideoList{display:flex;flex-direction:column;gap:1.25rem}.GameVideos .VideoList .VideoRow{display:flex;gap:1rem;cursor:pointer}.GameVideos .VideoList .VideoRow .VideoThumb{position:relative;width:320px;flex-shrink:0;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#f2f2f1}.GameVideos .VideoList .VideoRow .VideoThumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.GameVideos .VideoList .VideoRow .VideoThumb .VideoPlay{position:absolute;inset:0;margin:auto;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.6);border-radius:50%;color:#fff;transition:all .2s ease}.GameVideos .VideoList .VideoRow .VideoThumb .VideoPlay svg{width:22px;height:22px;margin-left:2px}.GameVideos .VideoList .VideoRow .VideoThumb .VideoDuration{position:absolute;right:8px;bottom:8px;background:rgba(0,0,0,.8);color:#fff;padding:2px 6px;border-radius:6px;font-size:12px;font-weight:600}.GameVideos .VideoList .VideoRow:hover .VideoThumb img{transform:scale(1.05)}.GameVideos .VideoList .VideoRow:hover .VideoThumb .VideoPlay{background:#0012ff}.GameVideos .VideoList .VideoRow .VideoBody{flex:1;min-width:0;display:flex;flex-direction:column;gap:.4rem}.GameVideos .VideoList .VideoRow .VideoBody .VideoTitle{color:#000;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-weight:600;font-size:18px}.GameVideos .VideoList .VideoRow .VideoBody .VideoStats{color:#888;font-size:13px}.GameVideos .VideoList .VideoRow .VideoBody .VideoChannel{display:flex;align-items:center;gap:.5rem}.GameVideos .VideoList .VideoRow .VideoBody .VideoChannel .ChannelAvatar{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0}.GameVideos .VideoList .VideoRow .VideoBody .VideoChannel .ChannelName{color:#444;font-size:13px;font-weight:500}.GameVideos .VideoList .VideoRow .VideoBody .VideoChannel .ChannelBadge{color:#0012ff;font-size:11px;font-weight:600}.GameVideoModal{position:fixed !important;inset:0 !important;z-index:99999 !important;background:rgba(0,0,0,.92);display:none;align-items:center;justify-content:center;padding:2rem}.GameVideoModal.Open{display:flex}.GameVideoModal[hidden]{display:none !important}.GameVideoModal .GameVideoModal__Close{position:absolute;top:1rem;right:1rem;z-index:10;width:44px;height:44px;border-radius:50%;border:0;background:hsla(0,0%,100%,.1);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease}.GameVideoModal .GameVideoModal__Close:hover{background:hsla(0,0%,100%,.2)}.GameVideoModal .GameVideoModal__Frame{width:100%;max-width:1100px;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#000}.GameVideoModal .GameVideoModal__Frame iframe{width:100%;height:100%;border:0;display:block}.GameReviews{display:flex;flex-direction:column;width:100%}.GameReviews .ReviewsSummary{padding-bottom:1.5rem}.GameReviews .ReviewsSummary h2{margin:0 !important;padding:0 0 1rem 0 !important;font-size:1.5rem;font-weight:800}.GameReviews .ReviewsSummary .SummaryRow{display:flex;align-items:center;gap:1.5rem}.GameReviews .ReviewsSummary .SummaryRow .SummaryScore{font-size:64px;font-weight:800;line-height:1;letter-spacing:-2px;color:#000}.GameReviews .ReviewsSummary .SummaryRow .SummaryInfo{display:flex;flex-direction:column;gap:.4rem}.GameReviews .ReviewsSummary .SummaryRow .SummaryInfo .SummaryText{color:#666;max-width:520px;line-height:1.4;font-size:14px}.GameReviews .ReviewsList{display:flex;flex-direction:column}.GameReviews .ReviewsList .ReviewRow{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem 0;border-top:1px solid #e2e2e2}.GameReviews .ReviewsList .ReviewRow .ReviewHead{display:flex;align-items:center;gap:.85rem}.GameReviews .ReviewsList .ReviewRow .ReviewHead .ReviewAvatar{position:relative;flex-shrink:0;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:18px}.GameReviews .ReviewsList .ReviewRow .ReviewHead .ReviewAvatar .AvatarBadge{position:absolute;right:-2px;bottom:-2px;min-width:16px;height:16px;padding:0 3px;border-radius:100px;background:#f97316;color:#fff;border:2px solid #fff;text-transform:uppercase;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700}.GameReviews .ReviewsList .ReviewRow .ReviewHead .ReviewIdentity{display:flex;flex-direction:column;gap:.2rem}.GameReviews .ReviewsList .ReviewRow .ReviewHead .ReviewIdentity .ReviewName{color:#000;font-weight:700;font-size:15px}.GameReviews .ReviewsList .ReviewRow .ReviewHead .ReviewIdentity .ReviewMeta{display:flex;align-items:center;gap:.6rem}.GameReviews .ReviewsList .ReviewRow .ReviewHead .ReviewIdentity .ReviewMeta .ReviewDate{color:#888;font-size:13px}.GameReviews .ReviewsList .ReviewRow .ReviewText{color:#333;line-height:1.55;font-size:15px}.GameReviews .ReviewsList .ReviewRow .ReviewText p{margin:0 0 .75rem 0}.GameReviews .ReviewsList .ReviewRow .ReviewText p:last-child{margin-bottom:0}.GameReviews .ReviewAvatar.c1{background:#f97316}.GameReviews .ReviewAvatar.c2{background:#b91c1c}.GameReviews .ReviewAvatar.c3{background:#ef4444}.GameReviews .ReviewAvatar.c4{background:#475569}.GameReviews .ReviewAvatar.c5{background:#0d9488}.GameReviews .ReviewAvatar.c6{background:#8d6e63}.GameReviews .ReviewAvatar.c7{background:#7c3aed}.GameReviews .ReviewAvatar.c8{background:#2563eb}.stars.amber{--fb-blue: #f5a623}.stars.amber span::after{filter:none}.OrderOptionList{display:flex;padding:1rem;flex-direction:column;gap:.5rem}.OrderOptionList .ListItem{display:flex}.GameHeaderBase{display:flex;flex-direction:column;gap:1rem}.GameHeaderBase .GameHeaderTop{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;width:100%}.GameHeaderBase .GameHeaderIcon{flex-shrink:0}.GameHeaderBase .GameHeaderIcon img{display:block;width:192px;height:192px;object-fit:contain;border-radius:40px}.CtaButtons{display:flex;gap:1rem;align-items:center;padding-top:2rem}.CtaButtons .Button{cursor:pointer;text-decoration:none !important;color:#000;transition:all .1s ease-in-out;height:50px;background:#f2f2f1 !important;display:inline-flex;align-items:center;gap:.5rem;padding:0 1rem;font-size:18px}.CtaButtons .Button:hover{background:#ebebea !important}.CtaButtons .Button.Blues{background:#0012ff !important;color:#fff !important}.CtaButtons .Button.Blues:hover{box-shadow:0 0 0 4px rgba(0,18,255,.1)}.CtaButtons .Button.White:hover{background:#f2f2f1 !important}.CtaButtons .Button.White{transition:all .2s ease;background:#fff !important;gap:.5rem;align-items:center;font-weight:500;font-size:16px}.CtaButtons .Button.PlayNow{padding:0 2rem}.CtaButtons .Button svg{display:block}.GameCommunityTitleBar a{color:#000}.GameCommunityTitleBar{display:flex;justify-content:space-between;align-items:center}.PlayToEarnGameLayout .GameCommunityTitleBar h2,.PlayToEarnGameLayout .GameFaqTitle h2,.PlayToEarnGameLayout .GameCommunityItems h2,.PlayToEarnGameLayout .GameBlockTitle h2,.PlayToEarnGameLayout .ReviewsSummary h2{font-size:24px !important;font-weight:700 !important}.CommunityFeedItems{padding-top:2rem;display:grid;grid-template-columns:repeat(3, 1fr);width:100%;grid-gap:1rem}.CommunityFeedItems .FeedItem:hover{border:1px solid #ccc}.CommunityFeedItems .FeedItem{cursor:pointer;transition:all .2s ease-in-out;display:flex;border:1px solid #e2e2e2;background:#fff;border-radius:15px;flex-direction:column;overflow:hidden}.CommunityFeedItems .FeedItem .FeedVideoThumb{display:flex;width:100%}.CommunityFeedItems .FeedItem .FeedVideoThumb img{width:100%}.CommunityFeedItems .FeedItem .FeedItemProfile{display:flex;padding:.5rem 1rem;gap:1rem;align-items:center}.CommunityFeedItems .FeedItem .FeedItemProfile .FeedStatus{display:flex;flex-direction:column;gap:.1rem}.CommunityFeedItems .FeedItem .FeedItemProfile .FeedStatus .FeedStatusMessage{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;gap:.4rem;align-items:center}.CommunityFeedItems .FeedItem .FeedItemProfile .FeedStatus .ProfileName a{font-weight:600;color:#000}.CommunityFeedItems .FeedItem .FeedItemProfile .FeedStatus .ProfileName{color:#444}.CommunityFeedItems .FeedItem .FeedItemProfile .ImageView{min-width:50px;display:flex;width:50px;height:50px;border-radius:100px;overflow:hidden}.GameTwitchSelect{display:flex;flex-direction:column}.GameTwitchSelect .GameTwitchDetails:nth-child(1){border-radius:10px 10px 0 0;border-bottom:1px solid #e2e2e2}.GameTwitchSelect .GameTwitchDetails:nth-child(2){border-top:0}.GameTwitchSelect .GameTwitchDetails:nth-child(2):hover{border-top:0}.GameTwitchSelect .GameTwitchDetails:nth-child(2){border-radius:0 0 10px 10px}.PlayToEarnGameLayout{display:flex;width:100%;padding:2rem 0;flex-direction:column;gap:2rem}.PlayToEarnGameLayout nav[aria-label=breadcrumb]{display:flex;padding:0rem 0;margin:0}.PlayToEarnGameLayout nav[aria-label=breadcrumb] ol{margin:0;padding:0;display:flex;gap:.5rem}.PlayToEarnGameLayout nav[aria-label=breadcrumb] ol li{list-style:none}.PlayToEarnGameLayout nav[aria-label=breadcrumb] ol li a{font-weight:600;color:var(--baseColorBlack)}.PlayToEarnGameLayout h1{font-weight:900;font-size:50px}.PlayToEarnGameLayout h2{font-size:20px !important;font-weight:600 !important}.PlayToEarnGameLayout .GameAgeRating{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;border:1px solid #e2e2e2;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease}.PlayToEarnGameLayout .GameAgeRating:hover{border-color:#cfcfcf;background:#fafafa}.PlayToEarnGameLayout .GameAgeRating img{flex:0 0 auto;width:44px;height:44px}.PlayToEarnGameLayout .GameAgeRating span{font-size:13px;font-weight:600;color:#000}.PlayToEarnGameLayout .GameCreators{display:flex;width:100%;gap:1rem;text-decoration:none;color:inherit;cursor:pointer;transition:opacity .15s ease}.PlayToEarnGameLayout .GameCreators:hover{opacity:.85}.PlayToEarnGameLayout .GameCreators:hover .CreatorsTitle .__Name{text-decoration:underline}.PlayToEarnGameLayout .GameCreators .CreatorsTitle{font-size:11px}.PlayToEarnGameLayout .GameCreators .CreatorsTitle .__Name{font-weight:600;color:#000}.PlayToEarnGameLayout .GameTabSwitcher{position:sticky;align-self:flex-start;top:60px;z-index:5;display:flex;width:100%}.PlayToEarnGameLayout .GameOrderOptions h3,.PlayToEarnGameLayout .GameOrderOptions h2,.PlayToEarnGameLayout .GameDetails h3,.PlayToEarnGameLayout .GameDetails h2{margin:0 !important;padding:0 !important;font-size:1.25rem;font-weight:700}.PlayToEarnGameLayout .GameCommunityItems h3,.PlayToEarnGameLayout .GameCommunityItems h2{margin:0 !important;padding:0 !important;font-size:1.25rem;font-weight:700}.PlayToEarnGameLayout .GameContentLayout{display:flex;gap:4rem}.PlayToEarnGameLayout .GameContentLayout .GameContent{display:flex;flex:1;min-width:0;flex-direction:column;gap:2rem}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription{display:flex;flex-direction:column;font-size:18px;line-height:1.65;color:#1d1d1f}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription p,.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription li,.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription span{font-size:18px}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription p{margin:0 0 1.15rem 0}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription p:last-child{margin-bottom:0}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription ul,.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription ol{margin:0 0 1.15rem 0;padding-left:1.4rem}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription li{margin-bottom:.45rem}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription li:last-child{margin-bottom:0}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription h2{margin:2rem 0 .85rem 0 !important;padding:0 !important;line-height:1.2 !important;font-size:24px !important;font-weight:700 !important}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription h2:first-child{margin-top:0 !important}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription h3{margin:1.5rem 0 .6rem 0 !important;padding:0 !important;line-height:1.3;font-size:1.3rem;font-weight:700}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription table{width:100%;border-collapse:separate;border-spacing:0;margin:0 0 1.5rem 0;border:1px solid #e2e2e2;border-radius:12px;font-size:16px}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription table th,.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription table td{padding:.75rem 1rem;text-align:left;vertical-align:top;border-bottom:1px solid #ededed;border-right:1px solid #ededed}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription table th:last-child,.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription table td:last-child{border-right:0}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription table thead th{background:#f2f2f1;color:#1d1d1f;font-size:14px;font-weight:700;white-space:nowrap}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription table tbody tr:last-child td{border-bottom:0}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription table tbody tr:nth-child(even) td{background:#fafafa}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription table tbody tr:hover td{background:#f5f7ff}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameDescription img{max-width:100%;height:auto;border-radius:20px}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameTagListener{display:grid;grid-template-columns:repeat(2, 1fr);padding:1rem 0;gap:2rem}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameTagListener .ListItems:last-child{border-right:0}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameTagListener .ListItems{display:flex;flex-direction:column;flex:1;gap:.5rem;border-right:1px solid #e2e2e2}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameTagListener .ListItems .ListItemTags{display:flex;flex-wrap:wrap;gap:.5rem}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameTagListener .ListItems .ListItemTags a{color:#000}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameTagListener .ListItems .ListItemTags .ItemTag:hover{background:#ebebea}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameTagListener .ListItems .ListItemTags .ItemTag{font-weight:600;display:flex;border-radius:8px;background:#f2f2f1;height:40px;padding:0 .6rem;align-items:center;justify-content:center}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameTagListener .ListItems .ListItemTitle{display:flex;font-weight:600}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameTagListener .FeaturesBlock{min-width:0}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameTagListener .FeaturesBlock .FeaturesRow{display:flex;align-items:center;gap:.5rem;min-width:0}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameTagListener .FeaturesBlock .FeaturesArrow:hover{background:#ebebea}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameTagListener .FeaturesBlock .FeaturesArrow.swiper-button-disabled{opacity:.35;cursor:default}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameTagListener .FeaturesBlock .FeaturesArrow{flex-shrink:0;width:40px;height:40px;border-radius:100%;border:0;background:#f2f2f1;color:#000;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameTagListener .FeaturesBlock .FeaturesArrow svg{width:18px;height:18px}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameTagListener .FeaturesBlock .FeaturesSwiper{flex:1;min-width:0;overflow:hidden}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameTagListener .FeaturesBlock .FeaturesSwiper a{color:#000}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameTagListener .FeaturesBlock .FeaturesSwiper .swiper-slide{width:auto}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameTagListener .FeaturesBlock .FeaturesSwiper .ItemTag:hover{background:#ebebea}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameTagListener .FeaturesBlock .FeaturesSwiper .ItemTag{font-weight:600;display:flex;border-radius:8px;background:#f2f2f1;height:40px;padding:0 .6rem;align-items:center;justify-content:center;white-space:nowrap}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameTeaserDescription{display:flex;font-size:18px}.PlayToEarnGameLayout .GameContentLayout .GameContent .GameGallery{width:100%;height:520px;position:relative}.PlayToEarnGameLayout .GameContentLayout .GameSidebar{gap:1rem;align-self:flex-start;flex-direction:column;position:sticky;top:85px;display:flex;width:300px}.PlayToEarnGameLayout .GameHeaderLayout .HeaderDetails{display:flex;gap:1rem;align-items:center}.PlayToEarnGameLayout .GameHeaderLayout{display:flex;width:100%;flex-direction:column;gap:.2rem}.PlayToEarnGameLayout .GameOrderOptions h2{display:flex;align-items:center;gap:.5rem;padding-bottom:1rem !important}.PlayToEarnGameLayout .GameOrderOptions{transition:all .2s ease-in-out;display:flex;padding-bottom:1rem;background:#fff;border-radius:10px;flex-direction:column}.PlayToEarnGameLayout .GameOrderOptions .OrderOption .PriceAction{display:flex;gap:1rem;align-items:center}.PlayToEarnGameLayout .GameOrderOptions .OrderOption .PriceAction .OrderLastPrice{display:flex;flex-direction:column;gap:.2rem}.PlayToEarnGameLayout .GameOrderOptions .OrderOption .PriceAction .OrderLastPrice .PercentLabel{background:#000;color:#fff;font-weight:600;font-size:14px;padding:0 .4rem;border-radius:100px}.PlayToEarnGameLayout .GameOrderOptions .OrderOption{align-items:center;display:flex;justify-content:space-between}.PlayToEarnGameLayout .GameOrderOptions .OrderOption .OriginalPrice{text-decoration:line-through}.PlayToEarnGameLayout .GameOrderOptions .OrderOption .OrderOptionPrice{flex:1;letter-spacing:-2px;display:flex;font-weight:800;font-size:40px}.PlayToEarnGameLayout .GameOrderOptions .RewardButton{width:100%;padding:1rem 0 0 0;justify-content:center;align-items:center;display:flex}.PlayToEarnGameLayout .GameTwitchDetails:hover{border:1px solid #ccc}.PlayToEarnGameLayout .GameTwitchDetails{color:#000;text-decoration:none;transition:all .2s ease-in-out;cursor:pointer;display:flex;gap:1rem;border:1px solid #f2f2f1;background:#f2f2f1;border-radius:10px;padding:.6rem;align-items:center;justify-content:space-between}.PlayToEarnGameLayout .GameTwitchDetails .__ClickButton{background:hsla(0,0%,100%,.18)}.PlayToEarnGameLayout .GameTwitchDetails .__Text{font-weight:600;display:flex;flex:1}.PlayToEarnGameLayout .GameDetails{display:flex;width:100%;padding-top:1rem;flex-direction:column}.PlayToEarnGameLayout .GameDetails .DetailItem img{width:24px}.PlayToEarnGameLayout .GameDetails .DetailItem a{color:#000}.PlayToEarnGameLayout .GameDetails .DetailItem{display:flex;justify-content:space-between;border-bottom:1px solid #ebebea}.PlayToEarnGameLayout .GameDetails .DetailItem:last-child{border-bottom:0}.PlayToEarnGameLayout .GameDetails .DetailItem{padding:.6rem 0}.PlayToEarnGameLayout .GameDetails .DetailItem span:nth-child(1){color:#666}.PlayToEarnGameLayout .GameDetails .DetailItem span:nth-child(2){color:#000;text-align:right;font-weight:600}.PlayToEarnGameLayout .GameDetails .DetailItem .PlatformList .__pf+.__pf::before{content:", "}.PlayToEarnGameLayout .GameDetails .DetailItem .PlatformList .__pfHidden{display:none}.PlayToEarnGameLayout .GameDetails .DetailItem .PlatformList.__expanded .__pfHidden{display:inline}.PlayToEarnGameLayout .GameDetails .DetailItem .PlatformList .__pfToggle{margin-left:.4rem;color:#2d6cdf !important;cursor:pointer;font-weight:600}.PlayToEarnGameLayout .GameDetails .DetailItem .PlatformList .__pfToggle:hover{text-decoration:underline}.PlayToEarnBadgeItem.Dark{background:#111;color:#fff}.PlayToEarnBadgeItem:hover{background:#ebebea}.PlayToEarnBadgeItem{transition:all .2s ease-in-out;cursor:pointer;display:flex;height:24px;padding:0 .5rem;align-items:center;justify-content:center;background:#f2f2f1;font-size:11px;font-weight:600;border-radius:100px}.GameGallerySlider>.swiper-button-prev,.GameGallerySlider>.swiper-button-next{top:50% !important;transform:translateY(-50%) !important;margin-top:0 !important}.GameGallerySlider>.swiper-button-prev.swiper-button-disabled,.GameGallerySlider>.swiper-button-next.swiper-button-disabled{opacity:0 !important;pointer-events:none !important}.GameLightbox{position:fixed !important;inset:0 !important;z-index:99999 !important;background:rgba(0,0,0,.92);display:none;align-items:center;justify-content:center}.GameLightbox.Open{display:flex}.GameLightbox[hidden]{display:none !important}.GameLightbox .GameLightbox__Close{position:absolute;top:1rem;right:1rem;z-index:10;width:44px;height:44px;border-radius:50%;border:0;background:hsla(0,0%,100%,.1);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease}.GameLightbox .GameLightbox__Close:hover{background:hsla(0,0%,100%,.2)}.GameLightbox .GameLightbox__Counter{position:absolute;top:1.3rem;left:50%;transform:translateX(-50%);z-index:10;color:hsla(0,0%,100%,.85);font-size:14px;font-weight:500;padding:.3rem .8rem;background:rgba(0,0,0,.4);border-radius:20px}.GameLightbox .GameLightboxSwiper{width:100%;height:100%}.GameLightbox .GameLightboxSwiper .swiper-slide{display:flex;align-items:center;justify-content:center;padding:4rem 5rem}.GameLightbox .GameLightboxSwiper .swiper-slide img{max-width:100%;max-height:100%;object-fit:contain;display:block;user-select:none;-webkit-user-drag:none}.GameLightbox .GameLightboxSwiper .swiper-button-prev,.GameLightbox .GameLightboxSwiper .swiper-button-next{--swiper-navigation-color: #fff !important;width:48px;height:48px;border-radius:50%;background:hsla(0,0%,100%,.12);top:50% !important;transform:translateY(-50%) !important;margin-top:0 !important;transition:background .15s ease}.GameLightbox .GameLightboxSwiper .swiper-button-prev:hover,.GameLightbox .GameLightboxSwiper .swiper-button-next:hover{background:hsla(0,0%,100%,.22)}.GameLightbox .GameLightboxSwiper .swiper-button-prev.swiper-button-disabled,.GameLightbox .GameLightboxSwiper .swiper-button-next.swiper-button-disabled{opacity:0 !important;pointer-events:none !important}.GameLightbox .GameLightboxSwiper .swiper-button-prev::after,.GameLightbox .GameLightboxSwiper .swiper-button-next::after{font-size:18px !important;font-weight:700}.GameLightbox .GameLightboxSwiper .swiper-button-prev{left:1rem}.GameLightbox .GameLightboxSwiper .swiper-button-next{right:1rem}.GameLightbox .GameLightboxSwiper .GameLightbox__Pagination{display:none !important}.stars{--fb-blue: #0012ff;--fb-blue-light: #e7f3ff;--fb-gray: #dadde1;--size: 42px;--gap: 6px;display:inline-flex;gap:var(--gap);position:relative}.stars::before,.stars::after{content:"";position:absolute;inset:0}.stars span{display:block;width:var(--size);height:var(--size);position:relative}.stars span::before{content:"";position:absolute;inset:0;background-color:var(--fb-gray);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.27 5.82 22 7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.27 5.82 22 7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.stars span::after{content:"";position:absolute;inset:0;background-color:var(--fb-blue);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.27 5.82 22 7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.27 5.82 22 7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;clip-path:inset(0 calc((1 - var(--fill, 0)) * 100%) 0 0);transition:clip-path .4s cubic-bezier(0.34, 1.56, 0.64, 1)}.stars span:nth-child(1){--fill: clamp(0, var(--stars), 1)}.stars span:nth-child(2){--fill: clamp(0, calc(var(--stars) - 1), 1)}.stars span:nth-child(3){--fill: clamp(0, calc(var(--stars) - 2), 1)}.stars span:nth-child(4){--fill: clamp(0, calc(var(--stars) - 3), 1)}.stars span:nth-child(5){--fill: clamp(0, calc(var(--stars) - 4), 1)}.stars span::after{filter:drop-shadow(0 0 4px rgba(24, 119, 242, 0.3))}.rating-card{background:#fff;border-radius:12px;padding:28px 36px;box-shadow:0 1px 3px rgba(0,0,0,.08),0 8px 24px rgba(0,0,0,.04);display:flex;flex-direction:column;align-items:center;gap:12px;transition:transform .2s ease}.rating-card:hover{transform:translateY(-2px)}.rating-label{font-size:.85rem;color:#65676b;font-weight:400}.PlayToEarnTabFilter .TabItem.Active{border-bottom:1px solid #0012ff}.rating-value{font-size:1rem;font-weight:600;color:#000}.star-ratings{display:flex;align-self:center;gap:.5rem}.HeaderRatingLink{display:inline-flex;text-decoration:none;color:inherit;cursor:pointer}.HeaderRatingLink .rating-value{color:#000}.HeaderRatingLink:hover .rating-value{text-decoration:underline}.stars.sm{--size: 24px;--gap: 3px}.stars.md{--size: 42px;--gap: 6px}.stars.lg{--size: 64px;--gap: 8px}.avatar-stack{display:flex;flex-direction:row-reverse;align-items:center;padding-left:12px}.avatar-stack .avatar{width:48px;height:48px;border-radius:50%;border:3px solid #fff;margin-left:-14px;position:relative;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;color:#fff;cursor:pointer;transition:transform .25s cubic-bezier(0.34, 1.56, 0.64, 1),box-shadow .25s ease,z-index 0s;z-index:1;background-size:cover;background-position:center;overflow:hidden}.avatar-stack .avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.avatar-stack .avatar:hover{transform:translateY(-6px) scale(1.12);box-shadow:0 8px 24px rgba(0,0,0,.15);z-index:10}.avatar-stack .avatar .tooltip{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translateX(-50%) translateY(6px);background:#1a1a1a;color:#fff;font-size:12px;font-weight:500;padding:6px 12px;border-radius:8px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 16px rgba(0,0,0,.12)}.avatar-stack .avatar .tooltip::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid rgba(0,0,0,0);border-top-color:#1a1a1a}.avatar-stack .avatar:hover .tooltip{opacity:1;transform:translateX(-50%) translateY(0)}.avatar-stack .avatar-overflow{background:#fff;border:2px dashed #d0d0d0;color:#888;font-size:13px;font-weight:600}.avatar-stack .avatar-overflow:hover{background:#e4e4e4;color:#555;border-color:#bbb}.c1{background:linear-gradient(135deg, #6366f1, #818cf8)}.c2{background:linear-gradient(135deg, #ec4899, #f472b6)}.c3{background:linear-gradient(135deg, #f59e0b, #fbbf24)}.c4{background:linear-gradient(135deg, #10b981, #34d399)}.c5{background:linear-gradient(135deg, #ef4444, #f87171)}.c6{background:linear-gradient(135deg, #8b5cf6, #a78bfa)}.c7{background:linear-gradient(135deg, #06b6d4, #22d3ee)}.c8{background:linear-gradient(135deg, #f97316, #fb923c)}.avatar-stack.sm .avatar{width:36px;height:36px;font-size:13px;margin-left:-10px;border-width:2px}.avatar-stack.lg .avatar{width:56px;height:56px;font-size:19px;margin-left:-16px;border-width:3px}.avatar-stack.xl .avatar{width:68px;height:68px;font-size:22px;margin-left:-18px;border-width:4px}.avatar .status{position:absolute;bottom:1px;right:1px;width:12px;height:12px;border-radius:50%;border:2px solid #fff}.status.online{background:#22c55e}.status.offline{background:silver}.status.busy{background:#ef4444}.stack-label{font-size:13px;color:#999;font-weight:400}@keyframes popIn{0%{opacity:0;transform:scale(0.5) translateX(10px)}100%{opacity:1;transform:scale(1) translateX(0)}}.avatar-stack .avatar{animation:popIn .35s cubic-bezier(0.34, 1.56, 0.64, 1) both}.avatar-stack .avatar:nth-child(1){animation-delay:0s}.avatar-stack .avatar:nth-child(2){animation-delay:.06s}.avatar-stack .avatar:nth-child(3){animation-delay:.12s}.avatar-stack .avatar:nth-child(4){animation-delay:.06s}.avatar-stack .avatar:nth-child(5){animation-delay:.18s}.avatar-stack .avatar:nth-child(6){animation-delay:.24s}.avatar-stack .avatar:nth-child(7){animation-delay:.3s}.separator{width:280px;height:1px;background:linear-gradient(90deg, transparent, #e0e0e0, transparent)}.ButtonBlue.Round{border-radius:100px}.ButtonBlue.Big{font-size:18px;height:60px}.ButtonBlue{cursor:pointer;padding:0 26px;height:50px;color:#fff;background:#0012ff;border-radius:8px;border:0;font-weight:bold;font-size:16px;box-shadow:0 1px 2px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.07),0 4px 8px rgba(0,0,0,.07),0 8px 16px rgba(0,0,0,.07),0 16px 32px rgba(0,0,0,.07),0 32px 64px rgba(0,0,0,.07),inset 0 1px 0 0px hsla(0,0%,100%,.1);transition:all 150ms ease-in-out;display:inline-flex;align-items:center}.ButtonBlue:hover{filter:brightness(1.1)}.ButtonBlue:active{transform:scale(0.95)}.ButtonViolet{appearance:button;background-color:#000;border:1px solid #000;border-radius:10px;box-shadow:hsla(0,0%,100%,.1) 0 1px 0 inset,rgba(46,54,80,.075) 0 1px 1px;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;margin:0;padding:.5rem 1rem;text-align:center;text-transform:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;user-select:none;-webkit-user-select:none;touch-action:manipulation;vertical-align:middle}.ButtonViolet:focus:not(:focus-visible),.ButtonViolet:focus{outline:0}.ButtonViolet:hover{background-color:#222;border-color:#222}.ButtonViolet:focus{background-color:#222;border-color:#222;box-shadow:hsla(0,0%,100%,.15) 0 1px 0 inset,rgba(46,54,80,.075) 0 1px 1px,rgba(104,101,235,.5) 0 0 0 .2rem}.ButtonViolet:active{background-color:#222;background-image:none;border-color:#222;box-shadow:rgba(46,54,80,.125) 0 3px 5px inset}.ButtonViolet:active:focus{box-shadow:rgba(46,54,80,.125) 0 3px 5px inset,rgba(104,101,235,.5) 0 0 0 .2rem}.ButtonViolet:disabled{background-image:none;box-shadow:none;opacity:.65;pointer-events:none}.ButtonBlues{height:50px;appearance:button;background-color:#0012ff;border:1px solid #0012ff;border-radius:10px;width:100%;box-shadow:hsla(0,0%,100%,.15) 0 1px 0 inset,rgba(0,10,80,.075) 0 1px 1px;box-sizing:border-box;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1;margin:0;align-items:center;justify-content:center;display:flex;padding:0 1rem;text-align:center;text-transform:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;user-select:none;-webkit-user-select:none;touch-action:manipulation;vertical-align:middle}.ButtonBlues:focus:not(:focus-visible),.ButtonBlues:focus{outline:0}.ButtonBlues:hover{background-color:#0010e0;border-color:#0010e0}.ButtonBlues:focus{background-color:#01c;border-color:#0010bf;box-shadow:hsla(0,0%,100%,.15) 0 1px 0 inset,rgba(0,10,80,.075) 0 1px 1px,rgba(0,60,255,.5) 0 0 0 .2rem}.ButtonBlues:active{background-color:#0010bf;background-image:none;border-color:#000fad;box-shadow:rgba(0,10,80,.125) 0 3px 5px inset}.ButtonBlues:active:focus{box-shadow:rgba(0,10,80,.125) 0 3px 5px inset,rgba(0,60,255,.5) 0 0 0 .2rem}.ButtonBlues:disabled{background-image:none;box-shadow:none;opacity:.65;pointer-events:none}.ButtonGreen{appearance:button;background-color:#97ff02;background-image:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));border:1px solid #97ff02;border-radius:1rem;box-shadow:hsla(0,0%,100%,.15) 0 1px 0 inset,rgba(30,50,0,.075) 0 1px 1px;box-sizing:border-box;color:#1a2e00;cursor:pointer;display:inline-block;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;margin:0;padding:.5rem 1rem;text-align:center;text-transform:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;user-select:none;-webkit-user-select:none;touch-action:manipulation;vertical-align:middle}.ButtonGreen:focus:not(:focus-visible),.ButtonGreen:focus{outline:0}.ButtonGreen:hover{background-color:#82e000;border-color:#82e000}.ButtonGreen:focus{background-color:#76cc00;border-color:#6bbb00;box-shadow:hsla(0,0%,100%,.15) 0 1px 0 inset,rgba(30,50,0,.075) 0 1px 1px,rgba(151,255,2,.5) 0 0 0 .2rem}.ButtonGreen:active{background-color:#6bbb00;background-image:none;border-color:#60aa00;box-shadow:rgba(30,50,0,.125) 0 3px 5px inset}.ButtonGreen:active:focus{box-shadow:rgba(30,50,0,.125) 0 3px 5px inset,rgba(151,255,2,.5) 0 0 0 .2rem}.ButtonGreen:disabled{background-image:none;box-shadow:none;opacity:.65;pointer-events:none}.GameSysReq{margin-top:2.5rem}.GameSysReq .GameSysReqCard{margin-top:1.25rem;border:1px solid #e2e2e2;border-radius:12px;background:#fff;overflow:hidden}.GameSysReq .GameSysReqGrid{display:grid}.GameSysReq .GameSysReqCol{padding:1.25rem 1.5rem}.GameSysReq .GameSysReqCol+.GameSysReqCol{border-left:1px solid #e2e2e2}.GameSysReq .GameSysReqType{margin:-1.25rem -1.5rem 1.25rem;padding:.85rem 1.5rem;font-weight:700;font-size:1rem;border-bottom:1px solid #e2e2e2}.GameSysReq .GameSysReqList{margin:0;display:flex;flex-direction:column;grid-gap:.65rem}.GameSysReq .GameSysReqRow{display:grid;grid-template-columns:110px 1fr;grid-gap:.75rem;align-items:baseline}.GameSysReq .GameSysReqRow dt{color:#777;font-size:.85rem}.GameSysReq .GameSysReqRow dd{margin:0;color:#000;font-size:.9rem;font-weight:500}.GameSysReq .GameSysReqNotes{margin-top:1rem;padding:.75rem 1rem;border-radius:8px;background:#f2f2f1;color:#555;font-size:.85rem}@media(max-width: 1024px){.GameCreatorsPage .CreatorGrid{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 768px){.GameSysReq .GameSysReqGrid{grid-template-columns:1fr !important}.GameSysReq .GameSysReqCol+.GameSysReqCol{border-left:0;border-top:1px solid #e2e2e2}.GameCreatorsPage .CreatorGrid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 460px){.GameCreatorsPage .CreatorGrid{grid-template-columns:1fr}}.GameEmptyState{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;border:1px solid #e2e2e2;border-radius:14px;background:#fff}.GameEmptyState .GameEmptyIcon{display:flex;align-items:center;justify-content:center;width:110px;height:110px;border-radius:50%;background:#f2f2f1;color:#8a8a8a;margin-bottom:1.5rem}.GameEmptyState .GameEmptyIcon svg{width:56px;height:56px}.GameEmptyState h2{margin:0 0 .5rem 0 !important;padding:0 !important;font-size:1.25rem;font-weight:700}.GameEmptyState p{margin:0;max-width:440px;color:#666;line-height:1.55;font-size:15px}.GameGuides .VideoChannel{flex-wrap:wrap;gap:.4rem}.GameGuides .GuideExcerpt{color:#555;font-size:14px;line-height:1.45;margin:.25rem 0 .5rem 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.GameGuides .GuideBadge{display:inline-flex;align-items:center;padding:.1rem .55rem;border-radius:100px;background:#f2f2f1;color:#444;font-size:12px;font-weight:600}.GameGuides .GuideRow{color:inherit;text-decoration:none}.GameGuideArticle{display:flex;flex-direction:column}.GameGuideArticle .GuideBackLink{display:inline-flex;align-items:center;gap:.35rem;align-self:flex-start;color:#666;text-decoration:none;font-size:14px;font-weight:600;margin-bottom:1.25rem;transition:color .15s ease}.GameGuideArticle .GuideBackLink:hover{color:#000}.GameGuideArticle .GuideBackLink svg{width:16px;height:16px}.GameGuideArticle .GuideArticleBadges{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.85rem}.GameGuideArticle .GuideArticleBadges .GuideBadge{display:inline-flex;align-items:center;padding:.15rem .6rem;border-radius:100px;background:#f2f2f1;color:#444;font-size:12px;font-weight:600}.GameGuideArticle .GuideArticleTitle{margin:0 0 .6rem 0;line-height:1.2;font-size:32px;font-weight:800;color:#1d1d1f}.GameGuideArticle .GuideArticleStats{color:#888;font-size:14px;margin-bottom:1.5rem}.GameGuideArticle .GuideArticleImage{margin-bottom:1.75rem}.GameGuideArticle .GuideArticleImage img{width:100%;height:auto;border-radius:14px;display:block}.GameGuideArticle .GuideArticleBody{font-size:18px;line-height:1.65;color:#1d1d1f}.GameGuideArticle .GuideArticleBody p,.GameGuideArticle .GuideArticleBody li,.GameGuideArticle .GuideArticleBody span{font-size:18px}.GameGuideArticle .GuideArticleBody p{margin:0 0 1.15rem 0}.GameGuideArticle .GuideArticleBody p:last-child{margin-bottom:0}.GameGuideArticle .GuideArticleBody ul,.GameGuideArticle .GuideArticleBody ol{margin:0 0 1.15rem 0;padding-left:1.4rem}.GameGuideArticle .GuideArticleBody li{margin-bottom:.45rem}.GameGuideArticle .GuideArticleBody h2{margin:2rem 0 .85rem 0;line-height:1.2;font-size:24px;font-weight:700}.GameGuideArticle .GuideArticleBody h3{margin:1.5rem 0 .6rem 0;font-size:20px;font-weight:700}.GameGuideArticle .GuideArticleBody img{max-width:100%;height:auto;border-radius:10px}.GameGuideArticle .GuideArticleBody a{color:#0012ff;text-decoration:underline}.GameGuideArticle .GuideArticleBody table{width:100%;border-collapse:separate;border-spacing:0;margin:0 0 1.5rem 0;border:1px solid #e2e2e2;border-radius:12px;font-size:16px}.GameGuideArticle .GuideArticleBody table th,.GameGuideArticle .GuideArticleBody table td{padding:.75rem 1rem;text-align:left;vertical-align:top;border-bottom:1px solid #ededed;border-right:1px solid #ededed}.GameGuideArticle .GuideArticleBody table th:last-child,.GameGuideArticle .GuideArticleBody table td:last-child{border-right:0}.GameGuideArticle .GuideArticleBody table thead th{background:#f2f2f1;color:#1d1d1f;font-size:14px;font-weight:700;white-space:nowrap}.GameGuideArticle .GuideArticleBody table tbody tr:last-child td{border-bottom:0}.GameGuideArticle .GuideArticleBody table tbody tr:nth-child(even) td{background:#fafafa}.GameGuideArticle .GuideArticleBody table tbody tr:hover td{background:#f5f7ff}.GameSimilarItems .__Item .__TextView,.GameSimilarItems .__Item .__TextView h3{font-size:18px !important;font-weight:600 !important}
