: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-option-fieldset{max-width:none}.surface-web .web-market-product .web-product-variant-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.surface-web .web-market-product .web-product-variant-grid label{position:relative;display:inline-flex;min-width:146px;min-height:40px;align-items:center;justify-content:space-between;gap:14px;padding:9px 13px;border:1px solid var(--web-market-line-strong);border-radius:8px;background:transparent;color:#f4f6f9;cursor:pointer}.surface-web .web-market-product .web-product-variant-grid label:has(input:checked){border-color:var(--web-market-blue);box-shadow:inset 0 0 0 1px var(--web-market-blue)}.surface-web .web-market-product .web-product-variant-grid label.disabled{opacity:.45;cursor:not-allowed}.surface-web .web-market-product .web-product-variant-grid input{position:absolute;opacity:0;pointer-events:none}.surface-web .web-market-product .web-product-variant-grid span{font-size:14px;font-weight:500;line-height:20px}.surface-web .web-market-product .web-product-variant-grid em,.surface-web .web-market-product .web-product-checkbox-list em{margin-left:auto;color:var(--web-market-muted);font-size:13px;font-style:normal;font-weight:500;white-space:nowrap}.surface-web .web-market-product .web-product-options .web-product-checkbox-list{display:grid;justify-items:start;gap:8px}.surface-web .web-market-product .web-product-options .web-product-checkbox-list label{width:auto;min-width:0;min-height:40px;padding:6px 4px;border-color:transparent;background:transparent}.surface-web .web-market-product .web-product-options .web-product-checkbox-list label:has(input:checked){border-color:transparent;background:transparent}.surface-web .web-market-product .web-product-options .web-product-checkbox-list strong{color:#f4f6f9;font-size:16px;font-weight:500}.surface-web .web-market-product .web-product-options .web-product-checkbox-list label>span{width:22px;height:22px;border-color:var(--web-market-line-strong);border-radius:6px;background:transparent}.surface-web .web-market-product .web-product-options .web-product-checkbox-list input:checked+span{border-color:var(--web-market-blue);background:var(--web-market-blue)}.surface-web .web-market-product .web-product-checkbox-list em{margin-left:0;font-size:15px}.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-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:stretch;background:inherit}.surface-web .web-remote-image-element{display:block;width:100%;height:100%;object-fit:var(--web-remote-image-fit, cover)}.surface-web .web-image-shimmer{position:relative;display:block;width:100%;height:100%;overflow:hidden;border-radius:inherit;background:linear-gradient(100deg,#eef0f6 20%,#f8f9fc,#eef0f6 64%);background-size:240% 100%;animation:web-image-shimmer 1.25s ease-in-out infinite}.surface-web .web-remote-image>.web-image-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.surface-web .web-game-card-image .web-remote-image-element,.surface-web .web-home-product-image .web-remote-image-element,.surface-web .plati-product-image .web-remote-image-element,.surface-web .plati-game-tile-image .web-remote-image-element{transition:transform .24s ease}.surface-web .web-game-card-link:hover .web-remote-image-element,.surface-web .web-home-product:hover .web-remote-image-element,.surface-web .plati-product-card-link:hover .web-remote-image-element,.surface-web .plati-game-tile-link:hover .web-remote-image-element{transform:scale(1.025)}.surface-web .agent-gallery-main .web-remote-image-element,.surface-web .agent-gallery-thumbs .web-remote-image-element,.surface-web .agent-order-image .web-remote-image-element{object-fit:contain}@keyframes web-image-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}@media(prefers-reduced-motion:reduce){.surface-web .web-image-shimmer{animation:none}}.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,.surface-web .web-skeleton-home-featured-card>.web-image-shimmer{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-service-tabs .ant-skeleton-button{width:100%;height:18px}.surface-web .web-topup-skeleton-fields>div{display:grid;align-content:start;gap:8px}.surface-web .web-topup-skeleton-fields .ant-skeleton-input{width:100%;height:44px}.surface-web .web-topup-skeleton .web-steam-seller .ant-skeleton-input{height:12px}.surface-web .web-topup-skeleton-buy.ant-skeleton-button{width:100%;height:48px;border-radius:12px}.surface-web .web-skeleton-card-media,.surface-web .web-skeleton-card-media>.ant-skeleton-element,.surface-web .web-skeleton-card-media .ant-skeleton-button{display:block;width:100%;height:100%}.surface-web .web-skeleton-card-media .ant-skeleton-button{min-width:0;border-radius:0}.surface-web .web-catalog-product-skeletons .plati-product-image>.ant-skeleton-element,.surface-web .web-catalog-product-skeletons .plati-product-image .ant-skeleton-image,.surface-web .web-catalog-product-skeletons .plati-product-image>.web-image-shimmer{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,.surface-web .web-popular-offers-skeleton .plati-popular-offer-image>.web-image-shimmer{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,.surface-web .web-game-hero-skeleton>.web-image-shimmer{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,.surface-web .web-product-gallery-skeleton>.web-image-shimmer{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,.surface-web .web-orders-skeleton .agent-order-row>.web-image-shimmer:first-child{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,.surface-web .web-game-hero-skeleton>.web-image-shimmer{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,.surface-web .web-product-gallery-skeleton>.web-image-shimmer{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,.surface-web .web-orders-skeleton .agent-order-row>.web-image-shimmer:first-child{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}}@font-face{font-family:Pacifico;src:url(/fonts/Pacifico-Regular.woff2) format("woff2");font-display:swap;font-style:normal;font-weight:400}:root{--yokka-bg: #f5f6fa;--yokka-surface: #ffffff;--yokka-surface-soft: #eef0f7;--yokka-border: #dde0ee;--yokka-border-soft: #e8eaf2;--yokka-text: #111221;--yokka-muted: #6b7094;--yokka-faint: #9ca3bb;--yokka-orange: #f97316;--yokka-orange-hover: #ea650c;--yokka-purple: #6c5cff;--yokka-teal: #00a994;--yokka-shadow: 0 14px 38px rgb(35 39 67 / 7%)}html:has(.surface-web),body:has(.surface-web){color-scheme:light;background:var(--yokka-bg);color:var(--yokka-text);font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.surface-web.web-market-shell{background:var(--yokka-bg);color:var(--yokka-text);font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.surface-web .agent-container,.surface-web .plati-catalog-inner{width:calc(100% - 40px);max-width:none}.surface-web .web-market-header{border-bottom:1px solid var(--yokka-border);background:#fffffff5;box-shadow:0 2px 14px #2327430a;color:var(--yokka-text)}.surface-web .web-market-utility{display:none}.surface-web .web-market-mainbar{grid-template-columns:174px 138px minmax(280px,1fr) auto;min-height:76px;gap:12px}.surface-web .web-market-brand{display:inline-flex;width:max-content;align-items:baseline;color:var(--yokka-text);font-family:Pacifico,Brush Script MT,cursive;font-size:30px;font-weight:400;line-height:1;letter-spacing:-.035em;text-decoration:none}.surface-web .web-market-brand span:last-child{color:var(--yokka-orange)}.surface-web .web-catalog-button.ant-btn{height:46px;border:1px solid var(--yokka-border);border-radius:12px;background:var(--yokka-surface);color:var(--yokka-text);font-weight:700}.surface-web .web-catalog-button.ant-btn:hover,.surface-web .web-catalog-button.ant-btn:focus-visible{border-color:var(--yokka-orange)!important;background:#fff7f1!important;color:var(--yokka-orange)!important}.surface-web .web-market-search .ant-input-affix-wrapper,.surface-web .web-market-search .ant-input-group-addon,.surface-web .web-market-search .ant-input-search-button{height:46px;border-color:var(--yokka-border);background:var(--yokka-surface);color:var(--yokka-text)}.surface-web .web-market-search .ant-input-affix-wrapper{border-radius:12px 0 0 12px}.surface-web .web-market-search .ant-input-search-button{border:1px solid var(--yokka-border);border-left:0;border-radius:0 12px 12px 0!important}.surface-web .web-market-search .ant-input,.surface-web .web-market-search .ant-input::placeholder{color:var(--yokka-text)}.surface-web .web-market-search .ant-input::placeholder{color:var(--yokka-faint)}.surface-web .web-search-suggestions{border-color:var(--yokka-border);background:var(--yokka-surface);box-shadow:var(--yokka-shadow);color:var(--yokka-text)}.surface-web .web-search-suggestions section+section{border-top-color:var(--yokka-border-soft)}.surface-web .web-search-suggestions h3,.surface-web .web-search-suggestions strong{color:var(--yokka-text)}.surface-web .web-search-suggestions small{color:var(--yokka-muted)}.surface-web .web-search-suggestions section>button:hover,.surface-web .web-search-suggestions section>button.active{background:var(--yokka-surface-soft)}.surface-web .web-search-suggestion-image{border-color:var(--yokka-border);background:var(--yokka-bg)}.surface-web .web-search-all-results{border-color:var(--yokka-border);background:var(--yokka-surface-soft);color:var(--yokka-text)}.surface-web .web-search-all-results:hover{border-color:var(--yokka-orange);background:#fff7f1}.surface-web .web-market-actions>a,.surface-web .web-market-actions>span{min-height:44px;background:transparent;color:var(--yokka-muted)}.surface-web .web-market-actions>a:hover,.surface-web .web-market-actions>a.active{background:var(--yokka-surface-soft);color:var(--yokka-text)}.surface-web .web-market-quicknav{border-top:1px solid var(--yokka-border-soft);background:var(--yokka-surface)}.surface-web .web-market-quicknav a{color:var(--yokka-muted)}.surface-web .web-market-quicknav a:hover,.surface-web .web-market-quicknav a.active{color:var(--yokka-text)}.surface-web .web-market-quicknav a:after{background:var(--yokka-orange)}.surface-web.web-market-home-shell .web-market-mainbar{grid-template-columns:1fr auto;min-height:55px}.surface-web.web-market-home-shell .web-catalog-button,.surface-web.web-market-home-shell .web-market-search-wrap,.surface-web.web-market-home-shell .web-market-quicknav{display:none}.surface-web .web-market-content{background:var(--yokka-bg)}.surface-web .web-home{gap:12px;padding-block:24px 48px}.surface-web .web-home-explorer-wrap{position:relative;z-index:4}.surface-web .web-home-explorer-wrap.is-open{z-index:80}.surface-web .web-home-explorer{padding:16px 20px;border:1px solid var(--yokka-border);border-radius:16px;background:var(--yokka-surface);box-shadow:0 1px #ffffffe5}.surface-web .web-home-explorer-search-wrap,.surface-web .web-home-explorer-search-wrap>.ant-input-search{position:relative;width:100%}.surface-web .web-home-search-suggestions{top:50px;right:0;left:0;max-height:min(520px,calc(100dvh - 160px));overflow-y:auto}.surface-web .web-home-explorer .ant-input-affix-wrapper{min-height:46px;padding-inline:11px;border:0;background:transparent;box-shadow:none;font-size:16px}.surface-web .web-home-explorer .ant-input,.surface-web .web-home-explorer .ant-input::placeholder{color:var(--yokka-text);font-size:16px}.surface-web .web-home-explorer .ant-input::placeholder{color:#a8afc8}.surface-web .web-home-explorer .ant-input-group-addon,.surface-web .web-home-explorer .ant-input-search-button{width:46px;min-height:46px;border:0;background:transparent;color:var(--yokka-text);box-shadow:none;font-size:16px}.surface-web .web-home-explorer .ant-input-search-button:hover{background:var(--yokka-surface-soft)!important;color:var(--yokka-orange)!important}.surface-web .web-home-explorer-divider{height:1px;margin:12px 0;background:var(--yokka-border)}.surface-web .web-home-explorer-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.surface-web .web-home-explorer-categories button{display:flex;width:100%;min-width:0;min-height:49px;align-items:center;justify-content:space-between;gap:12px;padding:6px 12px;border:2px solid transparent;border-radius:12px;background:transparent;color:var(--yokka-text);font:inherit;text-align:left;text-decoration:none;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.surface-web .web-home-explorer-categories button:hover{background:var(--yokka-surface-soft)}.surface-web .web-home-explorer-categories button:focus-visible{outline:3px solid rgb(249 115 22 / 24%);outline-offset:2px}.surface-web .web-home-explorer-categories button.is-active{border-color:transparent;background:var(--yokka-orange-soft);color:var(--yokka-orange)}.surface-web .web-home-explorer-categories button>span{display:grid;min-width:0;gap:0}.surface-web .web-home-explorer-categories strong,.surface-web .web-home-explorer-categories small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.surface-web .web-home-explorer-categories strong{font-size:14px;line-height:17.5px}.surface-web .web-home-explorer-categories small{color:var(--yokka-muted);font-size:12px;line-height:15px}.surface-web .web-home-explorer-categories svg{flex:0 0 auto;color:#9ca3bb}.surface-web .web-home-catalog-panel{position:absolute;top:calc(100% + 12px);right:0;left:0;z-index:70;max-height:calc(100dvh - 265px);overflow:auto;padding:24px;border:1px solid var(--yokka-border);border-radius:16px;background:var(--yokka-surface);box-shadow:var(--yokka-shadow);scrollbar-color:#cdd1e3 transparent}.surface-web .web-home-catalog-panel-heading{display:flex;align-items:center;gap:8px}.surface-web .web-home-catalog-panel-heading>a{display:inline-flex;align-items:center;gap:8px;color:var(--yokka-text);text-decoration:none}.surface-web .web-home-catalog-panel-heading h2{margin:0;font-size:24px;font-weight:800;line-height:32px}.surface-web .web-home-catalog-panel-heading svg{color:#9ca3bb}.surface-web .web-home-catalog-panel-heading>span{color:var(--yokka-muted);font-size:14px;line-height:21px}.surface-web .web-home-catalog-groups{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:28px 48px;padding-top:20px}.surface-web .web-home-catalog-group{min-width:0}.surface-web .web-home-catalog-group h3,.surface-web .web-home-catalog-group-title{display:inline-flex;margin:0 0 10px;color:var(--yokka-text);font-size:16px;font-weight:700;line-height:24px;text-decoration:none}.surface-web .web-home-catalog-group-title:hover{color:var(--yokka-purple)}.surface-web .web-home-catalog-links{display:grid;gap:0}.surface-web .web-home-catalog-links a{display:flex;min-width:0;min-height:32px;align-items:center;justify-content:space-between;gap:18px;padding:6px 8px;border-radius:8px;color:var(--yokka-muted);font-size:13.5px;line-height:20px;text-decoration:none}.surface-web .web-home-catalog-links a:hover{background:var(--yokka-surface-soft);color:var(--yokka-text)}.surface-web .web-home-catalog-links a span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.surface-web .web-home-catalog-links a small{flex:0 0 auto;color:#6b7094b3;font-size:12px}.surface-web .web-home-catalog-group>button{min-height:32px;padding:5px 8px;border:0;background:transparent;color:var(--yokka-purple);font-family:inherit;font-size:13.5px;font-weight:600;line-height:21px;cursor:pointer}.surface-web .web-home-showcase{display:grid;min-width:0;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;margin-top:12px}.surface-web .web-home-panel{border:1px solid var(--yokka-border);border-radius:16px;background:var(--yokka-surface);box-shadow:none}.surface-web .web-home-heading h2,.surface-web .web-steam-topup-heading h2,.surface-web .web-game-card strong,.surface-web .web-home-product strong{color:var(--yokka-text)}.surface-web .web-home-heading p,.surface-web .web-steam-topup-heading>span,.surface-web .web-home-empty{color:var(--yokka-muted)}.surface-web .web-home-heading-actions>a,.surface-web .web-home-rail-control.ant-btn{border:1px solid var(--yokka-border);background:var(--yokka-surface);color:var(--yokka-muted)}.surface-web .web-home-heading-actions>a:hover,.surface-web .web-home-rail-control.ant-btn:hover{border-color:var(--yokka-orange)!important;background:#fff7f1!important;color:var(--yokka-orange)!important}.surface-web .web-home-showcase>.web-home-popular{min-width:0;padding:0;border:0;border-radius:0;background:transparent}.surface-web .web-home-showcase .web-home-heading{display:none}.surface-web .web-home-showcase .web-home-popular .web-game-rail.tone-popular,.surface-web .web-home-showcase .web-home-popular .web-game-rail.tone-popular.loading{--web-home-visible-cards: 4;display:flex;grid-template-columns:none;gap:12px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}.surface-web .web-home-showcase .web-game-card-link,.surface-web .web-home-showcase .web-game-rail.loading>.ant-card{flex:0 0 160px;min-width:160px;scroll-snap-align:start}.surface-web .web-game-card.ant-card,.surface-web .web-game-rail.loading>.ant-card,.surface-web .web-home-product-card.ant-card,.surface-web .web-home-products.loading>.ant-card{border-color:var(--yokka-border);background:var(--yokka-surface);box-shadow:none}.surface-web .web-game-card-link:hover .web-game-card,.surface-web .web-home-product:hover .web-home-product-card{border-color:#cdd1e3;box-shadow:var(--yokka-shadow)}.surface-web .web-game-card-image,.surface-web .web-home-product-image,.surface-web .web-home-featured-product-image,.surface-web .web-game-rail.loading .ant-skeleton-image{background:var(--yokka-surface-soft)}.surface-web .web-steam-topup{min-width:0}.surface-web .web-home-showcase>.web-steam-topup{height:320px;border:0;border-radius:0;background:transparent}.surface-web .web-home-showcase .web-steam-topup-heading{display:none}.surface-web .web-steam-service-tabs{min-height:54px;padding:0;border-color:var(--yokka-border-soft)}.surface-web .web-steam-service-tabs>button{min-height:54px;color:var(--yokka-text);font-size:14px;font-weight:500}.surface-web .web-steam-service-tabs>button:not(.active){color:var(--yokka-text)}.surface-web .web-steam-service-tabs>button.active{color:var(--yokka-orange)}.surface-web .web-steam-service-tabs>button.active:after{background:var(--yokka-orange)}.surface-web .web-steam-form{display:grid;height:calc(100% - 54px);grid-template-rows:minmax(0,1fr) auto auto;padding:16px 0 0}.surface-web .web-steam-regions{margin:10px 0 0;gap:0}.surface-web .web-steam-regions .ant-btn{min-width:0;flex:1 1 0;height:42px;border-color:var(--yokka-border);border-radius:0;background:var(--yokka-surface);color:var(--yokka-text);font-size:13px}.surface-web .web-steam-regions .ant-btn:first-child{border-radius:10px 0 0 10px}.surface-web .web-steam-regions .ant-btn:last-child{border-radius:0 10px 10px 0}.surface-web .web-steam-regions .ant-btn:hover,.surface-web .web-steam-regions .ant-btn.active{border-color:var(--yokka-orange)!important;background:var(--yokka-orange)!important;color:#fff!important}.surface-web .web-home-showcase .web-steam-fields{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-content:start;gap:12px}.surface-web .web-steam-bottom{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,1fr);align-items:end;gap:24px;margin-top:12px}.surface-web .web-steam-amount-field .ant-input-number,.surface-web .web-topup-unit.ant-btn,.surface-web .web-steam-login-field>.ant-input,.surface-web .web-topup-select-field .ant-select-selector{border-color:var(--yokka-border)!important;background:var(--yokka-surface)!important;color:var(--yokka-text)!important}.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(--yokka-purple)!important}.surface-web .web-steam-presets .ant-btn{border-color:var(--yokka-border);background:var(--yokka-surface);color:var(--yokka-text)}.surface-web .web-steam-presets .ant-btn:hover{border-color:var(--yokka-orange)!important;background:#fff7f1!important;color:var(--yokka-orange)!important}.surface-web .web-steam-login-help.ant-btn{color:var(--yokka-purple)}.surface-web .web-topup-field-hint,.surface-web .web-steam-seller,.surface-web .web-steam-seller strong{color:var(--yokka-muted)}.surface-web .web-steam-seller{display:grid;min-height:54px;align-content:center;justify-items:start;gap:4px;margin:0;font-size:12px}.surface-web .web-steam-seller-row{display:flex;align-items:center;justify-content:flex-start;gap:18px}.surface-web .web-steam-seller-row>span{display:inline-flex;align-items:center;gap:6px}.surface-web .web-steam-seller-row strong{min-width:116px;color:var(--yokka-text);font-size:13px}.surface-web .web-steam-bottom .web-steam-buy.ant-btn{width:100%;height:54px}.surface-web .web-steam-buy.ant-btn,.surface-web .agent-button.primary,.surface-web .agent-buy-button{background:var(--yokka-orange);color:#fff}.surface-web .web-steam-buy.ant-btn:hover,.surface-web .web-steam-buy.ant-btn:focus-visible,.surface-web .agent-button.primary:hover,.surface-web .agent-buy-button:hover{background:var(--yokka-orange-hover)!important;color:#fff!important}.surface-web .plati-catalog{--plati-bg: var(--yokka-bg);--plati-panel: var(--yokka-surface);--plati-panel-raised: var(--yokka-surface-soft);--plati-line: var(--yokka-border);--plati-line-soft: var(--yokka-border-soft);--plati-text: var(--yokka-text);--plati-muted: var(--yokka-muted);--plati-accent: var(--yokka-orange);--plati-primary: var(--yokka-purple);background:var(--yokka-bg);color:var(--yokka-text);color-scheme:light}.surface-web .plati-catalog :is(h1,h2,h3,h4,strong){color:var(--yokka-text)}.surface-web .plati-catalog :is(.plati-results-panel,.plati-games-filters,.plati-directory-card,.plati-popular-offers,.plati-game-card,.plati-game-hero,.plati-filter-card){border-color:var(--yokka-border);background:var(--yokka-surface);box-shadow:none}.surface-web .plati-catalog :is(input,.ant-select-selector){border-color:var(--yokka-border)!important;background:var(--yokka-surface)!important;color:var(--yokka-text)!important}.surface-web .plati-root-group-chip,.surface-web .plati-collection-tab{border-color:var(--yokka-border);background:var(--yokka-surface);color:var(--yokka-text)}.surface-web .plati-root-group-chip:hover,.surface-web .plati-collection-tab:hover,.surface-web .plati-collection-tab.active{border-color:var(--yokka-orange);background:#fff7f1;color:var(--yokka-orange);box-shadow:none}.surface-web .web-market-product,.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(--yokka-text)}.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,.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:var(--yokka-border);background:var(--yokka-surface);color:var(--yokka-text);box-shadow:none}.surface-web .web-market-product :is(h1,h2,h3,strong),.surface-web :is(.agent-auth-card,.agent-orders-page,.agent-order-page,.agent-account-page,.agent-legal-page,.agent-state-panel) :is(h1,h2,h3,strong){color:var(--yokka-text)}.surface-web .web-market-product .agent-gallery-main,.surface-web .web-market-product .agent-gallery-thumbs button,.surface-web .web-market-product .agent-overview-seller,.surface-web .web-market-product .agent-product-assurances,.surface-web .web-market-product .web-product-variant-grid label,.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,.surface-web .agent-button.secondary{border-color:var(--yokka-border);background:var(--yokka-surface-soft);color:var(--yokka-text)}.surface-web .web-market-product .web-product-variant-grid label:has(input:checked){border-color:var(--yokka-orange);background:#fff7f1;box-shadow:inset 0 0 0 1px var(--yokka-orange)}.surface-web .web-market-product .web-product-purchase-rail>.agent-overview-seller{border-color:var(--yokka-border);background:var(--yokka-surface);color:var(--yokka-muted)}.surface-web .web-market-product .web-product-purchase-rail .agent-buy-button{background:var(--yokka-orange);color:#fff}.surface-web .web-market-product .web-product-purchase-rail .agent-buy-button:hover{background:var(--yokka-orange-hover)}.surface-web .web-market-product :is(.agent-product-overview-copy h1,.agent-overview-seller strong,.agent-product-assurances span,.agent-purchase-price strong,.agent-purchase-total strong,.web-product-options .web-product-checkbox-list strong,.agent-radio-list label strong,.agent-checkbox-grid label strong){color:var(--yokka-text)}.surface-web .web-market-product :is(.agent-purchase-caption,.agent-modifier-note,.agent-form-field small,.agent-muted,.web-product-meta,.agent-content-panel,.agent-description-panel p){color:var(--yokka-muted)}.surface-web .web-market-product .web-product-tabs a:first-child,.surface-web .web-market-product .web-product-tabs a:hover{background:var(--yokka-surface-soft);color:var(--yokka-text)}.surface-web .agent-footer{border-top-color:var(--yokka-border);background:var(--yokka-surface);color:var(--yokka-muted)}.surface-web .agent-footer-grid>div>strong{color:var(--yokka-text)}.surface-web .agent-footer-grid>div>a{color:var(--yokka-muted)}.surface-web .agent-footer-grid>div>a:hover{color:var(--yokka-orange)}.surface-web .agent-footer-bottom{border-top-color:var(--yokka-border);color:var(--yokka-muted)}.website-catalog-overlay-root{color:var(--yokka-text)}.website-catalog-overlay-root .ant-drawer-content,.website-catalog-overlay-root .ant-drawer-body{background:var(--yokka-surface)}.website-catalog-overlay-root .ant-drawer-content,.website-catalog-roots{border-color:var(--yokka-border)}.website-catalog-roots .ant-btn,.website-catalog-mobile-roots .ant-btn{background:transparent;color:var(--yokka-muted)}.website-catalog-roots .ant-btn:hover,.website-catalog-roots .ant-btn:focus-visible,.website-catalog-roots .ant-btn.is-active,.website-catalog-mobile-roots .ant-btn:hover,.website-catalog-mobile-roots .ant-btn:focus-visible{background:var(--yokka-surface-soft)!important;color:var(--yokka-text)!important}.website-catalog-detail>header>a,.website-catalog-columns>section>strong,.website-catalog-group-link{color:var(--yokka-text)}.website-catalog-detail>header>span,.website-catalog-columns small{color:var(--yokka-muted)}.website-catalog-columns section>div>a{color:var(--yokka-muted)}.website-catalog-columns section>div>a:hover,.website-catalog-group-link:hover,.website-catalog-more:hover,.website-catalog-expand.ant-btn{color:var(--yokka-purple)}@media(max-width:1120px){.surface-web .web-market-mainbar{grid-template-columns:150px 118px minmax(220px,1fr) auto}.surface-web .web-market-actions>a,.surface-web .web-market-actions>span{padding-inline:10px}.surface-web .web-market-actions span span,.surface-web .web-market-actions>a>span{display:none}.surface-web .web-home-catalog-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.surface-web .web-home-showcase{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.surface-web .web-home-showcase .web-game-card-link,.surface-web .web-home-showcase .web-game-rail.loading>.ant-card{flex-basis:calc((100% - 24px) / 3)}}@media(max-width:820px){.surface-web .agent-container,.surface-web .plati-catalog-inner{width:calc(100% - 24px)}.surface-web .web-market-mainbar{grid-template-columns:auto 44px minmax(0,1fr) auto;min-height:68px;gap:8px}.surface-web .web-market-brand{font-size:25px}.surface-web .web-catalog-button.ant-btn{width:44px;padding:0;font-size:0}.surface-web .web-market-quicknav>.agent-container{gap:20px}.surface-web .web-home-explorer-categories{grid-template-columns:repeat(2,minmax(0,1fr))}.surface-web .web-home-showcase{grid-template-columns:minmax(0,1fr)}.surface-web .web-home-showcase .web-game-card-link,.surface-web .web-home-showcase .web-game-rail.loading>.ant-card{flex-basis:148px}}@media(max-width:560px){.surface-web.web-market-home-shell .web-market-mainbar{min-height:62px}.surface-web .web-market-mainbar{grid-template-columns:auto 42px minmax(0,1fr) auto}.surface-web .web-market-mainbar .web-market-search-wrap{grid-column:1 / -1;grid-row:2;padding-bottom:10px}.surface-web .web-home{gap:14px;padding-block:14px 32px}.surface-web .web-home-explorer{padding:13px 12px 12px;border-radius:14px}.surface-web .web-home-explorer .ant-input-affix-wrapper,.surface-web .web-home-explorer .ant-input-group-addon,.surface-web .web-home-explorer .ant-input-search-button{min-height:46px}.surface-web .web-home-explorer .ant-input,.surface-web .web-home-explorer .ant-input::placeholder{font-size:15px}.surface-web .web-home-explorer-categories button{min-height:58px;padding:8px}.surface-web .web-home-explorer-categories strong{font-size:13px}.surface-web .web-home-explorer-categories small{font-size:10px}.surface-web .web-home-catalog-panel{max-height:70dvh;padding:18px 14px;border-radius:14px}.surface-web .web-home-catalog-panel-heading{flex-wrap:wrap}.surface-web .web-home-catalog-panel-heading h2{font-size:21px;line-height:28px}.surface-web .web-home-catalog-groups{grid-template-columns:minmax(0,1fr);gap:24px}.surface-web .web-home-panel,.surface-web .web-home-showcase>.web-home-popular{border-radius:14px}.surface-web .web-steam-service-tabs{min-height:54px;flex-wrap:nowrap;align-content:center;gap:20px;padding-inline:14px}.surface-web .web-steam-service-tabs>button{min-height:54px;font-size:14px}.surface-web .web-steam-form{padding-inline:14px}.surface-web .web-home-showcase>.web-steam-topup{height:500px}.surface-web .web-home-showcase .web-steam-fields{grid-template-columns:minmax(0,1fr)}.surface-web .web-steam-bottom{grid-template-columns:minmax(0,1fr);gap:8px}.surface-web .web-steam-seller{min-height:50px}}@media(prefers-reduced-motion:reduce){.surface-web .web-home-explorer-categories button{transition:none}}.surface-web{--figma-bg: #f5f6fa;--figma-panel: #fff;--figma-soft: #eef0f7;--figma-line: #dde0ee;--figma-text: #111221;--figma-muted: #6b7094;--figma-faint: #9ca3c2;--figma-orange: #f97316;--figma-orange-soft: #fff4ed;--figma-violet: #6c5cff;--figma-violet-soft: #f0edff;--figma-success: #0f9e40;--figma-success-soft: #e8fbf0;--figma-error: #e51a1f;--figma-error-soft: #fef2f2;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.surface-web.web-market-unified-explorer .web-market-mainbar{grid-template-columns:minmax(0,1fr) auto;min-height:55px}.surface-web.web-market-unified-explorer :is(.web-catalog-button,.web-market-search-wrap,.web-market-quicknav){display:none}.surface-web .web-global-explorer{position:relative;z-index:70;padding-top:18px}.surface-web .web-global-explorer .web-home-explorer-wrap{width:100%}.surface-web .web-global-explorer+.agent-session-warning{margin-top:12px}.surface-web .agent-session-warning{border-color:#f0c982;background:#fff7e8;color:#8a5400}.surface-web .agent-state-panel p{color:var(--figma-muted)}.surface-web .agent-main,.surface-web .web-market-content{background:var(--figma-bg)}.surface-web :is(.plati-catalog-inner,.agent-product-page,.agent-auth-page,.agent-orders-page,.agent-order-page,.agent-account-page,.agent-favorites-page,.agent-legal-page,.agent-not-found-page){width:calc(100% - 48px);max-width:none;margin-inline:auto}.surface-web :is(.agent-product-page,.agent-orders-page,.agent-order-page,.agent-account-page,.agent-favorites-page,.agent-legal-page){padding-block:18px 64px}.surface-web :is(.agent-breadcrumbs,.plati-breadcrumbs){min-height:18px;margin:0 0 14px;color:var(--figma-muted);font-size:12px}.surface-web :is(.agent-breadcrumbs,.plati-breadcrumbs) :is(a,em,.ant-breadcrumb-link,.ant-breadcrumb-separator){color:var(--figma-muted);font-style:normal}.surface-web :is(.agent-breadcrumbs,.plati-breadcrumbs) a:hover{color:var(--figma-orange)}.surface-web .plati-catalog-inner{padding:18px 0 64px}.surface-web .plati-catalog-heading{margin-bottom:20px}.surface-web .plati-catalog-heading h1{font-size:30px;line-height:1.2;letter-spacing:-.025em}.surface-web .plati-catalog-heading p{margin-top:6px;color:var(--figma-muted);font-size:13px}.surface-web .plati-catalog-layout,.surface-web .plati-games-layout,.surface-web .plati-game-products-layout{grid-template-columns:260px minmax(0,1fr);gap:24px;align-items:start}.surface-web :is(.plati-catalog-sidebar,.plati-games-sidebar,.plati-game-products-sidebar){position:sticky;top:18px}.surface-web :is(.plati-catalog-sidebar,.plati-games-filters,.plati-game-product-filters,.plati-filter-card){border:1px solid var(--figma-line);border-radius:16px;background:var(--figma-panel);box-shadow:none}.surface-web .plati-catalog-sidebar{overflow:hidden}.surface-web .plati-sidebar-heading{min-height:52px;padding:0 16px;border-bottom:1px solid var(--figma-line);color:var(--figma-text)}.surface-web .plati-catalog-results{min-width:0}.surface-web .plati-results-panel{overflow:hidden;border:1px solid var(--figma-line);border-radius:16px;background:var(--figma-panel)}.surface-web .plati-results-toolbar,.surface-web .plati-games-toolbar{min-height:64px;padding:10px 16px;border:1px solid var(--figma-line);border-radius:14px;background:var(--figma-panel);color:var(--figma-muted)}.surface-web .plati-results-panel>.plati-results-toolbar{border:0;border-bottom:1px solid var(--figma-line);border-radius:0}.surface-web .plati-results-body{padding:16px}.surface-web .plati-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 16px}.surface-web .plati-product-card-link{color:inherit}.surface-web .plati-product-card{height:100%;overflow:hidden;border:1px solid var(--figma-line);border-radius:12px;background:var(--figma-panel);box-shadow:none;transition:border-color .16s ease,transform .16s ease}.surface-web .plati-product-card:hover{border-color:var(--figma-orange);transform:translateY(-2px)}.surface-web .plati-product-media{overflow:hidden;border:0;border-radius:0;background:#fff;box-shadow:none}.surface-web .plati-product-card-link:hover .plati-product-media{border-color:transparent;box-shadow:none}.surface-web .plati-product-image{border-bottom:1px solid var(--figma-line);background:var(--figma-soft)}.surface-web .plati-product-seller-strip{min-height:36px;border-bottom:1px solid var(--figma-line);background:#fff;color:var(--figma-text)}.surface-web .plati-product-card-body{padding:12px}.surface-web .plati-product-card :is(h3,.plati-product-title){color:var(--figma-text);font-size:13px;line-height:1.35}.surface-web .plati-product-card :is(p,small,.plati-product-seller){color:var(--figma-muted)}.surface-web .plati-product-sales{color:var(--figma-muted)}.surface-web .plati-product-card-price{color:var(--figma-text);font-size:18px}.surface-web .plati-product-card-cta{min-height:38px;border-radius:9px;background:var(--figma-orange);color:#fff}.surface-web .plati-product-card-link:hover .plati-product-card-cta{background:var(--figma-orange);box-shadow:none}.surface-web .web-game-card.ant-card,.surface-web .web-home-product-card.ant-card{border-color:var(--figma-line);background:#fff;color:var(--figma-text);box-shadow:none}.surface-web .web-game-card-link:hover .web-game-card,.surface-web .web-home-product:hover .web-home-product-card{border-color:var(--figma-orange);background:#fff;box-shadow:none}.surface-web .web-game-card .ant-card-cover,.surface-web :is(.web-game-card-image,.web-home-product-image){border-color:var(--figma-line);background:var(--figma-soft)}.surface-web .web-game-card strong,.surface-web .web-home-product{color:var(--figma-text)}.surface-web .web-home-products.tone-featured{gap:16px}.surface-web .web-home-products.tone-featured .web-home-product{width:178px;flex:0 0 178px}.surface-web .web-home-sales-leaders .web-home-products.tone-grid,.surface-web .web-home-sales-leaders .web-home-products.tone-grid.loading{grid-template-columns:repeat(6,minmax(0,1fr));justify-content:start;gap:16px;overflow:visible}.surface-web .web-home-product{width:178px;min-height:302px;color:var(--figma-text)}.surface-web .web-home-product-card.ant-card{height:302px;overflow:hidden;border:1px solid var(--figma-line);border-radius:12px}.surface-web .web-home-product:hover .web-home-product-card{background:#fff;transform:none}.surface-web .web-home-product-card .ant-card-cover{height:146px;overflow:hidden;border-radius:10px 10px 0 0}.surface-web .web-home-product-image{width:100%;height:146px;aspect-ratio:auto;border-bottom:0;background:var(--figma-soft)}.surface-web .web-home-product-image>.web-remote-image,.surface-web .web-home-product-image .web-remote-image-element{width:100%;height:100%}.surface-web .web-home-product:hover .web-home-product-image .web-remote-image-element{transform:none}.surface-web .web-home-product-card .ant-card-body{height:154px;flex:0 0 154px}.surface-web .web-home-product-body{min-height:154px;padding:8px 11px 10px}.surface-web .web-home-product-body>b{color:var(--figma-text);font-size:16px;font-weight:700;line-height:23px}.surface-web .web-home-product-body>strong{display:-webkit-box;overflow:hidden;min-height:36px;margin-top:2px;color:var(--figma-text);font-size:12px;font-weight:600;line-height:18px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.surface-web .web-home-product-body>small{overflow:hidden;margin-top:1px;color:var(--figma-muted);font-size:10px;font-weight:400;line-height:15px;text-overflow:ellipsis;white-space:nowrap}.surface-web .web-home-product-body>i{display:flex;width:100%;min-height:30px;align-items:center;justify-content:center;margin-top:auto;border-radius:8px;background:var(--figma-orange);color:#fff;font-size:12px;font-style:normal;font-weight:600;line-height:17px}.surface-web .web-home-sales-leaders-loading{margin-top:16px}.surface-web .web-home-infinite-sentinel{width:100%;height:1px}.surface-web .web-home-infinite-error{display:flex;align-items:center;justify-content:center;gap:12px;padding:18px 0 8px;color:var(--figma-muted);font-size:12px}.surface-web .web-home-infinite-error .ant-btn{border-color:var(--figma-orange);color:var(--figma-orange)}@media(max-width:1100px){.surface-web .web-home-sales-leaders .web-home-products.tone-grid,.surface-web .web-home-sales-leaders .web-home-products.tone-grid.loading{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:900px){.surface-web .web-home-sales-leaders .web-home-products.tone-grid,.surface-web .web-home-sales-leaders .web-home-products.tone-grid.loading{grid-template-columns:repeat(4,minmax(0,1fr))}}.surface-web .plati-directory-grid{gap:20px 16px}.surface-web .plati-directory-grid--root,.surface-web .plati-directory-grid--topics{grid-template-columns:repeat(3,minmax(0,1fr))}.surface-web .plati-directory-card{min-height:220px;overflow:hidden;border:1px solid var(--figma-line)!important;border-radius:16px!important;background:var(--figma-panel)!important}.surface-web .plati-directory-card .ant-card-head{min-height:54px;padding-inline:16px;border-bottom:1px solid var(--figma-line)}.surface-web .plati-directory-card .ant-card-body{padding:10px 16px 16px}.surface-web .plati-directory-card a{color:var(--figma-muted);font-size:12px}.surface-web .plati-directory-card .ant-card-head a{color:var(--figma-text);font-size:14px;font-weight:700}.surface-web .plati-directory-more.ant-btn{color:var(--figma-violet)}.surface-web .plati-game-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.surface-web .plati-game-tile{overflow:hidden;border:1px solid var(--figma-line)!important;border-radius:14px!important;background:var(--figma-panel)!important}.surface-web .plati-game-tile-image{background:var(--figma-soft)}.surface-web .plati-game-tile .ant-card-body{min-height:54px;padding:10px}.surface-web .plati-game-tile strong{min-height:34px;color:var(--figma-text);font-size:12px;font-weight:650;line-height:1.4}.surface-web .plati-game-tile-link:hover .plati-game-tile,.surface-web .plati-game-tile-link:focus-visible .plati-game-tile{border-color:var(--figma-orange)!important;background:#fff!important;box-shadow:none;transform:none}.surface-web .plati-game-tile-link:hover .plati-game-tile-image img{transform:none}@media(min-width:1101px)and (max-width:1279px){.surface-web .plati-game-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(min-width:901px)and (max-width:1100px){.surface-web .plati-game-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.surface-web .plati-game-hero{min-height:320px;padding:20px;border:1px solid var(--figma-line);border-radius:16px;background:var(--figma-panel)}.surface-web .plati-game-hero-image{width:240px;height:280px;border-radius:12px;background:var(--figma-soft)}.surface-web .plati-popular-offers{padding:18px;border-radius:16px}.surface-web .plati-popular-offer-card{border-color:var(--figma-orange);background:#fff}.surface-web .plati-pagination .ant-pagination-item-active{border-color:var(--figma-orange)}.surface-web .plati-pagination .ant-pagination-item-active a{color:var(--figma-orange)}.surface-web :is(.plati-game-load-more,.plati-load-more) .ant-btn-primary{background:var(--figma-orange)}.surface-web .web-product-figma{display:grid;gap:18px}.surface-web .web-product-figma-checkout{display:grid;grid-template-columns:minmax(400px,536px) minmax(0,1fr);gap:24px;align-items:start}.surface-web :is(.web-product-figma-gallery,.web-product-figma-purchase,.web-product-figma>.agent-content-panel,.web-product-figma>.web-product-tabs){border:1px solid var(--figma-line);border-radius:16px;background:var(--figma-panel);box-shadow:none}.surface-web .web-product-figma-gallery{min-height:570px;padding:24px}.surface-web .web-product-figma-gallery .agent-gallery{display:grid;width:100%;max-width:none;gap:14px}.surface-web .web-product-figma-gallery .agent-gallery-main{width:100%;min-height:472px;border:0;border-radius:12px;background:var(--figma-soft)}.surface-web .web-product-figma-gallery .agent-gallery-thumbs{justify-content:center}.surface-web .web-product-figma-gallery .agent-gallery-thumbs button{width:56px;height:56px;border-radius:9px;background:#fff}.surface-web .web-product-figma-gallery .agent-gallery-thumbs button.active{border-color:var(--figma-orange)}.surface-web .web-product-figma-purchase{min-height:570px;padding:24px}.surface-web .web-product-figma-heading{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:start}.surface-web .web-product-figma-heading h1{margin:0;color:var(--figma-text);font-size:28px;line-height:1.28;letter-spacing:-.025em}.surface-web .web-product-meta{display:flex;gap:18px;margin-top:12px;color:var(--figma-muted);font-size:12px}.surface-web .web-product-figma-heading .agent-purchase-price{min-width:140px;text-align:right}.surface-web .web-product-figma-heading .agent-purchase-price span{display:block;color:var(--figma-muted);font-size:11px}.surface-web .web-product-figma-heading .agent-purchase-price strong{color:var(--figma-text);font-size:28px}.surface-web .web-product-options{display:grid;max-width:780px;gap:16px;margin-top:24px}.surface-web .web-product-options .agent-option-stack{display:grid;gap:16px}.surface-web .web-product-options .agent-form-field{max-width:520px;gap:8px}.surface-web .web-product-options .agent-form-field>span,.surface-web .web-product-options .agent-option-fieldset legend{color:var(--figma-text);font-size:12px;font-weight:600}.surface-web .web-product-options .agent-option-fieldset{padding:0;border:0;background:transparent}.surface-web .web-product-options .agent-option-fieldset legend{margin-bottom:8px}.surface-web .web-product-options :is(input,select,textarea,.agent-input-with-icon,.agent-select-wrap){border-color:var(--figma-line)!important;border-radius:10px;background:#fff!important;color:var(--figma-text)!important}.surface-web .web-product-options :is(input,select,.agent-input-with-icon){min-height:48px}.surface-web .web-product-options .agent-form-field small{color:var(--figma-muted);font-size:11px}.surface-web .web-product-variant-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.surface-web .web-product-variant-grid label{min-height:88px;padding:13px;border:1px solid var(--figma-line);border-radius:12px;background:#fff}.surface-web .web-product-variant-grid label:has(input:checked){border-color:var(--figma-orange);background:var(--figma-orange-soft)}.surface-web .web-product-options .agent-radio-list,.surface-web .web-product-options .agent-checkbox-list{max-width:520px;gap:8px}.surface-web .web-product-options :is(.agent-radio-list,.agent-checkbox-list) label{min-height:44px;border:1px solid var(--figma-line);border-radius:10px;background:#fff}.surface-web .agent-hosted-configuration-note{max-width:780px;min-height:132px;border-color:var(--figma-line);border-radius:12px;background:var(--figma-violet-soft);color:var(--figma-muted)}.surface-web .web-product-figma-quote{display:grid;grid-template-columns:minmax(180px,1fr) 46px minmax(260px,360px);gap:12px;align-items:center;max-width:780px;min-height:142px;margin-top:20px;padding:18px;border-radius:12px;background:var(--figma-violet-soft)}.surface-web .web-product-figma-quote>div:first-child{display:grid;gap:4px}.surface-web .web-product-figma-quote>div:first-child span,.surface-web .web-product-figma-quote>div:first-child small{color:var(--figma-muted);font-size:11px}.surface-web .web-product-figma-quote>div:first-child strong{color:var(--figma-text);font-size:24px}.surface-web .web-product-figma-quote .agent-favorite-toggle{width:46px;height:46px;padding:0;border:1px solid var(--figma-line);border-radius:10px;background:#fff;color:var(--figma-text)}.surface-web .web-product-figma-quote .agent-favorite-toggle span{display:none}.surface-web .web-product-figma-quote .agent-favorite-toggle.active{border-color:var(--figma-orange);color:var(--figma-orange)}.surface-web .web-product-figma-quote .agent-buy-button{min-height:46px;border:0;border-radius:10px;background:var(--figma-orange);font-size:14px}.surface-web .web-product-figma-quote :is(.agent-form-error,.agent-favorite-error,.agent-modifier-note){grid-column:1 / -1;margin:0}.surface-web .web-product-figma-purchase>.agent-purchase-caption{max-width:780px;margin:10px 0 0;color:var(--figma-muted);font-size:11px}.surface-web .web-product-figma .agent-form-field em,.surface-web .web-product-figma .web-product-checkbox-list em{color:var(--figma-muted)}.surface-web .web-product-figma>.web-product-tabs{display:flex;min-height:58px;gap:8px;padding:8px}.surface-web .web-product-figma>.web-product-tabs a{min-width:150px;padding:11px 18px;border-radius:10px;color:var(--figma-muted);text-align:center}.surface-web .web-product-figma>.web-product-tabs a:first-child{background:var(--figma-soft);color:var(--figma-text)}.surface-web .web-product-figma>.agent-content-panel{padding:28px 32px}.surface-web .web-product-figma>.agent-content-panel h2{margin-top:0;font-size:24px}.surface-web .web-product-figma>.agent-content-panel :is(h2,h3),.surface-web .web-product-figma>.agent-seller-panel :is(h2,h3){color:var(--figma-text)}.surface-web .web-product-figma>.agent-content-panel p{color:var(--figma-muted);line-height:1.75;white-space:pre-line}.surface-web .web-product-assurance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.surface-web .web-product-assurance-grid>div{display:grid;min-height:110px;grid-template-columns:36px 1fr;gap:3px 12px;padding:16px;border:1px solid var(--figma-line);border-radius:12px}.surface-web .web-product-assurance-grid svg{grid-row:1 / 3;color:var(--figma-success)}.surface-web .web-product-assurance-grid span{color:var(--figma-muted);font-size:11px}.surface-web .web-product-figma>.agent-seller-panel{display:grid;grid-template-columns:minmax(220px,.8fr) 1.2fr;align-items:center}.surface-web .agent-auth-page{display:grid;width:560px;min-height:560px;grid-template-columns:1fr;place-content:center;padding-block:40px}.surface-web .agent-auth-card{width:560px;min-height:480px;padding:32px;border:1px solid var(--figma-line);border-radius:16px}.surface-web .agent-auth-card>:is(.agent-auth-icon,.agent-eyebrow,.agent-auth-trust){display:none}.surface-web .agent-auth-card h1{margin:0 0 8px;font-size:28px}.surface-web .agent-auth-card>p{margin:0 0 56px;color:var(--figma-muted);font-size:13px}.surface-web .agent-auth-form{gap:16px}.surface-web .agent-auth-form .agent-buy-button{min-height:48px;border-radius:10px}.surface-web .agent-auth-card .agent-form-field input{min-height:48px;border-color:var(--figma-line);border-radius:10px;background:#fff}.surface-web .agent-auth-benefits{display:none}.surface-web .agent-auth-secondary button{color:var(--figma-violet)}.surface-web :is(.agent-orders-heading,.agent-page-heading,.agent-order-detail-heading){margin-bottom:20px}.surface-web :is(.agent-orders-heading,.agent-page-heading,.agent-order-detail-heading) .agent-eyebrow{display:none}.surface-web :is(.agent-orders-heading,.agent-page-heading,.agent-order-detail-heading) h1{margin:0;color:var(--figma-text);font-size:30px}.surface-web :is(.agent-orders-heading,.agent-page-heading,.agent-order-detail-heading) p{color:var(--figma-muted);font-size:13px}.surface-web .agent-orders-heading>.agent-button{display:none}.surface-web .agent-device-banner{min-height:90px;padding:20px;border:1px solid var(--figma-line);border-radius:16px;background:#fff}.surface-web :is(.agent-device-banner,.agent-order-help) strong{color:var(--figma-text)}.surface-web :is(.agent-device-banner,.agent-order-help) p{color:var(--figma-muted)}.surface-web :is(.agent-device-banner,.agent-order-help)>a{color:var(--figma-violet)}.surface-web .agent-order-filters{min-height:66px;padding:0 16px;border:1px solid var(--figma-line);border-radius:16px;background:#fff}.surface-web .agent-order-filters button{min-width:142px;color:var(--figma-muted)}.surface-web .agent-order-filters button.active{color:var(--figma-orange)}.surface-web .agent-order-filters button.active:after{background:var(--figma-orange)}.surface-web .agent-order-list{gap:16px;padding:24px;border:1px solid var(--figma-line);border-radius:16px;background:#fff}.surface-web .agent-order-row{min-height:102px;padding:14px;border:1px solid var(--figma-line);border-radius:12px;background:#fff}.surface-web .agent-order-image{width:72px;height:72px;border-radius:10px;background:var(--figma-soft)}.surface-web .agent-order-main strong{color:var(--figma-text);font-size:14px}.surface-web .agent-order-main :is(small,em){color:var(--figma-muted);font-size:11px}.surface-web .agent-order-status{min-width:130px;justify-content:center;border-radius:999px}.surface-web .agent-order-status.tone-success{background:var(--figma-success-soft);color:var(--figma-success)}.surface-web .agent-order-status.tone-warning{background:#fff6e6;color:#d97706}.surface-web .agent-order-status.tone-progress{background:var(--figma-violet-soft);color:var(--figma-violet)}.surface-web .agent-order-status.tone-danger{background:var(--figma-error-soft);color:var(--figma-error)}.surface-web .agent-order-detail-grid{grid-template-columns:1fr 1fr;gap:24px}.surface-web :is(.agent-order-status-card,.agent-order-summary-card,.agent-order-timeline,.agent-order-help){border:1px solid var(--figma-line);border-radius:16px;background:#fff;box-shadow:none}.surface-web .agent-order-status-card{grid-column:1 / -1;min-height:150px}.surface-web .agent-order-summary-card{grid-column:1;grid-row:2}.surface-web .agent-order-timeline{grid-column:2;grid-row:2 / span 2}.surface-web .agent-order-help{margin-top:24px}.surface-web .agent-account-hero{min-height:170px;padding:28px;border:1px solid var(--figma-line);border-radius:16px;background:#fff}.surface-web .agent-account-avatar{width:108px;height:108px;background:var(--figma-violet-soft);color:var(--figma-violet)}.surface-web .agent-account-hero .agent-eyebrow{display:none}.surface-web .agent-account-hero h1{font-size:26px}.surface-web .agent-account-verified{border-radius:999px;background:var(--figma-success-soft);color:var(--figma-success)}.surface-web .agent-account-grid{grid-template-columns:1fr 1fr;gap:24px}.surface-web :is(.agent-account-identities,.agent-account-links){min-height:354px;padding:18px;border:1px solid var(--figma-line);border-radius:16px;background:#fff}.surface-web :is(.agent-account-identities,.agent-account-links)>div,.surface-web .agent-account-links>a{border:0;border-radius:10px;background:var(--figma-bg)}.surface-web .agent-account-footer{display:flex;justify-content:flex-end}.surface-web .agent-auth-form .agent-form-field,.surface-web .agent-auth-form .agent-form-field>span:first-child{color:var(--figma-text)}.surface-web .agent-auth-form .agent-input-with-icon,.surface-web .agent-auth-form .agent-form-field>input{min-height:48px;border-color:var(--figma-line);border-radius:10px;background:#fff;color:var(--figma-text)}.surface-web .agent-auth-form .agent-input-with-icon{grid-template-columns:20px minmax(0,1fr);padding-left:14px}.surface-web .agent-auth-form .agent-input-with-icon svg{color:var(--figma-muted);background:transparent}.surface-web .agent-auth-form .agent-input-with-icon input{color:var(--figma-text);background:transparent}.surface-web .agent-auth-form input::placeholder{color:var(--figma-faint)}.surface-web .agent-auth-form .agent-input-with-icon:focus-within,.surface-web .agent-auth-form .agent-form-field>input:focus{border-color:var(--figma-violet);box-shadow:0 0 0 3px #6c5cff1f}.surface-web .agent-favorites-page{gap:20px}.surface-web .agent-favorites-page .agent-page-heading{margin:0}.surface-web .agent-favorites-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:28px 16px;padding:16px;border:1px solid var(--figma-line);border-radius:16px;background:#fff}.surface-web .agent-favorite-card{display:grid;gap:8px;border:0;background:transparent}.surface-web .agent-favorite-product{display:grid;min-height:302px;overflow:hidden;border:1px solid var(--figma-line);border-radius:12px;background:#fff}.surface-web .agent-favorite-image{width:100%;height:146px;border-radius:0;background:var(--figma-soft)}.surface-web .agent-favorite-copy{padding:10px 12px}.surface-web .agent-favorite-copy b{color:var(--figma-text);font-size:16px}.surface-web .agent-favorite-remove{position:static;width:100%;min-height:32px;color:var(--figma-error)}.surface-web .agent-legal-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:24px}.surface-web .agent-legal-sidebar,.surface-web .agent-legal-page article{border:1px solid var(--figma-line);border-radius:16px;background:#fff}.surface-web .agent-legal-sidebar{min-height:960px;padding:22px 16px}.surface-web .agent-legal-sidebar h2{margin:0 0 16px;padding-inline:2px;font-size:20px}.surface-web .agent-legal-sidebar nav{display:grid;gap:8px}.surface-web .agent-legal-sidebar a{min-height:42px;padding:12px;border-radius:9px;color:var(--figma-text);font-size:12px}.surface-web .agent-legal-sidebar a.active{background:var(--figma-orange-soft);color:var(--figma-orange)}.surface-web .agent-legal-page article{min-height:960px;padding:34px}.surface-web .agent-legal-page article>h1{margin:0;font-size:30px}.surface-web .agent-legal-updated{margin:8px 0 28px;color:var(--figma-muted);font-size:11px}.surface-web .agent-legal-page article .agent-legal-lead{margin:0 0 32px;padding:0;border:0;border-radius:0;background:transparent;color:var(--figma-muted)!important;font-size:13px;line-height:1.65}.surface-web .agent-legal-page article>section{margin-top:44px}.surface-web .agent-legal-page article h2{font-size:20px}.surface-web .agent-legal-page article section p{color:var(--figma-muted);font-size:13px;line-height:1.65}.surface-web .agent-contact-grid{display:grid;gap:24px}.surface-web .agent-contact-grid>section{display:flex;min-height:150px;align-items:center;justify-content:space-between;gap:20px;padding:18px;border:1px solid var(--figma-line);border-radius:12px;background:var(--figma-bg)}.surface-web .agent-contact-grid>section h2{margin:0 0 10px;font-size:16px}.surface-web .agent-contact-grid>section p{margin-bottom:0;font-size:11px}.surface-web .agent-contact-grid>section>.agent-button{min-width:220px}.surface-web .agent-contact-grid>section>.tertiary{background:var(--figma-violet);color:#fff}.surface-web .agent-contact-warning{padding-top:36px}.surface-web .agent-contact-warning p{color:var(--figma-muted)}.surface-web .agent-not-found-page{display:grid;min-height:calc(100dvh - 160px);place-items:center;padding:40px 0}.surface-web .agent-not-found-page .agent-state-panel{width:min(780px,100%);min-height:390px;padding:52px;border:1px solid var(--figma-line);border-radius:16px;background:#fff}.surface-web .plati-nav-link{color:var(--figma-muted)}.surface-web .plati-nav-link:hover{background:var(--figma-soft);color:var(--figma-text)}.surface-web .plati-nav-link.active{background:var(--figma-orange-soft);color:var(--figma-orange)}.surface-web :is(.plati-directory-item-static,.plati-results-count,.plati-product-sales){color:var(--figma-muted)}.surface-web .agent-not-found-page .agent-state-panel>span{width:120px;height:120px;border-radius:14px;background:var(--figma-violet-soft);color:var(--figma-violet)}.surface-web .agent-not-found-actions{display:flex;justify-content:center;gap:16px}.surface-web .agent-not-found-actions .agent-button{min-width:190px}@media(min-width:901px){.surface-web .agent-container{width:calc(100% - 48px);max-width:none}}.surface-web :is(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid rgba(108,92,255,.2);outline-offset:2px}.surface-web .web-home-showcase{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.surface-web .web-home-showcase>:is(.web-steam-topup,.web-home-popular){height:320px;overflow:hidden;padding:18px;border:1px solid var(--figma-line);border-radius:16px;background:var(--figma-panel)}.surface-web .web-home-showcase .web-steam-service-tabs{display:flex;align-items:flex-end;justify-content:flex-start;gap:clamp(22px,2.2vw,38px);overflow:visible;border:0}.surface-web .web-home-showcase .web-steam-service-tabs>button{width:auto;min-width:0;flex:0 0 auto;padding-inline:0;white-space:nowrap}.surface-web .web-home-showcase .web-steam-service-tabs:after{display:none}.surface-web .web-home-showcase :is(.web-steam-topup-heading,.web-home-heading){display:flex;min-height:36px;align-items:flex-start;justify-content:space-between;gap:16px}.surface-web .web-home-showcase :is(.web-steam-topup-heading h2,.web-home-heading h2){margin:0;color:var(--figma-text);font-size:18px;line-height:24px}.surface-web .web-home-showcase .web-steam-topup-heading>span{color:var(--figma-muted);font-size:11px;line-height:16px;text-align:right}.surface-web .web-home-showcase .web-steam-service-tabs{min-height:42px;margin-top:2px}.surface-web .web-home-showcase .web-steam-service-tabs>button{min-height:42px}.surface-web .web-home-showcase .web-steam-form{height:calc(100% - 44px);grid-template-rows:minmax(0,1fr) auto;padding-top:12px}.surface-web .web-home-showcase .web-steam-regions{margin-top:8px}.surface-web .web-home-showcase .web-steam-regions .ant-btn{height:36px}.surface-web .web-home-showcase .web-steam-bottom{margin-top:8px;transform:translateY(-15px)}.surface-web .web-home-showcase .web-steam-bottom .web-steam-buy.ant-btn{height:48px}.surface-web .web-home-showcase .web-steam-seller{min-height:48px}.surface-web .web-home-showcase .web-home-popular .web-game-rail.tone-popular,.surface-web .web-home-showcase .web-home-popular .web-game-rail.tone-popular.loading{height:100%;margin-top:0;overflow-x:auto;overflow-y:hidden;padding-bottom:4px}.surface-web .web-home-showcase .web-game-card-all{display:grid;min-height:100%;place-items:center;border:1px solid var(--figma-line);border-radius:14px;background:var(--figma-panel);color:var(--figma-orange);font-size:18px;font-weight:700;text-decoration:none}.surface-web .web-home-showcase .web-game-card-all:hover{border-color:var(--figma-orange);background:#fff8f2;color:var(--figma-orange)}.surface-web .web-topup-skeleton .web-steam-form{grid-template-rows:minmax(0,1fr) auto}.surface-web .web-topup-skeleton .web-steam-fields{align-items:start}.surface-web .web-topup-skeleton .web-steam-regions,.surface-web .web-topup-skeleton .web-steam-presets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.surface-web .web-topup-skeleton .web-steam-presets{grid-template-columns:repeat(4,minmax(0,1fr))}.surface-web .web-topup-skeleton .web-steam-regions .ant-skeleton-button,.surface-web .web-topup-skeleton .web-steam-presets .ant-skeleton-button{width:100%}.surface-web .web-topup-skeleton-seller .web-steam-seller-row{display:grid;grid-template-columns:auto auto;gap:10px}.surface-web .web-steam-seller-name-row{gap:8px}.surface-web .web-steam-seller-name-row strong{min-width:0;color:var(--figma-text);font-weight:700}.surface-web .web-steam-seller-stats-row{gap:18px}.surface-web .web-game-category-skeletons .web-skeleton-card-media{aspect-ratio:1 / 1}.surface-web .web-home-showcase .web-game-card-link,.surface-web .web-home-showcase .web-game-rail.loading>.ant-card{flex-basis:clamp(168px,12.1vw,184px);min-width:clamp(168px,12.1vw,184px)}.surface-web .web-home-catalog-panel{max-height:min(720px,calc(100dvh - 220px))}.surface-web .web-home-catalog-groups{display:block;columns:4;column-gap:48px}.surface-web .web-home-catalog-group{display:inline-block;width:100%;margin:0 0 28px;break-inside:avoid;vertical-align:top}.surface-web .plati-catalog-layout.is-directory{grid-template-columns:minmax(0,1fr)}.surface-web .plati-catalog-layout.is-directory>.plati-catalog-sidebar{display:none}.surface-web .plati-catalog-layout.is-directory .plati-mobile-controls{display:none}.surface-web .plati-catalog-layout.is-directory .plati-directory-grid--root{grid-template-columns:repeat(4,minmax(0,1fr))}.surface-web .plati-root-groups{flex-wrap:wrap;overflow:visible}.surface-web :is(.plati-games-content,.plati-results-panel){border:1px solid var(--figma-line);border-radius:16px;background:var(--figma-panel)}.surface-web .plati-games-content{padding:16px}.surface-web :is(.plati-games-filters,.plati-game-product-filters) h3,.surface-web .plati-games-preorders label,.surface-web .plati-filter-group>label,.surface-web .plati-filter-title strong{color:var(--figma-text)}.surface-web :is(.plati-games-genres,.plati-seller-options,.plati-web-search-options) .ant-radio-wrapper,.surface-web .plati-web-search-options .ant-checkbox-wrapper{color:var(--figma-text)}.surface-web :is(.plati-games-genres,.plati-seller-options,.plati-web-search-options) :is(.ant-radio-wrapper,.ant-checkbox-wrapper)>span:last-child,.surface-web .plati-game-product-filters .ant-radio-wrapper>span:last-child{color:var(--figma-text)}.surface-web :is(.plati-seller-options,.plati-web-search-options,.plati-game-product-filters) small{color:var(--figma-muted)}.surface-web :is(.plati-games-genres,.plati-seller-options) .ant-radio-wrapper:hover,.surface-web .plati-web-search-options .ant-checkbox-wrapper:hover{color:var(--figma-text)}.surface-web .plati-games-genres .ant-radio-wrapper{min-height:34px;font-size:13px}.surface-web :is(.plati-games-toolbar,.plati-results-toolbar) .ant-select-selector,.surface-web :is(.plati-filter-group,.plati-game-price-inputs) .ant-input-number,.surface-web :is(.plati-games-filters,.plati-filter-group) .ant-input-affix-wrapper{border-color:var(--figma-line)!important;background:#fff!important;color:var(--figma-text)!important}.surface-web :is(.plati-games-toolbar,.plati-results-toolbar) .ant-select-selection-item,.surface-web :is(.plati-filter-group,.plati-game-price-inputs) input,.surface-web :is(.plati-games-filters,.plati-filter-group) input{color:var(--figma-text)!important}.surface-web :is(.plati-games-toolbar,.plati-results-toolbar) .ant-select-disabled .ant-select-selection-item{color:var(--figma-muted)!important}.surface-web .plati-product-card :is(.plati-product-price,.plati-product-card-price),.surface-web .plati-popular-offer-copy b{color:var(--figma-text)}.surface-web .plati-popular-offer-copy strong{color:var(--figma-text)}.surface-web .plati-popular-offer-copy small{color:var(--figma-muted)}.surface-web .plati-popular-offer-card:hover{border-color:var(--figma-orange);background:#fff}.surface-web .plati-best-offers .plati-popular-offer-card:first-child,.surface-web .plati-best-offers .plati-popular-offer-card:first-child:hover{border-color:var(--figma-orange);background:var(--figma-orange-soft)}.surface-web .plati-best-offers .plati-popular-offer-card:first-child :is(.plati-popular-offer-copy b,.plati-popular-offer-copy strong){color:var(--figma-text)}.surface-web .plati-best-offers .plati-popular-offer-card:first-child .plati-popular-offer-copy small{color:var(--figma-muted)}.surface-web .plati-game-hero{display:grid;min-height:320px;grid-template-columns:240px minmax(0,1fr);align-items:stretch;gap:26px;padding:20px}.surface-web .plati-game-hero-image{width:240px;height:280px;aspect-ratio:auto}.surface-web .plati-game-hero-copy{min-width:0;padding:3px 4px}.surface-web .plati-game-hero h1{margin:0 0 10px;overflow-wrap:anywhere;color:var(--figma-text);font-size:32px;line-height:1.28}.surface-web .plati-game-hero p{display:block;max-width:760px;overflow:visible;color:var(--figma-muted);font-size:14px;line-height:1.55}.surface-web .plati-game-specifications{max-width:680px;gap:14px;margin-top:30px}.surface-web .plati-game-specifications>div{grid-template-columns:130px minmax(0,1fr);gap:14px}.surface-web .plati-game-specifications>div>span{display:none}.surface-web .plati-game-specifications :is(dt,dd){color:var(--figma-text);font-size:12px;text-align:left}.surface-web .plati-game-specifications dt{color:var(--figma-muted)}.surface-web .web-product-figma-gallery .agent-gallery-main{display:grid;place-items:center}.surface-web .web-product-figma-gallery .agent-gallery-main .web-remote-image,.surface-web .web-product-figma-gallery .agent-gallery-main .ant-image{display:grid;width:100%;height:100%;place-items:center}.surface-web .web-product-figma-gallery .agent-gallery-main .ant-image-img{width:100%;height:100%;object-fit:contain;object-position:center}.surface-web .web-product-figma-gallery .agent-gallery-main .web-remote-image>.ant-image{display:grid;place-items:center}.surface-web .web-product-figma-gallery .agent-gallery-main .web-remote-image .ant-image-img{width:auto;max-width:100%;height:auto;max-height:100%}.surface-web .web-product-options :is(.agent-radio-list,.agent-checkbox-list) label,.surface-web .web-product-variant-grid label{color:var(--figma-text)}.surface-web .web-product-figma input[type=radio],.surface-web .web-product-figma input[type=checkbox]{accent-color:var(--figma-orange)}.surface-web .web-product-figma .ant-radio-checked .ant-radio-inner,.surface-web .web-product-figma .ant-checkbox-checked .ant-checkbox-inner{border-color:var(--figma-orange);background:var(--figma-orange)}.surface-web .web-product-figma .ant-radio-wrapper:hover .ant-radio-inner,.surface-web .web-product-figma .ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:var(--figma-orange)}.surface-web .web-product-figma :is(.agent-radio-list,.agent-checkbox-list) label:has(input:checked){border-color:var(--figma-orange);background:var(--figma-orange-soft)}.surface-web .web-product-figma :is(.agent-radio-list,.agent-checkbox-list) input:checked+span{border-color:var(--figma-orange);background:var(--figma-orange)}.surface-web .plati-root-group-more{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--figma-line);background:#fff;color:var(--figma-violet);font:inherit;cursor:pointer}.surface-web .plati-root-group-more:hover{border-color:var(--figma-violet);background:var(--figma-violet-soft)}.surface-web .agent-auth-page{min-height:0;place-content:start center;padding-block:18px 64px}.surface-web .agent-auth-page{margin-inline:auto!important}.surface-web .agent-auth-card{min-height:0;margin-inline:auto;padding:32px}.surface-web .agent-auth-card>p{margin-bottom:32px}.surface-web .agent-account-guest-heading{margin-bottom:20px}.surface-web .agent-account-page>.agent-state-panel{width:min(940px,100%);min-height:260px;margin-inline:auto;padding:36px;border:1px solid var(--figma-line);border-radius:16px;background:#fff}.surface-web :is(.agent-state-panel,.agent-account-page>.agent-state-panel)>span{background:var(--figma-violet-soft);color:var(--figma-violet)}.surface-web .agent-account-guest-grid{display:grid;width:min(940px,100%);grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:20px auto 0}.surface-web .agent-account-guest-grid>a{min-height:112px;border:1px solid var(--figma-line);border-radius:12px;background:#fff;color:var(--figma-text)}.surface-web .agent-account-guest-grid>a>svg:first-child,.surface-web .agent-account-identities>div>span,.surface-web .agent-account-links>a>svg:first-child{background:var(--figma-violet-soft);color:var(--figma-violet)}.surface-web .agent-account-guest-grid small,.surface-web .agent-account-identities small,.surface-web .agent-account-links small{color:var(--figma-muted)}.surface-web :is(.agent-account-identities,.agent-account-links) h2{color:var(--figma-text)}.surface-web .agent-account-identities>div,.surface-web .agent-account-links>a{border:0;background:var(--figma-bg);color:var(--figma-text)}.surface-web .agent-order-filters{display:flex;gap:8px}.surface-web .agent-order-filters button{position:relative;min-width:132px;border:0;background:transparent;color:var(--figma-muted)}.surface-web .agent-order-filters button:hover{color:var(--figma-text)}.surface-web .agent-order-filters button.active{background:transparent;color:var(--figma-orange)}.surface-web .agent-order-filters button.active:after{position:absolute;right:16px;bottom:0;left:16px;height:2px;border-radius:2px;background:var(--figma-orange);content:""}@media(max-width:1180px){.surface-web .plati-catalog-layout.is-directory .plati-directory-grid--root{grid-template-columns:repeat(2,minmax(0,1fr))}.surface-web .plati-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.surface-web .agent-favorites-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.surface-web .web-home-showcase{grid-template-columns:1fr}.surface-web .web-home-catalog-groups{columns:2;column-gap:32px}.surface-web .web-home-showcase>:is(.web-steam-topup,.web-home-popular){height:auto;min-height:320px}.surface-web .web-product-figma-checkout{grid-template-columns:minmax(330px,.75fr) 1.25fr}.surface-web .web-product-variant-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.surface-web :is(.plati-catalog-inner,.agent-product-page,.agent-auth-page,.agent-orders-page,.agent-order-page,.agent-account-page,.agent-favorites-page,.agent-legal-page,.agent-not-found-page){width:calc(100% - 24px)}.surface-web :is(.plati-catalog-layout,.plati-games-layout,.plati-game-products-layout){grid-template-columns:1fr}.surface-web :is(.plati-catalog-sidebar,.plati-games-sidebar,.plati-game-products-sidebar){display:none}.surface-web .plati-directory-grid--root,.surface-web .plati-directory-grid--topics,.surface-web .plati-game-grid,.surface-web .plati-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.surface-web .web-product-figma-checkout{grid-template-columns:1fr}.surface-web .web-product-figma-gallery{min-height:440px}.surface-web .web-product-figma-gallery .agent-gallery-main{min-height:340px}.surface-web .web-product-assurance-grid,.surface-web .web-product-figma>.agent-seller-panel,.surface-web .agent-account-grid,.surface-web .agent-order-detail-grid,.surface-web .agent-legal-layout{grid-template-columns:1fr}.surface-web .agent-order-status-card,.surface-web .agent-order-summary-card,.surface-web .agent-order-timeline{grid-column:auto;grid-row:auto}.surface-web .agent-legal-sidebar{min-height:auto}.surface-web .agent-legal-sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}.surface-web .agent-favorites-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.surface-web .agent-account-guest-grid{grid-template-columns:1fr}.surface-web .plati-game-hero{grid-template-columns:180px minmax(0,1fr)}.surface-web .plati-game-hero-image{width:180px;height:230px}}@media(max-width:620px){.surface-web.web-market-unified-explorer .web-market-mainbar{grid-template-columns:minmax(0,1fr) auto;min-height:62px}.surface-web .web-global-explorer{padding-top:12px}.surface-web .plati-directory-grid--root,.surface-web .plati-directory-grid--topics,.surface-web .plati-game-grid,.surface-web .plati-product-grid,.surface-web .plati-catalog-layout.is-directory .plati-directory-grid--root{grid-template-columns:1fr}.surface-web .web-home-catalog-groups{columns:1}.surface-web .web-product-figma-gallery,.surface-web .web-product-figma-purchase,.surface-web .web-product-figma>.agent-content-panel{padding:16px}.surface-web .web-product-figma-heading{grid-template-columns:1fr}.surface-web .web-product-figma-heading .agent-purchase-price{text-align:left}.surface-web .web-product-variant-grid{grid-template-columns:1fr}.surface-web .web-product-figma-quote{grid-template-columns:46px 1fr}.surface-web .web-product-figma-quote>div:first-child{grid-column:1 / -1}.surface-web .web-product-figma-quote .agent-buy-button{min-width:0}.surface-web .web-product-assurance-grid{grid-template-columns:1fr}.surface-web .agent-auth-page,.surface-web .agent-auth-card{width:100%}.surface-web .agent-auth-card{padding:24px}.surface-web .agent-order-row{grid-template-columns:58px minmax(0,1fr) auto}.surface-web .agent-order-image{width:58px;height:58px}.surface-web .agent-order-status{grid-column:2;justify-self:start}.surface-web .agent-favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px}.surface-web .agent-legal-sidebar nav{grid-template-columns:1fr}.surface-web .agent-legal-page article{min-height:auto;padding:24px 18px}.surface-web .agent-contact-grid>section{align-items:stretch;flex-direction:column}.surface-web .agent-contact-grid>section>.agent-button{min-width:0;width:100%}.surface-web .plati-game-hero{grid-template-columns:1fr}.surface-web .plati-game-hero-image{width:100%;height:260px}.surface-web .agent-not-found-page .agent-state-panel{min-height:0;padding:32px 18px}.surface-web .agent-not-found-actions{flex-direction:column}.surface-web .web-home-sales-leaders .web-home-products.tone-grid,.surface-web .web-home-sales-leaders .web-home-products.tone-grid.loading{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}.surface-web .web-home-sales-leaders .tone-grid .web-home-product,.surface-web .web-home-sales-leaders .tone-grid.loading>.ant-card{width:auto}.surface-web .web-home-infinite-error{align-items:stretch;flex-direction:column}}@media(max-width:420px){.surface-web .agent-favorites-grid{grid-template-columns:1fr}}.surface-web .web-product-plati{display:grid;gap:16px;padding-bottom:48px}.surface-web .web-product-plati .agent-product-detail-layout{position:relative;z-index:4;display:grid;grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:14px}.surface-web .web-product-plati .agent-product-detail-main{display:grid;min-width:0;gap:14px}.surface-web .web-product-plati :is(.web-product-primary,.agent-purchase-panel,.web-product-seller-card,.web-product-tabs,.agent-content-panel,.web-product-recommendations){border:1px solid var(--figma-line);border-radius:16px;background:#fff;box-shadow:none}.surface-web .web-product-plati .web-product-primary{overflow:hidden}.surface-web .web-product-plati .agent-product-overview{display:grid;grid-template-columns:330px minmax(0,1fr);gap:24px;min-height:304px;padding:20px;border:0;border-radius:0;background:transparent}.surface-web .web-product-plati .agent-gallery{display:grid;width:330px;max-width:330px;grid-template-columns:52px 264px;grid-template-rows:264px;gap:12px}.surface-web .web-product-plati .agent-gallery-main{grid-column:2;grid-row:1;width:264px;height:264px;min-height:0;aspect-ratio:1;border:1px solid var(--figma-line);border-radius:12px;background:var(--figma-soft)}.surface-web .web-product-plati .agent-gallery-main :is(.web-remote-image,.ant-image),.surface-web .web-product-plati .agent-gallery-main .web-remote-image-element{width:100%;height:100%}.surface-web .web-product-plati .agent-gallery-thumbs{display:flex;overflow:auto;grid-column:1;grid-row:1;flex-direction:column;gap:8px;margin:0;scrollbar-width:none}.surface-web .web-product-plati .agent-gallery-thumbs::-webkit-scrollbar{display:none}.surface-web .web-product-plati .agent-gallery-thumbs button{width:52px;height:52px;min-height:52px;padding:2px;border:1px solid var(--figma-line);border-radius:9px;background:#fff}.surface-web .web-product-plati .agent-gallery-thumbs button.active{border:2px solid var(--figma-orange)}.surface-web .web-product-plati .agent-gallery-thumbs :is(.web-remote-image,.web-remote-image-element){width:100%;height:100%}.surface-web .web-product-plati .agent-product-overview-copy{position:relative;display:flex;min-width:0;justify-content:flex-start;padding:8px 48px 0 0}.surface-web .web-product-plati .agent-product-overview-copy h1{max-width:760px;margin:0;color:var(--figma-text);font-size:clamp(22px,2.05vw,30px);font-weight:700;line-height:1.25;letter-spacing:-.03em}.surface-web .web-product-plati .web-product-bookmark{position:absolute;top:-8px;right:-4px;width:42px;min-height:42px;padding:0;border:0;background:transparent;color:var(--figma-muted)}.surface-web .web-product-plati .web-product-bookmark:hover,.surface-web .web-product-plati .web-product-bookmark.active{border:0;background:var(--figma-orange-soft);color:var(--figma-orange)}.surface-web .web-product-plati .web-product-bookmark.active svg{fill:currentColor}.surface-web .web-product-plati .web-product-meta{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:14px;color:var(--figma-muted);font-size:12px}.surface-web .web-product-plati .web-product-meta span{color:inherit}.surface-web .web-product-plati .web-product-meta button{padding:0;border:0;background:transparent;color:var(--figma-violet);cursor:pointer;font:inherit}.surface-web .web-product-plati .web-product-options{display:grid;max-width:none;gap:16px;margin:0;padding:20px;border-top:1px solid var(--figma-line)}.surface-web .web-product-plati .web-product-options>.agent-form-field,.surface-web .web-product-plati .web-product-options .web-product-email-field{max-width:640px}.surface-web .web-product-plati .web-product-options .agent-option-stack{gap:16px}.surface-web .web-product-plati .web-product-variant-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.surface-web .web-product-plati .web-product-variant-grid label{min-height:44px;padding:10px 12px}.surface-web .web-product-plati .web-product-purchase-rail{position:sticky;z-index:80;top:104px;display:grid;overflow:visible;gap:12px}.surface-web .web-product-plati .agent-purchase-panel{position:static;display:grid;gap:14px;padding:20px}.surface-web .web-product-plati .agent-purchase-price{display:flex;align-items:flex-start;flex-direction:column;gap:4px}.surface-web .web-product-plati .agent-purchase-price span{color:var(--figma-muted);font-size:11px}.surface-web .web-product-plati .agent-purchase-price strong{color:var(--figma-text);font-size:30px;line-height:1.1}.surface-web .web-product-plati .web-product-unit-calculator{display:grid;grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr);align-items:end;gap:10px}.surface-web .web-product-plati .web-product-unit-value{display:grid;min-width:0;gap:7px;color:var(--figma-text)}.surface-web .web-product-plati .web-product-unit-value>span{overflow:hidden;color:var(--figma-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.surface-web .web-product-plati .web-product-unit-value :is(output,input,select){width:100%;min-height:50px;padding:0 13px;border:1px solid var(--figma-line);border-radius:9px;background:var(--figma-soft);color:var(--figma-text);font:inherit;font-size:20px;font-weight:750;line-height:48px}.surface-web .web-product-plati .web-product-unit-value output{display:block}.surface-web .web-product-plati .web-product-unit-value input:focus,.surface-web .web-product-plati .web-product-unit-value select:focus{border-color:var(--figma-orange);outline:2px solid color-mix(in srgb,var(--figma-orange) 16%,transparent)}.surface-web .web-product-plati .web-product-unit-value .agent-select-wrap svg{right:12px}.surface-web .web-product-plati .web-product-unit-equals{padding-bottom:15px;color:var(--figma-muted);font-size:18px;font-weight:800;text-align:center}.surface-web .web-product-plati .web-product-unit-limits{display:grid;grid-column:1 / -1;gap:3px;color:var(--figma-muted);font-size:10px;line-height:1.45}.surface-web .web-product-plati .web-product-unit-limits .agent-form-error{margin-top:4px;color:#b42318}.surface-web .web-product-plati .web-product-buy-actions{display:grid;grid-template-columns:1fr}.surface-web .web-product-plati .web-product-buy-actions svg{width:19px}.surface-web .web-product-plati .agent-buy-button{min-height:46px;border-radius:9px;background:var(--figma-orange);font-size:14px}.surface-web .web-product-plati .agent-buy-button:hover{background:var(--figma-orange)}.surface-web .web-product-plati .web-product-seller-card{position:relative;z-index:90;overflow:visible;padding:16px;cursor:default;outline:none}.surface-web .web-product-plati .web-product-seller-card:hover,.surface-web .web-product-plati .web-product-seller-card:focus-within{z-index:1000}.surface-web .web-product-plati .web-product-seller-card header{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px}.surface-web .web-product-plati .web-product-seller-card header>svg{width:38px;height:38px;padding:9px;border-radius:10px;background:var(--figma-orange-soft);color:var(--figma-orange)}.surface-web .web-product-plati .web-product-seller-card header>svg:last-child{width:18px;height:18px;padding:0;border-radius:0;background:transparent;color:var(--figma-muted);transition:transform .18s ease}.surface-web .web-product-plati .web-product-seller-card header div{display:grid;gap:2px;min-width:0}.surface-web .web-product-plati .web-product-seller-card small{color:var(--figma-muted);font-size:10px}.surface-web .web-product-plati .web-product-seller-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.surface-web .web-product-plati .web-product-seller-card:hover header>svg:last-child,.surface-web .web-product-plati .web-product-seller-card:focus-within header>svg:last-child{transform:translate(-2px);color:var(--figma-orange)}.surface-web .web-product-plati .web-product-seller-popover{position:absolute;z-index:1001;top:0;right:calc(100% + 12px);display:grid;visibility:hidden;width:min(350px,calc(100vw - 48px));gap:14px;padding:20px;border:1px solid var(--figma-line);border-radius:16px;background:#fff;box-shadow:0 18px 48px #1e203629;opacity:0;pointer-events:none;transform:translate(8px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.surface-web .web-product-plati .web-product-seller-card:hover .web-product-seller-popover,.surface-web .web-product-plati .web-product-seller-card:focus-within .web-product-seller-popover{visibility:visible;opacity:1;pointer-events:auto;transform:translate(0)}.surface-web .web-product-plati .web-product-seller-popover-title{display:flex;align-items:center;gap:7px;padding-bottom:12px;border-bottom:1px solid var(--figma-line)}.surface-web .web-product-plati .web-product-seller-popover-title strong{font-size:20px}.surface-web .web-product-plati .web-product-seller-popover-title svg{width:19px;color:var(--figma-violet);fill:var(--figma-violet)}.surface-web .web-product-plati .web-product-seller-popover dl{display:grid;gap:0;margin:0}.surface-web .web-product-plati .web-product-seller-popover dl div{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:48px;border-bottom:1px solid var(--figma-line)}.surface-web .web-product-plati .web-product-seller-popover dt{display:flex;min-width:0;align-items:center;gap:9px;color:var(--figma-muted);font-size:12px}.surface-web .web-product-plati .web-product-seller-popover dt svg{width:17px;min-width:17px}.surface-web .web-product-plati .web-product-seller-popover dd{margin:0;color:var(--figma-text);font-size:12px;font-weight:750;text-align:right}.surface-web .web-product-plati .web-product-seller-popover>a{display:flex;min-height:44px;align-items:center;justify-content:center;gap:7px;border-radius:9px;background:var(--figma-text);color:#fff;font-size:12px;font-weight:750;text-decoration:none}.surface-web .web-product-plati .web-product-seller-popover>a:hover{background:var(--figma-orange)}.surface-web .web-product-plati .web-product-seller-popover>a svg{width:15px}.surface-web .web-product-plati .web-product-tabs{display:flex;min-height:56px;gap:4px;padding:7px}.surface-web .web-product-plati .web-product-tabs button{display:inline-flex;min-width:118px;min-height:40px;align-items:center;justify-content:center;gap:7px;padding:8px 14px;border:0;border-radius:9px;background:transparent;color:var(--figma-muted);cursor:pointer;font:inherit;font-size:12px;font-weight:650}.surface-web .web-product-plati .web-product-tabs button:hover,.surface-web .web-product-plati .web-product-tabs button.active{background:var(--figma-soft);color:var(--figma-text)}.surface-web .web-product-plati .web-product-tabs button span{padding:2px 7px;border-radius:999px;background:#e8eaf2;font-size:10px}.surface-web .web-product-plati .agent-content-panel{padding:24px}.surface-web .web-product-plati .agent-content-panel h2{margin:0 0 18px;font-size:21px}.surface-web .web-product-plati .agent-description-panel>.web-product-rich-text,.surface-web .web-product-plati .web-product-additional-copy{padding:20px;border-radius:12px;background:var(--figma-soft)}.surface-web .web-product-plati .web-product-additional-copy{display:grid;gap:16px;margin-top:18px}.surface-web .web-product-plati .web-product-additional-copy>h3{margin:0;color:var(--figma-text);font-size:16px}.surface-web .web-product-plati .web-product-rich-text{display:grid;gap:13px;color:var(--figma-muted)}.surface-web .web-product-plati .web-product-rich-text :is(h3,p,ul){margin:0}.surface-web .web-product-plati .web-product-rich-text h3{color:var(--figma-text);font-size:15px;font-weight:750;line-height:1.4}.surface-web .web-product-plati .web-product-rich-text p{color:var(--figma-muted);font-size:13px;line-height:1.7}.surface-web .web-product-plati .web-product-rich-text ul{display:grid;gap:6px;padding-left:20px}.surface-web .web-product-plati .web-product-rich-text li{padding-left:2px;font-size:13px;line-height:1.55}.surface-web .web-product-plati .web-product-rich-text a{color:var(--figma-violet);font-weight:650;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;overflow-wrap:anywhere}.surface-web .web-product-plati .web-product-rich-text a:hover{color:var(--figma-orange)}.surface-web .web-product-plati .web-product-reviews{display:grid;gap:24px}.surface-web .web-product-plati .web-product-review-summary{display:grid;grid-template-columns:180px minmax(240px,1fr);gap:28px}.surface-web .web-product-plati .web-product-review-summary>div:first-child{display:grid;align-content:center;gap:3px}.surface-web .web-product-plati .web-product-review-summary>div:first-child strong{font-size:34px}.surface-web .web-product-plati .web-product-review-summary>div:first-child span{color:var(--figma-muted);font-size:11px}.surface-web .web-product-plati .web-product-review-summary dl{display:grid;gap:10px;margin:0}.surface-web .web-product-plati .web-product-review-summary dl div{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid var(--figma-line)}.surface-web .web-product-plati .web-product-reviews dt{display:flex;align-items:center;gap:7px;color:var(--figma-muted)}.surface-web .web-product-plati .web-product-reviews dt svg{width:16px}.surface-web .web-product-plati .web-product-reviews dd{margin:0;font-weight:700}.surface-web .web-product-plati .web-product-review-list{display:grid;gap:0;border-top:1px solid var(--figma-line)}.surface-web .web-product-plati .web-product-review-list article{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;padding:16px 0;border-bottom:1px solid var(--figma-line)}.surface-web .web-product-plati .web-product-review-list article>span{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;background:#edf9f2;color:var(--figma-success)}.surface-web .web-product-plati .web-product-review-list article.negative>span{background:#fff0ec;color:var(--figma-orange)}.surface-web .web-product-plati .web-product-review-list article svg{width:15px}.surface-web .web-product-plati .web-product-review-list article div{display:grid;gap:5px}.surface-web .web-product-plati .web-product-review-list time{color:var(--figma-muted);font-size:10px}.surface-web .web-product-plati .web-product-review-list article p{margin:0;color:var(--figma-text);font-size:13px;line-height:1.55}.surface-web .web-product-plati :is(.web-product-review-empty,.web-product-review-error){margin:0;padding:18px 0;color:var(--figma-muted);font-size:12px}.surface-web .web-product-plati .web-product-review-error{color:#b42318}.surface-web .web-product-plati .web-product-review-loading{padding:18px 0}.surface-web .web-product-plati .web-product-review-sentinel{height:1px}.surface-web .web-product-plati .web-product-images>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.surface-web .web-product-plati .web-product-images button{overflow:hidden;aspect-ratio:1;padding:0;border:1px solid var(--figma-line);border-radius:10px;background:var(--figma-soft);cursor:pointer}.surface-web .web-product-plati .web-product-images :is(.web-remote-image,.web-remote-image-element){width:100%;height:100%}.surface-web .web-product-plati .web-product-recommendations{position:relative;z-index:1;min-width:0;padding:20px}.surface-web .web-product-plati .web-product-recommendations h2{margin:0 0 16px;color:var(--figma-text);font-size:22px}.surface-web .web-product-plati .web-product-recommendations>p{margin:0;color:var(--figma-muted);font-size:12px}.surface-web .web-product-plati .web-product-recommendations .web-home-products{display:flex;overflow-x:auto;gap:16px;padding-bottom:4px;scrollbar-width:thin}.surface-web .web-product-plati .web-product-recommendations .web-home-product{flex:0 0 178px}@media(max-width:1120px){.surface-web .web-product-plati .agent-product-detail-layout{grid-template-columns:1fr}.surface-web .web-product-plati .web-product-purchase-rail{position:static;grid-template-columns:minmax(0,1.3fr) 1fr}.surface-web .web-product-plati .web-product-seller-popover{top:calc(100% + 8px);right:0}}.surface-web .web-seller-store{display:grid;gap:18px;padding-bottom:56px}.surface-web .web-seller-store-hero,.surface-web .web-seller-store-products{border:1px solid var(--figma-line);border-radius:18px;background:#fff}.surface-web .web-seller-store-hero{display:grid;grid-template-columns:minmax(260px,1fr) minmax(420px,1.4fr);align-items:center;gap:28px;padding:28px}.surface-web .web-seller-store-hero header{display:flex;align-items:center;gap:16px}.surface-web .web-seller-store-hero header>span{display:grid;width:58px;height:58px;place-items:center;border-radius:15px;background:var(--figma-orange-soft);color:var(--figma-orange)}.surface-web .web-seller-store-hero header>span svg{width:28px}.surface-web .web-seller-store-hero header div{display:grid;gap:3px}.surface-web .web-seller-store-hero small{color:var(--figma-muted)}.surface-web .web-seller-store-hero h1{display:flex;align-items:center;gap:9px;margin:0;color:var(--figma-text);font-size:clamp(26px,3vw,40px)}.surface-web .web-seller-store-hero h1 svg{width:25px;color:var(--figma-violet);fill:var(--figma-violet)}.surface-web .web-seller-store-hero dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0}.surface-web .web-seller-store-hero dl div{display:grid;gap:7px;padding:14px;border-radius:12px;background:var(--figma-soft)}.surface-web .web-seller-store-hero dt{color:var(--figma-muted);font-size:11px}.surface-web .web-seller-store-hero dd{margin:0;color:var(--figma-text);font-size:17px;font-weight:800}.surface-web .web-seller-store-products{padding:24px}.surface-web .web-seller-store-products>header{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:20px}.surface-web .web-seller-store-products>header div{display:grid;gap:2px}.surface-web .web-seller-store-products>header small,.surface-web .web-seller-store-products>header span{color:var(--figma-muted);font-size:12px}.surface-web .web-seller-store-products h2{margin:0;color:var(--figma-text);font-size:28px}.surface-web .web-seller-store-products .web-home-products.tone-grid,.surface-web .web-seller-store-products .web-home-products.tone-grid.loading{grid-template-columns:repeat(6,minmax(0,1fr));justify-content:start;gap:16px;overflow:visible}.surface-web .web-seller-store-error{color:#b42318}.surface-web .web-seller-store-sentinel{height:1px}@media(max-width:1040px){.surface-web .web-seller-store-hero{grid-template-columns:1fr}.surface-web .web-seller-store-products .web-home-products.tone-grid,.surface-web .web-seller-store-products .web-home-products.tone-grid.loading{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:720px){.surface-web .web-seller-store-hero dl,.surface-web .web-seller-store-products .web-home-products.tone-grid,.surface-web .web-seller-store-products .web-home-products.tone-grid.loading{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.surface-web .web-seller-store-hero,.surface-web .web-seller-store-products{padding:18px}.surface-web .web-seller-store-products .web-home-products.tone-grid,.surface-web .web-seller-store-products .web-home-products.tone-grid.loading{grid-template-columns:1fr}}@media(max-width:820px){.surface-web .web-product-plati{width:min(100% - 24px,1472px)}.surface-web .web-product-plati .web-product-primary{display:block}.surface-web .web-product-plati .agent-product-overview{grid-template-columns:1fr}.surface-web .web-product-plati .agent-gallery{width:100%;max-width:none;grid-template-columns:1fr;grid-template-rows:auto auto}.surface-web .web-product-plati .agent-gallery-main{grid-column:1;width:100%;height:auto;max-height:480px;aspect-ratio:1}.surface-web .web-product-plati .agent-gallery-thumbs{grid-column:1;grid-row:2;flex-direction:row}.surface-web .web-product-plati .agent-product-overview-copy{padding-right:42px}.surface-web .web-product-plati .web-product-purchase-rail{grid-template-columns:1fr}.surface-web .web-product-plati .web-product-variant-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.surface-web .web-product-plati .web-product-images>div{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.surface-web .web-product-plati .agent-product-overview,.surface-web .web-product-plati .web-product-options,.surface-web .web-product-plati .agent-content-panel,.surface-web .web-product-plati .web-product-recommendations{padding:16px}.surface-web .web-product-plati .agent-product-overview-copy h1{font-size:20px;line-height:1.35}.surface-web .web-product-plati .web-product-tabs{overflow-x:auto}.surface-web .web-product-plati .web-product-tabs button{min-width:auto;white-space:nowrap}.surface-web .web-product-plati .web-product-reviews,.surface-web .web-product-plati .web-product-review-summary{grid-template-columns:1fr}.surface-web .web-product-plati .web-product-seller-popover{position:static;display:none;visibility:visible;width:100%;margin-top:14px;opacity:1;transform:none}.surface-web .web-product-plati .web-product-seller-card:hover .web-product-seller-popover,.surface-web .web-product-plati .web-product-seller-card:focus-within .web-product-seller-popover{display:grid}}
