.PwaRequiredView-module-scss-module__60nBqG__wrapper{flex-direction:column;align-items:center;gap:15px;display:flex}.PwaRequiredView-module-scss-module__60nBqG__title{font-family:var(--font-inter-tight),"Inter Tight",system-ui,sans-serif;color:#fff;text-align:center;margin:0;font-size:22px;font-weight:600;line-height:1.4}.PwaRequiredView-module-scss-module__60nBqG__text{font-family:var(--font-inter-tight),"Inter Tight",system-ui,sans-serif;color:var(--color-text-secondary);text-align:center;margin:0;font-size:14px;font-weight:400;line-height:1.5}.PwaRequiredView-module-scss-module__60nBqG__stepLabel{font-family:var(--font-inter-tight),"Inter Tight",system-ui,sans-serif;color:var(--color-text-dimmed);text-align:center;margin:0;font-size:13px;font-weight:600;line-height:1.4}.PwaRequiredView-module-scss-module__60nBqG__instruction{font-family:var(--font-inter-tight),"Inter Tight",system-ui,sans-serif;color:var(--color-text-dimmed);text-align:center;max-width:260px;margin:0;font-size:14px;font-weight:400;line-height:1.5}.PwaRequiredView-module-scss-module__60nBqG__widget{justify-content:center;min-height:44px;display:flex}.PwaRequiredView-module-scss-module__60nBqG__subscribeBtn{box-sizing:border-box;white-space:nowrap;height:36px;font-family:var(--font-inter-tight),"Inter Tight",system-ui,sans-serif;cursor:pointer;color:#d8b4fe;background:rgba(168,85,247,.2);border:1px solid rgba(168,85,247,.45);border-radius:10px;justify-content:center;align-items:center;padding:0 16px;font-size:13px;font-weight:600;line-height:1;text-decoration:none;transition:background .2s,transform .1s;display:inline-flex}.PwaRequiredView-module-scss-module__60nBqG__subscribeBtn:hover{color:#fff;background:rgba(168,85,247,.32)}.PwaRequiredView-module-scss-module__60nBqG__subscribeBtn:active{transform:scale(.98)}@media (max-width:700px){.PwaRequiredView-module-scss-module__60nBqG__wrapper{gap:12px;width:100%;max-width:320px}.PwaRequiredView-module-scss-module__60nBqG__title{font-size:18px}.PwaRequiredView-module-scss-module__60nBqG__subscribeBtn{height:34px;padding:0 14px;font-size:12px}}
.SpinButton-module-scss-module__caxk0q__spinWrapper{width:185px;position:relative}.SpinButton-module-scss-module__caxk0q__controls{flex-direction:column;align-items:center;width:100%;display:flex}.SpinButton-module-scss-module__caxk0q__spinText{width:100%;font-family:var(--font-inter-tight),"Inter Tight",system-ui,sans-serif;color:#fff;text-align:center;margin:0;font-size:22px;font-weight:600;line-height:1.4}.SpinButton-module-scss-module__caxk0q__spinButton{color:#fff;width:100%;height:56px;font-family:var(--font-inter-tight),"Inter Tight",system-ui,sans-serif;letter-spacing:.18px;cursor:pointer;background:#a855f7;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;margin-top:20px;padding:16px 40px;font-size:18px;font-weight:600;line-height:1.4;transition:background .2s,transform .1s;display:flex}.SpinButton-module-scss-module__caxk0q__spinButton:hover:not(:disabled){background:#b96bff}.SpinButton-module-scss-module__caxk0q__spinButton:active:not(:disabled){transform:scale(.98)}.SpinButton-module-scss-module__caxk0q__spinButton:disabled{cursor:not-allowed}.SpinButton-module-scss-module__caxk0q__icon{flex-shrink:0;width:24px;height:24px}.SpinButton-module-scss-module__caxk0q__spinning{animation:1s ease-in-out infinite SpinButton-module-scss-module__caxk0q__pulse}@keyframes SpinButton-module-scss-module__caxk0q__pulse{0%,to{opacity:1}50%{opacity:.6}}.SpinButton-module-scss-module__caxk0q__promoInput{box-sizing:border-box;color:#fff;width:100%;height:48px;font-family:var(--font-inter-tight),"Inter Tight",system-ui,sans-serif;text-align:center;letter-spacing:.08em;text-transform:uppercase;background:rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:0 16px;font-size:16px;font-weight:500}.SpinButton-module-scss-module__caxk0q__promoInput::placeholder{color:var(--color-text-dimmed);text-transform:none;letter-spacing:normal}.SpinButton-module-scss-module__caxk0q__promoInput:focus{border-color:#a855f7;outline:none}@media (max-width:700px){.SpinButton-module-scss-module__caxk0q__spinWrapper{width:100%;max-width:240px}.SpinButton-module-scss-module__caxk0q__spinText{font-size:18px}.SpinButton-module-scss-module__caxk0q__spinButton{border-radius:12px;height:48px;margin-top:14px;padding:12px 24px;font-size:16px}.SpinButton-module-scss-module__caxk0q__icon{width:20px;height:20px}}
.select{width:100%;display:inline-block;position:relative}.select__button{justify-content:space-between;align-items:center;gap:var(--spacing-sm);z-index:1;white-space:nowrap;width:100%;display:flex;position:relative}.select__button-text{text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.select__arrow{color:var(--color-text-white);flex-shrink:0;transition:transform .3s}.select__arrow--open{transform:rotate(180deg)}.select__dropdown{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);z-index:10001;margin-top:var(--spacing-xs);transform-origin:top;width:max-content;min-width:100%;animation:.3s ease-out dropdownFadeIn;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 12px rgba(0,0,0,.15)}.select__option{padding:var(--spacing-sm)var(--spacing-md);cursor:pointer;border-bottom:1px solid var(--color-border);white-space:nowrap;transition:all .2s;position:relative}.select__option:last-child{border-bottom:none}.select__option:hover:not(.select__option--disabled){background-color:var(--color-surface-hover);transform:translate(4px);box-shadow:2px 0 8px rgba(0,0,0,.1)}.select__option:hover:not(.select__option--disabled):before{content:"";background:var(--color-primary);border-radius:0 2px 2px 0;width:3px;position:absolute;top:0;bottom:0;left:0}.select__option:hover:not(.select__option--disabled) .select__option-text{color:var(--text-color-primary);font-weight:500;transform:translate(2px)}.select__option--selected{background-color:var(--text-color-primary);box-shadow:0 2px 8px rgba(0,0,0,.15)}.select__option--selected .select__option-text{color:#fff;font-weight:600}.select__option--selected:hover{background-color:var(--color-primary);opacity:.9}.select__option--selected:hover .select__option-text{color:#fff}.select__option--disabled{cursor:not-allowed;opacity:.5}.select__option-text{white-space:nowrap;text-overflow:ellipsis;transition:all .2s;display:block;overflow:hidden}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)scaleY(.8)}to{opacity:1;transform:translateY(0)scaleY(1)}}@media (max-width:768px){.select__option{padding:var(--spacing-xs)var(--spacing-sm)}}
.toaster,[data-sonner-toaster]{z-index:10100!important;bottom:40px!important;left:auto!important;right:20px!important}[data-sonner-toast]{z-index:10100!important}[data-sonner-toaster] [data-sonner-toast]{border:1px solid color-mix(in srgb,var(--color-text-secondary)22%,transparent)!important;background:var(--color-surface)!important;color:var(--color-text-white)!important;border-radius:12px!important;gap:10px!important;min-height:auto!important;padding:12px 14px!important;box-shadow:0 12px 28px rgba(0,0,0,.35),0 2px 10px rgba(0,0,0,.2)!important}[data-sonner-toaster] [data-sonner-toast]:not([data-type]){background:var(--color-surface)!important;color:var(--color-text-white)!important}[data-sonner-toaster] [data-sonner-toast][data-type=success]{border-color:rgba(34,197,94,.55)!important}[data-sonner-toaster] [data-sonner-toast][data-type=success] [data-icon]{background:var(--color-control-bg)!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;display:flex!important}[data-sonner-toaster] [data-sonner-toast][data-type=success] [data-icon]:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:12px}[data-sonner-toaster] [data-sonner-toast][data-type=success] [data-icon]:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:12px}[data-sonner-toaster] [data-sonner-toast][data-type=success] [data-icon]:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:12px}[data-sonner-toaster] [data-sonner-toast][data-type=success] [data-icon]:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:12px}[data-sonner-toaster] [data-sonner-toast][data-type=success] [data-icon]:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:12px}[data-sonner-toaster] [data-sonner-toast][data-type=success] [data-icon]:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:12px}[data-sonner-toaster] [data-sonner-toast][data-type=success] [data-icon] svg{color:#22c55e!important;width:22px!important;height:22px!important}[data-sonner-toaster] [data-sonner-toast] [data-title]{color:var(--color-text-white)!important;font-size:14px!important;font-weight:700!important;line-height:1.3!important}[data-sonner-toaster] [data-sonner-toast] [data-description]{color:var(--color-text-secondary)!important;margin-top:2px!important;font-size:12px!important;font-weight:500!important;line-height:1.4!important}[data-sonner-toaster] [data-sonner-toast] [data-close-button]{background:var(--color-control-bg)!important;color:#fff!important;opacity:1!important;border:none!important;border-radius:50%!important;width:28px!important;min-width:28px!important;height:28px!important;min-height:28px!important;transition:background .15s!important;position:absolute!important;top:6px!important;left:auto!important;right:6px!important;transform:none!important}[data-sonner-toaster] [data-sonner-toast] [data-close-button]:hover{background:color-mix(in srgb,var(--color-control-bg)70%,var(--color-primary))!important}[data-sonner-toaster] [data-sonner-toast] [data-close-button] svg{width:14px!important;height:14px!important}[data-sonner-toaster][dir=rtl] [data-sonner-toast] [data-close-button]{left:6px!important;right:auto!important}[data-sonner-toaster] [data-sonner-toast][data-type=error]{border-color:rgba(239,68,68,.55)!important}[data-sonner-toaster] [data-sonner-toast][data-type=error] [data-icon]{background:var(--color-control-bg)!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;display:flex!important}[data-sonner-toaster] [data-sonner-toast][data-type=error] [data-icon]:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:12px}[data-sonner-toaster] [data-sonner-toast][data-type=error] [data-icon]:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:12px}[data-sonner-toaster] [data-sonner-toast][data-type=error] [data-icon]:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:12px}[data-sonner-toaster] [data-sonner-toast][data-type=error] [data-icon]:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:12px}[data-sonner-toaster] [data-sonner-toast][data-type=error] [data-icon]:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:12px}[data-sonner-toaster] [data-sonner-toast][data-type=error] [data-icon]:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:12px}[data-sonner-toaster] [data-sonner-toast][data-type=error] [data-icon] svg{color:#ef4444!important;width:22px!important;height:22px!important}[data-sonner-toaster] [data-sonner-toast][data-type=info]{border-color:rgba(59,130,246,.55)!important}[data-sonner-toaster] [data-sonner-toast][data-type=info] [data-icon]{background:var(--color-control-bg)!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;display:flex!important}[data-sonner-toaster] [data-sonner-toast][data-type=info] [data-icon]:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:12px}[data-sonner-toaster] [data-sonner-toast][data-type=info] [data-icon]:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:12px}[data-sonner-toaster] [data-sonner-toast][data-type=info] [data-icon]:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:12px}[data-sonner-toaster] [data-sonner-toast][data-type=info] [data-icon]:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:12px}[data-sonner-toaster] [data-sonner-toast][data-type=info] [data-icon]:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:12px}[data-sonner-toaster] [data-sonner-toast][data-type=info] [data-icon]:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:12px}[data-sonner-toaster] [data-sonner-toast][data-type=info] [data-icon] svg{color:#3b82f6!important;width:22px!important;height:22px!important}[data-sonner-toaster] [data-sonner-toast][data-type=warning]{border-color:rgba(245,158,11,.55)!important}[data-sonner-toaster] [data-sonner-toast][data-type=warning] [data-icon]{background:var(--color-control-bg)!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;display:flex!important}[data-sonner-toaster] [data-sonner-toast][data-type=warning] [data-icon]:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:12px}[data-sonner-toaster] [data-sonner-toast][data-type=warning] [data-icon]:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:12px}[data-sonner-toaster] [data-sonner-toast][data-type=warning] [data-icon]:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:12px}[data-sonner-toaster] [data-sonner-toast][data-type=warning] [data-icon]:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:12px}[data-sonner-toaster] [data-sonner-toast][data-type=warning] [data-icon]:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:12px}[data-sonner-toaster] [data-sonner-toast][data-type=warning] [data-icon]:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:12px}[data-sonner-toaster] [data-sonner-toast][data-type=warning] [data-icon] svg{color:#f59e0b!important;width:22px!important;height:22px!important}@media (max-width:768px){.toaster,[data-sonner-toaster]{top:calc(12px + env(safe-area-inset-top))!important;z-index:10100!important;width:calc(100vw - 24px)!important;max-width:420px!important;bottom:auto!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}[data-sonner-toaster] [data-sonner-toast]{width:100%!important;max-width:100%!important;margin:0 auto!important}[data-sonner-toast]{z-index:10100!important}}
.Spinner-module-scss-module__YluY5a__spinner{--spinner-size:1em;--bubble-base:color-mix(in srgb,var(--color-accent-primary,#a78bfa)70%,white 30%);--bubble-glow:color-mix(in srgb,var(--color-accent-primary,#a78bfa)45%,transparent 55%);width:var(--spinner-size);height:var(--spinner-size);display:inline-block;position:relative}.Spinner-module-scss-module__YluY5a__bubble{background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.95) 0%,rgba(255,255,255,.25) 35%,transparent 60%),radial-gradient(circle at 60% 70%,var(--bubble-base)0%,color-mix(in srgb,var(--bubble-base)70%,#7b5cff 30%)100%);box-shadow:0 0 .45em var(--bubble-glow),inset 0 0 .12em rgba(255,255,255,.65);will-change:transform,opacity;border-radius:999px;animation:1.35s ease-in-out infinite Spinner-module-scss-module__YluY5a__bubble-float;position:absolute}.Spinner-module-scss-module__YluY5a__bubble:first-child{width:.46em;height:.46em;animation-delay:0s;bottom:.08em;left:.06em}.Spinner-module-scss-module__YluY5a__bubble:nth-child(2){width:.36em;height:.36em;animation-delay:.2s;bottom:.02em;left:.52em}.Spinner-module-scss-module__YluY5a__bubble:nth-child(3){width:.3em;height:.3em;animation-delay:.4s;bottom:.44em;left:.34em}.Spinner-module-scss-module__YluY5a__bubble:nth-child(4){width:.24em;height:.24em;animation-delay:.6s;bottom:.34em;left:.72em}@keyframes Spinner-module-scss-module__YluY5a__bubble-float{0%{opacity:.45;transform:translateY(0)scale(.88)}40%{opacity:.95;transform:translateY(-.14em)scale(1)}to{opacity:.35;transform:translateY(-.28em)scale(.78)}}
.MultiplierButtons-module-scss-module__RG5ZkG__multiplierContainer{width:100%;display:flex}@media (max-width:768px){.MultiplierButtons-module-scss-module__RG5ZkG__multiplierContainer{width:100%}}.MultiplierButtons-module-scss-module__RG5ZkG__desktopVersion{z-index:1;align-items:center;gap:2px;width:100%;min-width:0;display:flex;position:relative}.MultiplierButtons-module-scss-module__RG5ZkG__mobileVersion{z-index:1000;isolation:isolate;width:100%;display:none;position:relative}@media (max-width:768px){.MultiplierButtons-module-scss-module__RG5ZkG__mobileVersion{width:100%;max-width:100%}}.MultiplierButtons-module-scss-module__RG5ZkG__multiplierButton{cursor:pointer;color:var(--color-text-secondary);letter-spacing:.18px;white-space:nowrap;background:#242424;border:none;flex:auto;justify-content:center;align-items:center;min-width:0;height:48px;padding:12px 14px;font-family:Inter Tight,sans-serif;font-size:16px;font-weight:600;transition:background-color .12s ease-out;display:flex}@media (min-width:1500px){.MultiplierButtons-module-scss-module__RG5ZkG__multiplierButton{height:56px;padding:16px 20px;font-size:18px}}@media (max-width:1340px){.MultiplierButtons-module-scss-module__RG5ZkG__multiplierButton{padding:10px 8px;font-size:14px}}.MultiplierButtons-module-scss-module__RG5ZkG__multiplierButton:first-child{border-radius:14px 0 0 14px}.MultiplierButtons-module-scss-module__RG5ZkG__multiplierButton.MultiplierButtons-module-scss-module__RG5ZkG__last{border-radius:0 14px 14px 0}.MultiplierButtons-module-scss-module__RG5ZkG__multiplierButton:disabled{pointer-events:none;opacity:.5;cursor:not-allowed}.MultiplierButtons-module-scss-module__RG5ZkG__multiplierButton:hover:not(.MultiplierButtons-module-scss-module__RG5ZkG__active):not(:disabled){background:#2e2e2e}.MultiplierButtons-module-scss-module__RG5ZkG__multiplierButton.MultiplierButtons-module-scss-module__RG5ZkG__active{background:var(--color-primary);color:var(--color-text-white);transition:none}.MultiplierButtons-module-scss-module__RG5ZkG__multiplierButton.MultiplierButtons-module-scss-module__RG5ZkG__unavailable{opacity:.3;cursor:not-allowed;pointer-events:none}.MultiplierButtons-module-scss-module__RG5ZkG__gearButton{flex:none;padding:16px 20px}@media (max-width:1340px){.MultiplierButtons-module-scss-module__RG5ZkG__gearButton{padding:10px 12px}}.MultiplierButtons-module-scss-module__RG5ZkG__mobileDropdownButton{background:var(--color-primary);border-radius:var(--radius-md);padding:var(--spacing-xs);cursor:pointer;will-change:background-color;color:#fff;border:none;flex-shrink:0;justify-content:center;align-items:center;gap:4px;width:auto;min-width:45px;height:40px;font-size:11px;font-weight:700;line-height:120%;transition:background-color .12s ease-out,transform .1s ease-out;display:flex;position:relative}@media (max-width:768px){.MultiplierButtons-module-scss-module__RG5ZkG__mobileDropdownButton{width:100%;max-width:100%}}.MultiplierButtons-module-scss-module__RG5ZkG__mobileDropdownButton>:first-child{position:absolute;left:50%;transform:translate(calc(-50% - 6px))}.MultiplierButtons-module-scss-module__RG5ZkG__mobileDropdownButton .MultiplierButtons-module-scss-module__RG5ZkG__chevronIcon{right:var(--spacing-xs);flex-shrink:0;position:absolute}.MultiplierButtons-module-scss-module__RG5ZkG__mobileDropdownButton:hover:not(:disabled){background:var(--color-primary);opacity:.9}.MultiplierButtons-module-scss-module__RG5ZkG__mobileDropdownButton:active:not(:disabled){transform:scale(.98)}.MultiplierButtons-module-scss-module__RG5ZkG__mobileDropdownButton:disabled{opacity:.5;cursor:pointer}.MultiplierButtons-module-scss-module__RG5ZkG__chevronIcon{will-change:transform;filter:brightness(0)invert();transition:transform .15s cubic-bezier(.4,0,.2,1)}.MultiplierButtons-module-scss-module__RG5ZkG__chevronIcon.MultiplierButtons-module-scss-module__RG5ZkG__rotated{transform:rotate(180deg)}.MultiplierButtons-module-scss-module__RG5ZkG__dropdownMenu{top:calc(100% + var(--spacing-xs));background:var(--color-surface);border:1px solid var(--color-border-secondary);border-radius:var(--radius-md);z-index:10000;min-width:100%;position:absolute;left:0;right:0;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.3)}.MultiplierButtons-module-scss-module__RG5ZkG__dropdownItem{background:var(--color-surface);width:100%;padding:var(--spacing-xs)var(--spacing-sm);cursor:pointer;will-change:background-color,border-color;text-align:left;border:none;border-bottom:1px solid var(--color-border-secondary);height:40px;color:var(--color-text-white);align-items:center;font-size:12px;font-weight:700;line-height:120%;transition:background-color .1s ease-out,border-color .1s ease-out;display:flex}.MultiplierButtons-module-scss-module__RG5ZkG__dropdownItem:last-child{border-bottom:none}.MultiplierButtons-module-scss-module__RG5ZkG__dropdownItem:hover:not(:disabled){background:var(--color-surface);border-color:var(--color-border-primary)}.MultiplierButtons-module-scss-module__RG5ZkG__dropdownItem:active:not(:disabled){transform:scale(.98)}.MultiplierButtons-module-scss-module__RG5ZkG__dropdownItem.MultiplierButtons-module-scss-module__RG5ZkG__active{background:var(--color-primary);color:#fff;border-color:var(--color-primary);will-change:auto;transition:none}.MultiplierButtons-module-scss-module__RG5ZkG__dropdownItem.MultiplierButtons-module-scss-module__RG5ZkG__disabled{cursor:pointer}.MultiplierButtons-module-scss-module__RG5ZkG__dropdownItem.MultiplierButtons-module-scss-module__RG5ZkG__unavailable{opacity:.3;cursor:not-allowed;pointer-events:none}.MultiplierButtons-module-scss-module__RG5ZkG__dropdownItem:disabled{opacity:.5;cursor:not-allowed}.MultiplierButtons-module-scss-module__RG5ZkG__mobileButtons{gap:var(--spacing-xs);flex-wrap:wrap;align-items:center;width:100%;display:flex}.MultiplierButtons-module-scss-module__RG5ZkG__mobileMultiplierButton{background:var(--color-surface);border-radius:var(--radius-sm);padding:4px var(--spacing-xs);cursor:pointer;will-change:background-color,border-color,color;color:var(--color-text-secondary);flex:1 1 0;justify-content:center;align-items:center;min-width:0;height:40px;font-size:11px;font-weight:500;transition:background-color .1s ease-out,border-color .1s ease-out,color .1s ease-out,transform 80ms ease-out;display:flex}.MultiplierButtons-module-scss-module__RG5ZkG__mobileMultiplierButton:hover:not(.MultiplierButtons-module-scss-module__RG5ZkG__active){background:var(--color-surface);color:var(--color-text-white);transform:scale(1.05)}.MultiplierButtons-module-scss-module__RG5ZkG__mobileMultiplierButton.MultiplierButtons-module-scss-module__RG5ZkG__active{background:var(--color-primary);color:var(--color-text-white);will-change:auto;transition:none}.MultiplierButtons-module-scss-module__RG5ZkG__mobileMultiplierButton.MultiplierButtons-module-scss-module__RG5ZkG__unavailable{opacity:.3;cursor:not-allowed;pointer-events:none}.MultiplierButtons-module-scss-module__RG5ZkG__mobileMultiplierButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.MultiplierButtons-module-scss-module__RG5ZkG__desktopVersion{display:none}.MultiplierButtons-module-scss-module__RG5ZkG__mobileVersion{flex-grow:0;flex-shrink:0;display:flex}}
.SettingsModal-module-scss-module__yjXGCa__settingsModal__container{flex-direction:column;gap:20px;padding:4px 4px 8px;display:flex}.SettingsModal-module-scss-module__yjXGCa__settingsModal__header{align-items:center;gap:10px;margin-bottom:4px;display:flex}.SettingsModal-module-scss-module__yjXGCa__settingsModal__headerIcon{opacity:.9}.SettingsModal-module-scss-module__yjXGCa__settingsModal__headerTitle{color:var(--color-text-primary);margin:0;font-size:18px;font-weight:700}.SettingsModal-module-scss-module__yjXGCa__settingsModal__field{flex-direction:column;gap:8px;display:flex}.SettingsModal-module-scss-module__yjXGCa__settingsModal__label{color:var(--color-text-primary);font-size:14px;font-weight:600}.SettingsModal-module-scss-module__yjXGCa__settingsModal__input{border:1px solid var(--color-border-primary);width:100%;color:var(--color-text-primary);border-radius:var(--radius-md);background:rgba(255,255,255,.03);outline:none;height:44px;padding:0 14px;font-family:inherit;font-size:14px;transition:border-color .18s,background .18s,box-shadow .18s}.SettingsModal-module-scss-module__yjXGCa__settingsModal__input::placeholder{color:var(--color-text-secondary)}.SettingsModal-module-scss-module__yjXGCa__settingsModal__input:hover:not(:focus){background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.18)}.SettingsModal-module-scss-module__yjXGCa__settingsModal__input:focus{border-color:var(--color-border-focus,var(--color-primary));background:rgba(255,255,255,.05);box-shadow:0 0 0 3px rgba(196,76,209,.18)}.SettingsModal-module-scss-module__yjXGCa__settingsModal__helpLink{color:var(--color-text-secondary);text-underline-offset:2px;cursor:pointer;width:-moz-fit-content;width:fit-content;margin-top:-2px;font-size:12px;text-decoration:underline;transition:color .2s;display:inline-block}.SettingsModal-module-scss-module__yjXGCa__settingsModal__helpLink:hover{color:var(--color-text-primary)}.SettingsModal-module-scss-module__yjXGCa__settingsModal__radioGroup{flex-direction:column;gap:14px;display:flex}.SettingsModal-module-scss-module__yjXGCa__settingsModal__radioOption{cursor:pointer;text-align:left;color:inherit;background:0 0;border:none;align-items:flex-start;gap:12px;padding:0;font-family:inherit;display:flex}.SettingsModal-module-scss-module__yjXGCa__settingsModal__radioCircle{border:2px solid var(--color-border-primary);background:0 0;border-radius:50%;flex-shrink:0;width:18px;height:18px;margin-top:2px;transition:all .2s;position:relative}.SettingsModal-module-scss-module__yjXGCa__settingsModal__radioCircleActive{border-color:var(--color-primary)}.SettingsModal-module-scss-module__yjXGCa__settingsModal__radioCircleActive:after{content:"";background:var(--color-primary);border-radius:50%;position:absolute;top:3px;bottom:3px;left:3px;right:3px}.SettingsModal-module-scss-module__yjXGCa__settingsModal__radioContent{flex-direction:column;gap:4px;display:flex}.SettingsModal-module-scss-module__yjXGCa__settingsModal__radioTitle{color:var(--color-text-primary);font-size:14px;font-weight:600}.SettingsModal-module-scss-module__yjXGCa__settingsModal__radioDescription{color:var(--color-text-secondary);font-size:12px;line-height:1.4}.SettingsModal-module-scss-module__yjXGCa__settingsModal__toggleField{justify-content:space-between;align-items:center;gap:16px;display:flex}.SettingsModal-module-scss-module__yjXGCa__settingsModal__toggleContent{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.SettingsModal-module-scss-module__yjXGCa__settingsModal__toggleDescription{color:var(--color-text-secondary);font-size:12px;line-height:1.4}.SettingsModal-module-scss-module__yjXGCa__settingsModal__toggle{border:1px solid var(--color-border-primary);cursor:pointer;background:rgba(255,255,255,.06);border-radius:999px;flex-shrink:0;width:44px;height:24px;padding:0;transition:background .18s,border-color .18s;position:relative}.SettingsModal-module-scss-module__yjXGCa__settingsModal__toggle:hover{border-color:rgba(255,255,255,.22)}.SettingsModal-module-scss-module__yjXGCa__settingsModal__toggleActive{background:var(--color-primary);border-color:var(--color-primary)}.SettingsModal-module-scss-module__yjXGCa__settingsModal__toggleKnob{background:var(--color-text-primary);border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:2px;left:2px}.SettingsModal-module-scss-module__yjXGCa__settingsModal__toggleActive .SettingsModal-module-scss-module__yjXGCa__settingsModal__toggleKnob{transform:translate(20px)}.SettingsModal-module-scss-module__yjXGCa__settingsModal__footer{justify-content:center;margin-top:8px;display:flex}.SettingsModal-module-scss-module__yjXGCa__settingsModal__saveButton{border-color:var(--color-primary);min-width:260px;height:48px;color:var(--color-primary);font-weight:600}.SettingsModal-module-scss-module__yjXGCa__settingsModal__saveButton:hover:not(:disabled){background:rgba(196,76,209,.08)}
.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__container{flex-direction:column;gap:20px;padding:4px 4px 8px;display:flex}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__header{align-items:center;gap:10px;display:flex}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__headerIcon{filter:brightness(0)invert();opacity:.9}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__headerTitle{color:var(--color-text-primary);margin:0;font-size:18px;font-weight:700}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__tableWrapper{overflow-x:auto}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__table{border-collapse:collapse;width:100%}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__tableHead th{text-align:left;color:var(--color-text-secondary);border-bottom:1px solid var(--color-border-primary);padding:8px 12px;font-size:12px;font-weight:500}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__tableRow td{color:var(--color-text-primary);border-bottom:1px solid var(--color-border-primary);vertical-align:middle;padding:12px;font-size:13px}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__tableRow:last-child td{border-bottom:none}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__idCell{font-family:var(--font-mono,monospace);color:var(--color-text-secondary)}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__methodCell{text-overflow:ellipsis;white-space:nowrap;max-width:140px;overflow:hidden}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__amountCell{white-space:nowrap}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__status_success{color:var(--color-success,#4ade80)}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__status_warning{color:var(--color-warning,#fbbf24)}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__status_danger{color:var(--color-danger,#f87171)}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__statusMain{display:block}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__holdEnd{color:var(--color-text-secondary);margin-top:4px;font-size:11px;font-weight:500;line-height:1.3;display:block}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__empty{text-align:center;color:var(--color-text-secondary);flex-direction:column;align-items:center;gap:12px;padding:40px 20px;display:flex}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__retryBtn{border:1px solid var(--color-border-primary);color:var(--color-text-primary);cursor:pointer;background:0 0;border-radius:8px;padding:8px 16px;font-size:13px;transition:background .2s}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__retryBtn:hover{background:var(--color-surface-hover,rgba(255,255,255,.05))}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__loader{justify-content:center;padding:40px;display:flex}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__pagination{justify-content:center;align-items:center;gap:12px;display:flex}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__pagination__btn{cursor:pointer;color:var(--color-text-primary);background:0 0;border:none;padding:4px 10px;font-size:18px;line-height:1}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__pagination__btn:disabled{opacity:.3;cursor:default}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__pagination__current{text-align:center;min-width:24px;font-weight:600}.PaymentsHistoryModal-module-scss-module__Zvi1yq__paymentsHistoryModal__pagination__total{color:var(--color-text-secondary);margin-right:8px;font-size:12px}
.UpgradeWheel-module-scss-module__pkYa9W__wheel{perspective:900px;flex-shrink:0;width:300px;height:300px;position:relative;overflow:visible}.UpgradeWheel-module-scss-module__pkYa9W__wheelTilt{width:100%;height:100%;transform-style:preserve-3d;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;position:relative}.UpgradeWheel-module-scss-module__pkYa9W__wheelWin .UpgradeWheel-module-scss-module__pkYa9W__tickMarks,.UpgradeWheel-module-scss-module__pkYa9W__wheelWin .UpgradeWheel-module-scss-module__pkYa9W__flames{filter:brightness(0)saturate()invert(58%)sepia(62%)saturate(620%)hue-rotate(98deg)}.UpgradeWheel-module-scss-module__pkYa9W__wheelWin .UpgradeWheel-module-scss-module__pkYa9W__innerCircle{background:var(--color-surface)}.UpgradeWheel-module-scss-module__pkYa9W__wheelWin .UpgradeWheel-module-scss-module__pkYa9W__progressArcWin{filter:drop-shadow(0 0 5px rgba(34,197,94,.35))}.UpgradeWheel-module-scss-module__pkYa9W__wheelWin .UpgradeWheel-module-scss-module__pkYa9W__content{animation:.55s cubic-bezier(.16,.9,.22,1) UpgradeWheel-module-scss-module__pkYa9W__winContentBurst}.UpgradeWheel-module-scss-module__pkYa9W__wheelWin:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,rgba(34,197,94,.18) 0%,rgba(34,197,94,0) 66%);border-radius:50%;animation:.75s ease-out UpgradeWheel-module-scss-module__pkYa9W__winRingFlash;position:absolute;top:-6%;bottom:-6%;left:-6%;right:-6%}.UpgradeWheel-module-scss-module__pkYa9W__wheelLose .UpgradeWheel-module-scss-module__pkYa9W__tickMarks,.UpgradeWheel-module-scss-module__pkYa9W__wheelLose .UpgradeWheel-module-scss-module__pkYa9W__flames{filter:brightness(0)saturate()invert(24%)sepia(92%)saturate(6000%)hue-rotate(318deg)brightness(98%)contrast(96%)}.UpgradeWheel-module-scss-module__pkYa9W__wheelLose .UpgradeWheel-module-scss-module__pkYa9W__innerCircle{background:var(--color-surface)}.UpgradeWheel-module-scss-module__pkYa9W__wheelLose .UpgradeWheel-module-scss-module__pkYa9W__progressArcLose{filter:drop-shadow(0 0 4px rgba(232,28,90,.34))}.UpgradeWheel-module-scss-module__pkYa9W__wheelLose .UpgradeWheel-module-scss-module__pkYa9W__content{animation:.5s cubic-bezier(.2,.9,.2,1) UpgradeWheel-module-scss-module__pkYa9W__loseContentImpact}.UpgradeWheel-module-scss-module__pkYa9W__wheelLose:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,rgba(232,28,90,.16) 0%,rgba(232,28,90,0) 64%);border-radius:50%;animation:.65s ease-out UpgradeWheel-module-scss-module__pkYa9W__loseRingFlash;position:absolute;top:-6%;bottom:-6%;left:-6%;right:-6%}.UpgradeWheel-module-scss-module__pkYa9W__outerRing{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.UpgradeWheel-module-scss-module__pkYa9W__tickMarks{z-index:2;pointer-events:none;filter:hue-rotate(-50deg);width:95.3%;height:95.3%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.UpgradeWheel-module-scss-module__pkYa9W__innerRing{z-index:3;pointer-events:none;width:73.3%;height:73.3%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.UpgradeWheel-module-scss-module__pkYa9W__progressContainer{z-index:4;width:73.3%;height:73.3%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.UpgradeWheel-module-scss-module__pkYa9W__innerCircle{z-index:3;pointer-events:none;background:var(--color-surface);border-radius:50%;width:77.3%;height:77.3%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.UpgradeWheel-module-scss-module__pkYa9W__flames{z-index:3;pointer-events:none;filter:hue-rotate(-50deg);width:46.3%;position:absolute;top:55%;left:50%;transform:translate(-50%)}@media (max-width:768px){.UpgradeWheel-module-scss-module__pkYa9W__flames{top:48%}}.UpgradeWheel-module-scss-module__pkYa9W__content{z-index:7;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:60%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.UpgradeWheel-module-scss-module__pkYa9W__percentage{color:var(--color-text-white);font-size:32px;font-weight:700;line-height:1}.UpgradeWheel-module-scss-module__pkYa9W__chancePercent{font-family:var(--font-upgrade-chance-percent),sans-serif;font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-weight:700}.UpgradeWheel-module-scss-module__pkYa9W__label{color:var(--color-text-secondary);font-size:14px;font-weight:400;line-height:1}.UpgradeWheel-module-scss-module__pkYa9W__progressSvg{width:100%;height:100%;overflow:visible}.UpgradeWheel-module-scss-module__pkYa9W__progressBg{stroke:var(--color-control-bg);fill:none}.UpgradeWheel-module-scss-module__pkYa9W__progressArc{fill:none;stroke:var(--color-primary);stroke-linecap:butt;transition:stroke .3s}.UpgradeWheel-module-scss-module__pkYa9W__progressArcWin{stroke:var(--color-text-green)!important}.UpgradeWheel-module-scss-module__pkYa9W__progressArcLose{stroke:#e81c5a!important}.UpgradeWheel-module-scss-module__pkYa9W__diamondGroup{transition:none}.UpgradeWheel-module-scss-module__pkYa9W__diamondIcon{shape-rendering:geometricPrecision;filter:drop-shadow(0 0 3px rgba(168,85,247,.3));transition:filter .6s cubic-bezier(.4,0,.2,1)}.UpgradeWheel-module-scss-module__pkYa9W__diamondIconWin{filter:brightness(0)saturate()invert(39%)sepia()saturate(2000%)hue-rotate(120deg)brightness(90%)contrast(120%)}.UpgradeWheel-module-scss-module__pkYa9W__diamondIconLose{filter:brightness(0)saturate()invert(24%)sepia(92%)saturate(6000%)hue-rotate(318deg)brightness(98%)contrast(96%)}@keyframes UpgradeWheel-module-scss-module__pkYa9W__loseRingFlash{0%{opacity:0;transform:scale(.82)}30%{opacity:.7;transform:scale(.98)}to{opacity:0;transform:scale(1.06)}}@keyframes UpgradeWheel-module-scss-module__pkYa9W__loseContentImpact{0%{transform:translate(-50%,-50%)scale(1)}30%{transform:translate(-50%,-50%)scale(1.03)}55%{transform:translate(-50%,-50%)scale(.98)}to{transform:translate(-50%,-50%)scale(1)}}@keyframes UpgradeWheel-module-scss-module__pkYa9W__winRingFlash{0%{opacity:0;transform:scale(.78)}28%{opacity:.72;transform:scale(.98)}to{opacity:0;transform:scale(1.08)}}@keyframes UpgradeWheel-module-scss-module__pkYa9W__winContentBurst{0%{transform:translate(-50%,-50%)scale(1)}35%{transform:translate(-50%,-50%)scale(1.03)}62%{transform:translate(-50%,-50%)scale(.99)}to{transform:translate(-50%,-50%)scale(1)}}
@keyframes RouletteWheel-module-scss-module__jrXIfW__rouletteSpin_0{0%{transform:rotate(0)}85%{transform:rotate(calc(var(--target-rotation) + 10deg))}to{transform:rotate(var(--target-rotation))}}@keyframes RouletteWheel-module-scss-module__jrXIfW__rouletteSpin_1{0%{transform:rotate(0)}85%{transform:rotate(calc(var(--target-rotation) + 14deg))}to{transform:rotate(var(--target-rotation))}}@keyframes RouletteWheel-module-scss-module__jrXIfW__rouletteSpin_2{0%{transform:rotate(0)}85%{transform:rotate(calc(var(--target-rotation) - 14deg))}to{transform:rotate(var(--target-rotation))}}@keyframes RouletteWheel-module-scss-module__jrXIfW__rouletteSpin_3{0%{transform:rotate(0)}85%{transform:rotate(calc(var(--target-rotation) + 0deg))}to{transform:rotate(var(--target-rotation))}}.RouletteWheel-module-scss-module__jrXIfW__container{flex-direction:column;align-items:center;width:100%;max-width:810px;display:flex;position:relative}.RouletteWheel-module-scss-module__jrXIfW__wheelClip{aspect-ratio:810/542;width:100%;margin-top:-15px;padding-top:15px;position:relative;overflow:hidden}@media (max-width:800px){.RouletteWheel-module-scss-module__jrXIfW__wheelClip{aspect-ratio:810/420}}.RouletteWheel-module-scss-module__jrXIfW__wheelClip:after{content:"";background:linear-gradient(180deg,transparent 0%,rgba(26,18,38,.8) 70%,var(--color-background)95%);clip-path:circle(70% at 50% -1.5%);pointer-events:none;z-index:4;height:25%;position:absolute;bottom:0;left:0;right:0}@media (max-width:800px){.RouletteWheel-module-scss-module__jrXIfW__wheelClip:after{clip-path:circle(75% at 50% -1.5%)}}.RouletteWheel-module-scss-module__jrXIfW__wheelInner{aspect-ratio:1;width:100%;position:relative}.RouletteWheel-module-scss-module__jrXIfW__wheelInner>svg{width:100%;height:auto;display:block}.RouletteWheel-module-scss-module__jrXIfW__indicator{z-index:10;pointer-events:none;width:100%;height:100%;shape-rendering:geometricPrecision;filter:drop-shadow(0 0 3px rgba(168,85,247,.3));display:block;position:absolute;top:0;bottom:0;left:0;right:0}.RouletteWheel-module-scss-module__jrXIfW__buttonWrapper{z-index:5;position:absolute;top:45.7%;left:50%;transform:translate(-50%,-50%)}@media (max-width:800px){.RouletteWheel-module-scss-module__jrXIfW__buttonWrapper{display:none}}.RouletteWheel-module-scss-module__jrXIfW__buttonWrapperMobile{display:none}@media (max-width:800px){.RouletteWheel-module-scss-module__jrXIfW__buttonWrapperMobile{justify-content:center;width:100%;margin-top:16px;display:flex}}.RouletteWheel-module-scss-module__jrXIfW__mascot{aspect-ratio:398/315;object-fit:contain;object-position:left bottom;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:4;width:28%;height:auto;position:absolute;top:43%;left:56%}@media (max-width:800px){.RouletteWheel-module-scss-module__jrXIfW__mascot{top:48%;left:52%}}.RouletteWheel-module-scss-module__jrXIfW__shadow{pointer-events:none;z-index:0;background:radial-gradient(rgba(0,0,0,.5) 0%,transparent 70%);width:80%;height:40px;position:absolute;bottom:-2.5%;left:10%}.RouletteWheel-module-scss-module__jrXIfW__spinning_0{animation:8s cubic-bezier(.22,1,.36,1) forwards RouletteWheel-module-scss-module__jrXIfW__rouletteSpin_0}.RouletteWheel-module-scss-module__jrXIfW__spinning_1{animation:8s cubic-bezier(.22,1,.36,1) forwards RouletteWheel-module-scss-module__jrXIfW__rouletteSpin_1}.RouletteWheel-module-scss-module__jrXIfW__spinning_2{animation:8s cubic-bezier(.22,1,.36,1) forwards RouletteWheel-module-scss-module__jrXIfW__rouletteSpin_2}.RouletteWheel-module-scss-module__jrXIfW__spinning_3{animation:8s cubic-bezier(.22,1,.36,1) forwards RouletteWheel-module-scss-module__jrXIfW__rouletteSpin_3}
.ProfileHeader-module-scss-module__5Vz1zW__profileHeader__headerGrid{grid-template-columns:minmax(280px,1fr) minmax(320px,1fr) minmax(340px,1.4fr);align-items:stretch;gap:12px;width:100%;display:grid}.ProfileHeader-module-scss-module__5Vz1zW__profileHeader__headerGrid>*{min-width:0}@media screen and (max-width:1023px){.ProfileHeader-module-scss-module__5Vz1zW__profileHeader__headerGrid{grid-template-columns:1fr 1fr}}@media screen and (max-width:767px){.ProfileHeader-module-scss-module__5Vz1zW__profileHeader__headerGrid{grid-template-columns:minmax(0,1fr)}}.ProfileHeader-module-scss-module__5Vz1zW__profileHeader__rightColumn{grid-template-columns:1fr 1fr;gap:12px;min-width:0;min-height:0;display:grid}.ProfileHeader-module-scss-module__5Vz1zW__profileHeader__rightColumn>*{min-width:0}@media screen and (max-width:767px){.ProfileHeader-module-scss-module__5Vz1zW__profileHeader__rightColumn{grid-template-columns:1fr 1fr}.ProfileHeader-module-scss-module__5Vz1zW__profileHeader__rightColumn>:last-child{grid-column:1/-1}}
.PrizeCard-module-scss-module__Qo6fOa__card{aspect-ratio:225/260;border:1px solid var(--tier-color);background:linear-gradient(180deg,rgba(19,19,19,0) -5%,var(--tier-color)100%);isolation:isolate;border-radius:20px;justify-content:center;align-items:center;width:100%;padding:20px;transition:transform .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.PrizeCard-module-scss-module__Qo6fOa__card:hover{transform:translateY(-3px)}.PrizeCard-module-scss-module__Qo6fOa__imageWrap{aspect-ratio:1;flex:none;width:69%;position:relative}.PrizeCard-module-scss-module__Qo6fOa__image{object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.PrizeCard-module-scss-module__Qo6fOa__label{font-family:var(--font-inter-tight),"Inter Tight",system-ui,sans-serif;color:#fff;text-align:center;white-space:pre-line;overflow-wrap:anywhere;margin:0;font-size:16px;font-weight:600;line-height:1.2;position:absolute;bottom:22px;left:12px;right:12px}@media (max-width:1600px){.PrizeCard-module-scss-module__Qo6fOa__card{border-radius:18px;padding:18px 16px 16px}.PrizeCard-module-scss-module__Qo6fOa__label{font-size:15px}}@media (max-width:1200px){.PrizeCard-module-scss-module__Qo6fOa__card{padding:16px 14px 14px}.PrizeCard-module-scss-module__Qo6fOa__label{font-size:14px}}@media (max-width:900px){.PrizeCard-module-scss-module__Qo6fOa__card{border-radius:14px;padding:14px 10px 12px}.PrizeCard-module-scss-module__Qo6fOa__label{font-size:12px}}@media (max-width:600px){.PrizeCard-module-scss-module__Qo6fOa__card{border-radius:14px;padding:16px 12px 14px}.PrizeCard-module-scss-module__Qo6fOa__label{font-size:14px;bottom:18px}}
.SellConfirmModal-module-scss-module__hIwrZW__sellConfirmModal__content{flex-direction:column;gap:18px;padding:4px 4px 0;display:flex}.SellConfirmModal-module-scss-module__hIwrZW__sellConfirmModal__description{color:var(--color-text-secondary);text-align:center;margin:0;font-size:15px;line-height:1.55}.SellConfirmModal-module-scss-module__hIwrZW__sellConfirmModal__itemName{color:var(--color-text-primary);font-weight:600}.SellConfirmModal-module-scss-module__hIwrZW__sellConfirmModal__priceInline{color:var(--color-text-primary);white-space:nowrap;align-items:center;gap:2px;font-weight:600;display:inline-flex}.SellConfirmModal-module-scss-module__hIwrZW__sellConfirmModal__questionMark{color:var(--color-text-primary);margin-left:1px;font-size:15px;font-weight:600;line-height:1}.SellConfirmModal-module-scss-module__hIwrZW__sellConfirmModal__buttons{flex-direction:column;gap:8px;display:flex}.SellConfirmModal-module-scss-module__hIwrZW__sellConfirmModal__confirmButton,.SellConfirmModal-module-scss-module__hIwrZW__sellConfirmModal__cancelButton{width:100%}
.PublicProfileCard-module-scss-module__1YJZVW__publicProfileCard__card{background:var(--color-surface);border-radius:var(--radius-2xl);justify-content:center;align-items:center;gap:16px;height:100%;min-height:200px;padding:20px;display:flex}@media screen and (max-width:767px){.PublicProfileCard-module-scss-module__1YJZVW__publicProfileCard__card{justify-content:flex-start;min-height:0;padding:16px}}.PublicProfileCard-module-scss-module__1YJZVW__publicProfileCard__avatar{border-radius:var(--radius-md);flex-shrink:0;width:88px;height:88px;overflow:hidden}@media screen and (max-width:767px){.PublicProfileCard-module-scss-module__1YJZVW__publicProfileCard__avatar{width:64px;height:64px}}.PublicProfileCard-module-scss-module__1YJZVW__publicProfileCard__avatar img{object-fit:cover;width:100%;height:100%}.PublicProfileCard-module-scss-module__1YJZVW__publicProfileCard__identity{flex-direction:column;gap:4px;min-width:0;display:flex}.PublicProfileCard-module-scss-module__1YJZVW__publicProfileCard__nameRow{align-items:center;gap:6px;min-width:0;display:flex}.PublicProfileCard-module-scss-module__1YJZVW__publicProfileCard__username{color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:600;overflow:hidden}.PublicProfileCard-module-scss-module__1YJZVW__publicProfileCard__steamIcon{opacity:.85;flex-shrink:0}.PublicProfileCard-module-scss-module__1YJZVW__publicProfileCard__steamLink{flex-shrink:0;transition:opacity .2s;display:inline-flex}.PublicProfileCard-module-scss-module__1YJZVW__publicProfileCard__steamLink:hover{opacity:.7}.PublicProfileCard-module-scss-module__1YJZVW__publicProfileCard__userId{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:6px;padding:0;font-family:inherit;font-size:13px;transition:color .2s;display:inline-flex}.PublicProfileCard-module-scss-module__1YJZVW__publicProfileCard__userId:hover{color:var(--color-text-primary)}.PublicProfileCard-module-scss-module__1YJZVW__publicProfileCard__userId:hover .PublicProfileCard-module-scss-module__1YJZVW__publicProfileCard__copyIcon{opacity:1}.PublicProfileCard-module-scss-module__1YJZVW__publicProfileCard__copyIcon{opacity:.6;filter:brightness(0)saturate()invert(75%)sepia(15%)saturate(380%)hue-rotate(245deg)brightness(96%)contrast(86%);transition:opacity .2s}
.PrizeGrid-module-scss-module__Uf3t0q__section{width:100%;padding-bottom:60px}.PrizeGrid-module-scss-module__Uf3t0q__title{font-family:var(--font-inter-tight),"Inter Tight",system-ui,sans-serif;color:#fff;align-items:center;gap:12px;margin:0 0 28px;font-size:32px;font-weight:700;line-height:1.2;display:flex}.PrizeGrid-module-scss-module__Uf3t0q__title>span{font-size:inherit;font-weight:inherit;line-height:inherit}@media (max-width:1200px){.PrizeGrid-module-scss-module__Uf3t0q__title{font-size:28px}}@media (max-width:700px){.PrizeGrid-module-scss-module__Uf3t0q__title{gap:8px;margin-bottom:16px;font-size:20px}}.PrizeGrid-module-scss-module__Uf3t0q__titleIcon{flex-shrink:0;width:32px!important;height:32px!important}@media (max-width:1200px){.PrizeGrid-module-scss-module__Uf3t0q__titleIcon{width:28px!important;height:28px!important}}@media (max-width:700px){.PrizeGrid-module-scss-module__Uf3t0q__titleIcon{width:22px!important;height:22px!important}}.PrizeGrid-module-scss-module__Uf3t0q__grid{grid-template-columns:repeat(7,minmax(0,1fr));align-items:start;gap:12px;display:grid}@media (max-width:1440px){.PrizeGrid-module-scss-module__Uf3t0q__grid{gap:10px}}@media (max-width:1200px){.PrizeGrid-module-scss-module__Uf3t0q__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}}@media (max-width:1000px){.PrizeGrid-module-scss-module__Uf3t0q__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:768px){.PrizeGrid-module-scss-module__Uf3t0q__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}}@media (max-width:600px){.PrizeGrid-module-scss-module__Uf3t0q__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}.PrizeGrid-module-scss-module__Uf3t0q__skeletonCard{aspect-ratio:225/260;background:linear-gradient(90deg,rgba(255,255,255,.04) 25%,rgba(255,255,255,.08) 50%,rgba(255,255,255,.04) 75%) 0 0/200% 100%;border:1px solid rgba(255,255,255,.05);border-radius:20px;width:100%;animation:1.4s ease-in-out infinite PrizeGrid-module-scss-module__Uf3t0q__prizeSkeletonShimmer}@keyframes PrizeGrid-module-scss-module__Uf3t0q__prizeSkeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.PrizeGrid-module-scss-module__Uf3t0q__skeletonCard{animation:none}}
.SellAllConfirmModal-module-scss-module__VX9YcW__sellAllConfirmModal__content{flex-direction:column;gap:18px;padding:4px 4px 0;display:flex}.SellAllConfirmModal-module-scss-module__VX9YcW__sellAllConfirmModal__description{color:var(--color-text-secondary);text-align:center;margin:0;font-size:15px;line-height:1.55}.SellAllConfirmModal-module-scss-module__VX9YcW__sellAllConfirmModal__itemName{color:var(--color-text-primary);white-space:nowrap;font-weight:600}.SellAllConfirmModal-module-scss-module__VX9YcW__sellAllConfirmModal__priceInline{color:var(--color-text-primary);white-space:nowrap;align-items:center;gap:2px;font-weight:600;display:inline-flex}.SellAllConfirmModal-module-scss-module__VX9YcW__sellAllConfirmModal__questionMark{color:var(--color-text-primary);margin-left:1px;font-size:15px;font-weight:600;line-height:1}.SellAllConfirmModal-module-scss-module__VX9YcW__sellAllConfirmModal__buttons{flex-direction:column;gap:8px;display:flex}.SellAllConfirmModal-module-scss-module__VX9YcW__sellAllConfirmModal__confirmButton,.SellAllConfirmModal-module-scss-module__VX9YcW__sellAllConfirmModal__cancelButton{width:100%}
.tabs-module-scss-module__WBLREW__profileInventoryTabs__center{justify-content:center;align-items:center;min-height:240px;display:flex}.tabs-module-scss-module__WBLREW__profileInventoryTabs__empty{min-height:240px;color:var(--color-text-secondary);justify-content:center;align-items:center;font-size:14px;display:flex}.tabs-module-scss-module__WBLREW__profileInventoryTabs__inventoryListContainer{height:auto;max-height:none;overflow:visible}.tabs-module-scss-module__WBLREW__profileInventoryTabs__inventoryListWrap{--inv-col-min:150px;--inv-col-gap:6px;width:100%}.tabs-module-scss-module__WBLREW__profileInventoryTabs__inventoryListWrap_restricted{filter:blur(6px);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width:768px){.tabs-module-scss-module__WBLREW__profileInventoryTabs__inventoryListWrap{--inv-col-min:130px}}@media (max-width:420px){.tabs-module-scss-module__WBLREW__profileInventoryTabs__inventoryListWrap{--inv-col-min:115px}}.tabs-module-scss-module__WBLREW__profileInventoryTabs__matchListContainer{flex-direction:column;display:flex}.tabs-module-scss-module__WBLREW__profileInventoryTabs__matchGrid{grid-template-columns:1fr;gap:12px;display:grid}@media (min-width:768px){.tabs-module-scss-module__WBLREW__profileInventoryTabs__matchGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1280px){.tabs-module-scss-module__WBLREW__profileInventoryTabs__matchGrid{grid-template-columns:repeat(3,1fr)}}.tabs-module-scss-module__WBLREW__profileInventoryTabs__loadMoreRow{justify-content:center;padding:24px 20px 12px;display:flex}.tabs-module-scss-module__WBLREW__profileInventoryTabs__loadMoreButton{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--color-border-primary,rgba(181,164,200,.25));color:var(--color-text-primary);border-radius:var(--radius-md,12px);cursor:pointer;background:0 0;padding:10px 28px;font-size:14px;font-weight:600;transition:background-color .15s,border-color .15s,color .15s}.tabs-module-scss-module__WBLREW__profileInventoryTabs__loadMoreButton:hover{background:var(--color-surface-secondary);border-color:var(--color-accent-primary,#a78bfa)}.tabs-module-scss-module__WBLREW__profileInventoryTabs__loadMoreButton:active{transform:translateY(1px)}.tabs-module-scss-module__WBLREW__profileInventoryTabs__inventoryHeader{justify-content:space-between;align-items:center;gap:12px;padding:0 4px 12px;display:flex}.tabs-module-scss-module__WBLREW__profileInventoryTabs__inventoryCount{color:var(--color-text-secondary);font-size:13px;font-weight:500}.tabs-module-scss-module__WBLREW__profileInventoryTabs__sellAllButton{border:1px solid var(--color-border-primary,rgba(181,164,200,.25));color:var(--color-text-primary);border-radius:var(--radius-md,12px);cursor:pointer;background:0 0;align-items:center;gap:8px;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:background .18s,border-color .18s,color .18s,opacity .18s;display:inline-flex}.tabs-module-scss-module__WBLREW__profileInventoryTabs__sellAllButton:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary)}.tabs-module-scss-module__WBLREW__profileInventoryTabs__sellAllButton:hover:not(:disabled) .tabs-module-scss-module__WBLREW__profileInventoryTabs__sellAllAmount{color:var(--color-primary)}.tabs-module-scss-module__WBLREW__profileInventoryTabs__sellAllButton:disabled{cursor:not-allowed;opacity:.5}.tabs-module-scss-module__WBLREW__profileInventoryTabs__sellAllLabel{white-space:nowrap}.tabs-module-scss-module__WBLREW__profileInventoryTabs__sellAllAmount{color:var(--color-text-secondary);font-weight:700;transition:color .18s}@media (max-width:480px){.tabs-module-scss-module__WBLREW__profileInventoryTabs__inventoryHeader{padding:0 2px 10px}.tabs-module-scss-module__WBLREW__profileInventoryTabs__inventoryCount{font-size:12px}.tabs-module-scss-module__WBLREW__profileInventoryTabs__sellAllButton{gap:6px;padding:7px 12px;font-size:12px}}.tabs-module-scss-module__WBLREW__profileInventoryTabs__inventoryGrid{grid-template-columns:repeat(auto-fill,minmax(var(--inv-col-min,150px),1fr));gap:var(--inv-col-gap,6px);row-gap:var(--inv-col-gap,6px);grid-auto-rows:170px;max-height:none;padding:4px 4px 0;overflow:visible}@media (max-width:768px){.tabs-module-scss-module__WBLREW__profileInventoryTabs__inventoryGrid{grid-auto-rows:160px}}@media (max-width:420px){.tabs-module-scss-module__WBLREW__profileInventoryTabs__inventoryGrid{grid-auto-rows:150px}}.tabs-module-scss-module__WBLREW__profileInventoryTabs__inventoryGrid>div>*{max-width:none}
.DepositCta-module-scss-module__SpPFra__block{flex-direction:column;gap:16px;display:flex}@media (max-width:767px){.DepositCta-module-scss-module__SpPFra__block{gap:12px}}@media (max-width:480px){.DepositCta-module-scss-module__SpPFra__block{gap:10px}}.DepositCta-module-scss-module__SpPFra__ctaBtn{background:var(--color-primary);cursor:pointer;width:100%;height:56px;font-family:var(--font-inter-tight),system-ui,sans-serif;color:#fff;transition:opacity var(--transition-fast);border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;font-size:18px;font-weight:600;line-height:1.2;display:flex}.DepositCta-module-scss-module__SpPFra__ctaBtn:hover:not(:disabled){opacity:.9}.DepositCta-module-scss-module__SpPFra__ctaBtn:active:not(:disabled){opacity:.85}.DepositCta-module-scss-module__SpPFra__ctaBtn:disabled{opacity:.4;cursor:not-allowed}@media (max-width:480px){.DepositCta-module-scss-module__SpPFra__ctaBtn{border-radius:12px;height:50px;font-size:16px}}.DepositCta-module-scss-module__SpPFra__ctaBtnIcon{flex-shrink:0}.DepositCta-module-scss-module__SpPFra__agreementLink{color:var(--color-primary);text-underline-offset:2px;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;text-decoration:underline}.DepositCta-module-scss-module__SpPFra__agreementLink:hover{opacity:.8}
.WinModal-module-scss-module__bIOtDa__body{text-align:center;flex-direction:column;align-items:center;gap:12px;min-width:320px;padding:32px 24px;display:flex}.WinModal-module-scss-module__bIOtDa__title{color:var(--color-text-primary);margin:0;font-size:24px;font-weight:800}.WinModal-module-scss-module__bIOtDa__subtitle{color:var(--color-text-secondary);margin:0;font-size:14px}.WinModal-module-scss-module__bIOtDa__prize{color:var(--color-primary);white-space:pre-line;margin:0;font-size:20px;font-weight:700;line-height:1.3}.WinModal-module-scss-module__bIOtDa__hero{object-fit:contain;width:120px;height:120px}.WinModal-module-scss-module__bIOtDa__amount{color:var(--color-text-primary);margin:4px 0 8px;font-size:28px;font-weight:800}.WinModal-module-scss-module__bIOtDa__itemPrice{color:var(--color-text-primary);white-space:nowrap;font-size:14px;font-weight:700}.WinModal-module-scss-module__bIOtDa__note{color:var(--color-text-secondary);margin:0;font-size:13px;line-height:1.4}.WinModal-module-scss-module__bIOtDa__items{flex-direction:column;gap:10px;width:100%;margin:4px 0 8px;display:flex}.WinModal-module-scss-module__bIOtDa__item{background:var(--color-surface-2,rgba(255,255,255,.04));border-radius:12px;align-items:center;gap:12px;padding:10px 14px;display:flex}.WinModal-module-scss-module__bIOtDa__itemImage{object-fit:contain;flex-shrink:0;width:80px;height:60px}.WinModal-module-scss-module__bIOtDa__itemName{text-align:left;color:var(--color-text-primary);flex:1;font-size:14px;font-weight:600}.WinModal-module-scss-module__bIOtDa__promoBox{border:1px dashed var(--color-primary);cursor:pointer;background:rgba(168,85,247,.08);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 16px;transition:background .15s;display:flex}.WinModal-module-scss-module__bIOtDa__promoBox:hover{background:rgba(168,85,247,.16)}.WinModal-module-scss-module__bIOtDa__promoCode{letter-spacing:1px;color:var(--color-text-primary);font-size:20px;font-weight:800}.WinModal-module-scss-module__bIOtDa__promoCopy{color:var(--color-primary);white-space:nowrap;font-size:13px;font-weight:600}.WinModal-module-scss-module__bIOtDa__actions{flex-direction:column;gap:8px;width:100%;display:flex}
.SkinTooltipContent-module-scss-module__GyfsOa__skinTooltipContent__body{text-align:center;flex-direction:column;align-items:center;gap:4px;min-width:140px;max-width:260px;padding:2px 4px;display:flex}.SkinTooltipContent-module-scss-module__GyfsOa__skinTooltipContent__category{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.6px;font-size:10px;font-weight:500}.SkinTooltipContent-module-scss-module__GyfsOa__skinTooltipContent__title{color:var(--color-text-primary);font-size:13px;font-weight:700;line-height:1.2}
.DepositView-module-scss-module__kdcFFW__page{width:100%;overflow-x:clip}.DepositView-module-scss-module__kdcFFW__pageHeader{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:24px;display:flex}.DepositView-module-scss-module__kdcFFW__pageHeaderIcon{width:36px;height:36px;color:var(--color-primary);flex-shrink:0}.DepositView-module-scss-module__kdcFFW__pageTitle{font-family:var(--font-inter-tight),system-ui,sans-serif;color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.02em;font-size:30px;font-weight:700;line-height:1.2}.DepositView-module-scss-module__kdcFFW__grid{grid-template-columns:minmax(0,.46fr) minmax(0,.54fr);grid-template-areas:"promo payment""amount payment""cta payment";align-items:start;gap:10px;display:grid}.DepositView-module-scss-module__kdcFFW__promoArea{grid-area:promo;min-width:0}.DepositView-module-scss-module__kdcFFW__amountArea{grid-area:amount;min-width:0}.DepositView-module-scss-module__kdcFFW__ctaArea{grid-area:cta;min-width:0}.DepositView-module-scss-module__kdcFFW__paymentArea{grid-area:payment;min-width:0}.DepositView-module-scss-module__kdcFFW__gridWithoutAmount{grid-template-areas:"promo payment""cta payment"}@media (max-width:1023px){.DepositView-module-scss-module__kdcFFW__grid{grid-template-columns:1fr;grid-template-areas:"promo""amount""payment""cta"}.DepositView-module-scss-module__kdcFFW__gridWithoutAmount{grid-template-areas:"promo""payment""cta"}}@media (max-width:767px){.DepositView-module-scss-module__kdcFFW__pageHeader{gap:10px;margin-bottom:14px}.DepositView-module-scss-module__kdcFFW__pageHeaderIcon{width:28px;height:28px}.DepositView-module-scss-module__kdcFFW__pageTitle{font-size:22px}.DepositView-module-scss-module__kdcFFW__skinsLink{width:100%;margin-left:0}}@media (max-width:480px){.DepositView-module-scss-module__kdcFFW__grid{gap:8px}.DepositView-module-scss-module__kdcFFW__pageHeaderIcon{width:22px;height:22px}.DepositView-module-scss-module__kdcFFW__pageTitle{font-size:18px}}
.WheelOfFortune-module-scss-module__ad1WeW__wheelSection{flex-direction:column;align-items:center;gap:70px;width:100%;display:flex}@media (max-width:1200px){.WheelOfFortune-module-scss-module__ad1WeW__wheelSection{gap:50px}}@media (max-width:700px){.WheelOfFortune-module-scss-module__ad1WeW__wheelSection{gap:30px}}@media (max-width:500px){.WheelOfFortune-module-scss-module__ad1WeW__wheelSection{gap:20px}}.WheelOfFortune-module-scss-module__ad1WeW__header{grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;width:100%;display:grid}.WheelOfFortune-module-scss-module__ad1WeW__backLink{justify-self:start}.WheelOfFortune-module-scss-module__ad1WeW__headerActionBtn{background:var(--color-control-bg);height:48px;box-shadow:0 3px 0 color-mix(in srgb,#000 35%,var(--color-control-bg));white-space:nowrap;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin:0;padding:6px 16px 6px 10px;text-decoration:none;transition:opacity .15s;display:inline-flex}.WheelOfFortune-module-scss-module__ad1WeW__headerActionBtn:hover{opacity:.85}@media (max-width:700px){.WheelOfFortune-module-scss-module__ad1WeW__headerActionBtn{border-radius:10px;gap:0;width:40px;height:40px;padding:0}}@media (max-width:420px){.WheelOfFortune-module-scss-module__ad1WeW__headerActionBtn{gap:0;width:36px;height:36px;padding:0}}.WheelOfFortune-module-scss-module__ad1WeW__headerActionBtnIcon{flex-shrink:0;justify-content:center;align-items:center;line-height:0;display:inline-flex}.WheelOfFortune-module-scss-module__ad1WeW__headerActionBtnIcon img{width:20px;height:20px;display:block}@media (max-width:700px){.WheelOfFortune-module-scss-module__ad1WeW__headerActionBtnIcon img{width:18px;height:18px}}.WheelOfFortune-module-scss-module__ad1WeW__headerActionBtnText{color:#fff;font-family:Inter Tight,sans-serif;font-size:14px;font-weight:600;line-height:1.3}@media (max-width:700px){.WheelOfFortune-module-scss-module__ad1WeW__headerActionBtnText{display:none}}.WheelOfFortune-module-scss-module__ad1WeW__title{justify-self:center;align-items:center;display:inline-flex}.WheelOfFortune-module-scss-module__ad1WeW__title h1{color:#fff;font-family:var(--font-inter-tight),"Inter Tight",system-ui,sans-serif;text-transform:uppercase;white-space:nowrap;margin:0;font-size:30px;font-weight:700;line-height:1.2}.WheelOfFortune-module-scss-module__ad1WeW__infoSlot{justify-self:end}.WheelOfFortune-module-scss-module__ad1WeW__wheelWrapper{justify-content:center;align-items:center;width:100%;max-width:810px;display:flex;position:relative}@media (max-width:1400px){.WheelOfFortune-module-scss-module__ad1WeW__wheelWrapper{max-width:700px}}@media (max-width:800px){.WheelOfFortune-module-scss-module__ad1WeW__wheelWrapper{max-width:600px}}@media (max-width:700px){.WheelOfFortune-module-scss-module__ad1WeW__wheelWrapper{max-width:100%}.WheelOfFortune-module-scss-module__ad1WeW__header{gap:8px}.WheelOfFortune-module-scss-module__ad1WeW__title h1{font-size:16px}}@media (max-width:420px){.WheelOfFortune-module-scss-module__ad1WeW__header{gap:6px}.WheelOfFortune-module-scss-module__ad1WeW__title h1{letter-spacing:.5px;font-size:14px}}
.UpgradeSlotCard-module-scss-module__7DqaYG__upgradeSlotCard__cardSize{aspect-ratio:5/4;width:100%;position:relative;container-type:inline-size}@container (width>=200px){.UpgradeSlotCard-module-scss-module__7DqaYG__upgradeSlotCard__compactStripe:before{left:28%!important;right:28%!important}.UpgradeSlotCard-module-scss-module__7DqaYG__upgradeSlotCard__compactStripe:after{left:calc(28% + 1px)!important;right:calc(28% + 1px)!important}}.UpgradeSlotCard-module-scss-module__7DqaYG__upgradeSlotCard__tooltipFill{width:100%;height:100%}.UpgradeSlotCard-module-scss-module__7DqaYG__upgradeSlotCard__placeholder{background:linear-gradient(rgba(255,255,255,.03) 0%,rgba(255,255,255,.01) 100%);border:1px solid rgba(255,255,255,.06);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.UpgradeSlotCard-module-scss-module__7DqaYG__upgradeSlotCard__placeholderText{color:var(--color-text-secondary);text-align:center;font-size:11px}.UpgradeSlotCard-module-scss-module__7DqaYG__upgradeSlotCard__stakesGrid{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:6px;display:grid}.UpgradeSlotCard-module-scss-module__7DqaYG__upgradeSlotCard__stakesGridItem{width:100%;min-width:0;height:100%;min-height:0;position:relative}.UpgradeSlotCard-module-scss-module__7DqaYG__upgradeSlotCard__emptySlot{opacity:.55;background:rgba(255,255,255,.024);border:1px dashed rgba(255,255,255,.08);border-radius:10px;justify-content:center;align-items:center;display:flex}.UpgradeSlotCard-module-scss-module__7DqaYG__upgradeSlotCard__priceCorner{color:var(--color-text-primary);text-shadow:0 1px 2px rgba(0,0,0,.6);z-index:2;font-size:13px;font-weight:700;position:absolute;top:8px;right:10px}@container (width>=200px){.UpgradeSlotCard-module-scss-module__7DqaYG__upgradeSlotCard__priceCorner{font-size:16px;top:10px;right:12px}}.UpgradeSlotCard-module-scss-module__7DqaYG__upgradeSlotCard__statusBadge{letter-spacing:.4px;text-transform:uppercase;z-index:2;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:700;position:absolute;bottom:6px;left:6px}.UpgradeSlotCard-module-scss-module__7DqaYG__upgradeSlotCard__statusBadge[data-kind=won]{color:var(--color-text-green);background:rgba(20,60,45,.92);box-shadow:0 0 0 1px rgba(128,229,199,.45)}.UpgradeSlotCard-module-scss-module__7DqaYG__upgradeSlotCard__statusBadge[data-kind=lost]{color:#ff8a9c;background:rgba(60,16,24,.92);box-shadow:0 0 0 1px rgba(255,94,120,.55)}.UpgradeSlotCard-module-scss-module__7DqaYG__upgradeSlotCard__statusBadge[data-kind=compensation]{color:var(--color-accent-primary);background:rgba(58,42,18,.92);box-shadow:0 0 0 1px rgba(255,216,168,.45)}
.PaymentMethodBlock-module-scss-module__Xx8utq__block{border-radius:20px;padding:0 20px 20px}@media (max-width:767px){.PaymentMethodBlock-module-scss-module__Xx8utq__block{border-radius:16px;padding:0 16px 16px}}@media (max-width:480px){.PaymentMethodBlock-module-scss-module__Xx8utq__block{padding:0 12px 12px}}.PaymentMethodBlock-module-scss-module__Xx8utq__header{align-items:center;gap:8px;margin-bottom:20px;display:flex}.PaymentMethodBlock-module-scss-module__Xx8utq__header .PaymentMethodBlock-module-scss-module__Xx8utq__headerIcon{color:#fff;flex-shrink:0}.PaymentMethodBlock-module-scss-module__Xx8utq__header .PaymentMethodBlock-module-scss-module__Xx8utq__headerTitle{font-family:var(--font-inter-tight),system-ui,sans-serif;color:var(--color-text-primary);font-size:20px;font-weight:700;line-height:1.2}@media (max-width:767px){.PaymentMethodBlock-module-scss-module__Xx8utq__header .PaymentMethodBlock-module-scss-module__Xx8utq__headerTitle{font-size:17px}}.PaymentMethodBlock-module-scss-module__Xx8utq__categories{flex-direction:column;gap:20px;display:flex}.PaymentMethodBlock-module-scss-module__Xx8utq__categorySection{flex-direction:column;gap:12px;display:flex}.PaymentMethodBlock-module-scss-module__Xx8utq__categoryTitle{font-family:var(--font-inter-tight),system-ui,sans-serif;color:#fff;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;line-height:1.3;display:flex}.PaymentMethodBlock-module-scss-module__Xx8utq__categoryIcon{color:#fff;flex-shrink:0}.PaymentMethodBlock-module-scss-module__Xx8utq__categoryIcon svg{color:#fff}.PaymentMethodBlock-module-scss-module__Xx8utq__cardGrid{flex-wrap:wrap;gap:10px;display:flex}.PaymentMethodBlock-module-scss-module__Xx8utq__cardGridSkins{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.PaymentMethodBlock-module-scss-module__Xx8utq__cardGridSkins .PaymentMethodBlock-module-scss-module__Xx8utq__card{flex:none;width:100%}.PaymentMethodBlock-module-scss-module__Xx8utq__emptyState{font-family:var(--font-inter-tight),system-ui,sans-serif;color:var(--color-text-muted);font-size:14px}.PaymentMethodBlock-module-scss-module__Xx8utq__card{background:var(--color-control-bg);cursor:pointer;width:156px;transition:border-color var(--transition-fast),background var(--transition-fast);border:2px solid transparent;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:0;padding:12px;display:flex;position:relative}.PaymentMethodBlock-module-scss-module__Xx8utq__card:not(.PaymentMethodBlock-module-scss-module__Xx8utq__cardSkinsGame){height:auto;min-height:108px;padding:8px 8px 10px}.PaymentMethodBlock-module-scss-module__Xx8utq__card:hover{border-color:rgba(168,85,247,.4)}.PaymentMethodBlock-module-scss-module__Xx8utq__cardSelected{border-color:var(--color-primary);background:rgba(168,85,247,.08)}.PaymentMethodBlock-module-scss-module__Xx8utq__cardSkinsGame{flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;width:100%;height:auto;min-height:56px;padding:10px 12px}.PaymentMethodBlock-module-scss-module__Xx8utq__cardQrBadge{color:#fff;font-family:var(--font-inter-tight),system-ui,sans-serif;letter-spacing:.02em;white-space:nowrap;pointer-events:none;background:#2a2a2a;border:1px solid #3d3d3d;border-radius:8px;padding:3px 7px;font-size:10px;font-weight:700;line-height:1.4;position:absolute;top:-6px;right:4px}.PaymentMethodBlock-module-scss-module__Xx8utq__cardProviderBadge{color:#b8b8b8;font-family:var(--font-inter-tight),system-ui,sans-serif;letter-spacing:.02em;white-space:nowrap;pointer-events:none;background:#1f1f1f;border:1px solid #3d3d3d;border-radius:8px;padding:3px 7px;font-size:9px;font-weight:600;line-height:1.4;position:absolute;bottom:-6px;left:4px}.PaymentMethodBlock-module-scss-module__Xx8utq__cardBonusBadge{color:var(--color-text-green);font-family:var(--font-inter-tight),system-ui,sans-serif;letter-spacing:.02em;white-space:nowrap;pointer-events:none;background:#1a4d3f;border:1px solid #2d7a65;border-radius:8px;padding:3px 7px;font-size:10px;font-weight:700;line-height:1.4;position:absolute;top:-6px;right:4px}.PaymentMethodBlock-module-scss-module__Xx8utq__cardBadge{background:var(--color-accent-gold-bg-soft);color:var(--color-accent-gold);font-family:var(--font-inter-tight),system-ui,sans-serif;white-space:nowrap;border:1px solid rgba(255,206,109,.2);border-radius:10px;padding:3px 8px;font-size:11px;font-weight:600;line-height:1.4;position:absolute;top:10px;left:50%;transform:translate(-50%)}.PaymentMethodBlock-module-scss-module__Xx8utq__cardLogoWrap{flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;min-width:0;display:flex}.PaymentMethodBlock-module-scss-module__Xx8utq__cardLogo{flex-shrink:0;justify-content:center;align-items:center;width:130px;height:64px;display:flex;position:relative}.PaymentMethodBlock-module-scss-module__Xx8utq__cardLogoImage{object-fit:contain;width:100%;height:100%}.PaymentMethodBlock-module-scss-module__Xx8utq__cardMethodLabel{max-width:140px;font-family:var(--font-inter-tight),system-ui,sans-serif;color:#fff;text-align:center;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;line-height:1.2;overflow:hidden}.PaymentMethodBlock-module-scss-module__Xx8utq__cardSkinsGameIcon{flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.PaymentMethodBlock-module-scss-module__Xx8utq__cardSkinsGameIconImage{object-fit:contain;width:28px;height:28px}.PaymentMethodBlock-module-scss-module__Xx8utq__cardGameLabel{min-width:0;font-family:var(--font-inter-tight),system-ui,sans-serif;color:#fff;text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:14px;font-weight:600;line-height:1.2;overflow:hidden}.PaymentMethodBlock-module-scss-module__Xx8utq__cardTextLogo{width:150px;height:90px;color:var(--color-text-primary);font-family:var(--font-inter-tight),system-ui,sans-serif;text-transform:uppercase;background:rgba(255,255,255,.06);border-radius:8px;justify-content:center;align-items:center;font-size:14px;font-weight:700;line-height:1;display:flex}@media (max-width:767px){.PaymentMethodBlock-module-scss-module__Xx8utq__cardGrid{gap:8px}.PaymentMethodBlock-module-scss-module__Xx8utq__card{border-radius:16px;flex:calc(50% - 4px);width:auto}.PaymentMethodBlock-module-scss-module__Xx8utq__card:not(.PaymentMethodBlock-module-scss-module__Xx8utq__cardSkinsGame){min-height:112px;padding:6px 6px 8px}.PaymentMethodBlock-module-scss-module__Xx8utq__card:not(.PaymentMethodBlock-module-scss-module__Xx8utq__cardSkinsGame) .PaymentMethodBlock-module-scss-module__Xx8utq__cardLogo,.PaymentMethodBlock-module-scss-module__Xx8utq__card:not(.PaymentMethodBlock-module-scss-module__Xx8utq__cardSkinsGame) .PaymentMethodBlock-module-scss-module__Xx8utq__cardTextLogo{width:120px;height:58px}.PaymentMethodBlock-module-scss-module__Xx8utq__cardSkinsGame{gap:10px;min-height:52px;padding:8px 10px}.PaymentMethodBlock-module-scss-module__Xx8utq__cardSkinsGameIcon{width:36px;height:36px}.PaymentMethodBlock-module-scss-module__Xx8utq__cardSkinsGameIconImage{width:24px;height:24px}.PaymentMethodBlock-module-scss-module__Xx8utq__cardGameLabel{font-size:12px}.PaymentMethodBlock-module-scss-module__Xx8utq__cardQrBadge{padding:2px 6px;font-size:9px;top:-5px;right:3px}.PaymentMethodBlock-module-scss-module__Xx8utq__cardProviderBadge{padding:2px 6px;font-size:8px;bottom:-5px;left:3px}.PaymentMethodBlock-module-scss-module__Xx8utq__cardBonusBadge{padding:2px 6px;font-size:9px;top:-5px;right:3px}.PaymentMethodBlock-module-scss-module__Xx8utq__cardMethodLabel{max-width:120px;font-size:10px}.PaymentMethodBlock-module-scss-module__Xx8utq__cardBadge{padding:2px 6px;font-size:10px;top:8px}}@media (max-width:480px){.PaymentMethodBlock-module-scss-module__Xx8utq__card:not(.PaymentMethodBlock-module-scss-module__Xx8utq__cardSkinsGame){min-height:108px}}
.InfoPopup-module-scss-module__5KwWIa__rulesBtn{}.InfoPopup-module-scss-module__5KwWIa__rulesBtnIcon{}.InfoPopup-module-scss-module__5KwWIa__rulesBtnText{}.InfoPopup-module-scss-module__5KwWIa__wheelInfoModal{max-width:440px}.InfoPopup-module-scss-module__5KwWIa__wheelInfoModal>h2{padding:12px 40px 8px 14px;font-size:17px;font-weight:600;line-height:1.3}.InfoPopup-module-scss-module__5KwWIa__wheelInfoModal>div:last-of-type{padding:10px 14px 14px!important}.InfoPopup-module-scss-module__5KwWIa__wheelInfoContent{flex-direction:column;gap:10px;max-height:58vh;padding:0;display:flex;overflow-y:auto}.InfoPopup-module-scss-module__5KwWIa__wheelInfoSection{flex-direction:column;gap:4px;display:flex}.InfoPopup-module-scss-module__5KwWIa__wheelInfoTitle{margin-bottom:0;color:var(--color-text-white)!important;font-size:14px!important;font-weight:600!important;line-height:1.3!important}.InfoPopup-module-scss-module__5KwWIa__wheelInfoSection p:last-child{font-family:Inter Tight,sans-serif;color:var(--color-text-secondary)!important;font-size:14px!important;font-weight:400!important;line-height:1.45!important}
.UpgradeMatchCard-module-scss-module__n0VfhG__upgradeMatchCard__card{background:var(--color-surface);border:1px solid rgba(255,255,255,.05);border-radius:14px;flex-direction:column;display:flex;overflow:hidden}.UpgradeMatchCard-module-scss-module__n0VfhG__upgradeMatchCard__slots{grid-template-columns:1fr auto 1fr;align-items:center;gap:6px;padding:8px;display:grid}.UpgradeMatchCard-module-scss-module__n0VfhG__upgradeMatchCard__connector{opacity:.85;filter:drop-shadow(0 0 6px rgba(168,85,247,.5))}.UpgradeMatchCard-module-scss-module__n0VfhG__upgradeMatchCard__footer{background:rgba(0,0,0,.18);border-top:1px solid rgba(255,255,255,.05);grid-template-columns:1fr 1px 1fr;display:grid}.UpgradeMatchCard-module-scss-module__n0VfhG__upgradeMatchCard__footerCell{flex-direction:column;align-items:center;gap:2px;min-width:0;padding:6px 8px;display:flex}.UpgradeMatchCard-module-scss-module__n0VfhG__upgradeMatchCard__footerDivider{background:rgba(255,255,255,.05);width:1px}.UpgradeMatchCard-module-scss-module__n0VfhG__upgradeMatchCard__footerLabel{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.4px;font-size:11px}.UpgradeMatchCard-module-scss-module__n0VfhG__upgradeMatchCard__chanceValue{color:var(--color-accent-primary);font-size:14px;font-weight:700}
.PromoCodeBlock-module-scss-module__gdhloG__block{background:var(--color-surface);border-radius:20px;flex-direction:column;gap:15px;padding:24px 20px 20px;display:flex}@media (max-width:767px){.PromoCodeBlock-module-scss-module__gdhloG__block{border-radius:16px;gap:12px;padding:18px 16px 16px}}@media (max-width:480px){.PromoCodeBlock-module-scss-module__gdhloG__block{gap:10px;padding:14px 12px 12px}}.PromoCodeBlock-module-scss-module__gdhloG__header{align-items:center;gap:8px;display:flex}.PromoCodeBlock-module-scss-module__gdhloG__header .PromoCodeBlock-module-scss-module__gdhloG__headerIcon{color:var(--color-accent-gold);flex-shrink:0}.PromoCodeBlock-module-scss-module__gdhloG__header .PromoCodeBlock-module-scss-module__gdhloG__headerTitle{font-family:var(--font-inter-tight),system-ui,sans-serif;color:var(--color-accent-gold);font-size:20px;font-weight:700;line-height:1.2}@media (max-width:767px){.PromoCodeBlock-module-scss-module__gdhloG__header .PromoCodeBlock-module-scss-module__gdhloG__headerTitle{font-size:17px}}.PromoCodeBlock-module-scss-module__gdhloG__applyBtn{background:var(--color-accent-gold);color:#151414;cursor:pointer;font-family:var(--font-inter-tight),system-ui,sans-serif;white-space:nowrap;transition:opacity var(--transition-fast);border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px 12px;font-size:14px;font-weight:400;line-height:1.4;display:inline-flex}.PromoCodeBlock-module-scss-module__gdhloG__applyBtn:hover{opacity:.9}.PromoCodeBlock-module-scss-module__gdhloG__applyBtn:active{opacity:.8}.PromoCodeBlock-module-scss-module__gdhloG__applyBtn:disabled{opacity:.45;cursor:not-allowed}@media (max-width:480px){.PromoCodeBlock-module-scss-module__gdhloG__applyBtn{padding:5px 10px;font-size:13px}}.PromoCodeBlock-module-scss-module__gdhloG__bonusHint{font-family:var(--font-inter-tight),system-ui,sans-serif;color:var(--color-text-muted);font-size:14px;font-weight:400;line-height:1.4}.PromoCodeBlock-module-scss-module__gdhloG__bonusPercent{color:var(--color-accent-gold);font-weight:600}.PromoCodeBlock-module-scss-module__gdhloG__errorHint{font-family:var(--font-inter-tight),system-ui,sans-serif;color:#ff5b5b;font-size:14px;font-weight:400;line-height:1.4}
.UserProfileHeader-module-scss-module__HREhyG__userProfileHeader__headerGrid{grid-template-columns:minmax(280px,1fr) minmax(320px,1fr) minmax(340px,1.4fr);align-items:stretch;gap:12px;width:100%;display:grid}.UserProfileHeader-module-scss-module__HREhyG__userProfileHeader__headerGrid>*{min-width:0}@media screen and (max-width:1023px){.UserProfileHeader-module-scss-module__HREhyG__userProfileHeader__headerGrid{grid-template-columns:1fr 1fr}}@media screen and (max-width:767px){.UserProfileHeader-module-scss-module__HREhyG__userProfileHeader__headerGrid{grid-template-columns:minmax(0,1fr)}}.UserProfileHeader-module-scss-module__HREhyG__userProfileHeader__rightColumn{grid-template-columns:1fr 1fr;gap:12px;min-width:0;min-height:0;display:grid}.UserProfileHeader-module-scss-module__HREhyG__userProfileHeader__rightColumn>*{min-width:0}@media screen and (max-width:767px){.UserProfileHeader-module-scss-module__HREhyG__userProfileHeader__rightColumn{grid-template-columns:1fr 1fr}}
.AmountBlock-module-scss-module__ZNHG5a__block{background:var(--color-surface);border-radius:20px;padding:24px 20px 20px}@media (max-width:767px){.AmountBlock-module-scss-module__ZNHG5a__block{border-radius:16px;padding:18px 16px 16px}}@media (max-width:480px){.AmountBlock-module-scss-module__ZNHG5a__block{padding:14px 12px 12px}}.AmountBlock-module-scss-module__ZNHG5a__header{align-items:center;gap:8px;margin-bottom:20px;display:flex}.AmountBlock-module-scss-module__ZNHG5a__header .AmountBlock-module-scss-module__ZNHG5a__headerIcon{color:var(--color-primary);flex-shrink:0}.AmountBlock-module-scss-module__ZNHG5a__header .AmountBlock-module-scss-module__ZNHG5a__headerTitle{font-family:var(--font-inter-tight),system-ui,sans-serif;color:var(--color-text-primary);font-size:20px;font-weight:700;line-height:1.2}@media (max-width:767px){.AmountBlock-module-scss-module__ZNHG5a__header .AmountBlock-module-scss-module__ZNHG5a__headerTitle{font-size:17px}}.AmountBlock-module-scss-module__ZNHG5a__inputRow{align-items:stretch;gap:8px;margin-bottom:16px;display:flex}.AmountBlock-module-scss-module__ZNHG5a__amountInput{flex:1;min-width:0}.AmountBlock-module-scss-module__ZNHG5a__payRow{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}@media (max-width:480px){.AmountBlock-module-scss-module__ZNHG5a__payRow{margin-bottom:12px}}.AmountBlock-module-scss-module__ZNHG5a__payLabel{font-family:var(--font-inter-tight),system-ui,sans-serif;color:var(--color-text-muted);font-size:14px;font-weight:600;line-height:1.4}.AmountBlock-module-scss-module__ZNHG5a__payValue{align-items:center;gap:6px;display:flex}.AmountBlock-module-scss-module__ZNHG5a__payAmount{font-family:var(--font-inter-tight),system-ui,sans-serif;color:var(--color-text-primary);font-size:20px;font-weight:600;line-height:1.2}@media (max-width:480px){.AmountBlock-module-scss-module__ZNHG5a__payAmount{font-size:17px}}.AmountBlock-module-scss-module__ZNHG5a__payApprox{font-family:var(--font-inter-tight),system-ui,sans-serif;color:var(--color-text-muted);font-size:24px;font-weight:500;line-height:1}.AmountBlock-module-scss-module__ZNHG5a__payIcon{color:var(--color-accent-gold)}.AmountBlock-module-scss-module__ZNHG5a__presets{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.AmountBlock-module-scss-module__ZNHG5a__preset{background:var(--color-control-bg);cursor:pointer;font-family:var(--font-inter-tight),system-ui,sans-serif;color:var(--color-text-secondary);transition:border-color var(--transition-fast),color var(--transition-fast),background var(--transition-fast);border:1.5px solid transparent;border-radius:10px;justify-content:center;align-items:center;padding:8px 14px;font-size:14px;font-weight:600;display:flex}.AmountBlock-module-scss-module__ZNHG5a__preset:hover{color:var(--color-text-primary);border-color:rgba(168,85,247,.3)}.AmountBlock-module-scss-module__ZNHG5a__presetActive{border-color:var(--color-primary);color:var(--color-text-primary);background:rgba(168,85,247,.1)}.AmountBlock-module-scss-module__ZNHG5a__minHint{align-items:center;gap:4px;padding:10px 0 0;display:flex}.AmountBlock-module-scss-module__ZNHG5a__minHintLabel{font-family:var(--font-inter-tight),system-ui,sans-serif;color:var(--color-text-muted);font-size:14px;font-weight:400;line-height:1.4}.AmountBlock-module-scss-module__ZNHG5a__minHintValue{font-family:var(--font-inter-tight),system-ui,sans-serif;color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:4px;font-size:14px;font-weight:600;line-height:1.2;display:flex}.AmountBlock-module-scss-module__ZNHG5a__minHintRub{color:var(--color-text-muted);font-size:12px;font-weight:500}.AmountBlock-module-scss-module__ZNHG5a__minHintIcon{color:var(--color-accent-gold)}@media (max-width:767px){.AmountBlock-module-scss-module__ZNHG5a__presets{gap:6px;margin-bottom:12px}.AmountBlock-module-scss-module__ZNHG5a__preset{flex:calc(33.333% - 6px);justify-content:center;padding:8px;font-size:13px}}@media (max-width:480px){.AmountBlock-module-scss-module__ZNHG5a__preset{flex:calc(33.333% - 6px);padding:7px 6px;font-size:12px}.AmountBlock-module-scss-module__ZNHG5a__minHint{padding-top:6px}.AmountBlock-module-scss-module__ZNHG5a__minHintLabel,.AmountBlock-module-scss-module__ZNHG5a__minHintValue{font-size:12px}}
.ProfileInventory-module-scss-module__DB8Mnq__profileInventory__profileInventory{flex-direction:column;gap:12px;width:100%;display:flex}.ProfileInventory-module-scss-module__DB8Mnq__profileInventory__navigation{background:var(--color-surface);border-radius:var(--radius-2xl);align-items:center;padding:6px;display:flex}@media screen and (max-width:767px){.ProfileInventory-module-scss-module__DB8Mnq__profileInventory__navigation{padding:4px}}.ProfileInventory-module-scss-module__DB8Mnq__profileInventory__tabs{gap:4px;width:100%;display:flex}@media screen and (max-width:767px){.ProfileInventory-module-scss-module__DB8Mnq__profileInventory__tabs{grid-template-columns:1fr 1fr;gap:4px;display:grid}}.ProfileInventory-module-scss-module__DB8Mnq__profileInventory__tab{color:var(--color-text-secondary);border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:8px;min-width:0;padding:10px 14px;font-family:inherit;font-size:14px;font-weight:600;transition:background .2s,color .2s;display:inline-flex}@media screen and (max-width:767px){.ProfileInventory-module-scss-module__DB8Mnq__profileInventory__tab{gap:6px;padding:10px 8px;font-size:12px}.ProfileInventory-module-scss-module__DB8Mnq__profileInventory__tab .ProfileInventory-module-scss-module__DB8Mnq__profileInventory__tabIcon,.ProfileInventory-module-scss-module__DB8Mnq__profileInventory__tab .ProfileInventory-module-scss-module__DB8Mnq__profileInventory__tabIconSvg{width:14px;height:14px}.ProfileInventory-module-scss-module__DB8Mnq__profileInventory__tab:last-child{grid-column:1/-1}}.ProfileInventory-module-scss-module__DB8Mnq__profileInventory__tab:hover{color:var(--color-text-primary)}.ProfileInventory-module-scss-module__DB8Mnq__profileInventory__tabActive{background:var(--color-primary);color:var(--color-text-white)}.ProfileInventory-module-scss-module__DB8Mnq__profileInventory__tabActive:hover{color:var(--color-text-white)}.ProfileInventory-module-scss-module__DB8Mnq__profileInventory__tabActive .ProfileInventory-module-scss-module__DB8Mnq__profileInventory__tabIcon{filter:brightness(0)invert()}.ProfileInventory-module-scss-module__DB8Mnq__profileInventory__tabIcon{filter:brightness(0)saturate()invert(75%)sepia(15%)saturate(380%)hue-rotate(245deg)brightness(96%)contrast(86%)}.ProfileInventory-module-scss-module__DB8Mnq__profileInventory__tabIconSvg{flex-shrink:0}.ProfileInventory-module-scss-module__DB8Mnq__profileInventory__content{background:var(--color-surface);border-radius:var(--radius-2xl);min-height:320px;padding:24px}@media screen and (max-width:767px){.ProfileInventory-module-scss-module__DB8Mnq__profileInventory__content{min-height:240px;padding:14px 12px}}
.UserProfileInventory-module-scss-module__g8WClG__userProfileInventory{flex-direction:column;gap:12px;width:100%;display:flex}.UserProfileInventory-module-scss-module__g8WClG__userProfileInventory__navigation{background:var(--color-surface);border-radius:var(--radius-2xl);align-items:center;padding:8px;display:flex}@media screen and (max-width:767px){.UserProfileInventory-module-scss-module__g8WClG__userProfileInventory__navigation{padding:6px}}.UserProfileInventory-module-scss-module__g8WClG__userProfileInventory__tabs{gap:4px;width:100%;display:flex}@media screen and (max-width:767px){.UserProfileInventory-module-scss-module__g8WClG__userProfileInventory__tabs{grid-template-columns:1fr 1fr;gap:6px;display:grid}}.UserProfileInventory-module-scss-module__g8WClG__userProfileInventory__tab{color:var(--color-text-secondary);border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:600;transition:background .2s,color .2s;display:inline-flex}@media screen and (max-width:767px){.UserProfileInventory-module-scss-module__g8WClG__userProfileInventory__tab{gap:6px;min-width:0;padding:8px 6px;font-size:11px}.UserProfileInventory-module-scss-module__g8WClG__userProfileInventory__tab .UserProfileInventory-module-scss-module__g8WClG__userProfileInventory__tabIcon{display:none}}.UserProfileInventory-module-scss-module__g8WClG__userProfileInventory__tab:hover{color:var(--color-text-primary)}.UserProfileInventory-module-scss-module__g8WClG__userProfileInventory__tabActive{background:var(--color-primary);color:var(--color-text-white)}.UserProfileInventory-module-scss-module__g8WClG__userProfileInventory__tabActive:hover{color:var(--color-text-white)}.UserProfileInventory-module-scss-module__g8WClG__userProfileInventory__tabActive .UserProfileInventory-module-scss-module__g8WClG__userProfileInventory__tabIcon{filter:brightness(0)invert()}.UserProfileInventory-module-scss-module__g8WClG__userProfileInventory__tabIcon{filter:brightness(0)saturate()invert(75%)sepia(15%)saturate(380%)hue-rotate(245deg)brightness(96%)contrast(86%)}.UserProfileInventory-module-scss-module__g8WClG__userProfileInventory__content{background:var(--color-surface);border-radius:var(--radius-2xl);min-height:320px;padding:24px}@media screen and (max-width:767px){.UserProfileInventory-module-scss-module__g8WClG__userProfileInventory__content{min-height:240px;padding:14px 12px}}
.page-module-scss-module__fN-eUG__layoutGrid{grid-template-columns:minmax(0,.46fr) minmax(0,.54fr);align-items:start;gap:10px;display:grid}@media (max-width:1023px){.page-module-scss-module__fN-eUG__layoutGrid{grid-template-columns:1fr}}.page-module-scss-module__fN-eUG__leftColumn{flex-direction:column;gap:10px;min-width:0;display:flex}.page-module-scss-module__fN-eUG__skinsCtaBlock{gap:12px;padding:16px 18px}@media (max-width:767px){.page-module-scss-module__fN-eUG__skinsCtaBlock{gap:10px;padding:14px 16px}}@media (max-width:480px){.page-module-scss-module__fN-eUG__skinsCtaBlock{gap:10px;padding:12px 14px}}.page-module-scss-module__fN-eUG__summaryShell{background:linear-gradient(165deg,color-mix(in srgb,var(--color-control-bg)100%,#fff 4%)0%,var(--color-control-bg)100%);border:1px solid color-mix(in srgb,var(--color-border-primary,rgba(181,164,200,.28))100%,transparent);border-radius:14px;flex-direction:row;align-items:stretch;min-height:0;padding:12px 10px;display:flex;box-shadow:inset 0 1px rgba(255,255,255,.07),0 1px 2px rgba(0,0,0,.06)}@media (max-width:520px){.page-module-scss-module__fN-eUG__summaryShell{flex-direction:column;gap:0;padding:10px 12px}}.page-module-scss-module__fN-eUG__summaryStat{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:5px;min-width:0;padding:2px 6px;display:flex}.page-module-scss-module__fN-eUG__summaryDivider{background:linear-gradient(180deg,transparent 0%,color-mix(in srgb,var(--color-text-secondary)22%,transparent)18%,color-mix(in srgb,var(--color-text-secondary)22%,transparent)82%,transparent 100%);border-radius:1px;flex-shrink:0;align-self:stretch;width:1px;margin:4px 2px}@media (max-width:520px){.page-module-scss-module__fN-eUG__summaryDivider{background:linear-gradient(90deg,transparent 0%,color-mix(in srgb,var(--color-text-secondary)22%,transparent)12%,color-mix(in srgb,var(--color-text-secondary)22%,transparent)88%,transparent 100%);align-self:center;width:100%;height:1px;margin:10px 0}}.page-module-scss-module__fN-eUG__summaryLabel{font-family:var(--font-inter-tight),system-ui,sans-serif;letter-spacing:-.01em;color:color-mix(in srgb,var(--color-text-secondary)94%,transparent);font-size:12px;font-weight:600;line-height:1.25}.page-module-scss-module__fN-eUG__summaryValue{font-family:var(--font-inter-tight),system-ui,sans-serif;letter-spacing:-.02em;color:var(--color-text-primary);font-variant-numeric:tabular-nums;font-size:17px;font-weight:700;line-height:1.1}@media (max-width:480px){.page-module-scss-module__fN-eUG__summaryValue{font-size:16px}}.page-module-scss-module__fN-eUG__summaryValueMoney{color:color-mix(in srgb,var(--color-accent-gold)42%,var(--color-text-primary))}.page-module-scss-module__fN-eUG__rightColumn{flex-direction:column;min-width:0;min-height:0;max-height:min(72vh,100vh - 200px);display:flex}@media (max-width:1023px){.page-module-scss-module__fN-eUG__rightColumn{max-height:min(62vh,520px)}}.page-module-scss-module__fN-eUG__inventoryPanel{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.page-module-scss-module__fN-eUG__inventoryScroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1;min-height:0;margin-right:-2px;padding-right:2px;overflow-x:hidden;overflow-y:auto}.page-module-scss-module__fN-eUG__blockLead{color:var(--color-text-secondary);margin:-4px 0 16px;font-size:13px;line-height:1.45}.page-module-scss-module__fN-eUG__controlsGrid{grid-template-columns:minmax(100px,.38fr) minmax(0,1fr);align-items:stretch;gap:8px 16px;display:grid}@media (max-width:900px){.page-module-scss-module__fN-eUG__controlsGrid{grid-template-columns:1fr}}.page-module-scss-module__fN-eUG__field{flex-direction:column;gap:8px;min-width:0;display:flex}.page-module-scss-module__fN-eUG__fieldLabel{font-family:var(--font-inter-tight),system-ui,sans-serif;color:var(--color-text-secondary);font-size:13px;font-weight:500;line-height:1.2}.page-module-scss-module__fN-eUG__gameTabs{box-sizing:border-box;background:var(--color-control-bg);border:1px solid var(--color-border-primary,rgba(181,164,200,.22));border-radius:12px;align-items:stretch;gap:2px;height:48px;padding:3px;display:flex}.page-module-scss-module__fN-eUG__gameTab{cursor:pointer;min-width:0;color:inherit;transition:background var(--transition-fast);background:0 0;border:none;border-radius:9px;flex:1;justify-content:center;align-items:center;margin:0;padding:2px 4px;display:flex}.page-module-scss-module__fN-eUG__gameTab:focus-visible{outline:2px solid var(--color-primary);outline-offset:0}.page-module-scss-module__fN-eUG__gameTabActive{background:color-mix(in srgb,var(--color-primary)32%,transparent)}.page-module-scss-module__fN-eUG__gameTabImg{object-fit:contain;pointer-events:none;width:26px;height:26px;display:block}.page-module-scss-module__fN-eUG__inventoryHeaderRow{flex-wrap:wrap;flex-shrink:0;justify-content:flex-start;align-items:center;gap:10px 12px;margin-bottom:12px;display:flex}.page-module-scss-module__fN-eUG__inventoryTitleGroup{align-items:center;gap:8px;min-width:0;display:flex}.page-module-scss-module__fN-eUG__inventoryFooter{flex-shrink:0;width:100%;margin-top:auto;padding-top:12px}.page-module-scss-module__fN-eUG__inventoryLoadBtn{box-sizing:border-box;width:100%;display:flex}.page-module-scss-module__fN-eUG__fieldInputMatch{box-sizing:border-box;border:1px solid var(--color-border-primary,rgba(181,164,200,.25));border-radius:12px;height:48px;min-height:48px}.page-module-scss-module__fN-eUG__fieldInputMatch input{flex:1;min-width:0;min-height:0;padding:0 14px;font-size:15px;line-height:1.3}.page-module-scss-module__fN-eUG__secondaryBtn{box-sizing:border-box;border:1px solid color-mix(in srgb,var(--color-primary)60%,transparent);background:color-mix(in srgb,var(--color-primary)12%,transparent);height:48px;min-height:48px;color:var(--color-text-primary);font-family:var(--font-inter-tight),system-ui,sans-serif;cursor:pointer;white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;padding:0 20px;font-size:15px;font-weight:600;display:inline-flex}.page-module-scss-module__fN-eUG__secondaryBtn:hover:not(:disabled){background:color-mix(in srgb,var(--color-primary)20%,transparent)}.page-module-scss-module__fN-eUG__secondaryBtn:disabled{opacity:.45;cursor:not-allowed}@media (max-width:900px){.page-module-scss-module__fN-eUG__secondaryBtn{width:100%}}.page-module-scss-module__fN-eUG__infoNotice{--info-notice-body-size:14px;--info-notice-body-lh:1.35;background:var(--color-accent-gold-bg-soft);border:1px solid color-mix(in srgb,var(--color-accent-gold)28%,transparent);box-shadow:inset 0 1px 0 color-mix(in srgb,var(--color-accent-gold)12%,transparent);border-radius:10px;gap:8px;padding:8px 10px;display:flex}@media (min-width:1024px){.page-module-scss-module__fN-eUG__infoNotice{--info-notice-body-size:11px;--info-notice-body-lh:1.32}}@media (max-width:480px){.page-module-scss-module__fN-eUG__infoNotice{gap:6px;padding:8px}}.page-module-scss-module__fN-eUG__infoNotice .page-module-scss-module__fN-eUG__infoNoticeBody{min-width:0;font-family:var(--font-inter-tight),system-ui,sans-serif;font-size:var(--info-notice-body-size);font-weight:400;line-height:var(--info-notice-body-lh);color:color-mix(in srgb,var(--color-accent-gold)78%,var(--color-text-secondary));margin:0 0 6px}.page-module-scss-module__fN-eUG__infoNotice .page-module-scss-module__fN-eUG__infoNoticeLine{min-width:0;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;margin:0 0 2px;padding:0}.page-module-scss-module__fN-eUG__infoNotice .page-module-scss-module__fN-eUG__infoNoticeLine:last-child{margin-bottom:0}@media (min-width:1024px){.page-module-scss-module__fN-eUG__infoNotice .page-module-scss-module__fN-eUG__infoNoticeLine:first-child{letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}.page-module-scss-module__fN-eUG__infoNotice .page-module-scss-module__fN-eUG__infoNoticeLink{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;vertical-align:baseline;color:var(--color-accent-gold)}.page-module-scss-module__fN-eUG__infoNotice .page-module-scss-module__fN-eUG__infoNoticeLink:hover{opacity:.88}.page-module-scss-module__fN-eUG__infoNoticeIcon{color:var(--color-accent-gold);flex-shrink:0;margin-top:1px}.page-module-scss-module__fN-eUG__infoNoticeMain{flex:1;min-width:0}.page-module-scss-module__fN-eUG__infoNoticeTitle{font-family:var(--font-inter-tight),system-ui,sans-serif;letter-spacing:.05em;text-transform:uppercase;color:var(--color-accent-gold);margin:0 0 4px;font-size:12px;font-weight:700}.page-module-scss-module__fN-eUG__resultDl{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px;margin:0;display:grid}@media (max-width:640px){.page-module-scss-module__fN-eUG__resultDl{grid-template-columns:1fr}}.page-module-scss-module__fN-eUG__resultDl dt{color:var(--color-text-secondary);font-size:12px}.page-module-scss-module__fN-eUG__resultDl dd{overflow-wrap:anywhere;margin:4px 0 0;font-size:14px;font-weight:500}.page-module-scss-module__fN-eUG__tradePaymentStatusRow{margin:0 0 14px}.page-module-scss-module__fN-eUG__tradePaymentStatusBadge{max-width:100%;min-height:34px;font-family:var(--font-inter-tight),system-ui,sans-serif;border-radius:8px;align-items:center;padding:7px 12px;font-size:14px;font-weight:700;line-height:1.2;display:inline-flex}.page-module-scss-module__fN-eUG__tradePaymentStatusBadgePending{color:var(--color-accent-gold);background:var(--color-accent-gold-bg-soft)}.page-module-scss-module__fN-eUG__tradePaymentStatusBadgeSuccess{color:#55e596;background:rgba(85,229,150,.12)}.page-module-scss-module__fN-eUG__tradePaymentStatusBadgeWarning{color:#ffc14a;background:rgba(255,193,74,.14)}.page-module-scss-module__fN-eUG__tradePaymentStatusBadgeFail{color:#ff7474;background:rgba(255,116,116,.12)}.page-module-scss-module__fN-eUG__tradeConfirmNotice{background:var(--color-accent-gold-bg-soft);border:1px solid color-mix(in srgb,var(--color-accent-gold)28%,transparent);box-shadow:inset 0 1px 0 color-mix(in srgb,var(--color-accent-gold)12%,transparent);border-radius:14px;margin:0 0 16px;padding:14px 14px 16px}.page-module-scss-module__fN-eUG__tradeConfirmTitle{font-family:var(--font-inter-tight),system-ui,sans-serif;color:var(--color-text-primary);margin:0 0 8px;font-size:15px;font-weight:700;line-height:1.3}.page-module-scss-module__fN-eUG__tradeConfirmTimer{font-family:var(--font-inter-tight),ui-monospace,monospace;font-variant-numeric:tabular-nums;letter-spacing:.04em;color:color-mix(in srgb,var(--color-accent-gold)48%,var(--color-text-primary));margin:0 0 12px;font-size:28px;font-weight:700;line-height:1}.page-module-scss-module__fN-eUG__tradeConfirmTimerExpired{color:var(--color-text-secondary);font-size:22px}.page-module-scss-module__fN-eUG__tradeConfirmLine{color:var(--color-text-secondary);margin:0 0 8px;font-size:13px;line-height:1.45}.page-module-scss-module__fN-eUG__tradeConfirmLine:last-child{margin-bottom:0}.page-module-scss-module__fN-eUG__inventoryEmptyState{text-align:center;background:var(--color-control-bg);border-radius:14px;margin:0;padding:20px 16px}.page-module-scss-module__fN-eUG__inventoryEmptyTitle{font-family:var(--font-inter-tight),system-ui,sans-serif;color:var(--color-text-primary);margin:0 0 10px;font-size:16px;font-weight:700;line-height:1.25}.page-module-scss-module__fN-eUG__inventoryEmptyDesc{margin:0;max-width:36em;color:var(--color-text-secondary);margin-left:auto;margin-right:auto;font-size:13px;line-height:1.5}.page-module-scss-module__fN-eUG__inventoryEmptyHint{text-align:center;color:var(--color-text-secondary);background:var(--color-control-bg);border-radius:14px;margin:0;padding:28px 16px;font-size:14px;line-height:1.5}.page-module-scss-module__fN-eUG__inventoryErrorNotice{text-align:center;background:var(--color-accent-gold-bg-soft);border:1px solid color-mix(in srgb,var(--color-accent-gold)28%,transparent);box-shadow:inset 0 1px 0 color-mix(in srgb,var(--color-accent-gold)12%,transparent);border-radius:14px;margin:0;padding:18px 16px}.page-module-scss-module__fN-eUG__inventoryErrorBody{max-width:40em;font-family:var(--font-inter-tight),system-ui,sans-serif;color:color-mix(in srgb,var(--color-accent-gold)55%,var(--color-text-primary));white-space:pre-wrap;margin:0;margin-left:auto;margin-right:auto;font-size:14px;font-weight:500;line-height:1.45}.page-module-scss-module__fN-eUG__inventoryGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-auto-rows:132px;gap:10px;display:grid}@media (max-width:768px){.page-module-scss-module__fN-eUG__inventoryGrid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));grid-auto-rows:124px;gap:8px}}.page-module-scss-module__fN-eUG__cardCell{width:100%;height:100%;min-height:0;transition:transform var(--transition-fast);border-radius:14px;position:relative}.page-module-scss-module__fN-eUG__cardCell:focus-within:not(.page-module-scss-module__fN-eUG__cardCellDisabled){z-index:1}.page-module-scss-module__fN-eUG__skinsCardSelectedOverlay{border-radius:inherit;z-index:8;pointer-events:none;background:rgba(21,20,20,.6);position:absolute;top:0;bottom:0;left:0;right:0}.page-module-scss-module__fN-eUG__skinsCardSelectedIcon{z-index:9;pointer-events:none;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.55);border-radius:50%;width:36px;height:36px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-module-scss-module__fN-eUG__skinsCardSelectedIcon:before{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:13px;height:7px;position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)rotate(-45deg)}@media (max-width:768px){.page-module-scss-module__fN-eUG__skinsCardSelectedIcon{width:32px;height:32px}.page-module-scss-module__fN-eUG__skinsCardSelectedIcon:before{width:11px;height:6px}}.page-module-scss-module__fN-eUG__cardCellDisabled{opacity:.48;pointer-events:none}.page-module-scss-module__fN-eUG__cardCell:not(.page-module-scss-module__fN-eUG__cardCellDisabled) .page-module-scss-module__fN-eUG__cardInner{cursor:pointer}.page-module-scss-module__fN-eUG__cardInner{width:100%;height:100%}.page-module-scss-module__fN-eUG__priceUsd{color:var(--color-text-secondary);align-items:center;gap:4px;margin-bottom:2px;font-size:12px;font-weight:600;display:inline-flex}.page-module-scss-module__fN-eUG__unavailableBadge{z-index:2;text-transform:uppercase;letter-spacing:.04em;background:color-mix(in srgb,var(--color-text-secondary)35%,#000);color:var(--color-text-primary);pointer-events:none;border-radius:8px;padding:4px 8px;font-size:10px;font-weight:700;position:absolute;top:8px;right:8px}
.CurrencySelect-module-scss-module__AMs_7q__root{flex-shrink:0;position:relative}.CurrencySelect-module-scss-module__AMs_7q__trigger{background:var(--color-control-bg);cursor:pointer;box-sizing:border-box;border:none;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;width:112px;height:100%;min-height:48px;padding:0 12px;display:flex}@media (max-width:480px){.CurrencySelect-module-scss-module__AMs_7q__trigger{width:100px;min-height:44px;padding:0 10px}}.CurrencySelect-module-scss-module__AMs_7q__triggerContent{align-items:center;gap:8px;min-width:0;display:flex}.CurrencySelect-module-scss-module__AMs_7q__code{font-family:var(--font-inter-tight),system-ui,sans-serif;color:var(--color-text-primary);font-size:16px;font-weight:600;line-height:1.2}@media (max-width:480px){.CurrencySelect-module-scss-module__AMs_7q__code{font-size:14px}}.CurrencySelect-module-scss-module__AMs_7q__arrow{color:var(--color-text-muted);flex-shrink:0}.CurrencySelect-module-scss-module__AMs_7q__flagRu{flex-direction:column;flex-shrink:0;width:14px;display:inline-flex}.CurrencySelect-module-scss-module__AMs_7q__flagRuWhite{background:#fff;width:14px;height:3px}.CurrencySelect-module-scss-module__AMs_7q__flagRuBlue{background:#0900ff;width:14px;height:4px}.CurrencySelect-module-scss-module__AMs_7q__flagRuRed{background:#eb4b4b;width:14px;height:3px}.CurrencySelect-module-scss-module__AMs_7q__flagKz{background:#00afca;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:10px;display:inline-flex}.CurrencySelect-module-scss-module__AMs_7q__flagKzSun{background:#ffef00;border-radius:50%;width:4px;height:4px}.CurrencySelect-module-scss-module__AMs_7q__flagEur{background:#039;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:10px;display:inline-flex}.CurrencySelect-module-scss-module__AMs_7q__flagEurStars{background:#fc0;border-radius:50%;width:5px;height:5px}.CurrencySelect-module-scss-module__AMs_7q__flagUs{background:repeating-linear-gradient(#b22234 0,#b22234 1px,#fff 1px,#fff 2px);flex-shrink:0;width:14px;height:10px;display:inline-flex;position:relative}.CurrencySelect-module-scss-module__AMs_7q__flagUsCanton{background:#3c3b6e;width:6px;height:5px;position:absolute;top:0;left:0}.CurrencySelect-module-scss-module__AMs_7q__flagIn{flex-direction:column;flex-shrink:0;width:14px;display:inline-flex}.CurrencySelect-module-scss-module__AMs_7q__flagInSaffron{background:#f93;width:14px;height:3px}.CurrencySelect-module-scss-module__AMs_7q__flagInWhite{background:#fff;width:14px;height:4px}.CurrencySelect-module-scss-module__AMs_7q__flagInGreen{background:#138808;width:14px;height:3px}.CurrencySelect-module-scss-module__AMs_7q__flagUa{flex-direction:column;flex-shrink:0;width:14px;display:inline-flex}.CurrencySelect-module-scss-module__AMs_7q__flagUaBlue{background:#0057b7;width:14px;height:5px}.CurrencySelect-module-scss-module__AMs_7q__flagUaYellow{background:gold;width:14px;height:5px}.CurrencySelect-module-scss-module__AMs_7q__dropdown{z-index:20;background:var(--color-surface);border-radius:10px;min-width:112px;margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 8px 24px rgba(0,0,0,.35)}.CurrencySelect-module-scss-module__AMs_7q__option{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:10px 12px;display:flex}.CurrencySelect-module-scss-module__AMs_7q__option:hover{background:var(--color-control-bg)}
.page-module-scss-module__nIRkcG__profilePage{flex-direction:column;gap:10px;width:100%;min-width:0;margin-top:8px;display:flex}.page-module-scss-module__nIRkcG__profilePage>*{min-width:0;max-width:100%}@media screen and (max-width:767px){.page-module-scss-module__nIRkcG__profilePage{gap:12px;margin-top:8px}}
.page-module-scss-module__6wZdNq__userPage{flex-direction:column;gap:10px;width:100%;min-width:0;margin-top:32px;display:flex}.page-module-scss-module__6wZdNq__userPage>*{min-width:0;max-width:100%}@media screen and (max-width:767px){.page-module-scss-module__6wZdNq__userPage{gap:12px;margin-top:16px}}.page-module-scss-module__6wZdNq__center{min-height:320px;color:var(--color-text-secondary);justify-content:center;align-items:center;font-size:14px;display:flex}
