:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--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-container-width: fit-content;--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-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.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%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.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%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;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{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.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-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.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:1;opacity:.7;transform-origin:left}.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}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-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)}}.syn-network-error-wrap,.perp-network-error-wrap{height:100%}.syn-network-error .sentence1,.perp-network-error .sentence1{color:var(--text-black, #fff);text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:16px}.syn-network-error .sentence2,.perp-network-error .sentence2{color:var(--text-main-body, #817e96);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:16px}.perp-network-error .sentence2{color:var(--text-strong-prompt, #6fd6d6)}.syn-mobile-header{padding:16px;display:flex;justify-content:space-between;align-items:center;height:56px;border-bottom:1px solid var(--border-light-line-1, #f0f0f0);background:var(--solid-nav-bar, #fff)}.syn-mobile-header .logo{height:24px;margin-left:12px}.syn-mobile-header-left{display:flex;align-items:center}.syn-mobile-header-right{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px}.syn-mobile-header-right .syn-btn.syn-btn-text{padding:0;height:auto}.syn-early-access-drawer-content-title{color:var(--text-main-body, #817e96);font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin-bottom:var(--spacing-16, 16px)}.syn-early-access-drawer-content-title a{color:var(--text-main-body, #817e96);text-decoration:underline}.syn-early-access-drawer-content-form{display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-16, 16px);align-self:stretch}.syn-early-access-drawer-content-form-item{display:flex;padding:var(--spacing-0, 0px) 0px;flex-direction:column;align-items:flex-start;gap:var(--spacing-8, 8px);align-self:stretch}.syn-early-access-drawer-content-form-item label{color:var(--text-black, #000);font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.syn-early-access-drawer-content-form-item .ant-input{display:flex;padding:var(--spacing-16, 16px) var(--spacing-12, 12px);align-items:center;gap:8px;align-self:stretch;border-radius:var(--radius-8, 8px);background:var(--solid-input-box, #fff);color:var(--text-black, #000);font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.syn-early-access-drawer-content-form-btn{border-radius:8px}.syn-early-access-drawer-content-form-error{display:flex;padding:var(--spacing-0, 0px);align-items:center;gap:var(--spacing-4, 4px);align-self:stretch;min-height:16px}.syn-early-access-drawer-content-form-error span{color:var(--function-yellow-6, #ffbf00);leading-trim:both;text-edge:cap;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.syn-early-access-btn{display:flex;height:32px;padding:0px var(--spacing-16, 16px);justify-content:center;align-items:center;gap:var(--spacing-4, 4px);border-radius:100px;border:1px solid #000;background:var(--button-white, #fff);color:var(--text-black, #000);font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:14px;font-style:normal;font-weight:700;line-height:16px}.syn-early-access-btn svg path{stroke:var(--text-black, #000)}.syn-early-access-btn.mobile{border:0}.syn-top-banner{display:flex;align-items:flex-start;width:100%;padding:4px 20px;gap:10px;background:linear-gradient(90deg,#b68aff,#7a33cd)}@media(min-width:768px){.syn-top-banner{align-items:center;padding:4px 24px}}.syn-top-banner-body{flex:1;min-width:0;position:relative}.syn-top-banner-carousel .slick-vertical .slick-slide{border:none}.syn-top-banner-carousel .slick-slide>div{padding:8px 0}@media(max-width:767px){.syn-top-banner-carousel .slick-slide>div{height:56px;padding:4px 0;overflow:hidden;display:flex;align-items:center}}.syn-top-banner-carousel .syn-top-banner-slide{padding-right:60px}.syn-top-banner-carousel .slick-dots{position:absolute;inset:50% 0 auto auto;margin:0;width:auto;height:auto;padding:0;list-style:none;transform:translateY(-50%);display:flex!important;flex-direction:row;justify-content:flex-end}.syn-top-banner-carousel .slick-dots li{width:6px;height:6px;margin:0 2px}.syn-top-banner-carousel .slick-dots li button{width:6px;height:6px;padding:0;border:none;border-radius:50%;background:var(--text-white, #fff);opacity:.4}.syn-top-banner-carousel .slick-dots li button:before{display:none}.syn-top-banner-carousel .slick-dots li.slick-active{width:6px;height:6px}.syn-top-banner-carousel .slick-dots li.slick-active button{width:6px;height:6px;background:var(--text-white, #fff);opacity:1}.syn-top-banner-close{flex:0 0 auto;padding:0;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer}.user-address-btn.syn-btn{display:flex;align-items:center;height:32px;padding:0 8px;color:var(--text-black, #000);border-radius:var(--radius-8, 8px);border:1px solid var(--border-light-line-1, #f7f3fa);background:var(--solid-nav-bar, #fff)}.user-address-btn.syn-btn:not(:disabled):hover{border-color:var(--button-brand, #b68aff)}.user-address-btn.syn-btn.mobile{padding:0;width:24px;height:24px;border-radius:50%;border:0;min-width:24px}html[data-theme=dark-theme] .user-address-btn.syn-btn{color:var(--text-black, #fff);background:var(--solid-nav-bar, #251f2d)}html[data-theme=dark-theme] .user-address-btn.syn-btn:not(:disabled):hover{border-color:var(--button-brand, #b68aff)}.user-address-status{display:flex;align-items:center;justify-content:center}.user-address-status .user-address-account{margin-left:8px;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.user-address-status .user-address-1ct-tag{display:inline-flex;align-items:center;justify-content:center;margin-left:4px;color:inherit}.user-address-status.mobile{padding:0}.user-address-status.mobile .status-icon{width:24px;height:24px}.pending-tx{margin-left:12px;display:flex;align-items:center;border-radius:4px}.pending-tx>span{margin-right:8px}.pending-tx-icon{animation:loadingCircle 1s infinite linear}.pending-tx.mobile{margin:0}.status-icon{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;height:16px;width:16px}.status-icon>div,.status-icon>img{width:100%;height:100%}.status-icon .identicon{height:100%;width:100%;border-radius:1.125rem;line-height:1}.status-icon .identicon>div{width:100%;height:100%}.syn-user-address-drawer{max-height:100vh!important}.syn-user-address-drawer .ant-drawer-content-wrapper{border-radius:0}.syn-user-address-drawer.ant-drawer-content{padding:0}.syn-user-address-drawer.ant-drawer-content .ant-drawer-header{padding:var(--spacing-16, 16px)}.syn-user-address-drawer.ant-drawer-content .ant-drawer-header .ant-drawer-header-title{display:flex;justify-content:space-between;align-items:center}.syn-user-address-drawer.ant-drawer-content .ant-drawer-header .ant-drawer-header-title .ant-drawer-title{order:1}.syn-user-address-drawer.ant-drawer-content .ant-drawer-header .ant-drawer-header-title .ant-drawer-close{order:2;margin:0}.syn-user-address-drawer.ant-drawer-content .ant-drawer-body{padding:0}.syn-user-address-drawer.ant-drawer-content .ant-drawer-footer{padding:0;border-top:1px solid var(--border-light-line-1, #c3e7e7)}.syn-user-address-drawer.ant-drawer-content .ant-drawer-footer .user-address-wallet{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-16, 16px)}.syn-user-address-drawer-title{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px}.syn-user-address-drawer-title .status-icon{width:24px;height:24px}.syn-user-address-drawer-title-address{font-weight:400;font-size:14px;line-height:16px;font-weight:700;color:var(--theme-text)}.syn-user-address-drawer-title-btn.syn-btn.syn-btn-background-ghost{height:24px;padding:6px 8px;font-weight:400;font-size:12px;line-height:16px;font-weight:700;background:var(--theme-panel)}.syn-user-address-drawer.mobile .ant-drawer-content-wrapper{border-radius:8px 8px 0 0}.balance-list{padding:0 16px 24px;display:flex;-moz-column-gap:8px;column-gap:8px;flex-wrap:wrap;row-gap:4px}.balance-list.mobile{flex-wrap:nowrap;flex-direction:column;row-gap:0;max-height:70svh;overflow-y:auto}.syn-balance-item-mobile{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 0;font-weight:400;font-size:12px;line-height:16px}.syn-balance-item-mobile__token{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px;width:130px;color:var(--text-color)}.syn-balance-item-mobile__token-name{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:var(--spacing-4, 4px);line-height:12px}.syn-balance-item-mobile__btns{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px;justify-content:flex-end;min-width:48px}.syn-balance-item-mobile__btns svg{width:16px;height:16px;-moz-column-gap:4px;column-gap:4px}.syn-balance-item-mobile__btns .external-link .external-link-icon path{fill:var(--text-black, #000)}.syn-balance-item-mobile .my-balances-text{color:var(--text-color);font-weight:700}.syn-balance-item-mobile__balance{color:var(--text-main-body, #817e96)}.syn-balance-item-mobile__balance_usd{color:var(--text-black, #000);width:60px;text-align:right}.switch-wallet-wrap{display:flex;justify-content:center;align-items:center;-moz-column-gap:16px;column-gap:16px}.switch-wallet-wrap-left{font-weight:400;font-size:12px;line-height:16px;display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px;color:var(--text-strong-prompt, #535353)}.switch-wallet-wrap .switch-wallet-btn.syn-btn{display:flex;align-items:center;justify-content:center;border-radius:6px;font-weight:400;font-size:12px;line-height:16px;font-weight:700;border:1px solid var(--border-light-line-1, #c3e7e7);background:var(--theme-panel)}.switch-wallet-wrap .switch-wallet-btn.syn-btn:hover{color:#29b5bc}.switch-wallet-wrap .switch-wallet-btn.syn-btn:not(:disabled):hover{border:1px solid var(--border-light-line-1, #c3e7e7);background:var(--theme-panel)}.switch-wallet-wrap>span{color:var(--theme-gray-text);font-size:.857143rem}.switch-wallet-wrap .wallet-brand{-moz-column-gap:4px;column-gap:4px}.switch-wallet-wrap-right{display:flex;align-items:center;-moz-column-gap:16px;column-gap:16px}.switch-wallet-wrap.mobile{justify-content:space-between}.switch-wallet-wrap.mobile .switch-wallet-wrap-right .switch-wallet-btn.syn-btn{padding:6px 8px;height:24px;font-weight:400;font-size:12px;line-height:16px}.syn-disconnect-btn.syn-btn{display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid var(--button-disable, #c3e7e7);background:var(--button-white, #fff);padding:6px 8px;height:24px;font-weight:400;font-size:12px;line-height:16px}.syn-disconnect-btn.syn-btn:hover{color:var(--brand-5)}.syn-disconnect-btn.syn-btn:not(:disabled):hover{border:1px solid var(--border-light-line-1, #c3e7e7);background:var(--button-white, #fff)}.clear-cache-btn.syn-btn{border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text-color);text-decoration:underline;padding:0;height:16px;font-weight:400;font-size:12px;line-height:16px}.clear-cache-btn.syn-btn>svg path{fill:var(--text-black, #000)}.clear-cache-btn.syn-btn:not(:disabled):not(.syn-btn-disabled):hover{color:var(--brand-5);background-color:transparent}.user-address{display:flex;gap:var(--spacing-8, 8px);align-items:center;color:var(--text-color)}.user-address .user-address__left{display:flex;justify-content:flex-start;align-items:center;-moz-column-gap:8px;column-gap:8px}.user-address .user-address__left .status-icon{width:24px;height:24px}.user-address .user-address__left span{font-weight:400;font-size:16px;line-height:18px;font-weight:700;line-height:24px;color:var(--text-black)}.user-address .user-address__right{display:flex;justify-content:flex-end;align-items:center;-moz-column-gap:8px;column-gap:8px}.user-address .user-address__right .user-address-btn{color:var(--text-color);width:16px;height:16px;border-radius:8px}.user-address .user-address__right .user-address-btn img{width:100%;height:100%}.user-address .user-address__right .user-address-btn svg{width:16px;height:16px}.user-address .user-address__right .user-address-btn svg path{fill:var(--text-black, #000)}.user-address .user-address__right .user-address-btn.external-link{display:flex;align-items:center;justify-content:center}.user-address-footer{display:flex;padding:var(--spacing-24, 24px) 24px;flex-direction:column;border-top:1px solid var(--border-light-line-1, #f0f0f0);background:var(--solid-list-card-hover, #fafafa)}.user-address.mobile .user-address__left span{font-weight:400;font-size:14px;font-weight:700;line-height:16px}.syn-privy-account-detail-btn{padding:0;border-radius:8px;width:16px;height:16px;display:flex;justify-content:center;align-items:center;cursor:pointer}.syn-privy-account-detail-btn svg path{fill:var(--text-black, #000)}.syn-privy-account-detail-modal-content{display:flex;flex-direction:column;align-items:center;row-gap:24px;padding:24px 0}.syn-privy-account-detail-modal-content.mobile .syn-privy-account-address{font-weight:400;font-size:12px;line-height:16px}.syn-privy-account-addrs{display:flex;flex-direction:column;align-items:center;row-gap:16px}.syn-privy-account-addrs h2{font-size:20px;font-weight:700;line-height:24px;margin:0;padding:0}.syn-privy-account-address{border-radius:8px;background:#f7f3fa;padding:8px;display:flex;justify-content:center;align-items:center;-moz-column-gap:8px;column-gap:8px}[data-theme=dark-theme] .syn-privy-account-address{background:#372e44}.syn-privy-account-address-copy{width:12px;height:12px;display:flex}.syn-privy-account-address-copy .syn-copied-btn{width:12px;height:12px}.syn-privy-account-address-copy .syn-copied-btn svg{width:12px;height:12px}.syn-privy-account-qrcode{padding:16px;border-radius:16px;border:1px solid var(--border-light-line-1, #343242);background:var(--grey-0, #fff)}.syn-privy-account-export-key{display:flex;justify-content:center;align-items:center;-moz-column-gap:8px;column-gap:8px}.syn-privy-account-export-key svg path{fill:var(--text-color)}.syn-privy-account-export-key span{text-decoration:underline}.user-address-modal-content{display:flex;flex-direction:column}.user-address-modal-content .user-address-wallet{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;border-top:1px solid var(--border-light-line-1, #c3e7e7);height:56px}.user-address-modal-content .user-address-wallet-left{display:flex;align-items:center;-moz-column-gap:16px;column-gap:16px}.syn-custom-rpc{align-items:center;display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-12, 12px);align-self:stretch}.syn-custom-rpc-input{color:var(--text-main-body, #817e96);font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-weight:400;font-size:12px;line-height:16px;display:flex;height:44px;padding:8px var(--spacing-8, 8px);padding-right:80px;align-items:center;gap:8px;align-self:stretch;position:relative;border-radius:8px!important;border:1px solid var(--border-light-line-1, #343242);background:var(--solid-input-box-2, #fff)!important;width:100%;box-shadow:none}.syn-custom-rpc-input:hover,.syn-custom-rpc-input:focus,.syn-custom-rpc-input:active{background-color:transparent;color:var(--text-primary-color)}.syn-custom-rpc-input::-moz-placeholder{color:var(--text-main-body, #817e96);font-size:12px}.syn-custom-rpc-input::placeholder{color:var(--text-main-body, #817e96);font-size:12px}.syn-custom-rpc-title,.syn-custom-rpc-footer{color:var(--text-main-body, #817e96);font-weight:400;font-size:12px;line-height:16px}.syn-custom-rpc-form{display:flex;height:48px;align-items:center;gap:8px;align-self:stretch;position:relative;border-radius:8px}.syn-custom-rpc-form .syn-custom-rpc-btn{display:flex;height:28px;padding:8px 12px;justify-content:center;font-size:12px;align-items:center;gap:6px;position:absolute;right:8px;font-weight:700;top:8px}.wallet-connect-btn{border-radius:var(--radius-8, 8px);gap:8px;height:32px}.wallet-connect-btn span{font-size:12px!important}.wallet-connect-btn .syn-btn-icon{display:flex}.wallet-connect-btn-mobile svg path{fill:var(--text-black, #000)}.wallet-connect-btn-mobile.disabled svg path,.wallet-connect-btn-mobile:disabled svg path{fill:var(--text-weak-prompt, #94b8bf)}.syn-mobile-header-drawer.ant-drawer .ant-drawer-content-wrapper{border-radius:0}.syn-mobile-header-drawer-content{height:100%;display:flex;flex-direction:column;justify-content:space-between}.syn-mobile-header-drawer-content-top{display:flex;flex-direction:column;align-items:stretch;padding:0 var(--spacing-16, 16px)}.syn-mobile-header-drawer-content-top a{display:flex;align-items:center;gap:10px;color:var(--text-black, #000);font-weight:400;font-size:14px;line-height:16px;font-weight:700;padding-left:0;border-radius:var(--radius-8, 8px);-webkit-tap-highlight-color:transparent}.syn-mobile-header-drawer-content-top a:focus,.syn-mobile-header-drawer-content-top a:focus-within{background:none}.syn-mobile-header-drawer-content-bottom{display:flex;flex-direction:column;row-gap:24px;padding-left:16px;padding-right:16px}.syn-mobile-header-drawer-content-bottom-social{display:flex;flex-direction:column;align-items:stretch}.syn-mobile-header-drawer-content-bottom-social a{display:flex;padding:var(--spacing-8, 8px) var(--spacing-16, 16px);padding-left:0;align-items:center;gap:var(--spacing-8, 8px);height:44px;font-weight:400;font-size:14px;line-height:16px}.syn-mobile-header-drawer-content-bottom-social a svg path{fill:var(--text-black)}.syn-mobile-header-drawer-content-bottom-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid var(--border-light-line-1, #f0f0f0)}.syn-mobile-header-drawer-content .header-item{padding:var(--spacing-8, 8px);height:44px;font-weight:600;font-family:Inter;-webkit-tap-highlight-color:transparent}.syn-mobile-header-drawer-content .header-item.header-item-selected{background:var(--solid-list-card-hover, #fafafa)}@media(hover:hover){.syn-mobile-header-drawer-content .header-item:hover{background:var(--solid-list-card-hover, #fafafa)}}.syn-mobile-header-drawer-content .header-item.header-item-disabled{cursor:not-allowed;display:flex;align-items:center;gap:var(--spacing-8, 8px)}@media(hover:hover){.syn-mobile-header-drawer-content .header-item.header-item-disabled:hover{background:transparent}}.syn-mobile-header-drawer-content .header-item.header-item-disabled .header-item-coming-soon{font-size:12px;font-weight:500;color:var(--text-tertiary, #999)}.syn-mobile-header-drawer-content .header-item.competition{color:var(--text-brand, #b68aff)!important;-moz-column-gap:0px;column-gap:0px;text-shadow:0 0 8px #a976ff}.syn-mobile-header-drawer-content .header-item.competition.light-theme{text-shadow:none}.syn-mobile-header-drawer-icon path{fill:var(--text-black)}.syn-mobile-header-drawer .ant-drawer-content.syn-mobile-header-drawer{padding:0 0 16px}.syn-mobile-header-drawer .ant-drawer-content.syn-mobile-header-drawer .ant-drawer-header{justify-content:flex-end;border:none;padding-left:16px;padding-right:16px}.syn-mobile-header-drawer .ant-drawer-content.syn-mobile-header-drawer .ant-drawer-header .ant-drawer-header-title{flex:unset}.syn-mobile-header-drawer .ant-drawer-content.syn-mobile-header-drawer .ant-drawer-body{padding:0}.mobile-header-item-rwa-watchlist{padding:4px;font-size:8px;line-height:8px;font-weight:700;height:16px;border-radius:4px;color:var(--text-white, #ffffff);background:linear-gradient(90deg,#b68aff 12.02%,#e87de8,#b68aff 87.98%);background-size:200% auto;animation:gradientFlow 3s linear infinite}.switch_theme{display:flex;height:32px;width:32px;justify-content:center;align-items:center;cursor:pointer;border-radius:8px;border:1px solid var(--border-light-line-1, #f7f3fa);font-weight:400;font-size:16px;line-height:18px}.switch_theme-icon{width:16px;height:16px;display:flex;align-items:center}.switch_theme-icon svg{width:16px;height:16px}.switch_theme-icon.dark-theme svg path{fill:#fff}.switch_theme.disable{cursor:not-allowed}.switch_theme-disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.syn-mobile-secondary-menu{display:flex;flex-direction:column;width:100%;overflow:hidden;border-radius:var(--radius-8, 8px);margin:var(--spacing-8, 8px) 0;-webkit-tap-highlight-color:transparent}.syn-mobile-secondary-menu-collapsed{-webkit-tap-highlight-color:transparent}.syn-mobile-secondary-menu-header{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--text-primary, #000000);cursor:pointer;padding:0 var(--spacing-8, 8px);height:44px;font-weight:600;font-family:Inter;-webkit-tap-highlight-color:transparent}.syn-mobile-secondary-menu-title{flex:1}.syn-mobile-secondary-menu-chevron{width:12px;height:12px;transition:transform .2s}.syn-mobile-secondary-menu-chevron-open{transform:rotate(90deg)}.syn-mobile-secondary-menu-list{display:flex;flex-direction:column;gap:6px;padding:var(--spacing-8, 8px)}.syn-mobile-secondary-menu-item{display:flex;align-items:center;gap:8px;padding:12px 6px;border-radius:8px;background:#f7f3fa;color:var(--text-primary, #000000);transition:background .2s ease,transform .1s ease;-webkit-tap-highlight-color:transparent}.syn-mobile-secondary-menu-item:focus,.syn-mobile-secondary-menu-item:focus-within,.syn-mobile-secondary-menu-item:active,.syn-mobile-secondary-menu-item:hover{background:#fff}.syn-mobile-secondary-menu-item-active{background:#fff}.syn-mobile-secondary-menu-item-icon{width:16px;height:16px;flex-shrink:0}.syn-mobile-secondary-menu-item-label{flex:1}.syn-mobile-secondary-menu-expanded{background:#f7f3fa}html[data-theme=dark-theme] .syn-mobile-secondary-menu-header,html[data-theme=dark-theme] .syn-mobile-secondary-menu-list{color:var(--text-white, #ffffff)}html[data-theme=dark-theme] .syn-mobile-secondary-menu-item{background:var(--solid-list-card-hover, #fafafa);color:var(--text-white, #ffffff)}html[data-theme=dark-theme] .syn-mobile-secondary-menu-item-active,html[data-theme=dark-theme] .syn-mobile-secondary-menu-expanded{background:var(--solid-list-card-hover, #fafafa)}html[data-theme=dark-theme] .syn-mobile-secondary-menu-expanded-header,html[data-theme=dark-theme] .syn-mobile-secondary-menu-expanded-list{color:var(--text-white, #ffffff);background:var(--solid-list-card-hover, #fafafa)}html[data-theme=dark-theme] .syn-mobile-secondary-menu-item:focus,html[data-theme=dark-theme] .syn-mobile-secondary-menu-item:focus-within,html[data-theme=dark-theme] .syn-mobile-secondary-menu-item:active,html[data-theme=dark-theme] .syn-mobile-secondary-menu-item:hover{background:var(--solid-list-card-hover, #fafafa)}.f-a-c,.syn-network-switch-drawer-btn{display:flex;align-items:center}.syn-network-switch-drawer-btn img,.syn-network-switch-drawer-btn svg{width:24px;height:24px}.syn-network-switch-drawer-btn .rotate{transform:rotateX(180deg)}.syn-network-switch-drawer-item{display:flex;padding:20px 0;align-items:center;justify-content:center;font-weight:400;font-size:16px;line-height:18px;line-height:16px;color:var(--text-black)}.syn-network-switch-drawer-item:hover{color:var(--brand-5);font-weight:700}.syn-network-switch-drawer-item:not(:last-of-type){border-bottom:1px solid var(--theme-border)}.syn-network-switch-drawer .ant-drawer-header{display:none}.syn-network-switch-drawer .ant-drawer-body{padding:0}.syn-network-switch-drawer .ant-drawer-content{padding-bottom:0}.syn-drawer-selector,.perp-drawer-selector{padding-bottom:0}.syn-drawer-selector-item,.perp-drawer-selector-item{display:flex;padding:20px 0;align-items:center;justify-content:center;font-weight:400;font-size:16px;line-height:18px;line-height:16px}.syn-drawer-selector-item:hover,.perp-drawer-selector-item:hover{color:var(--brand-5);font-weight:700}.syn-drawer-selector-item:not(:last-of-type),.perp-drawer-selector-item:not(:last-of-type){border-bottom:1px solid var(--border-light-line-1, #c3e7e7)}.syn-drawer-selector-item-active,.perp-drawer-selector-item-active{color:var(--brand-5);font-weight:700}.syn-drawer-selector .ant-drawer-header,.perp-drawer-selector .ant-drawer-header{display:none}.syn-drawer-selector .ant-drawer-body,.perp-drawer-selector .ant-drawer-body{padding:0}.syn-drawer-selector .ant-drawer-content,.perp-drawer-selector .ant-drawer-content{padding-bottom:0}.syn-social-list{display:flex;align-items:center;-moz-column-gap:12px;column-gap:12px}.syn-social-list-link{padding:0;display:flex;align-items:center}.syn-social-list-link svg{width:16px;height:16px}.syn-social-list-link:not(:hover) svg path:first-of-type{fill:var(--icon-grey)}.syn-block-number-text{display:flex;width:-moz-fit-content;width:fit-content;color:var(--text-main-body, #817e96);font-weight:400;font-size:12px;line-height:16px;align-items:center;min-width:310px}.syn-block-number-text-icon{width:24px;height:24px}.syn-block-number-text-line{background:var(--border-light-line-1, #f0f0f0);width:1px;height:16px;margin:0 8px}.syn-block-number-text .ant-skeleton{margin-left:5px}.syn-block-number-text .ant-skeleton-title{width:100px!important;margin:0!important}.syn-block-number-text .ant-skeleton-paragraph{display:none}.syn-faucet-button{display:flex;align-items:center;gap:4px;color:var(--text-main-body, #817e96);font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:12px}.syn-desktop-footer{border-top:.5px solid var(--border-light-line-1, #c3e7e7);background:var(--solid-white-card, #fff);display:flex;padding:8px 24px;justify-content:space-between;align-items:center;align-self:stretch;position:fixed;bottom:0;min-height:40px;width:100vw;z-index:10}.syn-desktop-footer-left{display:flex;align-items:center;gap:8px}.syn-notice{position:relative;z-index:10;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;padding:16px 24px;background:linear-gradient(45deg,#8095ff,#29b5bc,#1262b2) 0% 0% repeat;background-size:200% 100%;animation:notice-bg-gradient 3s infinite alternate}.syn-notice>section{height:calc(var(--top-notice-height) - 16px * 2);display:flex;align-items:center}.syn-notice-hide{display:none}.syn-notice-left-megaphone_icon{margin-right:24px}.syn-notice-extra-close_icon{cursor:pointer;width:24px;height:24px}.syn-notice-extra .syn-btn{border:1px solid #fff}.syn-notice-extra .syn-btn span{color:#fff}.syn-notice-bar-right{position:absolute;right:0;height:100%}.syn-notice-bar-right img{height:100%}.syn-notice.blast{height:var(--top-notice-height)}@keyframes notice-bg-gradient{0%{background-position:0 0}to{background-position:100% 0}}.header-container,.main-container,.footer-container{width:100%}.header-container{height:60px;width:100vw}.header-container.mobile{height:57px}main.main-container.ant-layout-content{overflow-y:auto}main.main-container.ant-layout-content.mobile{min-height:calc(var(--doc-height) - 57px - 57px - var(--top-notice-height));max-height:calc(var(--doc-height) - 57px - 57px - var(--top-notice-height));overflow-y:auto;touch-action:pan-y}main.main-container.ant-layout-content.mobile .padding-body{margin-top:0}main.main-container.ant-layout-content.mobile.hide-footer{padding-bottom:0}.app-layout{overflow-y:hidden;scrollbar-width:none;background:var(--solid-bg, #f7f3fa);-ms-overflow-style:none}.app-layout::-webkit-scrollbar{width:0;background:transparent}.app-layout.desktop{min-width:1280px}.app-layout .layout_container{height:100%}.app-layout .layout_container.no-padding-top{padding-top:0}.app-layout.full-width .layout_container{padding-top:0;padding-bottom:0}.app-layout.full-width .layout_container .container{max-width:100%}.app-layout.full-width .main-container.ant-layout-content.mobile{height:calc(var(--doc-height) - 57px - 57px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-y}.app-layout.new .main-container{background:var(--solid-bg)}.app-layout.mobile{height:-webkit-fill-available;position:fixed;width:100%}.app-layout.mobile .layout_container{padding-top:0;padding-bottom:0}.header{position:sticky;top:0;z-index:999;top:var(--top-notice-height)}.header.mobile{position:fixed;top:0;z-index:999;width:100%;left:0}header.header-container.ant-layout-header{border-bottom:1px solid var(--border-light-line-1, #f0f0f0);background:var(--solid-nav-bar, #fff);padding:0 24px;height:60px;width:100%;display:flex;align-items:center}header.header-container.ant-layout-header.mobile{border-bottom:1px solid var(--second-border-color)}header.header-container.ant-layout-header .ant-row-space-between{flex:1}header.header-container.ant-layout-header .logo{height:32px;display:flex}header.header-container.ant-layout-header .logo svg{height:32px}header.header-container.ant-layout-header .header-main{display:flex;justify-content:flex-start;align-items:center}header.header-container.ant-layout-header .header-main .header-menu{display:flex;justify-content:flex-start;align-items:stretch;background-color:transparent;padding-inline-start:12px;-moz-column-gap:24px;column-gap:24px;padding-left:24px}header.header-container.ant-layout-header .header-main .header-menu li{display:flex;align-items:center}header.header-container.ant-layout-header .header-main .header-menu a.header-item,header.header-container.ant-layout-header .header-main .header-menu div.header-item{color:var(--text-color);font-weight:400;font-size:14px;line-height:16px;font-weight:700;text-decoration-line:none;display:flex;align-items:center;-moz-column-gap:4px;column-gap:4px;cursor:pointer}header.header-container.ant-layout-header .header-main .header-menu a.header-item .syn-tag,header.header-container.ant-layout-header .header-main .header-menu div.header-item .syn-tag{margin-left:8px}header.header-container.ant-layout-header .header-main .header-menu a.header-item:hover,header.header-container.ant-layout-header .header-main .header-menu div.header-item:hover{color:var(--brand-5);border-color:transparent}header.header-container.ant-layout-header .header-main .header-menu a.header-item.header-item-selected,header.header-container.ant-layout-header .header-main .header-menu div.header-item.header-item-selected{color:var(--brand-5)}header.header-container.ant-layout-header .header-main .header-menu a.header-item.competition,header.header-container.ant-layout-header .header-main .header-menu div.header-item.competition{color:var(--text-black, #000000)!important;-moz-column-gap:0px;column-gap:0px}header.header-container.ant-layout-header .header-main .header-menu a.header-item.reward-hub-trigger,header.header-container.ant-layout-header .header-main .header-menu div.header-item.reward-hub-trigger{color:var(--text-black, #000000)!important}header.header-container.ant-layout-header .header-main .header-menu a.header-item.reward-hub-trigger:hover,header.header-container.ant-layout-header .header-main .header-menu div.header-item.reward-hub-trigger:hover,header.header-container.ant-layout-header .header-main .header-menu a.header-item.reward-hub-trigger.header-item-selected,header.header-container.ant-layout-header .header-main .header-menu div.header-item.reward-hub-trigger.header-item-selected{color:var(--text-black, #000000)!important}html[data-theme=dark-theme] header.header-container.ant-layout-header .header-main .header-menu a.header-item.reward-hub-trigger,html[data-theme=dark-theme] header.header-container.ant-layout-header .header-main .header-menu div.header-item.reward-hub-trigger{color:var(--text-white, #ffffff)!important}html[data-theme=dark-theme] header.header-container.ant-layout-header .header-main .header-menu a.header-item.reward-hub-trigger:hover,html[data-theme=dark-theme] header.header-container.ant-layout-header .header-main .header-menu div.header-item.reward-hub-trigger:hover,html[data-theme=dark-theme] header.header-container.ant-layout-header .header-main .header-menu a.header-item.reward-hub-trigger.header-item-selected,html[data-theme=dark-theme] header.header-container.ant-layout-header .header-main .header-menu div.header-item.reward-hub-trigger.header-item-selected{color:var(--text-white, #ffffff)!important}header.header-container.ant-layout-header .header-main .header-menu .ant-menu-title-content{font-size:16px}header.header-container.ant-layout-header .header-main .header-menu .ant-menu-submenu .ant-menu-submenu-title .ant-menu-title-content{display:flex;align-items:center}header.header-container.ant-layout-header .header-main .header-menu .ant-menu-submenu .ant-menu-submenu-title .ant-menu-title-content .anticon{margin-left:.809286rem}header.header-container.ant-layout-header .header-right{display:flex;justify-content:flex-end;align-items:center;gap:8px}header.header-container.ant-layout-header .header-right .header-network-select-button{padding:0;height:auto}header.header-container.ant-layout-header .ant-menu-horizontal{border-bottom:0}header.header-container.ant-layout-header .header-app-btn{font-family:Inter,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-style:normal;font-weight:900;font-size:16px;line-height:160%;display:flex;align-items:center;text-transform:uppercase;margin-left:2.785714rem}header.header-container.ant-layout-header .header-app-btn svg{width:16px;height:16px;margin-right:8px}header.header-container.ant-layout-header .header-app-btn.mobile{margin-left:0;font-size:12px}header.header-container.ant-layout-header .header-mobile-menu-btn{border-radius:4px;margin-left:1.428571rem;padding-left:0;padding-right:0;border:0;background:transparent}header.header-container.ant-layout-header .header-mobile-menu-btn svg{width:24px;height:24px;margin-right:8px}header.header-container.ant-layout-header.mobile{-webkit-backdrop-filter:none;backdrop-filter:none;padding:10px 16px;display:flex}header.header-container.ant-layout-header.mobile .header-main{width:130px}header.header-container.ant-layout-header.mobile .logo{height:24px}header.header-container.ant-layout-header.mobile .logo svg{height:24px}header.header-container.ant-layout-header.mobile .header-right{gap:8px}header.header-container.ant-layout-header.mobile .syn-btn,header.header-container.ant-layout-header.mobile .ant-select-selector{padding:8px}header.header-container.ant-layout-header.tablet .sidebar-container{height:100vh;height:-webkit-fill-available}header.header-container.ant-layout-header.tablet .sidebar-container .sidebar{width:40%!important;display:flex;flex-direction:column}header.header-container.ant-layout-header.tablet .sidebar-container .sidebar .sidebar-body{flex:1;justify-content:space-between}header.header-container.ant-layout-header.tablet .sidebar-container .sidebar .sidebar-body .ant-menu-title-content{font-weight:700;font-size:24px;line-height:24px}header.header-container.ant-layout-header.tablet .sidebar-container .sidebar .sidebar-body .header-menu .ant-menu-submenu .ant-menu-submenu-title .ant-menu-submenu-arrow{right:calc(20vw - 90px)}.header-menu-popup{background:#fff;border:1px solid #ffffff;box-sizing:border-box;box-shadow:var(--header-menu-pop-shadow)}.header-menu-popup .ant-menu .ant-menu-item{font-size:16px;line-height:19px;display:flex;align-items:flex-end;text-align:right;text-transform:uppercase;height:auto;padding:14px 34px;margin:0;min-width:12.714286rem;border-bottom:1px solid #e3e7ed}.header-menu-popup .ant-menu .ant-menu-item,.header-menu-popup .ant-menu .ant-menu-item a{color:rgba(var(--brand-5),.7)}.header-menu-popup .ant-menu .ant-menu-item:last-child{border-bottom:0}.header-menu-popup .ant-menu .ant-menu-item:hover{background:var(--brand-5);color:#fff}.header-menu-popup .ant-menu .ant-menu-item:hover a{color:#fff}.tablet .header-container{padding:12px 30px}.bridge-button{display:flex;align-items:center;justify-content:center;height:32px;border-radius:8px;padding:var(--spacing-8, 8px) var(--spacing-12, 12px);border:1px solid var(--border-light-line-1, #f7f3fa);cursor:pointer;gap:var(--spacing-4, 4px);font-weight:400;font-size:12px;line-height:16px;font-weight:600;color:var(--text-black, #fff)}.bridge-button:hover{border:1px solid var(--border-brand, #b68aff)}.bridge-button-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px}.bridge-button-icon svg{width:16px;height:16px}.bridge-button-icon.dark-theme svg path{fill:#fff}.spot-item.header-item-selected,.spot-item:hover{color:var(--text-brand, #b68aff)}.header-item-disabled{cursor:not-allowed}.perp-coming-soon-tooltip.ant-tooltip .ant-tooltip-inner{min-height:auto;min-width:auto;padding:var(--spacing-12, 12px);color:var(--text-brand, #b68aff);border-radius:var(--radius-8, 8px);box-shadow:0 0 8px #0000000f}.perp-coming-soon-tooltip .perp-coming-soon-tip{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-4, 4px);font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:12px;color:var(--text-brand, #b68aff);white-space:nowrap}.perp-coming-soon-tooltip .perp-coming-soon-tip svg{flex-shrink:0;width:16px;height:16px;color:var(--text-brand, #b68aff)}.syn-campaign-header-item{font-feature-settings:"liga" off,"clig" off;background:linear-gradient(to right,#b68aff,#8affd6,#f9d940);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;display:flex;align-items:center;gap:2px}.header-item-rwa-watchlist{padding:4px;font-size:8px;line-height:8px;font-weight:700;height:16px;border-radius:4px;color:var(--text-white, #ffffff);background:linear-gradient(90deg,#b68aff 12.02%,#e87de8,#b68aff 87.98%);background-size:200% auto;animation:gradientFlow 3s linear infinite}@keyframes gradientFlow{0%{background-position:200% 0}to{background-position:-200% 0}}.syn-more-dropdown-overlay .ant-dropdown{padding:0!important}.syn-more-dropdown-menu{background:#fff;border:1px solid #ffffff;border-radius:8px;padding:4px;min-width:120px;box-shadow:0 4px 16px #0000001a;margin-left:-12px!important}.syn-more-dropdown-item{display:flex;align-items:center;gap:8px;padding:12px;cursor:pointer;border-radius:6px;transition:all .2s;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:var(--text-black, #000000)}.syn-more-dropdown-item:hover{background:#b68aff1a}.syn-more-dropdown-label{flex:1}.syn-more-chevron{width:12px;height:12px;margin-left:4px;transition:transform .2s;color:#000}.syn-more-chevron-open{transform:rotate(180deg)}html[data-theme=dark-theme] .syn-more-dropdown-menu{background:#251f2d;border-color:#403254}html[data-theme=dark-theme] .syn-more-dropdown-item{color:var(--text-white, #ffffff)}html[data-theme=dark-theme] .syn-more-dropdown-item:hover{background:#b68aff26}html[data-theme=dark-theme] .syn-more-chevron{color:#fff!important}.header-network-select-button{display:flex;align-items:center;width:32px;height:32px!important;border-radius:8px;border:1px solid var(--border-light-line-1, #f7f3fa)}.header-network-select-button svg{width:16px;height:16px}.header-network-select-button-icon svg path{fill:#817e96}.header-network-select-button-icon.rotate{transform:rotateX(180deg)}.header-network-select-button-left{display:flex;align-items:center}.header-network-item{display:flex;color:var(--text-black, #000);padding:0 16px;align-items:center;font-weight:400;font-size:14px;line-height:16px;height:40px;cursor:pointer;-moz-column-gap:8px;column-gap:8px;border-radius:4px}.header-network-item svg{width:16px;height:16px}.header-network-item-container{display:flex;flex-direction:column;gap:4px;overflow:hidden}.header-network-item .goerli-indicator{height:16px;width:16px;border-radius:8px;border:1px solid transparent;display:flex;align-items:center;justify-content:center;margin-right:8px}.header-network-item{display:flex;padding:0px var(--spacing-8, 8px);align-items:center;gap:8px;align-self:stretch}.header-network-item:hover,.header-network-item.selected{background:var(--solid-list-card-hover, #fafafa)}.header-network-item img{width:20px;height:20px}.header-network__dropdown.ant-select-dropdown{width:auto}.header-network-img{width:16px;height:16px}main.main-container{position:relative;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center}main.main-container .main-bg{z-index:1;position:absolute;height:100%;overflow:hidden}@media screen and (min-width:1280px){main.main-container .main-bg{width:100%}main.main-container .main-bg img{width:100%}}main.main-container .main-bg img{-o-object-fit:cover;object-fit:cover}main.main-container .main-bg .main-bg-repeat{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}main.main-container .main-bg svg{width:1440px}main.main-container .main-body{display:flex;justify-content:center;width:100%;height:100%}main.main-container .main-body>div{width:100%;height:100%}main.main-container .main-body-wrap{z-index:2;width:100%;height:100%;display:flex;align-items:flex-start;justify-content:center;flex:1}main.main-container .main-body-wrap.full-width{max-width:100%}@media screen and (max-width:768px){main.main-container .main-body-wrap{height:auto}}.page-layout{height:100%;padding-bottom:40px}.page-layout>div{height:100%}.page-layout .yys-btn{z-index:10;position:fixed;right:20px;bottom:116px;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:transparent}.page-layout .yys-btn img{width:56px;height:72px;flex-shrink:0}.user-wallet-modal.syn-modal .ant-modal-content .syn-modal-header{background-color:transparent;padding:24px 0 8px}.user-wallet-modal.syn-modal .ant-modal-content .syn-modal-header .syn-modal-header-title{font-weight:400;font-size:14px;line-height:16px;font-weight:700;margin-bottom:0}.user-wallet-modal .ant-modal-body{padding:0}.user-wallet-drawer .ant-drawer-content-wrapper{border-radius:0}.user-wallet-drawer.ant-drawer-content{padding:0 8px}.user-wallet-drawer.ant-drawer-content .ant-drawer-header{padding:20px 8px 0;border-bottom:0}.user-wallet-drawer.ant-drawer-content .ant-drawer-header .ant-drawer-header-title{display:flex;justify-content:space-between}.user-wallet-drawer.ant-drawer-content .ant-drawer-header .ant-drawer-header-title .ant-drawer-title{order:1;font-weight:400;font-size:14px;line-height:16px;font-weight:700}.user-wallet-drawer.ant-drawer-content .ant-drawer-header .ant-drawer-header-title .ant-drawer-close{order:2}.user-wallet-drawer.ant-drawer-content .ant-drawer-body,.user-wallet-drawer.ant-drawer-content .ant-drawer-body .wallet-modal-content{padding:0}.user-wallet-drawer.ant-drawer-content .ant-drawer-body .wallet-modal-title{margin:16px 0;padding:0 8px}.user-wallet-drawer.ant-drawer-content .ant-drawer-wrapper-body{display:flex;flex-direction:column;row-gap:16px}.user-wallet-drawer.ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body{padding:0}.user-wallet-drawer.ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body .wallet-modal-title{font-weight:400;font-size:14px;line-height:16px;line-height:24px}.user-wallet-drawer.ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body .wallet-modal-content{padding:0}.syn-mobile-user-wallet-drawer .ant-drawer-content-wrapper{border-radius:8px 8px 0 0}.syn-mobile-user-wallet-drawer.ant-drawer-content .ant-drawer-header{padding:16px 8px 12px}.syn-mobile-user-wallet-drawer.ant-drawer-content .ant-drawer-body{padding:0;margin-top:0}.syn-mobile-user-wallet-drawer.ant-drawer-content .ant-drawer-body .wallet-modal-content{padding:0}.syn-mobile-user-wallet-drawer.ant-drawer-content .ant-drawer-body .wallet-modal-title{padding:0 8px;margin:16px 0}@side-menu-bg : var (--side-menu-bg);.font-default,.font-number{font-family:Inter,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-style:normal}.font32{font-weight:700;font-size:32px;line-height:32px}.font28{font-size:28px;font-weight:700;line-height:32px}.perp-icon path{fill:var(--icon-grey1)}.perp-icon:hover path{fill:var(--text-brand)}.linear-gradient-bg{background:linear-gradient(45deg,#8095ff,#29b5bc,#1262b2) 0% 0% repeat;background-size:200% 100%}.remove-scrollbar{scrollbar-width:none}.remove-scrollbar::-webkit-scrollbar{display:none}.f-a-c{display:flex;align-items:center}.word-ecllipis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.font12{font-weight:400;font-size:12px;line-height:16px}.font14{font-weight:400;font-size:14px;line-height:16px}.font16{font-weight:400;font-size:16px;line-height:18px}.font24{font-weight:700;font-size:24px;line-height:24px}.font20{font-weight:700;font-size:20px;line-height:24px}
