.MainTable-module__7N4mMa__root{--main-table-tab-icon-size:20px;--main-table-tab-font-size:14px;--main-table-heading-font-size:18px;--main-table-subheading-font-size:14px;--main-table-body-font-size:14px;--main-table-content-max-height:354px;--main-table-content-padding:20px 16px;--main-table-heading-margin-bottom:16px;--main-table-subheading-margin-bottom:12px;--main-table-text-margin-bottom:16px;--main-table-scrollbar-size:6px;--main-table-scrollbar-thumb:#f2f2f8;width:100%;font-family:var(--main-font);color:var(--color-black);flex-direction:column;gap:16px;display:flex}.MainTable-module__7N4mMa__tabBar{background:var(--color-white);border-radius:var(--border-radius-12);-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;width:100%;min-width:0;overflow:auto hidden}.MainTable-module__7N4mMa__tabBar::-webkit-scrollbar{width:0;height:0;display:none}.MainTable-module__7N4mMa__tablist{box-sizing:border-box;flex-flow:row;justify-content:space-between;align-items:stretch;gap:0;width:max-content;min-width:100%;margin:0;padding:0 16px;display:inline-flex}.MainTable-module__7N4mMa__tab{cursor:pointer;font-family:var(--secondary-font);font-size:var(--main-table-tab-font-size);font-weight:var(--font-weight-700);white-space:nowrap;color:inherit;background:0 0;border:none;flex:none;align-items:center;gap:8px;margin:0;padding:17px 16px;display:inline-flex;position:relative}.MainTable-module__7N4mMa__tab:after{content:"";background:0 0;border-radius:2px 2px 0 0;height:3px;transition:background-color .2s;position:absolute;bottom:0;left:10px;right:10px}.MainTable-module__7N4mMa__tab:hover{color:var(--main-table-tab-hover-color)}.MainTable-module__7N4mMa__tabActive:after{background:var(--main-table-tab-hover-color)}.MainTable-module__7N4mMa__tab:focus-visible{outline:2px solid var(--main-table-tab-hover-color);outline-offset:-2px}.MainTable-module__7N4mMa__tabIcon{width:var(--main-table-tab-icon-size);height:var(--main-table-tab-icon-size);object-fit:contain;flex-shrink:0}.MainTable-module__7N4mMa__content{background:var(--color-white);border-radius:var(--border-radius-12);max-height:var(--main-table-content-max-height);padding:var(--main-table-content-padding);scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--main-table-scrollbar-thumb) transparent;overflow:hidden auto}.MainTable-module__7N4mMa__content::-webkit-scrollbar{width:var(--main-table-scrollbar-size)}.MainTable-module__7N4mMa__content::-webkit-scrollbar-track{background:0 0}.MainTable-module__7N4mMa__content::-webkit-scrollbar-thumb{background-color:var(--main-table-scrollbar-thumb);border-radius:100px}.MainTable-module__7N4mMa__content h2{margin:0 0 var(--main-table-heading-margin-bottom);font-family:var(--secondary-font);font-size:var(--main-table-heading-font-size);font-weight:var(--font-weight-700);color:inherit}.MainTable-module__7N4mMa__content h3{margin:0 0 var(--main-table-subheading-margin-bottom);font-family:var(--secondary-font);font-size:var(--main-table-subheading-font-size);font-weight:var(--font-weight-700);color:inherit}.MainTable-module__7N4mMa__content h3:not(:first-child){margin-top:var(--main-table-subheading-margin-top)}.MainTable-module__7N4mMa__content p{margin:0 0 var(--main-table-text-margin-bottom);font-size:var(--main-table-body-font-size);font-weight:var(--font-weight-500);color:inherit;line-height:28px}.MainTable-module__7N4mMa__content p:last-child{margin-bottom:0}.MainTable-module__7N4mMa__content ul{margin:0 0 var(--main-table-text-margin-bottom);font-size:var(--main-table-body-font-size);font-weight:var(--font-weight-500);padding-left:20px;line-height:28px;list-style:outside}.MainTable-module__7N4mMa__content li{margin:0 0 8px}.MainTable-module__7N4mMa__content li:last-child{margin-bottom:0}.MainTable-module__7N4mMa__content strong{font-weight:var(--font-weight-700)}.MainTable-module__7N4mMa__txTableRoot{width:100%;min-width:0;margin:0 0 16px}.MainTable-module__7N4mMa__txDesktopTable{table-layout:fixed;border-collapse:collapse;border-radius:var(--border-radius-12);width:100%;font-family:var(--main-font);color:var(--color-black);background:#f2f2f8;border:1px solid #230e3233;display:none;overflow:hidden}.MainTable-module__7N4mMa__txDesktopTable :is(th,td){text-align:left;vertical-align:middle;border-bottom:1px solid #230e3224;padding:14px 12px;font-size:14px;line-height:1.35}.MainTable-module__7N4mMa__txDesktopTable thead th{background:var(--main-table-thead-bg);font-family:var(--secondary-font);font-weight:var(--font-weight-700);border-bottom:1px solid #230e3224}.MainTable-module__7N4mMa__txDesktopTable tbody th{font-family:var(--main-font);font-weight:var(--font-weight-700);background:#f2f2f8}.MainTable-module__7N4mMa__txDesktopTable tbody td{font-weight:var(--font-weight-500);background:#f2f2f8}.MainTable-module__7N4mMa__txDesktopTable tbody tr:last-child :is(th,td){border-bottom:0}.MainTable-module__7N4mMa__txMobileCards{flex-direction:column;gap:12px;display:flex}.MainTable-module__7N4mMa__txCard{border-radius:var(--border-radius-12);background:#f2f2f8;overflow:hidden}.MainTable-module__7N4mMa__txCardHeader{background:var(--main-table-thead-bg);color:var(--color-black);font-family:var(--secondary-font);font-size:14px;font-weight:var(--font-weight-700);margin:0;padding:12px 16px;line-height:1.3}.MainTable-module__7N4mMa__txCardRow{color:var(--color-black);border-bottom:1px solid #230e3224;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;font-size:14px;line-height:1.35;display:flex}.MainTable-module__7N4mMa__txCardRow:last-child{border-bottom:0}.MainTable-module__7N4mMa__txCardLabel{font-family:var(--main-font);font-weight:var(--font-weight-700)}.MainTable-module__7N4mMa__txCardValue{font-family:var(--main-font);font-weight:var(--font-weight-500);text-align:right}.MainTable-module__7N4mMa__txCardRowStacked{flex-direction:column;align-items:flex-start;gap:8px}.MainTable-module__7N4mMa__txCardRowStacked .MainTable-module__7N4mMa__txCardValue{text-align:left;width:100%}@media (min-width:601px){.MainTable-module__7N4mMa__txDesktopTable{display:table}.MainTable-module__7N4mMa__txMobileCards{display:none}.MainTable-module__7N4mMa__txDesktopTable :is(th,td){padding:16px 14px;font-size:16px}.MainTable-module__7N4mMa__root{--main-table-tab-icon-size:24px;--main-table-tab-font-size:20px;--main-table-heading-font-size:24px;--main-table-subheading-font-size:20px;--main-table-body-font-size:16px;--main-table-content-max-height:400px;--main-table-content-padding:32px;--main-table-heading-margin-bottom:16px;--main-table-subheading-margin-bottom:16px;--main-table-subheading-margin-top:32px;--main-table-text-margin-bottom:16px;gap:24px}.MainTable-module__7N4mMa__tablist{padding-inline:32px}.MainTable-module__7N4mMa__tab{padding:24px 12px}.MainTable-module__7N4mMa__tab:after{left:12px;right:12px}}
.TopGames-module__KbAMgW__topGamesSection{--top-games-glow:20px;background-color:var(--main-bg);width:100%}.TopGames-module__KbAMgW__topGamesSection.TopGames-module__KbAMgW__embedded{--top-games-section-pad-x:16px;--top-games-glow:20px;--top-games-embedded-bg:var(--secondContainer-bg);background-color:var(--top-games-embedded-bg);border-radius:var(--border-radius-12);padding:var(--top-games-glow) 0;min-width:0;overflow:visible}@media (min-width:601px){.TopGames-module__KbAMgW__topGamesSection.TopGames-module__KbAMgW__embedded{--top-games-section-pad-x:32px;--top-games-embedded-bg:var(--color-white);padding:32px var(--top-games-section-pad-x)}}.TopGames-module__KbAMgW__headerRow{justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;display:flex}.TopGames-module__KbAMgW__title{font-size:18px;font-weight:var(--font-weight-700);text-transform:capitalize;margin-bottom:0}.TopGames-module__KbAMgW__gamesOuter{width:100%;min-width:0;margin-bottom:32px;overflow:visible}.TopGames-module__KbAMgW__embedded .TopGames-module__KbAMgW__gamesOuter{margin-inline:calc(-1 * var(--top-games-section-pad-x));width:calc(100% + 2 * var(--top-games-section-pad-x))}.TopGames-module__KbAMgW__carouselViewport{padding-block:var(--top-games-glow);margin-block:calc(-1 * var(--top-games-glow));-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain;overflow:auto visible}.TopGames-module__KbAMgW__carouselViewport::-webkit-scrollbar{display:none}.TopGames-module__KbAMgW__carouselTrack{width:max-content;min-height:calc(285px + 2 * var(--top-games-glow));box-sizing:border-box;flex-direction:row;align-items:center;gap:8px;display:flex;overflow:visible}.TopGames-module__KbAMgW__gameCard{--top-games-card-w:130px;--top-games-card-h:195px;--top-games-card-radius:14px;border-radius:var(--top-games-card-radius);cursor:pointer;color:inherit;width:var(--top-games-card-w);height:var(--top-games-card-h);box-shadow:none;box-sizing:border-box;border:2px solid #0000;flex:none;text-decoration:none;transition:width .35s,height .35s,border-color .35s,box-shadow .35s;display:block;position:relative;overflow:visible}.TopGames-module__KbAMgW__gameCardMedia{border-radius:calc(var(--top-games-card-radius) - 2px);position:absolute;inset:0;overflow:hidden}.TopGames-module__KbAMgW__gameCardActive{--top-games-card-w:190px;--top-games-card-h:285px;border-color:#7c00ff;box-shadow:0 0 20px #9600ff}.TopGames-module__KbAMgW__gameCardOverlay{z-index:0;pointer-events:none;background:#0000001a;position:absolute;inset:0}.TopGames-module__KbAMgW__gameImage{object-fit:cover;width:100%;height:100%;display:block}.TopGames-module__KbAMgW__playIcon{z-index:2;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.TopGames-module__KbAMgW__playIconImg{width:77px;height:77px}.TopGames-module__KbAMgW__headerRow{margin-bottom:24px}@media (min-width:601px){.TopGames-module__KbAMgW__headerRow{margin-bottom:32px}.TopGames-module__KbAMgW__title{font-size:24px;font-weight:inherit}.TopGames-module__KbAMgW__gamesOuter{margin-bottom:6px}.TopGames-module__KbAMgW__carouselTrack{min-height:calc(375px + 2 * var(--top-games-glow))}.TopGames-module__KbAMgW__gameCard{--top-games-card-w:190px;--top-games-card-h:285px}.TopGames-module__KbAMgW__gameCardActive{--top-games-card-w:250px;--top-games-card-h:375px}.TopGames-module__KbAMgW__playIconImg{width:80px;height:80px}}
