.Toolbar_toolbar__LHFLs{position:fixed;bottom:0;left:0;z-index:10;display:flex;justify-content:space-between;width:100%;height:3.75rem;background-color:#28282f;padding-bottom:env(safe-area-inset-bottom)}.Toolbar_toolbar__LHFLs span{margin-left:0}.Toolbar_link__lS7vy{position:relative;display:flex;justify-content:space-between;align-items:center;padding-right:.625rem;height:3.125rem;color:#a7afb7;transition:color,background .1s ease;text-transform:capitalize;font-size:1.125rem;flex:1;flex-direction:column;justify-content:space-evenly;margin-bottom:0;padding-left:0;height:100%;line-height:1}.Toolbar_icon__mrPk3{font-size:1.375rem}.Toolbar_shine__BHn3i{cursor:pointer;width:1.875rem;height:1.875rem;font-size:1.25rem}.Icon_icon__caLMg{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor}.Icon_shine__bLaKt{position:relative;display:inline-block;line-height:0}.Icon_shine__bLaKt>.Icon_normal__dEXzi{position:relative}.Icon_shine__bLaKt>.Icon_blur__3_3fr{filter:blur(.1875rem) opacity(1);position:absolute}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:20rem;--toastify-toast-offset:1rem;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:4rem;--toastify-toast-max-height:50rem;--toastify-toast-bd-radius:0.375rem;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:.25rem;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:.5rem;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * .0625rem);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:.375rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:.625rem;margin-inline-end:.625rem;width:1.25rem;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:1rem;width:.875rem}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:.3125rem;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:1.25rem;height:1.25rem;box-sizing:border-box;border:.125rem solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(187.5rem,0,0)}60%{opacity:1;transform:translate3d(-1.5625rem,0,0)}75%{transform:translate3d(.625rem,0,0)}90%{transform:translate3d(-.3125rem,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-1.25rem,var(--y),0)}to{opacity:0;transform:translate3d(125rem,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-187.5rem,0,0)}60%{opacity:1;transform:translate3d(1.5625rem,0,0)}75%{transform:translate3d(-.625rem,0,0)}90%{transform:translate3d(.3125rem,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(1.25rem,var(--y),0)}to{opacity:0;transform:translate3d(-125rem,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,187.5rem,0)}60%{opacity:1;transform:translate3d(0,-1.25rem,0)}75%{transform:translate3d(0,.625rem,0)}90%{transform:translate3d(0,-.3125rem,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - .625rem),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 1.25rem),0)}to{opacity:0;transform:translate3d(0,-125rem,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-187.5rem,0)}60%{opacity:1;transform:translate3d(0,1.5625rem,0)}75%{transform:translate3d(0,-.625rem,0)}90%{transform:translate3d(0,.3125rem,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - .625rem),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 1.25rem),0)}to{opacity:0;transform:translate3d(0,125rem,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(25rem) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(25rem) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(25rem) rotateX(10deg);opacity:1}80%{transform:perspective(25rem) rotateX(-5deg)}to{transform:perspective(25rem)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(25rem)}30%{transform:translate3d(0,var(--y),0) perspective(25rem) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(25rem) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,31.25rem,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-31.25rem,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Badge_badge__DNKa_{min-width:1.125rem;width:0;height:1.125rem;color:#fff;font-size:.875rem;line-height:100%;box-sizing:border-box;background-color:#cc5656;border-radius:.125rem}.Popover_popover__sJRWp{overflow:hidden}.Popover_trigger__BOQN3{cursor:pointer}.Popover_content___9NF0{position:absolute;z-index:500;min-width:max-content;overflow:hidden}.Popover_arrow__TDYaQ{position:absolute;left:50%;margin-top:-.4375rem;margin-left:-.3125rem;width:0;height:0;font-size:0;line-height:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #31333a;border-style:solid;border-width:0 .3125rem .4375rem}.Popover_body__kxKcG{animation:fadeIn .2s ease-in-out}.Nfts_nfts__KZbj3{display:grid;grid-template-columns:repeat(6,1fr);justify-content:space-between;grid-column-gap:.625rem;grid-row-gap:.625rem}@media screen and (max-width:768px){.Nfts_nfts__KZbj3{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:480px){.Nfts_nfts__KZbj3{grid-template-columns:repeat(2,1fr)}}.Input_group__uE9Y6{display:flex}.Input_group__uE9Y6>div:first-child,.Input_group__uE9Y6>input:first-child{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.Input_group__uE9Y6>div:last-child,.Input_group__uE9Y6>input:last-child{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.Input_input__ekO_Z{flex-grow:1;flex-shrink:1;display:block;width:100%;height:2.625rem;line-height:2.625rem;padding:0 .625rem;color:#fff;font-size:1rem;font-weight:600;background-color:#383841;border:none;box-sizing:border-box;outline:none;border-radius:.5rem}.Input_input__ekO_Z::placeholder{color:#89909e}.Input_input__ekO_Z:hover{background-color:#3f3f48}.Input_input__ekO_Z:read-only{color:#a7afb7;background-color:#383841}.Input_inputwrap___cXWa{display:flex;justify-content:center;align-items:center;width:100%;box-shadow:0 .0625rem .1875rem 0 rgba(0,0,0,.2),0 .0625rem .125rem 0 rgba(0,0,0,.12);border-radius:.5rem}.Input_inputStart__GgYi4{border-radius:0 .5rem .5rem 0;padding:0 .3125rem}.Input_inputEnd__wNFQ_{border-radius:.5rem 0 0 .5rem}.Input_inputStartEnd__PHb_V{border-radius:0}.Input_btn__mSaJr,.Input_end__fGXZz,.Input_start__DjOum{font-size:1rem;height:2.625rem;display:flex;justify-content:center;align-items:center;color:#9292a2;background-color:#383841;padding:0 .3125rem;overflow:hidden}.Input_btn__mSaJr:hover,.Input_end__fGXZz:hover,.Input_start__DjOum:hover{background-color:#3f3f48;color:#fff}.Input_start__DjOum:first-child{border-radius:.5rem 0 0 .5rem}.Input_end__fGXZz:last-child{border-radius:0 .5rem .5rem 0}.Input_addon__FNYTN{flex-grow:0;flex-shrink:0;display:flex;justify-content:center;align-items:center;color:#89909e;font-size:1rem;background-color:rgba(0,0,0,0);box-sizing:border-box;height:2.625rem;line-height:2.625rem}.Input_addon__FNYTN .select__control{background-color:#383841!important;padding:0 0 0 .625rem!important}.Input_addon__FNYTN .select__option{justify-content:start!important}.Input_wide__7fJat{padding:0 .3125rem}.RankingBoard_ranking__su0TJ{overflow:hidden}.RankingBoard_tabs__1l147{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;overflow:auto}.RankingBoard_tabs__1l147::-webkit-scrollbar{display:none}.RankingBoard_tabs__1l147 .RankingBoard_tab__YLmrb{box-sizing:border-box;min-width:8.4375rem}.RankingBoard_panels__AnPRY{margin-top:.3125rem;border-radius:.75rem}.RankingBoard_icon__NSLX4{width:1rem;height:1rem;font-size:1rem}.RankingBoard_dot__w3xmy{border-radius:100%;background-color:#74b782;width:.625rem;height:.625rem;margin-left:.3125rem}.Name_hidden__tBTmh{display:inline-block;color:#636975}.Name_name__xsfKK{color:#a7afb7;display:inline-flex;justify-content:flex-start;align-items:center}.Name_click__CzZGq{cursor:pointer}.Name_click__CzZGq:hover{color:#fff}.Name_admin__hXB69{color:#5b9eef}.NumberInput_input__nGDkS{display:flex;justify-content:center;align-items:center;width:100%;box-shadow:0 .0625rem .1875rem 0 rgba(0,0,0,.2),0 .0625rem .125rem 0 rgba(0,0,0,.12);border-radius:.5rem;background-color:#383841;overflow:hidden}.NumberInput_addon__PXhq8{padding:.3125rem;width:100%;height:100%}.rc-input-group{display:flex}.rc-input-number{flex-grow:1;flex-shrink:1;height:2.625rem;background-color:#383841;border-radius:.5rem}.rc-input-number:not(.rc-input-number-readonly):hover .rc-input-number-handler-wrap{visibility:visible}.rc-input-number-input{width:100%;height:100%;line-height:2.625rem;padding:0 .625rem;color:#fff;font-size:1rem;font-weight:600;background-color:#383841;border:none;border-radius:.5rem;box-sizing:border-box;outline:none}.rc-input-number-input::placeholder{color:#89909e}.rc-input-number-input:hover{background-color:#3f3f48}.rc-input-number-readonly .rc-input-number-input{background-color:#383841;border:none;color:#89909e}.rc-input-number-handler-wrap{visibility:hidden;float:right!important;height:100%;transition:all .15s}.rc-input-number-handler{display:flex;justify-content:center;align-items:center;width:1rem;height:50%;cursor:pointer}.rc-input-number-handler-up-inner{width:0;height:0;font-size:0;line-height:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #89909e;border-style:solid;border-width:0 .4375rem .375rem}.rc-input-number-handler-up-inner:hover{width:0;height:0;font-size:0;line-height:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff;border-style:solid;border-width:0 .4375rem .375rem}.rc-input-number-handler-down-inner{width:0;height:0;font-size:0;line-height:0;border-color:#89909e rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:.375rem .4375rem 0}.rc-input-number-handler-down-inner:hover{width:0;height:0;font-size:0;line-height:0;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:.375rem .4375rem 0}.rc-input-number-input-wrap{height:100%;overflow:hidden;border-radius:.5rem}.NftDetail_nft__WIDgU{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:60rem;color:#fff;border-radius:1.5rem;box-shadow:0 .0625rem .1875rem 0 rgba(0,0,0,.2),0 .0625rem .125rem 0 rgba(0,0,0,.12),inset 0 .0625rem hsla(0,0%,100%,.04);box-sizing:border-box;background-color:#383841}@media screen and (max-width:480px){.NftDetail_nft__WIDgU{display:block;width:auto}}.NftDetail_avatar__0MSIa{position:relative;margin:.625rem;min-width:25rem;height:25rem;border-radius:.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width:480px){.NftDetail_avatar__0MSIa{min-width:auto;width:auto}}.NftDetail_avatar__0MSIa .NftDetail_image__7n_4o{overflow:hidden;border-radius:.75rem;border:.125rem solid rgba(0,0,0,0);box-sizing:border-box;width:100%;height:100%}.NftDetail_avatar__0MSIa .NftDetail_image__7n_4o img{border-radius:.75rem;width:100%;height:100%}.NftDetail_avatar__0MSIa .NftDetail_image__7n_4o.NftDetail_active__pYTmQ{border:.125rem solid #74b782}.NftDetail_avatar__0MSIa .NftDetail_image__7n_4o.NftDetail_onsell__vdp9N{border:.125rem solid #5b9eef}.NftDetail_avatar__0MSIa .NftDetail_tag__qcNlr{position:absolute;width:100%;bottom:.625rem;font-size:.875rem;text-shadow:.0625rem .0625rem rgba(0,0,0,.2)}.NftDetail_avatar__0MSIa .NftDetail_tag__qcNlr .NftDetail_active__pYTmQ{border-radius:.3125rem .3125rem .1875rem .1875rem;background-color:#74b782;height:1.125rem;padding:0 .625rem;margin-bottom:.1875rem}.NftDetail_avatar__0MSIa .NftDetail_tag__qcNlr .NftDetail_onsell__vdp9N{border-radius:.3125rem .3125rem .1875rem .1875rem;background-color:#5b9eef;height:1.125rem;padding:0 .625rem}.NftDetail_right__O0KQC{display:flex;flex-direction:column;justify-content:center;flex-direction:row;width:100%;height:100%}@media screen and (max-width:480px){.NftDetail_right__O0KQC{width:auto;height:auto}}.NftDetail_right__O0KQC .NftDetail_details__oNOkn{display:flex;flex-direction:column;justify-content:space-evenly;width:29.375rem;height:100%}@media screen and (max-width:480px){.NftDetail_right__O0KQC .NftDetail_details__oNOkn{width:100%;padding:.625rem;box-sizing:border-box}}.NftDetail_right__O0KQC .NftDetail_details__oNOkn .NftDetail_desc__aK4Cg{display:flex;flex-direction:column;justify-content:space-between;height:100%}.NftDetail_right__O0KQC .NftDetail_details__oNOkn .NftDetail_desc__aK4Cg .NftDetail_value__XTiKD{display:flex;height:100%;flex-direction:column;justify-content:center}.NftDetail_right__O0KQC .NftDetail_details__oNOkn .NftDetail_desc__aK4Cg .NftDetail_value__XTiKD .NftDetail_rarity__T5z9d{color:#27272d}.NftDetail_right__O0KQC .NftDetail_details__oNOkn .NftDetail_desc__aK4Cg .NftDetail_value__XTiKD .NftDetail_index__eK_WN{display:inline-flex;color:#9292a2;margin-left:.1875rem}.NftDetail_right__O0KQC .NftDetail_details__oNOkn .NftDetail_desc__aK4Cg .NftDetail_label__mCE60{color:#9292a2;font-size:.875rem}.NftDetail_right__O0KQC .NftDetail_details__oNOkn .NftDetail_btn__BFenn{width:100%;font-size:1rem;margin-bottom:.625rem;margin-top:.625rem}.NftDetail_right__O0KQC .NftDetail_details__oNOkn .NftDetail_line__73jyG{width:100%;border-top:.0625rem solid #31333a}.NftDetail_right__O0KQC .NftDetail_details__oNOkn .NftDetail_detail__Kz0jx .NftDetail_attrs__CFYX9{display:flex;justify-content:space-between}.NftDetail_right__O0KQC .NftDetail_details__oNOkn .NftDetail_detail__Kz0jx .NftDetail_attrs__CFYX9 .NftDetail_attr__KR9nI{margin-top:1.25rem}.NftDetail_right__O0KQC .NftDetail_details__oNOkn .NftDetail_detail__Kz0jx .NftDetail_attrs__CFYX9 .NftDetail_attr__KR9nI .NftDetail_label__mCE60{color:#a7afb7;margin-bottom:.1875rem}.NftDetail_right__O0KQC .NftDetail_details__oNOkn .NftDetail_detail__Kz0jx .NftDetail_attrs__CFYX9 .NftDetail_attr__KR9nI .NftDetail_value__XTiKD{font-size:1.5rem}.NftDetail_exp__jqgqL{position:relative;width:100%;font-size:.875rem;border-radius:.75rem;background-color:#3f3f48;height:1.5rem;display:flex;justify-content:space-between;align-items:center;margin-top:.625rem;margin-bottom:.625rem;overflow:hidden;cursor:pointer}.NftDetail_exp__jqgqL .NftDetail_progress__3RCRd{position:absolute;width:100%}.NftDetail_exp__jqgqL .NftDetail_progress__3RCRd .NftDetail_bar__LYNcg{transition:width,left,right,.5s;height:1.5rem;border-radius:.5rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjYiIGhlaWdodD0iNjYiIHZpZXdCb3g9IjAgMCA2NiA2NiI+CiAgPGRlZnM+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+CiAgICAgIDxyZWN0IGlkPSJfOSIgZGF0YS1uYW1lPSIgOSIgd2lkdGg9IjY2IiBoZWlnaHQ9IjY2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMDM1LjE3NyAwKSIgZmlsbD0ibm9uZSIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgaWQ9IkhFQURfMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMwMzUuMTc3IDApIj4KICAgIDxnIGlkPSIyIiBkYXRhLW5hbWU9IiAyIiBvcGFjaXR5PSIwLjUiPgogICAgICA8ZyBpZD0iMSIgZGF0YS1uYW1lPSIgMSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgICAgIDxyZWN0IGlkPSJfMSIgZGF0YS1uYW1lPSIgMSIgd2lkdGg9IjY2IiBoZWlnaHQ9IjY2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMDM1LjE3NyAwKSIgZmlsbD0iIzRmNGY1ZCIvPgogICAgICAgIDxyZWN0IGlkPSJfMiIgZGF0YS1uYW1lPSIgMiIgd2lkdGg9IjEyMCIgaGVpZ2h0PSI2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMDIzLjYyOSA3My4zMDUpIHJvdGF0ZSgtNDUpIiBmaWxsPSIjNmQ2ZDgwIi8+CiAgICAgICAgPHJlY3QgaWQ9Il8zIiBkYXRhLW5hbWU9IiAzIiB3aWR0aD0iMTIwIiBoZWlnaHQ9IjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwNDUuNjI5IDk1LjMwNSkgcm90YXRlKC00NSkiIGZpbGw9IiM2ZDZkODAiLz4KICAgICAgICA8cmVjdCBpZD0iXzQiIGRhdGEtbmFtZT0iIDQiIHdpZHRoPSIxMjAiIGhlaWdodD0iNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzA1Ni42MjkgMTA2LjMwNSkgcm90YXRlKC00NSkiIGZpbGw9IiM2ZDZkODAiLz4KICAgICAgICA8cmVjdCBpZD0iXzUiIGRhdGEtbmFtZT0iIDUiIHdpZHRoPSIxMjAiIGhlaWdodD0iNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzAwMS42MyA1MS4zMDYpIHJvdGF0ZSgtNDUpIiBmaWxsPSIjNmQ2ZDgwIi8+CiAgICAgICAgPHJlY3QgaWQ9Il82IiBkYXRhLW5hbWU9IiA2IiB3aWR0aD0iMTIwIiBoZWlnaHQ9IjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI5OTAuNjMgNDAuMzA2KSByb3RhdGUoLTQ1KSIgZmlsbD0iIzZkNmQ4MCIvPgogICAgICAgIDxyZWN0IGlkPSJfNyIgZGF0YS1uYW1lPSIgNyIgd2lkdGg9IjEyMCIgaGVpZ2h0PSI2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMDEyLjYyOSA2Mi4zMDUpIHJvdGF0ZSgtNDUpIiBmaWxsPSIjNmQ2ZDgwIi8+CiAgICAgICAgPHJlY3QgaWQ9Il84IiBkYXRhLW5hbWU9IiA4IiB3aWR0aD0iMTIwIiBoZWlnaHQ9IjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwMzQuNjI5IDg0LjMwNSkgcm90YXRlKC00NSkiIGZpbGw9IiM2ZDZkODAiLz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==);background-repeat:repeat}.NftDetail_header__FFndX{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.NftDetail_available__6vLW2{cursor:pointer}.NftDetail_balance__Vcu78{margin-left:.3125rem;cursor:pointer;font-weight:400}.NftDetail_stickerExp__7ja_x{display:flex;justify-content:space-between;align-items:center;font-size:1.5rem;color:#9292a2;margin-top:1.25rem}.ExchangeToken_main__xXd1R{display:flex;justify-content:flex-start;align-items:center;cursor:pointer}.Spinner_space__O3LeX{margin:auto}.Nft_link__EyiOL{cursor:pointer}.Nft_nft__RUKvX{box-shadow:0 .0625rem .1875rem 0 rgba(0,0,0,.2),0 .0625rem .125rem 0 rgba(0,0,0,.12),inset 0 .0625rem hsla(0,0%,100%,.04);box-sizing:border-box;background-color:#383841;border-radius:.75rem;position:relative;min-width:11.25rem}.Nft_inner__3DnB0{color:#fff;padding:.3125rem}.Nft_inner__3DnB0:hover .Nft_image__wfD51 img{transform:scale(1.1);transition:transform .15s linear 0s}.Nft_avatar__2jKKR{position:relative;padding-top:100%}.Nft_avatar__2jKKR .Nft_image__wfD51{position:absolute;top:0;left:0;overflow:hidden;border-radius:.75rem;border:.125rem solid rgba(0,0,0,0);box-sizing:border-box;width:100%;height:100%}.Nft_avatar__2jKKR .Nft_image__wfD51 img{width:100%;height:100%}.Nft_avatar__2jKKR .Nft_image__wfD51.Nft_active__z6USY{border:.0625rem solid #74b782}.Nft_avatar__2jKKR .Nft_image__wfD51.Nft_onsell__83SIN{border:.0625rem solid #5b9eef}.Nft_avatar__2jKKR .Nft_tag__xIBvy{position:absolute;width:100%;bottom:.625rem;font-size:.875rem;text-shadow:.0625rem .0625rem rgba(0,0,0,.2);display:flex;flex-direction:column;justify-content:center;align-items:center}.Nft_avatar__2jKKR .Nft_tag__xIBvy .Nft_active__z6USY{border-radius:.3125rem .3125rem .1875rem .1875rem;background-color:#74b782;height:1.125rem;padding:0 .625rem;margin-bottom:.0625rem}.Nft_avatar__2jKKR .Nft_tag__xIBvy .Nft_onsell__83SIN{border-radius:.3125rem .3125rem .1875rem .1875rem;background-color:#5b9eef;height:1.125rem;padding:0 .625rem}.Nft_avatar__2jKKR .Nft_tag__xIBvy button{margin:.0625rem;width:3.75rem;height:1.125rem}.Nft_nftid__ENaj3{right:0;min-width:3.125rem;font-size:.625rem;border-radius:0 .5rem 0 .5rem;color:#a7afb7;justify-content:center}.Nft_nftid__ENaj3,.Nft_rarity___RUzk{position:absolute;top:0;height:1.25rem;display:flex;align-items:center;background-color:#383841}.Nft_rarity___RUzk{left:0;width:3.125rem;font-size:.5rem;border-radius:.5rem 0 .5rem 0;justify-content:space-evenly;color:#41444d}.Nft_info__IO9fm{display:flex;justify-content:space-between;align-items:center;width:100%;overflow:hidden;padding-top:.3125rem}.Nft_info__IO9fm .Nft_attr__uS7hz{display:flex;flex-direction:column}.Nft_info__IO9fm .Nft_attr__uS7hz .Nft_max__nZotu{color:#ffc611}.Nft_info__IO9fm .Nft_attr__uS7hz .Nft_value__8bMws{font-size:1.5rem}.Nft_info__IO9fm .Nft_attr__uS7hz .Nft_label__XTbEx{font-size:.625rem;color:#a7afb7;font-weight:400;margin-bottom:.1875rem;text-align:center}.Nft_info__IO9fm .Nft_attr__uS7hz:first-child{margin-left:.625rem}.Nft_info__IO9fm .Nft_icon__CxhRU{font-size:1rem;padding:.625rem;display:flex;justify-content:center;align-items:center;color:#9292a2;background-color:#3f3f48;border-radius:.75rem;height:1rem;width:1rem}.Nft_info__IO9fm .Nft_icon__CxhRU:hover{background-color:rgb(74.9,74.9,85.6);color:#fff}.Nft_info__IO9fm .Nft_icon__CxhRU.Nft_check__zTRjO{color:#74b782}.Nft_nfttag__Uoa8X{color:#fff;border-radius:.3125rem;text-transform:uppercase;padding:0 .3125rem;display:flex;justify-content:center;align-items:center}.Nft_nfttag__Uoa8X,.Nft_popover__Ai_q2{box-shadow:0 .0625rem .1875rem 0 rgba(0,0,0,.2),0 .0625rem .125rem 0 rgba(0,0,0,.12),inset 0 .0625rem hsla(0,0%,100%,.04)}.Nft_popover__Ai_q2{border-radius:.75rem;background-color:#383841}.Nft_popover__Ai_q2 .Nft_body__7SN3L{padding:.625rem;zoom:.8}.WalletTokens_tokens__RN7Rh{margin-top:1.875rem}.WalletTokens_tokens__RN7Rh tbody td,.WalletTokens_tokens__RN7Rh thead{height:3.125rem}.WalletTokens_icon__8rRG9{width:1.5rem;height:1.5rem;display:inline-flex;justify-content:center;align-items:center;color:#3f3f48;font-size:1rem;border-radius:.5rem;background-color:#ffc611}.WalletTokens_btn__nJ4Qw{height:2.25rem;width:5rem;font-weight:600;border:none;box-shadow:none}.WalletTokens_amount__CMh9z{width:6.25rem}@media screen and (max-width:480px){.WalletTokens_amount__CMh9z{width:unset}}.WalletTokens_action__N1_g9{width:5rem;padding-right:.625rem}.WalletTokens_token__cHn7k{display:flex;justify-content:flex-start;align-items:center}.EventFlow_table__rNkBK{color:#a7afb7;overflow:hidden;width:100%;height:65rem}.EventFlow_table__rNkBK td,.EventFlow_table__rNkBK th{white-space:nowrap;padding:0 .625rem;height:2.8125rem}.EventFlow_ticon__ED0K1{font-size:1rem}.EventFlow_ticon__ED0K1,.EventFlow_timg__47iQB{height:1rem;width:1rem;margin-right:.3125rem}.EventFlow_tgame__fKcrG{flex-basis:15%;cursor:pointer}@media screen and (max-width:480px){.EventFlow_tgame__fKcrG{flex-basis:40%;overflow:hidden;max-width:20vw}}.EventFlow_cell__ExAO3{display:flex;align-items:center;margin:0}.EventFlow_tbet__saQdr,.EventFlow_tmult__r3Cf9,.EventFlow_tpayout__xYqiQ,.EventFlow_tplayer__5D8Oi,.EventFlow_ttime__dd3oO{flex-basis:17%}.EventFlow_tplayer__5D8Oi{cursor:pointer}@media screen and (max-width:480px){.EventFlow_tpayout__xYqiQ{flex-basis:60%;display:flex;justify-content:flex-end}}.EventFlow_dark__f2BsW{color:#a7afb7}.EventFlow_tgame__fKcrG{overflow:hidden;padding:.3125rem;text-overflow:ellipsis;white-space:nowrap}.GameRoulettePage_layout__nLsM9{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#383841;border-radius:.75rem;box-sizing:border-box;background-image:url(/_next/static/media/dice-background.33f0c63e.webp);background-repeat:no-repeat;background-position:100% 0;width:100%;overflow:unset}@media screen and (max-width:480px){.GameRoulettePage_layout__nLsM9{height:unset;border-radius:.75rem}}.GameRoulettePage_game__WfJhG{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;background-image:radial-gradient(rgba(65,68,77,0),#383841);border-radius:.75rem;height:42.5rem}@media screen and (max-width:480px){.GameRoulettePage_game__WfJhG{flex-direction:column-reverse;height:100%}}.GameRoulettePage_bet__AMETL{width:28.125rem;height:100%;border-radius:.75rem 0 0 0;overflow:hidden}@media screen and (max-width:480px){.GameRoulettePage_bet__AMETL{width:100%;border-radius:0;margin-top:.625rem!important;margin:0}}.GameRoulettePage_ui___NtEu{position:relative;display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}@media screen and (max-width:480px){.GameRoulettePage_ui___NtEu{margin-right:0;height:auto;width:100%}}.GameRoulettePage_ranking__iCVbB{margin-top:2.5rem}.SubTabs_tabs__9m82g .SubTabs_tab__GKqHC{user-select:none;margin-left:0;color:#a7afb7;border-right:none;border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);transition:all .15s ease;border-radius:.75rem .75rem .5rem .5rem;box-shadow:none;font-weight:600;font-size:1rem}.SubTabs_tabs__9m82g .SubTabs_tab__GKqHC:hover{color:hsl(0,0%,105%);background-color:#3f3f48}@media screen and (max-width:480px){.SubTabs_tabs__9m82g .SubTabs_tab__GKqHC{flex:1;padding-right:0;padding-left:0;font-size:.875rem}}.SubTabs_bg__mYBTQ .SubTabs_list__Tuu6E{width:max-content;background-color:#383841;border-radius:.75rem .75rem .5rem .5rem}.SubTabs_large__IOCvu .SubTabs_list__Tuu6E,.SubTabs_large__IOCvu .SubTabs_tab__GKqHC{border-radius:.75rem .75rem .5rem .5rem}.SubTabs_list__Tuu6E{display:flex;align-items:center}@media screen and (max-width:480px){.SubTabs_list__Tuu6E{width:100%!important}}.SubTabs_tab__GKqHC{position:relative}.SubTabs_tab__GKqHC.active{color:#fff;background-color:#3f3f48}@media screen and (max-width:480px){.SubTabs_tab__GKqHC{flex:1}}.SubTabs_space__aZTnN .SubTabs_tab__GKqHC{min-width:11.25rem}@media screen and (max-width:480px){.SubTabs_space__aZTnN .SubTabs_tab__GKqHC{min-width:auto}}.FairnessModal_tab__Xab4C{margin:0 1.25rem}.FairnessModal_panel__x7HlT{margin-top:.625rem}.FairnessSeedForm_lock__R6nNR{display:flex;flex-direction:column}.FairnessSeedForm_tags__mHoF1{margin-top:.3125rem}.FairnessSeedForm_link__yuvH0{text-decoration:underline}.FairnessVerifyForm_main__8fmpr{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.FairnessVerifyForm_pannel__PE4P6{margin-top:.625rem;width:100%;background-color:#31333a;border-radius:.5rem;display:flex;justify-content:center;align-items:center;padding:.625rem;box-sizing:border-box}.FairnessVerifyForm_slider__RKIp0{padding-top:2.5rem;padding-bottom:3.125rem}.FairnessVerifyForm_slider__RKIp0 .disabled-slider-thumb{visibility:hidden}.FairnessVerifyForm_slider__RKIp0 .slider-value{font-size:.875rem}.FairnessVerifyForm_slider__RKIp0 .slider-roll-loss,.FairnessVerifyForm_slider__RKIp0 .slider-roll-win{margin-top:-1.25rem}.FairnessVerifyForm_crashPoint__Hfy85{font-size:2.1875rem;width:100%;padding:3.125rem;display:flex;justify-content:center;align-items:center;border-radius:.75rem;border:.1875rem dotted #41444d;box-sizing:border-box}.FairnessVerifyForm_link__vNxlr{margin-top:.625rem;display:flex;justify-content:center;align-items:center;font-size:1rem;text-align:center;color:#9292a2;cursor:pointer}.FairnessVerifyForm_link__vNxlr:hover{color:#fff}.FairnessVerifyForm_cards__I0ADD{display:flex;align-items:flex-start;overflow-x:auto;overflow-y:hidden;width:100%;height:100%;padding-bottom:.625rem}.FairnessVerifyForm_cards__I0ADD::-webkit-scrollbar{display:block!important}.FairnessVerifyForm_hands__Vh4PS{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.FairnessVerifyForm_hand__uStAe{width:100%;margin-bottom:1.25rem}.fair-slider-thumb{height:.625rem;width:.625rem;background-color:#fff;border-radius:100%;transform:translateY(-35%);border-color:#74b782;border-style:solid;cursor:grab}.fair-slider-track{background-color:#3f3f48;height:.1875rem}.fair-slider-handle{display:flex;justify-content:center;align-items:center;height:100%}.fair-slider-value{position:absolute;left:0;width:100%;font-size:1.5rem;text-align:center;color:#000}.ChatRoom_chat__5S2pk{width:23.125rem;display:flex;flex-direction:column;height:100%}@media screen and (max-width:480px){.ChatRoom_chat__5S2pk{width:100%}}.ChatItems_items__lec_R{position:relative;flex-grow:1;flex-shrink:1;padding:0 .3125rem;overflow:hidden}.ChatItems_newMsg__x_SHv{position:absolute;bottom:.625rem;left:50%;z-index:10;padding:.3125rem .625rem;color:#89909e;font-size:1rem;background-color:#383841;border-radius:.5rem;transform:translateX(-50%);box-shadow:0 0 .3125rem .1875rem rgba(0,0,0,.2);cursor:pointer}.ChatItems_inner__2aXlK{height:100%;padding-top:.625rem;padding-bottom:.3125rem;box-sizing:border-box;overflow-x:hidden;overflow-y:auto}.ChatItem_item__OzbRN{display:flex;padding:.3125rem .3125rem 0;margin-bottom:.3125rem;font-size:.875rem;box-sizing:border-box}.ChatItem_item__OzbRN:hover{background-color:hsl(240,8.0459770115%,22.0588235294%)}.ChatItem_content__Ex9tF{position:relative;flex-grow:1;min-width:0}.ChatItem_hd___yONh{display:flex;justify-content:space-between;align-items:center;color:#9292a2;font-size:.875rem;font-weight:600}.ChatItem_name__i5kZy{margin-left:.3125rem}.ChatItem_name__i5kZy:hover{color:#fff;cursor:pointer}.ChatItem_admin__Laws9{margin-left:.3125rem;color:#5b9eef;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ChatItem_admin__Laws9 .ChatItem_mod__KfbrS{display:inline-block;color:#fff;padding:.125rem .3125rem;background-color:#5b9eef;border-radius:.3125rem}.ChatItem_bot__IDb4_{margin-left:.3125rem;color:#74b782;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ChatItem_bot__IDb4_ .ChatItem_mod__KfbrS{display:inline-block;color:#fff;padding:.125rem .3125rem;background-color:#74b782;border-radius:.3125rem}.ChatItem_time___ZpE4{font-size:.625rem;margin-right:.3125rem}.ChatMessage_message__FO7Ye{padding:.3125rem 0}.ChatMessage_bd__7GAUG{margin-top:.3125rem;word-wrap:break-word;color:#a7afb7;background-color:#383841;border-radius:.3125rem;display:flex;justify-content:center;align-items:center}.ChatMessage_wrap__ov59h{border-radius:.5rem;margin-top:.3125rem}.ChatMessage_sticker__W6Kns{cursor:unset!important}.ChatMessage_game__uvUt2{display:flex;background-color:#3b3e46;box-shadow:0 .0625rem .1875rem 0 rgba(0,0,0,.2),0 .0625rem .125rem 0 rgba(0,0,0,.12),inset 0 .0625rem hsla(0,0%,100%,.04)}.ChatMessage_gamedesc__fS4Wa{width:100%;display:flex;flex-direction:column!important;justify-content:space-evenly;align-items:flex-start;margin:.625rem}.ChatMessage_playbtn__raHx6{width:100%;font-size:1rem}.ChatMessage_nftdetail__qEido{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.ChatMessage_desc__cQkJ4{width:100%;overflow:hidden}.ChatMessage_col__A_5x9{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;width:100%}.ChatMessage_nftid__3J2T9{font-size:1.5rem;color:#9292a2}.ChatMessage_label__1knNs{font-size:.875rem}.ChatMessage_amount__KUfJr{background-color:#28282f;padding:.1875rem;font-size:1rem;margin-bottom:.3125rem;border-radius:.1875rem;width:100%}.ChatMessage_msg__neKJ_{color:#ccc;padding:.625rem .3125rem 0;font-weight:400;font-size:.875rem;background-color:inherit;width:100%;border:none;resize:none;outline:none}.ChatMessage_chatref__7b44N{box-sizing:border-box;padding:.625rem;background-color:#303038;cursor:pointer;border-radius:.5rem}.Sticker_main__JFPVn{width:100%;overflow-y:auto}.Sticker_stickers___j0TU{display:grid;grid-template-columns:repeat(4,1fr);justify-content:space-between;grid-column-gap:.3125rem;grid-row-gap:.3125rem}.Sticker_sticker__9ftJu{border-radius:.5rem}.Sticker_medium__O1_cX{width:10rem;height:10rem}.Sticker_small__IQ27g{width:5rem;height:5rem}.Sticker_sticker__9ftJu:hover{cursor:pointer}.Sticker_getsticker__dbB38{height:100%;width:100%}.Sticker_getsticker__dbB38,.Sticker_link__iaiKV{display:flex;justify-content:center;align-items:center}.Sticker_link__iaiKV{font-size:1rem;text-align:center;color:#9292a2;cursor:pointer;text-decoration:underline}.Sticker_link__iaiKV:hover{color:#fff}.Accordion_main__JmnkY{width:100%}.Accordion_main__JmnkY .Accordion_btn__lY3ry{width:100%;display:flex;justify-content:space-between;align-items:center;box-shadow:none;background-color:#31333a;border-radius:.5rem;font-size:1rem}.Accordion_main__JmnkY .Accordion_opened__ZzDbS{color:#fff;border-radius:.5rem .5rem 0 0}.Accordion_main__JmnkY .Accordion_content__Efbfv{background-color:#31333a;border-radius:0 0 .5rem .5rem;padding:0 1.25rem 1.25rem;display:flex;flex-direction:column}.Accordion_divider__T0a_T{border-top:.0625rem solid #3f3f48;width:100%}.GameBetModal_copy__KaLlq{cursor:pointer;margin-left:.3125rem;color:#a7afb7}.GameBetModal_copy__KaLlq:hover{color:#fff}.GameBetModal_body__6_yZ2{overflow-y:auto}.GameBetModal_amounts__jjOVr{width:100%;margin-top:.625rem;background-color:#31333a;border-radius:.5rem;display:flex;flex-direction:row;flex-wrap:wrap}@media screen and (max-width:480px){.GameBetModal_amounts__jjOVr{flex-direction:column;height:unset}}.GameBetModal_amount__bfoGk{margin:.625rem auto}.GameBetModal_attr__SxwfC{display:flex;flex-direction:column;width:100%}.GameBetModal_label__95fvV{margin:auto;color:#9292a2}.GameBetModal_value__jaxCq{margin:.3125rem auto auto}.GameBetModal_playbtn__fnI8b{color:#fff;box-shadow:none}.GameBetModal_diceslider__IibXV{margin-top:4.375rem;margin-bottom:4.375rem}.GameBetModal_prize__Hvb8U{display:flex;justify-content:center;margin-top:1.25rem;margin-bottom:1.25rem}.GameBetModal_clientSeed__MNe6v{width:70%}.GameBetModal_nonce__qumc8{margin-left:.3125rem;width:30%}.GameBetModal_link__Kc6OH{display:flex;justify-content:center;align-items:center;font-size:1rem;text-align:center;color:#9292a2;cursor:pointer}.GameBetModal_link__Kc6OH:hover{color:#fff}.GameBetModal_miner__BdCRz{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}@media screen and (max-width:480px){.GameBetModal_miner__BdCRz{flex-direction:column-reverse;align-items:center;height:auto}}.GameBetModal_miner__BdCRz .GameBetModal_nft__lEJn1{flex:1}.GameBetModal_miner__BdCRz .GameBetModal_info__Jwl1Q{flex:2;display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%}.GameBetModal_miner__BdCRz .GameBetModal_info__Jwl1Q .GameBetModal_up__ug7mT{display:flex;flex-direction:column;width:100%}.GameBetModal_miner__BdCRz .GameBetModal_info__Jwl1Q .GameBetModal_up__ug7mT .GameBetModal_owner__oLFNW{text-align:center}.GameBetModal_miner__BdCRz .GameBetModal_info__Jwl1Q .GameBetModal_up__ug7mT .GameBetModal_owner__oLFNW .GameBetModal_label__95fvV{color:#9292a2;margin:auto .3125rem auto auto}.GameBetModal_miner__BdCRz .GameBetModal_info__Jwl1Q .GameBetModal_down__mJcRI{display:flex;flex-direction:column}.GameBetModal_miner__BdCRz .GameBetModal_info__Jwl1Q .GameBetModal_down__mJcRI .GameBetModal_link__Kc6OH{margin-top:.625rem}.GameBetModal_game__tKcTg{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.GameBetModal_pannel__Zc5Eg,.GameBetModal_tag__XQcgN{margin-top:.625rem;background-color:#31333a;display:flex;justify-content:center;align-items:center}.GameBetModal_pannel__Zc5Eg{width:100%;border-radius:.5rem;padding:.625rem;box-sizing:border-box}.GameBetModal_order__o_lGj{width:100%;display:flex;justify-content:center}.GameBetModal_order__o_lGj .GameBetModal_orderdetail__a3uG1{padding:unset;width:100%;box-shadow:none}.GameBetModal_gameicon__Hkqt5{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:1.25rem}.GameBetModal_gameicon__Hkqt5 .GameBetModal_image__7b2db{width:12.5rem;border-radius:.75rem}.GameBetModal_gameicon__Hkqt5 .GameBetModal_gamedesc__Ee9Gz{margin-top:.625rem}.GameBetModal_table__p4Knl{width:100%}.GameBetModal_table__p4Knl .GameBetModal_active__vCAcP{background-color:#31333a}.PokerCard_card___Hetd{position:relative;width:6.25rem;height:10rem;font-size:1.5rem;font-weight:bolder;border-radius:.5rem;box-shadow:0 .0625rem .1875rem 0 rgba(0,0,0,.2),0 .0625rem .125rem 0 rgba(0,0,0,.12),inset 0 .0625rem hsla(0,0%,100%,.04);transition:transform .5s;background-color:#fff;transform-style:preserve-3d;user-select:none;pointer-events:none;display:flex;flex-shrink:1;flex-grow:1}@media screen and (max-width:480px){.PokerCard_card___Hetd{width:4.375rem;height:7rem}}.PokerCard_back2__qFcEQ{background-color:rgb(67.2227488152,129.7772511848,80.2938388626)!important;background-image:linear-gradient(45deg,rgba(0,0,0,.2) 20%,transparent 0,transparent 40%,rgba(0,0,0,.2) 0,rgba(0,0,0,.2) 60%,transparent 0,transparent 80%,rgba(0,0,0,.2) 0,rgba(0,0,0,.2) 100%,transparent 0),linear-gradient(-45deg,rgba(0,0,0,.2) 20%,transparent 0,transparent 40%,rgba(0,0,0,.2) 0,rgba(0,0,0,.2) 60%,transparent 0,transparent 80%,rgba(0,0,0,.2) 0,rgba(0,0,0,.2) 100%,transparent 0)}.PokerCard_back__NzDvU{position:absolute;backface-visibility:hidden;height:100%;width:100%;top:0;left:0;border:.1875rem solid #fff;box-sizing:border-box;border-radius:.5rem;background-color:rgb(67.2227488152,129.7772511848,80.2938388626);z-index:-1}.PokerCard_back__NzDvU .PokerCard_dots__nKqgU{position:relative;height:100%;width:100%}.PokerCard_back__NzDvU .PokerCard_dots__nKqgU .PokerCard_p1__O_o6n{position:absolute;top:.1875rem;left:.1875rem;border-radius:100%;padding:.125rem;background-color:#fff}.PokerCard_back__NzDvU .PokerCard_dots__nKqgU .PokerCard_p2__GePci{position:absolute;bottom:.1875rem;left:.1875rem;border-radius:100%;padding:.125rem;background-color:#fff}.PokerCard_back__NzDvU .PokerCard_dots__nKqgU .PokerCard_p3__0wlBr{position:absolute;top:.1875rem;right:.1875rem;border-radius:100%;padding:.125rem;background-color:#fff}.PokerCard_back__NzDvU .PokerCard_dots__nKqgU .PokerCard_p4__lYLjJ{position:absolute;bottom:.1875rem;right:.1875rem;border-radius:100%;padding:.125rem;background-color:#fff}.PokerCard_back__NzDvU .PokerCard_text__LOHNi{position:absolute;top:0;left:0;display:flex;justify-content:center;flex-direction:column;align-items:center;height:100%;width:100%;color:#636975;transform:rotate(-55deg);opacity:.9;font-weight:100}.PokerCard_back__NzDvU .PokerCard_text2__4DbYK{position:absolute;top:0;left:0;color:#fff!important}.PokerCard_front__lTrSf{position:absolute;width:100%;backface-visibility:hidden;transform:rotateY(-180deg);z-index:-1}.PokerCard_front__lTrSf,.PokerCard_left__pYmOt{height:100%;display:flex;justify-content:flex-start;align-items:center}.PokerCard_left__pYmOt{width:50%;flex-direction:column}.PokerCard_number__IFsz4{font-size:3.125rem;width:100%;text-align:center}@media screen and (max-width:480px){.PokerCard_number__IFsz4{font-size:2.1875rem}}.PokerCard_suit__jcBNq{width:100%;font-size:3.125rem;text-align:center}@media screen and (max-width:480px){.PokerCard_suit__jcBNq{font-size:2.1875rem}}.PokerCard_show__l0uAE{transform:rotateY(180deg)}.PokerCard_club__HI_8G,.PokerCard_spade__n1ntp{color:#000}.PokerCard_diamond__aiTPL,.PokerCard_heart__qlM14{color:#e22929}.PokerCard_spade__n1ntp .PokerCard_suit__jcBNq:after{content:"♠"}.PokerCard_heart__qlM14 .PokerCard_suit__jcBNq:after{content:"♥"}.PokerCard_diamond__aiTPL .PokerCard_suit__jcBNq:after{content:"♦"}.PokerCard_club__HI_8G .PokerCard_suit__jcBNq:after{content:"♣"}.GameBlackjackTable_main__gCYOS{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;position:relative;flex-shrink:1;flex-grow:1}.GameBlackjackTable_river__2eXgh{position:absolute;top:50%;left:50%;width:100%;font-size:1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#a7afb7;user-select:none;margin:1.875rem 0;transform:translate(-50%,-50%) scale(1)}.GameBlackjackTable_hand__EG0N_{position:relative;transition:transform 1s;justify-content:center}.GameBlackjackTable_hand__EG0N_,.GameBlackjackTable_hands__tEiNc{padding-top:1.25rem;display:flex;flex-direction:row;width:100%;flex-grow:1;flex-shrink:1}.GameBlackjackTable_hands__tEiNc{justify-content:space-around;align-items:flex-start}.GameBlackjackTable_cards__zZIB1{position:relative;display:flex;justify-content:flex-start;align-items:flex-start}.GameBlackjackTable_card__UA7gJ{box-sizing:border-box}.GameBlackjackTable_point__wjuwZ{background-color:#000;min-width:3.125rem;text-align:center;border-radius:.3125rem;box-sizing:border-box;padding:.1875rem .3125rem;font-weight:bolder}.GameBlackjackTable_winpoint__wsk1p{background-color:#74b782}.GameBlackjackTable_losspoint__NSFP2{background-color:#cc5656}.GameBlackjackTable_focus___HPsW{border:.25rem solid #5b9eef}.GameBlackjackTable_win__5ZS0v{border:.25rem solid #74b782}.GameBlackjackTable_loss__0b0GM{border:.25rem solid #cc5656}.GameBlackjackTable_draw__HJQWS{border:.25rem solid #ffc611}.GameBlackjackTable_tags__FETqY{position:absolute;left:100%;top:0;transform:translate(-100%,-100%);width:100%;display:flex;justify-content:flex-end;align-items:center;flex-direction:row;color:#fff}.GameBlackjackTable_dealer__VH6kp{height:100%;margin-top:1.25rem}.GameBlackjackTable_player__wXciK{height:100%;width:100%;align-items:end;margin-bottom:1.25rem}.TradingBoard_ranking__uWHu2{overflow:hidden;height:65rem}.TradingBoard_tabs__fvwcX{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;overflow:auto}.TradingBoard_tabs__fvwcX::-webkit-scrollbar{display:none}.TradingBoard_tabs__fvwcX .TradingBoard_tab__5b_lq{box-sizing:border-box;min-width:8.4375rem}.TradingBoard_panels__BZLh1{margin-top:.3125rem;border-radius:.75rem}.TradingBoard_icon__9I0_o{width:1rem;height:1rem;font-size:1rem}.TradingBoard_dot__8Umhf{border-radius:100%;background-color:#74b782;width:.625rem;height:.625rem;margin-left:.3125rem}.TradingBoard_col__rnfly{display:flex;justify-content:flex-end;align-items:center}.TradingBoard_cashoutBtn__5M5JG{color:#149200;background:rgba(20,146,0,.05)}.TradingBoard_cashoutBtn__5M5JG:hover{background:rgba(20,146,0,.2)}.TradingBoard_btn__TH2CZ{user-select:none;display:inline-flex;justify-content:center;align-items:center;height:2.625rem;line-height:2.625rem;font-size:.875rem;text-transform:capitalize;border:none;cursor:pointer;box-sizing:border-box;font-weight:600;height:1.625rem;line-height:1.625rem;padding-right:.625rem;padding-left:.625rem;font-size:14px;border-radius:.1875rem}.TradingBoard_detailsBtn__7MqIX{color:#a7afb7;background-color:rgba(49,51,58,.1);margin-left:.3125rem}.TradingBoard_detailsBtn__7MqIX:hover{background-color:rgba(49,51,58,.2)}.TradingBoard_settingIcon__mh_TE{color:#a7afb7;cursor:pointer}.TradingBoard_settingIcon__mh_TE .TradingBoard_settingIconRed__U2Mqh{position:relative;top:.5rem;left:.375rem}.TradingBoard_settingIcon__mh_TE .TradingBoard_settingIconGreen__xEWFm{position:relative;bottom:.25rem;right:.125rem}.TradingBoard_red__uWgLA{color:#cc5656}.TradingBoard_green__nx4Ng{color:#74b782}.TradingBoard_orders__B7zed td,.TradingBoard_orders__B7zed th{text-align:right!important;white-space:nowrap;padding:0 .625rem;height:2.8125rem}.TradingBoard_orders__B7zed td:first-child,.TradingBoard_orders__B7zed th:first-child{text-align:left!important}.TradingBoard_orderSetting__e81NH{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.25rem;box-sizing:border-box;box-shadow:0 .0625rem .1875rem 0 rgba(0,0,0,.2),0 .0625rem .125rem 0 rgba(0,0,0,.12),inset 0 .0625rem hsla(0,0%,100%,.04);border-radius:.75rem;overflow:hidden;background-color:#28282f}.TradingBoard_orderSetting__e81NH .TradingBoard_confirmbtn__DV6jY{margin-top:1.25rem;width:100%}.LuckyBoxRewards_rewards__3_zHc{display:flex;flex-direction:column;box-sizing:border-box;background-color:#383841!important}.LuckyBoxRewards_rewards__3_zHc .LuckyBoxRewards_btn__e1lCa{position:absolute;font-size:1rem;background-color:#ffc611;color:#000;bottom:0;left:0;width:100%}@media screen and (max-width:480px){.LuckyBoxRewards_rewards__3_zHc .LuckyBoxRewards_btn__e1lCa{margin-top:0}}.LuckyBoxRewards_bd__JKTDt{height:100%;display:flex;flex-direction:column;box-sizing:border-box;background-color:#28282f}@media screen and (max-width:480px){.LuckyBoxRewards_bd__JKTDt{padding:.3125rem 0 0!important;border-width:.0625rem!important;border-radius:0!important}}.LuckyBoxRewards_scrollable__I2Syn{overflow-x:hidden;overflow-y:auto}@media screen and (max-width:480px){.LuckyBoxRewards_scrollable__I2Syn{height:calc(60vh - 7.5rem)}}.LuckyBoxRewards_list__UcN8J{display:grid;grid-template-columns:repeat(5,1fr);justify-content:space-evenly;align-items:flex-start;grid-row-gap:.625rem;grid-column-gap:1.25rem;margin:.625rem}@media screen and (max-width:480px){.LuckyBoxRewards_list__UcN8J{grid-template-columns:repeat(2,1fr);grid-column-gap:.625rem}}.LuckyBoxRewards_prize__E1MI9{width:12.5rem;height:15.625rem}.LuckyBoxRewards_tokenprize__iEHQC{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;height:100%;width:100%;background-color:#383841;border-radius:.75rem;box-shadow:0 .0625rem .1875rem 0 rgba(0,0,0,.2),0 .0625rem .125rem 0 rgba(0,0,0,.12),inset 0 .0625rem hsla(0,0%,100%,.04);box-sizing:border-box;padding:.625rem}.LuckyBoxRewards_tokenprize__iEHQC .LuckyBoxRewards_token__wmIdl{margin:.625rem}.LuckyBoxRewards_empty__EZ_ZX{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;background-color:#383841;border-radius:.75rem;box-shadow:0 .0625rem .1875rem 0 rgba(0,0,0,.2),0 .0625rem .125rem 0 rgba(0,0,0,.12),inset 0 .0625rem hsla(0,0%,100%,.04);box-sizing:border-box}.LuckyBoxRewards_empty__EZ_ZX .LuckyBoxRewards_broken__BqyVh{width:100%;aspect-ratio:1/1}.LuckyBoxRewards_empty__EZ_ZX .LuckyBoxRewards_text__vMFix{color:hsla(0,0%,100%,.3)}.Panel_panel__qKu6I{background-color:#383841;border-radius:1.5rem}.Panel_hd__8bzyG{display:flex;justify-content:space-between;align-items:center;font-size:1.5rem;background-color:#383841;border-radius:1.5rem 1.5rem 0 0;padding:1.25rem;font-family:FreckleFace}.Panel_bd__EH8fR{padding:1.25rem;background-color:#28282f;border-radius:1.5rem;border:.1875rem solid #383841;box-sizing:border-box}.Table_responsive__MQBcj{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:.75rem}.Table_table___uKkV{width:100%;line-height:2.5rem;border-collapse:initial;border-spacing:0 .25rem;background-color:rgba(0,0,0,0)}.Table_table___uKkV th{color:#a7afb7;font-size:.875rem;text-transform:uppercase}.Table_table___uKkV td,.Table_table___uKkV th{text-align:left;white-space:nowrap}.Table_table___uKkV td:first-of-type,.Table_table___uKkV th:first-of-type{border-radius:.3125rem 0 0 .3125rem;overflow:hidden;padding-left:1.25rem}.Table_table___uKkV td:last-of-type,.Table_table___uKkV th:last-of-type{border-radius:0 .3125rem .3125rem 0;overflow:hidden;padding-right:1.25rem}.Table_table___uKkV tr{height:2.5rem;border-radius:.3125rem;background:#28282f;overflow:hidden;transition:all .1s}.Table_table___uKkV tr:hover{background:#383841}.Table_center__JA3ku,.Table_empty__bafG7{text-align:center}.ChatGift_gift__inxtY{padding:0!important;color:#fff;background-color:rgba(0,0,0,0)!important}.ChatGift_gift__inxtY:before{border-right-color:#ffc611}.ChatGift_hd__e1SAz{display:flex;align-items:center;color:#636975;font-size:.875rem}.ChatGift_admin__azsjU{margin-left:.625rem;max-width:50%;color:#5b9eef;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ChatGift_admin__azsjU .ChatGift_mod__bl8vv{display:inline-block;color:#fff;padding:.125rem .3125rem;background-color:#5b9eef;margin-right:.3125rem;border-radius:.3125rem}.ChatGift_name__BAa7n{margin-left:.625rem;max-width:50%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ChatGift_time__qFdow{margin-left:auto;color:#636975;font-size:.625rem}.ChatGift_content__rSOog{margin-top:.3125rem;position:relative;z-index:1}.ChatGift_content__rSOog:before{position:absolute;top:0;left:0;content:"";width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-image:url(/_next/static/media/gift-bg.0d61c33c.webp);border-radius:.5rem;z-index:-1}.ChatGift_content__rSOog.ChatGift_disabled__6_X_C{opacity:.6;filter:grayscale(1)}.ChatGift_content__rSOog.ChatGift_disabled__6_X_C .ChatGift_claimBtn__yoVz6{cursor:unset}.ChatGift_bd__PReT9{position:relative;padding:1.875rem 0;font-weight:bolder;font-size:2.1875rem;text-align:center;text-shadow:0 .1875rem .1875rem rgba(0,0,255,.75);max-height:9.375rem;overflow-y:hidden}.ChatGift_attrs__9RyFx{display:flex;justify-content:space-between;align-items:center;height:2.1875rem;line-height:2.1875rem;font-size:.875rem;color:#fff;text-align:center;background-color:rgba(23,54,134,.8);border-radius:0 0 .5rem .5rem;z-index:2}.ChatGift_attr__kCJ2A{flex:1;height:100%}.ChatGift_amount__c9FoQ{position:relative}.ChatGift_claimBtn__yoVz6{color:#fff;cursor:pointer;border-radius:0 0 .5rem 0;background:linear-gradient(90deg,rgba(23,54,134,0),rgba(116,183,130,.75) 35%,rgb(116,183,130));text-shadow:0 .125rem .125rem rgba(44,85,53,.75)}.ChatGift_amt__Gx7Ya{width:6.25rem}.ChatClaimedGift_gift__fCslW{margin-top:.625rem;padding:.625rem .9375rem;background-color:#31333a;border-radius:.5rem;font-weight:400}.ChatClaimedGift_inner__6MK14{display:flex;color:#a7afb7;font-size:.875rem}.ChatClaimedGift_name__rbO7t{max-width:50%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ChatClaimedGift_text__IPHC_{display:flex;margin-left:.3125rem;align-items:center}.ChatInput_form__BJQ10{flex-grow:0;flex-shrink:0;padding:.9375rem;border-top:.0625rem solid #3b3e46}.ChatInput_input__nUZeK{width:100%;resize:none;display:block;padding:.625rem;min-height:2.625rem;color:#fff;font-size:1rem;font-weight:600;background-color:#383841;border:none;box-sizing:border-box;outline:none;border-radius:.1875rem}.ChatInput_input__nUZeK::placeholder{color:#89909e}.ChatInput_input__nUZeK:hover{background-color:#3f3f48}.ChatInput_actions__Ko4L8{margin-top:.3125rem;display:flex;justify-content:space-between}.ChatInput_actions__Ko4L8 .ChatInput_btn__KrnGD{margin-left:0;font-size:1rem;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);box-shadow:none}.ChatInput_btn__KrnGD{color:#89909e;cursor:pointer;margin:.9375rem}.ChatInput_btn__KrnGD:hover{color:#fff}.ChatInput_submitBtn__4AmVG{color:#ffc611;transition:transform .1s ease}.ChatInput_submitBtn__4AmVG:hover{color:#ffc611;transform:scale(1.1)}.ChatInput_emoji__dLhFT{height:0;margin-right:auto;margin-left:auto;transition:all .15s ease-out;overflow-y:auto;overflow-x:hidden}.ChatInput_open__lG9ws{height:18.75rem}.ChatInput_num___myo3{font-size:.875rem;color:#89909e}.EmojiSelect_emoji__MtgyA{display:flex;justify-content:center;align-items:center}.UserTask_left__t2oRg{width:40%}.UserTask_task__qCgh5{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem;padding-bottom:.9375rem;font-size:1rem}.UserTask_name__HlhoQ{color:#a7afb7;font-size:.875rem}.UserTask_percent__rk2_P{position:relative;margin-top:.375rem;width:8.75rem;height:.9375rem;font-size:.75rem;text-align:center;line-height:.9375rem;background-color:#3f3f48;border-radius:.1875rem;overflow:hidden}.UserTask_percentBar__MsWTN{height:100%;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjYiIGhlaWdodD0iNjYiIHZpZXdCb3g9IjAgMCA2NiA2NiI+CiAgPGRlZnM+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+CiAgICAgIDxyZWN0IGlkPSJfOSIgZGF0YS1uYW1lPSIgOSIgd2lkdGg9IjY2IiBoZWlnaHQ9IjY2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMDM1LjE3NyAwKSIgZmlsbD0ibm9uZSIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgaWQ9IkhFQURfMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMwMzUuMTc3IDApIj4KICAgIDxnIGlkPSIyIiBkYXRhLW5hbWU9IiAyIiBvcGFjaXR5PSIwLjUiPgogICAgICA8ZyBpZD0iMSIgZGF0YS1uYW1lPSIgMSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgICAgIDxyZWN0IGlkPSJfMSIgZGF0YS1uYW1lPSIgMSIgd2lkdGg9IjY2IiBoZWlnaHQ9IjY2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMDM1LjE3NyAwKSIgZmlsbD0iIzRmNGY1ZCIvPgogICAgICAgIDxyZWN0IGlkPSJfMiIgZGF0YS1uYW1lPSIgMiIgd2lkdGg9IjEyMCIgaGVpZ2h0PSI2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMDIzLjYyOSA3My4zMDUpIHJvdGF0ZSgtNDUpIiBmaWxsPSIjNmQ2ZDgwIi8+CiAgICAgICAgPHJlY3QgaWQ9Il8zIiBkYXRhLW5hbWU9IiAzIiB3aWR0aD0iMTIwIiBoZWlnaHQ9IjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwNDUuNjI5IDk1LjMwNSkgcm90YXRlKC00NSkiIGZpbGw9IiM2ZDZkODAiLz4KICAgICAgICA8cmVjdCBpZD0iXzQiIGRhdGEtbmFtZT0iIDQiIHdpZHRoPSIxMjAiIGhlaWdodD0iNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzA1Ni42MjkgMTA2LjMwNSkgcm90YXRlKC00NSkiIGZpbGw9IiM2ZDZkODAiLz4KICAgICAgICA8cmVjdCBpZD0iXzUiIGRhdGEtbmFtZT0iIDUiIHdpZHRoPSIxMjAiIGhlaWdodD0iNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzAwMS42MyA1MS4zMDYpIHJvdGF0ZSgtNDUpIiBmaWxsPSIjNmQ2ZDgwIi8+CiAgICAgICAgPHJlY3QgaWQ9Il82IiBkYXRhLW5hbWU9IiA2IiB3aWR0aD0iMTIwIiBoZWlnaHQ9IjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI5OTAuNjMgNDAuMzA2KSByb3RhdGUoLTQ1KSIgZmlsbD0iIzZkNmQ4MCIvPgogICAgICAgIDxyZWN0IGlkPSJfNyIgZGF0YS1uYW1lPSIgNyIgd2lkdGg9IjEyMCIgaGVpZ2h0PSI2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMDEyLjYyOSA2Mi4zMDUpIHJvdGF0ZSgtNDUpIiBmaWxsPSIjNmQ2ZDgwIi8+CiAgICAgICAgPHJlY3QgaWQ9Il84IiBkYXRhLW5hbWU9IiA4IiB3aWR0aD0iMTIwIiBoZWlnaHQ9IjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwMzQuNjI5IDg0LjMwNSkgcm90YXRlKC00NSkiIGZpbGw9IiM2ZDZkODAiLz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==);border-radius:.1875rem}.UserTask_percentDone__yNKxx{background-color:#74b782;background-image:unset}.UserTask_percentValue__LI8IC{position:absolute;top:0;left:0;width:100%;height:100%;color:#fff}.UserTask_title__VEqxz{color:#a7afb7;font-size:.625rem;text-align:center;text-transform:uppercase}.UserTask_center__vGdOu{width:30%}.UserTask_prizes__aiqtr{display:flex;justify-content:flex-start;align-items:center}.UserTask_prize__n7cbC{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.UserTask_token__9z827{display:flex;justify-content:flex-start;align-items:center}.UserTask_reward__99dLq{display:flex;justify-content:center;align-items:center;margin-right:.3125rem;margin-left:.3125rem}.UserTask_actionBtn__cG1_J{font-size:.875rem;width:3.75rem;border-radius:.1875rem}.UserTask_nft__3tSfQ{padding:.3125rem;margin-left:.625rem;font-size:.875rem}.Reward_main__27NA8{display:flex;flex-direction:column;color:#fff;background-clip:padding-box,border-box;background-image:linear-gradient(#28282f,#28282f),linear-gradient(-45deg,#cc5656 1%,#74b782);background-origin:border-box;border:.0625rem solid rgba(0,0,0,0);border-image:initial;border-radius:.5rem;padding:.9375rem .9375rem 0;margin-bottom:1.25rem}.Reward_stats__asGgQ{display:flex;justify-content:space-between;padding-bottom:.9375rem;align-items:center}.Reward_stats__asGgQ .Reward_title__E0MxF{color:#9292a2}.Reward_stats__asGgQ .Reward_value__yqhHO{margin-top:.3125rem}.Reward_reward__FIA_a{width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:.625rem;margin-bottom:.625rem;padding-bottom:.9375rem;font-size:1rem}.Reward_left__LD3nE{width:40%}.Reward_center__NKHBK{width:30%;display:flex;flex-direction:column;color:#a7afb7}.Reward_name__0XIn5{color:#fff;font-size:1rem;font-weight:bolder;text-transform:uppercase}.Reward_bonus__ALwP3{margin-top:.375rem}.Reward_pending__wraU_{color:#74b782}.Reward_lock__umehM{color:#a7afb7}.GiftModal_icon__MDnkX{font-size:1rem}.GiftModal_balance__a_eJp{margin-left:.3125rem;font-weight:400}.ClaimGiftModal_icon__dh0Z6{font-size:1.5rem}.ClaimGiftModal_tips__U_Ldm{margin-top:.625rem;line-height:2rem;text-align:right;font-size:.875rem}.Footer_footer__9S97q{border-top:.125rem solid #31333a}.Footer_sector1__d0gqN{display:flex;flex-direction:row;padding-top:3.125rem}@media screen and (max-width:480px){.Footer_sector1__d0gqN{display:block;padding-top:1.875rem}}.Footer_desc__Rp5Xg{width:30%;font-size:.875rem;color:#9292a2;line-height:1.125rem}@media screen and (max-width:480px){.Footer_desc__Rp5Xg{width:auto;margin-bottom:1.25rem;padding:0 .9375rem}}.Footer_logo__x3Zdo{display:block;width:12.5rem;height:3.125rem;cursor:pointer}.Footer_columns__7_NYj{display:flex;flex-direction:row;justify-content:space-evenly;flex-wrap:wrap;width:100%}.Footer_title__t1Q0D{height:1.875rem;line-height:3.125rem;font-weight:400;font-size:1rem;text-align:left;color:#a7afb7}.Footer_content__9KGB4{padding-top:.625rem;font-size:1rem;text-align:left}.Footer_lang__PQfJH{background-color:#28282f;font-size:1rem;width:9.375rem}.Footer_icons__RhRZC{display:flex;flex-direction:row}.Footer_icon__mU3mW{font-size:1.875rem;margin-right:.9375rem}.Footer_link__HfGPU{display:block;margin-top:.5rem;font-size:.875rem;font-weight:400;color:#9292a2}.Footer_mail__64Cqx{font-size:.875rem;font-weight:400;color:#ffc611}.Footer_border__bRALQ{border-top:.0625rem solid #31333a;margin-top:1.875rem;margin-bottom:1.875rem}.Footer_sector2__8VrXl{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.Footer_partner__1f133{margin-right:3.125rem;min-width:6.25rem;margin-top:.3125rem;height:3.125rem;filter:brightness(0) invert(50%)}@media screen and (max-width:480px){.Footer_partner__1f133{margin-right:.5rem;min-width:1.25rem;height:1rem}}.Footer_partnerText__EgvMe{height:2.5rem}@media screen and (max-width:480px){.Footer_partnerText__EgvMe{height:1rem}}.Footer_sector3__o8IGx{display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#9292a2;font-size:.875rem}.Footer_rate__j0qOD{width:30%;justify-content:left;display:flex}.Footer_gotop___pdhR{width:30%;justify-content:right;display:flex}.Footer_topicon__8_ONM{display:flex;justify-content:center;align-items:center;margin-right:.75rem;padding:0 .9375rem;height:2.875rem;color:#a7afb7;background-color:#383841;border-radius:.75rem;border:none;outline:none;cursor:pointer}.Footer_topicon__8_ONM:hover{color:#fff}.Footer_tokens___jiOW{width:100%;font-size:2.1875rem;display:inline-flex;flex-wrap:wrap;justify-content:center;align-items:center}.Footer_tokens___jiOW .Footer_token__ELory{margin:1.25rem 1.25rem 0}.AffiliateAmountRecords_amount__LwK_5{min-width:5rem}.MarketHistoryTab_tabs__oe9ex{justify-content:flex-start;width:15.625rem;margin-bottom:.625rem;margin-top:.625rem}@media screen and (max-width:480px){.MarketHistoryTab_tabs__oe9ex{width:12.5rem}}.MarketHistoryTab_nft__qvI98{width:6.25rem}.MarketHistoryTab_rarity__ynrgl{color:#27272d;width:4rem}.MarketHistoryTab_rarity__ynrgl svg{height:.625rem;width:.625rem;margin-right:.125rem}.MarketHistoryTab_preview__ugouz{display:flex}.MarketHistoryTab_preview__ugouz:hover{background-color:rgb(74.9,74.9,85.6);color:#fff}.MarketHistoryTab_body__Yljnp{background-color:rgba(0,0,0,0)}.MarketHistoryTab_amt__na6oV{width:6.25rem}.GameBlackjackForm_body__aRNmC{display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:#28282f;width:100%;height:100%}@media screen and (max-width:480px){.GameBlackjackForm_body__aRNmC{border-radius:0}}.GameBlackjackForm_form__uh7j4{padding:.625rem;width:100%;box-sizing:border-box}.GameBlackjackForm_title__7lMBS{color:#89909e}.GameBlackjackForm_usd__Uvp9M{color:#636975}.GameBlackjackForm_inputprofit__79l9v{border-radius:.75rem!important}.GameBlackjackForm_addon__E6mTX{display:flex;padding:0!important}.GameBlackjackForm_actBtn__HiLBZ{flex:1;display:block;height:100%;padding:0 .9375rem;background-color:#383841;border:none;border-radius:.5rem;color:#a7afb7;font-weight:600;font-size:1.5rem;box-shadow:0 .0625rem .1875rem 0 rgba(0,0,0,.2),0 .0625rem .125rem 0 rgba(0,0,0,.12);margin-left:.1875rem;width:2.625rem;height:2.625rem}.GameBlackjackForm_actBtn__HiLBZ:last-child{font-size:1rem}.GameBlackjackForm_actBtn__HiLBZ:hover{background-color:#3f3f48;color:#fff}.GameBlackjackForm_btns__AFCJu{display:flex;justify-content:space-between;align-items:center;flex-direction:row;width:100%}.GameBlackjackForm_col__g2hpT{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;margin:0 .3125rem}.GameBlackjackForm_btn__vSHwu{border-radius:.3125rem;color:#fff}.GameBlackjackForm_betBtn__cVTXb{font-weight:600;font-size:1.5rem;height:2.875rem;border-radius:.75rem}.GameBlackjackForm_footer__1FsoG{width:100%}.GameBlackjackForm_border__ZRYcp{border-top:.0625rem solid #31333a;width:100%;margin-bottom:.625rem}.GameBlackjackForm_fairness__Q6i3W{display:flex;justify-content:center;align-items:flex-end;font-size:1.5rem;color:#89909e;cursor:pointer;margin-bottom:.625rem}.GameBlackjackForm_owlgames__Qp_PK.GameBlackjackForm_body__aRNmC{background-color:#2a353e}