.sell-modal-root{z-index:90;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.sell-modal-backdrop{background:var(--surface-modal-tint);position:absolute;inset:0}.sell-modal{z-index:1;background:rgb(var(--surface-background));width:min(984px,100vw - 32px);max-height:calc(100vh - 32px);box-shadow:0 32px 96px rgba(var(--surface-background), .72);border-radius:48px;flex-direction:column;gap:32px;display:flex;position:relative;overflow:auto}.sell-modal-top{flex-direction:column;padding:32px 48px 0;display:flex}.sell-modal-title-row{cursor:pointer;align-items:center;gap:16px;width:fit-content;display:flex}.sell-modal-title-row .sell-back-icon{transition:all .25s ease-in-out}.sell-modal-title-row:hover .sell-back-icon{background:rgb(var(--surface-brand));transform:translate(-5px)}.sell-back-button,.sell-step-button{border:1px solid rgba(var(--surface-background), 0);background:linear-gradient(rgb(var(--surface-background-secondary)), rgb(var(--surface-background-secondary))) padding-box, var(--surface-line) border-box;color:var(--text-main);transition:all .25s ease-in-out}.sell-back-button{border-radius:999px;justify-content:center;align-items:center;width:64px;height:48px;display:inline-flex}.sell-back-icon{background:rgb(var(--text-secondary));flex:none;width:24px;height:24px;-webkit-mask:url(/build/assets/chevron-left-DLyXjE-h.svg) 50%/contain no-repeat;mask:url(/build/assets/chevron-left-DLyXjE-h.svg) 50%/contain no-repeat}.sell-modal-content{grid-template-columns:1fr 1fr;align-items:flex-start;gap:32px;padding:0 48px;display:grid}.sell-item-preview{flex-direction:column;flex:0 0 367px;align-items:center;gap:24px;width:367px;display:flex}.sell-image-frame{border:1px solid rgba(var(--surface-background), 0);background:linear-gradient(rgb(var(--surface-card)), rgb(var(--surface-card))) padding-box, var(--surface-line) border-box;border-radius:24px;width:367px;height:266px;position:relative;overflow:hidden}.sell-item-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.sell-image-placeholder{background:rgba(var(--surface-border), .6);border-radius:20px;position:absolute;inset:32px}.sell-item-copy{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.sell-hero-row{align-items:center;gap:8px;max-width:100%;display:flex}.sell-hero-avatar{border:1px solid rgba(var(--surface-background), 0);background:linear-gradient(rgb(var(--surface-card)), rgb(var(--surface-card))) padding-box, var(--surface-line) border-box;border-radius:999px;flex:none;width:71px;height:40px;position:relative;overflow:hidden}.sell-hero-avatar img{object-fit:contain;width:100%;height:100%}.sell-hero-name{white-space:nowrap;text-overflow:ellipsis;color:rgb(var(--text-secondary));overflow:hidden}.sell-item-name-block{flex-direction:column;align-items:center;gap:16px;width:100%;padding:0 24px;display:flex}.sell-item-name{white-space:nowrap;text-overflow:ellipsis;max-width:100%;color:var(--text-main);text-align:center;transition:color .15s;overflow:hidden}.sell-item-name:hover{color:rgb(var(--text-brand))}.sell-form-column{flex:0 0 490px;width:490px;height:100%}.sell-form{height:100%}.sell-form .modal-warning{margin-top:auto}.sell-form,.sell-guest-state{flex-direction:column;display:flex}.sell-form{gap:32px}.sell-guest-state{text-align:center;justify-content:center;align-items:center;gap:16px;min-height:360px}.sell-field-group{flex-direction:column;gap:8px;display:flex}.sell-field-label{color:var(--text-main)}.sell-field-labels-container{justify-content:space-between;align-items:center;display:flex}.modal-warning{border:1px solid rgba(var(--surface-error), .24);background:rgba(var(--surface-error), .12);color:rgb(var(--text-error));border-radius:16px;padding:12px;display:block}.sell-input-wrap{border:1px solid rgba(var(--surface-background), 0);background:linear-gradient(rgb(var(--surface-background-secondary)), rgb(var(--surface-background-secondary))) padding-box, var(--surface-line) border-box;border-radius:24px;align-items:center;gap:8px;min-height:48px;display:flex}.sell-price-wrap{padding-right:20px}.sell-price-wrap input{padding:10px 0 10px 20px}.sell-input{width:100%;min-width:0;color:var(--text-main);background:0 0;border:0;outline:0;padding:0}.sell-input::placeholder{color:rgba(var(--text-secondary), .5)!important}.sell-input::-webkit-outer-spin-button{appearance:none;margin:0}.sell-input::-webkit-inner-spin-button{appearance:none;margin:0}.sell-input-suffix{color:rgb(var(--text-secondary))}.sell-chip-row{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.sell-hint-button{border:1px solid rgba(var(--surface-background), 0);background:linear-gradient(rgb(var(--surface-card)), rgb(var(--surface-card))) padding-box, var(--surface-line) border-box;width:fit-content;max-width:100%;height:32px;min-height:32px;color:var(--text-main);box-shadow:none;border-radius:999px;align-self:flex-start;padding:8px 12px;font-weight:600;line-height:16px}.sell-hint-button:hover{background:linear-gradient(rgb(var(--surface-border)), rgb(var(--surface-border))) padding-box, var(--surface-line) border-box;box-shadow:0 8px 16px rgba(var(--surface-background), .28);box-shadow:none}.sell-hint-button:disabled{cursor:default;opacity:1;transform:none}.sell-qty-badge{border:1px solid rgba(var(--surface-background), 0);background:linear-gradient(rgb(var(--surface-card)), rgb(var(--surface-card))) padding-box, var(--surface-line) border-box;min-height:32px;color:rgb(var(--text-secondary));pointer-events:none;border-radius:999px;align-self:flex-start;align-items:center;padding:6px 12px;font-weight:600;line-height:16px;display:inline-flex}.sell-step-button:disabled,.sell-submit-button:disabled{cursor:not-allowed;opacity:.48;transform:none}.sell-qty-row{align-items:flex-end;gap:8px;display:flex}.sell-qty-field{flex-direction:column;flex:auto;gap:4px;min-width:0;display:flex}.sell-qty-field .sell-input-wrap input{padding:10px 20px}.sell-step-button{border-radius:999px;flex:none;justify-content:center;align-items:center;width:64px;height:48px;min-height:48px;display:inline-flex}.sell-step-icon,.sell-speed-icon{background:rgb(var(--text-secondary));flex:none;width:24px;height:24px;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.sell-step-icon-minus{-webkit-mask-image:url(/build/assets/minus-circle-DA3WnYW8.svg);mask-image:url(/build/assets/minus-circle-DA3WnYW8.svg)}.sell-step-icon-plus{-webkit-mask-image:url(/build/assets/plus-circle-CO7aBF3I.svg);mask-image:url(/build/assets/plus-circle-CO7aBF3I.svg)}.sell-details{border-top:1px solid #ffffff14;flex-direction:column;display:flex}.sell-detail-line{min-height:56px;color:var(--text-main);border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:34px;display:flex}.sell-detail-line>span:first-child{min-width:0}.sell-detail-value{white-space:nowrap;flex:none;align-items:center;gap:8px;display:inline-flex}.sell-speed-icon{-webkit-mask-image:url(/build/assets/speed-CpMZGDl2.svg);mask-image:url(/build/assets/speed-CpMZGDl2.svg)}.sell-speed-icon.is-success{background:rgb(var(--surface-success))}.sell-speed-icon.is-promo{background:rgb(var(--surface-promo))}.sell-speed-icon.is-error{background:rgb(var(--surface-error))}.sell-success-note{color:rgb(var(--text-success))}.sell-success-note span{color:rgb(var(--text-secondary))}.sell-total-line{border-bottom:0;min-height:64px}.sell-modal-bottom{border-top:1px solid #ffffff14;align-items:center;gap:32px;padding:32px 48px;display:flex}.sell-safety{flex:0 0 367px;align-items:center;gap:12px;width:367px;display:flex}.sell-safety-icon{background:rgb(var(--surface-card));border-radius:999px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.sell-safety-icon .icon-img{width:20px;height:20px}.sell-safety-copy{min-width:0;color:var(--text-main);flex-direction:column;gap:4px;display:flex}.sell-safety-copy strong{color:rgb(var(--text-success));font:inherit}.sell-submit-button{border-color:rgba(var(--text-on-brand), .16);background:rgb(var(--surface-brand));width:490px;color:rgb(var(--text-on-brand));flex:0 0 490px}.sell-submit-button:hover{background:rgb(var(--surface-brand));box-shadow:0 10px 24px rgba(var(--surface-brand), .28)}@media (width<=1015px){.sell-modal{width:min(720px,100vw - 32px)}.sell-modal-content,.sell-modal-bottom{flex-direction:column;align-items:stretch}.sell-item-preview,.sell-form-column,.sell-safety,.sell-submit-button,.edit-listing-actions,.edit-listing-remove-button{flex-basis:auto;width:100%}.sell-image-frame{aspect-ratio:367/266;width:100%;height:auto}}@media (width<=720px){.sell-modal-root{padding:8px}.sell-modal{border-radius:32px;gap:24px;width:calc(100vw - 16px);max-height:calc(100vh - 16px)}.sell-modal-top,.sell-modal-content,.sell-modal-bottom{padding-left:20px;padding-right:20px}.sell-modal-top{padding-top:20px}.sell-modal-title-row{gap:12px}.sell-back-button{width:48px;height:40px}.sell-qty-row{flex-wrap:wrap}.sell-qty-field{flex:1 0 100%}.sell-step-button{width:56px}.sell-detail-line{flex-direction:column;align-items:flex-start;gap:8px;padding:16px 0}.sell-detail-value{align-self:flex-end}}.buy-listing-modal .sell-form{gap:24px}.buy-listing-modal .sell-item-image{object-fit:cover}.buy-price-wrap,.buy-trade-url-wrap{padding:10px 20px}.buy-price-wrap{justify-content:space-between}.buy-price-value{color:var(--text-main)}.buy-trade-url-input::placeholder{color:rgb(var(--text-secondary))}.buy-modal-hint{color:rgb(var(--text-secondary));margin:0}.buy-modal-bottom .sell-submit-button:disabled{cursor:not-allowed;opacity:.48;box-shadow:none;transform:none}.product-bg{background:radial-gradient(circle, rgba(var(--rarity), .18) 0%, rgba(var(--rarity), .08) 36%, rgba(var(--surface-background), 0) 72%);pointer-events:none;border-radius:50%;width:640px;height:640px;position:fixed;top:144px;left:-88px}.product-layout{z-index:1;grid-template-columns:367px minmax(0,1fr);gap:32px;margin-top:36px;display:grid;position:relative}.product-sidebar{flex-direction:column;gap:24px;width:367px;display:flex}.product-image-frame{background:var(--surface-line);border-radius:24px;width:367px;height:266px;padding:2px;overflow:hidden}.product-image-inner{cursor:pointer;background:rgb(var(--surface-background-secondary));border-radius:22px;width:100%;height:100%;position:relative;overflow:hidden}.product-image-inner img{object-fit:contain;border-radius:22px;width:418px;height:277px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.product-image-inner .product-video-overlay{z-index:10;opacity:0;object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.product-video-preview{z-index:5;background:rgb(var(--surface-card));pointer-events:none;border-radius:16px;width:66px;height:48px;display:block;position:absolute;bottom:8px;right:8px;overflow:hidden}.product-video-preview video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.product-name{flex-direction:column;align-items:center;gap:16px;display:flex}.hero-chip{justify-content:center;align-items:center;gap:8px;display:flex}.hero-portrait{background:var(--surface-line);border-radius:999px;width:71px;height:40px;padding:1px;overflow:hidden}.hero-portrait img{object-fit:cover;border-radius:999px;width:100%;height:100%}.hero-name{color:rgb(var(--text-secondary));text-transform:uppercase}.product-title-block{text-align:center;flex-direction:column;align-items:center;gap:16px;width:100%;padding:0 24px;display:flex}.product-title{color:var(--text-main);margin:0}.rarity-badge{background:var(--surface-line);min-height:40px;color:var(--text-main);border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:10px 12px;display:inline-flex}.product-info-row{align-items:center;gap:16px;width:100%;display:flex}.info-copy{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.types-container{grid-template-columns:1fr 1fr;width:100%;display:grid}.types-container>div{flex-direction:column;align-items:center;display:flex}.types-container>div:only-child{grid-column:span 2}.types-container>div:not(:first-child){border-left:1px solid rgb(var(--surface-border))}.steam-price{align-items:baseline;gap:4px;display:flex}.steam-price>:not(:first-child){color:rgb(var(--text-secondary))}.price-note{color:rgb(var(--text-error))}.source-icon,.trade-icon{flex:none;width:32px;height:32px}.trade-icon{background:var(--surface-line);border-radius:999px;justify-content:center;align-items:center;display:flex}.trade-icon span{background:url(/build/assets/shield-zFQSg8Vb.svg) 50%/contain no-repeat;width:20px;height:20px;display:block}.trade-title{color:var(--text-main)}.trade-note{color:rgb(var(--text-secondary))}.trade-note span{color:rgb(var(--text-success))}.offers-panel{min-width:0}.offers-top{justify-content:space-between;align-items:center;gap:24px;min-height:48px;display:flex}.product-tabs{align-items:center;gap:8px;min-width:0;display:flex}.product-tab{border:1px solid rgba(var(--surface-background), 0);background:linear-gradient(rgb(var(--surface-background-secondary)), rgb(var(--surface-background-secondary))) padding-box, var(--surface-line) border-box;min-height:48px;color:var(--text-main);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;display:inline-flex}.product-tab.active{border:1px solid rgba(var(--surface-background), 0);background:linear-gradient(rgb(var(--surface-brand)), rgb(var(--surface-brand))) padding-box, var(--surface-line) border-box}.tab-count{background:rgba(var(--surface-background), .16);min-width:24px;min-height:16px;color:var(--text-main);border-radius:999px;justify-content:center;align-items:center;padding:2px 8px;display:inline-flex}.offers-actions{align-items:center;gap:32px;display:flex}.product-sort{color:rgb(var(--text-secondary));white-space:nowrap;align-items:center;gap:8px;display:flex}.product-sort [data-select-active]{color:var(--text-main)}.offers-table{margin-top:24px}.offers-head,.offer-row{grid-template-columns:minmax(320px,1fr) 256px 200px 92px;align-items:center;gap:48px;display:grid}.offers-head{color:rgb(var(--text-secondary));padding-bottom:16px}.offers-head>:nth-child(3){text-align:right}.offer-row{border-top:1px solid rgba(var(--surface-border), .75);min-height:96px;transition:border-color .25s ease-in-out;position:relative}.offer-row:before,.offer-row:after{content:"";pointer-events:none;position:absolute}.offer-row:before{border:1px solid rgba(var(--surface-background), 0);background:linear-gradient(rgb(var(--surface-background-secondary)), rgb(var(--surface-background-secondary))) padding-box, var(--surface-line) border-box;opacity:0;border-radius:24px;width:calc(100% + 14px);height:100%;transition:opacity .25s ease-in-out;top:0;left:-7px}.offer-row:after{opacity:0;background:rgb(var(--surface-background));z-index:10;width:100%;height:1px;transition:opacity .25s ease-in-out;bottom:-1px;left:0}.offer-row.hoverable{cursor:pointer}.offer-row.hoverable:hover{border-top-color:rgba(var(--surface-border), 0)}.offer-row.hoverable:hover:before{opacity:.5}.offer-row.hoverable:hover:after{opacity:1}.offer-row>*{z-index:1;position:relative}.offer-item{align-items:center;gap:16px;min-width:0;display:flex}.offer-thumb-wrap{flex-direction:column;flex:none;align-items:center;gap:4px;display:flex}.offer-thumb-wrap.is-bugged{gap:0}.offer-thumb-wrap.is-bugged .offer-thumb{border-radius:16px 16px 0 0}.offer-thumb{background:rgb(var(--surface-background-secondary));border-radius:16px;width:96px;height:64px;position:relative;overflow:hidden}.offer-thumb img{object-fit:contain;border-radius:inherit;width:100%;height:100%;position:absolute;inset:0}.bugged-label{background:radial-gradient(61.61% 89.32% at 49.48% 47.5%,#003e34 0%,#008972 50.48%,#74ad00 100%);border-radius:0 0 10px 10px;flex:0 0 20px;justify-content:center;align-items:center;width:96px;height:20px;display:flex;overflow:hidden}.bugged-label img{object-fit:contain;width:48px;height:12px;display:block}.offer-info{flex-direction:column;gap:8px;min-width:0;display:flex}.offer-title{white-space:nowrap;text-overflow:ellipsis;color:var(--text-main);overflow:hidden}.gems{align-items:center;gap:4px;min-width:0;display:flex}.offer-gem{background:linear-gradient(90deg, color-mix(in srgb, var(--gem-color,rgb(var(--surface-background-secondary))) 28%, rgb(var(--surface-background-secondary))), rgb(var(--surface-background-secondary)) 56%) padding-box, var(--surface-line) border-box;border:1px solid rgba(var(--surface-background), 0);min-width:0;height:32px;color:var(--text-main);border-radius:999px;align-items:center;gap:8px;padding-right:12px;display:inline-flex;position:relative;overflow:hidden}.offer-gem:before{content:"";background:radial-gradient(circle, var(--gem-color,#9da1a3) 0%, #12141a00 68%);opacity:.38;pointer-events:none;border-radius:50%;width:111px;height:111px;position:absolute;top:-41px;right:calc(100% - 48px)}.offer-gem>*{z-index:1;position:relative}.offer-gem.is-compact{border-radius:999px;width:48px;padding-right:0}.offer-gem.is-compact .offer-gem-image{border-radius:999px}.offer-gem-image{background:rgb(var(--surface-card));border-radius:8px;flex:0 0 48px;width:48px;height:32px;display:block;position:relative;overflow:hidden}.offer-gem-image img,.offer-gem-image .offer-gem-fallback{border-radius:inherit;width:100%;height:100%;position:absolute;inset:0}.offer-gem-image img{object-fit:cover}.offer-gem-fallback{background:radial-gradient(circle at 50% 50%, var(--gem-color,#9da1a3), #9da1a300 65%), var(--surface-line)}.offer-gem-name{white-space:nowrap;text-overflow:ellipsis;max-width:180px;color:var(--text-main);overflow:hidden}.offer-gem-color{background:var(--gem-color,#9da1a3);flex:none;width:12px;height:12px;-webkit-mask:url(/build/assets/spark-qo-ApTlK.svg) 50%/contain no-repeat;mask:url(/build/assets/spark-qo-ApTlK.svg) 50%/contain no-repeat}.offer-gem-icon{object-fit:contain;flex:none;width:12px;height:12px}.gem-slot-empty{background:url(/marketplace-assets/empty-gem.png) 50%/contain no-repeat;border-radius:999px;width:48px;height:32px;display:inline-block}.best-price-badge{color:rgb(var(--text-success))}.seller{align-items:center;gap:16px;min-width:0;display:flex}.avatar{background:rgb(var(--surface-card));border-radius:999px;flex:none;width:48px;height:48px;position:relative;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.avatar span{color:rgb(var(--text-secondary));justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.seller-copy{flex-direction:column;min-width:0;display:flex}.seller-name{white-space:nowrap;text-overflow:ellipsis;color:var(--text-main);overflow:hidden}.seller-mode{color:rgb(var(--text-secondary))}.seller-mode.auto{color:rgb(var(--text-success))}.price-cell{color:var(--text-main);text-align:right;white-space:nowrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.best-price{color:rgb(var(--text-success));align-items:center;gap:4px;display:inline-flex}.your-listing{color:rgb(var(--text-secondary));text-align:right}@media (width<=1400px){.offers-head,.offer-row{grid-template-columns:minmax(280px,1fr) 220px 150px 92px;gap:24px}}@media (width<=1180px){.product-layout{grid-template-columns:1fr}.product-sidebar{width:100%;max-width:367px}.offers-panel{width:100%;overflow-x:auto}.offers-table{min-width:920px}}@media (width<=720px){.offers-top,.offers-actions,.product-tabs{flex-direction:column;align-items:flex-start}.product-image-frame{aspect-ratio:399/266;width:100%;height:auto}}
