.marketplace-module__kYyByW__container{width:100%;padding:28px 0 60px}.marketplace-module__kYyByW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.marketplace-module__kYyByW__toggleWrap{background:#0c0e14b3;border:1px solid #ffffff0a;border-radius:12px;gap:4px;padding:4px;display:flex}.marketplace-module__kYyByW__toggleBtn{color:#94a3b8;letter-spacing:.5px;text-align:center;cursor:pointer;background:0 0;border:none;border-radius:9px;justify-content:center;align-items:center;min-width:150px;padding:11px 24px;font-size:.88rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex}.marketplace-module__kYyByW__toggleBtn:hover:not(.marketplace-module__kYyByW__toggleActive){color:#fff;background:#ffffff08}.marketplace-module__kYyByW__toggleActive{color:#ffb13b;background:linear-gradient(#ff7a002e 0%,#ff7a001a 100%);box-shadow:inset 0 1px #ff7a004d}.marketplace-module__kYyByW__controls{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.marketplace-module__kYyByW__search,.marketplace-module__kYyByW__select,.marketplace-module__kYyByW__rangeInput{color:var(--text-primary);background:#0c0e14b3;border:1px solid #ffffff0a;border-radius:10px;outline:none;padding:11px 14px;font-size:.9rem;transition:border-color .15s}.marketplace-module__kYyByW__search{min-width:240px}.marketplace-module__kYyByW__rangeInput{width:110px}.marketplace-module__kYyByW__rangeInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.marketplace-module__kYyByW__rangeInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.marketplace-module__kYyByW__search:focus,.marketplace-module__kYyByW__select:focus,.marketplace-module__kYyByW__rangeInput:focus{border-color:#ff7a0080}.marketplace-module__kYyByW__select{cursor:pointer}.marketplace-module__kYyByW__layout{align-items:flex-start;gap:16px;display:flex}.marketplace-module__kYyByW__main{flex:1;min-width:0}.marketplace-module__kYyByW__grid{grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:14px;display:grid}.marketplace-module__kYyByW__card{background:var(--bg-sidebar);border-radius:var(--radius-md);cursor:pointer;border:1px solid #ffffff0d;flex-direction:column;height:236px;padding:12px;transition:transform .18s,border-color .18s;display:flex;position:relative;overflow:hidden}.marketplace-module__kYyByW__card:hover{border-color:#ff7a0073;transform:translateY(-3px)}.marketplace-module__kYyByW__cardSelected,.marketplace-module__kYyByW__cardSelected:hover{background:#ff7a0014;border-color:#ffb13b}.marketplace-module__kYyByW__cardDisabled{opacity:.45;cursor:not-allowed}.marketplace-module__kYyByW__countBadge{z-index:3;color:var(--text-secondary);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;border-radius:50px;padding:3px 7px;font-size:.66rem;font-weight:700;position:absolute;top:8px;right:8px}.marketplace-module__kYyByW__imageWrap{justify-content:center;align-items:center;height:132px;margin-bottom:10px;transition:height .22s;display:flex;position:relative}.marketplace-module__kYyByW__tierGlowParent{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.marketplace-module__kYyByW__tierMaskNode{opacity:.9;-webkit-mask-composite:source-in;background-color:currentColor;width:84%;height:84%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-mask-image:linear-gradient(to top left,#0003 0%,#000 80%),url(/images/itembackground.png);mask-image:linear-gradient(to top left,#0003 0%,#000 80%),url(/images/itembackground.png);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-composite:source-in;mask-composite:intersect}.marketplace-module__kYyByW__bgGlowGold{color:#f2cf5b;filter:drop-shadow(0 0 10px #ff7a0059)brightness(1.06)}.marketplace-module__kYyByW__bgGlowRed{color:#ef4444;filter:drop-shadow(0 0 10px #ef444459)brightness(1.06)}.marketplace-module__kYyByW__bgGlowPink{color:#ec4899;filter:drop-shadow(0 0 10px #ec489959)brightness(1.06)}.marketplace-module__kYyByW__bgGlowPurple{color:#a855f7;filter:drop-shadow(0 0 10px #a855f759)brightness(1.06)}.marketplace-module__kYyByW__bgGlowGray{color:#b4c3d7;filter:drop-shadow(0 0 8px #b4c3d733)brightness(1.02)}.marketplace-module__kYyByW__image{object-fit:contain;z-index:2;max-width:84%;max-height:84%;transition:max-width .22s,max-height .22s;position:relative}.marketplace-module__kYyByW__cardWithQty .marketplace-module__kYyByW__imageWrap{height:100px}.marketplace-module__kYyByW__cardWithQty .marketplace-module__kYyByW__name{-webkit-line-clamp:1;min-height:1.85em;margin-bottom:4px;font-size:.74rem}.marketplace-module__kYyByW__cardWithQty .marketplace-module__kYyByW__image{max-width:76%;max-height:76%}.marketplace-module__kYyByW__qtyRow{justify-content:space-between;align-items:center;gap:8px;margin-top:8px;animation:.22s marketplace-module__kYyByW__qtyIn;display:flex}@keyframes marketplace-module__kYyByW__qtyIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.marketplace-module__kYyByW__qtyBtn{width:28px;height:28px;color:var(--text-primary);cursor:pointer;background:#0c0e14b3;border:1px solid #ffffff0f;border-radius:7px;justify-content:center;align-items:center;font-size:.95rem;font-weight:800;line-height:1;transition:border-color .15s,background .15s,transform .1s;display:inline-flex}.marketplace-module__kYyByW__qtyBtn:hover:not(:disabled){background:#ff7a001a;border-color:#ff7a0080}.marketplace-module__kYyByW__qtyBtn:active:not(:disabled){transform:scale(.88)}.marketplace-module__kYyByW__qtyBtn:disabled{opacity:.4;cursor:not-allowed}.marketplace-module__kYyByW__qtyVal{color:var(--text-primary);text-align:center;min-width:28px;font-size:.9rem;font-weight:800;animation:.18s marketplace-module__kYyByW__qtyPop}@keyframes marketplace-module__kYyByW__qtyPop{0%{opacity:.5;transform:scale(1.35)}to{opacity:1;transform:scale(1)}}.marketplace-module__kYyByW__name{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.05em;margin-bottom:6px;font-size:.82rem;font-weight:600;line-height:1.25;transition:font-size .22s,min-height .22s;display:-webkit-box;overflow:hidden}.marketplace-module__kYyByW__price{color:var(--text-primary);align-items:center;gap:5px;margin-top:auto;font-size:1rem;font-weight:800;display:inline-flex}.marketplace-module__kYyByW__noPrice{color:var(--text-muted);margin-top:auto;font-size:.78rem;font-weight:700}.marketplace-module__kYyByW__sidePanel{background:var(--bg-sidebar);border-radius:var(--radius-md);border:1px solid #ffffff0d;flex-direction:column;flex-shrink:0;gap:12px;width:300px;height:calc(100vh - 226px);min-height:420px;padding:16px;display:flex;position:sticky;top:12px;overflow:hidden}.marketplace-module__kYyByW__sidePanel:before{content:"";background:linear-gradient(90deg,#0000,#ff7a0059,#0000);height:1px;position:absolute;top:0;left:10%;right:10%}.marketplace-module__kYyByW__panelTitle{letter-spacing:.5px;text-transform:uppercase;color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:.82rem;font-weight:800;display:flex}.marketplace-module__kYyByW__panelClear{color:var(--text-muted);cursor:pointer;text-transform:uppercase;background:0 0;border:none;font-size:.72rem;font-weight:700}.marketplace-module__kYyByW__panelClear:hover{color:var(--text-primary)}.marketplace-module__kYyByW__panelList{flex-direction:column;flex:1;gap:8px;min-height:60px;display:flex;overflow-y:auto}.marketplace-module__kYyByW__panelItem{background:#0c0e14b3;border:1px solid #ffffff0a;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;animation:.18s marketplace-module__kYyByW__qtyIn;display:flex}.marketplace-module__kYyByW__panelThumb{object-fit:contain;flex-shrink:0;width:40px;height:40px}.marketplace-module__kYyByW__panelItemInfo{flex:1;min-width:0}.marketplace-module__kYyByW__panelItemName{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.74rem;font-weight:600;overflow:hidden}.marketplace-module__kYyByW__panelItemPrice{color:var(--text-primary);align-items:center;gap:4px;font-size:.78rem;font-weight:700;display:inline-flex}.marketplace-module__kYyByW__panelRemove{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:2px;font-size:1rem;line-height:1}.marketplace-module__kYyByW__panelRemove:hover{color:#ef4444}.marketplace-module__kYyByW__panelEmpty{color:var(--text-muted);text-align:center;padding:36px 0;font-size:.85rem}.marketplace-module__kYyByW__panelTotal{border-top:1px solid var(--border-color);color:var(--text-secondary);justify-content:space-between;align-items:center;padding-top:12px;font-size:.85rem;display:flex}.marketplace-module__kYyByW__panelTotalValue{color:var(--text-primary);align-items:center;gap:5px;font-size:1.05rem;font-weight:800;display:inline-flex}.marketplace-module__kYyByW__historyWrap{flex-direction:column;gap:6px;max-height:132px;display:flex;overflow-y:auto}.marketplace-module__kYyByW__historyTitle{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);font-size:.68rem;font-weight:800}.marketplace-module__kYyByW__historyRow{color:var(--text-secondary);text-align:left;background:#0c0e14b3;border:1px solid #ffffff0a;border-radius:8px;align-items:center;gap:8px;padding:7px 10px;font-size:.74rem;display:flex}.marketplace-module__kYyByW__statusDot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.marketplace-module__kYyByW__dotPending{background:#ffb13b;animation:1.2s infinite marketplace-module__kYyByW__dotPulse}.marketplace-module__kYyByW__dotSuccess{background:#22c55e}.marketplace-module__kYyByW__dotFail{background:#ef4444}@keyframes marketplace-module__kYyByW__dotPulse{50%{opacity:.35}}.marketplace-module__kYyByW__historyValue{color:var(--text-primary);align-items:center;gap:4px;font-weight:700;display:inline-flex}.marketplace-module__kYyByW__historyStatus{margin-left:auto;font-weight:600}.marketplace-module__kYyByW__historyTime{color:var(--text-muted);text-align:right;min-width:26px}.marketplace-module__kYyByW__tradeCard{background:#0c0e14b3;border:1px solid #ff7a0059;border-radius:10px;flex-direction:column;gap:10px;padding:12px;animation:.2s marketplace-module__kYyByW__qtyIn;display:flex;position:relative}.marketplace-module__kYyByW__tradeCardHead{justify-content:space-between;align-items:center;display:flex}.marketplace-module__kYyByW__tradeCardTitle{text-transform:uppercase;letter-spacing:.4px;color:var(--text-primary);font-size:.78rem;font-weight:800}.marketplace-module__kYyByW__tradeStatus{color:var(--text-secondary);align-items:center;gap:8px;font-size:.74rem;line-height:1.45;display:flex}.marketplace-module__kYyByW__tradeSuccess{color:#22c55e;font-weight:600}.marketplace-module__kYyByW__tradeFail{color:#ef4444;font-weight:600}.marketplace-module__kYyByW__tradeSpinner{border:2px solid #ff7a0040;border-top-color:#ffb13b;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.8s linear infinite marketplace-module__kYyByW__spin}@keyframes marketplace-module__kYyByW__spin{to{transform:rotate(360deg)}}.marketplace-module__kYyByW__panelWarning{color:#94a3b8;text-align:center;background:#ff7a0014;border:1px solid #ff7a0059;border-radius:8px;padding:10px 12px;font-size:.76rem;font-weight:600;line-height:1.45;animation:.2s marketplace-module__kYyByW__qtyIn;display:block}.marketplace-module__kYyByW__betBtn{letter-spacing:.4px;text-transform:uppercase;cursor:pointer;color:#ffb13b;background:linear-gradient(135deg,#ffb13b57 0%,#ff96244d 20%,#ff7a0047 50%,#e85a004d 80%,#b93a0057 100%);border:1px solid #ff7a0073;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px;font-size:.88rem;font-weight:800;transition:background .15s,border-color .15s,color .15s;display:flex;box-shadow:inset 0 1px #ff7a0040}.marketplace-module__kYyByW__betBtn:hover:not(:disabled){background:linear-gradient(135deg,#ffb13b75 0%,#ff96246b 20%,#ff7a0066 50%,#e85a006b 80%,#b93a0075 100%);border-color:#ff7a00a6}.marketplace-module__kYyByW__betBtn:disabled{cursor:not-allowed;color:var(--text-muted);border-color:var(--border-color);background:var(--bg-elevated);box-shadow:none}.marketplace-module__kYyByW__loadMoreWrap{justify-content:center;margin-top:36px;display:flex}.marketplace-module__kYyByW__loadMore{text-transform:uppercase;letter-spacing:.5px;background:var(--bg-sidebar);color:var(--text-primary);cursor:pointer;border:1px solid #ffffff0d;border-radius:12px;padding:14px 44px;font-weight:800;transition:border-color .15s,background .15s}.marketplace-module__kYyByW__loadMore:hover:not(:disabled){background:var(--bg-elevated);border-color:#ff7a0080}.marketplace-module__kYyByW__empty{text-align:center;color:var(--text-muted);padding:90px 0;font-size:.95rem}.marketplace-module__kYyByW__notice{color:var(--text-primary);background:#ff7a001a;border:1px solid #ff7a0066;border-radius:10px;margin-bottom:18px;padding:14px 16px;font-size:.9rem}.marketplace-module__kYyByW__skel{border-radius:var(--radius-md);background:linear-gradient(100deg,#12151b 30%,#1a1e26 50%,#12151b 70%) 0 0/200% 100%;height:236px;animation:1.3s linear infinite marketplace-module__kYyByW__shimmer}@keyframes marketplace-module__kYyByW__shimmer{to{background-position:-200% 0}}@media (max-width:900px){.marketplace-module__kYyByW__layout{flex-direction:column}.marketplace-module__kYyByW__sidePanel{width:100%;height:auto;min-height:0;position:static}.marketplace-module__kYyByW__panelList{max-height:40vh}}@media (max-width:640px){.marketplace-module__kYyByW__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.marketplace-module__kYyByW__search{flex:1;min-width:0}.marketplace-module__kYyByW__toggleBtn{padding:11px 22px;font-size:.85rem}}
