@charset "UTF-8";: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, .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( to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,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:translate(-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:translate(-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-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.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:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;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__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;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:10px;margin-inline-end:10px;width:20px;-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--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{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:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:initial;transform-origin:right;border-bottom-left-radius:initial;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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}@font-face{font-family:Halyard Display;src:url(/fonts/Halyard/fonnts.com-Halyard_Display_Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Halyard Display;src:url(/fonts/Halyard/fonnts.com-Halyard_Display_Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Halyard Display;src:url(/fonts/Halyard/fonnts.com-Halyard_Display_Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Halyard Display;src:url(/fonts/Halyard/fonnts.com-Halyard_Display_SemiBold.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:PP Neue Machina;src:url(/fonts/PPNEUE/PPNeueMachina-Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:PP Neue Machina;src:url(/fonts/PPNEUE/PPNeueMachina-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PP Neue Machina;src:url(/fonts/PPNEUE/PPNeueMachina-Ultrabold.otf) format("opentype");font-weight:800;font-style:normal;font-display:swap}html{overflow-x:hidden;margin-right:calc(-1*(100vw - 100%));background-color:#000}*{padding:0;margin:0;box-sizing:border-box}body{font-family:Space Mono,monospace}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{transition:background-color 5000s ease-in-out 0s;-webkit-text-fill-color:#98979d}.Toastify__toast{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:20px;font-weight:500;line-height:20.25px;font-display:swap;color:var(--text-color);color:#000;font-family:Satoshi;padding:20px;border-radius:8px}.Toastify__toast-body{font-weight:500;line-height:1.5}.pages-wrapper{background-color:var(--pages-wrapper-background)}.dashboard-layout-wrapper{display:flex;min-height:100vh;background:#f7f6f3}.dashboard-layout-wrapper .metrics-dashboard-width{margin-left:96px!important}@media only screen and (max-width: 768px){.dashboard-layout-wrapper .metrics-dashboard-width{margin-left:0!important}}.dashboard-layout-wrapper .dashboard-content{flex:1;overflow-x:auto;overflow-y:auto;padding:10px;box-sizing:border-box;margin-left:240px;transition:margin-left .3s ease}.dashboard-layout-wrapper .dashboard-content .dashboard-children{max-width:100%}.dashboard-layout-wrapper.collapsed .dashboard-content{margin-left:60px}.night-theme{background-color:#151414}.night-theme .sticky-nav{background-color:#1e1e1e;box-shadow:0 2px 4px #ffffff1a}.night-theme .nav-actions .MuiIconButton-root{color:#f7f6f3}.night-theme .add-menu,.night-theme .user-menu{background-color:#1e1e1e;color:#f7f6f3}@media only screen and (max-width: 768px){.dashboard-layout-wrapper{flex-direction:column}.dashboard-layout-wrapper .dashboard-content{margin-left:0;padding-top:60px}.dashboard-layout-wrapper.collapsed .dashboard-content{margin-left:0}}.checkout-body{padding-top:28px}.checkout-container .step-header{color:#f7f4f3}@media (max-width: 1023px){.checkout-container .step-header{text-align:center}}.checkout-container .step-header h1{padding-left:0}.checkout-container .step-header.CheckoutContent{text-align:start;width:100%;max-width:948px;padding-left:24px;margin-inline:auto;margin-bottom:15px}.checkout-container .step-container{max-width:948px;width:100%}.checkout-container .step-container .worthy-payments-container{padding:0}.checkout-container .pageTitle{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:40px;font-weight:500;line-height:44px;font-display:swap;color:var(--text-color);color:#47119c;font-family:Satoshi;padding-left:1.5rem}.checkout-container .checkout-body-content{display:flex;gap:0px 1.5rem;padding:0;justify-content:center}@media (max-width: 1023px){.checkout-container .checkout-body-content{display:block}}.checkout-container .checkout-body-content .checkout-info{width:100%;max-width:45.039%}@media (max-width: 1230px){.checkout-container .checkout-body-content .checkout-info{max-width:100%}}.checkout-container .checkout-body-content .checkout-info .lg-none{display:none}@media only screen and (max-width: 767px){.checkout-container .checkout-body-content .checkout-info .lg-none{display:block}}@media only screen and (max-width: 767px){.checkout-container .checkout-body-content .product-detail .sm-none{display:none}}.checkout-container .checkout-body-content .info-card{background:linear-gradient(180deg,#ffffff0a 99.99%,#9999990a);border:1px solid var(--card-border-color);box-shadow:var(--card-box-shadow);color:var(--card-text-color);padding:var(--card-padding);border-radius:var(--card-border-radius);gap:var(--card-gap);display:flex;flex-direction:column;margin-top:1.5rem!important;display:block;overflow:hidden}.checkout-container .checkout-body-content .info-card .sec-header{display:flex;justify-content:space-between;align-items:center;gap:10px}.checkout-container .checkout-body-content .info-card .sec-header svg{cursor:pointer;transition:.4s all}.checkout-container .checkout-body-content .info-card .sec-header .rotate-180{rotate:-180deg}.checkout-container .checkout-body-content .info-card .card-title{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:24px;font-weight:700;line-height:32.4px;font-display:swap;color:var(--text-color);color:--card-text-color;font-family:Satoshi;letter-spacing:-.7px}.checkout-container .checkout-body-content .info-card form .form-group{margin-bottom:1rem}.checkout-container .checkout-body-content .info-card form .form-group:last-child{margin-bottom:0}.checkout-container .checkout-body-content .info-card form .form-group label{font-size:var(--form-label-font-size);font-weight:var(--form-label-font-weight);line-height:var(--form-label-line-height);color:var(--text-color);margin-bottom:var(--form-label-margin-bottom);display:inline-block;font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--card-text-color)}.checkout-container .checkout-body-content .info-card form .form-group input{box-shadow:var(--input-box-shadow);border:var(--input-border-color);background:var(--input-background-color);padding:clamp(.5rem,2vw,1rem);border-radius:var(--input-border-radius);display:flex;min-height:44px;height:auto;color:var(--text-color);font-size:clamp(1rem,3vw,1.125rem);font-weight:400;margin-bottom:0;color:var(--card-text-color)}@media only screen and (min-width: 768px){.checkout-container .checkout-body-content .info-card form .form-group input{padding:var(--input-padding);min-height:48px;font-size:16px}}.checkout-container .checkout-body-content .info-card form .form-group input::placeholder{color:var(--input-placeholder-color)}.checkout-container .checkout-body-content .info-card form .inline-form-group{display:flex;justify-content:space-between;gap:1rem}.checkout-container .checkout-body-content .info-card form .inline-form-group .form-group{width:50%;margin-bottom:0}.checkout-container .checkout-body-content .info-card .prodect-detail-row{display:flex;justify-content:space-between;align-items:center;padding:12px 8px;border-bottom:1px solid var(--card-border-color);margin-bottom:1rem}.checkout-container .checkout-body-content .info-card .prodect-detail-row:last-child{border-bottom:0;margin-bottom:0}.checkout-container .checkout-body-content .info-card .prodect-detail-row .produce-title,.checkout-container .checkout-body-content .info-card .prodect-detail-row .produce-desc{font-size:16px;font-weight:400;line-height:21.1px;color:var(--card-text-color)}.checkout-container .checkout-body-content .product-detail{width:100%}@media (max-width: 1230px){.checkout-container .checkout-body-content .product-detail{max-width:100%}}.checkout-container .checkout-body-content .product-detail .info-card form{height:159px}.checkout-container .checkout-body-content .product-detail .pay-now-btn{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-width:44px;min-height:44px;font-size:clamp(1rem,3vw,1.125rem);font-weight:300;line-height:1.4;color:#f7f6f3;padding:clamp(.5rem,2vw,1rem);text-transform:uppercase;border:none;cursor:pointer;background-color:#47119c;width:100%;margin-bottom:clamp(.5rem,2vw,1rem);transition:all .3s ease;margin-top:3rem}@media only screen and (min-width: 768px){.checkout-container .checkout-body-content .product-detail .pay-now-btn{min-width:auto;min-height:auto}}@media only screen and (min-width: 768px){.checkout-container .checkout-body-content .product-detail .pay-now-btn{font-size:20px;line-height:26.38px;padding:11px 7px;margin-bottom:1rem;min-height:auto}}.checkout-container .checkout-body-content .product-detail .pay-now-btn:disabled{background-color:light-dark(rgba(239,239,239,.3),rgba(19,1,1,.3));color:light-dark(rgba(16,16,16,.3),rgba(255,255,255,.3));border-color:light-dark(rgba(118,118,118,.3),rgba(195,195,195,.3))}.navbar{position:fixed;left:0;top:0;width:240px;height:100vh;background-color:#1a1a1a;color:#fff;display:flex;flex-direction:column;padding:1.5rem 1rem;z-index:1}@media (max-height: 800px){.navbar{padding:16px 12px}}@media (max-height: 750px){.navbar{overflow:auto}}.navbar .menu-wrapper{display:none}.navbar .logo-container{display:flex;align-items:center;justify-content:center;margin-bottom:2rem}@media (max-height: 800px){.navbar .logo-container{margin-bottom:1rem}}.navbar .logo-container .logoIcon{background-color:transparent;border:none;outline:none;cursor:pointer}.navbar .logo-container svg{transform:scale(.9)}.navbar .logo-small{display:none}.navbar .new-challenge{padding:.75rem;border-radius:4px;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-width:44px;min-height:44px;font-size:clamp(1rem,3vw,1.125rem);font-weight:300;line-height:1.4;color:#f7f6f3;padding:clamp(.5rem,2vw,1rem);text-transform:uppercase;border:none;cursor:pointer;background-color:#47119c;width:100%;margin-bottom:clamp(.5rem,2vw,1rem);transition:all .3s ease;font-size:16px}@media only screen and (min-width: 768px){.navbar .new-challenge{min-width:auto;min-height:auto}}@media only screen and (min-width: 768px){.navbar .new-challenge{font-size:20px;line-height:26.38px;padding:11px 7px;margin-bottom:1rem;min-height:auto}}.navbar .new-challenge:disabled{background-color:light-dark(rgba(239,239,239,.3),rgba(19,1,1,.3));color:light-dark(rgba(16,16,16,.3),rgba(255,255,255,.3));border-color:light-dark(rgba(118,118,118,.3),rgba(195,195,195,.3))}@media (max-height: 800px){.navbar .new-challenge{padding:6px;margin-bottom:10px}}.navbar .new-challenge svg{margin-right:.5rem;color:#fff}.navbar .nav-items{list-style-type:none;padding:0;width:100%;flex-grow:1}.navbar .nav-items li{align-items:center;padding:.5rem;cursor:pointer;transition:background-color .3s ease;border-radius:4px;font-size:14px;font-weight:400;line-height:1.2;font-display:swap;color:var(--text-color);color:#fff;font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin-bottom:.2rem;letter-spacing:.5px}.navbar .nav-items li .child{margin-top:.4rem;margin-left:1.5rem}.navbar .nav-items li .child-items{max-height:200px;overflow-y:auto}.navbar .nav-items li .child-items::-webkit-scrollbar{width:4px;height:4px}.navbar .nav-items li .child-items::-webkit-scrollbar-track{background:transparent}.navbar .nav-items li .child-items::-webkit-scrollbar-thumb{background:#fff;border-radius:4px;opacity:0;transition:opacity .2s}.navbar .nav-items li .child-items:hover::-webkit-scrollbar-thumb{opacity:1}.navbar .nav-items li .li-content{display:flex!important;align-items:center}.navbar .nav-items li:hover{background-color:#ffffff1a}.navbar .nav-items li svg{font-size:1.25rem;margin-right:1rem;color:#fff}.navbar .nav-items li.selected{background-color:#d6d6d61a}.navbar .logout{width:100%;padding:.5rem;background-color:transparent;border:none;cursor:pointer;display:flex;align-items:center;border-radius:4px;font-size:14px;font-weight:400;line-height:1.2;font-display:swap;color:var(--text-color);color:#fff;font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.navbar .logout:hover{background-color:#ffffff1a}.navbar .logout svg{font-size:1.25rem;margin-right:1rem}.metrics-sidebar{width:96px}.metrics-sidebar .logo-container{display:none}.metrics-sidebar .logo-small{display:block;text-align:center}.metrics-sidebar .logo-small img{position:unset;width:auto;height:auto;border:0;border-radius:0;transform:unset}.metrics-sidebar .new-challenge{height:56px;border-radius:0;margin-top:3rem;margin-bottom:.5rem}.metrics-sidebar .new-challenge svg{width:36px;height:36px;margin-right:0}.metrics-sidebar .new-challenge span{display:none}.metrics-sidebar .nav-items li{display:flex;align-items:center;justify-content:center;position:relative;height:56px;margin-bottom:0}.metrics-sidebar .nav-items li .li-content svg{margin:0 auto}.metrics-sidebar .nav-items li .li-content span{display:none}.metrics-sidebar .nav-items li .child-items{display:none;position:absolute;top:0;right:-50px;width:150px}.metrics-sidebar .nav-items li .child-items .child .li-content span{display:block}.metrics-sidebar .theme-switcher-wrapper{display:flex;align-items:center;justify-content:center}.metrics-sidebar .theme-switcher-wrapper .theme{width:100%;height:34px}.metrics-sidebar .theme-switcher-wrapper .theme .icon-wrapper .icon-border .icon{width:24px;height:24px;top:5px;right:35px}.metrics-sidebar .theme-switcher-wrapper .night .icon-wrapper .icon-border .icon{transform:translate(-52%)}.metrics-sidebar .theme-switcher-wrapper .night .theme-text.padding-night{margin-right:0}.metrics-sidebar .connection-status{justify-content:center}.metrics-sidebar .connection-status span{display:none}.metrics-sidebar .logout{justify-content:center}.metrics-sidebar .logout svg{margin-right:0}.metrics-sidebar .logout span{display:none}@media (max-width: 768px){.navbar{height:60px;width:100%;flex-direction:row;justify-content:space-between;align-items:center;padding:0 .5rem}.navbar .logo-container{margin-bottom:0;height:100%;display:flex;align-items:center}.navbar .logo-container svg{height:32px;width:auto;transform:none}.navbar .new-challenge,.navbar .nav-items{display:none}.navbar .theme-switcher-wrapper,.navbar .connection-status,.navbar .notification-wrapper,.navbar .help-wrapper,.navbar .user-wrapper{margin:0;padding:.25rem;width:auto;min-width:40px;display:flex;justify-content:center;align-items:center}.navbar .theme-switcher-wrapper span,.navbar .connection-status span,.navbar .notification-wrapper span,.navbar .help-wrapper span,.navbar .user-wrapper span{display:none}.navbar .theme-switcher-wrapper svg,.navbar .connection-status svg,.navbar .notification-wrapper svg,.navbar .help-wrapper svg,.navbar .user-wrapper svg{font-size:1.25rem}.navbar .theme-switcher-wrapper button,.navbar .connection-status button,.navbar .notification-wrapper button,.navbar .help-wrapper button,.navbar .user-wrapper button{padding:.25rem}.navbar .menu-wrapper{display:none}}.theme{border:1px solid rgb(62,62,62);background:linear-gradient(180deg,#ffffff0a 99.99%,#9999990a);box-shadow:0 2px 4px #ffffff40;border-radius:3.1rem;width:6.1rem;height:2.75rem;padding:0 .5rem;cursor:pointer;transition:background .3s ease;position:relative}.theme .icon{width:2.5rem;height:2.5rem;background-size:contain;background-repeat:no-repeat;transition:transform .5s ease,background-image .5s ease;top:3px;position:absolute;z-index:2}.theme .icon-day{background-image:url(/assets/images/day-CHFOfg00.svg)}.theme .icon-night{background-image:url("data:image/svg+xml,%3csvg%20width='42'%20height='42'%20viewBox='0%200%2042%2042'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2018_36)'%3e%3cg%20filter='url(%23filter0_d_2018_36)'%3e%3cpath%20d='M21%2035.5C30.1127%2035.5%2037.5%2028.1127%2037.5%2019C37.5%209.8873%2030.1127%202.5%2021%202.5C11.8873%202.5%204.5%209.8873%204.5%2019C4.5%2028.1127%2011.8873%2035.5%2021%2035.5Z'%20stroke='white'/%3e%3c/g%3e%3cpath%20d='M30.8957%2020.334C30.7995%2020.2376%2030.6789%2020.1692%2030.5468%2020.1362C30.4146%2020.1032%2030.276%2020.1067%2030.1457%2020.1465C28.7156%2020.5789%2027.1951%2020.6151%2025.746%2020.2514C24.2969%2019.8877%2022.9737%2019.1377%2021.9173%2018.0813C20.8608%2017.0249%2020.1108%2015.7016%2019.7471%2014.2525C19.3834%2012.8035%2019.4196%2011.2829%2019.852%209.85279C19.8921%209.72248%2019.896%209.5837%2019.8631%209.45137C19.8302%209.31903%2019.7619%209.19816%2019.6655%209.10175C19.5691%209.00534%2019.4482%208.93703%2019.3159%208.90418C19.1836%208.87132%2019.0448%208.87517%2018.9145%208.91529C16.9373%209.52096%2015.2016%2010.7348%2013.9542%2012.384C12.8633%2013.8323%2012.1979%2015.5561%2012.0327%2017.3618C11.8676%2019.1674%2012.2091%2020.9833%2013.0191%2022.6055C13.8291%2024.2277%2015.0754%2025.5919%2016.6179%2026.5448C18.1605%2027.4978%2019.9382%2028.0017%2021.7514%2028C23.8667%2028.0064%2025.9257%2027.3188%2027.6126%2026.0425C29.2619%2024.7951%2030.4757%2023.0593%2031.0814%2021.0822C31.121%2020.9523%2031.1247%2020.8142%2031.092%2020.6824C31.0593%2020.5507%2030.9915%2020.4303%2030.8957%2020.334ZM26.7107%2024.8444C25.1222%2026.0408%2023.1549%2026.6232%2021.171%2026.4843C19.1871%2026.3454%2017.3202%2025.4945%2015.9139%2024.0884C14.5076%2022.6822%2013.6565%2020.8153%2013.5175%2018.8314C13.3784%2016.8475%2013.9606%2014.8802%2015.157%2013.2915C15.9364%2012.2622%2016.9441%2011.4278%2018.1007%2010.854C18.0348%2011.3164%2018.0016%2011.7829%2018.0014%2012.25C18.0041%2014.835%2019.0322%2017.3134%2020.8601%2019.1413C22.688%2020.9691%2025.1663%2021.9972%2027.7514%2022C28.2194%2021.9998%2028.6868%2021.9666%2029.1501%2021.9006C28.5758%2023.0574%2027.7407%2024.0651%2026.7107%2024.8444Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_2018_36'%20x='0'%20y='0'%20width='42'%20height='42'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='2'/%3e%3cfeGaussianBlur%20stdDeviation='2'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%201%200%200%200%200%201%200%200%200%200%201%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_2018_36'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_2018_36'%20result='shape'/%3e%3c/filter%3e%3cclipPath%20id='clip0_2018_36'%3e%3crect%20width='42'%20height='42'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.theme .theme-text{transition:opacity .5s ease,transform .5s ease;position:relative;z-index:1;font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:15px;font-weight:500;line-height:20.25px;font-display:swap;color:var(--text-color);color:#fff;font-family:Satoshi}.theme.day .icon{transform:translate(120%)}.theme.night .icon{transform:translate(-15%)}.theme.day .theme-text{opacity:1;transform:translate(0);color:#444}.theme.night .theme-text{opacity:1;text-align:right;transform:translate(0)}.padding-night{text-align:right;opacity:0;transition:opacity .5s ease,transform .5s ease}.padding-night>p{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:15px;font-weight:500;line-height:20.25px;font-display:swap;color:var(--text-color);color:#fff;font-family:Satoshi}.padding-day{opacity:0;transition:opacity .5s ease,transform .5s ease;margin-right:25px}.theme.night .padding-night{opacity:1;margin-right:4px}.theme.day .padding-day{opacity:1;margin-right:24px!important}.theme.day{background:#fff;border:1px solid #efeeeb;box-shadow:0 2px 2px #00000040 inset}.icon-only{cursor:pointer;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.icon-only:hover{background:#ffffff0d}.icon-only .icon{width:1.75rem;height:1.75rem;background-size:contain;background-repeat:no-repeat;transition:background-image .5s ease}.icon-only .icon.icon-day{background-image:url(/assets/images/day-CHFOfg00.svg)}.icon-only .icon.icon-night{background-image:url("data:image/svg+xml,%3csvg%20width='42'%20height='42'%20viewBox='0%200%2042%2042'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2018_36)'%3e%3cg%20filter='url(%23filter0_d_2018_36)'%3e%3cpath%20d='M21%2035.5C30.1127%2035.5%2037.5%2028.1127%2037.5%2019C37.5%209.8873%2030.1127%202.5%2021%202.5C11.8873%202.5%204.5%209.8873%204.5%2019C4.5%2028.1127%2011.8873%2035.5%2021%2035.5Z'%20stroke='white'/%3e%3c/g%3e%3cpath%20d='M30.8957%2020.334C30.7995%2020.2376%2030.6789%2020.1692%2030.5468%2020.1362C30.4146%2020.1032%2030.276%2020.1067%2030.1457%2020.1465C28.7156%2020.5789%2027.1951%2020.6151%2025.746%2020.2514C24.2969%2019.8877%2022.9737%2019.1377%2021.9173%2018.0813C20.8608%2017.0249%2020.1108%2015.7016%2019.7471%2014.2525C19.3834%2012.8035%2019.4196%2011.2829%2019.852%209.85279C19.8921%209.72248%2019.896%209.5837%2019.8631%209.45137C19.8302%209.31903%2019.7619%209.19816%2019.6655%209.10175C19.5691%209.00534%2019.4482%208.93703%2019.3159%208.90418C19.1836%208.87132%2019.0448%208.87517%2018.9145%208.91529C16.9373%209.52096%2015.2016%2010.7348%2013.9542%2012.384C12.8633%2013.8323%2012.1979%2015.5561%2012.0327%2017.3618C11.8676%2019.1674%2012.2091%2020.9833%2013.0191%2022.6055C13.8291%2024.2277%2015.0754%2025.5919%2016.6179%2026.5448C18.1605%2027.4978%2019.9382%2028.0017%2021.7514%2028C23.8667%2028.0064%2025.9257%2027.3188%2027.6126%2026.0425C29.2619%2024.7951%2030.4757%2023.0593%2031.0814%2021.0822C31.121%2020.9523%2031.1247%2020.8142%2031.092%2020.6824C31.0593%2020.5507%2030.9915%2020.4303%2030.8957%2020.334ZM26.7107%2024.8444C25.1222%2026.0408%2023.1549%2026.6232%2021.171%2026.4843C19.1871%2026.3454%2017.3202%2025.4945%2015.9139%2024.0884C14.5076%2022.6822%2013.6565%2020.8153%2013.5175%2018.8314C13.3784%2016.8475%2013.9606%2014.8802%2015.157%2013.2915C15.9364%2012.2622%2016.9441%2011.4278%2018.1007%2010.854C18.0348%2011.3164%2018.0016%2011.7829%2018.0014%2012.25C18.0041%2014.835%2019.0322%2017.3134%2020.8601%2019.1413C22.688%2020.9691%2025.1663%2021.9972%2027.7514%2022C28.2194%2021.9998%2028.6868%2021.9666%2029.1501%2021.9006C28.5758%2023.0574%2027.7407%2024.0651%2026.7107%2024.8444Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_2018_36'%20x='0'%20y='0'%20width='42'%20height='42'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='2'/%3e%3cfeGaussianBlur%20stdDeviation='2'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%201%200%200%200%200%201%200%200%200%200%201%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_2018_36'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_2018_36'%20result='shape'/%3e%3c/filter%3e%3cclipPath%20id='clip0_2018_36'%3e%3crect%20width='42'%20height='42'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.notification-menu{position:relative;cursor:pointer;padding:8px}.notification-menu .notification-icon-container{position:relative;display:flex;align-items:center;justify-items:center;justify-content:center}.notification-menu .notification-icon-container.bouncing{animation:bounce .6s ease-in-out infinite}.notification-menu .notification-icon-container .notification-badge{background-color:#f44;color:#fff;border-radius:50%;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:12px;padding:2px;margin-top:1rem}.notification-menu .notification-icon-container svg{color:#fff}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}.notification-item{padding:12px;min-width:300px;margin:2px;position:relative;border-bottom:1px solid rgba(255,255,255,.1);background:#242424;border-radius:10px}.notification-item:last-child{border-bottom:none}.notification-item:hover{background-color:#ffffff1a}.notification-item.empty{text-align:center;color:#888}.notification-item .notification-time{position:absolute;top:8px;right:12px;font-size:12px;color:#888}.notification-item .notification-message{word-break:break-word;font-size:.9rem;cursor:pointer;margin-top:10px}.collapsed .notification-icon-container{margin:0 auto;margin-left:1rem}.connection-status{padding:10px;font-size:.8rem;display:flex;align-items:center;gap:8px;margin:5px}.connection-status .wifi-icon{transition:color .3s ease}.connection-status.connected{margin:5px;color:#d4edda}.connection-status.connected .wifi-icon{color:#28a745}.connection-status.disconnected{color:#f8d7da}.connection-status.disconnected .wifi-icon{color:#dc3545}.connection-status .status-text{line-height:1}.user-menu{position:relative;display:flex;align-items:center;margin-left:8px;cursor:pointer}.user-menu.collapsed .user-button{padding:8px}.user-menu.collapsed .user-button .full-name{display:none}.user-menu .user-button{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;transition:background-color .2s}.user-menu .user-button:hover{background:#ffffff0d}.user-menu .user-button .short-name{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#2e2e3a;color:#fff;border-radius:50%;font-size:14px;font-weight:500}.user-menu .user-button .full-name{color:#fff;font-size:14px;font-weight:500}.button-row{gap:10px;margin:.5rem;display:flex}.button-row .feedback-button{font-family:Satoshi;padding:11px 48px;display:flex;color:var(--text-color);font-weight:300;line-height:26.38px;text-align:center;text-underline-position:from-font;text-decoration-skip-ink:none;outline:none;border:none;cursor:pointer;background-color:#fff;transition:background-color .3s ease;color:#000}.button-row .new-challenge{font-family:Satoshi;padding:11px 48px;color:var(--text-color);font-weight:300;line-height:26.38px;display:flex;text-align:center;text-underline-position:from-font;text-decoration-skip-ink:none;outline:none;border:none;cursor:pointer;background-color:#47119c}.logout{width:100%;padding-left:2rem;height:30px;background-color:transparent;border:none;cursor:pointer;display:flex;align-items:center;border-radius:4px;font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.2;font-display:swap;color:var(--text-color);color:#fff}.logout:hover{background-color:#ffffff1a}.logout svg{font-size:1.25rem;margin-right:1rem}.trading-account{display:flex;flex-direction:row;align-items:end;flex:1;justify-content:space-between;margin-left:.5rem;font-size:14px}@media (max-width: 768px){.user-menu .user-button .full-name{display:none}}.MuiMenu-paper{background-color:#1e1e27!important;color:#fff!important;min-width:280px!important;border-radius:8px!important;border:1px solid rgba(255,255,255,.1)!important}@media (max-width: 768px){.MuiMenu-paper{position:fixed!important;left:16px!important;right:16px!important;width:calc(100% - 32px)!important;max-width:none!important;margin-left:0!important;transform:none!important}}.MuiMenu-paper .button-row{display:flex;gap:8px;padding:12px;border-bottom:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){.MuiMenu-paper .button-row{flex-direction:column}}.MuiMenu-paper .button-row button{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border-radius:6px;border:none;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.MuiMenu-paper .button-row button.new-challenge{background:#007aff;color:#fff}.MuiMenu-paper .button-row button.new-challenge:hover{background:#006ee6}.MuiMenu-paper .button-row button.feedback-button{background:#ffffff1a;color:#fff}.MuiMenu-paper .button-row button.feedback-button:hover{background:#ffffff26}.MuiMenu-paper .MuiMenuItem-root{padding:12px!important;border-radius:6px;margin:4px 8px}.MuiMenu-paper .MuiMenuItem-root:hover{background:#ffffff0d!important}.MuiMenu-paper .MuiMenuItem-root .user_menu-user-name{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#2e2e3a;color:#fff;border-radius:50%;font-size:13px;margin-right:12px}.MuiMenu-paper .MuiMenuItem-root .trading-account{flex:1;display:flex;justify-content:space-between;align-items:center;gap:12px}.MuiMenu-paper .MuiMenuItem-root .trading-account__name div:first-child{font-weight:500;margin-bottom:2px}.MuiMenu-paper .MuiMenuItem-root .trading-account__name div:last-child{font-size:13px;opacity:.7}.MuiMenu-paper .logout{width:calc(100% - 16px);display:flex;align-items:center;justify-content:center;gap:8px;margin:8px;padding:10px;background:#ffffff0d;border:none;border-radius:6px;color:#ff4251;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .2s}.MuiMenu-paper .logout:hover{background:#ffffff1a}.MuiMenu-paper .logout svg{font-size:18px}.MuiMenu-paper .accounts-section{max-height:280px;overflow-y:auto;margin:8px 0}.MuiMenu-paper .accounts-section::-webkit-scrollbar{width:6px}.MuiMenu-paper .accounts-section::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.MuiMenu-paper .accounts-section::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.MuiMenu-paper .accounts-section::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.help-menu{cursor:pointer;align-self:start;padding:10px;font-size:.8rem;display:flex;align-items:center}.help-menu:hover{opacity:.8}.help-menu.collapsed{align-self:center}.help-menu .help-icon-container{display:flex;gap:10px;align-items:center}.help-menu .help-icon-container svg{color:#fff}.MuiSvgIcon-root{color:#fff}.burger-menu-container .MuiMenu-paper{background-color:#1e1e27!important;color:#fff!important;min-width:280px!important;border-radius:8px!important;border:1px solid rgba(255,255,255,.1)!important}@media (max-width: 768px){.burger-menu-container .MuiMenu-paper{position:fixed!important;left:16px!important;right:16px!important;width:calc(100% - 32px)!important;max-width:none!important;margin-left:0!important;transform:none!important}}.burger-menu-container .MuiMenuItem-root{padding:12px!important;border-radius:6px;margin:4px 8px}.burger-menu-container .burger-icon{color:#fff;cursor:pointer;z-index:1001;transition:transform .3s ease}.burger-menu-container .burger-icon:hover{transform:rotate(90deg)}.burger-menu-container .burger-icon svg{font-size:42px;display:flex}.burger-menu-container .overlay-wrapper{position:relative;z-index:65}.burger-menu-container .overlay-wrapper .overlay{position:fixed;top:0;left:-100%;width:100%;height:100%;background-color:#1e1e27;display:flex;align-items:center;justify-content:center;transition:left .5s ease-in-out;z-index:55;overflow-y:auto;color:#fff}.burger-menu-container .overlay-wrapper .overlay .overlay-content{text-align:center;width:90%;max-width:500px;padding:1rem}.burger-menu-container .overlay-wrapper .overlay .overlay-content nav ul{list-style:none;padding:0;margin:0}.burger-menu-container .overlay-wrapper .overlay .overlay-content nav ul li{margin-bottom:1.5rem}.burger-menu-container .overlay-wrapper .overlay .overlay-content nav ul li a,.burger-menu-container .overlay-wrapper .overlay .overlay-content nav ul li button{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:24px;font-weight:500;line-height:1.2;font-display:swap;color:var(--text-color);color:#fff;font-family:Satoshi;text-decoration:none;cursor:pointer;display:inline-block;transition:color .3s ease;background:none;border:none}.burger-menu-container .overlay-wrapper .overlay .overlay-content nav ul li a:hover,.burger-menu-container .overlay-wrapper .overlay .overlay-content nav ul li button:hover{color:#47119c}.burger-menu-container .overlay-wrapper .overlay .overlay-content nav ul li .registration button{background-color:#47119c;padding:10px 20px;border-radius:6px}.burger-menu-container .overlay-wrapper .overlay .overlay-content nav ul li .registration button:hover{background-color:#320c6e;color:#fff}.burger-menu-container .overlay-wrapper .overlay.open{left:0}.overlay.open{box-shadow:2px 0 8px #00000052}.loading-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fffc;z-index:300}.loading-screen.fullscreen{height:100vh;width:100vw;position:fixed;top:0;left:0}.loading-screen.content-size{height:100%;width:100%;position:absolute;min-height:200px}.loading-screen .spinner{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.loading-screen p{margin-top:20px;font-size:18px;color:#333}.glass-card{position:relative;cursor:default;overflow:hidden;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 32px #1f26875e,inset 0 0 32px #ffffff1a;transition:all .3s ease}.glass-card__reflections{pointer-events:none;position:absolute;inset:0}.glass-card__reflection-top,.glass-card__reflection-bottom{position:absolute;left:0;right:0;height:1px}.glass-card__reflection-top{top:0}.glass-card__reflection-bottom{bottom:0}.glass-card__reflection-left,.glass-card__reflection-right{position:absolute;top:0;bottom:0;width:1px}.glass-card__reflection-left{left:0}.glass-card__reflection-right{right:0}.glass-card__highlight{pointer-events:none;position:absolute;width:128px;height:128px;filter:blur(20px)}.glass-card__content{display:flex;height:100%;align-items:center;justify-content:center;position:relative;z-index:1}.day-theme .glass-card{background:linear-gradient(135deg,#ffffff26,#ffffff14);border:1px solid rgba(255,255,255,.25);box-shadow:0 8px 32px #1f268780,inset 0 0 32px #ffffff26}.night-theme .glass-card{background:#0003;border:1px solid rgba(255,255,255,.05);box-shadow:0 8px 32px #0003}@media (max-width: 768px){.glass-card__highlight{width:96px;height:96px}}@media (max-width: 480px){.glass-card__highlight{width:64px;height:64px}}.button-new{position:relative;display:inline-flex;align-items:center;justify-content:space-between;gap:1rem;height:3.5rem;padding-left:1.5rem;padding-right:.5rem;background:#fff;border:none;border-radius:9999px;font-size:1rem;font-weight:500;color:#000;width:fit-content;cursor:pointer;transition:all .3s ease-out;box-shadow:0 1px 3px #0000001a;overflow:hidden;white-space:nowrap}.button-new.button-new--center{justify-content:center}.button-new.button-new--right{justify-content:flex-end}.button-new:before{content:"";position:absolute;inset:0;border-radius:9999px;background:linear-gradient(135deg,#8b5cf6,#ca29fe);opacity:0;transition:opacity .3s ease}.button-new:hover{box-shadow:0 4px 6px #0000001a}.button-new:hover:before{opacity:1}.button-new:hover .button-new__text{color:#fff}.button-new:hover .button-new__icon{transform:scale(2);opacity:.2}.button-new:hover .button-new__icon-svg{color:#fff}.button-new:focus{outline:none;box-shadow:0 0 0 2px #ca29fe33}.button-new:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.button-new__content{position:relative;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%}.button-new__content.center{justify-content:center}.button-new__content.center:before{content:"";display:block;width:2.5rem;height:1px;visibility:hidden}.button-new__content.right{justify-content:flex-end}.button-new__text{flex:1;text-align:left;padding-right:.5rem;color:inherit;transition:color .3s ease}.button-new.button-new--center .button-new__text{text-align:center;flex:0 0 auto;margin:0 auto}.button-new.button-new--right .button-new__text{text-align:right}.button-new__icon{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;color:#fff;background:linear-gradient(135deg,#8b5cf6,#ca29fe);transition:all .3s ease-out}.button-new__icon--left{order:-1}.button-new__icon--right{order:1}.button-new__icon--loading{animation:spin 1s linear infinite}.button-new__icon-svg{width:1.25rem;height:1.25rem;color:#fff!important;transition:all .3s ease;filter:brightness(0) invert(1);object-fit:contain}.button-new--outline{background:#16181ef2;border:2px solid;border-color:#8b5cf6;padding-left:2rem;padding-right:.75rem;color:#fff;box-shadow:0 0 20px #8b5cf626,inset 0 0 12px #8b5cf60d}.button-new--outline:before{display:none}.button-new--outline:hover{background:#16181e;border-color:#a855f7;box-shadow:0 0 30px #a855f740,inset 0 0 20px #a855f714;transform:translateY(-1px)}.button-new--outline:hover .button-new__text{color:#fff}.button-new--outline:hover .button-new__icon{transform:scale(1.1);opacity:1;background:linear-gradient(135deg,#a855f7,#d946ef);box-shadow:0 0 15px #a855f766}.button-new--outline:hover .button-new__icon-svg{color:#fff}.button-new--outline:focus{outline:none;box-shadow:0 0 0 3px #a855f74d,0 0 30px #a855f733}.button-new--outline .button-new__text{color:#fff;font-weight:400;letter-spacing:.02em}.button-new--outline .button-new__icon{background:linear-gradient(135deg,#8b5cf6,#ca29fe);box-shadow:0 0 10px #8b5cf64d}.button-new--md{height:3.5rem}.button-new--sm{height:2rem;padding-left:.75rem;padding-right:.25rem;font-size:.875rem}.button-new--sm.button-new--outline{padding-left:1.25rem;padding-right:.5rem}.button-new--sm .button-new__icon{width:1.5rem;height:1.5rem}.button-new--sm .button-new__icon-svg{width:.75rem;height:.75rem}.button-new--lg{height:4rem;padding-left:2rem;padding-right:.5rem;font-size:1.125rem}.button-new--lg.button-new--outline{padding-left:2.5rem;padding-right:.75rem}.button-new--lg .button-new__icon{width:3rem;height:3rem}.button-new--lg .button-new__icon-svg{width:1.5rem;height:1.5rem}.button-new--glass{background:#ffffff0d;border:1px solid rgba(255,255,255,.4);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff}.button-new--glass .button-new__text{color:#fff}.button-new--glass:hover{background:#ffffff1a}.button-new--glass:hover .button-new__text{color:#fff}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.button-new{height:3rem;padding-left:1rem;font-size:.875rem}.button-new__icon{width:2rem;height:2rem}.button-new__icon-svg{width:1rem;height:1rem}}.subtitle{color:var(--text-color);font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;line-height:1.6;opacity:.8;margin:0}.subtitle--sm{font-size:14px}@media screen and (min-width: 768px){.subtitle--sm{font-size:16px}}.subtitle--md{font-size:16px}@media screen and (min-width: 768px){.subtitle--md{font-size:18px}}.subtitle--lg{font-size:18px}@media screen and (min-width: 768px){.subtitle--lg{font-size:24px}}.title{color:#fff;font-family:PP Neue Machina,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;line-height:1.2;letter-spacing:.02em;margin:0;text-align:center}.title--bold{font-weight:700}.title--uppercase{text-transform:uppercase}.title--xs{font-size:clamp(1.25rem,4vw,1.75rem);line-height:1.35}@media only screen and (min-width: 768px){.title--xs{font-size:clamp(1.5rem,3vw,1.75rem)}}@media only screen and (min-width: 992px){.title--xs{font-size:1.75rem}}.title--sm{font-size:clamp(1.5rem,5vw,2.25rem);line-height:1.3}@media only screen and (min-width: 768px){.title--sm{font-size:clamp(1.875rem,4vw,2.25rem)}}@media only screen and (min-width: 992px){.title--sm{font-size:2.25rem;line-height:1.25}}.title--md{font-size:clamp(1.75rem,6vw,3rem);line-height:1.3}@media only screen and (min-width: 576px){.title--md{font-size:clamp(2rem,5vw,2.5rem)}}@media only screen and (min-width: 768px){.title--md{font-size:clamp(2.25rem,4vw,3rem);line-height:1.25}}@media only screen and (min-width: 992px){.title--md{font-size:3rem;line-height:1.2}}.title--lg{font-size:clamp(2rem,7vw,3.5rem);line-height:1.25}@media only screen and (min-width: 576px){.title--lg{font-size:clamp(2.25rem,6vw,3rem)}}@media only screen and (min-width: 768px){.title--lg{font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.2}}@media only screen and (min-width: 992px){.title--lg{font-size:3.5rem;line-height:1.15}}.title--xl{font-size:clamp(2.25rem,8vw,4.5rem);line-height:1.2}@media only screen and (min-width: 576px){.title--xl{font-size:clamp(2.5rem,7vw,3.5rem)}}@media only screen and (min-width: 768px){.title--xl{font-size:clamp(3rem,6vw,4rem);line-height:1.15}}@media only screen and (min-width: 992px){.title--xl{font-size:clamp(3.5rem,5vw,4.5rem)}}@media only screen and (min-width: 1200px){.title--xl{font-size:4.5rem;line-height:1.1}}.title--left{text-align:left}.title--center{text-align:center}.title--right{text-align:right}@media only screen and (max-width: 576px){.title{letter-spacing:.01em}}.tournament-popup-overlay{position:fixed;inset:0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:9999;display:flex;align-items:stretch;justify-content:stretch;padding:0}@media only screen and (min-width: 576px){.tournament-popup-overlay{padding:clamp(1.5rem,4vw,3rem);align-items:center;justify-content:center}}.tournament-popup-container{z-index:10000;width:100%;height:100%;display:flex;align-items:stretch;justify-content:stretch}.tournament-popup-container .glass-card{height:100%;border-radius:0}@media only screen and (min-width: 576px){.tournament-popup-container{width:auto;height:auto;max-width:560px}.tournament-popup-container .glass-card{height:auto;border-radius:16px}}@media only screen and (min-width: 768px){.tournament-popup-container{max-width:720px;height:auto}}.tournament-popup{width:100%;height:100%;max-height:none;overflow-y:auto;border-radius:0;padding-top:0}.tournament-popup__wrapper{padding:clamp(1.5rem,4vw,3rem);padding-top:calc(clamp(1.5rem,4vw,3rem) + env(safe-area-inset-top,0px));padding-bottom:calc(clamp(1.5rem,4vw,3rem) + env(safe-area-inset-bottom,0px));position:relative;min-height:100%;display:flex;flex-direction:column;justify-content:flex-start;gap:clamp(1.5rem,4vw,3rem)}@media only screen and (min-width: 576px){.tournament-popup__wrapper{padding:2rem}}@media only screen and (min-width: 768px){.tournament-popup__wrapper{padding:2.5rem;gap:0}}.tournament-popup__close{position:absolute;top:calc(clamp(.5rem,2vw,1rem) + env(safe-area-inset-top,0px));right:clamp(.5rem,2vw,1rem);min-width:44px;min-height:44px;z-index:10;background:transparent;border:none;color:var(--text-color-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:50%}@media only screen and (min-width: 768px){.tournament-popup__close{min-width:auto;min-height:auto}}.tournament-popup__close:hover{background:#ffffff1a;color:var(--text-color);transform:rotate(90deg)}.tournament-popup__close svg{width:24px;height:24px}.tournament-popup__icon{width:60px;height:60px;margin:0 auto clamp(1rem,3vw,2rem);display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#47119c,#ca29fe)}@media only screen and (min-width: 576px){.tournament-popup__icon{width:80px;height:80px}}.tournament-popup__icon svg{width:30px;height:30px;color:#fff}@media only screen and (min-width: 576px){.tournament-popup__icon svg{width:40px;height:40px}}.tournament-popup__icon--success{background:linear-gradient(135deg,#2ecc71,#a8ebc4)}.tournament-popup__icon--high{background:linear-gradient(135deg,red,#ff8787)}.tournament-popup__icon--medium{background:linear-gradient(135deg,#ff9500,#ffbd4d)}.tournament-popup__icon--low{background:linear-gradient(135deg,#47119c,#ca29fe)}.tournament-popup__title{color:var(--text-color)}.tournament-popup__subtitle{text-align:center;margin-bottom:clamp(1.5rem,4vw,3rem);line-height:1.6}@media only screen and (min-width: 992px){.tournament-popup__subtitle{margin-bottom:0}}.tournament-popup__stats{display:grid;grid-template-columns:1fr;gap:clamp(1rem,3vw,2rem);margin:clamp(1.5rem,4vw,3rem) 0}@media only screen and (min-width: 576px){.tournament-popup__stats{grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,3rem)}}.tournament-popup__stat{display:flex;align-items:center;gap:clamp(.5rem,2vw,1rem);padding:clamp(1rem,3vw,2rem);background:var(--card-background-color);border:1px solid var(--card-border-color);border-radius:8px}.tournament-popup__stat svg{color:#47119c;width:24px;height:24px}.tournament-popup__stat div{display:flex;flex-direction:column}.tournament-popup__stat-label{font-size:clamp(.75rem,2vw,.875rem);color:var(--text-color-secondary);text-transform:uppercase;letter-spacing:.5px}.tournament-popup__stat-value{font-size:clamp(1rem,3vw,1.125rem);font-weight:600;color:var(--text-color)}@media only screen and (min-width: 576px){.tournament-popup__stat-value{font-size:1.125rem}}.tournament-popup__features{margin-bottom:clamp(1.5rem,4vw,3rem)}.tournament-popup__features h3{font-size:1.125rem;color:var(--text-color);margin-bottom:clamp(.5rem,2vw,1rem)}.tournament-popup__features ul{list-style:none;padding:0}.tournament-popup__features ul li{position:relative;padding-left:clamp(1.5rem,4vw,3rem);margin-bottom:clamp(.5rem,2vw,1rem);color:var(--text-color);line-height:1.6}.tournament-popup__features ul li:before{content:"✓";position:absolute;left:0;color:#2ecc71;font-weight:700}.tournament-popup__actions{display:flex;flex-direction:column;gap:clamp(1rem,3vw,2rem);margin-top:auto}.tournament-popup__actions .button-new{width:100%;margin-bottom:1rem}@media only screen and (min-width: 576px){.tournament-popup__actions{flex-direction:row;justify-content:center;gap:clamp(1rem,3vw,2rem)}.tournament-popup__actions .button-new{width:auto}}.tournament-popup__btn{padding:clamp(.5rem,2vw,1rem) clamp(1rem,3vw,2rem);color:var(--text-color);font-weight:300;line-height:1.4;text-align:center;text-underline-position:from-font;text-decoration-skip-ink:none;outline:none;border:none;cursor:pointer;min-width:44px;min-height:44px;font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;border-radius:50px;transition:all .3s ease;text-transform:none;font-size:clamp(1rem,3vw,1.125rem);width:100%;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;padding-left:1.25rem;padding-right:1.25rem}@media only screen and (min-width: 768px){.tournament-popup__btn{padding:11px 48px;font-size:20px;line-height:26.38px;min-height:auto;min-width:auto}}@media only screen and (min-width: 576px){.tournament-popup__btn{width:auto;min-width:120px}}@media only screen and (min-width: 768px){.tournament-popup__btn{min-width:auto;min-height:auto}}@media only screen and (min-width: 576px){.tournament-popup__btn{min-width:140px;font-size:1rem;width:auto}}.tournament-popup__btn--secondary{background:#ffffff1a;color:var(--text-color);height:3rem;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(4px)}.tournament-popup__btn--secondary:hover{background:#ffffff26;border-color:#47119c;transform:translateY(-1px)}@media only screen and (min-width: 992px){.tournament-popup__btn--secondary{height:3.5rem}}.tournament-popup__btn--ghost{background:transparent;color:var(--text-color-secondary);border:none}.tournament-popup__btn--ghost:hover{color:var(--text-color);text-decoration:underline}.tournament-popup--enrolled .tournament-popup__title{color:#2ecc71}.tournament-popup--not-enrolled .tournament-popup__title{color:#ff2727}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 #47119cb3}50%{transform:scale(1.05);box-shadow:0 0 0 10px #47119c00}}@keyframes blink{0%,to{opacity:1}50%{opacity:.7}}@keyframes countdownPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.night-theme .tournament-popup-overlay{background:#0009}.night-theme .glass-card{box-shadow:none}.night-theme .tournament-popup{background:#00000080}.night-theme .tournament-popup__benefit{background:#ffffff05}.night-theme .tournament-popup__benefit:hover{background:#ffffff0d}.night-theme .tournament-popup__countdown-item,.night-theme .tournament-popup__stat{background:#ffffff05}.day-theme .tournament-popup-overlay{background:transparent}.day-theme .glass-card{box-shadow:none}.day-theme .tournament-popup{background:#ffffffe6}.day-theme .tournament-popup__benefit{background:#0000}.day-theme .tournament-popup__benefit:hover{background:#0000000d}.day-theme .tournament-popup__countdown-item,.day-theme .tournament-popup__stat{background:#00000005}.animated-link{position:relative;display:inline-block;cursor:pointer}.animated-link__text{position:relative;z-index:10;display:block;color:#fff;text-decoration:none;transition:color .2s ease}.animated-link__text:hover{color:#ffffffe6}.animated-link__line{position:absolute;bottom:-8px;left:0;width:100%;border-radius:9999px;transform-origin:left}.animated-link__line--underline{box-shadow:0 0 4px #ca29fe4d}.animated-link__line--glow{box-shadow:0 0 8px #ca29fe99;filter:drop-shadow(0 0 4px rgba(202,41,254,.4))}.animated-link__glow{position:absolute;bottom:-8px;left:0;width:100%;border-radius:9999px;opacity:.6;filter:blur(.5rem)}@media (max-width: 768px){.animated-link__text{font-size:.875rem}}.animated-nav-button{position:relative;display:inline-block;cursor:pointer;background:none;border:none;padding:0;margin:0;font-family:inherit}.animated-nav-button__text{position:relative;z-index:10;display:block;color:#fff;text-decoration:none;padding:.5rem 0;font-size:1rem;font-weight:400;transition:color .2s ease}.animated-nav-button__text:hover{color:#ffffffe6}.animated-nav-button__line{position:absolute;bottom:6px;left:0;width:100%;border-radius:9999px;transform-origin:left}.animated-nav-button__line--underline{box-shadow:0 0 4px #ca29fe4d}.animated-nav-button__line--glow{box-shadow:0 0 8px #ca29fe99;filter:drop-shadow(0 0 4px rgba(202,41,254,.4))}.animated-nav-button__glow{position:absolute;bottom:6px;left:0;width:100%;border-radius:9999px;opacity:.6;filter:blur(.5rem)}@media (max-width: 768px){.animated-nav-button__text{font-size:.875rem}}.hamburger-menu{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;position:relative;background:var(--hamburger-bg, rgba(255, 255, 255, .04));border:1px solid rgba(255,255,255,.12);border-radius:12px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);overflow:hidden;z-index:70;-webkit-tap-highlight-color:transparent}@media only screen and (min-width: 768px){.hamburger-menu{min-width:auto;min-height:auto}}@media only screen and (min-width: 576px){.hamburger-menu{min-width:48px;min-height:48px;border-radius:14px}}@media only screen and (min-width: 768px){.hamburger-menu{display:none}}.hamburger-menu:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(202,41,254,.25) 0%,rgba(202,41,254,.1) 40%,transparent 70%);border-radius:50%;transform:translate(-50%,-50%);transition:width .4s cubic-bezier(.4,0,.2,1),height .4s cubic-bezier(.4,0,.2,1);pointer-events:none}.hamburger-menu:after{content:"";position:absolute;inset:-2px;background:linear-gradient(135deg,transparent 30%,rgba(202,41,254,.3) 50%,transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none;border-radius:inherit}.hamburger-menu:hover{background:var(--hamburger-hover-bg, rgba(255, 255, 255, .08));border-color:#ca29fe4d;transform:scale(1.05);box-shadow:0 2px 8px #ca29fe26,0 4px 12px #0000001a}.hamburger-menu:hover:before{width:120px;height:120px}.hamburger-menu:hover:after{opacity:1}.hamburger-menu:hover .hamburger-menu__line{background:linear-gradient(90deg,var(--accent-gradient-start, #8b5cf6) 0%,var(--accent-gradient-end, #ca29fe) 100%)}.hamburger-menu:active{transform:scale(.92);transition:transform .1s ease}.hamburger-menu:focus-visible{outline:2px solid var(--focus-color, #ca29fe);outline-offset:2px}.hamburger-menu--open{background:var(--hamburger-open-bg, rgba(202, 41, 254, .08));border-color:#ca29fe66}.hamburger-menu--open:after{opacity:.5;animation:rotateGlow 3s linear infinite}.hamburger-menu--open .hamburger-menu__line{background:linear-gradient(90deg,var(--accent-gradient-end, #ca29fe) 0%,var(--accent-gradient-start, #8b5cf6) 100%)}.hamburger-menu__box{position:relative;width:22px;height:14px;pointer-events:none}@media only screen and (min-width: 576px){.hamburger-menu__box{width:24px;height:16px}}.hamburger-menu__line{position:absolute;left:0;width:100%;height:2px;background:var(--hamburger-line-color, rgba(255, 255, 255, .9));border-radius:2px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);transform-origin:center}.hamburger-menu__line--top{top:0}.hamburger-menu--open .hamburger-menu__line--top{transform:translateY(6px) rotate(45deg)}@media only screen and (min-width: 576px){.hamburger-menu--open .hamburger-menu__line--top{transform:translateY(7px) rotate(45deg)}}.hamburger-menu__line--center{top:50%;transform:translateY(-50%);transition:all .2s cubic-bezier(.68,-.55,.265,1.55)}.hamburger-menu--open .hamburger-menu__line--center{opacity:0;transform:translateY(-50%) translate(-20px)}.hamburger-menu__line--bottom{bottom:0}.hamburger-menu--open .hamburger-menu__line--bottom{transform:translateY(-6px) rotate(-45deg)}@media only screen and (min-width: 576px){.hamburger-menu--open .hamburger-menu__line--bottom{transform:translateY(-7px) rotate(-45deg)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 #ca29fe66}50%{box-shadow:0 0 0 8px #ca29fe00}}@keyframes rotateGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hamburger-menu--pulse{animation:pulse-glow 2s ease-out 3}.hamburger-menu--pulse:after{animation:pulse-glow 2s ease-out 3}@media (prefers-reduced-motion: reduce){.hamburger-menu{transition:none!important}.hamburger-menu:before,.hamburger-menu:after{transition:none!important;animation:none!important}.hamburger-menu__line{transition:transform .1s ease!important}}@media (prefers-color-scheme: dark){.hamburger-menu:hover{box-shadow:0 2px 8px #ca29fe33,0 4px 16px #0000004d,inset 0 1px #ffffff0d}}@media (max-height: 500px) and (orientation: landscape){.hamburger-menu{min-width:40px;min-height:40px}.hamburger-menu__box{width:20px;height:12px}}.navbar-wrapper{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:300;width:100%;max-width:1400px;padding:0;transition:all .3s ease}.navbar-wrapper--scrolled{top:10px}.navbar-wrapper--scrolled .navbar-glass-card{background:#0f0f19f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.navbar-glass-card{padding:.5rem 0;width:100%;transition:all .3s ease}.navbar-glass-card .glass-card__content{width:100%;padding:0}.navbar-container{display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:0 .7rem 0 2rem!important;width:100%}.navbar-left{display:flex;align-items:center;gap:4rem;flex:1;width:100%}.navbar-logo{width:180px;height:auto;cursor:pointer;transition:transform .3s ease;flex-shrink:0}.navbar-logo:hover{transform:scale(1.05)}.navbar-logo:active{transform:scale(.98)}.navbar-links{display:flex;align-items:center;gap:3rem}.navbar-right{display:flex;align-items:center;gap:2rem;flex-shrink:0}.navbar-signin,.navbar-register{white-space:nowrap}@media (max-width: 1024px){.navbar-wrapper{width:95%}.navbar-container{gap:2rem;padding:0 1.5rem}.navbar-left{gap:2.5rem}.navbar-links{gap:2rem}.navbar-right{gap:1.5rem}}@media (max-width: 768px){.navbar-wrapper{top:15px;width:calc(100% - 2rem);margin:0 1rem}.navbar-wrapper--scrolled{top:10px}.navbar-glass-card{padding:.4rem 0}.navbar-container{gap:1rem;padding:0 1rem}.navbar-left{flex:unset;gap:0}.navbar-logo{width:140px}.navbar-links{display:none}.navbar-right{gap:.75rem}.navbar-right .navbar-signin{display:none}.navbar-right .navbar-register{padding:.5rem 1rem!important;height:40px!important;font-size:.875rem!important}}@media (max-width: 480px){.navbar-wrapper{top:10px;width:calc(100% - 1rem);margin:0 .5rem}.navbar-glass-card{padding:.3rem 0}.navbar-container{padding:0 .75rem;gap:.5rem}.navbar-logo{width:120px}.navbar-right{gap:.5rem}.navbar-right .navbar-register{padding:.4rem .8rem!important;height:38px!important;font-size:.8rem!important;min-width:unset}}@media (max-width: 360px){.navbar-wrapper{top:8px}.navbar-logo{width:100px}.navbar-container{padding:0 .5rem}.navbar-right .navbar-register{padding:.3rem .6rem!important;height:36px!important;font-size:.75rem!important}}@media (max-height: 500px) and (orientation: landscape){.navbar-wrapper{top:10px}.navbar-glass-card{padding:.25rem 0}.navbar-container{padding:0 1rem}.navbar-logo{width:120px}.navbar-right .navbar-register{height:36px!important;padding:.3rem .8rem!important}}@media (min-width: 1440px){.navbar-wrapper{max-width:1600px}.navbar-container{padding:0 3rem}}@media (min-width: 1920px){.navbar-wrapper{max-width:1800px}}.mobile-menu-overlay{position:fixed;inset:0;background:#0009;z-index:998;will-change:opacity}@supports (backdrop-filter: blur(8px)) or (-webkit-backdrop-filter: blur(8px)){.mobile-menu-overlay{background:#0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@media only screen and (min-width: 576px){.mobile-menu-overlay{background:#00000080;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}}@media only screen and (min-width: 768px){.mobile-menu-overlay{background:#0009;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}}}.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:90%;max-width:320px;background:var(--menu-background, linear-gradient(135deg, rgba(15, 15, 25, .98) 0%, rgba(25, 20, 40, .98) 100%));z-index:999;display:flex;flex-direction:column;box-shadow:-2px 0 20px #00000026,-10px 0 40px #0000004d;border-left:1px solid rgba(255,255,255,.08);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.mobile-menu--dragging{transition:none!important}.mobile-menu--dragging *{pointer-events:none}@media only screen and (min-width: 576px){.mobile-menu{width:85%;max-width:360px;box-shadow:-4px 0 24px #0000002e,-12px 0 48px #00000059}}@media only screen and (min-width: 768px){.mobile-menu{max-width:400px}}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:clamp(1rem,3vw,2rem);border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff0d;position:sticky;top:0;z-index:10;min-height:64px}@media only screen and (min-width: 576px){.mobile-menu__header{padding:clamp(1rem,3vw,2rem) clamp(1.5rem,4vw,3rem)}}@media only screen and (min-width: 768px){.mobile-menu__header{padding:1.5rem;min-height:72px}}.mobile-menu__logo{width:150px;height:30px}.mobile-menu__close{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:var(--text-secondary, rgba(255, 255, 255, .8));cursor:pointer;transition:background-color .2s,border-color .2s,transform .2s;position:relative;overflow:hidden}@media only screen and (min-width: 768px){.mobile-menu__close{min-width:auto;min-height:auto}}.mobile-menu__close:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(255,255,255,.15) 0%,transparent 70%);opacity:0;transform:scale(0);transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-menu__close:hover{background:#ffffff14;border-color:#ffffff26;color:var(--text-primary, white);transform:rotate(90deg)}.mobile-menu__close:hover:before{opacity:1;transform:scale(1)}.mobile-menu__close:active{transform:scale(.92) rotate(90deg)}.mobile-menu__close:focus-visible{outline:2px solid var(--focus-color, #ca29fe);outline-offset:2px}.mobile-menu__nav{flex:1;padding:clamp(1.5rem,4vw,3rem) clamp(1rem,3vw,2rem);display:flex;flex-direction:column;gap:clamp(2rem,5vw,4rem)}@media only screen and (min-width: 576px){.mobile-menu__nav{padding:clamp(2rem,5vw,4rem) clamp(1.5rem,4vw,3rem);gap:clamp(.5rem,2vw,1rem)}}@media only screen and (min-width: 768px){.mobile-menu__nav{padding:2rem 1.5rem;gap:.5rem}}.mobile-menu__link{min-width:48px;min-height:48px;display:flex;align-items:center;justify-content:space-between;width:100%;padding:clamp(1rem,3vw,2rem) clamp(1.5rem,4vw,3rem);background:var(--menu-item-bg, rgba(255, 255, 255, .03));border:1px solid rgba(255,255,255,.06);border-radius:14px;color:var(--text-primary, rgba(255, 255, 255, .9));font-size:clamp(.95rem,3.5vw,1.125rem);font-weight:500;text-align:left;cursor:pointer;transition:background-color .2s,border-color .2s,transform .2s;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent}@media only screen and (min-width: 768px){.mobile-menu__link{min-width:auto;min-height:auto}}@media only screen and (min-width: 576px){.mobile-menu__link{padding:1.125rem 1.375rem;border-radius:16px}}@media only screen and (min-width: 768px){.mobile-menu__link{padding:1.25rem 1.5rem;font-size:1.1rem}}.mobile-menu__link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(202,41,254,.15),transparent);transition:left .4s cubic-bezier(.4,0,.2,1)}.mobile-menu__link:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(202,41,254,.1) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.mobile-menu__link:hover{background:var(--menu-item-hover-bg, rgba(255, 255, 255, .06));border-color:#ca29fe40;color:var(--text-primary, white);transform:translate(4px);box-shadow:0 4px 12px #ca29fe1a}.mobile-menu__link:hover:before{left:100%}.mobile-menu__link:hover:after{opacity:1}.mobile-menu__link:hover svg{transform:translate(3px);color:var(--accent-color, #ca29fe)}.mobile-menu__link:active{transform:scale(.98) translate(2px);transition:transform .1s ease}.mobile-menu__link:focus-visible{outline:2px solid var(--focus-color, #ca29fe);outline-offset:2px}.mobile-menu__link svg{width:20px;height:20px;transition:transform .2s,color .2s;color:var(--text-secondary, rgba(255, 255, 255, .5));flex-shrink:0}.mobile-menu__link span{flex:1;padding-right:clamp(.5rem,2vw,1rem)}.mobile-menu__actions{padding:0 clamp(1rem,3vw,2rem) clamp(1.5rem,4vw,3rem);display:flex;flex-direction:column;gap:clamp(2rem,5vw,4rem)}@media only screen and (min-width: 576px){.mobile-menu__actions{padding:0 clamp(1.5rem,4vw,3rem) clamp(2rem,5vw,4rem);gap:clamp(1rem,3vw,2rem)}}@media only screen and (min-width: 768px){.mobile-menu__actions{padding:0 1.5rem 2rem;gap:1rem}}.mobile-menu__signin{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-width:44px;min-height:44px;padding:clamp(.5rem,2vw,1rem) clamp(1rem,3vw,2rem);font-size:clamp(1rem,3vw,1.125rem);color:var(--text-color);font-weight:300;line-height:1.4;text-align:center;text-underline-position:from-font;text-decoration-skip-ink:none;outline:none;border:none;transition:all .3s ease;width:100%;background:var(--button-secondary-bg, rgba(255, 255, 255, .05));border:1px solid rgba(255,255,255,.15);border-radius:9999px;color:var(--text-primary, white);font-size:clamp(.875rem,3.5vw,1rem);font-weight:500;cursor:pointer;transition:background-color .2s,border-color .2s,transform .2s;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent}@media only screen and (min-width: 768px){.mobile-menu__signin{min-width:auto;min-height:auto}}@media only screen and (min-width: 768px){.mobile-menu__signin{padding:11px 48px;font-size:20px;line-height:26.38px;min-height:auto;min-width:auto}}@media only screen and (min-width: 576px){.mobile-menu__signin{width:auto;min-width:120px}}.mobile-menu__signin:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(202,41,254,.2) 0%,transparent 70%);opacity:0;transform:scale(0);transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-menu__signin:hover{background:var(--button-secondary-hover-bg, rgba(255, 255, 255, .08));border-color:#ca29fe66;transform:translateY(-2px);box-shadow:0 4px 12px #ca29fe26,0 2px 4px #0000001a}.mobile-menu__signin:hover:before{opacity:1;transform:scale(1.5)}.mobile-menu__signin:active{transform:translateY(0) scale(.98);transition:transform .1s ease}.mobile-menu__signin:focus-visible{outline:2px solid var(--focus-color, #ca29fe);outline-offset:2px}.mobile-menu__register{width:100%!important}@media only screen and (min-width: 576px){.mobile-menu__register{min-height:48px}}.mobile-menu__footer{padding:clamp(1rem,3vw,2rem);border-top:1px solid rgba(255,255,255,.08);text-align:center;background:#0003}@media only screen and (min-width: 576px){.mobile-menu__footer{padding:clamp(1.5rem,4vw,3rem)}}@media only screen and (min-width: 768px){.mobile-menu__footer{padding:1.5rem}}.mobile-menu__footer p{color:var(--text-tertiary, rgba(255, 255, 255, .4));font-size:clamp(.75rem,2.5vw,.875rem);letter-spacing:.01em}@media (max-height: 600px) and (orientation: landscape){.mobile-menu__header{min-height:56px;padding:clamp(.5rem,2vw,1rem) clamp(1rem,3vw,2rem)}.mobile-menu__nav{padding:clamp(.5rem,2vw,1rem) clamp(1rem,3vw,2rem);gap:.375rem}.mobile-menu__link{min-height:40px;padding:.75rem 1rem;font-size:.9rem}.mobile-menu__actions{padding:clamp(.5rem,2vw,1rem) clamp(1rem,3vw,2rem);gap:.5rem}.mobile-menu__footer{padding:clamp(.5rem,2vw,1rem)}.mobile-menu__footer p{font-size:.7rem}}@media (prefers-color-scheme: dark){.mobile-menu__link:hover{box-shadow:0 4px 12px #ca29fe33,inset 0 1px #ffffff0d}}@media (prefers-reduced-motion: reduce){.mobile-menu,.mobile-menu-overlay{transition:none!important}.mobile-menu *,.mobile-menu-overlay *{animation:none!important;transition:none!important}}.text{color:#fff;font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;margin:0}.text--xs{font-size:clamp(.6875rem,2vw,.75rem);line-height:1.5}@media only screen and (min-width: 768px){.text--xs{font-size:.75rem}}.text--sm{font-size:clamp(.8125rem,2.5vw,.875rem);line-height:1.55}@media only screen and (min-width: 768px){.text--sm{font-size:.875rem}}.text--md{font-size:clamp(.875rem,3vw,1rem);line-height:1.6}@media only screen and (min-width: 576px){.text--md{font-size:clamp(.9375rem,2.5vw,1rem)}}@media only screen and (min-width: 768px){.text--md{font-size:1rem}}.text--lg{font-size:clamp(1rem,3.5vw,1.25rem);line-height:1.55}@media only screen and (min-width: 576px){.text--lg{font-size:clamp(1.0625rem,3vw,1.125rem)}}@media only screen and (min-width: 768px){.text--lg{font-size:clamp(1.125rem,2.5vw,1.25rem)}}@media only screen and (min-width: 992px){.text--lg{font-size:1.25rem;line-height:1.5}}.text--xl{font-size:clamp(1.25rem,4vw,1.75rem);line-height:1.5}@media only screen and (min-width: 576px){.text--xl{font-size:clamp(1.375rem,3.5vw,1.5rem)}}@media only screen and (min-width: 768px){.text--xl{font-size:clamp(1.5rem,3vw,1.75rem);line-height:1.45}}@media only screen and (min-width: 992px){.text--xl{font-size:1.75rem;line-height:1.4}}.text--normal{font-weight:400}.text--medium{font-weight:500}.text--semibold{font-weight:600}.text--bold{font-weight:700}.text--opacity-100{opacity:1}.text--opacity-90{opacity:.9}.text--opacity-80{opacity:.8}.text--opacity-70{opacity:.7}.text--opacity-60{opacity:.6}.text--opacity-50{opacity:.5}@media only screen and (max-width: 576px){.text--lg,.text--xl{line-height:1.4}}@media only screen and (max-width: 375px){.text--md{font-size:.9375rem}}.feature-pills{display:flex;align-items:center;gap:1rem}.feature-pills__left-card{width:fit-content;padding:.25rem 2rem .25rem 1rem}.feature-pills__content{display:flex;align-items:center;gap:1rem}.feature-pills__icon-wrapper{display:flex;align-items:center;justify-content:center;padding:.3rem;border-radius:50%;background-color:#ffffff0d}.feature-pills__icon{color:#fff!important;opacity:.8!important;width:1rem!important;height:1rem!important;font-size:1rem!important}.feature-pills__label{text-transform:uppercase;letter-spacing:.05em}.feature-pills__right-card{width:fit-content;padding:.5rem;display:flex;align-items:center;justify-content:center}.square-glass-card{position:relative;display:flex;align-items:center;justify-content:center;width:5rem;height:5rem}@media (min-width: 640px){.square-glass-card{width:6rem;height:6rem}}@media (min-width: 768px){.square-glass-card{width:6.5rem;height:6.5rem}}.square-glass-card__gradient{width:3.5rem;height:3.5rem;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040}@media (min-width: 640px){.square-glass-card__gradient{width:4rem;height:4rem}}@media (min-width: 768px){.square-glass-card__gradient{width:4.5rem;height:4.5rem}}.square-glass-card__glass{position:absolute}.square-glass-card__glass--default{top:2.5rem;left:-1rem}@media (min-width: 640px){.square-glass-card__glass--default{left:-1.5rem}}@media (min-width: 768px){.square-glass-card__glass--default{top:3.5rem}}.square-glass-card__glass--secondary{top:-1.5rem;left:-1rem}@media (min-width: 640px){.square-glass-card__glass--secondary{left:-1.5rem}}@media (min-width: 768px){.square-glass-card__glass--secondary{top:-2rem}}.square-glass-card__glass-content{width:3.5rem;height:3.5rem}@media (min-width: 640px){.square-glass-card__glass-content{width:4rem;height:4rem}}@media (min-width: 768px){.square-glass-card__glass-content{width:4.5rem;height:4.5rem}}.hero-banner-new{background-image:url(/assets/images/glass-BzVhJoaK.svg);background-size:contain;background-position:top right;background-repeat:no-repeat;width:100%;padding:80px 16px 24px;min-height:100vh;overflow:hidden;position:relative;will-change:transform}@media (max-width: 768px){.hero-banner-new{overflow-x:hidden;overflow-y:visible;min-height:auto}}@media only screen and (min-width: 320px){.hero-banner-new{padding:96px 16px 24px}}@media only screen and (min-width: 576px){.hero-banner-new{padding:128px 24px 24px;background-size:80%}}@media only screen and (min-width: 768px){.hero-banner-new{padding:3rem 2rem;background-size:60%;min-height:90vh}}@media only screen and (min-width: 992px){.hero-banner-new{padding:5rem 4rem;background-size:55%}}@media only screen and (min-width: 1200px){.hero-banner-new{padding:7rem 5rem}}@media only screen and (min-width: 1440px){.hero-banner-new{padding:10rem 7rem;min-height:100vh}}.hero-banner-new__container{max-width:1900px;margin:0 auto;position:relative}.hero-banner-new__glass-card--primary{margin-bottom:5rem}@media only screen and (max-width: 768px){.hero-banner-new__glass-card--primary{display:none;position:absolute;top:0;right:0}}.hero-banner-new__content{display:flex;flex-direction:column;gap:12px;margin-top:32px}@media only screen and (min-width: 576px){.hero-banner-new__content{gap:16px;margin-top:48px}}@media only screen and (min-width: 768px){.hero-banner-new__content{margin-top:56px;gap:20px}}@media only screen and (min-width: 992px){.hero-banner-new__content{margin-top:64px;gap:24px}}.hero-banner-new__title-section{margin:0;position:relative;display:grid;grid-template-columns:1fr;grid-template-areas:"title" "subtitle" "desc";gap:12px}@media only screen and (max-width: 768px){.hero-banner-new__title-section{margin:0}}@media only screen and (max-width: 1100px){.hero-banner-new__title-section{grid-template-areas:"title" "subtitle" "desc";align-items:start;column-gap:16px;row-gap:8px}}.hero-banner-new__title-section-left{display:contents}.hero-banner-new__title{text-align:start;margin-bottom:0;grid-area:title}@media only screen and (max-width: 768px){.hero-banner-new__title{text-align:start!important}}.hero-banner-new__title--secondary{margin-bottom:8px;grid-area:subtitle}@media only screen and (max-width: 768px){.hero-banner-new__title--secondary{text-align:center}}.hero-banner-new__description{max-width:clamp(240px,28vw,384px);grid-area:desc}.hero-banner-new__description--mobile{margin-top:0;max-width:600px}.hero-banner-new__cta-button{width:fit-content}.hero-banner-new__cta-button:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.hero-banner-new__bottom-section{margin-top:1rem;display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}@media only screen and (min-width: 576px){.hero-banner-new__bottom-section{margin-top:32px}}@media only screen and (min-width: 768px){.hero-banner-new__bottom-section{flex-direction:row;align-items:flex-end;justify-content:space-between;margin-top:40px}}@media only screen and (min-width: 992px){.hero-banner-new__bottom-section{margin-top:0rem}}.hero-banner-new__slider-wrapper{width:100%;margin-top:2rem;opacity:.5}@media only screen and (min-width: 576px){.hero-banner-new__slider-wrapper{width:90%;margin-top:3rem}}@media only screen and (min-width: 768px){.hero-banner-new__slider-wrapper{width:70%;margin-top:0}}@media only screen and (min-width: 992px){.hero-banner-new__slider-wrapper{width:768px}}@media only screen and (max-width: 768px){.hero-banner-new__glass-card--secondary{display:none;width:auto}}.slider-container-new{--marquee-duration: 30s;--marquee-gap: 4rem;--logo-height: 45px;position:relative;width:100%;overflow:hidden;padding:2rem 0}@media only screen and (min-width: 992px){.slider-container-new{--marquee-gap: 5rem;--logo-height: 50px;padding:3rem 0}}@media only screen and (min-width: 768px){.slider-container-new{--marquee-gap: 4rem;--logo-height: 45px}}@media only screen and (max-width: 576px){.slider-container-new{--marquee-duration: 20s;--marquee-gap: 2.5rem;--logo-height: 35px;padding:1.5rem 0}}.slider-container-new .container{width:100%;max-width:100%;position:relative}.slider-container-new .marquee-wrapper{position:relative;width:100%;overflow:hidden}.slider-container-new .marquee-wrapper:before,.slider-container-new .marquee-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:10;pointer-events:none}.slider-container-new .marquee-wrapper:before{left:0;background:linear-gradient(to right,#101116,transparent)}.slider-container-new .marquee-wrapper:after{right:0;background:linear-gradient(to left,#101116,transparent)}.slider-container-new .marquee{display:flex;width:max-content}.slider-container-new .marquee.paused .marquee-track,.slider-container-new .marquee:hover .marquee-track{animation-play-state:paused}.slider-container-new .marquee-track{display:flex;animation:infinite-scroll var(--marquee-duration) linear infinite;backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-font-smoothing:antialiased}.slider-container-new .marquee-item{flex:0 0 auto;padding:0 calc(var(--marquee-gap) / 2);display:flex;align-items:center;justify-content:center}.slider-container-new .marquee-item svg{height:var(--logo-height);width:auto;opacity:.7;filter:grayscale(100%);transition:all .3s cubic-bezier(.4,0,.2,1)}.slider-container-new .marquee-item:hover svg{opacity:1;filter:grayscale(0%);transform:scale(1.1) translateZ(0)}@keyframes infinite-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.slider-container-new.slider-static .marquee-wrapper:before,.slider-container-new.slider-static .marquee-wrapper:after{display:none}.slider-container-new.slider-static .static-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:3rem;padding:2rem;place-items:center}@media only screen and (max-width: 576px){.slider-container-new.slider-static .static-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:2rem;padding:1rem}}.slider-container-new.slider-static .logo-item{display:flex;align-items:center;justify-content:center}.slider-container-new.slider-static .logo-item svg{height:var(--logo-height);width:auto;opacity:.7;filter:grayscale(100%);transition:all .3s ease}.slider-container-new.slider-static .logo-item svg:hover{opacity:1;filter:grayscale(0%);transform:scale(1.05)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-reduced-motion: reduce){.slider-container-new .marquee-track{animation:none!important}.slider-container-new .marquee{width:100%;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.slider-container-new .marquee .marquee-track{width:auto}.slider-container-new .marquee .marquee-item{scroll-snap-align:center}}[data-theme=light] .slider-container-new .marquee-wrapper:before,.light-theme .slider-container-new .marquee-wrapper:before{background:linear-gradient(to right,#f7f6f3,transparent)}[data-theme=light] .slider-container-new .marquee-wrapper:after,.light-theme .slider-container-new .marquee-wrapper:after{background:linear-gradient(to left,#f7f6f3,transparent)}.footer-new{width:100%;background-color:transparent;padding:0 16px 32px;color:#999}@media (min-width: 640px){.footer-new{padding:0 24px 32px}}@media (min-width: 768px){.footer-new{padding:0 40px 40px}}@media (min-width: 1024px){.footer-new{padding:0 5rem 2rem}}.footer-divider-new{height:1px;margin-bottom:24px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1) 20%,rgb(255,255,255) 50%,rgba(255,255,255,.1) 80%,transparent)}@media (min-width: 768px){.footer-divider-new{margin-bottom:32px}}.footer-content{max-width:1900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:24px}@media (min-width: 640px){.footer-content{flex-direction:row;align-items:center}}.footer-left{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}@media (min-width: 640px){.footer-left{flex-direction:row;align-items:center;gap:32px;width:auto}}.footer-copyright{font-size:14px;white-space:nowrap;margin:0}@media (min-width: 640px){.footer-copyright{font-size:16.8px}}.footer-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 24px}@media (min-width: 640px){.footer-nav{gap:8px 24px}}.footer-nav-link{font-size:14px;color:#999;text-decoration:underline;text-underline-offset:4px;transition:color .3s ease}.footer-nav-link:hover{color:#fff}@media (min-width: 640px){.footer-nav-link{font-size:16.8px}}.social-icons{display:flex;align-items:center;gap:16px}.social-icons a{color:#999;transition:color .3s ease,transform .2s ease}.social-icons a:hover{color:#fff;transform:scale(1.1)}.social-icons a svg{width:24px;height:24px}.social-icons a svg path{fill:currentColor}.day-theme .footer{color:#666}.day-theme .footer .footer-divider{background:linear-gradient(90deg,transparent,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 50%,rgba(0,0,0,.1) 80%,transparent)}.day-theme .footer .footer-copyright,.day-theme .footer .footer-nav-link{color:#666}.day-theme .footer .footer-nav-link:hover{color:#000}.day-theme .footer .social-icons a{color:#666}.day-theme .footer .social-icons a:hover{color:#000}.blend-overlay{position:absolute;inset:0;pointer-events:none}.blend-overlay--interactive{pointer-events:auto}.blend-overlay--no-fade{opacity:1!important;animation:none!important;transition:none!important}.combined-sections{position:relative;width:100%}.landing-page{position:relative;overflow-x:hidden;background-color:#101116}@media only screen and (max-width: 768px){.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4,.landing-page h5,.landing-page h6{text-align:center}}@media (max-width: 768px){.landing-page{overflow-x:hidden;overflow-y:visible}}.lazy-wrapper{scroll-margin-top:80px}@media only screen and (min-width: 576px){.lazy-wrapper{scroll-margin-top:100px}}@media only screen and (min-width: 768px){.lazy-wrapper{scroll-margin-top:120px}}.containerComment{padding:clamp(1rem,4vw,50px)}@media only screen and (min-width: 576px){.containerComment{padding:1.5rem}}@media only screen and (min-width: 768px){.containerComment{padding:2rem}}@media only screen and (min-width: 992px){.containerComment{padding:3rem}}@media only screen and (min-width: 1200px){.containerComment{padding:50px}}.dashboard-container{width:100%;height:100%;position:relative;display:flex;justify-content:start;flex-direction:column;align-items:center;animation:none!important;opacity:1!important}.dashboard-container .glass-overlay{position:absolute;bottom:0;right:0;transform:translateY(-20%);width:100%;height:80%;z-index:1;opacity:1!important;animation:none!important;transition:none!important}@media only screen and (min-width: 576px){.dashboard-container .glass-overlay{transform:translateY(-25%);height:90%}}@media only screen and (min-width: 768px){.dashboard-container .glass-overlay{transform:translateY(-32%);height:100%}}.dashboard-container .dashboard-card{width:12rem;height:12rem;margin-top:0rem;z-index:2}@media only screen and (min-width: 576px){.dashboard-container .dashboard-card{width:14rem;height:14rem;margin-top:-7rem}}@media only screen and (min-width: 768px){.dashboard-container .dashboard-card{width:16rem;height:16rem;margin-top:-5rem}}.lazy-load-wrapper--loaded .dashboard-container{animation:none!important;opacity:1!important;transform:none!important}.lazy-load-wrapper--loaded .dashboard-container *{animation-delay:0s!important;animation-duration:0s!important}.lazy-load-wrapper .dashboard-container{animation:none!important}.challenges-section{position:relative;display:flex;width:100%;flex-direction:column;padding:10rem 7rem;background-repeat:no-repeat}.challenges-section__container{position:relative;max-width:1900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%}.challenges-section .challenges-glass-card{display:none}@media only screen and (min-width: 992px){.challenges-section .challenges-glass-card{display:block}}.challenges-section__header{position:relative;margin-bottom:7rem;display:flex;width:100%;justify-content:space-between;align-items:flex-end}.challenges-section__header-title{text-align:start}@media only screen and (max-width: 768px){.challenges-section__header-title{text-align:center}}@media only screen and (max-width: 768px){.challenges-section__header h1,.challenges-section__header h2,.challenges-section__header h3,.challenges-section__header h4,.challenges-section__header h5,.challenges-section__header h6{text-align:center}}.challenges-section__header-content{display:flex;flex-direction:column;gap:1rem;width:70%}.challenges-section__cards{display:flex;flex-direction:column;width:100%;gap:0}.challenges-section__challenge-card{position:relative;display:flex;min-height:30rem;width:100%;align-items:center;background-size:800px auto;background-position:right 2rem center;background-repeat:no-repeat}.challenges-section__challenge-card--grapics-1{background-image:url(/assets/images/grapics-1-BDJKSkQ9.svg)}.challenges-section__challenge-card--grapics-2{background-image:url(/assets/images/grapics-2-4onFa6l7.svg)}.challenges-section__challenge-card--grapics-3{background-image:url(/assets/images/grapics-3-COOw6yb3.svg)}@media only screen and (max-width: 768px){.challenges-section__challenge-card--grapics-1,.challenges-section__challenge-card--grapics-2,.challenges-section__challenge-card--grapics-3{background-image:none}}.challenges-section__challenge-content{display:flex;flex-direction:column;gap:1.5rem;padding:0 4rem;width:100%;color:#fff}@media only screen and (max-width: 768px){.challenges-section__challenge-content h1,.challenges-section__challenge-content h2,.challenges-section__challenge-content h3,.challenges-section__challenge-content h4,.challenges-section__challenge-content h5,.challenges-section__challenge-content h6{text-align:center}}.challenges-section__challenge-header{display:flex;width:100%;align-items:center;gap:1rem}.challenges-section__challenge-button{margin-bottom:.75rem;width:fit-content}.challenges-section__challenge-descriptions{display:flex;height:7rem;width:100%;align-items:center;gap:1rem}.challenges-section__description-item{display:flex;height:100%;width:100%;align-items:center;gap:1rem}.challenges-section__icon-card{display:flex;height:100%;align-items:center;gap:1rem;padding:0 1rem;min-width:fit-content}.challenges-section__icon{width:1.5rem;height:1.5rem;color:var(--text-primary)}.challenges-section__text-card{display:flex;height:100%;align-items:center;padding:0 1rem;width:100%}.challenges-section__text{max-width:28rem;color:var(--text-primary)}@media (max-width: 1440px){.challenges-section{padding:3rem 4rem}.challenges-section__header{gap:4rem;margin-bottom:5rem}.challenges-section__challenge-card{min-height:22rem}.challenges-section__challenge-content{padding:0 3rem}}@media (max-width: 1024px){.challenges-section{padding:2rem 1rem}.challenges-section__header{flex-direction:column;align-items:center;gap:2rem}.challenges-section__header-content{width:100%;text-align:center;align-items:center}.challenges-section__challenge-card{min-height:auto;background-position:top right;background-size:400px auto;padding:2rem 0}.challenges-section__challenge-content{padding:0 1.5rem}.challenges-section__challenge-header{flex-direction:column;align-items:flex-start;gap:1rem}.challenges-section__challenge-header .title{font-size:1.75rem;text-align:center}.challenges-section__challenge-descriptions{flex-direction:column;height:auto;gap:1rem}.challenges-section__description-item{flex-direction:column;height:auto}.challenges-section__icon-card{width:100%;justify-content:center;padding:1rem}.challenges-section__text-card{width:100%;padding:1rem;min-height:80px;justify-content:center;text-align:center}.challenges-section__text{max-width:100%}}@media (max-width: 768px){.challenges-section{padding:1rem}.challenges-section__header{margin-bottom:3rem}.challenges-section__challenge-card{background-size:300px auto}.challenges-section__challenge-button{width:100%;margin-bottom:0}}.tournaments-section{width:100%;display:flex;flex-direction:column;background-image:url(/assets/images/tournaments-CFpZSGj7.svg);background-size:90% auto;background-position:bottom center;background-repeat:no-repeat;padding:0 5rem;min-height:70vh;position:relative}@media only screen and (max-width: 768px){.tournaments-section h1,.tournaments-section h2,.tournaments-section h3,.tournaments-section h4,.tournaments-section h5,.tournaments-section h6{text-align:center}}@media only screen and (max-width: 1024px){.tournaments-section{padding:0 3rem;background-size:100% auto}}@media only screen and (max-width: 768px){.tournaments-section{padding:0 2rem;min-height:60vh;background-size:120% auto}}@media only screen and (max-width: 576px){.tournaments-section{padding:0 1.5rem;min-height:50vh;background-size:150% auto}}.tournaments-container{max-width:1900px;width:100%;height:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:7rem;padding-bottom:5rem}@media only screen and (max-width: 768px){.tournaments-container{gap:4rem;padding-bottom:3rem}}@media only screen and (max-width: 576px){.tournaments-container{gap:3rem;padding-bottom:2rem}}.tournaments-icons{width:100%;display:flex;align-items:center;justify-content:space-between}.tournaments-icons .icon-card{display:flex;align-items:center;justify-content:center}.tournaments-icons .icon-card--small{padding:2rem}@media only screen and (max-width: 768px){.tournaments-icons .icon-card--small{padding:1.5rem}.tournaments-icons .icon-card--small img{width:30px;height:30px}}@media only screen and (max-width: 576px){.tournaments-icons .icon-card--small{padding:1rem}.tournaments-icons .icon-card--small img{width:25px;height:25px}}.tournaments-icons .icon-card--large{padding:2.5rem}@media only screen and (max-width: 768px){.tournaments-icons .icon-card--large{padding:2rem}.tournaments-icons .icon-card--large img{width:50px;height:50px}}@media only screen and (max-width: 576px){.tournaments-icons .icon-card--large{padding:1.5rem}.tournaments-icons .icon-card--large img{width:40px;height:40px}}.tournaments-content-card{padding:2rem 6rem;background:#000000b3!important}@media only screen and (max-width: 768px){.tournaments-content-card{padding:2rem}}@media only screen and (max-width: 576px){.tournaments-content-card{padding:1.5rem}}.tournaments-content{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.tournaments-content .title{margin-bottom:1rem}@media only screen and (max-width: 768px){.tournaments-content .title{font-size:2.5rem;text-align:center}}@media only screen and (max-width: 576px){.tournaments-content .title{font-size:2rem;text-align:center}}.tournaments-content .tournaments-description{max-width:42rem;margin-bottom:2rem;font-weight:300;color:#f7f4f3}@media only screen and (max-width: 768px){.tournaments-content .tournaments-description{font-size:1rem}}.tournaments-content .tournaments-button{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-width:44px;min-height:44px;font-size:clamp(1rem,3vw,1.125rem);font-weight:300;line-height:1.4;color:#f7f6f3;padding:clamp(.5rem,2vw,1rem);text-transform:uppercase;border:none;cursor:pointer;background-color:#47119c;width:100%;margin-bottom:clamp(.5rem,2vw,1rem);transition:all .3s ease;width:fit-content;min-width:12rem;margin-top:1rem}@media only screen and (min-width: 768px){.tournaments-content .tournaments-button{min-width:auto;min-height:auto}}@media only screen and (min-width: 768px){.tournaments-content .tournaments-button{font-size:20px;line-height:26.38px;padding:11px 7px;margin-bottom:1rem;min-height:auto}}.tournaments-content .tournaments-button:disabled{background-color:light-dark(rgba(239,239,239,.3),rgba(19,1,1,.3));color:light-dark(rgba(16,16,16,.3),rgba(255,255,255,.3));border-color:light-dark(rgba(118,118,118,.3),rgba(195,195,195,.3))}.tournaments-content .tournaments-button:hover{box-shadow:inset 0 0 1px 1px #ffffff4d;transform:translateY(-2px);transition:all .3s ease}@media only screen and (max-width: 576px){.tournaments-content .tournaments-button{font-size:16px;padding:.8rem 1.5rem;min-width:10rem}}.card-skeleton{position:relative;width:100%;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:20px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);overflow:hidden}.card-skeleton:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.03) 50%,transparent 100%);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(0)}to{transform:translate(200%)}}.card-skeleton--payout{padding:1.5rem;min-height:140px}@media only screen and (max-width: 576px){.card-skeleton--payout{padding:1.25rem;min-height:120px}}.card-skeleton--live-rewards{padding:1.5rem;min-height:28rem}@media only screen and (max-width: 768px){.card-skeleton--live-rewards{min-height:320px}}@media only screen and (max-width: 576px){.card-skeleton--live-rewards{padding:1.25rem;min-height:280px}}.card-skeleton--top-traders{padding:2rem 4rem;min-height:200px}@media only screen and (max-width: 768px){.card-skeleton--top-traders{padding:1.5rem}}@media only screen and (max-width: 576px){.card-skeleton--top-traders{padding:1.25rem;min-height:auto}}.card-skeleton__payout{height:100%}.card-skeleton__payout-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;height:100%}@media only screen and (max-width: 576px){.card-skeleton__payout-content{gap:1rem}}.card-skeleton__payout-info{flex:1;display:flex;flex-direction:column;gap:.75rem}.card-skeleton__payout .card-skeleton__label{opacity:.6}.card-skeleton__payout .card-skeleton__amount{opacity:.9}.card-skeleton__payout .card-skeleton__icon{flex-shrink:0;opacity:.4}@media only screen and (max-width: 576px){.card-skeleton__payout .card-skeleton__icon{width:60px!important;height:60px!important}}.card-skeleton__live-rewards{display:flex;flex-direction:column;justify-content:space-between;height:100%}.card-skeleton__live-rewards .card-skeleton__live-header{display:flex;flex-direction:column;gap:.5rem}.card-skeleton__live-rewards .card-skeleton__live-description{margin-top:1.5rem;display:flex;flex-direction:column;gap:.5rem}@media only screen and (max-width: 576px){.card-skeleton__live-rewards .card-skeleton__live-description{margin-top:1rem}}.card-skeleton__live-rewards .card-skeleton__live-description .MuiSkeleton-root{opacity:.5}.card-skeleton__live-rewards .card-skeleton__button{margin-top:auto;opacity:.6;border-radius:12px!important}.card-skeleton__top-traders{display:flex;align-items:center;gap:3rem;height:100%}@media only screen and (max-width: 768px){.card-skeleton__top-traders{flex-direction:column;align-items:flex-start;gap:1.5rem}}.card-skeleton__top-traders .card-skeleton__traders-header{display:flex;flex-direction:column;gap:.25rem;min-width:160px}@media only screen and (max-width: 768px){.card-skeleton__top-traders .card-skeleton__traders-header{min-width:auto;width:100%}}.card-skeleton__top-traders .card-skeleton__traders-header .MuiSkeleton-root:first-child{opacity:.5}.card-skeleton__top-traders .card-skeleton__traders-header .MuiSkeleton-root:last-child{opacity:.8}.card-skeleton__top-traders .card-skeleton__traders-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;flex:1;width:100%}@media only screen and (max-width: 768px){.card-skeleton__top-traders .card-skeleton__traders-list{grid-template-columns:1fr;gap:.75rem}}.card-skeleton__top-traders .card-skeleton__trader-item{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:1rem;padding:1rem;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:20px;min-height:160px}@media only screen and (max-width: 768px){.card-skeleton__top-traders .card-skeleton__trader-item{flex-direction:row;align-items:center;min-height:auto;padding:1rem}}.card-skeleton__top-traders .card-skeleton__trader-item .card-skeleton__trader-rank{opacity:.3}@media only screen and (max-width: 768px){.card-skeleton__top-traders .card-skeleton__trader-item .card-skeleton__trader-rank{width:32px!important;height:32px!important}}.card-skeleton__top-traders .card-skeleton__trader-item .card-skeleton__trader-info{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;width:100%}@media only screen and (max-width: 768px){.card-skeleton__top-traders .card-skeleton__trader-item .card-skeleton__trader-info{align-items:flex-start}}.card-skeleton__top-traders .card-skeleton__trader-item .card-skeleton__trader-info .MuiSkeleton-root:first-child{opacity:.9}.card-skeleton__top-traders .card-skeleton__trader-item .card-skeleton__trader-info .MuiSkeleton-root:last-child{opacity:.5}.payout-section-skeleton{width:100%}.payout-section-skeleton__grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem}@media only screen and (max-width: 1100px){.payout-section-skeleton__grid{gap:1.25rem}}@media only screen and (max-width: 768px){.payout-section-skeleton__grid{grid-template-columns:1fr;gap:1rem}}.payout-section-skeleton__card--payout{grid-column:span 4}@media only screen and (max-width: 768px){.payout-section-skeleton__card--payout{grid-column:span 12}}.payout-section-skeleton__card--live{grid-column:span 4;grid-row:span 2}@media only screen and (max-width: 768px){.payout-section-skeleton__card--live{grid-column:span 12;grid-row:span 1}}.payout-section-skeleton__card--traders{grid-column:span 8}@media only screen and (max-width: 768px){.payout-section-skeleton__card--traders{grid-column:span 12}}.MuiSkeleton-root{background-color:#ffffff14}.MuiSkeleton-root:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.04),transparent)}.payout-section-new{position:relative;width:100%;padding:6rem 0;margin:1rem 0 5rem}@media only screen and (max-width: 768px){.payout-section-new h1,.payout-section-new h2,.payout-section-new h3,.payout-section-new h4,.payout-section-new h5,.payout-section-new h6{text-align:center}}@media only screen and (max-width: 768px){.payout-section-new{padding:0}}.payout-section-new .payout-container{position:relative;max-width:1900px;margin:0 auto;padding:0 7rem;z-index:1}@media only screen and (max-width: 1100px){.payout-section-new .payout-container{padding:0 24px}}@media only screen and (max-width: 768px){.payout-section-new .payout-container{padding:0 16px}}.payout-section-new .payout-skeleton-wrapper{margin-top:3rem}.payout-section-new .payout-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}@media only screen and (max-width: 1100px){.payout-section-new .payout-grid{gap:1.25rem}}@media only screen and (max-width: 768px){.payout-section-new .payout-grid{grid-template-columns:1fr;gap:1rem}}.payout-section-new .payout-card-container{grid-column:span 1}.payout-section-new .payout-card-container.payout-live-rewards{grid-column:span 1;grid-row:span 2}@media only screen and (max-width: 768px){.payout-section-new .payout-card-container.payout-live-rewards{grid-column:span 1;grid-row:auto}}.payout-section-new .payout-card-container.payout-top-traders{grid-column:span 2}@media only screen and (max-width: 768px){.payout-section-new .payout-card-container.payout-top-traders{grid-column:span 1}}.payout-section-new .payout-card{padding:1.5rem;height:100%}@media only screen and (max-width: 768px){.payout-section-new .payout-card{grid-column:span 12;padding:1.5rem}}.payout-section-new .payout-card .payout-card-content{display:flex;align-items:center;width:100%;justify-content:space-between;gap:2rem}@media only screen and (max-width: 576px){.payout-section-new .payout-card .payout-card-content{gap:1rem}}.payout-section-new .payout-card .payout-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.payout-section-new .payout-card .payout-label{font-size:14px;font-weight:400;line-height:18px;font-display:swap;color:var(--text-color);color:#f7f6f399;font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin:0;text-transform:uppercase;letter-spacing:.02em}.payout-section-new .payout-card .payout-amount{margin:.5rem 0;text-align:start}@media only screen and (max-width: 768px){.payout-section-new .payout-card .payout-amount{text-align:center}}@media only screen and (max-width: 576px){.payout-section-new .payout-card .payout-amount{font-size:24px;line-height:32px}}.payout-section-new .payout-card .payout-icon{flex-shrink:0;opacity:.8;transition:opacity .3s ease}.payout-section-new .payout-card .payout-icon:hover{opacity:1}.payout-section-new .live-rewards .live-rewards-content{display:flex;flex-direction:column;justify-content:space-between;height:100%;min-height:28rem}@media only screen and (max-width: 768px){.payout-section-new .live-rewards .live-rewards-content{min-height:20rem}}.payout-section-new .live-rewards .live-rewards-header{display:flex;flex-direction:column;gap:.25rem}.payout-section-new .live-rewards .live-title{text-align:start}@media only screen and (max-width: 768px){.payout-section-new .live-rewards .live-title{text-align:center}}@media only screen and (max-width: 576px){.payout-section-new .live-rewards .live-title{font-size:28px;line-height:36px}}.payout-section-new .live-rewards .live-description{color:#fff;margin-top:1.5rem}@media only screen and (max-width: 576px){.payout-section-new .live-rewards .live-description{font-size:14px;line-height:20px;margin-top:1rem}}.payout-section-new .top-traders{padding:1.5rem;height:100%}@media only screen and (max-width: 992px){.payout-section-new .top-traders{padding:2rem}}.payout-section-new .top-traders .top-traders-content{display:grid;grid-template-columns:minmax(240px,320px) 1fr;gap:2rem;height:100%;width:100%}@media only screen and (max-width: 992px){.payout-section-new .top-traders .top-traders-content{grid-template-columns:1fr;gap:1.5rem}}.payout-section-new .top-traders .top-traders-header{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;gap:.25rem}@media only screen and (max-width: 768px){.payout-section-new .top-traders .top-traders-header h1,.payout-section-new .top-traders .top-traders-header h2,.payout-section-new .top-traders .top-traders-header h3,.payout-section-new .top-traders .top-traders-header h4,.payout-section-new .top-traders .top-traders-header h5,.payout-section-new .top-traders .top-traders-header h6{text-align:center}}.payout-section-new .top-traders .traders-subtitle{opacity:.5;font-weight:400;font-size:34px}@media only screen and (max-width: 768px){.payout-section-new .top-traders .traders-subtitle{text-align:center}}@media only screen and (max-width: 576px){.payout-section-new .top-traders .traders-subtitle{font-size:20px;line-height:28px}}.payout-section-new .top-traders .traders-title{font-weight:400;font-size:34px}@media only screen and (max-width: 768px){.payout-section-new .top-traders .traders-title{text-align:center}}@media only screen and (max-width: 576px){.payout-section-new .top-traders .traders-title{font-size:24px;line-height:32px}}.payout-section-new .top-traders .traders-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;flex:1}@media only screen and (max-width: 992px){.payout-section-new .top-traders .traders-list{grid-template-columns:1fr;gap:.75rem}}.payout-section-new .top-traders .trader-item{position:relative;display:flex;cursor:pointer;flex-direction:column;align-items:stretch;justify-content:space-between;gap:.5rem;padding:1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:20px;min-height:160px}@media only screen and (max-width: 768px){.payout-section-new .top-traders .trader-item{flex-direction:row;align-items:center;min-height:auto;padding:1rem}}.payout-section-new .top-traders .trader-rank{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff0a;border:2px solid rgba(255,255,255,.05);border-radius:50%}.payout-section-new .top-traders .trader-rank span{color:#fff}@media only screen and (max-width: 768px){.payout-section-new .top-traders .trader-rank{width:32px;height:32px}.payout-section-new .top-traders .trader-rank span{font-size:14px}}.payout-section-new .top-traders .trader-info{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.5rem;flex:1;text-align:start}@media only screen and (max-width: 576px){.payout-section-new .top-traders .trader-price{font-size:22px;line-height:28px}}.payout-section-new .top-traders .trader-hotkey{color:#f1c9fe}.register-section{position:relative;min-height:100vh;display:flex;align-items:start;background-image:url(/assets/images/glass-2-BixgGa9j.svg);background-repeat:no-repeat;background-position:bottom left;background-size:45% auto;padding:0 7rem}@media only screen and (max-width: 768px){.register-section h1,.register-section h2,.register-section h3,.register-section h4,.register-section h5,.register-section h6{text-align:center}}@media only screen and (max-width: 1280px){.register-section{padding:4rem 2.5rem}}@media only screen and (max-width: 768px){.register-section{padding:3rem 1.5rem;min-height:60vh}}@media only screen and (max-width: 576px){.register-section{padding:2rem 1rem;background-size:80% auto}}.register-section__container{width:100%;max-width:1900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}.register-section__grid{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media only screen and (max-width: 1280px){.register-section__grid{grid-template-columns:1fr;gap:4rem}}@media only screen and (max-width: 768px){.register-section__grid{gap:2.5rem}}.register-section__left{grid-column:span 2;display:flex;flex-direction:column;gap:2.5rem}@media only screen and (max-width: 1280px){.register-section__left{grid-column:span 1;align-items:center;text-align:center}}@media only screen and (max-width: 768px){.register-section__left{gap:1.5rem}}.register-section__right{grid-column:span 2;display:flex;flex-direction:column;gap:2.5rem}@media only screen and (max-width: 1280px){.register-section__right{grid-column:span 1}}@media only screen and (max-width: 768px){.register-section__right{gap:1.5rem}}.register-section__pills{align-self:flex-start}@media only screen and (max-width: 1280px){.register-section__pills{align-self:center}}.register-section__title{color:#fff;font-weight:700;text-transform:uppercase}@media only screen and (max-width: 768px){.register-section__title{text-align:center}}.register-section__square-card{display:flex;justify-content:flex-end;width:100%;margin-top:2rem}@media only screen and (max-width: 768px){.register-section__square-card{display:none}}.register-section__cards{display:flex;flex-direction:column;gap:1rem}.register-section__card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);transition:all .3s ease}.register-section__card:hover{background:#ffffff0d;border-color:#ffffff1f;transform:translate(5px)}.register-section__card-content{display:flex;align-items:center;gap:2rem;padding:1rem;width:100%}@media only screen and (max-width: 576px){.register-section__card-content{padding:1rem;gap:1rem}}.register-section__icon-wrapper{display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#ffffff0d;border-radius:50%;flex-shrink:0}.register-section__icon{display:block;width:50px;height:50px}@media only screen and (max-width: 576px){.register-section__icon{width:40px;height:40px}}.register-section__card-text{display:flex;flex-direction:column;gap:.5rem;flex:1}.register-section__card-title{color:#fff;text-transform:uppercase;font-weight:600}@media only screen and (max-width: 768px){.register-section__card-title{text-align:center}}.register-section__card-description{color:#ffffffe6;line-height:1.6;max-width:25rem}.take-action-section-new{position:relative;width:100%;padding:10rem 7rem}@media only screen and (max-width: 768px){.take-action-section-new{padding:3rem 1rem}.take-action-section-new h1,.take-action-section-new h2,.take-action-section-new h3,.take-action-section-new h4,.take-action-section-new h5,.take-action-section-new h6{text-align:center}}@media only screen and (max-width: 992px){.take-action-section-new{padding:4rem 2rem}}@media only screen and (max-width: 1100px){.take-action-section-new{padding:1rem 1rem 8rem}}.take-action-container{position:relative;max-width:1900px;margin:0 auto;display:flex;flex-direction:column;gap:3.5rem}@media only screen and (max-width: 992px){.take-action-container{gap:4rem}}.take-action-header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;width:100%}@media only screen and (max-width: 992px){.take-action-header{flex-direction:column}}.take-action-header .header-title{display:flex;flex-direction:column;width:100%;gap:.25rem}@media only screen and (max-width: 768px){.take-action-header .header-title{text-align:center;gap:.5rem}.take-action-header .header-title h1,.take-action-header .header-title h2,.take-action-header .header-title h3,.take-action-header .header-title h4,.take-action-header .header-title h5,.take-action-header .header-title h6{text-align:center}}.take-action-header .button-new{width:auto;align-self:flex-start}@media only screen and (max-width: 768px){.take-action-header .button-new{align-self:flex-start}}@media only screen and (max-width: 992px){.take-action-header .button-new{align-self:auto}}.steps-grid{position:relative;display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;align-items:stretch;justify-content:flex-end}@media only screen and (max-width: 992px){.steps-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media only screen and (max-width: 768px){.steps-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media only screen and (max-width: 576px){.steps-grid{grid-template-columns:1fr;gap:1.25rem}}@media only screen and (max-width: 1100px){.steps-grid{gap:3.5rem}}.step-card{position:relative;display:flex;flex-direction:column;align-items:center;height:100%;padding:.5rem}@media only screen and (max-width: 640px){.step-card{padding:1rem}}.step-card .step-number-svg{width:7rem;height:7rem}@media only screen and (max-width: 992px){.step-card .step-number-svg{width:9rem;height:9rem}}.step-card .step-content{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;min-height:72px;width:100%;margin-bottom:1.25rem}@media only screen and (max-width: 992px){.step-card .step-content{margin-bottom:2rem;min-height:64px}}.step-card .step-content *,.step-card .step-content h1,.step-card .step-content h2,.step-card .step-content h3,.step-card .step-content h4,.step-card .step-content h5,.step-card .step-content h6,.step-card .step-content .title{text-align:center!important;width:100%}.step-card .step-description{opacity:.7}.step-card .step-visual{position:relative;display:flex;align-items:flex-end;justify-content:center;width:100%}@media only screen and (max-width: 992px){.step-card .step-visual{height:13rem}}@media only screen and (max-width: 1100px){.step-card .step-visual{height:15rem}}.step-card .step-visual .step-icon{width:18rem;height:auto;z-index:1;position:relative}@media only screen and (max-width: 992px){.step-card .step-visual .step-icon{width:13rem}}@media only screen and (max-width: 1100px){.step-card .step-visual .step-icon{width:14rem}}.step-card .step-visual .glass-circle{position:absolute;bottom:-2rem;right:50%;transform:translate(-50%);z-index:100}@media only screen and (max-width: 992px){.step-card .step-visual .glass-circle{bottom:-3.25rem}}.step-card .step-visual .glass-circle .circle-content{width:10rem;height:10rem;border-radius:50%}@media only screen and (max-width: 992px){.step-card .step-visual .glass-circle .circle-content{width:9.5rem;height:9.5rem}}.tournament_criteria{width:100%;background:linear-gradient(180deg,#ffffff0a 99.99%,#9999990a);box-shadow:0 2px 4px #ffffff40;border-radius:16px;border:1px solid rgb(62,62,62);margin-top:24px;padding:24px 32px}@media only screen and (max-width: 991px){.tournament_criteria{padding:24px 15px}}@media only screen and (max-width: 768px){.tournament_criteria{padding:24px 18px}}.tournament_criteria h3{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:24px;font-weight:700;line-height:32.4px;font-display:swap;color:var(--text-color);font-family:Satoshi;margin:0}@media only screen and (max-width: 991px){.tournament_criteria h3{font-size:22px;line-height:30px}}.tournament_criteria .criteria_inner{display:flex;justify-content:space-between;align-items:center;margin-top:16px;font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:21.6px;font-display:swap;color:var(--text-color);color:#f7f6f3;font-family:Satoshi}.tournament_criteria .criteria_inner .criteria_desc{display:flex;align-items:center;justify-content:center;gap:10.65px;width:33%}@media only screen and (max-width: 991px){.tournament_criteria .criteria_inner .criteria_desc{width:100%}}@media only screen and (max-width: 991px){.tournament_criteria .criteria_inner{gap:15px;flex-wrap:wrap;flex-direction:column;width:100%}}.tournament_criteria .fee_btn_wrapper{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px}@media only screen and (max-width: 991px){.tournament_criteria .fee_btn_wrapper{flex-wrap:wrap;width:100%;flex-direction:column;justify-content:center}}.tournament_criteria .fee_btn_wrapper button{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:24px;font-weight:700;line-height:32.4px;font-display:swap;color:var(--text-color);color:#47119c;font-family:Satoshi;letter-spacing:-.03em;width:100%;height:48px;border:none;justify-content:center;background-color:transparent;cursor:pointer;text-align:left;display:flex;align-items:center;text-align:center}@media only screen and (max-width: 991px){.tournament_criteria .fee_btn_wrapper button{font-size:20px;line-height:27.4px;justify-content:center}}@media only screen and (max-width: 768px){.tournament_criteria .fee_btn_wrapper button{font-size:18px;line-height:22.4px;height:38px}}@media only screen and (max-width: 600px){.tournament_criteria .fee_btn_wrapper button{font-size:16px;line-height:22px}}@media only screen and (max-width: 380px){.tournament_criteria .fee_btn_wrapper button{font-size:15px;line-height:18.4px}}.tournament_criteria .fee_btn_wrapper button .join_discord{font-size:14px;display:flex;align-items:center;padding:.8rem;width:100%;color:#fff;background-color:#47119c}.tournament_criteria .fee_btn_wrapper button .join_discord img{width:24px;height:24px}.tournament_criteria .fee_btn_wrapper button .join_discord span{width:100%}.tournament_criteria .fee_btn_wrapper .invite-only{color:#fff;width:100%}.tournament_criteria .fee_btn_wrapper .vertical_line{height:32px;width:1px;background-color:#444}@media only screen and (max-width: 991px){.tournament_criteria .fee_btn_wrapper .vertical_line{display:none}}.tournamentFlowContainer{width:100%;max-width:842px;margin-top:120px;margin-inline:auto;padding-inline:15px}.tournamentFlowContainer h3{text-align:center;font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:24px;font-weight:400;line-height:32.4px;font-display:swap;color:var(--text-color);font-family:Satoshi}.tournamentFlowContainer h2{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:56px;font-weight:400;line-height:67.2px;font-display:swap;color:var(--text-color);color:#f7f6f3;font-family:Satoshi;margin-top:16px;text-align:center;margin-bottom:56px}@media only screen and (max-width: 991px){.tournamentFlowContainer h2{font-size:44px;line-height:51.2px}}@media only screen and (max-width: 768px){.tournamentFlowContainer h2{font-size:32px;line-height:34.2px;margin-bottom:35px;margin-top:12px}}.tournamentFlowContainer .challange_inner_container{width:100%;max-width:760px;margin-top:56px;margin-inline:auto}@media only screen and (max-width: 768px){.tournamentFlowContainer .challange_inner_container{margin-top:30px}}.tournamentFlowContainer .challange_inner_container .step_btn_wrapper{display:flex;align-items:center;justify-content:center;gap:16px}.tournamentFlowContainer .challange_inner_container .step_btn_wrapper button{display:flex;align-items:center;justify-content:center;gap:24px;width:100%;height:80px;border-radius:16px;border:1px solid rgb(62,62,62);box-shadow:0 2px 4px #ffffff40;cursor:pointer;background-color:transparent;font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:24px;font-weight:700;line-height:32.4px;font-display:swap;color:var(--text-color);color:#47119c;font-family:Satoshi;letter-spacing:-3%}@media only screen and (max-width: 991px){.tournamentFlowContainer .challange_inner_container .step_btn_wrapper button{gap:15px;height:70px;font-size:20px;line-height:27.4px}}@media only screen and (max-width: 768px){.tournamentFlowContainer .challange_inner_container .step_btn_wrapper button{height:64px}}@media only screen and (max-width: 600px){.tournamentFlowContainer .challange_inner_container .step_btn_wrapper button{height:58px;font-size:16px;line-height:22px}}@media only screen and (max-width: 991px){.tournamentFlowContainer .challange_inner_container .step_btn_wrapper button img{width:100%;max-width:26px}}@media only screen and (max-width: 600px){.tournamentFlowContainer .challange_inner_container .step_btn_wrapper button img{width:18px}}.tournamentFlowContainer .challange_inner_container .step_btn_wrapper button.active{border-color:#47119c}.tournamentFlowContainer .challange_inner_container .tournament_btn{margin-top:16px;cursor:pointer;height:80px;background:linear-gradient(180deg,#ffffff0a 99.99%,#9999990a);box-shadow:0 2px 4px #ffffff40;border-radius:16px;overflow:hidden}@media only screen and (max-width: 991px){.tournamentFlowContainer .challange_inner_container .tournament_btn{height:70px}}@media only screen and (max-width: 768px){.tournamentFlowContainer .challange_inner_container .tournament_btn{height:64px}}.tournamentFlowContainer .challange_inner_container .tournament_btn button{display:flex;align-items:center;justify-content:center;gap:24px;font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:24px;font-weight:700;line-height:32.4px;font-display:swap;color:var(--text-color);color:#47119c;font-family:Satoshi;width:100%;height:100%;border:1px solid rgb(62,62,62);border-radius:16px;background:linear-gradient(180deg,#ffffff0a 99.99%,#9999990a);letter-spacing:-.03em;cursor:pointer}@media only screen and (max-width: 991px){.tournamentFlowContainer .challange_inner_container .tournament_btn button{gap:15px;font-size:20px;line-height:27.4px}}@media only screen and (max-width: 600px){.tournamentFlowContainer .challange_inner_container .tournament_btn button{font-size:16px;line-height:22px}}@media only screen and (max-width: 991px){.tournamentFlowContainer .challange_inner_container .tournament_btn button img{width:100%;max-width:26px}}@media only screen and (max-width: 600px){.tournamentFlowContainer .challange_inner_container .tournament_btn button img{width:18px}}.tournamentFlowContainer .Purchase_challenge_btn{margin-top:48.55px;width:100%;margin-inline:auto;display:flex}@media only screen and (max-width: 768px){.tournamentFlowContainer .Purchase_challenge_btn{margin-top:38.55px}}.tournamentFlowContainer .Purchase_challenge_btn button{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:20px;font-weight:300;line-height:26.38px;font-display:swap;color:var(--text-color);color:#151414;font-family:Roboto Mono;text-transform:uppercase;margin-inline:auto;width:100%;max-width:313px;height:48px;background:#f7f4f3;border:none;cursor:pointer}@media only screen and (max-width: 768px){.tournamentFlowContainer .Purchase_challenge_btn button{font-size:16px;line-height:16.38px;max-width:240px;height:44px}}.day-theme .tournamentFlowContainer h2{color:#444}.day-theme .tournament_criteria h3{text-align:center}.day-theme .tournament_criteria .criteria_inner{color:#444}.day-theme .tournamentFlowContainer .Purchase_challenge_btn button{background-color:#47119c;color:#f7f6f3}.no-tournaments-message{background:#2e2e3a;border-radius:8px;padding:24px;margin:20px 0;display:flex;align-items:flex-start;gap:16px}.no-tournaments-message .info-icon{color:#47119c;font-size:24px}.no-tournaments-message .message-content{display:flex;flex-direction:column;justify-content:start}.no-tournaments-message .message-content h3{color:#fff;margin:0 0 8px;font-size:18px;display:flex;justify-content:center;align-items:center;gap:10px}.no-tournaments-message .message-content p{color:#b4b4b4;margin:0 0 16px;line-height:1.5}.no-tournaments-message .message-content .discord-button{background:#5865f2;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500;transition:background .2s}.no-tournaments-message .message-content .discord-button:hover{background:#4752c4}.join_discord_btn{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:20px;font-weight:700;line-height:32.4px;font-display:swap;color:var(--text-color);color:#47119c;font-family:Satoshi;letter-spacing:-.03em;width:100%;height:48px;gap:10px;border:none;border:1px solid #47119c;justify-content:center;background-color:transparent;cursor:pointer;text-align:left;display:flex;align-items:center;text-align:center}@media only screen and (max-width: 991px){.join_discord_btn{font-size:16px;line-height:27.4px;justify-content:center}}@media only screen and (max-width: 768px){.join_discord_btn{font-size:16px;line-height:22.4px;height:38px}}@media only screen and (max-width: 600px){.join_discord_btn{font-size:16px;line-height:22px}}@media only screen and (max-width: 380px){.join_discord_btn{font-size:15px;line-height:18.4px}}.worthy-payments-container{width:100%}.worthy-payments-container .checkout-body-content{display:flex;width:100%;max-width:948px;margin-inline:auto;padding-inline:6px}@media only screen and (max-width: 767px){.worthy-payments-container .checkout-body-content{flex-direction:column;padding-left:0}}.TournamentCheckOut{width:100%;max-width:948px;margin:0 auto}.TournamentCheckOut input{box-shadow:var(--input-box-shadow);border:var(--input-border-color);background:var(--input-background-color);padding:clamp(.5rem,2vw,1rem);border-radius:var(--input-border-radius);display:flex;min-height:44px;height:auto;color:var(--text-color);font-size:clamp(1rem,3vw,1.125rem);font-weight:400}@media only screen and (min-width: 768px){.TournamentCheckOut input{padding:var(--input-padding);min-height:48px;font-size:16px}}.TournamentCheckOut input::placeholder{color:var(--input-placeholder-color)}.TournamentCheckOut .dashboard-layout-wrapper .dashboard-content{margin-left:0}.TournamentCheckOut .dashboard-layout-wrapper .checkout-container{width:100%;max-width:948px;margin-inline:auto}.TournamentCheckOut .dashboard-layout-wrapper .checkout-container .step-header{margin-bottom:24px!important}.TournamentCheckOut .dashboard-layout-wrapper .checkout-container .step-header h1{text-align:left}.TournamentCheckOut .dashboard-layout-wrapper .checkout-container .checkout-body-content{justify-content:center}@media only screen and (max-width: 768px){.TournamentCheckOut .dashboard-layout-wrapper .checkout-container .checkout-body-content{padding-left:0}}@media only screen and (max-width: 380px){.TournamentCheckOut .dashboard-layout-wrapper .checkout-container .checkout-body-content .info-card .card-title{font-size:20px;line-height:23.4px}}@media only screen and (max-width: 767px){.TournamentCheckOut .dashboard-layout-wrapper .checkout-container .checkout-body-content .info-card{margin-top:16px!important;padding-inline:16px}}.TournamentCheckOut .dashboard-layout-wrapper .checkout-container .checkout-body-content .product-detail .info-card .card-title{margin-bottom:16px}.TournamentCheckOut .dashboard-layout-wrapper .checkout-container .checkout-body-content .product-detail .info-card .prodect-detail-row .product-title{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:21.1px;font-display:swap;color:var(--text-color);color:#98979d;font-family:Roboto Mono}.TournamentCheckOut .dashboard-layout-wrapper .checkout-container .checkout-body-content .product-detail .info-card .prodect-detail-row .product-desc{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:21.1px;font-display:swap;color:var(--text-color);color:#f7f4f3;font-family:Roboto Mono}@media only screen and (max-width: 380px){.TournamentCheckOut .dashboard-layout-wrapper .checkout-container .checkout-body-content .product-detail .info-card .prodect-detail-row .product-desc{font-size:12px;line-height:18.4px}}@media only screen and (max-width: 380px){.TournamentCheckOut .dashboard-layout-wrapper .checkout-container .checkout-body-content .info-card form .inline-form-group{gap:8px}}@media only screen and (max-width: 380px){.TournamentCheckOut .dashboard-layout-wrapper .checkout-container .checkout-body-content .info-card form .inline-form-group .form-group label{font-size:14px;line-height:18px}}.TournamentCheckOut .dashboard-layout-wrapper .checkout-container .pageTitle{padding-left:84px}@media only screen and (max-width: 768px){.TournamentCheckOut .dashboard-layout-wrapper .checkout-container .pageTitle{padding-left:0}}@media only screen and (max-width: 767px){.TournamentCheckOut .dashboard-layout-wrapper .dashboard-content{padding-top:0}}@media only screen and (max-width: 767px){.TournamentCheckOut .dashboard-layout-wrapper .dashboard-content .dashboard-children .checkout-body{padding-top:24px}}.referral-code-input{background-color:var(--card-background-color);padding:1.5rem;border:1px solid var(--card-border-color);border-radius:10px;box-shadow:var(--card-box-shadow);color:var(--card-text-color);margin-top:1rem}.referral-code-input .MuiTypography-h6{font-family:Space Mono,monospace;font-size:18px;font-weight:600;line-height:1.2;color:var(--text-color);margin-bottom:1rem}.referral-code-input input{box-shadow:var(--input-box-shadow);border:var(--input-border-color);background:var(--input-background-color);padding:clamp(.5rem,2vw,1rem);border-radius:var(--input-border-radius);display:flex;min-height:44px;height:auto;color:var(--text-color);font-size:clamp(1rem,3vw,1.125rem);font-weight:400}@media only screen and (min-width: 768px){.referral-code-input input{padding:var(--input-padding);min-height:48px;font-size:16px}}.referral-code-input input::placeholder{color:var(--input-placeholder-color)}.referral-code-input button{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-width:44px;min-height:44px;font-size:clamp(1rem,3vw,1.125rem);font-weight:300;line-height:1.4;color:#f7f6f3;padding:clamp(.5rem,2vw,1rem);text-transform:uppercase;border:none;cursor:pointer;background-color:#47119c;width:100%;margin-bottom:clamp(.5rem,2vw,1rem);transition:all .3s ease}@media only screen and (min-width: 768px){.referral-code-input button{min-width:auto;min-height:auto}}@media only screen and (min-width: 768px){.referral-code-input button{font-size:20px;line-height:26.38px;padding:11px 7px;margin-bottom:1rem;min-height:auto}}.referral-code-input button:disabled{background-color:light-dark(rgba(239,239,239,.3),rgba(19,1,1,.3));color:light-dark(rgba(16,16,16,.3),rgba(255,255,255,.3));border-color:light-dark(rgba(118,118,118,.3),rgba(195,195,195,.3))}.form-group{position:relative}.discord-icon{position:absolute;right:0;top:0;z-index:10}.code-input{position:relative;display:flex;align-items:center}.code-input input{width:100%}.code-input .check{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none}.code-input .check .check-icon{width:20px;height:20px}.alreadyStartedContainer{width:100%;max-width:842px;margin-inline:auto;margin-top:160px;padding-inline:15px}.alreadyStartedContainer .challenges_titles h2{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:24px;font-weight:400;line-height:32.4px;font-display:swap;color:var(--text-color);color:#47119c;font-family:Satoshi;text-align:center}.alreadyStartedContainer .challenges_titles h1{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:56px;font-weight:400;line-height:67.2px;font-display:swap;color:var(--text-color);color:#f7f6f3;font-family:Satoshi;text-align:center;margin-top:16px}@media only screen and (max-width: 991px){.alreadyStartedContainer .challenges_titles h1{font-size:44px;line-height:51.2px}}@media only screen and (max-width: 768px){.alreadyStartedContainer .challenges_titles h1{font-size:28px;line-height:32.2px;margin-bottom:35px;margin-top:12px}}.alreadyStartedContainer .challengesDesc{width:100%;max-width:760px;padding:24px 32px;background:linear-gradient(180deg,#ffffff0a 99.99%,#9999990a);box-shadow:0 2px 4px #ffffff40;margin-top:48px;margin-inline:auto}@media only screen and (max-width: 768px){.alreadyStartedContainer .challengesDesc{padding:22px 16px;margin-top:30px}}.alreadyStartedContainer .challengesDesc p{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:20px;font-weight:500;line-height:27px;font-display:swap;color:var(--text-color);color:#f7f4f3;font-family:Satoshi;text-align:center}@media only screen and (max-width: 991px){.alreadyStartedContainer .challengesDesc p{font-size:18px;line-height:25px}}@media only screen and (max-width: 768px){.alreadyStartedContainer .challengesDesc p{font-size:16px;line-height:22px}}.alreadyStartedContainer .subscribe_btn{display:flex;justify-content:center;margin-top:56px}@media only screen and (max-width: 768px){.alreadyStartedContainer .subscribe_btn{margin-top:46px}}.alreadyStartedContainer .subscribe_btn button{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:20px;font-weight:300;line-height:26.38px;font-display:swap;color:var(--text-color);color:#151414;font-family:Roboto Mono;text-transform:uppercase;margin-inline:auto;width:100%;max-width:409px;height:48px;background:#f7f4f3;border:none;cursor:pointer}@media only screen and (max-width: 768px){.alreadyStartedContainer .subscribe_btn button{font-size:16px;line-height:16.38px;max-width:300px;height:44px;letter-spacing:-.4px}}.day-theme .alreadyStartedContainer .challenges_titles h1{color:#444}.day-theme .alreadyStartedContainer .challengesDesc{box-shadow:0 2px 4px #cfcfcf;border:1px solid #efeeeb;border-radius:16px}.day-theme .alreadyStartedContainer .challengesDesc p{color:#444}.day-theme .alreadyStartedContainer .subscribe_btn button{background-color:#47119c;color:#f7f6f3}.tourmamentContainer{margin:4rem}.tourmamentContainer h1{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:40px;font-weight:500;line-height:54px;font-display:swap;color:var(--text-color);font-family:Satoshi;margin-bottom:24px}@media only screen and (max-width: 1280px){.tourmamentContainer h1{font-size:38px;line-height:44px}}@media only screen and (max-width: 767px){.tourmamentContainer h1{font-size:28px;line-height:36px;letter-spacing:-.5px}}.tourmamentContainer .tourmament-card-items-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:20px;width:100%;padding:5px}.tourmamentContainer .tourmament-card-items-wrapper .card-items{width:100%;background:#ffffff0a;box-shadow:0 2px 4px #ffffff40;border-radius:16px}.tourmamentContainer .tourmament-card-items-wrapper .card-items .card-items-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.tourmamentContainer .tourmament-card-items-wrapper .card-items .card-items-head .cardTitle,.tourmamentContainer .tourmament-card-items-wrapper .card-items .card-items-head .cardTitle span{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:20px;font-weight:500;line-height:26.38px;font-display:swap;color:var(--text-color);color:#98979d;font-family:Roboto Mono}@media only screen and (max-width: 1280px){.tourmamentContainer .tourmament-card-items-wrapper .card-items .card-items-head .cardTitle,.tourmamentContainer .tourmament-card-items-wrapper .card-items .card-items-head .cardTitle span{font-size:16px;line-height:24px}}.tourmamentContainer .tourmament-card-items-wrapper .card-items .card-items-head span{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:40px;font-weight:500;line-height:54px;font-display:swap;color:var(--text-color);color:#f7f4f3;font-family:Satoshi}@media only screen and (max-width: 1280px){.tourmamentContainer .tourmament-card-items-wrapper .card-items .card-items-head span{font-size:28px;line-height:42px}}.tourmamentContainer .tourmament-card-items-wrapper .card-items .card-items-ranks{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.tourmamentContainer .tourmament-card-items-wrapper .card-items .card-items-ranks p{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:21.1px;font-display:swap;color:var(--text-color);color:#98979d;font-family:Roboto Mono}.tourmamentContainer .tourmament-card-items-wrapper .card-items .card-items-ranks span{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:21.1px;font-display:swap;color:var(--text-color);color:#f7f4f3;font-family:Roboto Mono}@media only screen and (max-width: 1280px){.tourmamentContainer .tourmament-card-items-wrapper .card-items{width:48%}}@media only screen and (max-width: 575px){.tourmamentContainer .tourmament-card-items-wrapper .card-items{width:100%}}.tourmamentContainer .tourmament-card-items-wrapper .card-range h3{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:20px;font-weight:500;line-height:26.38px;font-display:swap;color:var(--text-color);color:#f7f4f3;font-family:Roboto Mono;padding-top:16px}@media only screen and (max-width: 1280px){.tourmamentContainer .tourmament-card-items-wrapper .card-range h3{font-size:18px;line-height:38px}}.tourmamentContainer .tourmament-card-items-wrapper .card-range .slider-box{align-items:center;justify-items:stretch;padding:0;margin-top:21px}.tourmamentContainer .tourmament-card-items-wrapper .card-range .slider-box .slider{-webkit-appearance:none;appearance:none;height:12px;border-radius:4px;position:relative;display:flex}.tourmamentContainer .tourmament-card-items-wrapper .card-range .slider-box .slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:10px;height:20px;border-radius:30%;border:2px solid white;cursor:pointer;position:relative;z-index:2}.tourmamentContainer .tourmament-card-items-wrapper .card-range .slider-box .slider::-moz-range-thumb{width:10px;height:20px;border-radius:30%;border:2px solid white;cursor:pointer}.tourmamentContainer .tourmament-card-items-wrapper .card-range .slider-box .slider.SELL{background:linear-gradient(to right,#47119c 0%,#47119c var(--value-percent),#7e7875 var(--value-percent),#7e7875 100%)}.tourmamentContainer .tourmament-card-items-wrapper .card-range .slider-box .slider.SELL::-webkit-slider-thumb{background:#47119c}.tourmamentContainer .tourmament-card-items-wrapper .card-range .slider-box .slider.SELL::-moz-range-thumb{background:#47119c}@media (max-width: 1024px){.tourmamentContainer .tourmament-card-items-wrapper{grid-template-columns:1fr}}.tourmamentContainer .allParticipantsSection{margin-top:40px}.tourmamentContainer .allParticipantsSection h3{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:24px;font-weight:700;line-height:32.4px;font-display:swap;color:var(--text-color);color:#f7f4f3;font-family:Satoshi}.tourmamentContainer .allParticipantsSection .tableChartWrapper{display:flex;justify-content:space-between;align-items:center;align-items:unset;margin-top:16px;gap:16px}@media only screen and (max-width: 1080px){.tourmamentContainer .allParticipantsSection .tableChartWrapper{flex-direction:column}}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable{width:100%;background:#ffffff0a;border:1px solid #3e3e3e;box-shadow:0 2px 4px #ffffff40;padding:24px 24px 16px;border-radius:16px;overflow:hidden}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .tableHeader{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:20px;font-weight:500;line-height:26.38px;font-display:swap;color:var(--text-color);color:#f7f4f3;font-family:Roboto Mono;display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width: 767px){.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .tableHeader{font-size:18px;line-height:24px}}@media only screen and (max-width: 575px){.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .tableHeader{font-size:16px;line-height:22px}}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .tableHeader .discordWrapper{display:flex;align-items:center;gap:8px;cursor:pointer;border-radius:5px;padding:5px;font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:12px;font-weight:400;line-height:21.1px;font-display:swap;color:var(--text-color);color:#47119c;font-family:Roboto Mono}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .tableHeader .discordWrapper:hover{border:1px solid #47119c}@media only screen and (max-width: 575px){.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .tableHeader .discordWrapper{font-size:14px}}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .tableHeader .discordWrapper .discortIcon{display:flex;align-items:center;justify-content:center}@media only screen and (max-width: 575px){.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .tableHeader .discordWrapper svg{width:22px}}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .participantTableContainer{overflow:auto;margin-top:16px}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .participantTableContainer table{border-collapse:collapse}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .participantTableContainer table thead tr{height:32px}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .participantTableContainer table thead tr .th-one{width:6%}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .participantTableContainer table thead tr .th-two,.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .participantTableContainer table thead tr .th-three{width:12%}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .participantTableContainer table thead tr .th-four,.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .participantTableContainer table thead tr .th-five{width:10%}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .participantTableContainer table thead tr .th-six{width:12%}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .participantTableContainer table thead tr .th-seven{width:8%}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .participantTableContainer table thead th{border-bottom:1px solid #444444;padding-inline:8px;white-space:nowrap;border-right:1px solid #444444;font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:21.1px;font-display:swap;color:var(--text-color);color:#98979d;font-family:Roboto Mono}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .participantTableContainer table thead th:first-child{padding-left:0}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .participantTableContainer table thead th:last-child{border-right:0px}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .participantTableContainer table tbody{width:555px;overflow:auto}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .participantTableContainer table tbody tr{height:32px}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .participantTableContainer table tbody tr:last-child td{border-bottom:0}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .participantTableContainer table tbody td{border-bottom:1px solid #444444;padding-inline:8px;white-space:nowrap;text-align:center;border-right:1px solid #444444;font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:21.1px;font-display:swap;color:var(--text-color);color:#f7f4f3;font-family:Roboto Mono}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .participantTableContainer table tbody td:first-child{padding-left:0;text-align:left}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .participantTableContainer table tbody td:last-child{border-right:0px}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsChart{width:100%;background:#ffffff0a;border:1px solid #3e3e3e;box-shadow:0 2px 4px #ffffff40;padding:24px;border-radius:16px}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsChart .chatTitles{display:flex;justify-content:space-between;align-items:center;margin-bottom:54px;font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:20px;font-weight:500;line-height:26.38px;font-display:swap;color:var(--text-color);color:#f7f4f3;font-family:Roboto Mono}@media only screen and (max-width: 767px){.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsChart .chatTitles{font-size:18px;line-height:24px}}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsChart .chatTitles .ranking p{letter-spacing:-.03em;font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:24px;font-weight:700;line-height:32.4px;font-display:swap;color:var(--text-color);color:#f7f4f3;font-family:Satoshi}@media only screen and (max-width: 767px){.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsChart .chatTitles .ranking p{font-size:20px;line-height:28px}}.tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsChart .chatTitles .ranking p span{color:#98979d}.day-theme .tourmamentContainer .tourmament-card-items-wrapper .card-items{background:#ffffff1a;border:1px solid #efeeeb;box-shadow:0 2px 4px #cfcfcf}.day-theme .tourmamentContainer .tourmament-card-items-wrapper .card-items .card-items-head .cardTitle,.day-theme .tourmamentContainer .tourmament-card-items-wrapper .card-items .card-items-head .cardTitle span{color:#444}.day-theme .tourmamentContainer .tourmament-card-items-wrapper .card-items .card-items-head span,.day-theme .tourmamentContainer .tourmament-card-items-wrapper .card-items .card-items-ranks span{color:#151414}.day-theme .tourmamentContainer .tourmament-card-items-wrapper .card-range h3{color:#444}.day-theme .tourmamentContainer .allParticipantsSection h3{color:#151414}.day-theme .tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable{border:1px solid #efeeeb;box-shadow:0 2px 4px #cfcfcf;overflow:hidden}.day-theme .tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .tableHeader h4,.day-theme .tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .tableHeader .discordWrapper,.day-theme .tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .participantTableContainer table thead tr th,.day-theme .tourmamentContainer .allParticipantsSection .tableChartWrapper .participantsTable .participantTableContainer table tbody tr td{color:#151414}.day-theme .tourmamentContainer .allParticipantsSection .participantsChart{border:1px solid #efeeeb;box-shadow:0 2px 4px #cfcfcf}.day-theme .tourmamentContainer .allParticipantsSection .participantsChart .chatTitles h4,.day-theme .tourmamentContainer .allParticipantsSection .participantsChart .chatTitles .ranking p{color:#151414}.miner-chart{width:100%}.miner-chart .histogram-row{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:20px}.miner-chart .histogram-row .title{font-size:24px;margin-bottom:10px}.miner-chart .histogram-row .statistics-cards{display:flex;flex-direction:row;gap:20px}.miner-chart .histogram-row .statistics-cards .stats-card{background-color:#f8f9fa;color:#000;width:max-content;height:max-content;padding:20px;border-radius:8px;box-shadow:0 4px 8px #0000001a}.miner-chart .toggle-container{width:99%;display:flex;justify-content:end;margin:1rem}.night-theme .miner-chart{color:#fff8f8}.night-theme .miner-chart .tao-price{background-color:inherit;color:#000}.competitionMetricsCard{width:100%;height:168px;background:#ffffff0a;border:1px solid rgb(62,62,62);box-shadow:0 2px 4px #ffffff40;border-radius:16px;padding:16px 24px}@media only screen and (max-width: 911px){.competitionMetricsCard{height:auto}}@media only screen and (max-width: 1325px){.competitionMetricsCard{height:auto}}@media only screen and (max-width: 767px){.competitionMetricsCard{min-height:199px;padding:16px}}@media only screen and (max-width: 392px){.competitionMetricsCard{width:50%;height:auto}}.competitionMetricsCard .flex-heading{display:flex;flex-direction:row;justify-content:space-between;gap:.1rem}.competitionMetricsCard .flex-heading .metric-number{font-size:2rem;color:var(--text-color)}.competitionMetricsCard h2{margin-bottom:16px;font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:20px;font-weight:500;line-height:26.38px;font-display:swap;color:var(--text-color);color:#98979d;font-family:Satoshi}@media only screen and (max-width: 392px){.competitionMetricsCard h2{font-size:16px;line-height:22.38px}}@media only screen and (max-width: 1326px){.competitionMetricsCard h2{font-size:17px}}@media only screen and (max-width: 1279px){.competitionMetricsCard h2{font-size:20px}}@media only screen and (max-width: 392px){.competitionMetricsCard h3{font-size:23px;font-weight:700;line-height:28.4px}}.competitionMetricsCard .flexDesc{display:flex;justify-content:space-between;align-items:center}.competitionMetricsCard .flexDesc p{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:21.1px;font-display:swap;color:var(--text-color);color:#98979d;font-family:Satoshi}@media only screen and (max-width: 392px){.competitionMetricsCard .flexDesc p{font-size:15px;letter-spacing:-.5px;line-height:18px}}.competitionMetricsCard .flexDesc span{display:inline-block;color:#f7f4f3}.competitionMetricsCard .margin-b-4{margin-bottom:4px}.day-theme .competitionMetricsCard{background:#ffffff0a;border:1px solid rgb(239,238,235);box-shadow:0 2px 4px #cfcfcf}.day-theme .competitionMetricsCard h2,.day-theme .competitionMetricsCard .flexDesc p{color:#444}.day-theme .competitionMetricsCard .flexDesc span{color:#151414}.progress-line .progress-bar{position:relative;overflow:hidden;border-radius:16px;height:16px}.progress-line .progress-bar .progress{position:absolute;left:0;top:0;background-color:#47119c}.progress-line .progress-line-heading{display:flex;justify-content:space-between;padding:0}.progress-line .progress-line-heading div{margin-left:7px}.progress-line .progress-line-heading .progress-line-heading-min{margin-left:0;position:absolute}.account-progress-card{background:linear-gradient(180deg,#ffffff0a 99.99%,#9999990a);border:1px solid var(--card-border-color);box-shadow:var(--card-box-shadow);color:var(--card-text-color);padding:var(--card-padding);border-radius:var(--card-border-radius);gap:var(--card-gap);display:flex;flex-direction:column;gap:2px}.account-progress-card .progress-heading{display:flex;align-items:center;justify-content:space-between}.account-progress-card .progress-heading .passing{background-color:transparent}.account-progress-card .progress-heading p{font-size:20px}.account-progress-card .progress-heading div{width:130px}.account-progress-card .progress-heading .rounded-box{color:var(--card-text-color);border:1px solid #98979d;border-radius:18px;padding:6px 8px;width:fit-content;text-align:center;font-size:16px;line-height:21.1px;background-color:var(--passing-box-background-color);width:100%}.account-progress-card .progress-heading .rounded-box.passing{background-color:#fff1ee;border-color:#ea4927;color:#ea4927}.card-wrapper{padding:24px;border-radius:16px;background-color:var(--card-background-color);color:var(--card-text-color);border:1px solid var(--card-border-color);width:100%;height:auto;box-shadow:var(--card-box-shadow);font-family:Roboto Mono}@media (max-width: 767px){.card-wrapper{padding-inline:16px}}.card-wrapper p{color:var(--card-text-color)}.day-theme .card-wrapper{background:#ffffff1a;border:1px solid #efeeeb;box-shadow:0 2px 4px #cfcfcf}.accountInfo .erningBalanceInfo{border:.5px solid #e5e3ed;border-radius:8px;display:flex;justify-content:space-between;align-items:center;padding:5.5px 8px;margin-top:8px}.accountInfo .erningBalanceInfo p,.accountInfo .erningBalanceInfo span{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:20.8px;font-display:swap;color:var(--text-color);color:#98979d;font-family:Satoshi}.accountInfo .erningBalanceInfo span{color:#f7f4f3}.accountInfo .customMargin{margin-top:4px!important;margin-bottom:8px}.accountInfo .action-link-text{color:#ca29fe!important;cursor:pointer;text-decoration:none}.accountInfo .action-link-text:hover{text-decoration:underline}.day-theme .erningBalanceInfo span{color:#151414}.metrics-title{color:var(--text-color);font-size:1.5rem;font-weight:700;margin-left:2rem}.accountsContainer{width:100%;max-width:983px;margin-inline:auto;padding-top:4rem}@media only screen and (max-width: 1279px){.accountsContainer{max-width:900px}}@media only screen and (max-width: 1023px){.accountsContainer{margin-top:30px}}@media only screen and (max-width: 767px){.accountsContainer{margin-top:24px;padding-inline:6px}}.accountsContainer .accountTitle{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:40px;font-weight:500;line-height:44px;font-display:swap;color:var(--text-color);font-family:Satoshi;margin-bottom:24px;width:100%}@media only screen and (max-width: 1023px){.accountsContainer .accountTitle{max-width:414px;text-align:left;margin-inline:auto}}@media only screen and (max-width: 767px){.accountsContainer .accountTitle{margin-bottom:16px}}.accountsContainer .accountsItemsWrapper{display:flex;justify-content:space-between;align-items:center;gap:0px 15px;align-items:unset}@media only screen and (max-width: 1023px){.accountsContainer .accountsItemsWrapper{flex-direction:column}}@media only screen and (max-width: 1023px){.accountsContainer .accountsItemsWrapper .acountStepOne .TournamentsBlock{display:none}}.accountsContainer .accountsItemsWrapper .acoountItemsLeft{width:100%;max-width:424px;display:flex;flex-direction:column;gap:24px}@media only screen and (max-width: 1023px){.accountsContainer .accountsItemsWrapper .acoountItemsLeft{margin-inline:auto}}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper{height:auto!important;margin:0}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .subTitle,.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .CompetitionTitle{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:20px;font-weight:500;line-height:26.38px;font-display:swap;color:var(--text-color);color:#f7f4f3;font-family:Roboto Mono;margin-block:15px}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .CardTitle{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:32px;font-weight:500;line-height:43.2px;font-display:swap;color:var(--text-color);color:#f7f4f3;font-family:Satoshi;margin-bottom:23px}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo{padding:8px;border:1px solid #3e3e3e;box-shadow:0 2px 4px #ffffff40;border-radius:4px;margin-bottom:8px}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .flexItems{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width: 392px){.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .flexItems{gap:4px 12px;flex-wrap:wrap}}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .flexItems .won{font-size:12px;padding-inline:8px;border-radius:16px}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .flexItems .statusTitle{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:20.8px;font-display:swap;color:var(--text-color);color:#98979d;font-family:Satoshi}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .flexItems .statusTitle .idNum{color:var(--text-color);margin-left:8px}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .flexItems button{background-color:transparent;color:#47119c;border:none;font-size:16px;cursor:pointer;transition:.3s ease}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .flexItems button:hover{text-decoration:underline;color:#0056b3}@media only screen and (max-width: 392px){.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .flexItems button{margin-left:auto}}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .flexItems .activeStatus{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:12px;font-weight:400;line-height:12.46px;font-display:swap;color:var(--text-color);font-family:Roboto Mono;display:flex;align-items:center;justify-content:center;border:.5px solid #40e425;border-radius:16px;padding-inline:8px;height:18px}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .flexItems .activeStatus.active{border:.5px solid #40e425;color:#40e425}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .flexItems .activeStatus.cancelled{border:.5px solid #f8d7da;color:#721c24}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .flexItems .activeStatus.failed{border:.5px solid #f8d7da;color:#721c24;color:#98979d;border:1px solid #98979d}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .flexItems .activeStatus.passed,.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .flexItems .activeStatus.in-progress{border:.5px solid #1177ef;color:#1177ef}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .flexItems .activeStatus.won{border:.5px solid #40e425;color:#40e425}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .flexItems a{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:20px;font-display:swap;color:var(--text-color);color:#47119c;font-family:Satoshi;text-decoration:none;cursor:pointer;transition:.3s ease}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .flexItems a:hover{text-decoration:underline}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .idWrapper,.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .idWrapper .AlgoType,.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .idWrapper .idCode .AlgoType,.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .idWrapper .AlgoType .idCode,.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .idWrapper .AlgoType .AlgoType,.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .idWrapper .idCode{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:20.8px;font-display:swap;color:var(--text-color);color:#98979d;font-family:Satoshi}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .idWrapper .idCode,.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .idWrapper .AlgoType .idCode,.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .idWrapper .idCode .idCode,.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .idWrapper .AlgoType,.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .idWrapper .AlgoType .AlgoType,.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .accountInfo .idWrapper .idCode .AlgoType{font-weight:500;color:var(--text-color);margin-left:8px}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .InfoDesc{margin-block:8px}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .InfoDesc .flexItems .status{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:12px;font-weight:400;line-height:16px;font-display:swap;color:var(--text-color);color:#47119c;font-family:Roboto Mono;display:flex;align-items:center;justify-content:center;color:#98979d;height:18px;padding-inline:8px;border-radius:16px;border:1px solid #98979d}@media only screen and (max-width: 1023px){.accountsContainer .accountsItemsWrapper .acoountItemsLeft .sm-none{display:none!important}}@media (min-width: 1024px){.accountsContainer .accountsItemsWrapper .acoountItemsLeft .lg-none{display:none}}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .TournamentsInfo .tournamentInfoHeader{display:flex;justify-content:space-between;align-items:center}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .TournamentsInfo .tournamentInfoHeader .tournamnetsTitle{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:32px;font-weight:500;line-height:43.2px;font-display:swap;color:var(--text-color);color:#f7f4f3;font-family:Satoshi;margin:0}@media only screen and (max-width: 767px){.accountsContainer .accountsItemsWrapper .acoountItemsLeft .TournamentsInfo .tournamentInfoHeader .tournamnetsTitle{font-size:24px;line-height:34.2px}}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .TournamentsInfo .tournamentInfoHeader .addButton{width:80px;height:40px;margin-bottom:10px;border-radius:2px;border:1px solid #47119c;background-color:#47119c;cursor:pointer}@media only screen and (max-width: 767px){.accountsContainer .accountsItemsWrapper .acoountItemsLeft .TournamentsInfo .tournamentInfoHeader .addButton{width:60px;height:34px}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .TournamentsInfo .tournamentInfoHeader .addButton svg{width:20px}}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .TournamentsInfo .InfoDesc .flexItems .statusTitle{color:#f7f4f3;font-weight:500}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .TournamentsInfo .InfoDesc .flexItems .linkOrange{color:#47119c}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .TournamentsInfo .InfoDesc .accountId span{font-weight:400}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .TournamentsInfo .margin-b-0{margin-bottom:0}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .TournamentsInfo .accountInfo .flexItems .won{color:#1177ef;border:.5px solid #1177ef}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .TournamentsInfo .accountInfo .flexItems .statusTitle{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:500;line-height:20.8px;font-display:swap;color:var(--text-color);color:#f7f4f3;font-family:Satoshi}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .TournamentsInfo .accountInfo .flexItems .LinkMetrix{color:#98979d}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .TournamentsInfo .accountInfo .flexItems .linkCertificate{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:20px;font-display:swap;color:var(--text-color);color:#47119c;font-family:Satoshi;text-decoration:none;cursor:pointer}.accountsContainer .accountsItemsWrapper .acoountItemsLeft .TournamentsInfo .accountInfo .flexItems .linkCertificate:hover{text-decoration:underline}.accountsContainer .accountsItemsWrapper .accountItemsRight .account-card-wrapper .acountStepOne .TournamentsBlock{display:none}@media only screen and (max-width: 1023px){.accountsContainer .accountsItemsWrapper .accountItemsRight .account-card-wrapper .acountStepOne .TournamentsBlock{display:block}}@media only screen and (max-width: 1023px){.accountsContainer .accountsItemsWrapper .accountItemsRight{margin-top:24px;padding-bottom:30px}}.accountsContainer .accountsItemsWrapper .accountItemsRight .accountCards .flexItems .Passed{color:#1177ef!important;border:.5px solid #1177ef!important}.accountsContainer .accountsItemsWrapper .accountItemsRight .accountCards .phaseTwoSubTitle{margin-block:15px}.accountsContainer .accountsItemsWrapper .accountItemsRight .accountCards .accountInfo .flexItems .dateWrapper{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:18.46px;font-display:swap;color:var(--text-color);color:#98979d;font-family:Roboto Mono}.accountsContainer .accountsItemsWrapper .accountItemsRight .accountCards .accountInfo .erningBalanceInfo{border:.5px solid #e5e3ed;border-radius:8px;display:flex;justify-content:space-between;align-items:center;padding:5.5px 8px;margin-top:8px}.accountsContainer .accountsItemsWrapper .accountItemsRight .accountCards .accountInfo .erningBalanceInfo .balancetitle{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:20.8px;font-display:swap;color:var(--text-color);color:#98979d;font-family:Satoshi}.accountsContainer .accountsItemsWrapper .accountItemsRight .accountCards .accountInfo .erningBalanceInfo .balanceTotal{color:#f7f4f3}.accountsContainer .accountsItemsWrapper .accountItemsRight .accountCards .accountInfo .customMargin{margin-top:4px!important;margin-bottom:8px}.accountsContainer .accountsItemsWrapper .accountItemsRight .Invitation .InvitationWrapper{display:flex;align-items:center;justify-content:center;gap:16px;justify-content:flex-start}.accountsContainer .accountsItemsWrapper .accountItemsRight .Invitation .InvitationWrapper .invitationTitle{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:24px;font-weight:700;line-height:32.4px;font-display:swap;color:var(--text-color);color:#f7f4f3;font-family:Satoshi;margin-bottom:0}.accountsContainer .accountsItemsWrapper .accountItemsRight .Invitation .InvitationPara{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:21.1px;font-display:swap;color:var(--text-color);color:#98979d;font-family:Roboto Mono;margin-top:8px;margin-bottom:16px}.accountsContainer .accountsItemsWrapper .accountItemsRight .Invitation .inviteLinkField{position:relative;box-shadow:var(--input-box-shadow);border:var(--input-border-color);background:var(--input-background-color);padding:clamp(.5rem,2vw,1rem);border-radius:var(--input-border-radius);display:flex;min-height:44px;height:auto;color:var(--text-color);font-size:clamp(1rem,3vw,1.125rem);font-weight:400}@media only screen and (min-width: 768px){.accountsContainer .accountsItemsWrapper .accountItemsRight .Invitation .inviteLinkField{padding:var(--input-padding);min-height:48px;font-size:16px}}.accountsContainer .accountsItemsWrapper .accountItemsRight .Invitation .inviteLinkField::placeholder{color:var(--input-placeholder-color)}.accountsContainer .accountsItemsWrapper .accountItemsRight .Invitation .inviteLinkField input{width:100%;height:100%;background-color:transparent;border:none;border-radius:50px;padding:12px 14px 12px 42px;outline:none;color:#4666da}@media only screen and (max-width: 575px){.accountsContainer .accountsItemsWrapper .accountItemsRight .Invitation .inviteLinkField input{padding-left:26px}}.accountsContainer .accountsItemsWrapper .accountItemsRight .Invitation .inviteLinkField input::placeholder{font-family:Halyard Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:16px;font-display:swap;color:var(--text-color);color:#4666da;font-family:Satoshi}@media only screen and (max-width: 350px){.accountsContainer .accountsItemsWrapper .accountItemsRight .Invitation .inviteLinkField input::placeholder{font-size:12px;line-height:14px}}.accountsContainer .accountsItemsWrapper .accountItemsRight .Invitation .inviteLinkField .linkIcon{position:absolute;left:12px;top:10px;cursor:pointer}.accountsContainer .accountsItemsWrapper .accountItemsRight .Invitation .inviteLinkField .linkIconCopy{position:absolute;top:10px;right:11px!important;cursor:pointer}.day-theme .accountsItemsWrapper .acoountItemsLeft .card-wrapper .subTitle,.day-theme .accountsItemsWrapper .acoountItemsLeft .card-wrapper .CompetitionTitle,.day-theme .accountsItemsWrapper .acoountItemsLeft .TournamentsBlock .TournamentsInfo .tournamentInfoHeader h2{color:#444}.day-theme .accountsItemsWrapper .acoountItemsLeft .TournamentsBlock .TournamentsInfo .accountInfo{border:1px solid rgb(239,238,235);box-shadow:0 2px 4px #cfcfcf}.day-theme .accountsItemsWrapper .acoountItemsLeft .TournamentsBlock .TournamentsInfo .accountInfo .flexItems .statusTitle,.day-theme .accountsItemsWrapper .acoountItemsLeft .TournamentsBlock .TournamentsInfo .accountInfo .idWrapper,.day-theme .accountsContainer .accountsItemsWrapper .acoountItemsLeft .TournamentsBlock .TournamentsInfo .card-wrapper .accountInfo .idWrapper .idCode,.accountsContainer .day-theme .accountsItemsWrapper .acoountItemsLeft .TournamentsBlock .TournamentsInfo .card-wrapper .accountInfo .idWrapper .idCode,.day-theme .accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .TournamentsBlock .TournamentsInfo .accountInfo .idWrapper .idCode,.accountsContainer .day-theme .accountsItemsWrapper .acoountItemsLeft .card-wrapper .TournamentsBlock .TournamentsInfo .accountInfo .idWrapper .idCode,.day-theme .accountsContainer .accountsItemsWrapper .acoountItemsLeft .TournamentsBlock .TournamentsInfo .card-wrapper .accountInfo .idWrapper .AlgoType,.accountsContainer .day-theme .accountsItemsWrapper .acoountItemsLeft .TournamentsBlock .TournamentsInfo .card-wrapper .accountInfo .idWrapper .AlgoType,.day-theme .accountsContainer .accountsItemsWrapper .acoountItemsLeft .card-wrapper .TournamentsBlock .TournamentsInfo .accountInfo .idWrapper .AlgoType,.accountsContainer .day-theme .accountsItemsWrapper .acoountItemsLeft .card-wrapper .TournamentsBlock .TournamentsInfo .accountInfo .idWrapper .AlgoType{color:#444}.day-theme .accountsItemsWrapper .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .CardTitle{color:#444;margin-bottom:16px}.day-theme .accountsItemsWrapper .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountCards .flexItems p span,.day-theme .accountsContainer .accountsItemsWrapper .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountCards .accountInfo .flexItems .statusTitle .idNum span,.accountsContainer .day-theme .accountsItemsWrapper .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountCards .accountInfo .flexItems .statusTitle .idNum span,.day-theme .accountsContainer .accountsItemsWrapper .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountInfo .accountCards .flexItems .statusTitle .idNum span,.accountsContainer .day-theme .accountsItemsWrapper .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountInfo .accountCards .flexItems .statusTitle .idNum span,.day-theme .accountsContainer .accountsItemsWrapper .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountCards .accountInfo .flexItems button span,.accountsContainer .day-theme .accountsItemsWrapper .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountCards .accountInfo .flexItems button span,.day-theme .accountsContainer .accountsItemsWrapper .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountInfo .accountCards .flexItems button span,.accountsContainer .day-theme .accountsItemsWrapper .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountInfo .accountCards .flexItems button span,.day-theme .accountsContainer .accountsItemsWrapper .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountItemsRight .accountCards .flexItems .accountInfo .erningBalanceInfo .balanceTotal span,.accountsContainer .day-theme .accountsItemsWrapper .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountItemsRight .accountCards .flexItems .accountInfo .erningBalanceInfo .balanceTotal span,.day-theme .accountsContainer .accountsItemsWrapper .accountItemsRight .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountCards .flexItems .accountInfo .erningBalanceInfo .balanceTotal span,.accountsContainer .day-theme .accountsItemsWrapper .accountItemsRight .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountCards .flexItems .accountInfo .erningBalanceInfo .balanceTotal span,.day-theme .accountsContainer .accountsItemsWrapper .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountItemsRight .accountCards .accountInfo .erningBalanceInfo .flexItems .balanceTotal span,.accountsContainer .day-theme .accountsItemsWrapper .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountItemsRight .accountCards .accountInfo .erningBalanceInfo .flexItems .balanceTotal span,.day-theme .accountsContainer .accountsItemsWrapper .accountItemsRight .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountCards .accountInfo .erningBalanceInfo .flexItems .balanceTotal span,.accountsContainer .day-theme .accountsItemsWrapper .accountItemsRight .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountCards .accountInfo .erningBalanceInfo .flexItems .balanceTotal span{color:#151414}.day-theme .accountsItemsWrapper .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountCards .flexItems .button{color:#47119c!important}.day-theme .accountsItemsWrapper .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountCards .idWrapper span,.day-theme .accountsContainer .accountsItemsWrapper .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountInfo .idWrapper .accountCards .idCode span,.accountsContainer .day-theme .accountsItemsWrapper .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountInfo .idWrapper .accountCards .idCode span,.day-theme .accountsContainer .accountsItemsWrapper .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountInfo .idWrapper .accountCards .AlgoType span,.accountsContainer .day-theme .accountsItemsWrapper .acoountItemsLeft .account-card-wrapper .acoountItemsLeft .card-wrapper .accountInfo .idWrapper .accountCards .AlgoType span{color:#151414}.day-theme .accountsItemsWrapper .accountItemsRight .account-card-wrapper .acountStepOne .card-wrapper .accountCards .accountInfo{border:1px solid rgb(239,238,235);box-shadow:0 2px 4px #cfcfcf}.day-theme .accountsItemsWrapper .accountItemsRight .account-card-wrapper .acountStepOne .card-wrapper .accountCards .accountInfo .erningBalanceInfo .balancetitle{color:#444}.day-theme .accountsItemsWrapper .accountItemsRight .account-card-wrapper .acountStepOne .card-wrapper .accountCards .accountInfo .erningBalanceInfo .balanceTotal,.day-theme .accountsItemsWrapper .accountItemsRight .account-card-wrapper .acountStepOne .card-wrapper .accountCards .accountInfo .flexItems .statusTitle{color:#151414}.day-theme .accountsItemsWrapper .accountItemsRight .account-card-wrapper .acountStepOne .card-wrapper .accountCards .accountInfo .flexItems .dateWrapper{color:#444}.day-theme .accountsItemsWrapper .accountItemsRight .account-card-wrapper .acountStepOne .card-wrapper .accountCards .accountInfo .algoDesc{color:#151414}.day-theme{--pages-wrapper-background: #f7f6f3;--opposite-theme-color: rgb(58, 58, 58);--text-color: #444444;--text-color-secondary: #98979d;--text-light-grey: #98979d;--card-background-color: #ffffff0a;--card-background-color-dark: #f8f7f4;--card-text-color: #151414;--card-border-color: #efeeeb;--card-box-shadow: 0px 2px 4px 0px #cfcfcf;--card-padding: 1.5rem;--card-gap: 1.5rem;--card-border-radius: 1rem;--metrics-card-border-color: #efeeeb;--pill-border: 1px solid #a5a5a5;--passing-box-background-color: #ffffff40;--input-background-color: linear-gradient( 180deg, rgba(255, 255, 255, .04) 99.99%, rgba(153, 153, 153, .04) 100% );--input-padding: 10px 14px;--input-border-color: 1px solid #efeeeb;--input-text-color: #151414;--input-box-shadow: 0px 2px 4px 0px #00000040 inset;--input-box-shadow-hover: 0px 2px 4px 0px #ffffff40;--input-border-radius: 50px;--input-placeholder-color: #98979d;--form-label-font-size: 16px;--form-label-font-weight: 400;--form-label-line-height: 21.6px;--form-label-margin-bottom: .25rem;--form-label-color: #444444;--table-bg: #ffffff;--td-bg: #ffffff;--td-color: #333333;--td-border: 1px solid #e0e0e0;--td-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);--th-color: #333333;--th-background: #f0f0f0;--th-border: 1px solid #e0e0e0}.night-theme{--pages-wrapper-background: #101116;--opposite-theme-color: #ffffff;--text-color: #f7f4f3;--text-color-secondary: #98979d;--text-light-grey: rgb(152, 151, 157);--card-background-color: #ffffff0a;--card-background-color-dark: #1c1c1d;--card-text-color: #f7f4f3;--card-border-color: #3e3e3e;--card-border: 1px solid #3e3e3e;--card-box-shadow: 0px 2px 4px 0px #ffffff40;--card-internal-divider-color: rgba(152, 151, 157, 1);--card-padding: 1.5rem;--card-border-radius: 1rem;--card-gap: 1.5rem;--passing-box-background-color: #ffffff40;--card-secondary-background-color: rgb(62, 62, 62);--metrics-card-border-color: #47119c;--input-background-color: linear-gradient( 180deg, rgba(255, 255, 255, .04) 99.99%, rgba(153, 153, 153, .04) 100% );--input-border-color: 1px solid #3e3e3e;--input-text-color: #f7f4f3;--input-box-shadow: 0px 2px 4px 0px #00000040 inset;--input-box-shadow-hover: 0px 2px 4px 0px #ffffff40;--input-border-radius: 50px;--input-placeholder-color: #7a797d;--input-padding: 10px 14px;--form-label-color: #e9e9e9;--form-label-font-size: 16px;--form-label-font-weight: 400;--form-label-line-height: 21.6px;--form-label-margin-bottom: .25rem;--table-bg: #ffffff0a;--th-color: #ffffff;--th-background: rgb(65, 64, 64);--th-border-color: #404040;--pill-border: 1px solid #404040;--td-bg: #ffffff0a;--td-border: 1px solid #404040;--td-color: #ffffff;--td-box-shadow: 0 1px 3px rgba(0, 0, 0, .3)}*{box-sizing:border-box;margin:0;padding:0}body{margin:0}ul,li{list-style-type:none}:root *{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb-color, white) transparent}:root *::-webkit-scrollbar{width:4px;height:4px}:root *::-webkit-scrollbar-track{background:transparent}:root *::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color, white);border-radius:4px;opacity:0;transition:opacity .2s}:root *:hover::-webkit-scrollbar-thumb{opacity:1}:root * div,:root * p,:root * span{font-family:Satoshi}:root * .MuiMenu-paper{background-color:#404040!important}:root * .MuiMenu-paper .MuiMenuItem-root{color:#fff!important}:root * .MuiMenu-paper .MuiMenuItem-root:hover{background-color:#333!important}.day-theme{--scrollbar-thumb-color: #080808}.night-theme{--scrollbar-thumb-color: white}
