@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");.wallet-adapter-button{background-color:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px;border-radius:4px}.wallet-adapter-button-trigger{background-color:#512da8}.wallet-adapter-button:not([disabled]):focus-visible{outline-color:#fff}.wallet-adapter-button:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-button[disabled]{background:#404144;color:#999;cursor:not-allowed}.wallet-adapter-button-end-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon,.wallet-adapter-button-start-icon img{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{position:relative;display:inline-block}.wallet-adapter-dropdown-list{position:absolute;z-index:99;display:grid;grid-template-rows:1fr;grid-row-gap:10px;padding:10px;top:100%;right:0;margin:0;list-style:none;background:#2c2d30;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,.6);opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.wallet-adapter-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.wallet-adapter-dropdown-list-item{display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;white-space:nowrap;box-sizing:border-box;padding:0 20px;width:100%;border-radius:6px;font-size:14px;font-weight:600;height:37px;color:#fff}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{align-self:center;fill:#999}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transform:rotate(180deg);transition:transform .15s ease-in}.wallet-adapter-modal{position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .15s linear;background:rgba(0,0,0,.5);z-index:1040;overflow-y:auto}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{display:flex;align-items:center;justify-content:center;position:absolute;top:18px;right:18px;padding:12px;cursor:pointer;background:#1a1f2e;border:none;border-radius:50%}.wallet-adapter-modal-button-close:focus-visible{outline-color:#fff}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s ease 0s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:rgba(0,0,0,.5);position:fixed;top:0;left:0;bottom:0;right:0}.wallet-adapter-modal-container{display:flex;margin:3rem;min-height:calc(100vh - 6rem);align-items:center;justify-content:center}@media (max-width:480px){.wallet-adapter-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.wallet-adapter-modal-wrapper{box-sizing:border-box;position:relative;display:flex;align-items:center;flex-direction:column;z-index:1050;max-width:400px;border-radius:10px;background:#10141f;box-shadow:0 8px 20px rgba(0,0,0,.6);font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex:1 1}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{font-weight:500;font-size:24px;line-height:36px;margin:0;padding:64px 48px 48px;text-align:center;color:#fff}@media (max-width:374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{margin:0 0 12px;padding:0;width:100%;list-style:none}.wallet-adapter-modal-list .wallet-adapter-button{font-weight:400;border-radius:0;font-size:18px}.wallet-adapter-modal-list .wallet-adapter-button-end-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.wallet-adapter-modal-list .wallet-adapter-button-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-start-icon img{width:28px;height:28px}.wallet-adapter-modal-list .wallet-adapter-button span{margin-left:auto;font-size:14px;opacity:.6}.wallet-adapter-modal-list-more{cursor:pointer;border:none;padding:12px 24px 24px 12px;align-self:flex-end;display:flex;align-items:center;background-color:transparent;color:#fff}.wallet-adapter-modal-list-more svg{transition:all .1s ease;fill:#fff;margin-left:.5rem}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 24px 24px;box-sizing:border-box}.wallet-adapter-modal-middle-button{display:block;cursor:pointer;margin-top:48px;width:100%;background-color:#512da8;padding:12px;font-size:18px;border:none;border-radius:8px;color:#fff}: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:hsla(0,0%,100%,.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:320px;--toastify-toast-offset:16px;--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:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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:4px;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;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;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) * 1px);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;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;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;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.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:5px;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:20px;height:20px;box-sizing:border-box;border:2px 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(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,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(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,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,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,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(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) 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,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,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)}}.modals_modal__N1Poq{position:relative;top:50%;left:50%;box-sizing:border-box;background:#202f3c;border:none;border-radius:6px;outline:none;box-shadow:0 8px 15px rgba(0,0,0,.3);overflow:hidden;transform:translate(-50%,-50%);z-index:1}.modals_modal-header__DjaBZ{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#101921}.modals_modal-title__V1nVB{margin-top:0;margin-bottom:0;box-sizing:border-box;font-family:Inter,sans-serif;font-weight:600;font-size:20px;line-height:20px;color:#fdfdfd}.modals_htwo__ICrGo{margin-top:5px}.modals_close__EWAgZ{position:absolute;top:20px;right:20px;width:15px;height:15px;color:#d22a43;cursor:pointer}.modals_close__EWAgZ:hover{color:#fd2929}.modals_modal-content__I5sgX{padding:20px;color:#fdfdfd}.modals_field__bTlEj{height:100px;text-align:left;white-space:nowrap}.modals_field__bTlEj label{display:block;margin-bottom:3px;font-family:Inter,sans-serif;font-size:13px;font-weight:700;color:#fdfdfdbd}.modals_required-field__M18Vp{color:#d22a43}.modals_field__bTlEj input{margin:8px 0;width:100%;padding:10px;background:#374c5f;border:1px solid #213241;border-radius:6px;font-family:Inter,sans-serif;font-size:14px;color:#fdfdfd}.modals_field__bTlEj input::placeholder{color:#fdfdfd63}.modals_field__bTlEj input:focus{outline:1px solid #18aa6d}.modals_success__F9R7J{color:#18aa6d}.modals_error__T5Nke,.modals_success__F9R7J{display:block;margin-top:3px;font-family:Inter,sans-serif;font-size:12px}.modals_error__T5Nke{color:#d22a43}.modals_field-icon__ESQl0{vertical-align:middle;width:12px;height:12px}.modals_loading-spinner__H_k76{animation:modals_rotation__Nj9ty 3s linear infinite}@keyframes modals_rotation__Nj9ty{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.modals_modal-overlay__4fWWv{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:20}.modals_ReactModal__Overlay__J3VW1{opacity:0;transition:opacity .15s ease-in-out}.modals_ReactModal__Overlay--after-open__dBScz{opacity:1}.modals_ReactModal__Overlay--before-close__Zc8a_{opacity:0}@media (max-width:750px){.modals_modal-header__DjaBZ{padding:15px}.modals_modal-title__V1nVB{font-size:16px}.modals_modal-content__I5sgX{padding:15px}.modals_field__bTlEj{height:85px}.modals_field__bTlEj label{font-size:11px}.modals_field__bTlEj input{margin:5px 0;padding:8px;font-size:12px}.modals_error__T5Nke,.modals_success__F9R7J{font-size:11px}}.register_register-modal__GDzOg{width:700px;height:auto;min-height:200px}.register_register-fields__wTAA4{padding:20px;background:#727a82;border:1px solid #606070;border-radius:6px;text-align:center}.register_field-container__juBH_{display:flex;flex-direction:row;flex-wrap:nowrap;column-gap:15px;margin-bottom:10px}.register_register-field__bhU_w{width:99%;height:95px;text-align:left;white-space:nowrap}.register_register-help__zs7aA{font-family:Inter,sans-serif;color:#fdfdfdbd;font-size:18px;text-align:center}.register_register-help-wrapper__kOIuE{display:flex;gap:30px;flex-direction:column}.register_register-field__bhU_w label{display:block;margin-bottom:5px;font-family:Inter,sans-serif;font-size:13px;font-weight:700;color:#fdfdfdbd}.register_register-field__bhU_w input{width:100%;padding:10px;background:#374c5f;border:1px solid #496276;border-radius:3px;font-family:Inter,sans-serif;font-size:14px;color:#fdfdfd;margin:0 0 5px}.register_register-field__bhU_w input::placeholder{color:#fdfdfd63}.register_register-field__bhU_w input:focus:not(.register_error-input__jzAsq){outline:1px solid #18aa6d;border-color:#18aa6d}.register_error-input__jzAsq{border:1px solid #ff5757!important}.register_register-field__bhU_w input.register_error-input__jzAsq:focus{outline:none}.register_button-container__dyynE{height:48px}.register_auth-button___n84e{width:100%;height:100%;border-radius:6px;font-family:Inter,sans-serif;font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center}.register_auth-button___n84e img{vertical-align:middle;margin-right:10px;width:20px;height:20px}.register_email__Ks2xy{transition:background .15s,transform .15s,box-shadow .1s,opacity .15s;background:#7f8c99;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;border-radius:6px;border:1px solid #85929e;color:#fdfdfd}.register_email__Ks2xy:hover{background:#6e7a85;border:1px solid #77838e}.register_phantom__Ml2Vn{background:#18aa6d;border:1px solid #18aa6d81;color:#32323d}.register_phantom__Ml2Vn:hover{background:#0e965d}.register_google__ZI8Dm{font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;background:#4285f4;border:1px solid #4285f481;color:#fdfdfd;transition:background .15s,transform .15s,box-shadow .1s,opacity .15s}.register_google__ZI8Dm:hover{background:#185ac6;border:1px solid #1b5fcb}.register_email__Ks2xy:active,.register_google__ZI8Dm:active{transform:scale(.98);opacity:.8;box-shadow:0 0 2px 8px rgba(0,0,0,.1)}.register_divider__AF0Ht{text-align:center;color:#ffffff31;margin:25px 0;font-size:10px;font-weight:800;font-family:Inter,sans-serif;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.register_divider__AF0Ht:after,.register_divider__AF0Ht:before{content:"";width:45%;height:2px;background:#ffffff28;display:inline-block;vertical-align:middle}.register_form-container__kCdAX{margin:10px 0}.register_input-field___unqW{width:100%;height:50px;margin-bottom:10px;background:#32323d;border:1px solid #606070;border-radius:6px;padding:0 15px;font-family:Inter,sans-serif;font-size:16px;color:#fdfdfd}.register_input-field___unqW:focus{outline:none;border-color:#18aa6d}.register_captcha-container__NdjgW{padding:10px 0}.register_captcha__KkNdR{font-family:Inter,sans-serif;font-size:12px;color:#fdfdfd39;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.register_password-input__dYfdS{position:relative;margin:0 0 5px}.register_password-input__dYfdS input{padding-right:35px!important;margin:0!important}.register_eye-icon__4dI8_{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer;color:#b4c5d5;display:flex;align-items:center;justify-content:center;z-index:1;transition:color .15s ease}.register_eye-icon__4dI8_:hover{color:#e0edf9}.register_auth-button___n84e:disabled{opacity:.5;cursor:not-allowed}@media (max-width:750px){.register_register-modal__GDzOg{width:300px}.register_field-container__juBH_{margin-bottom:-5px;flex-direction:column;column-gap:0;row-gap:0}.register_register-field__bhU_w{height:85px}.register_register-field__bhU_w label{font-size:11px;margin-bottom:4px}.register_register-field__bhU_w input{padding:8px;font-size:12px;margin:0 0 4px}.register_password-input__dYfdS{margin:0 0 4px}.register_register-fields__wTAA4{left:20px;width:310px}.register_auth-button___n84e{font-size:14px}.register_captcha-container__NdjgW{left:20px;width:270px}.register_captcha__KkNdR{font-size:9px}.register_eye-icon__4dI8_{right:8px}}.login_login-modal__RHSPJ{width:700px;height:auto}.login_button-container__0089R{height:48px}.login_phantom__tbYYo{width:100%;height:100%;background:#18aa6d;border-radius:6px;border:1px solid #18aa6d81;font-family:Inter,sans-serif;font-weight:700;color:#32323d;font-size:16px}.login_phantom__tbYYo img{vertical-align:middle;margin-right:10px;width:20px;height:20px}.login_phantom__tbYYo:hover{background:#0e965d;transition-duration:.15s}.login_captcha-container__hB9hK{padding:10px 0}.login_captcha__JClO9{font-family:Inter,sans-serif;font-size:11px;color:#fdfdfd39;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width:750px){.login_login-modal__RHSPJ{width:300px;height:auto}.login_captcha-container__hB9hK{left:20px;width:270px}.login_phantom__tbYYo{font-size:14px}.login_captcha__JClO9{font-size:9px}}.login_wallet-container__RvbHQ{position:relative;width:100%}.login_wallet-dropdown__HvoYc{position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--background);border-radius:8px;overflow:hidden;z-index:1000}.login_wallet-dropdown__HvoYc button{margin:0;border-radius:0;width:100%;border-bottom:1px solid hsla(0,0%,100%,.1)}.login_wallet-dropdown__HvoYc button:last-child{border-bottom:none}.login_email__zYzyH{width:100%;height:100%;background:#7f8c99;border-radius:6px;border:1px solid #85929e;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;color:#fff;font-size:16px;cursor:pointer;transition:background .15s,transform .15s,box-shadow .1s,opacity .15s;display:flex;align-items:center;justify-content:center;gap:5px;box-shadow:none}.login_email__zYzyH:active,.login_google__ufvnQ:active{transform:scale(.98);opacity:.8;box-shadow:0 0 2px 8px rgba(0,0,0,.1)}.login_email__zYzyH:hover{background:#6e7a85;border:1px solid #77838e}.login_google__ufvnQ{width:100%;height:100%;background:#4285f4;border-radius:6px;border:1px solid #4285f481;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;color:#fdfdfd;font-size:16px;cursor:pointer;transition:background .15s;display:flex;align-items:center;transition:background .15s,transform .15s,box-shadow .1s,opacity .15s;justify-content:center;gap:8px}.login_google__ufvnQ:hover{background:#185ac6;border:1px solid #1b5fcb}.login_divider__WFWZW{text-align:center;color:#35495b;margin:25px 0;font-size:10px;font-weight:800;font-family:Inter,sans-serif;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.login_divider__WFWZW:after,.login_divider__WFWZW:before{content:"";width:45%;height:2px;background:#35495b;display:inline-block;vertical-align:middle}.login_forgot-password__DgJTb{margin-top:8px;margin-bottom:15px;float:right;color:hsla(0,0%,100%,.325);font-size:12px;font-family:Inter,sans-serif;font-weight:600;background:none;transition:color .3s,transform .15s,font-size .1s,opacity .15s;text-decoration:none;border:none}.login_forgot-password__DgJTb:active{color:hsla(0,0%,100%,.5);text-decoration:underline}.login_forgot-password__DgJTb:hover{color:hsla(0,0%,100%,.8);text-decoration:underline}.login_password-forgot__76oUE{color:#fdfdfdbd;font-size:14px;font-weight:300}.login_input-with-icon__2qXks{position:relative;justify-content:center;align-items:center;flex-direction:column;display:flex}.login_input-with-icon__2qXks input{width:100%;padding-right:40px}.login_eye-icon__IYHa0{margin-top:3px;height:auto;position:absolute;right:12px;cursor:pointer;color:#b4c5d5;transition:color .15s ease}.login_eye-icon__IYHa0:hover{color:#e0edf9}@media (max-width:750px){.login_email__zYzyH,.login_google__ufvnQ{font-size:14px}.login_eye-icon__IYHa0{right:8px}.login_forgot-password__DgJTb{font-size:10px}}.modes_modes__eDc1O{display:flex;flex-direction:column;row-gap:10px;width:calc(40% - 3px);height:100%}.modes_tabs__LnwSy{flex-direction:row;column-gap:10px;width:100%}.modes_tab__MyH3K,.modes_tabs__LnwSy{display:flex;align-items:center;justify-content:center}.modes_tab__MyH3K{width:50%;padding:10px 0;background:#19252f;border-radius:4px;font-family:Inter,sans-serif;font-size:14px;color:#fdfdfd;cursor:pointer}.modes_tab__MyH3K:hover{background:#17232c}.modes_active-tab__h604H{background:#18aa6d}.modes_active-tab__h604H:hover{background:#1fcc84}.modes_tab__MyH3K span{font-weight:bolder}.modes_content__zAY_k{display:flex;flex-direction:column;row-gap:10px;height:calc(100% - 50px);overflow-y:scroll;padding:10px;background:#202f3b;border-radius:4px}.modes_field__9Etnw{width:100%;height:65px;text-align:left;white-space:nowrap;margin-left:2px}.modes_half-field__F3bje{width:50%}.modes_field__9Etnw label{display:block;margin-bottom:3px;font-family:Inter,sans-serif;font-size:13px;font-weight:700;color:#fdfdfdbd}.modes_field__9Etnw input{width:100%;padding:10px;background:#374c5f;border:1px solid #496276;border-right:none;border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-right-radius:0;border-bottom-right-radius:0;font-family:Inter,sans-serif;font-size:14px;color:#fdfdfd}.modes_field__9Etnw input::placeholder{color:#fdfdfd63}.modes_field__9Etnw button{width:100%;padding:10px;background:none;border:1px solid #496276;border-radius:3px;font-family:Inter,sans-serif;font-size:14px;color:#fdfdfd}.modes_field__9Etnw button:hover{border-color:#29c584;color:#18aa6d}.modes_field__9Etnw .modes_active-button__qHuQ4{background:#18aa6d;border-color:#29c584;color:#fdfdfd}.modes_field__9Etnw .modes_active-button__qHuQ4:hover{color:#fdfdfd}.modes_input-container__vu_CB{display:flex;flex-wrap:nowrap;margin:8px 0}.modes_green__2B_gP{color:#18aa6d;font-weight:700;cursor:pointer;transition:.2s}.modes_green__2B_gP:hover{color:#18aa6d;text-decoration:underline}.modes_signedOut__AOySL{font-size:18px;font-weight:300;color:#ffffffe0;font-family:Inter,sans-serif;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-shadow:0 4px 10px rgba(0,0,0,.25);margin-top:25px;margin-bottom:25px}.modes_center__LqDzO{display:flex;width:100%;height:100%;justify-content:center;text-align:center;align-items:center}.modes_unit__mwbEj{padding:9.5px 11px;background:#496276;border:1px solid #496276;border-left:none;border-top-right-radius:6px;border-bottom-right-radius:6px;font-family:Inter,sans-serif;font-size:14px;font-weight:700}.modes_error__N_29U input{border:1px solid #ff5757;border-right:none}.modes_error__N_29U>.modes_unit__mwbEj{border:1px solid #ff5757;border-left:none}.modes_button-container__Qpmlj{display:flex;flex-wrap:nowrap;margin:8px 0}.modes_fillUp__GGh5m{height:100%}@media (max-width:750px){.modes_modes__eDc1O{width:100%}.modes_content__zAY_k{row-gap:5px;height:160px}.modes_tabs__LnwSy{display:none}.modes_field__9Etnw{width:50%;height:55px}.modes_field__9Etnw label{font-size:11px}.modes_field__9Etnw input{padding:6px;font-size:12px}.modes_input-container__vu_CB{margin:4px 0}.modes_unit__mwbEj{padding:5.5px 10px;font-size:12px}.modes_signedOut__AOySL{font-size:16px}}.cashier_cashier-modal__MRGAc{width:700px;height:auto;min-height:430px}.cashier_tabs__DaT58{display:flex;column-gap:15px;margin-bottom:20px}.cashier_tab__f9yhS{width:20%;padding:7px 0;background:#02020236;border-radius:4px;text-align:center;font-family:Inter,sans-serif;font-size:14px;color:#ffffffcf;cursor:pointer;transition:.2s}.cashier_tab-content__K567L{transition:all .12s ease-in-out}.cashier_tab-content__K567L.cashier_animating__ZSmh5{transform:scale(.9);opacity:0}.cashier_tab__f9yhS:hover{background:#0202024b;color:#fff}.cashier_tab__f9yhS:active{transform:scale(.97);transition-duration:.1s}.cashier_active-tab__j3K7W{background:#18aa6d;color:#fff;pointer-events:none}.cashier_active-tab__j3K7W:hover{background:#1fcc84;color:#fff}.cashier_active-tab__j3K7W:active{transform:scale(1)}.cashier_qr__cTrAe{position:absolute;width:150px;height:150px;border-radius:6px;border:1px solid #18aa6d;box-shadow:0 0 4px #18aa6d7c}.cashier_input-container__dq2Wu{position:relative;width:100%}.cashier_deposit-address__IVP7n{position:absolute;left:175px;width:485px;height:65px;-webkit-user-select:text;-moz-user-select:text;user-select:text}.cashier_deposit-address-title__pcxrz{display:block;font-family:Inter,sans-serif;font-size:13px;font-weight:800;color:#fdfdfdbd;margin-bottom:8px}.cashier_deposit-address-value__U69g0{position:relative;display:block;margin:5px 0;padding:10px;background:#374c5f;border:1px solid #18aa6d;border-radius:4px;font-family:Inter,sans-serif;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.cashier_copy__7VhvF{position:absolute;top:0;right:0;padding:11px;background:#18aa6d;cursor:pointer;transition:.2s}.cashier_copy__7VhvF img{width:15px;height:15px;cursor:pointer;transition-duration:.15s}.cashier_copy__7VhvF img:hover{transform:scale(1.1)}.cashier_deposit-description__AfjdH{position:absolute;top:75px;left:175px;width:485px;height:75px}.cashier_deposit-instructions__n2GaQ{display:block;font-family:Inter,sans-serif;font-size:12px;font-weight:100;line-height:1.3;color:#fdfdfd61}.cashier_scanning__fBFrZ{position:absolute;top:240px;margin:5px 0;font-family:Inter,sans-serif;font-size:15px;color:#18aa6d}.cashier_scanning__fBFrZ img{vertical-align:middle;margin-right:5px;width:15px;height:15px}.cashier_load__uJmuF{animation:cashier_rotation__L48OX 3s linear infinite}@keyframes cashier_rotation__L48OX{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.cashier_button-container__kh4tD{margin-top:5px;height:50px}.cashier_withdraw__80vh1{width:100%;height:100%;background:#18aa6d;border-radius:6px;border:1px solid #18aa6d81;font-family:Inter,sans-serif;font-weight:700;color:#32323d;font-size:16px}.cashier_withdraw__80vh1 img{vertical-align:middle;margin-right:10px;width:20px;height:20px}.cashier_withdraw__80vh1:hover{background:#0e965d}.cashier_tip__G0SRh{width:100%;height:100%;background:#18aa6d;border-radius:6px;border:1px solid #18aa6d81;font-family:Inter,sans-serif;font-weight:700;color:#32323d;font-size:16px}.cashier_tip__G0SRh img{vertical-align:middle;margin-right:10px;width:20px;height:20px}.cashier_tip__G0SRh:hover{background:#0e965d}.cashier_vip-section__g547y{height:370px;overflow-y:auto;padding-right:10px;display:flex;flex-direction:column;justify-content:space-between;overflow-x:hidden}.cashier_vip-header__1qeZz{height:40px;display:flex;align-items:center;margin-bottom:15px}.cashier_progress-track__BrqkK{position:relative;margin:10px 0 60px;padding:0 15px}.cashier_progress-container__pHTyx{position:relative;height:6px;margin-top:30px}.cashier_progress-line__ykwt2{position:absolute;top:0;left:0;right:0;height:6px;background:#1a1a20;border-radius:3px}.cashier_progress-fill__PEG6N{position:absolute;top:0;left:0;height:6px;background:#18aa6d;border-radius:3px;transition:width .5s ease}.cashier_milestones__2RfjB{position:absolute;top:-12px;left:0;right:0;height:30px}.cashier_milestone__gMdZ_{position:absolute;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;cursor:default}.cashier_milestone-dot__hnBn_{width:30px;height:30px;border-radius:50%;background:#1a1a20;border:3px solid #2a2a35;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2}.cashier_milestone__gMdZ_.cashier_active__3G_Jk .cashier_milestone-dot__hnBn_{background:#18aa6d;border-color:#18aa6d}.cashier_milestone-inner__VqqXd{width:10px;height:10px;border-radius:50%;background:#fff;opacity:0;transition:all .3s ease}.cashier_milestone__gMdZ_.cashier_active__3G_Jk .cashier_milestone-inner__VqqXd{opacity:1}.cashier_milestone-emoji__g2uiQ{position:absolute;top:-25px;font-size:16px;transition:all .3s ease;opacity:.3}.cashier_milestone__gMdZ_.cashier_active__3G_Jk .cashier_milestone-emoji__g2uiQ{opacity:1;transform:scale(1.2)}.cashier_milestone-value__BzkIZ{position:absolute;top:40px;font-size:11px;color:#687178;font-weight:600;white-space:nowrap;transition:all .3s ease}.cashier_milestone__gMdZ_.cashier_active__3G_Jk .cashier_milestone-value__BzkIZ{color:#18aa6d;font-weight:700}.cashier_rakeback-grid__b_3EQ{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin-top:10px}.cashier_rakeback-card__3EKmB{background:linear-gradient(180deg,#02020236,#02020248);border-radius:5px;padding:10px;height:140px;display:flex;justify-content:space-between;flex-direction:column;border:1px solid #121b23}.cashier_rakeback-icon-wrapper__o_84D{width:40px;height:28px;background:#18aa6d;border-radius:4px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;font-size:14px;font-family:Inter;font-weight:600;letter-spacing:.05em;box-shadow:0 4px 4px rgba(0,0,0,.15)}.cashier_rakeback-icon__gQRl7{width:17px;color:#fdfdfd}.cashier_rakeback-period__oTD5d{color:#fdfdfd;font-weight:700;font-family:Inter,sans-serif;font-size:12px}.cashier_rakeback-info__QoP_9{display:flex;flex-direction:row;justify-content:space-between;margin:8px 0}.cashier_rakeback-label__dOoIu{font-size:12px;color:#fff;font-family:Inter,sans-serif;float:bottom;font-weight:600;letter-spacing:.01em}.cashier_rakeback-value__qVYv_{font-size:10px;color:#ffffff42;float:bottom;font-family:Inter,sans-serif;font-weight:600}.cashier_rakeback-claim__DGcV7{width:100%;padding:8px;border:none;font-size:10px;background:#18aa6d;border-radius:4px;font-family:Inter,sans-serif;font-weight:600;color:#32323d;cursor:pointer;transition:.2s}.cashier_rakeback-claim__DGcV7:hover{background:#0e965d}.cashier_rakeback-claim__DGcV7.cashier_disabled__nL6Rt,.cashier_rakeback-claim__DGcV7:disabled{background:#18aa6d37;color:#041b11a5;cursor:not-allowed}.cashier_referral-container__1lF8v{width:100%;display:flex;gap:10px;align-items:center}.cashier_referral-submit__dOD7B{background:#18aa6d;border:none;border-radius:4px;width:40px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.cashier_referral-submit__dOD7B button{background:none;border:none;padding:0;margin:0;cursor:pointer;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.cashier_referral-submit__dOD7B:hover{background:#0e965d}.cashier_referral-submit__dOD7B.cashier_submit-disabled__xPiq6,.cashier_submit-disabled__xPiq6{background:#18aa6d37;cursor:not-allowed}.cashier_referral-submit__dOD7B.cashier_submit-disabled__xPiq6 img,.cashier_referral-submit__dOD7B:disabled img,.cashier_submit-disabled__xPiq6 img{opacity:.3}.cashier_input-disabled__lV5RB{background:#374c5f80!important;color:#ffffff80!important;cursor:not-allowed!important}.cashier_vip-info__v_ugt{font-size:13px;font-family:Inter,sans-serif;color:#fdfdfd61;font-weight:100}.cashier_partnership-blur__BGAoL{position:relative}.cashier_partnership-check__0B590{display:none}.cashier_blur-overlay__T__4E{position:absolute;top:0;left:0;width:100%;height:100%;background:#374c5fcc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;border-radius:6px;z-index:10}.cashier_blur-overlay__T__4E:hover{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#374c5f90}.cashier_eye-icon__E_5YV{color:#18aa6d;transition:all .2s ease}.cashier_blur-overlay__T__4E:hover .cashier_eye-icon__E_5YV{transform:scale(1.1)}.cashier_partnership-check__0B590:checked+.cashier_blur-overlay__T__4E{opacity:0;pointer-events:none}.cashier_partnership-section__n48xN{background:#02020236;border-radius:6px;padding:1px 18px 18px;border:1px solid #18aa6d20}.cashier_partnership-title__tsXtl{font-size:14px;font-weight:700;color:#fff;margin-bottom:15px;font-family:Inter,sans-serif}.cashier_partnership-stats__kSjkJ{display:flex;flex-direction:column;gap:10px}.cashier_partnership-stat__aeU_K{display:flex;justify-content:space-between;align-items:center}.cashier_stat-label__aOQ96{color:#fdfdfd61;font-size:12px;font-weight:400;font-family:Inter,sans-serif}.cashier_stat-value__71yY6{color:#18aa6d;font-size:12px;font-weight:600;font-family:Inter,sans-serif}.cashier_partnership-collect__UClEl{display:flex;justify-content:space-between;align-items:center;margin-top:15px}.cashier_claimable-amount__QUKd4{background:#374c5f;border:1px solid #18aa6d;padding:8px 16px;border-radius:4px;font-size:10px;font-weight:700;color:#ffffffd1;font-family:Inter,sans-serif}.cashier_claimable-amount__QUKd4 .cashier_amount__cddlt{color:#18aa6d;margin-left:4px}.cashier_collect-button__Ww3wt{background:#18aa6d;color:#32323d;border:none;font-family:Inter,sans-serif;border-radius:4px;padding:8px 24px;font-weight:700;font-size:12px;cursor:pointer;transition:.2s}.cashier_collect-button__Ww3wt:hover{background:#0e965d}.cashier_collect-button__Ww3wt.cashier_disabled__nL6Rt{background:#18aa6d37;color:#041b11a5;font-weight:600;cursor:not-allowed}.cashier_collect-button__Ww3wt.cashier_disabled__nL6Rt:hover{background:#18aa6d37;color:#041b11a5}.cashier_claim-progress__Z3GI7{display:flex;flex-direction:column;gap:4px}.cashier_not-available__UBidP{color:#ecececd8;font-size:10px;font-weight:600;text-align:center;font-family:Inter,sans-serif}.cashier_claim-timer__Z4fsD{color:#fdfdfd61;font-size:9px;text-align:center;line-height:1.4;font-family:Inter,sans-serif}.cashier_progress-bar__C_Yuh{width:100%;height:4px;background:#0000007b;border-radius:2px;overflow:hidden}.cashier_progress-bar-fill__QvJA2{height:100%;background:#18aa6d;transition:width 1s linear}.cashier_promo-input-container__nLwmx{width:100%;display:flex;align-items:center}@media (max-width:750px){.cashier_deposit-address-title__pcxrz{font-size:11px;color:#fdfdfdbd;margin-bottom:8px}.cashier_cashier-modal__MRGAc{width:300px;height:auto;min-height:1px}.cashier_tabs__DaT58{column-gap:5px;margin-bottom:15px}.cashier_tab__f9yhS{font-size:10px}.cashier_qr__cTrAe{position:relative;display:block;margin:20px auto 0;width:100px;height:100px}.cashier_deposit-address__IVP7n{position:relative;left:0;display:block;margin:15px auto 10px;width:100%}.cashier_deposit-address-value__U69g0{font-size:8.5px}.cashier_copy__7VhvF img{width:7px;height:7px}.cashier_deposit-description__AfjdH{position:relative;top:0;left:0;margin:0 auto;width:100%;display:block}.cashier_deposit-instructions__n2GaQ{margin-top:-10px;text-align:left;font-size:9px}.cashier_referral-submit__dOD7B{height:32px}.cashier_vip-info__v_ugt{font-size:11px}.cashier_scanning__fBFrZ{position:relative;top:0;left:0;display:block;margin-top:20px;font-size:12px}.cashier_scanning__fBFrZ img{width:12px;height:12px}.cashier_tip__G0SRh,.cashier_withdraw__80vh1{font-size:14px}.cashier_progress-track__BrqkK{margin:25px 0 35px}.cashier_progress-container__pHTyx{height:4px;margin-top:25px}.cashier_progress-fill__PEG6N,.cashier_progress-line__ykwt2{height:4px;margin-top:-3px}.cashier_milestone-dot__hnBn_{width:20px;height:20px;border-width:2px}.cashier_milestones__2RfjB{height:20px}.cashier_progress-track__BrqkK{position:relative;margin:10px 0 30px;padding:0 10px}.cashier_progress-container__pHTyx{position:relative;height:6px;margin-top:20px}.cashier_milestone-inner__VqqXd{width:6px;height:6px}.cashier_milestone-emoji__g2uiQ{top:-20px;font-size:10px}.cashier_milestone-value__BzkIZ{top:30px;font-size:9px}.cashier_claim-timer__Z4fsD{font-size:8px}.cashier_not-available__UBidP{font-size:9px}.cashier_rakeback-label__dOoIu{font-size:11px}.cashier_rakeback-value__qVYv_{font-size:9px}.cashier_rakeback-grid__b_3EQ{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:8px}.cashier_rakeback-claim__DGcV7{font-size:8px}}.account_account-modal__L6jV5{width:700px;height:500px}.account_tabs__BRFO8{display:flex;column-gap:15px;margin-bottom:20px}.account_tab__Ehxjl{width:25%;padding:7px 0;background:#02020236;border-radius:4px;text-align:center;font-family:Inter,sans-serif;font-size:14px;color:#ffffffcf;cursor:pointer}.account_tab__Ehxjl:hover{background:#0202024b;color:#fff}.account_active-tab__ca1Ww{background:#18aa6d;color:#fff}.account_active-tab__ca1Ww:hover{background:#1fcc84;color:#fff}.account_profile__CRDz8{display:flex;flex-wrap:nowrap;column-gap:20px}.account_pfp__LMw17{position:relative;display:flex;justify-content:center;align-items:center;width:151px;min-width:151px;height:151px;color:transparent;transition:all .3s ease;cursor:pointer}.account_pfp__LMw17:hover{opacity:.8}.account_pfp__LMw17 img{position:absolute;object-fit:cover;width:100%;height:100%;border-radius:6px;z-index:0}.account_username-field__iEEM_{width:100%}.account_button-container__DZzhf{height:50px}.account_save-profile__ysvaP{width:100%;font-size:15px;height:100%;background:#18aa6d;border-radius:6px;border:1px solid #18aa6d81;font-family:Inter,sans-serif;font-weight:700;color:#32323d}.account_save-profile__ysvaP img{vertical-align:middle;margin-right:10px;width:20px;height:20px}.account_save-profile__ysvaP:hover{background:#0e965d}.account_referrer-container__mexfj{width:100%}.account_referrer-button-container__oWKEe{margin-top:28px;width:30%;height:37px}.account_referrer__lbPgd{margin-top:20px}.account_set-referrer__BsWTt{width:100%;height:100%;background:#18aa6d;border-radius:6px;border:1px solid #18aa6d81;font-family:Inter,sans-serif;font-weight:700;color:#32323d}.account_set-referrer__BsWTt img{vertical-align:middle;margin-right:10px;width:20px;height:20px}.account_set-referrer__BsWTt:hover{background:#0e965d}.account_note__T9hnC{font-family:Inter,sans-serif;font-size:14px;color:#fdfdfd61;font-weight:100}.account_referrer-title___LOQs{font-family:Inter,sans-serif;font-size:16px}.account_referrer-instructions__hpBmb{font-family:Inter,sans-serif;font-size:15px;color:#fdfdfdbd}.account_bonus-container__Tdws6{display:flex;flex-direction:row;flex-wrap:nowrap;column-gap:10px;margin-bottom:10px;width:100%;border-radius:4px}.account_bonus-stat__e933Q{width:25%;padding:8px;background:#374c5f;border:1px solid #213241;border-radius:6px}.account_bonus-stat-title__2z56A{font-family:Inter,sans-serif;font-size:12px;color:#fdfdfddc}.account_bonus-stat-value__VNDHs{margin-top:-2px;padding:4px;background:#18aa6d27;border-radius:4px;float:right;font-family:Inter,sans-serif;font-size:11px;color:#18aa6d}.account_red__rnnn9{background:#d22a4336;color:#d22a43}.account_claim-bonus__j_P3G{width:100%;height:100%;background:#18aa6d;border-radius:6px;border:1px solid #18aa6d81;font-family:Inter,sans-serif;font-weight:700;color:#32323d}.account_claim-bonus__j_P3G img{vertical-align:middle;margin-right:10px;width:20px;height:20px}.account_claim-bonus__j_P3G:hover{background:#0e965d}.account_stats__h62sb{display:flex;flex-wrap:wrap;row-gap:10px}.account_stat__OmiNd{width:100%;padding:10px;background:#374c5f;border:1px solid #213241;border-radius:6px}.account_stat-title__vIXw_{font-family:Inter,sans-serif;font-size:13px;color:#fdfdfddc}.account_stat-value__Dc9FY{margin-top:-2px;padding:4px;background:#18aa6d27;border-radius:4px;float:right;font-family:Inter,sans-serif;font-size:12px;color:#18aa6d}.account_history__DEaZz{flex-direction:column;height:100%}.account_table-container__mIoMR{flex-grow:1;width:100%;height:315px;overflow:auto;background:#101921}.account_transactions__8sifF{width:100%;table-layout:fixed;border-collapse:collapse;border-radius:4px;overflow:auto}.account_transactions__8sifF tr{width:100%;border-radius:4px}.account_transactions__8sifF thead{position:-webkit-sticky;position:sticky;top:0;height:35px;background:#344757}.account_transactions__8sifF thead th{height:36.5px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;color:#fdfdfd}.account_transactions__8sifF thead th:first-child{border-top-left-radius:4px}.account_transactions__8sifF thead th:last-child{border-top-right-radius:4px}.account_transactions__8sifF tbody *{font-weight:700;font-size:12px;color:#fff}.account_transactions__8sifF tbody th{padding:8px;font-family:Inter,sans-serif;font-size:12px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.account_transactions__8sifF tbody th:last-child{font-family:Roboto Mono;cursor:pointer}.account_transactions__8sifF tbody th img{margin-right:5px;cursor:pointer}.account_transactions__8sifF tbody tr:nth-child(odd){background:#202f3c}.account_transactions__8sifF tbody tr:nth-child(2n){background:#17232c}.account_pagination__hRoUc{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:auto;width:100%;padding:9.5px;background:#374c5f;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.account_pagination__hRoUc button{width:50%;background:none;border:none;border-radius:3px;font-family:Inter,sans-serif;font-size:10px;font-weight:700;color:#fdfdfd}.account_pagination__hRoUc span{font-family:Inter,sans-serif;font-size:12px;font-weight:700;color:#fdfdfd63}.account_settings-title-container__Osxc7{margin:0}.account_settings-title__Qk5VC{display:block;font-family:Inter,sans-serif;font-size:18px;font-weight:700;color:#fdfdfd}.account_settings-subtitle__I_Cg1{font-family:Inter,sans-serif;font-size:14px;font-weight:lighter;color:#fdfdfd61}.account_settings-subtitle__I_Cg1 a{color:#7f76ff;text-decoration:none}.account_settings-subtitle__I_Cg1 a:hover{text-decoration:underline}.account_discord__yo67b{position:relative;margin:20px 0 10px;width:100%;height:90px;border-radius:4px}.account_discord-title__62m3I{float:center;font-family:Roboto Mono,sans-serif;font-size:12px;color:#fdfdfd61}.account_discord-value___XYOH{margin-top:-2px;padding:4px;background:#18aa6d27;border-radius:4px;float:right;font-family:Inter,sans-serif;font-size:14px;color:#18aa6d;margin-bottom:10px}.account_discord__yo67b button{font-size:15px;width:100%;padding:10px 0;background:#18aa6d;border-radius:6px;border:1px solid #18aa6d81;font-family:Inter,sans-serif;font-weight:700;color:#32323d}.account_discord__yo67b button img{vertical-align:middle;margin-right:10px;width:20px}.account_discord__yo67b button:hover{background:#0e965d}.account_muted__iUhKP{display:flex;flex-direction:column;row-gap:5px;margin-top:10px;height:140px;padding-right:10px;overflow-y:scroll}.account_mute__z7nhs{width:100%;padding:10px;background:#374c5f;border:1px solid #213241;border-radius:6px}.account_mute-name__bv3wW{font-family:Inter,sans-serif;font-size:13px;color:#fdfdfddc}.account_mute__z7nhs img{vertical-align:middle;margin-top:3px;float:right;cursor:pointer;transition-duration:.15s}.account_mute__z7nhs img:hover{transform:scale(1.2)}.account_field-row__ep3xi{display:flex;gap:15px;width:100%}.account_field-full__7UKcu,.account_field-single__8tbvj{width:100%}.account_field-half__dWvD4{width:calc(50% - 7.5px)}.account_field-row__ep3xi .account_field-half__dWvD4:first-child{margin-right:0}.account_field-row__ep3xi .account_field-half__dWvD4:last-child{margin-left:0}.account_verified__3tUXA{color:#4caf50;margin-left:8px;font-size:12px}.account_unverified__giiMa{color:#ff9800;margin-left:8px;font-size:12px}@media (max-width:750px){.account_field-row__ep3xi{flex-direction:column;gap:10px}.account_field-half__dWvD4{width:100%}.account_account-modal__L6jV5{width:300px;height:auto}.account_tabs__BRFO8{column-gap:5px;margin-bottom:15px}.account_tab__Ehxjl{font-size:10px}.account_profile__CRDz8{column-gap:15px}.account_pfp__LMw17{width:111px;min-width:111px;height:111px}.account_pagination__hRoUc span{margin-top:1px;font-size:10px}.account_button-container__DZzhf{height:25px}.account_save-profile__ysvaP{font-size:12px}.account_save-profile__ysvaP img{margin-right:5px;width:12px;height:12px}.account_referrer-container__mexfj{width:100%}.account_referrer-button-container__oWKEe{margin-top:23px;width:50%;height:31px}.account_referrer__lbPgd{margin-top:20px}.account_set-referrer__BsWTt{font-size:12px}.account_set-referrer__BsWTt img{margin-right:5px;width:12px;height:12px}.account_note__T9hnC{font-family:Inter,sans-serif;font-size:12px}.account_referrer-title___LOQs{font-family:Inter,sans-serif;font-size:16px}.account_referrer-instructions__hpBmb{font-family:Inter,sans-serif;font-size:13px;color:#fdfdfdbd}.account_bonus-container__Tdws6{flex-direction:column;row-gap:10px;margin-bottom:10px}.account_bonus-stat__e933Q{width:100%}.account_claim-bonus__j_P3G{font-size:12px}.account_claim-bonus__j_P3G img{margin-right:5px;width:12px;height:12px}.account_table-container__mIoMR{height:360px}.account_stat__OmiNd{padding:7px}.account_stat-title__vIXw_{font-size:12px;text-align:center}.account_stat-value__Dc9FY{margin-top:-2px;padding:4px;background:#18aa6d27;border-radius:4px;float:right;font-family:Inter,sans-serif;font-size:10px;color:#18aa6d}.account_transactions__8sifF thead th{font-size:11px}.account_transactions__8sifF tbody th{font-size:8.5px}.account_discord-title__62m3I{text-align:center;font-family:Inter,sans-serif;font-size:10px;font-weight:100}.account_discord-value___XYOH{margin-top:-2px;padding:4px;background:#18aa6d27;border-radius:4px;float:right;font-family:Inter,sans-serif;font-size:12px;color:#18aa6d}.account_discord__yo67b button{padding:8px;font-size:12px}.account_discord__yo67b button img{vertical-align:middle;margin-right:5px;width:14px;height:14px}.account_muted__iUhKP{height:165px}.account_settings-title__Qk5VC{display:block;font-family:Inter,sans-serif;font-size:14px;font-weight:700;color:#fdfdfd}.account_settings-subtitle__I_Cg1{font-family:Inter,sans-serif;font-size:12px;font-weight:lighter;color:#fdfdfd61}}.pfp_pfp-modal__AVwNy{width:500px;height:367px}.pfp_load__yInPL{position:absolute;top:50%;left:50%;width:40px;height:auto;border:none!important;cursor:default!important;animation:pfp_rotation__Pq_VU 3s linear infinite}@keyframes pfp_rotation__Pq_VU{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.pfp_pfps__Vh27V{display:flex;flex-wrap:wrap;row-gap:10px;column-gap:10px;height:auto;overflow-y:auto}.pfp_pfps__Vh27V img{border:2px solid #ffffff28;border-radius:8px;cursor:pointer;transition:.2s}.pfp_pfps__Vh27V img:hover{border-color:#18aa6d}@media (max-width:750px){.pfp_pfp-modal__AVwNy{width:300px;height:520px}.pfp_pfps__Vh27V{height:auto}}.user_user-modal__EgT_1{width:700px;height:460px}.user_profile__eWXb6{display:flex;flex-direction:row;flex-wrap:nowrap;column-gap:20px}.user_pfp__PYB9J{border-radius:4px}.user_stats__acXwg{display:flex;flex-direction:column;row-gap:20px;width:100%;border-radius:4px}.user_stat-row__EVxYp{display:flex;flex-direction:row;column-gap:20px}.user_stat__T_aVB{width:50%;padding:10px;background:#374c5f;border:1px solid #213241;border-radius:6px}.user_stat-title__n0tfR{font-family:Inter,sans-serif;font-size:13px;color:#fdfdfddc}.user_stat-value__x51Et{margin-top:-2px;padding:4px;background:#18aa6d27;border-radius:4px;float:right;font-family:Inter,sans-serif;font-size:12px;color:#18aa6d}.user_red__AMp1n{background:#d22a4336;color:#d22a43}.user_tip__CArbe{margin-top:30px}.user_tip-title__9RYcu{font-family:Inter,sans-serif;font-size:18px;font-weight:700;color:#fdfdfd}.user_tip-sub-title__WXbDC{margin-top:-13px;font-family:Inter,sans-serif;font-size:14px;font-weight:100;color:#fdfdfd61}.user_tip-button-container__SHI_e{margin:10px 0 20px;width:100%;height:50px}.user_send-tip__fNXOU{width:100%;height:100%;background:#18aa6d;border-radius:6px;border:1px solid #18aa6d81;font-family:Inter,sans-serif;font-weight:700;color:#32323d}.user_send-tip__fNXOU img{margin-right:5px;width:12px;height:12px}.user_send-tip__fNXOU:hover{background:#0e965d}.user_note__Hmwva{font-family:Inter,sans-serif;font-size:13px;color:#fdfdfdbd}@media (max-width:750px){.user_user-modal__EgT_1{width:300px;height:520px}.user_pfp__PYB9J{display:none}.user_stats__acXwg{row-gap:10px}.user_stat-row__EVxYp{flex-direction:column;row-gap:10px}.user_stat__T_aVB{width:100%}}.wheel_App__dO659{text-align:center;margin-top:-25px;display:flex;flex-direction:column;align-items:center;justify-content:center}.wheel_modal__bOCDr{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:rgba(0,0,0,.4);animation:wheel_dropDown__0o5f6 .5s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.wheel_modal-content__RfYww{overflow:hidden;background:radial-gradient(50% 50% at 50% 50%,#32434f 0,#223440 100%);margin:30vh auto;width:40vh;height:30vh;border:2px solid #02b97fa1;border-radius:1vh;box-shadow:0 0 3vh rgba(2,185,127,.2);display:flex;justify-content:center;align-items:center}.wheel_modal-body__Rf9is{margin-top:3vh;margin-bottom:2.2vh;height:8vh}.wheel_modal-title__8bIFK{margin-top:-.7vh;margin-bottom:1vh;font-family:Inter,sans-serif;font-style:normal;font-weight:900;font-size:2.8vh;color:#fff;text-shadow:0 0 10px hsla(0,0%,100%,.301)}.wheel_modal-subtitle__YMqFU{font-family:Inter,sans-serif;font-style:normal;font-weight:700;font-size:1.2vh;color:#ffe564;text-shadow:0 0 6px hsla(50,94%,69%,.5)}.wheel_title__CX24z{font-weight:700;color:#f0f0f0;text-shadow:0 0 6px #e8e8e8;width:100%;text-align:center;display:block;font-family:Oleo Script Swash Caps,cursive;font-weight:500;font-size:40px;color:#fff;z-index:1;filter:drop-shadow(0 6px 8px #000000);-webkit-user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.wheel_title__CX24z:after,.wheel_title__CX24z:before{width:100%;display:block;content:attr(data-text);position:absolute;top:0;left:0;opacity:.9}.wheel_title__CX24z:before{animation:wheel_glitch-it__XiuIS 4s cubic-bezier(.25,.46,.45,.94) infinite both;color:#00d3d380;filter:drop-shadow(0 0 5px #00d3d3d5);z-index:-1}.wheel_title__CX24z:after{animation:wheel_glitch-it__XiuIS 5s cubic-bezier(.25,.46,.45,.94) infinite reverse both;color:#86008681;filter:drop-shadow(0 0 6px #860086c7);z-index:-2}@keyframes wheel_glitch-it__XiuIS{0%{transform:translate(0)}5%{transform:translate(-2px,2px)}10%{transform:translate(-2px,-2px)}15%{transform:translate(2px,2px)}20%{transform:translate(2px,2px)}25%{transform:translate(0)}to{transform:translate(0)}}.wheel_wheel-button__j3HMn{width:24px;height:24px;background:radial-gradient(50% 50% at 50% 50%,#25b4d5 0,#1c89a1 78.5%,#c5bf67 90.5%)}.wheel_wheel-button-border__HoNob,.wheel_wheel-button__j3HMn{position:absolute;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.wheel_wheel-button-border__HoNob{width:18px;height:18px;background:linear-gradient(180deg,#faf38d,#807b35);box-shadow:0 0 10px rgba(0,0,0,.5)}.wheel_wheel-container__1AkmQ{position:relative;width:400px;height:400px;background:radial-gradient(50% 50% at 50% 50%,#32343b 65%,#212227 93.5%);box-shadow:inset 0 0 6px hsla(0,0%,49%,.25);margin:30px auto 45px}.wheel_wheel-container__1AkmQ,.wheel_wheel__64F8c{border-radius:50%;filter:drop-shadow(0 4px 4px rgba(0,0,0,.25))}.wheel_wheel__64F8c{width:100%;height:auto;transition:transform 6s ease-out;-webkit-user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;cursor:-webkit-grabbing;cursor:grabbing}.wheel_wheel__64F8c.wheel_spinning__suRHG{animation:wheel_blurFadeOut__9kTE8 6s linear forwards}@keyframes wheel_blurFadeOut__9kTE8{0%{filter:blur(1.2px)}50%{filter:blur(.8px)}to{filter:blur(0)}}.wheel_outer-circle__InAb7{position:relative;width:100%;height:auto;margin:auto;background:radial-gradient(50% 50% at 50% 50%,rgba(76,77,80,0) 21.5%,#212227 93.5%);box-shadow:inset 0 0 6px hsla(0,0%,100%,.25);filter:drop-shadow(0 4px 4px rgba(0,0,0,.25))}.wheel_congrats-message__Pju_Z{font-size:1.5em;color:#d4af37;margin-top:10px}@keyframes wheel_dropDown__0o5f6{0%{top:-300px;opacity:0}to{top:0;opacity:1}}.wheel_modal__bOCDr.wheel_show__yih5p{display:block}.wheel_modal-footer__3l8Qh{font-family:Inter,sans-serif;font-weight:600;background-color:#02b97f;color:#fff;font-size:1.2vh;border:none;border-radius:.6vh;cursor:pointer;filter:drop-shadow(0 0 .2vw #02B97F);padding:1.4vh;transition:all .3s ease}.wheel_modal-footer__3l8Qh:hover{background-color:#2abd8e;filter:drop-shadow(0 0 .35vw #02b97fb7);transition:all .3s ease;box-shadow:inset 0 0 6px hsla(0,0%,100%,.39)}.wheel_modal-footer__3l8Qh>button:hover{background-color:#0a7a57}.wheel_spin-button__Lp3QF:hover{background:#0e965d;box-shadow:inset 0 0 6px hsla(0,0%,100%,.2);filter:drop-shadow(0 0 6px #0e965db7);transition:all .3s ease}.wheel_spin-button__Lp3QF{filter:drop-shadow(0 0 4px #18aa6db7);background:#18aa6d;font-family:Inter,sans-serif;border-radius:5px;width:180px;height:45px;font-weight:800;font-size:14px;color:#fff;border:none;cursor:pointer;transition:all .3s ease;margin-top:-10px;text-shadow:0 0 8px rgba(0,0,0,.2);margin-bottom:50px}.wheel_spin-button-text__hD0G3{font-size:12px;color:#ed4458;font-weight:100;font-family:Inter,sans-serif;padding:10px;border-radius:5px}.wheel_hint-wrapper__UTrH6{display:flex;background:#0505054d;text-align:center;justify-content:center;align-items:center;width:80%;border-radius:10px;margin-top:30px;height:auto;-webkit-user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;cursor:help}.wheel_hint-containter__vTaoD{margin:auto;width:100%;border:1px solid red}.wheel_disabled-button__vlesM{box-shadow:inset 0 0 0 hsla(0,0%,100%,0);background:#d22a43;font-family:Inter,sans-serif;color:#fff;border:1px solid #d22a43b0;filter:none}.wheel_disabled-button__vlesM:hover{background:#f62746;color:#fff;filter:none}.wheel_active-button__hzOBz{box-shadow:inset 0 0 0 hsla(0,0%,100%,0);background:#18aa6d;filter:drop-shadow(0 0 0 #18aa6d81)}.wheel_active-button__hzOBz:hover{background:#0e965d}.wheel_ticker__iqLwH{position:absolute;margin-top:5px;left:50%;transform:translateX(-50%);filter:drop-shadow(0 4px 4px rgba(0,0,0,.4));-webkit-user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;width:35px;height:auto}.wheel_ticker__iqLwH.wheel_oscillate__RuO2B{animation:wheel_oscillate__RuO2B .05s ease-in-out}@keyframes wheel_oscillate__RuO2B{0%{transform:translateX(-50%) rotate(0deg)}50%{transform:translateX(-50%) rotate(-10deg)}to{transform:translateX(-50%) rotate(0deg)}}.wheel_user-data__v4Chm{width:25%;position:absolute;top:20px;left:20px;background-color:hsla(0,0%,100%,.8);padding:10px;border-radius:5px;color:#000;font-size:10px;font-family:monospace}.wheel_spin-count-controls__f2z5_{margin-top:10px}.wheel_spin-count-controls__f2z5_ button{margin-right:5px;padding:5x 10px;font-size:10px}.wheel_progress-bars__FWhEy{margin-top:20px}.wheel_progress-bar__JxHYd{width:100%;height:20px;background-color:#e0e0e0;border-radius:10px;margin-bottom:10px;position:relative}.wheel_progress__WpEhz{height:100%;background-color:#4caf50;border-radius:10px;transition:width .5s ease}.wheel_progress-bar__JxHYd span{position:absolute;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.wheel_progress-bar__JxHYd .wheel_progress__WpEhz.wheel_completed__E4BDJ{background-color:#4caf50}.wheel_prize-svg__zB2g_ svg{width:40%;height:auto}@media (max-width:750px){.wheel_wheel-button__j3HMn{width:18px;height:18px}.wheel_ticker__iqLwH{width:26px;margin-top:0}.wheel_wheel-container__1AkmQ{position:relative;width:270px;height:270px;margin-top:20px;margin-bottom:35px}.wheel_wheel__64F8c.wheel_spinning__suRHG{animation:wheel_blurFadeOut__9kTE8 6s linear forwards}@keyframes wheel_blurFadeOut__9kTE8{0%{filter:blur(1.2px)}50%{filter:blur(.8px)}to{filter:blur(0)}}.wheel_spin-button__Lp3QF{width:160px;height:40px;text-shadow:0 0 4px rgba(0,0,0,.1);margin-top:0}}.wheel_wheel-modal__fwtTe{width:700px;height:660px}.wheel_button-container__UrSiz{height:50px}.wheel_phantom__ENr98{width:100%;height:100%;background:#06df84;border-radius:6px;border:1px solid #06df8481;font-family:Inter,sans-serif;font-weight:700;color:#32323d}.wheel_phantom__ENr98 img{vertical-align:middle;margin-right:10px;width:20px;height:20px}.wheel_phantom__ENr98:hover{background:#0e965d;transition-duration:.2s}.wheel_captcha-container__3xGki{padding:10px 0}.wheel_captcha__bGbll{font-family:Inter,sans-serif;font-size:12px;color:#fdfdfd39;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wheel_actual-wheel__DmN9R{width:50%}@media (max-width:750px){.wheel_wheel-modal__fwtTe{width:330px;height:530px}.wheel_captcha-container__3xGki{left:20px;width:270px}}.header_nav-container__m5VL4{height:50px;background:#202f3c}.header_nav__uF2g4{position:relative;display:flex;align-items:center;margin:0 auto;width:95%;min-width:360px;height:50px}.header_big-nav-logo__ftSf4,.header_small-nav-logo__BqquB{position:absolute;left:0;cursor:pointer;text-decoration:none}.header_small-nav-logo__BqquB{display:none}.header_logo__NlRuX{vertical-align:middle;margin-right:10px;width:25px;height:25px}.header_big-nav-logo__ftSf4 span{font-family:Roboto Mono,sans-serif;font-size:18px;font-weight:700;color:#fdfdfd}.header_green__chmsw{color:#18aa6d!important}.header_tabs__eJxwq{position:absolute;left:200px;display:flex;flex-direction:row;column-gap:30px}.header_tab__zAGwv{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#fdfdfd;text-decoration:none;cursor:pointer;text-transform:lowercase;transition:.2s}.header_active-tab___YBkr{color:#18aa6d!important;text-decoration:underline!important}.header_active-tab___YBkr:hover{color:#18aa6d;text-decoration:underline}.header_tab__zAGwv:hover{color:#fdfdfd;text-decoration:underline}.header_tab__zAGwv:active{color:#18aa6d;text-decoration:underline}.header_header-button__jUfJC{display:inline-block;height:35px;padding:0 15px;border-radius:4px;font-size:15px}.header_login-container__8pUym{position:absolute;right:0}.header_login__gS7Qa{background:none;border:none;font-family:Inter,sans-serif;color:#fdfdfd}.header_login__gS7Qa:hover{color:#18aa6d}.header_wheel__8G41g{margin-right:15px;display:inline-block;position:relative;height:26px;width:26px;line-height:26px;text-align:center;font-size:13px;color:#141722;background:#18aa6d;border:none;border-radius:5px;cursor:pointer;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:.2s}.header_wheel__8G41g img{width:15px;height:15px;vertical-align:middle;margin:-1px auto 0;transition:transform .2s ease}.header_wheel__8G41g:hover img{animation:header_wheelSpin__4X3jb .4s ease-in-out 1 alternate}@keyframes header_wheelSpin__4X3jb{0%{transform:rotate(0deg)}25%{transform:rotate(-2turn)}50%{transform:rotate(15deg)}75%{transform:rotate(-10deg)}to{transform:rotate(0deg)}}.header_available-spin__DTtQf{position:absolute;top:-2px;right:-2px;width:8px;height:8px;background:#f44;border:2px solid #202f3c;border-radius:50%;animation:header_pulse__R81yB 2s infinite}@keyframes header_pulse__R81yB{0%{box-shadow:0 0 0 0 rgba(255,68,68,.7)}70%{box-shadow:0 0 0 5px rgba(255,68,68,0)}to{box-shadow:0 0 0 0 rgba(255,68,68,0)}}.header_wheel__8G41g:hover{background:#40d5fa;animation:header_swing__aNKRc .4s ease-in-out 1 alternate}.header_wheel__8G41g:active{margin-top:0;background:#40d5fa;opacity:.6;transform:rotate(0deg)}@keyframes header_swing__aNKRc{0%,30%,50%,70%,to{transform:rotate(0deg)}10%{transform:rotate(8deg)}40%{transform:rotate(-8deg)}60%{transform:rotate(4deg)}80%{transform:rotate(-4deg)}}.header_register__IBgD2{margin-left:10px;background:none;border:none;font-family:Inter,sans-serif;color:#fdfdfd}.header_register__IBgD2:hover{color:#18aa6d}.header_account-container__gcsas{position:absolute;right:0}.header_cashier__Yu12Y{vertical-align:middle;margin-right:15px;line-height:30px;padding:5px 10px;background:#18aa6d;border:1px solid transparent;border-radius:4px;font-family:Inter,sans-serif;font-size:13px;color:#fdfdfd;transition:background 1.5s ease-in-out;cursor:pointer}.header_cashier__Yu12Y:hover{background:#10965e}.header_cashier-highlight__aK0n6{background:#139760!important}.header_cashier-highlight__aK0n6:hover{background:#1fc278!important}.header_account__NqvJr{vertical-align:middle;max-width:275px;line-height:30px;padding:5px 10px;background:#101921;border:1px solid transparent;border-radius:4px;font-family:Inter,sans-serif;font-size:13px;color:#fdfdfd;transition-duration:.15s;cursor:pointer}.header_account__NqvJr img{width:10px;height:10px}.header_account__NqvJr:hover{background:#15212b}.header_balance__8Hv3z{margin-left:25px;font-family:Inter,sans-serif;font-size:14px;color:#18aa6d}.header_balance__8Hv3z:hover{color:#19c77e;cursor:default}.header_line__YfOvb{display:inline-block;vertical-align:middle;margin-left:30px;margin-right:15px;width:1px;height:25px;border:1px dotted #2d4050}.header_wheel-icon__xAAuP{width:14px}.header_logout-icon__pPu24,.header_wheel-icon__xAAuP{vertical-align:middle;margin-left:15px;height:auto;border-radius:3px;cursor:pointer}.header_logout-icon__pPu24{width:25px}.header_logout-icon__pPu24:hover{transform:scale(.96);transition-duration:.15s;filter:drop-shadow(0 2px 0 #821424)}.header_logout-icon__pPu24:active{transform:translateX(30%);transition-duration:.1s;opacity:.3}@media (max-width:1250px){.header_nav__uF2g4{width:95%!important}.header_cashier-container__4J0UV{left:200px!important;transform:none!important}}@media (max-width:850px){.header_username__ljLKz{display:none}}@media (max-width:750px){.header_big-nav-logo__ftSf4{display:none}.header_small-nav-logo__BqquB{display:block;margin-left:5px}.header_tabs__eJxwq{display:none}.header_login-container__8pUym{margin-right:10px}.header_cashier__Yu12Y{margin-right:12.5px}.header_account-container__gcsas{margin-right:15px}.header_header-button__jUfJC{font-size:14px}}body{position:fixed;margin:0;width:100%;height:100%;padding:0;background:#101921;color:#fff;font-family:Inter,sans-serif;overflow:hidden!important}*,:after,:before{scroll-behavior:smooth;box-sizing:border-box}button,input,select{outline:none;font:inherit}button{transition:.15s linear;cursor:pointer}button:disabled{cursor:not-allowed!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a2733}::-webkit-scrollbar-thumb{background:#2e4153}::-webkit-scrollbar-thumb:hover{background:#2e4153b0}.wallet-adapter-dropdown:not([disabled]){width:100%!important;color:#fff!important;line-height:48px!important;border:none!important;cursor:pointer!important}.wallet-adapter-button:not([disabled]){transition:background .15s,transform .15s,box-shadow .1s,opacity .15s!important;width:100%!important;justify-content:center;align-items:center;padding:0 20px;gap:6px}.wallet-adapter-button:active{transform:scale(.98);opacity:.8;box-shadow:0 0 2px 8px rgba(0,0,0,.1)}.wallet-adapter-button:not([disabled]):hover{background-color:#1a2733}.wallet-adapter-button-trigger:not([disabled]){width:100%!important;background-color:#18aa6d;border:1px solid #18aa6d81}.wallet-adapter-button-trigger:not([disabled]):hover{width:100%!important;background-color:#0e965d}.wallet-adapter-modal-wrapper:not([disabled]){background-color:#17232d!important}h2{font-size:20px}h3{font-size:18px}small{font-size:13px}li,p{font-size:14px}@media (max-width:750px){.wallet-adapter-button{font-size:14px}}@font-face{font-family:Inter;src:url(/fonts/InterVariable.ttf) format("truetype");font-weight:100 900;font-stretch:75% 125%}@font-face{font-family:Roboto Mono;src:url(/fonts/RobotoMono.ttf) format("truetype");font-weight:100 900;font-stretch:75% 125%}