:root{--web-market-bg: #0b1019;--web-market-panel: #111927;--web-market-panel-soft: #18222f;--web-market-panel-hover: #1d2938;--web-market-line: #2a3545;--web-market-line-strong: #3b4757;--web-market-text: #f5f7f9;--web-market-muted: #9da6b2;--web-market-faint: #717c8b;--web-market-blue: #5d86f2;--web-market-blue-hover: #6d92f5;--web-market-orange: #f59622}html:has(.surface-web),body:has(.surface-web){color-scheme:dark;background:var(--web-market-bg)}.surface-web.web-market-shell{min-height:100vh;overflow:clip;background:var(--web-market-bg);color:var(--web-market-text)}.surface-web .agent-container,.surface-web .plati-catalog-inner{width:min(1472px,calc(100% - 48px))}.surface-web .web-market-header{position:sticky;z-index:90;top:0;border-bottom:1px solid var(--web-market-line);background:#111927fa;box-shadow:0 12px 32px #0000002e;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.surface-web .web-market-utility{border-bottom:1px solid rgba(59,71,87,.45);background:#0f1622}.surface-web .web-market-utility>.agent-container{display:flex;min-height:28px;align-items:center;justify-content:space-between;gap:24px}.surface-web .web-market-utility nav{display:flex;align-items:center;gap:24px}.surface-web .web-market-utility a{color:#7f8997;font-size:11px;line-height:28px;text-decoration:none;transition:color .15s ease}.surface-web .web-market-utility a:hover{color:var(--web-market-text)}.surface-web .web-market-mainbar{display:grid;grid-template-columns:160px minmax(300px,1fr) auto;min-height:68px;align-items:center;gap:12px}.surface-web .web-catalog-button.ant-btn{height:44px;border:0;border-radius:12px;background:var(--web-market-orange);color:#111927;box-shadow:none;font-weight:750}.surface-web .web-catalog-button.ant-btn:hover,.surface-web .web-catalog-button.ant-btn:focus-visible{background:#ffa33a!important;color:#111927!important}.surface-web .web-catalog-button .web-catalog-chevron{margin-left:auto;font-size:10px}.surface-web .web-market-search-wrap{position:relative;min-width:0}.surface-web .web-market-search.ant-input-search{width:100%;max-width:none}.surface-web .web-search-suggestions{position:absolute;z-index:140;top:calc(100% + 10px);right:0;left:0;max-height:min(620px,calc(100vh - var(--website-catalog-header-height, 150px) - 20px));padding:16px;overflow-y:auto;border:1px solid #344154;border-radius:18px;background:#111927;box-shadow:0 24px 60px #00000075}.surface-web .web-search-suggestions section+section{margin-top:14px;padding-top:14px;border-top:1px solid #273345}.surface-web .web-search-suggestions h3{margin:0 0 8px;color:#f4f7fb;font-size:15px;font-weight:760}.surface-web .web-search-suggestions section>button{display:grid;width:100%;min-height:58px;grid-template-columns:86px minmax(0,1fr) auto;align-items:center;gap:12px;padding:7px;border:0;border-radius:10px;background:transparent;color:#edf1f7;text-align:left;cursor:pointer}.surface-web .web-search-suggestions section>button:hover,.surface-web .web-search-suggestions section>button.active{background:#1b2737}.surface-web .web-search-suggestion-image{display:grid;width:86px;height:44px;place-items:center;overflow:hidden;border:1px solid #344154;border-radius:8px;background:#18222f}.surface-web .web-search-suggestion-image .web-remote-image,.surface-web .web-search-suggestion-image img{width:100%;height:100%;object-fit:contain}.surface-web .web-search-suggestions section>button>span:nth-child(2){display:grid;min-width:0;gap:3px}.surface-web .web-search-suggestions strong,.surface-web .web-search-suggestions small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.surface-web .web-search-suggestions strong{font-size:13px;font-weight:650}.surface-web .web-search-suggestions small{color:#8e99a8;font-size:11px}.surface-web .web-search-all-results{display:flex;width:100%;min-height:42px;align-items:center;justify-content:center;gap:8px;margin-top:14px;border:1px solid #3b4a5f;border-radius:10px;background:#192435;color:#f5f7fa;font-size:13px;font-weight:680;cursor:pointer}.surface-web .web-search-all-results:hover{border-color:var(--web-market-blue);background:#20304a}.surface-web .web-market-search .ant-input-affix-wrapper{height:44px;border:1px solid transparent;border-radius:12px 0 0 12px;background:#f7f8fa;color:#111927;box-shadow:none}.surface-web .web-market-search .ant-input-affix-wrapper:hover,.surface-web .web-market-search .ant-input-affix-wrapper-focused{border-color:var(--web-market-blue)}.surface-web .web-market-search .ant-input{background:transparent;color:#111927}.surface-web .web-market-search .ant-input::placeholder{color:#7e8792}.surface-web .web-market-search .ant-input-group-addon,.surface-web .web-market-search .ant-input-search-button{width:54px;height:44px;border:0;border-radius:0 12px 12px 0!important;background:#f7f8fa;color:#111927;box-shadow:none}.surface-web .web-market-search .ant-input-search-button:hover{background:#edf0f4!important;color:#111927!important}.surface-web .web-market-actions{display:flex;min-width:max-content;align-items:center;gap:8px}.surface-web .web-market-actions>a,.surface-web .web-market-actions>span{display:inline-flex;min-height:44px;align-items:center;gap:9px;padding:0 15px;border-radius:12px;background:var(--web-market-panel-soft);color:#e8ebef;font-size:13px;font-weight:650;text-decoration:none;transition:background .15s ease,color .15s ease}.surface-web .web-market-actions>a:hover,.surface-web .web-market-actions>a.active{background:var(--web-market-panel-hover);color:#fff}.surface-web .web-market-actions .anticon,.surface-web .web-market-actions svg{width:18px;height:18px;font-size:18px}.surface-web .web-market-quicknav{border-top:1px solid rgba(59,71,87,.42)}.surface-web .web-market-quicknav>.agent-container{display:flex;min-height:39px;align-items:center;gap:30px;overflow-x:auto;scrollbar-width:none}.surface-web .web-market-quicknav a{position:relative;display:inline-flex;flex:0 0 auto;align-items:center;gap:7px;color:#b5bdc7;font-size:13px;text-decoration:none;transition:color .15s ease}.surface-web .web-market-quicknav a>svg{width:16px;height:16px;flex:0 0 auto}.surface-web .web-market-quicknav a:after{position:absolute;right:0;bottom:-12px;left:0;height:2px;border-radius:999px;background:var(--web-market-orange);content:"";opacity:0}.surface-web .web-market-quicknav a:hover,.surface-web .web-market-quicknav a.active{color:#fff}.surface-web .web-market-quicknav a.active:after{opacity:1}.web-mega-menu{display:grid;width:min(880px,calc(100vw - 48px));grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;padding:10px;border:1px solid var(--web-market-line-strong);border-radius:18px;background:#0f1622;color:var(--web-market-text);box-shadow:0 28px 80px #0000008c}.web-mega-menu section{min-width:0;padding:8px}.web-mega-menu section>a{display:flex;min-height:34px;align-items:center;justify-content:space-between;gap:8px;padding:7px 9px;border-radius:8px;color:#9ca6b4;font-size:12px;text-decoration:none}.web-mega-menu section>a:hover{background:var(--web-market-panel-soft);color:#fff}.web-mega-menu .web-mega-title{margin-bottom:5px;color:#fff;font-size:13px}.web-mega-menu .web-mega-title svg{width:14px}.web-mega-menu .web-mega-all{display:flex;grid-column:1 / -1;min-height:42px;align-items:center;justify-content:center;gap:9px;margin-top:4px;border-radius:11px;background:var(--web-market-panel-soft);color:#fff;font-weight:650;text-decoration:none}.surface-web .web-market-content{min-height:65vh;background:var(--web-market-bg)}.surface-web .agent-session-warning{margin-top:12px;border:1px solid rgba(245,150,34,.42);border-radius:12px;background:#f596221a;color:#ffd49e}.surface-web .web-home{display:grid;gap:4px;padding-block:24px 34px}.surface-web .web-home-panel{overflow:hidden;padding:24px;border:1px solid #202b3a;border-radius:24px;background:var(--web-market-panel)}.surface-web .web-home-heading{display:flex;min-height:38px;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:16px}.surface-web .web-home-heading h2{margin:0;color:#fff;font-size:24px;line-height:32px;font-weight:750;letter-spacing:-.025em}.surface-web .web-home-heading p{margin:4px 0 0;color:var(--web-market-faint);font-size:12px}.surface-web .web-home-heading-actions{display:inline-flex;flex:0 0 auto;align-items:center;gap:6px}.surface-web .web-home-heading-actions>a,.surface-web .web-home-rail-control.ant-btn{display:inline-flex;min-width:32px;min-height:32px;align-items:center;justify-content:center;border-radius:9px;background:var(--web-market-panel-soft);color:#aeb7c3;font-size:12px;text-decoration:none}.surface-web .web-home-heading-actions>a{padding-inline:14px;font-weight:650}.surface-web .web-home-rail-control.ant-btn{width:32px;height:32px;padding:0}.surface-web .web-home-heading-actions>a:hover,.surface-web .web-home-rail-control.ant-btn:hover{background:var(--web-market-panel-hover)!important;color:#fff}.surface-web .web-home-rail-control svg{width:16px;height:16px}.surface-web .web-steam-topup{padding:0}.surface-web .web-steam-topup-heading{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:24px;padding:0 22px}.surface-web .web-steam-topup-heading h2{margin:0;color:#fff;font-size:24px;line-height:32px;font-weight:750;letter-spacing:-.025em}.surface-web .web-steam-topup-heading>span{color:var(--web-market-faint);font-size:11px}.surface-web .web-steam-service-tabs{display:flex;gap:24px;min-height:40px;overflow-x:auto;padding:0 22px;border-top:1px solid #202b3a;border-bottom:1px solid #202b3a}.surface-web .web-steam-service-tabs>button{position:relative;display:inline-flex;flex:0 0 auto;min-height:40px;align-items:center;padding:0 5px;border:0;background:transparent;cursor:pointer;font-family:inherit;color:#fff;font-size:13px;font-weight:700}.surface-web .web-steam-service-tabs>button:not(.active){color:#9da6b2}.surface-web .web-steam-service-tabs>button.active:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;border-radius:999px 999px 0 0;background:var(--web-market-orange);content:""}.surface-web .web-steam-form{padding:16px 22px 18px}.surface-web .web-steam-regions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.surface-web .web-steam-regions .ant-btn{min-width:112px;height:34px;padding-inline:14px;border-color:#344154;border-radius:9px;background:transparent;color:#aeb7c3;box-shadow:none;font-size:12px}.surface-web .web-steam-regions .ant-btn:hover,.surface-web .web-steam-regions .ant-btn.active{border-color:var(--web-market-orange)!important;background:#f596221a!important;color:#ffd5a3!important}.surface-web .web-steam-fields{display:grid;grid-template-columns:minmax(280px,1.1fr) minmax(280px,1.15fr) minmax(180px,.65fr);align-items:start;gap:12px}.surface-web .web-steam-amount-field,.surface-web .web-steam-login-field,.surface-web .web-topup-select-field{min-width:0}.surface-web .web-topup-select-field{display:grid;gap:6px;color:#aeb7c3;font-size:11px}.surface-web .web-topup-select-field>.ant-select{width:100%;height:46px}.surface-web .web-topup-select-field .ant-select-selector{border-color:#344154!important;background:#0e1520!important;box-shadow:none!important}.surface-web .web-topup-fixed-fields{align-items:end}.surface-web .web-steam-amount-field>.ant-input-number-group-wrapper,.surface-web .web-steam-amount-field>.ant-space-compact,.surface-web .web-steam-amount-field .ant-input-number,.surface-web .web-steam-login-field>.ant-input{width:100%}.surface-web .web-steam-amount-field .ant-input-number,.surface-web .web-topup-unit.ant-btn,.surface-web .web-steam-login-field>.ant-input{height:46px;border-color:#344154;background:#0e1520;color:#fff;box-shadow:none}.surface-web .web-steam-amount-field .ant-input-number-input{height:44px}.surface-web .web-topup-unit.ant-btn{min-width:58px;padding-inline:15px;color:#aeb7c3;opacity:1}.surface-web .web-steam-amount-field .ant-input-number:hover,.surface-web .web-steam-amount-field .ant-input-number-focused,.surface-web .web-steam-login-field>.ant-input:hover,.surface-web .web-steam-login-field>.ant-input:focus{border-color:var(--web-market-blue)}.surface-web .web-steam-presets{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-top:7px}.surface-web .web-steam-presets .ant-btn{height:28px;padding-inline:6px;border-color:#2b3748;border-radius:7px;background:#18222f;color:#aeb7c3;box-shadow:none;font-size:10px}.surface-web .web-steam-presets .ant-btn:hover{border-color:#526079!important;background:#1d2938!important;color:#fff!important}.surface-web .web-steam-login-field{position:relative;padding-bottom:30px}.surface-web .web-steam-login-help.ant-btn{position:absolute;bottom:0;left:0;height:29px;padding:0;color:#9fb5f7;font-size:11px}.surface-web .web-topup-field-hint{position:absolute;bottom:4px;left:0;max-width:100%;overflow:hidden;color:#8290a2;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.surface-web .web-steam-buy.ant-btn{height:46px;border:0;border-radius:10px;background:var(--web-market-blue);box-shadow:none;color:#fff;font-size:13px;font-weight:750}.surface-web .web-steam-buy.ant-btn:hover,.surface-web .web-steam-buy.ant-btn:focus-visible{background:var(--web-market-blue-hover)!important;color:#fff!important}.surface-web .web-steam-error{display:flex;align-items:center;gap:7px;margin-top:3px;color:#ff9c9c;font-size:11px}.surface-web .web-steam-error svg{width:14px;height:14px}.surface-web .web-steam-seller{display:flex;min-height:24px;align-items:center;flex-wrap:wrap;gap:8px 18px;margin-top:8px;color:var(--web-market-faint);font-size:10px}.surface-web .web-steam-seller span{display:inline-flex;align-items:center;gap:5px}.surface-web .web-steam-seller strong{color:#cbd2da;font-weight:650}.surface-web .web-steam-seller svg{width:12px;height:12px}.web-steam-help-copy{color:#b5bec9;line-height:1.55}.web-steam-help-copy p:last-child{margin-bottom:0}.web-steam-help-copy strong{color:#fff}.web-steam-email-form{display:grid;gap:12px}.web-steam-email-form p{margin:0;color:#aeb7c3;font-size:12px;line-height:1.5}.web-steam-email-error{color:#ff9c9c;font-size:11px}.surface-web .web-home-products,.surface-web .web-game-rail{--web-home-visible-cards: 8;display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}.surface-web .web-home-popular .web-game-rail.tone-popular,.surface-web .web-home-popular .web-game-rail.tone-popular.loading,.surface-web .web-home-preorders .web-game-rail.tone-compact,.surface-web .web-home-preorders .web-game-rail.tone-compact.loading{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));overflow:hidden;row-gap:16px}.surface-web .web-home-popular .tone-popular .web-game-card-link,.surface-web .web-home-popular .tone-popular.loading>.ant-card,.surface-web .web-home-preorders .tone-compact .web-game-card-link,.surface-web .web-home-preorders .tone-compact.loading>.ant-card{width:auto;min-width:0}.surface-web .web-home-newest .web-game-rail.tone-compact,.surface-web .web-home-newest .web-game-rail.tone-compact.loading{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));overflow:hidden;gap:8px}.surface-web .web-home-newest .tone-compact .web-game-card-link,.surface-web .web-home-newest .tone-compact.loading>.ant-card{width:auto;min-width:0}.surface-web .web-home-newest .web-game-card.ant-card,.surface-web .web-home-newest .web-game-rail.loading>.ant-card{height:64px;border:0;border-radius:8px;background:#18222fd1}.surface-web .web-home-newest .web-game-card .ant-card-cover{height:100%;border:0}.surface-web .web-home-newest .web-game-card-image,.surface-web .web-home-newest .web-game-rail.loading .ant-skeleton-image{height:100%;aspect-ratio:auto}.surface-web .web-home-newest .web-game-card-image>img{padding:8px 12px;object-fit:contain}.surface-web .web-home-newest .web-game-card .ant-card-body,.surface-web .web-home-newest .web-skeleton-home-game-card .ant-card-body{display:none}.surface-web .web-game-card-link{display:block;min-width:0;height:100%;flex:0 0 calc((100% - (var(--web-home-visible-cards) - 1) * 10px) / var(--web-home-visible-cards));color:inherit;scroll-snap-align:start;text-decoration:none}.surface-web .web-game-card.ant-card{height:100%;overflow:hidden;border:1px solid #283344;background:var(--web-market-panel-soft);box-shadow:none;transition:border-color .16s ease,background .16s ease,transform .16s ease}.surface-web .web-game-card-link:hover .web-game-card{border-color:#526079;background:var(--web-market-panel-hover);transform:translateY(-2px)}.surface-web .web-game-card .ant-card-cover{overflow:hidden;border-bottom:1px solid #283344;background:#202a38}.surface-web .web-game-card-image{display:grid;width:100%;aspect-ratio:238 / 296;place-items:center;overflow:hidden;color:#6f7b8c}.surface-web .web-game-card-image>img{width:100%;height:100%;border-radius:0;object-fit:cover;transition:transform .24s ease}.surface-web .web-game-card-link:hover .web-game-card-image>img{transform:scale(1.025)}.surface-web .web-game-card .ant-card-body{padding:10px}.surface-web .web-game-card strong{display:-webkit-box;overflow:hidden;min-height:34px;color:#f5f7f9;font-size:12px;font-weight:650;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.surface-web .web-game-rail.loading>.ant-card{overflow:hidden;border:1px solid #283344;background:var(--web-market-panel-soft)}.surface-web .web-game-rail.loading .ant-skeleton-image{width:100%;height:auto;aspect-ratio:238 / 296;border-radius:0}.surface-web .web-home-product{display:flex;min-width:0;min-height:0;flex:0 0 calc((100% - (var(--web-home-visible-cards) - 1) * 10px) / var(--web-home-visible-cards));flex-direction:column;color:#fff;scroll-snap-align:start;text-decoration:none}.surface-web .web-home-recommended-content{display:grid;gap:24px}.surface-web .web-home-featured-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.surface-web .web-home-featured-product{display:grid;min-width:0;min-height:215px;grid-template-columns:minmax(0,1fr) minmax(0,1.02fr);gap:14px;padding:3px;border:1px solid #283344;border-radius:14px;background:var(--web-market-panel-soft);color:#fff;text-decoration:none;transition:border-color .16s ease,background .16s ease,transform .16s ease}.surface-web .web-home-featured-product:first-child{border-color:var(--web-market-blue);background:linear-gradient(135deg,#5d86f2e6,#3a6ae4e6)}.surface-web .web-home-featured-product:hover{border-color:#526079;background-color:var(--web-market-panel-hover);transform:translateY(-2px)}.surface-web .web-home-featured-product-image{display:grid;min-width:0;overflow:hidden;aspect-ratio:1 / 1;place-items:center;border-radius:11px;background:#202a38}.surface-web .web-home-featured-product-image>img{width:100%;height:100%;object-fit:cover}.surface-web .web-home-featured-product-copy{display:flex;min-width:0;flex-direction:column;padding:12px 12px 10px 0}.surface-web .web-home-featured-product-copy>b{font-size:22px;line-height:28px}.surface-web .web-home-featured-product-copy>strong{display:-webkit-box;overflow:hidden;margin-top:10px;font-size:14px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:3}.surface-web .web-home-featured-product-copy>small{margin-top:8px;color:#b7c0cd;font-size:11px}.surface-web .web-home-featured-product:first-child .web-home-featured-product-copy>small{color:#ffffffbf}.surface-web .web-home-featured-product-copy>i{display:inline-flex;min-height:38px;align-items:center;justify-content:center;margin-top:auto;border-radius:8px;background:var(--web-market-blue);font-size:12px;font-style:normal;font-weight:750}.surface-web .web-home-featured-product:first-child .web-home-featured-product-copy>i{background:#fff;color:#315fc8}.surface-web .web-home-products.tone-featured{--web-home-visible-cards: 6;gap:24px}.surface-web .tone-featured .web-home-product{flex-basis:calc((100% - (var(--web-home-visible-cards) - 1) * 24px) / var(--web-home-visible-cards))}.surface-web .tone-featured .web-home-product-image{aspect-ratio:1 / 1}.surface-web .tone-featured .web-home-product-body{min-height:118px}.surface-web .web-home-sales-leaders .web-home-products.tone-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px;overflow:hidden}.surface-web .web-home-sales-leaders .tone-grid .web-home-product,.surface-web .web-home-sales-leaders .tone-grid.loading>.ant-card{width:auto;min-width:0}.surface-web .web-home-sales-leaders .web-home-product-image{aspect-ratio:1 / 1}.surface-web .web-home-product-card.ant-card{display:flex;width:100%;height:100%;flex-direction:column;overflow:hidden;border:1px solid #283344;background:var(--web-market-panel-soft);box-shadow:none;transition:border-color .16s ease,transform .16s ease,background .16s ease}.surface-web .web-home-product:hover .web-home-product-card{border-color:#526079;background:var(--web-market-panel-hover);transform:translateY(-2px)}.surface-web .web-home-product-card .ant-card-body{display:flex;min-height:0;flex:1;padding:0}.surface-web .web-home-product-image{position:relative;display:block;overflow:hidden;aspect-ratio:1 / 1;background:#202a38}.surface-web .tone-compact .web-home-product-image{aspect-ratio:16 / 9}.surface-web .web-home-product-image>img{width:100%;height:100%;object-fit:cover;transition:transform .24s ease}.surface-web .web-home-product:hover .web-home-product-image>img{transform:scale(1.025)}.surface-web .web-home-product-image>span{display:grid;width:100%;height:100%;place-items:center;color:#697486}.surface-web .web-home-product-body{display:flex;min-width:0;min-height:126px;flex:1;flex-direction:column;padding:10px}.surface-web .web-home-product-body>strong{display:-webkit-box;overflow:hidden;min-height:34px;color:#f5f7f9;font-size:12px;font-weight:650;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.surface-web .web-home-product-body>small{overflow:hidden;margin-top:7px;color:#a5aeb9;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.surface-web .web-home-product-facts{display:flex;min-height:16px;align-items:center;gap:8px;margin-top:6px;color:#758192}.surface-web .web-home-product-facts em{display:inline-flex;align-items:center;gap:3px;font-size:9px;font-style:normal;white-space:nowrap}.surface-web .web-home-product-facts em:first-child svg{width:10px;height:10px;fill:var(--web-market-orange);color:var(--web-market-orange)}.surface-web .web-home-product-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:8px}.surface-web .web-home-product-footer b{overflow:hidden;font-size:14px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.surface-web .web-home-product-footer i{display:inline-flex;min-height:26px;flex:0 0 auto;align-items:center;padding:0 8px;border-radius:7px;background:var(--web-market-blue);color:#fff;font-size:9px;font-style:normal;font-weight:700}.surface-web .web-home-products.loading>.ant-card{flex:0 0 calc((100% - (var(--web-home-visible-cards) - 1) * 10px) / var(--web-home-visible-cards));overflow:hidden;min-height:250px;border:1px solid #283344;border-radius:13px;background:var(--web-market-panel-soft)}.surface-web .web-home-products.loading .ant-skeleton-image{width:100%;height:auto;aspect-ratio:1;border-radius:0}.surface-web .web-home-empty{display:flex;min-height:150px;align-items:center;justify-content:center;gap:10px;color:var(--web-market-muted)}.surface-web .web-market-product{padding-top:0;padding-bottom:48px}.surface-web .web-market-product .agent-breadcrumbs{margin:0;padding-block:14px;color:var(--web-market-faint)}.surface-web .web-market-product .agent-product-detail-layout{grid-template-columns:minmax(0,1fr) 320px;gap:12px}.surface-web .web-market-product .agent-product-detail-main{display:grid;min-width:0;gap:12px}.surface-web .web-market-product .agent-product-overview,.surface-web .web-market-product .agent-content-panel,.surface-web .web-market-product .agent-purchase-panel,.surface-web .web-market-product .web-product-primary,.surface-web .web-market-product .web-product-trust-strip,.surface-web .web-product-safe-deal,.surface-web .web-product-tabs{border:1px solid #202b3a;border-radius:24px;background:var(--web-market-panel);box-shadow:none}.surface-web .web-market-product .agent-product-overview{grid-template-columns:200px minmax(0,1fr);gap:20px;padding:24px;border:0;border-radius:0;background:transparent}.surface-web .web-market-product .web-product-primary{overflow:hidden}.surface-web .web-market-product .agent-gallery{width:200px;max-width:200px}.surface-web .web-market-product .agent-gallery-main{width:200px;height:200px;aspect-ratio:1;border:1px solid var(--web-market-line);border-radius:12px;background:#0e1520}.surface-web .web-market-product .agent-gallery-main img{object-fit:contain}.surface-web .web-market-product .agent-gallery-thumbs button{border-color:var(--web-market-line);background:#0e1520}.surface-web .web-market-product .agent-gallery-thumbs button.active{border-color:var(--web-market-blue)}.surface-web .web-market-product .agent-product-overview-copy h1{max-width:760px;margin:8px 0 0;color:#fff;font-size:26px;line-height:1.23;letter-spacing:-.025em}.surface-web .web-market-product .agent-product-overview-copy{justify-content:flex-start}.surface-web .web-market-product .agent-eyebrow{color:var(--web-market-orange)}.surface-web .web-market-product .agent-overview-seller,.surface-web .web-market-product .agent-product-assurances{border-color:var(--web-market-line);background:var(--web-market-panel-soft);color:var(--web-market-muted)}.surface-web .web-market-product .agent-overview-seller strong,.surface-web .web-market-product .agent-product-assurances span{color:#dce1e7}.surface-web .web-market-product .web-product-meta{display:flex;flex-wrap:wrap;gap:6px 18px;margin-top:12px;color:var(--web-market-muted);font-size:12px}.surface-web .web-market-product .web-product-meta span+span{color:var(--web-market-blue)}.surface-web .web-market-product .web-product-options{display:grid;gap:18px;padding:22px 24px 24px;border-top:1px solid var(--web-market-line)}.surface-web .web-market-product .web-product-options>.agent-form-field,.surface-web .web-market-product .web-product-email-field{max-width:520px}.surface-web .web-market-product .web-product-options .agent-radio-list,.surface-web .web-market-product .web-product-options .agent-checkbox-list{flex-flow:row wrap;gap:6px}.surface-web .web-market-product .web-product-options .agent-radio-list label,.surface-web .web-market-product .web-product-options .agent-checkbox-list label{width:auto;min-height:40px;padding:8px 12px;border-radius:8px}.surface-web .web-market-product .web-product-purchase-rail{position:sticky;top:151px;display:grid;align-content:start;gap:12px}.surface-web .web-market-product .agent-purchase-panel{position:static;gap:14px;padding:20px}.surface-web .web-market-product .agent-purchase-price{align-items:flex-start;flex-direction:column;gap:5px}.surface-web .web-market-product .agent-purchase-price strong{font-size:30px;line-height:1.05}.surface-web .web-market-product .agent-buy-button{min-height:48px;border-radius:8px}.surface-web .web-market-product .agent-purchase-caption{margin-top:0;font-size:10px;line-height:1.45;text-align:left}.surface-web .web-market-product .web-product-trust-strip{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:16px 12px 12px}.surface-web .web-market-product .web-product-trust-strip>span{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:7px;min-height:36px;padding-inline:8px;color:#c9d0d9;font-size:11px}.surface-web .web-market-product .web-product-trust-strip>span+span{border-left:1px solid var(--web-market-line)}.surface-web .web-market-product .web-product-trust-strip svg{width:20px;color:#62c98b}.surface-web .web-market-product .web-product-trust-strip a{display:inline-flex;grid-column:1 / -1;align-items:center;justify-content:center;gap:4px;margin-top:10px;padding-top:10px;border-top:1px solid var(--web-market-line);color:var(--web-market-muted);font-size:10px;text-decoration:none}.surface-web .web-market-product .web-product-trust-strip a svg{width:13px}.surface-web .web-market-product .web-product-purchase-rail>.agent-overview-seller{margin-top:0;border-color:#202b3a;border-radius:18px;background:var(--web-market-panel)}.surface-web .web-market-product .agent-purchase-price span,.surface-web .web-market-product .agent-form-field>span,.surface-web .web-market-product .agent-payment-methods>span,.surface-web .web-market-product .agent-purchase-total>span{color:var(--web-market-muted)}.surface-web .web-market-product .agent-purchase-price strong,.surface-web .web-market-product .agent-purchase-total strong{color:#fff}.surface-web .web-market-product .agent-form-field input,.surface-web .web-market-product .agent-form-field select,.surface-web .web-market-product .agent-form-field textarea,.surface-web .web-market-product .agent-option-fieldset,.surface-web .web-market-product .agent-input-with-icon{border-color:var(--web-market-line-strong);background:var(--web-market-panel-soft);color:#fff}.surface-web .web-market-product .agent-radio-list label strong,.surface-web .web-market-product .agent-checkbox-grid label strong{color:#dbe1e8}.surface-web .web-market-product .agent-radio-list label:has(input:checked) strong,.surface-web .web-market-product .agent-checkbox-grid label:has(input:checked) strong{color:#15202d}.surface-web .web-market-product .agent-option-fieldset legend,.surface-web .web-market-product .agent-option-fieldset>p{color:var(--web-market-muted)}.surface-web .web-market-product .agent-breadcrumbs a,.surface-web .web-market-product .agent-breadcrumbs em{color:var(--web-market-faint)}.surface-web .web-market-product .agent-breadcrumbs a:hover{color:#fff}.surface-web .web-market-product .agent-form-field input:focus,.surface-web .web-market-product .agent-form-field select:focus,.surface-web .web-market-product .agent-form-field textarea:focus{border-color:var(--web-market-blue);box-shadow:0 0 0 3px #5d86f226}.surface-web .web-market-product .agent-buy-button{background:var(--web-market-blue);color:#fff}.surface-web .web-market-product .agent-buy-button:hover{background:var(--web-market-blue-hover)}.surface-web .web-market-product .agent-purchase-caption,.surface-web .web-market-product .agent-modifier-note,.surface-web .web-market-product .agent-form-field small,.surface-web .web-market-product .agent-muted{color:var(--web-market-faint)}.surface-web .web-product-safe-deal{display:flex;min-height:84px;align-items:center;gap:13px;padding:16px 20px}.surface-web .web-product-safe-deal>svg{width:28px;height:28px;color:var(--web-market-blue)}.surface-web .web-product-safe-deal>div{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.surface-web .web-product-safe-deal strong{font-size:14px}.surface-web .web-product-safe-deal span{color:var(--web-market-muted);font-size:11px}.surface-web .web-product-safe-deal a{display:inline-flex;align-items:center;gap:4px;color:#aeb7c3;font-size:11px;text-decoration:none}.surface-web .web-product-safe-deal a svg{width:14px}.surface-web .web-product-tabs{display:flex;gap:6px;padding:7px;border-radius:14px}.surface-web .web-product-tabs a{padding:10px 14px;border-radius:9px;color:var(--web-market-muted);font-size:12px;font-weight:650;text-decoration:none}.surface-web .web-product-tabs a:first-child,.surface-web .web-product-tabs a:hover{background:var(--web-market-panel-soft);color:#fff}.surface-web .web-market-product .agent-content-panel{color:var(--web-market-muted)}.surface-web .web-market-product .agent-content-panel h2,.surface-web .web-market-product .agent-content-panel h3{color:#fff}.surface-web .web-market-product .agent-description-panel p{color:#b0b8c3}.surface-web .agent-footer{border-top:1px solid var(--web-market-line);background:#0f1622;color:#8994a3}.surface-web .agent-footer .agent-brand{color:#fff}.surface-web .agent-footer .agent-brand-mark{background:var(--web-market-panel-soft);color:var(--web-market-orange)}.surface-web .agent-footer-grid>div>strong{color:#fff}.surface-web .agent-footer-grid>div>a{color:#8994a3;overflow-wrap:anywhere}.surface-web .agent-footer-grid>div{min-width:0}.surface-web .agent-footer-grid>div>a:hover{color:#fff}.surface-web .agent-footer-bottom{border-top-color:var(--web-market-line)}.surface-web .agent-auth-page,.surface-web .agent-orders-page,.surface-web .agent-order-page,.surface-web .agent-account-page,.surface-web .agent-legal-page,.surface-web .agent-page-space{color:var(--web-market-text)}.surface-web .agent-auth-card,.surface-web .agent-auth-benefits,.surface-web .agent-device-banner,.surface-web .agent-order-row,.surface-web .agent-order-status-card,.surface-web .agent-order-summary-card,.surface-web .agent-order-timeline,.surface-web .agent-account-hero,.surface-web .agent-account-identities,.surface-web .agent-account-links,.surface-web .agent-legal-page article,.surface-web .agent-state-panel{border-color:#202b3a;background:var(--web-market-panel);color:var(--web-market-text);box-shadow:none}.surface-web .agent-auth-card h1,.surface-web .agent-auth-benefits h2,.surface-web .agent-orders-heading h1,.surface-web .agent-order-detail-heading h1,.surface-web .agent-account-hero h1,.surface-web .agent-legal-page h1,.surface-web .agent-legal-page h2,.surface-web .agent-state-panel h2{color:#fff}.surface-web .agent-auth-card p,.surface-web .agent-auth-benefits small,.surface-web .agent-orders-heading p,.surface-web .agent-order-detail-heading p,.surface-web .agent-account-hero p,.surface-web .agent-legal-page p,.surface-web .agent-state-panel p{color:var(--web-market-muted)}.surface-web .agent-button.primary,.surface-web .agent-buy-button{background:var(--web-market-blue);color:#fff}.surface-web .agent-button.secondary{border-color:var(--web-market-line-strong);background:var(--web-market-panel-soft);color:#fff}.surface-web .agent-breadcrumbs{min-height:48px;padding-block:15px;color:var(--web-market-faint)}.surface-web .agent-breadcrumbs a{color:var(--web-market-muted)}.surface-web .agent-breadcrumbs a:hover,.surface-web .agent-breadcrumbs em{color:var(--web-market-text)}.surface-web .agent-eyebrow{color:var(--web-market-orange);font-size:11px;letter-spacing:.08em}.surface-web .agent-button,.surface-web .agent-buy-button{min-height:44px;border-radius:9px;box-shadow:none;font-size:13px}.surface-web .agent-button.primary:hover,.surface-web .agent-buy-button:hover:not(:disabled){background:var(--web-market-blue-hover);box-shadow:none;transform:none}.surface-web .agent-auth-page{grid-template-columns:minmax(0,520px);justify-content:center;max-width:none;padding-block:52px 80px}.surface-web .agent-auth-benefits{display:none}.surface-web .agent-auth-card{padding:32px;border-radius:18px}.surface-web .agent-auth-icon{width:48px;height:48px;margin-bottom:18px;border-radius:13px;background:var(--web-market-panel-soft);color:var(--web-market-orange)}.surface-web .agent-auth-card h1{margin-top:10px;font-size:32px;line-height:1.15;letter-spacing:-.035em}.surface-web .agent-auth-card>p{margin-top:10px;font-size:14px;line-height:1.55}.surface-web .agent-auth-form{gap:16px;margin-top:24px}.surface-web .agent-auth-form .agent-form-field,.surface-web .agent-auth-form .agent-form-field>span:first-child{color:#e6e9ee;font-size:13px}.surface-web .agent-auth-form .agent-input-with-icon,.surface-web .agent-auth-form .agent-form-field>input{height:48px;border-color:var(--web-market-line-strong);border-radius:9px;background:#0f1622;color:#fff}.surface-web .agent-auth-form .agent-input-with-icon input{height:45px;color:#fff}.surface-web .agent-auth-form input::placeholder{color:#697586}.surface-web .agent-auth-form .agent-input-with-icon:focus-within,.surface-web .agent-auth-form .agent-form-field>input:focus{border-color:var(--web-market-blue);box-shadow:0 0 0 2px #5d86f229}.surface-web .agent-auth-form .agent-form-field>small,.surface-web .agent-auth-trust{color:var(--web-market-muted)}.surface-web .agent-auth-trust{margin-top:24px;padding-top:18px;border-top-color:var(--web-market-line);font-size:12px}.surface-web .agent-auth-secondary button{color:#aebeff;font-size:12px}.surface-web .agent-orders-page,.surface-web .agent-order-page,.surface-web .agent-account-page{padding-bottom:64px}.surface-web .agent-orders-heading,.surface-web .agent-order-detail-heading{align-items:center;margin:2px 0 24px}.surface-web .agent-orders-heading .agent-eyebrow,.surface-web .agent-order-detail-heading .agent-eyebrow,.surface-web .agent-account-hero .agent-eyebrow,.surface-web .agent-legal-page article>.agent-eyebrow{display:none}.surface-web .agent-orders-heading h1,.surface-web .agent-order-detail-heading h1{margin:0;font-size:32px;line-height:1.2;letter-spacing:-.035em}.surface-web .agent-orders-heading p,.surface-web .agent-order-detail-heading p{max-width:760px;margin-top:7px;font-size:13px;line-height:1.55}.surface-web .agent-device-banner,.surface-web .agent-order-help{margin-bottom:18px;padding:14px 16px;border-color:var(--web-market-line);border-radius:14px;background:var(--web-market-panel)}.surface-web .agent-device-banner>span,.surface-web .agent-order-help>svg{width:40px;height:40px;border-radius:10px;background:var(--web-market-panel-soft);color:var(--web-market-blue)}.surface-web .agent-device-banner strong,.surface-web .agent-order-help strong{color:#fff}.surface-web .agent-device-banner p,.surface-web .agent-order-help p{color:var(--web-market-muted);font-size:12px}.surface-web .agent-device-banner>a,.surface-web .agent-order-help>a,.surface-web .agent-order-help>button{border:0;background:transparent;color:#aebeff;cursor:pointer;font-size:12px;font-weight:750}.surface-web .agent-order-filters{gap:8px;margin-bottom:16px}.surface-web .agent-order-filters button{min-height:40px;padding-inline:16px;border-color:var(--web-market-line);border-radius:9px;background:var(--web-market-panel);color:var(--web-market-muted);font-size:12px}.surface-web .agent-order-filters button:hover{border-color:var(--web-market-line-strong);color:#fff}.surface-web .agent-order-filters button.active{border-color:var(--web-market-blue);background:var(--web-market-blue);color:#fff}.surface-web .agent-order-list{gap:10px}.surface-web .agent-order-row{min-height:92px;padding:13px 16px;border-radius:13px}.surface-web .agent-order-row:hover{border-color:var(--web-market-line-strong);box-shadow:none;transform:none}.surface-web .agent-order-image{border-radius:10px;background:var(--web-market-panel-soft);color:var(--web-market-blue)}.surface-web .agent-order-main strong,.surface-web .agent-order-amount{color:#fff}.surface-web .agent-order-main small{color:var(--web-market-muted);font-size:11px}.surface-web .agent-order-main em{background:var(--web-market-panel-soft);color:var(--web-market-muted)}.surface-web .agent-state-panel{min-height:240px;border-radius:18px}.surface-web .agent-state-panel>span{background:var(--web-market-panel-soft);color:var(--web-market-blue)}.surface-web .agent-order-detail-grid{grid-template-columns:minmax(0,1fr) minmax(320px,360px);gap:18px}.surface-web .agent-order-status-card,.surface-web .agent-order-summary-card,.surface-web .agent-order-timeline{border-radius:16px}.surface-web .agent-order-status-card,.surface-web .agent-order-timeline,.surface-web .agent-order-summary-card{padding:22px}.surface-web .agent-order-status-card h2,.surface-web .agent-order-summary-card h2,.surface-web .agent-order-timeline h2{color:#fff;font-size:19px}.surface-web .agent-order-status-card p,.surface-web .agent-order-summary-card dt,.surface-web .agent-order-timeline small{color:var(--web-market-muted)}.surface-web .agent-order-summary-card dl>div{border-bottom-color:var(--web-market-line)}.surface-web .agent-order-summary-card dd,.surface-web .agent-order-timeline strong{color:#fff}.surface-web .agent-order-timeline>div:not(:last-child):after{background:var(--web-market-line)}.surface-web .agent-order-timeline>div>span{background:var(--web-market-panel-soft);color:var(--web-market-blue)}.surface-web .agent-account-hero{grid-template-columns:72px minmax(0,1fr) auto;gap:18px;padding:22px;border-radius:16px}.surface-web .agent-account-avatar{width:72px;height:72px;border-radius:14px;background:var(--web-market-panel-soft);color:var(--web-market-blue)}.surface-web .agent-account-hero h1{margin:0;font-size:32px;line-height:1.2;letter-spacing:-.035em}.surface-web .agent-account-grid{gap:16px;margin-top:16px}.surface-web .agent-account-identities,.surface-web .agent-account-links{padding:22px;border-radius:16px}.surface-web .agent-account-identities h2,.surface-web .agent-account-links h2{color:#fff;font-size:19px}.surface-web .agent-account-identities>div,.surface-web .agent-account-links>a,.surface-web .agent-account-guest-actions>a{border-color:var(--web-market-line);border-radius:11px;background:#0f1622;color:#fff}.surface-web .agent-account-identities>div>span,.surface-web .agent-account-links>a>svg:first-child,.surface-web .agent-account-guest-actions>a>svg:first-child{border-radius:10px;background:var(--web-market-panel-soft);color:var(--web-market-blue)}.surface-web .agent-account-identities small,.surface-web .agent-account-links small,.surface-web .agent-account-guest-actions small{color:var(--web-market-muted)}.surface-web .agent-account-identities>div>a{color:#aebeff}.surface-web .agent-account-footer{margin-top:16px}.surface-web .agent-account-guest-actions{max-width:none}.surface-web .agent-legal-page{padding-bottom:64px}.surface-web .agent-legal-page article{max-width:1180px;margin-top:2px;padding:32px;border-radius:18px}.surface-web .agent-legal-page h1{margin:0;font-size:32px;line-height:1.2;letter-spacing:-.035em}.surface-web .agent-legal-updated{margin-top:8px;font-size:12px}.surface-web .agent-legal-lead{margin-top:24px;padding:18px 20px;border-left-color:var(--web-market-blue);border-radius:0 10px 10px 0;background:var(--web-market-panel-soft);color:#d4d9e0!important;font-size:15px;line-height:1.65}.surface-web .agent-legal-page article section{margin-top:28px}.surface-web .agent-legal-page article section h2{font-size:20px}.surface-web .agent-legal-page article section p{color:#aeb6c1;font-size:14px;line-height:1.72}.surface-web .agent-footer{padding:40px 0 18px}.surface-web .agent-footer-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}.surface-web .agent-footer-grid>div:not(.agent-footer-intro){gap:9px}.surface-web .agent-footer-grid>div>strong{margin-bottom:5px;font-size:14px}.surface-web .agent-footer-grid>div>a{font-size:12px;line-height:1.45}.surface-web .agent-footer-bottom{margin-top:32px;color:#717c8b;font-size:11px}@keyframes web-market-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}@media(max-width:1260px){.surface-web .web-game-rail,.surface-web .web-home-products{--web-home-visible-cards: 6}.surface-web .web-home-popular .web-game-rail.tone-popular,.surface-web .web-home-popular .web-game-rail.tone-popular.loading,.surface-web .web-home-preorders .web-game-rail.tone-compact,.surface-web .web-home-preorders .web-game-rail.tone-compact.loading{grid-template-columns:repeat(6,minmax(0,1fr))}.surface-web .web-home-sales-leaders .web-home-products.tone-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:1020px){.surface-web .web-market-mainbar{grid-template-columns:138px minmax(220px,1fr) auto}.surface-web .web-catalog-button.ant-btn,.surface-web .web-market-search-wrap,.surface-web .web-market-actions{order:initial}.surface-web .web-market-actions>a{padding-inline:13px}.surface-web .web-market-actions>a span{display:none}.surface-web .web-game-rail,.surface-web .web-home-products{--web-home-visible-cards: 4}.surface-web .web-home-popular .web-game-rail.tone-popular,.surface-web .web-home-popular .web-game-rail.tone-popular.loading,.surface-web .web-home-preorders .web-game-rail.tone-compact,.surface-web .web-home-preorders .web-game-rail.tone-compact.loading,.surface-web .web-home-newest .web-game-rail.tone-compact,.surface-web .web-home-newest .web-game-rail.tone-compact.loading{grid-template-columns:repeat(4,minmax(0,1fr))}.surface-web .web-home-featured-products{grid-template-columns:1fr}.surface-web .web-home-featured-product{min-height:180px}.surface-web .web-home-sales-leaders .web-home-products.tone-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.surface-web .web-steam-fields{grid-template-columns:minmax(260px,1fr) minmax(260px,1fr)}.surface-web .web-steam-buy.ant-btn{grid-column:1 / -1}.surface-web .web-market-product .agent-product-detail-layout{grid-template-columns:1fr}.surface-web .web-market-product .agent-product-detail-main{display:contents}.surface-web .web-market-product .agent-product-overview{order:1}.surface-web .web-market-product .web-product-purchase-rail{position:static;order:2}.surface-web .web-market-product .web-product-safe-deal{order:3}.surface-web .web-market-product .web-product-tabs{order:4}.surface-web .web-market-product .agent-description-panel{order:5}.surface-web .web-market-product .agent-seller-panel{order:6}}@media(max-width:720px){.surface-web .agent-container,.surface-web .plati-catalog-inner{width:min(100% - 24px,1472px)}.surface-web .web-steam-topup-heading{min-height:60px;padding-inline:16px}.surface-web .web-steam-topup-heading>span{display:none}.surface-web .web-steam-service-tabs{padding-inline:16px}.surface-web .web-steam-form{padding:14px 16px 16px}.surface-web .web-steam-regions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.surface-web .web-steam-regions .ant-btn{min-width:0;padding-inline:5px;font-size:10px}.surface-web .web-steam-fields{grid-template-columns:1fr}.surface-web .web-steam-buy.ant-btn{grid-column:auto}.surface-web .web-market-header{position:relative}.surface-web .web-market-utility,.surface-web .web-market-quicknav{display:none}.surface-web .web-market-mainbar{grid-template-columns:auto minmax(0,1fr) auto;min-height:64px;gap:8px}.surface-web .web-catalog-button.ant-btn{width:44px;order:1;padding:0;font-size:0}.surface-web .web-market-search-wrap{min-width:0;order:2}.surface-web .web-search-suggestions{position:fixed;top:64px;right:8px;left:8px;max-height:calc(100vh - 76px);padding:12px;border-radius:14px}.surface-web .web-search-suggestions section>button{grid-template-columns:72px minmax(0,1fr) auto}.surface-web .web-search-suggestion-image{width:72px;height:40px}.surface-web .web-catalog-button .anticon{margin:0;font-size:17px}.surface-web .web-catalog-button .web-catalog-chevron{display:none}.surface-web .web-market-search .ant-input-affix-wrapper,.surface-web .web-market-search .ant-input-search-button{height:42px}.surface-web .web-market-search .ant-input{font-size:12px}.surface-web .web-market-search .ant-input-group-addon,.surface-web .web-market-search .ant-input-search-button{width:42px}.surface-web .web-market-actions>a,.surface-web .web-market-actions>span{width:42px;min-height:42px;justify-content:center;padding:0}.surface-web .web-market-actions{min-width:0;order:3}.surface-web .web-market-actions>a span{display:none}.surface-web .web-market-actions>a>.anticon{display:inline-flex!important}.surface-web .web-home{width:100%;padding-block:0 24px;gap:4px}.surface-web .web-home-panel{padding:24px 16px;border-right:0;border-left:0;border-radius:20px}.surface-web .web-home-popular{border-top:0;border-radius:0 0 20px 20px}.surface-web .web-home-heading{min-height:32px;margin-bottom:16px}.surface-web .web-home-heading h2{font-size:24px;line-height:32px}.surface-web .web-home-heading p{display:none}.surface-web .web-home-products,.surface-web .web-game-rail{gap:16px}.surface-web .web-game-card-link,.surface-web .web-game-rail.loading>.ant-card{width:104px;flex:0 0 104px;scroll-snap-align:start}.surface-web .web-home-popular .web-game-rail.tone-popular,.surface-web .web-home-popular .web-game-rail.tone-popular.loading,.surface-web .web-home-preorders .web-game-rail.tone-compact,.surface-web .web-home-preorders .web-game-rail.tone-compact.loading,.surface-web .web-home-newest .web-game-rail.tone-compact,.surface-web .web-home-newest .web-game-rail.tone-compact.loading{display:flex;gap:16px;overflow-x:auto}.surface-web .web-home-popular .tone-popular .web-game-card-link,.surface-web .web-home-popular .tone-popular.loading>.ant-card,.surface-web .web-home-preorders .tone-compact .web-game-card-link,.surface-web .web-home-preorders .tone-compact.loading>.ant-card,.surface-web .web-home-newest .tone-compact .web-game-card-link,.surface-web .web-home-newest .tone-compact.loading>.ant-card{width:104px;min-width:104px;flex:0 0 104px}.surface-web .web-game-card-image,.surface-web .web-game-rail.loading .ant-skeleton-image{height:130px;aspect-ratio:auto}.surface-web .web-game-card .ant-card-body{padding:8px 4px 0}.surface-web .web-game-card strong{min-height:40px;font-size:14px;line-height:20px;text-align:center}.surface-web .web-game-card.ant-card,.surface-web .web-game-rail.loading>.ant-card{border:0;background:transparent}.surface-web .web-game-card .ant-card-cover{overflow:hidden;border:0;border-radius:10px}.surface-web .web-home-newest .web-game-card.ant-card,.surface-web .web-home-newest .web-game-rail.loading>.ant-card{height:64px;border-radius:8px;background:#18222fd1}.surface-web .web-home-newest .web-game-card-image,.surface-web .web-home-newest .web-game-rail.loading .ant-skeleton-image{height:64px}.surface-web .web-home-rail-control.ant-btn{display:none}.surface-web .web-home-heading-actions>a{min-height:32px;padding-inline:14px}.surface-web .web-steam-topup-heading{min-height:72px;padding:20px 16px}.surface-web .web-steam-topup-heading h2{font-size:24px;line-height:32px}.surface-web .web-steam-service-tabs{min-height:96px;flex-wrap:wrap;align-content:flex-start;gap:0 20px;padding:0 16px}.surface-web .web-steam-service-tabs>button{min-height:48px;padding-inline:0;font-size:16px}.surface-web .web-steam-form{padding:16px}.surface-web .web-steam-regions{display:flex;flex-wrap:nowrap;overflow-x:auto}.surface-web .web-steam-regions .ant-btn{min-width:max-content;height:48px;padding-inline:16px;font-size:14px}.surface-web .web-steam-fields{gap:16px}.surface-web .web-home-featured-products{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}.surface-web .web-home-featured-product{width:326px;min-height:172px;flex:0 0 326px;grid-template-columns:146px minmax(0,1fr);scroll-snap-align:start}.surface-web .web-home-featured-product-copy{padding:10px 10px 8px 0}.surface-web .web-home-featured-product-copy>b{font-size:20px}.surface-web .web-home-products.tone-featured{gap:12px}.surface-web .web-home-product{width:158px;flex:0 0 158px;scroll-snap-align:start}.surface-web .web-home-products.loading>.ant-card{width:158px;min-height:260px;flex:0 0 158px}.surface-web .web-home-sales-leaders .web-home-products.tone-grid,.surface-web .web-home-sales-leaders .web-home-products.tone-grid.loading{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px;overflow:visible}.surface-web .web-home-sales-leaders .tone-grid .web-home-product,.surface-web .web-home-sales-leaders .tone-grid.loading>.ant-card{width:auto;min-width:0;flex:none}.surface-web .web-market-product{width:100%;padding-bottom:28px}.surface-web .web-market-product .agent-breadcrumbs{width:calc(100% - 32px);min-height:48px;margin-inline:auto;padding-block:8px;font-size:11px}.surface-web .web-market-product .agent-product-detail-layout{gap:12px}.surface-web .web-market-product .web-product-primary{display:contents;border:0;border-radius:0;background:transparent}.surface-web .web-market-product .agent-product-overview{grid-template-columns:1fr;gap:16px;padding:0 16px}.surface-web .web-market-product .agent-gallery{width:100%;max-width:none}.surface-web .web-market-product .agent-gallery-main{width:100%;height:auto;aspect-ratio:1;border:0;border-radius:12px}.surface-web .web-market-product .agent-gallery-thumbs{display:none}.surface-web .web-market-product .agent-product-overview-copy{padding:0}.surface-web .web-market-product .agent-product-overview-copy h1{margin:0;font-size:20px;line-height:1.4;letter-spacing:-.015em}.surface-web .web-market-product .web-product-meta{margin-top:8px;font-size:12px}.surface-web .web-market-product .web-product-purchase-rail{display:contents}.surface-web .web-market-product .web-product-purchase-rail .agent-purchase-panel{position:static;order:2;gap:10px;margin:0 16px;padding:16px;border-radius:18px}.surface-web .web-market-product .agent-purchase-price{display:flex}.surface-web .web-market-product .agent-purchase-price span{font-size:10px}.surface-web .web-market-product .agent-purchase-price strong{font-size:28px}.surface-web .web-market-product .agent-buy-button{min-height:48px}.surface-web .web-market-product .agent-purchase-caption,.surface-web .web-market-product .agent-payment-methods{display:none}.surface-web .web-market-product .web-product-options{order:3;margin:0 16px;padding:18px 0 4px;border-top-color:var(--web-market-line)}.surface-web .web-market-product .web-product-options .agent-radio-list,.surface-web .web-market-product .web-product-options .agent-checkbox-list{flex-wrap:wrap}.surface-web .web-market-product .web-product-trust-strip{order:4;margin:0 16px;border-radius:18px}.surface-web .web-market-product .web-product-purchase-rail>.agent-overview-seller{order:5;margin:0 16px}.surface-web .web-market-product .web-product-tabs{order:6;margin-inline:16px}.surface-web .web-market-product .agent-description-panel{order:7;margin-inline:16px}.surface-web .web-market-product .agent-seller-panel{order:8;margin-inline:16px}.surface-web .web-market-product .agent-purchase-panel,.surface-web .web-market-product .agent-content-panel,.surface-web .web-product-safe-deal{padding:16px;border-radius:18px}.surface-web .web-product-safe-deal a{display:none}.web-mega-menu{width:calc(100vw - 24px);max-height:68vh;grid-template-columns:1fr;overflow-y:auto}.web-mega-menu section:not(:first-child){border-top:1px solid var(--web-market-line)}.surface-web .agent-footer-grid{grid-template-columns:1fr 1fr}.surface-web .agent-order-detail-grid{grid-template-columns:1fr}.surface-web .agent-order-summary-card{grid-column:1;grid-row:auto}}@media(max-width:430px){.surface-web .web-market-mainbar{grid-template-columns:42px minmax(0,1fr) 84px}.surface-web .web-market-actions>a,.surface-web .web-market-actions>span{width:42px;justify-content:center;padding:0}.surface-web .web-market-actions>a span{display:none}.surface-web .web-market-actions .ant-avatar{width:28px!important;height:28px!important}.surface-web .web-home-product{width:154px;flex-basis:154px}.surface-web .web-home-products.loading>.ant-card{width:154px;flex-basis:154px}.surface-web .web-product-safe-deal span{display:none}.surface-web .agent-breadcrumbs{min-height:40px;padding-block:10px;font-size:11px}.surface-web .agent-auth-page{padding-block:24px 48px}.surface-web .agent-auth-card{padding:22px 18px;border-radius:14px}.surface-web .agent-auth-card h1,.surface-web .agent-orders-heading h1,.surface-web .agent-order-detail-heading h1,.surface-web .agent-account-hero h1,.surface-web .agent-legal-page h1{font-size:26px}.surface-web .agent-orders-heading,.surface-web .agent-order-detail-heading{align-items:stretch;gap:14px;margin-bottom:18px}.surface-web .agent-orders-heading .agent-button{align-self:stretch}.surface-web .agent-device-banner,.surface-web .agent-order-help{grid-template-columns:36px minmax(0,1fr);gap:11px;padding:13px}.surface-web .agent-device-banner>span,.surface-web .agent-order-help>svg{width:36px;height:36px}.surface-web .agent-device-banner>a,.surface-web .agent-order-help>a,.surface-web .agent-order-help>button{grid-column:2;justify-self:start}.surface-web .agent-order-filters{margin-inline:-12px;padding-inline:12px}.surface-web .agent-order-row{grid-template-columns:52px minmax(0,1fr) auto;gap:10px;padding:12px}.surface-web .agent-order-main{grid-column:2 / 4}.surface-web .agent-order-amount{grid-column:2;grid-row:2;font-size:14px}.surface-web .agent-order-row .agent-order-status{grid-column:3;grid-row:2;max-width:132px;overflow:hidden;text-overflow:ellipsis}.surface-web .agent-order-row>svg{display:none}.surface-web .agent-order-status.large{align-self:flex-start}.surface-web .agent-order-status-card,.surface-web .agent-order-timeline,.surface-web .agent-order-summary-card{padding:18px;border-radius:14px}.surface-web .agent-order-status-card{grid-template-columns:44px minmax(0,1fr)}.surface-web .agent-order-status-icon{width:44px;height:44px;border-radius:12px}.surface-web .agent-order-status-card>svg{display:none}.surface-web .agent-account-hero{grid-template-columns:58px minmax(0,1fr);gap:13px;padding:18px}.surface-web .agent-account-avatar{width:58px;height:58px}.surface-web .agent-account-verified{grid-column:2;justify-self:start}.surface-web .agent-account-identities,.surface-web .agent-account-links{padding:18px;border-radius:14px}.surface-web .agent-account-identities>div,.surface-web .agent-account-links>a,.surface-web .agent-account-guest-actions>a{grid-template-columns:38px minmax(0,1fr) auto;gap:10px;padding:9px}.surface-web .agent-account-identities>div>span,.surface-web .agent-account-links>a>svg:first-child,.surface-web .agent-account-guest-actions>a>svg:first-child{width:38px;height:38px;padding:10px}.surface-web .agent-account-footer{align-items:stretch}.surface-web .agent-account-footer .agent-button{align-self:stretch}.surface-web .agent-legal-page article{padding:22px 18px;border-radius:14px}.surface-web .agent-legal-lead{margin-top:20px;padding:15px;font-size:14px}.surface-web .agent-contact-actions .agent-button{flex:1 1 100%}.surface-web .agent-footer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px;row-gap:28px}.surface-web .agent-footer-grid>div{display:flex;min-width:0;flex-direction:column;align-items:flex-start}.surface-web .agent-footer-grid>div>strong{font-size:13px}.surface-web .agent-footer-grid>div>a{font-size:11px}.surface-web .agent-footer-bottom{align-items:flex-start;flex-direction:column;gap:6px;margin-top:28px}}@media(prefers-reduced-motion:reduce){.surface-web .web-home-product,.surface-web .web-home-product-image>img,.surface-web .web-game-card,.surface-web .web-game-card-image>img{transition:none}.surface-web .web-home-products.loading>.ant-card{animation:none}}.surface-web .agent-favorite-card{border-color:#2a3545;background:#162231}.surface-web .agent-favorite-image,.surface-web .agent-favorite-remove{background:#111927}.surface-web .agent-favorite-copy small,.surface-web .agent-favorite-copy em{color:#9da8b8}.website-catalog-overlay-root{position:fixed!important;right:0;bottom:0;left:0;color:var(--web-market-text, #f5f7f9)}.website-catalog-overlay-root .ant-drawer-content-wrapper{max-width:none;box-shadow:none}.website-catalog-overlay-root .ant-drawer-content,.website-catalog-overlay-root .ant-drawer-body{overflow:hidden;background:#111927}.website-catalog-overlay-root .ant-drawer-content{border-top:1px solid #2a3545}.website-catalog-desktop{display:grid;height:100%;grid-template-columns:354px minmax(0,1fr)}.website-catalog-roots{display:flex;min-width:0;flex-direction:column;gap:4px;overflow-y:auto;padding:24px;border-right:1px solid #2a3545}.website-catalog-roots .ant-btn{display:grid;width:100%;height:48px;grid-template-columns:20px minmax(0,1fr) 14px;align-items:center;justify-content:stretch;gap:12px;padding:0 14px;border:0;border-radius:12px;background:transparent;color:#9da4ae;box-shadow:none;font-size:16px;text-align:left}.website-catalog-roots .ant-btn:hover,.website-catalog-roots .ant-btn:focus-visible,.website-catalog-roots .ant-btn.is-active{background:#1f2a37!important;color:#f5f7f9!important}.website-catalog-roots .ant-btn>span:not(.ant-btn-icon){display:contents}.website-catalog-roots .ant-btn svg:last-child{justify-self:end;font-size:12px}.website-catalog-detail{min-width:0;overflow-y:auto;padding:24px 24px 40px;scrollbar-color:#3b4757 transparent}.website-catalog-detail>header{display:flex;min-height:48px;align-items:baseline;gap:10px}.website-catalog-detail>header>a{display:inline-flex;align-items:center;gap:10px;color:#fff;text-decoration:none}.website-catalog-detail>header h2{margin:0;color:inherit;font-size:30px;line-height:1.2}.website-catalog-detail>header>a>svg{font-size:15px}.website-catalog-detail>header>span{color:#9da4ae;font-size:15px}.website-catalog-columns{columns:3 260px;column-gap:32px}.website-catalog-columns>section{display:inline-flex;width:100%;min-width:0;flex-direction:column;break-inside:avoid;margin:0 0 28px;vertical-align:top}.website-catalog-columns>section>strong,.website-catalog-group-link{display:flex;min-height:28px;align-items:center;color:#f5f7f9;font-size:18px;font-weight:700;text-decoration:none}.website-catalog-columns section>div{display:flex;min-width:0;flex-direction:column;gap:4px;margin-top:6px}.website-catalog-columns section>div>a{display:grid;min-width:0;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:3px 0;color:#d2d6db;font-size:14px;line-height:1.45;text-decoration:none}.website-catalog-columns section>div>a:hover,.website-catalog-group-link:hover,.website-catalog-more:hover{color:#6d92f5}.website-catalog-columns small{color:#7f8997;font-size:12px;white-space:nowrap}.website-catalog-more{display:inline-flex;width:max-content;margin-top:6px;color:#5d86f2;font-size:14px;text-decoration:none}.website-catalog-expand.ant-btn{width:max-content;height:auto;margin-top:6px;padding:3px 0;color:#5d86f2;font-size:14px;line-height:1.45}.website-catalog-expand.ant-btn:hover,.website-catalog-expand.ant-btn:focus-visible{color:#86a5f8!important}.website-catalog-expand.ant-btn .ant-btn-icon{font-size:11px}.website-catalog-mobile-roots,.website-catalog-mobile-detail{height:100%;overflow-y:auto;padding:16px}.website-catalog-mobile-roots{display:flex;flex-direction:column;gap:4px}.website-catalog-mobile-roots .ant-btn{display:grid;min-height:56px;grid-template-columns:22px minmax(0,1fr) 14px;align-items:center;justify-content:stretch;gap:12px;padding:0 14px;border:0;border-radius:12px;background:#1f2a37;color:#e5e7eb;box-shadow:none;font-size:16px;text-align:left}.website-catalog-mobile-roots .ant-btn:hover,.website-catalog-mobile-roots .ant-btn:focus-visible{background:#253343!important;color:#fff!important}.website-catalog-mobile-roots .ant-btn>span:not(.ant-btn-icon){display:contents}.website-catalog-mobile-roots .ant-btn svg:last-child{justify-self:end;font-size:12px}.website-catalog-mobile-detail{padding-bottom:32px}.website-catalog-back.ant-btn{height:36px;margin-bottom:8px;padding:0;color:#fff;font-size:18px;font-weight:700}.website-catalog-mobile-detail .ant-collapse{display:flex;flex-direction:column;gap:6px;background:transparent}.website-catalog-mobile-detail .ant-collapse-item{overflow:hidden;border:0!important;border-radius:12px!important;background:#1f2a37}.website-catalog-mobile-detail .ant-collapse-header{min-height:48px;align-items:center!important;padding:12px!important;color:#e5e7eb!important;font-size:16px}.website-catalog-mobile-detail .ant-collapse-header-text>span{display:flex;align-items:center;gap:9px}.website-catalog-mobile-detail .ant-collapse-content{border-top:1px solid #2a3545;background:#18222f}.website-catalog-mobile-detail .ant-collapse-content-box{padding:8px 12px 12px!important}.website-catalog-mobile-links{display:flex;flex-direction:column}.website-catalog-mobile-links>a{display:grid;min-height:42px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid #2a3545;color:#d2d6db;font-size:14px;text-decoration:none}.website-catalog-mobile-links>a:last-child{border-bottom:0}.website-catalog-mobile-links small{color:#7f8997;font-size:12px}.website-catalog-mobile-links .website-catalog-mobile-all{color:#6d92f5;font-weight:650}@media(max-width:1199px){.website-catalog-overlay-root .ant-drawer-content{border-top-color:#2a3545}}@media(max-width:430px){.website-catalog-mobile-roots,.website-catalog-mobile-detail{padding-inline:12px}}.surface-web .web-remote-image{position:relative;display:grid;width:100%;height:100%;min-width:0;min-height:0;overflow:hidden;place-items:center;background:inherit}.surface-web .web-remote-image>.ant-image{display:block;width:100%;height:100%}.surface-web .web-remote-image .ant-image-img{display:block;width:100%;height:100%;object-fit:var(--web-remote-image-fit, cover)}.surface-web .web-remote-image .ant-image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;overflow:hidden;place-items:center;background:#202a38}.surface-web .web-remote-image-placeholder{display:grid;width:100%;height:100%;place-items:center}.surface-web .web-remote-image-placeholder .ant-skeleton,.surface-web .web-remote-image-placeholder .ant-skeleton-element,.surface-web .web-remote-image-placeholder .ant-skeleton-image{display:block;width:100%;height:100%}.surface-web .web-remote-image-placeholder .ant-skeleton-image{border-radius:0;background:#ffffff12}.surface-web .web-remote-image-placeholder .ant-skeleton-image svg{display:none}.surface-web .web-remote-image-empty{display:grid;width:100%;height:100%;min-height:44px;place-items:center;background:#18222f}.surface-web .web-remote-image-empty .ant-empty{margin:0;color:#778397}.surface-web .web-remote-image-empty .ant-empty-image{height:30px;margin:0;opacity:.62}.surface-web .web-remote-image-empty .ant-empty-description{margin-top:6px;color:#778397;font-size:11px}.surface-web .web-game-card-image .web-remote-image .ant-image-img,.surface-web .web-home-product-image .web-remote-image .ant-image-img,.surface-web .plati-product-image .web-remote-image .ant-image-img,.surface-web .plati-game-tile-image .web-remote-image .ant-image-img{transition:transform .24s ease}.surface-web .web-game-card-link:hover .web-remote-image .ant-image-img,.surface-web .web-home-product:hover .web-remote-image .ant-image-img,.surface-web .plati-product-card-link:hover .web-remote-image .ant-image-img,.surface-web .plati-game-tile-link:hover .web-remote-image .ant-image-img{transform:scale(1.025)}.surface-web .agent-gallery-main .web-remote-image .ant-image-img,.surface-web .agent-gallery-thumbs .web-remote-image .ant-image-img,.surface-web .agent-order-image .web-remote-image .ant-image-img{object-fit:contain}.surface-web .agent-gallery-thumbs .web-remote-image-empty .ant-empty-image,.surface-web .agent-order-image .web-remote-image-empty .ant-empty-image{height:21px}.surface-web .ant-skeleton,.surface-web .ant-skeleton-element{max-width:100%}.surface-web .web-session-action-skeleton{width:116px;justify-content:flex-start;pointer-events:none}.surface-web .web-session-action-skeleton .ant-skeleton-input{min-width:0;height:12px}.surface-web .web-skeleton-breadcrumbs{display:flex;min-height:20px;align-items:center;gap:9px;margin-bottom:18px;color:#596579}.surface-web .web-skeleton-breadcrumbs .ant-skeleton-input{min-width:0;height:11px}.surface-web .web-skeleton-home-rail>.ant-card{flex:0 0 calc((100% - (var(--web-home-visible-cards) - 1) * 10px) / var(--web-home-visible-cards))}.surface-web .web-skeleton-home-game-card .ant-card-body{min-height:55px}.surface-web .web-skeleton-home-featured-card.ant-card{display:grid;min-height:215px;grid-template-columns:minmax(0,1fr) minmax(0,1.02fr);gap:14px;padding:3px;border:1px solid #283344;border-radius:14px;background:var(--web-market-panel-soft)}.surface-web .web-skeleton-home-featured-card>.ant-skeleton-element,.surface-web .web-skeleton-home-featured-card .ant-skeleton-image{width:100%;height:100%;aspect-ratio:1 / 1;border-radius:11px}.surface-web .web-skeleton-home-featured-card>.ant-card-body{display:flex;min-width:0;flex-direction:column;gap:10px;padding:12px 12px 10px 0}.surface-web .web-skeleton-home-featured-card .ant-skeleton-button{width:100%;height:38px;margin-top:auto}.surface-web .web-skeleton-home-product-card.ant-card{display:flex;min-height:250px;flex-direction:column}.surface-web .web-skeleton-home-product-card .ant-card-body{display:flex;flex:1;padding:10px}.surface-web .web-skeleton-home-product-copy{width:100%}@media(max-width:720px){.surface-web .web-skeleton-home-featured-card.ant-card{width:326px;min-height:172px;flex:0 0 326px;grid-template-columns:146px minmax(0,1fr)}.surface-web .web-skeleton-home-featured-card>.ant-card-body{padding:10px 10px 8px 0}}.surface-web .web-topup-skeleton .ant-skeleton-input,.surface-web .web-topup-skeleton .ant-skeleton-button{min-width:0}.surface-web .web-topup-skeleton .web-steam-topup-heading .ant-skeleton-input{height:20px}.surface-web .web-topup-skeleton .web-steam-service-tabs .ant-skeleton-button{width:92px;height:28px}.surface-web .web-topup-skeleton-fields>div{display:grid;align-content:start;gap:8px}.surface-web .web-topup-skeleton-fields>.ant-skeleton-element>.ant-skeleton-button,.surface-web .web-topup-skeleton-fields>.ant-skeleton-button{width:100%;height:44px}.surface-web .web-topup-skeleton .web-steam-seller .ant-skeleton-input{height:12px}.surface-web .web-catalog-product-skeletons .plati-product-image>.ant-skeleton-element,.surface-web .web-catalog-product-skeletons .plati-product-image .ant-skeleton-image{width:100%;height:100%;aspect-ratio:1 / 1;border-radius:0}.surface-web .web-catalog-product-skeletons .plati-product-seller-strip .ant-skeleton-input{min-width:0;height:11px}.surface-web .web-catalog-product-skeleton-copy{width:100%;min-height:45px;margin-top:8px}.surface-web .web-catalog-product-skeletons .plati-product-card-body>.ant-skeleton-element .ant-skeleton-input{min-width:0;height:17px}.surface-web .web-catalog-product-skeleton-footer{width:100%;margin-top:auto}.surface-web .web-catalog-product-skeleton-footer .ant-skeleton-button{width:100%;height:38px}.surface-web .web-popular-offers-skeleton>.ant-skeleton-element .ant-skeleton-input{min-width:0;height:18px}.surface-web .web-popular-offers-skeleton .plati-popular-offer-image>.ant-skeleton-element,.surface-web .web-popular-offers-skeleton .plati-popular-offer-image .ant-skeleton-image{width:100%;height:100%;border-radius:12px}.surface-web .web-popular-offers-skeleton .plati-popular-offer-copy>.ant-skeleton-element .ant-skeleton-input{min-width:0;height:17px}.surface-web .web-popular-offers-skeleton .plati-popular-offer-copy>.ant-skeleton:last-child .ant-skeleton-input,.surface-web .web-popular-offers-skeleton .plati-popular-offer-copy>.ant-skeleton-element:last-child .ant-skeleton-input{height:10px}.surface-web .web-popular-offers-skeleton .plati-popular-offer-copy .ant-skeleton{margin-top:7px}.surface-web .web-popular-offers-skeleton .plati-popular-offer-copy>.ant-skeleton-element:last-child{margin-top:auto}.surface-web .web-page-skeleton{min-height:720px}.surface-web .web-games-sidebar-skeleton>section,.surface-web .web-game-products-sidebar-skeleton>section{display:grid;gap:13px;padding:17px 18px;border-bottom:1px solid var(--plati-line-soft)}.surface-web .web-games-sidebar-skeleton>section:last-child,.surface-web .web-game-products-sidebar-skeleton>section:last-child{border-bottom:0}.surface-web .web-games-sidebar-skeleton .ant-skeleton-input,.surface-web .web-game-products-sidebar-skeleton .ant-skeleton-input{min-width:0;height:14px}.surface-web .web-games-sidebar-skeleton>section>.ant-skeleton-element>.ant-skeleton-input{height:44px}.surface-web .web-skeleton-radio-list{display:grid;gap:11px}.surface-web .web-skeleton-radio-list>span{display:flex;align-items:center;gap:9px}.surface-web .web-skeleton-radio-list .ant-skeleton-avatar{border-radius:50%}.surface-web .web-skeleton-switch-row{display:flex!important;grid-template-columns:none;align-items:center;justify-content:space-between}.surface-web .web-game-hero-skeleton>.ant-skeleton-element,.surface-web .web-game-hero-skeleton>.ant-skeleton-element .ant-skeleton-image{width:132px;height:auto;aspect-ratio:238 / 296;border-radius:12px}.surface-web .web-game-hero-skeleton>div{padding-top:8px}.surface-web .web-game-hero-skeleton>div>.ant-skeleton-element .ant-skeleton-input{height:34px;margin-bottom:20px}.surface-web .web-skeleton-price-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.surface-web .web-skeleton-price-row .ant-skeleton-input{height:38px}.surface-web .web-game-products-sidebar-skeleton>section>.ant-skeleton-element:last-child .ant-skeleton-button{width:100%}.surface-web .web-directory-skeletons .ant-card-head-title{padding-block:4px}.surface-web .web-directory-skeletons .ant-card-head-title .ant-skeleton-input{min-width:0;height:16px}.surface-web .web-directory-skeleton-links{display:grid;gap:13px}.surface-web .web-directory-skeleton-links .ant-skeleton-input{min-width:0;height:12px}.surface-web .web-generic-catalog-sidebar-skeleton>section{display:grid;gap:12px;padding:16px;border-bottom:1px solid var(--plati-line-soft)}.surface-web .web-generic-catalog-sidebar-skeleton>section:last-child{border-bottom:0}.surface-web .web-generic-catalog-sidebar-skeleton .ant-skeleton-input,.surface-web .web-generic-catalog-sidebar-skeleton .ant-skeleton-button{min-width:0}.surface-web .web-generic-catalog-sidebar-skeleton>section>.ant-skeleton-element .ant-skeleton-input,.surface-web .web-generic-catalog-sidebar-skeleton>section>.ant-skeleton-element .ant-skeleton-button{width:100%}.surface-web .web-generic-heading-skeleton{display:grid;gap:9px}.surface-web .web-generic-heading-skeleton>.ant-skeleton-element:first-child .ant-skeleton-input{height:30px}.surface-web .web-generic-heading-skeleton>.ant-skeleton-element:last-child .ant-skeleton-input{height:13px}.surface-web .web-generic-toolbar-skeleton>div{display:flex;align-items:center;gap:8px}.surface-web .web-generic-toolbar-skeleton .ant-skeleton-input{min-width:0;height:16px}.surface-web .web-product-overview-skeleton{min-height:248px}.surface-web .web-product-gallery-skeleton{width:200px;height:200px}.surface-web .web-product-gallery-skeleton>.ant-skeleton-element .ant-skeleton-image{width:200px;height:200px;aspect-ratio:1;border-radius:12px}.surface-web .web-product-overview-skeleton .agent-product-overview-copy{display:grid;align-content:start;gap:16px}.surface-web .web-product-assurance-skeleton{display:grid;gap:10px;margin-top:20px}.surface-web .web-product-assurance-skeleton .ant-skeleton-input{min-width:0;height:14px}.surface-web .web-product-options-skeleton>div{display:flex;flex-wrap:wrap;gap:6px}.surface-web .web-product-options-skeleton .ant-skeleton-button{width:92px;min-width:0;height:40px;border-radius:8px}.surface-web .web-product-options-skeleton>.ant-skeleton-element:last-child .ant-skeleton-input{height:45px}.surface-web .web-product-safe-deal-skeleton{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center}.surface-web .web-product-safe-deal-skeleton .ant-skeleton{width:100%}.surface-web .web-product-tabs-skeleton{display:flex;gap:22px}.surface-web .web-product-tabs-skeleton .ant-skeleton-input{min-width:0;height:15px}.surface-web .web-purchase-panel-skeleton{display:grid;align-content:start;gap:16px}.surface-web .web-purchase-panel-skeleton .ant-skeleton-input,.surface-web .web-purchase-panel-skeleton .ant-skeleton-button{width:100%;min-width:0}.surface-web .web-purchase-panel-skeleton .ant-skeleton-input{height:46px}.surface-web .web-purchase-panel-skeleton .ant-skeleton-button{height:48px}.surface-web .web-product-trust-skeleton .ant-skeleton-button{width:100%;min-width:0;height:36px}.surface-web .web-product-purchase-rail-skeleton>.agent-overview-seller .ant-skeleton{width:100%}.surface-web .web-auth-page-skeleton .agent-auth-card,.surface-web .web-auth-page-skeleton .agent-auth-benefits{display:grid;align-content:start;gap:15px}.surface-web .web-auth-page-skeleton{grid-template-columns:minmax(0,520px);justify-content:center}.surface-web .web-auth-page-skeleton .agent-auth-benefits{display:none}.surface-web .web-auth-page-skeleton .ant-skeleton-input,.surface-web .web-auth-page-skeleton .ant-skeleton-button{width:100%;min-width:0}.surface-web .web-auth-page-skeleton .agent-auth-card>.ant-skeleton-element:first-child{justify-self:center}.surface-web .web-auth-page-skeleton .agent-auth-card>.ant-skeleton-element:nth-child(2){justify-self:center}.surface-web .web-orders-skeleton .agent-order-row{pointer-events:none}.surface-web .web-orders-page-skeleton .agent-orders-heading>.ant-skeleton{width:min(720px,70%)}.surface-web .web-device-banner-skeleton>.ant-skeleton{width:100%}.surface-web .web-order-filters-skeleton .ant-skeleton-button{width:104px;height:39px;border-radius:999px}.surface-web .web-orders-skeleton .agent-order-row>.ant-skeleton-element:first-child .ant-skeleton-image{width:62px;height:62px;border-radius:12px}.surface-web .web-orders-skeleton .agent-order-main .ant-skeleton{width:100%}.surface-web .web-orders-skeleton .ant-skeleton-input{min-width:0;height:16px}.surface-web .web-order-detail-skeleton .agent-order-detail-heading>.ant-skeleton{width:min(680px,70%)}.surface-web .web-order-detail-skeleton .agent-order-status-card{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center}.surface-web .web-order-detail-skeleton .agent-order-status-card .ant-skeleton,.surface-web .web-order-detail-skeleton .agent-order-summary-card .ant-skeleton,.surface-web .web-order-detail-skeleton .agent-order-timeline .ant-skeleton{width:100%}.surface-web .web-account-page-skeleton .agent-account-hero{display:grid;grid-template-columns:82px minmax(0,1fr) auto;align-items:center}.surface-web .web-account-page-skeleton .agent-account-hero>.ant-skeleton{width:min(620px,100%)}.surface-web .web-account-page-skeleton .agent-account-identities .ant-skeleton,.surface-web .web-account-page-skeleton .agent-account-links .ant-skeleton{width:100%}@media(max-width:760px){.surface-web .web-session-action-skeleton{width:44px;justify-content:center}.surface-web .web-session-action-skeleton>.ant-skeleton-element:last-child{display:none}.surface-web .web-skeleton-breadcrumbs{margin-bottom:12px}.surface-web .web-games-sidebar-skeleton,.surface-web .web-game-products-sidebar-skeleton{display:none}.surface-web .web-game-hero-skeleton{grid-template-columns:86px minmax(0,1fr)}.surface-web .web-game-hero-skeleton>.ant-skeleton-element,.surface-web .web-game-hero-skeleton>.ant-skeleton-element .ant-skeleton-image{width:86px}.surface-web .web-product-overview-skeleton{min-height:0}.surface-web .web-product-gallery-skeleton{width:100%;height:auto;aspect-ratio:1}.surface-web .web-product-gallery-skeleton>.ant-skeleton-element,.surface-web .web-product-gallery-skeleton>.ant-skeleton-element .ant-skeleton-image{width:100%;height:100%;aspect-ratio:1}.surface-web .web-product-detail-skeleton .web-product-purchase-rail-skeleton>.agent-overview-seller,.surface-web .web-product-detail-skeleton .web-product-trust-skeleton,.surface-web .web-product-detail-skeleton .web-product-options-skeleton{display:none}.surface-web .web-orders-skeleton .agent-order-row>.ant-skeleton-element:first-child .ant-skeleton-image{width:52px;height:52px}.surface-web .web-account-page-skeleton .agent-account-hero{grid-template-columns:58px minmax(0,1fr)}.surface-web .web-account-page-skeleton .agent-account-hero>.ant-skeleton-element:last-child{display:none}.surface-web .web-orders-page-skeleton .agent-orders-heading>.ant-skeleton,.surface-web .web-order-detail-skeleton .agent-order-detail-heading>.ant-skeleton{width:100%}.surface-web .web-order-detail-skeleton .agent-order-detail-grid{grid-template-columns:1fr}.surface-web .web-order-detail-skeleton .agent-order-summary-card{grid-column:1;grid-row:auto}}@media(prefers-reduced-motion:reduce){.surface-web .ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,.surface-web .ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph>li,.surface-web .ant-skeleton.ant-skeleton-active .ant-skeleton-avatar,.surface-web .ant-skeleton.ant-skeleton-active .ant-skeleton-button,.surface-web .ant-skeleton.ant-skeleton-active .ant-skeleton-image,.surface-web .ant-skeleton.ant-skeleton-active .ant-skeleton-input{animation:none}}
