@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap";: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;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:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__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;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--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;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)}}._Spinner_1mpip_1{animation:_rotating_1mpip_1 .7s steps(12,end) infinite;transform-origin:center center}@keyframes _rotating_1mpip_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--toastify-z-index: var(--app-toastify-z-index);--toastify-toast-width: 320px;--toastify-toast-background: var(--app-background);--toastify-toast-min-height: 40px;--toastify-toast-max-height: 160px;--toastify-font-family: var(--app-font-family);--toastify-color-light: var(--app-background);--toastify-color-dark: var(--app-background);--toastify-text-color-light: var(--app-text-secondary);--toastify-text-color-dark: var(--app-text-secondary)}.Toastify__toast{font-size:var(--app-font-size-4);box-shadow:none;border:1px solid var(--app-outline);padding:12px 16px;border-radius:16px}._Text_1x8yu_1:where([data-ui-weight=regular]){font-weight:400}._Text_1x8yu_1:where([data-ui-weight=medium]){font-weight:500}._Text_1x8yu_1:where([data-ui-weight=bold]){font-weight:700}._Text_1x8yu_1:where([data-ui-size]){line-height:var(--line-height)}._Text_1x8yu_1:where([data-ui-size="1"]){font-size:var(--app-font-size-1);--line-height: var(--app-line-height-1)}._Text_1x8yu_1:where([data-ui-size="2"]){font-size:var(--app-font-size-2);--line-height: var(--app-line-height-2)}._Text_1x8yu_1:where([data-ui-size="3"]){font-size:var(--app-font-size-3);--line-height: var(--app-line-height-3)}._Text_1x8yu_1:where([data-ui-size="4"]){font-size:var(--app-font-size-4);--line-height: var(--app-line-height-4)}._Text_1x8yu_1:where([data-ui-size="5"]){font-size:var(--app-font-size-5);--line-height: var(--app-line-height-5)}._Text_1x8yu_1:where([data-ui-size="6"]){font-size:var(--app-font-size-6);--line-height: var(--app-line-height-6)}._Text_1x8yu_1:where([data-ui-size="7"]){font-size:var(--app-font-size-7);--line-height: var(--app-line-height-7)}._Text_1x8yu_1:where([data-ui-size="8"]){font-size:var(--app-font-size-8);--line-height: var(--app-line-height-8)}._Text_1x8yu_1:where([data-ui-size="9"]){font-size:var(--app-font-size-9);--line-height: var(--app-line-height-9)}._Text_1x8yu_1:where(:not([data-ui-trim])):before,._Text_1x8yu_1:where(:not([data-ui-trim])):after,._Text_1x8yu_1:where([data-ui-trim=end]):before,._Text_1x8yu_1:where([data-ui-trim=start]):after{content:none}._Text_1x8yu_1:where([data-ui-trim=start]):before,._Text_1x8yu_1:where([data-ui-trim=both]):before,._Text_1x8yu_1:where([data-ui-trim=end]):after,._Text_1x8yu_1:where([data-ui-trim=both]):after{content:"";display:table}._Text_1x8yu_1:where([data-ui-trim=start]):before,._Text_1x8yu_1:where([data-ui-trim=both]):before{margin-bottom:calc(var(--app-default-leading-trim-start) - var(--line-height, calc(1em * var(--app-default-line-height))) / 2)}._Text_1x8yu_1:where([data-ui-trim=end]):after,._Text_1x8yu_1:where([data-ui-trim=both]):after{margin-top:calc(var(--app-default-leading-trim-end) - var(--line-height, calc(1em * var(--app-default-line-height))) / 2)}._Overlay_8ymmh_1{background:var(--app-overlay);position:fixed;top:0;left:0;right:0;bottom:0;display:grid;grid-template-rows:minmax(100px,1fr) auto minmax(100px,1fr);grid-template-columns:1fr auto 1fr;overflow-y:auto;z-index:var(--app-modal-z-index);animation:_overlayShow_8ymmh_1 .25s cubic-bezier(.39,.575,.565,1)}._Overlay_8ymmh_1:has(._Content_8ymmh_15[data-ui-fullscreen]){z-index:var(--app-fullscreen-z-index);background:transparent;grid-template-rows:0 auto 0;grid-template-columns:0 auto 0}._Content_8ymmh_15{outline:none;position:relative;background:var(--app-background);padding:24px;margin:0;grid-row-start:2;grid-column-start:2;box-sizing:border-box;animation:_contentShow_8ymmh_1 .25s cubic-bezier(.39,.575,.565,1);box-shadow:0 0 0 1px var(--app-outline);border-radius:24px;z-index:1;color:var(--app-text-primary)}._Content_8ymmh_15:where([data-ui-fullscreen]){width:100%!important;height:unset!important;max-height:unset!important;max-width:unset!important;border-radius:0;box-shadow:none;padding:16px}._Header_8ymmh_48{display:grid;width:100%;align-items:center;grid-template-rows:1fr;grid-template-columns:70px minmax(0,1fr) 50px 20px;gap:8px;padding:0;box-sizing:border-box;grid-template-areas:"back title _ close";margin-bottom:20px}._Header_8ymmh_48:where([data-ui-noback]){grid-template-columns:30px minmax(0,1fr) 30px}._Header_8ymmh_48:where([data-ui-left]){grid-template-areas:"title close";grid-template-columns:minmax(0,1fr) 30px}._Header_8ymmh_48:where([data-ui-left]) ._Title_8ymmh_69{text-align:left}._Back_8ymmh_73{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;grid-area:back;font-weight:400;cursor:pointer}._Back_8ymmh_73>svg{width:23px;height:23px;min-width:23px;min-height:23px;transform:scale(1.2)}._Title_8ymmh_69{display:block;display:-webkit-box;overflow:hidden;grid-area:title;text-align:center;line-clamp:2;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis}._Close_8ymmh_103{grid-area:close;width:20px;height:20px;cursor:pointer}._Close_8ymmh_103 svg{width:100%;height:100%}@keyframes _overlayShow_8ymmh_1{0%{opacity:0}to{opacity:1}}@keyframes _contentShow_8ymmh_1{0%{transform:scale(.96)}to{transform:scale(1)}}@media (min-width: 768px){._Header_57c7j_2{position:sticky;top:0;display:grid;width:calc(100% + 32px);z-index:1;align-items:center;grid-template-rows:1fr 108px;grid-template-columns:auto 1fr;border-bottom:1px solid var(--app-outline);background-color:var(--app-background);-moz-column-gap:16px;column-gap:16px;grid-template-areas:"search search" "back title";margin-left:-16px;margin-top:-16px;padding-top:16px}._Back_57c7j_21{position:relative;width:52px;height:52px;flex-shrink:0;grid-area:back;border-radius:26px;background:var(--app-tag-background-secondary);cursor:pointer;margin-left:16px}._Back_57c7j_21:hover{filter:brightness(.8)}._Back_57c7j_21 svg{position:absolute;top:50%;left:50%;width:28px;height:28px;transform:translate(-50%,-50%)}._Back_57c7j_21 span{display:none}._Search_57c7j_46{grid-area:search;padding:0 16px 16px;border-bottom:1px solid var(--app-outline);box-sizing:border-box}._Title_57c7j_52{grid-area:title;margin:0;text-align:left}._Buttons_57c7j_57{display:none}}@media (max-width: 767px){._Header_57c7j_2{position:sticky;top:0;display:grid;width:calc(100% + 32px);z-index:1;align-items:center;grid-template-rows:1fr;grid-template-columns:auto 1fr;background-color:var(--app-background);grid-template-areas:"back title buttons search";margin-left:-16px;margin-top:-16px;padding-top:16px;padding-bottom:10px;-moz-column-gap:12px;column-gap:12px}._Search_57c7j_46{width:24px;height:24px}._Buttons_57c7j_57{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:12px}._Buttons_57c7j_57 button{position:relative;width:24px;height:24px;flex-shrink:0}._Buttons_57c7j_57 button svg{width:100%;height:100%;position:absolute;top:0;left:0}._Back_57c7j_21{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;grid-area:back;font-weight:400}._Back_57c7j_21>svg{width:23px;height:23px;min-width:23px;min-height:23px;transform:scale(1.2)}._Title_57c7j_52{font-size:var(--app-font-size-5);line-height:var(--app-line-height-5);font-weight:500;display:block;display:-webkit-box;overflow:hidden;grid-area:title;text-align:center;line-clamp:2;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis}}._Slot_82r7g_1{flex-shrink:0;max-height:100%}._Slot_82r7g_1:where(svg){display:block;width:24px;height:24px;min-width:24px;min-height:24px;color:var(--app-text-primary)}._Wrapper_u6lx6_1{display:flex;position:relative;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:8px;box-sizing:border-box}._Input_u6lx6_11{min-width:0;order:0;flex-grow:1;outline:none;border:none;background:transparent;font-size:inherit;font-weight:400;line-height:inherit;font-family:var(--app-font-family)}._Wrapper_u6lx6_1:where([data-ui-modifier=default]){font-size:var(--app-font-size-5);background-color:var(--app-input-fill);box-shadow:inset 0 0 0 1px var(--app-outline);border-radius:16px;padding:16px 20px}._Wrapper_u6lx6_1:where([data-ui-modifier=default]) ._Input_u6lx6_11{color:var(--app-text-primary)}._Wrapper_u6lx6_1:where([data-ui-modifier=default]) ._Input_u6lx6_11::-moz-placeholder{color:var(--app-text-secondary)}._Wrapper_u6lx6_1:where([data-ui-modifier=default]) ._Input_u6lx6_11::placeholder{color:var(--app-text-secondary)}._Wrapper_u6lx6_1:where([data-ui-modifier=default]):where([data-ui-error]){box-shadow:inset 0 0 0 1px var(--app-status-error-primary)}._Wrapper_u6lx6_1:where([data-ui-modifier=default]):where([data-ui-disabled]){opacity:.5}._Wrapper_u6lx6_1:where([data-ui-modifier=default]):where([data-ui-active]){outline:1px solid var(--app-icon-primary);outline-offset:-1px}._Wrapper_u6lx6_1:where([data-ui-modifier=search]){background-color:var(--app-tag-background-secondary);border-radius:23px;padding:12px 16px}._Wrapper_u6lx6_1:where([data-ui-modifier=search]) ._Input_u6lx6_11{color:var(--app-text-primary);font-size:var(--app-font-size-4)}._Wrapper_u6lx6_1:where([data-ui-modifier=search]) ._Input_u6lx6_11::-moz-placeholder{color:var(--app-text-secondary)}._Wrapper_u6lx6_1:where([data-ui-modifier=search]) ._Input_u6lx6_11::placeholder{color:var(--app-text-secondary)}._Wrapper_u6lx6_1:where([data-ui-modifier=search]):where([data-ui-error]){box-shadow:inset 0 0 0 1px var(--app-status-error-primary)}._Wrapper_u6lx6_1:where([data-ui-modifier=search]):where([data-ui-disabled]){opacity:.5}._Wrapper_u6lx6_1:where([data-ui-modifier=search]):where([data-ui-active]){outline:1px solid var(--app-icon-primary);outline-offset:-1px}._Droplist_9wnex_1{display:flex;max-height:400px;overflow-y:auto;flex-flow:column nowrap;align-items:stretch;justify-content:flex-start;padding:4px;border-radius:12px;box-shadow:0 0 0 1px var(--app-outline);background-color:var(--app-background);box-sizing:border-box;scrollbar-width:thin;z-index:var(--app-dropdown-z-index)}._Button_9wnex_16{padding:12px;border:none;border-radius:8px;background-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box;scroll-margin:5px 0}._Empty_9wnex_26,._Loading_9wnex_27{width:100%;height:150px;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;gap:16px}._Icon_9wnex_37{width:84px;height:84px;flex-shrink:0}._Spinner_9wnex_43{width:44px;height:44px;margin-top:20px;margin-bottom:20px;flex-shrink:0}._copy_7gyr8_1{display:inline;position:relative;margin-left:.2em;top:.1em;width:1em;height:1em;cursor:pointer;transform:scale(1.2)}._copy_7gyr8_1:hover{filter:opacity(.8)}._copy_7gyr8_1:active{filter:none}._copy_7gyr8_1 svg{color:inherit;width:100%;height:100%}._row_1e2vr_1{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;padding:12px;box-sizing:border-box;cursor:pointer}._row_1e2vr_1[data-ui-active]>span:first-child{color:var(--app-controls-secondary)}._dimmed_1e2vr_15{color:var(--app-text-secondary)}._row_1e2vr_1>span:first-child{margin-bottom:4px}._property_1e2vr_23{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;padding-top:8px;padding-bottom:8px;border-bottom:1px solid var(--app-outline)}._propertyLabel_1e2vr_33{white-space:nowrap;max-width:50%;overflow:hidden}._modalContent_1jthp_1{padding:16px;box-sizing:border-box;width:100%;z-index:var(--app-modal-z-index);position:fixed;top:0;left:0;animation:_contentShow_1jthp_1 .35s cubic-bezier(.16,1,.3,1)}._modalOverlay_1jthp_12{background:var(--app-overlay);position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--app-modal-z-index);animation:_overlayShow_1jthp_1 .25s cubic-bezier(.39,.575,.565,1)}[data-theme=dark] ._modalOverlay_1jthp_12{background:var(--app-overlay)}@keyframes _overlayShow_1jthp_1{0%{opacity:0}to{opacity:1}}@keyframes _contentShow_1jthp_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._Label_1ro4b_1{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--app-text-primary);font-size:var(--app-font-size-4);line-height:var(--app-line-height-4);font-family:var(--app-font-family);gap:8px}._SwitchRoot_1ro4b_14{position:relative;flex-shrink:0;width:40px;height:24px;border-radius:12px;background-color:var(--app-tag-background-secondary);transition:background-color .14s cubic-bezier(.45,.05,.55,.95)}._SwitchRoot_1ro4b_14:where(:focus-visible){outline:1px solid var(--app-controls-secondary);outline-offset:2px}._SwitchThumb_1ro4b_28{background-color:#fff;position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:10px;transition:transform .14s cubic-bezier(.45,.05,.55,.95),background-color .14s cubic-bezier(.45,.05,.55,.95)}._SwitchRoot_1ro4b_14:where([data-ui-checked]){background-color:var(--app-controls-secondary)}._SwitchRoot_1ro4b_14:where([data-ui-checked]) ._SwitchThumb_1ro4b_28{transform:translate(16px)}._filters_1mxw9_1{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:stretch;width:100%;border-bottom:1px solid var(--app-outline);background-color:var(--app-background);z-index:1}._filter_1mxw9_1{padding:12px 16px;border-right:1px solid var(--app-outline)}._filter_1mxw9_1._summary_1mxw9_17{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:8px}._filter_1mxw9_1._summary_1mxw9_17 ._label_1mxw9_24{color:var(--app-text-secondary)}._pnl_1mxw9_28{font-size:var(--app-font-size-4);padding:4px 8px;border-radius:8px}._pnl_1mxw9_28[data-ui-sign=positive]{color:var(--app-status-success-primary);background-color:var(--app-status-success-secondary)}._pnl_1mxw9_28[data-ui-sign=negative]{color:var(--app-status-error-primary);background-color:var(--app-status-error-secondary)}@media (max-width: 767px){._filters_1mxw9_1{display:grid;grid-template-columns:minmax(0,auto) minmax(0,1fr);grid-template-rows:1fr;align-items:stretch;border-bottom:none}._filter_1mxw9_1{border-bottom:1px solid var(--app-outline)}._filter_1mxw9_1 label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._filter_1mxw9_1:nth-child(2n){border-right:none}._filter_1mxw9_1._summary_1mxw9_17{display:none}}._tableHeader_16r5h_1{display:flex;justify-content:space-between;padding:12px 16px;box-sizing:border-box;border-bottom:1px solid var(--app-outline);background-color:var(--app-background);z-index:1;gap:8px}._cellDate_16r5h_13{width:var(--cell-date-width)}._cellToken_16r5h_18{width:var(--cell-token-width)}._cellWallet_16r5h_23{width:var(--cell-wallet-width)}._cellInvested_16r5h_28{width:var(--cell-invested-width)}._cellRemaining_16r5h_33{width:var(--cell-remaining-width)}._cellSold_16r5h_38{width:var(--cell-sold-width)}._cellPnl_16r5h_43{width:var(--cell-pnl-width)}._cellActions_16r5h_48{width:var(--cell-actions-width)}._cellDate_16r5h_13,._cellToken_16r5h_18,._cellWallet_16r5h_23,._cellInvested_16r5h_28,._cellRemaining_16r5h_33,._cellSold_16r5h_38,._cellPnl_16r5h_43,._cellActions_16r5h_48{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:4px}._cellDate_16r5h_13 span,._cellToken_16r5h_18 span,._cellWallet_16r5h_23 span,._cellInvested_16r5h_28 span,._cellRemaining_16r5h_33 span,._cellSold_16r5h_38 span,._cellPnl_16r5h_43 span,._cellActions_16r5h_48 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1439px){._tableHeader_16r5h_1{display:none!important}}._row_1g9zb_1{display:flex;justify-content:space-between;padding:16px;box-sizing:border-box;border-bottom:1px solid var(--app-outline);gap:8px;height:72px}._label_1g9zb_11{display:none}._holdingsItem_1g9zb_15{background-color:var(--app-background);transition:background-color .3s ease-out}[data-state=open] ._holdingsItem_1g9zb_15._collapsible_1g9zb_20{background-color:var(--app-input-fill)}[data-state=open] ._button_1g9zb_24._chevron_1g9zb_24 svg{transform:rotate(180deg)}._collapsibleContent_1g9zb_28{overflow:hidden}._collapsibleContent_1g9zb_28[data-state=open]{animation:_slideDown_1g9zb_1 .3s ease-out}._collapsibleContent_1g9zb_28[data-state=closed]{animation:_slideUp_1g9zb_1 .3s ease-out}@keyframes _slideDown_1g9zb_1{0%{height:0}to{height:var(--radix-collapsible-content-height)}}@keyframes _slideUp_1g9zb_1{0%{height:var(--radix-collapsible-content-height)}to{height:0}}._cellDate_1g9zb_57{position:relative;width:var(--cell-date-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:date}._cellDate_1g9zb_57 ._date_1g9zb_67{font-size:var(--app-font-size-4);color:var(--app-text-primary)}._cellDate_1g9zb_57 ._time_1g9zb_72{font-size:var(--app-font-size-4);color:var(--app-text-secondary)}._cellToken_1g9zb_78{position:relative;width:var(--cell-token-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:token}._cellToken_1g9zb_78 ._token_1g9zb_88{font-size:var(--app-font-size-4);color:var(--app-text-primary)}._cellToken_1g9zb_78 ._address_1g9zb_93{font-size:var(--app-font-size-3);color:var(--app-controls-secondary);white-space:nowrap}._cellToken_1g9zb_78 ._pnlInline_1g9zb_99{display:none}._cellWallet_1g9zb_104{position:relative;width:var(--cell-wallet-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:wallet}._cellWallet_1g9zb_104 ._wallet_1g9zb_114{white-space:nowrap;font-size:var(--app-font-size-4);color:var(--app-controls-secondary)}._cellInvested_1g9zb_121{position:relative;width:var(--cell-invested-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:invested}._cellInvested_1g9zb_121 ._amount_1g9zb_131{font-size:var(--app-font-size-4)}._cellRemaining_1g9zb_136{position:relative;width:var(--cell-remaining-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:remaining}._cellRemaining_1g9zb_136 ._amount_1g9zb_131{font-size:var(--app-font-size-4)}._cellSold_1g9zb_151{position:relative;width:var(--cell-sold-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:sold}._cellSold_1g9zb_151 ._amount_1g9zb_131{font-size:var(--app-font-size-4)}._cellPnl_1g9zb_166{position:relative;width:var(--cell-pnl-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:flex-start;grid-area:pnl}._pnl_1g9zb_99{font-size:var(--app-font-size-4);padding:4px 8px;border-radius:8px}._pnl_1g9zb_99[data-ui-sign=positive]{color:var(--app-status-success-primary);background-color:var(--app-status-success-secondary)}._pnl_1g9zb_99[data-ui-sign=negative]{color:var(--app-status-error-primary);background-color:var(--app-status-error-secondary)}._cellActions_1g9zb_193{position:relative;width:var(--cell-actions-width);display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center;gap:8px;grid-area:actions}._cellActions_1g9zb_193 ._button_1g9zb_24{width:20px;height:20px;flex-shrink:0;display:block;position:relative;cursor:pointer;color:var(--app-text-primary)}._cellActions_1g9zb_193 ._button_1g9zb_24:hover{color:var(--app-controls-secondary)}._cellActions_1g9zb_193 ._button_1g9zb_24:disabled{opacity:.5}._cellActions_1g9zb_193 ._button_1g9zb_24 svg{position:absolute;top:0;left:0;width:100%;height:100%}@media (max-width: 1439px){._row_1g9zb_1{background:var(--app-card);display:grid;padding:20px 8px 9px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(5,auto);border-bottom:none;row-gap:4px;-moz-column-gap:4px;column-gap:4px;border-radius:16px;overflow:hidden;height:unset;position:relative;grid-template-areas:"token token" "date date" "wallet wallet" "invested sold" "remaining remaining"}._label_1g9zb_11{display:block;white-space:nowrap;color:var(--app-text-secondary);overflow:hidden;max-width:100%;text-overflow:ellipsis}._cellToken_1g9zb_78{padding-left:12px;width:100%;justify-content:flex-start}._cellToken_1g9zb_78 ._pnl_1g9zb_99._pnlInline_1g9zb_99{display:inline-block;position:relative;font-size:var(--app-font-size-3);padding:2px 4px;border-radius:8px;margin-left:4px;top:-2px}._cellDate_1g9zb_57{padding-left:12px;width:100%;justify-content:flex-end;flex-flow:row-reverse nowrap;align-items:center;gap:4px}._cellWallet_1g9zb_104{padding-left:12px;width:100%;margin-bottom:11px;flex-flow:row wrap;gap:8px;justify-content:flex-start}._cellActions_1g9zb_193{position:absolute;top:12px;right:12px;width:100%;justify-content:flex-end;align-items:flex-start}._cellActions_1g9zb_193 ._button_1g9zb_24._chevron_1g9zb_24{display:none}._cellInvested_1g9zb_121,._cellSold_1g9zb_151,._cellRemaining_1g9zb_136{padding:12px;box-sizing:border-box;background:var(--app-card);width:100%;border-radius:12px;gap:4px;justify-content:flex-start}._cellPnl_1g9zb_166{display:none}}._Skeleton_1qvwa_1{border-radius:4px;animation:_skeleton-pulse_1qvwa_1 .6s infinite alternate-reverse!important;background-image:none!important;background-clip:border-box!important;border:none!important;box-shadow:none!important;-webkit-box-decoration-break:clone!important;box-decoration-break:clone!important;color:transparent!important;outline:none!important;pointer-events:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important;cursor:default!important;background-color:var(--app-outline)}:where(._Skeleton_1qvwa_1:empty){display:block;height:var(--app-space-3)}._Skeleton_1qvwa_1>*,._Skeleton_1qvwa_1:after,._Skeleton_1qvwa_1:before{visibility:hidden!important}@keyframes _skeleton-pulse_1qvwa_1{0%{opacity:.2}to{opacity:.5}}._table_1x8bu_1{box-sizing:border-box;padding:0 0 100px;--cell-date-width: 14%;--cell-token-width: 12.6%;--cell-wallet-width: 12.6%;--cell-invested-width: 12.6%;--cell-remaining-width: 12.6%;--cell-sold-width: 12.6%;--cell-pnl-width: 8%;--cell-actions-width: 15%}[data-ui-trading-table] ._filters_1x8bu_15{position:sticky;top:0}[data-ui-trading-table] ._header_1x8bu_20{position:sticky;top:49px}[data-ui-modal-table] ._filters_1x8bu_15{position:sticky;top:190px;width:calc(100% + 32px);margin-left:-16px}@media (max-width: 1439px){._table_1x8bu_1{display:grid;padding:16px 16px 100px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}[data-ui-modal-table] ._table_1x8bu_1{padding:16px 0 100px}}@media (max-width: 767px){[data-ui-modal-table] ._filters_1x8bu_15{top:50px}}@media (max-width: 500px){._table_1x8bu_1{grid-template-columns:1fr}}._Button_1dgji_1{font-size:var(--app-font-size-5);line-height:32px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:top;gap:8px;cursor:default;padding:12px 20px;border-radius:16px;box-sizing:border-box;white-space:nowrap;position:relative}._Button_1dgji_1:where([data-ui-disabled]){cursor:not-allowed}._Button_1dgji_1:where(:focus-visible){outline:1px solid var(--app-controls-secondary);outline-offset:2px}._Button_1dgji_1:where([data-ui-modifier=buy]){background-color:var(--app-status-success-primary);color:var(--app-text-primary)}._Button_1dgji_1:where([data-ui-modifier=buy]):where([data-ui-accessible]):where(:hover){background-color:var(--app-status-success-primary-2)}._Button_1dgji_1:where([data-ui-modifier=buy]):where([data-ui-accessible]):where(:active){background-color:var(--app-status-success-primary)}._Button_1dgji_1:where([data-ui-modifier=buy]):where([data-ui-disabled]){background-color:var(--app-status-success-secondary);color:var(--app-text-secondary)}._Button_1dgji_1:where([data-ui-modifier=sell]){background-color:var(--app-status-error-primary);color:var(--app-text-primary)}._Button_1dgji_1:where([data-ui-modifier=sell]):where([data-ui-accessible]):where(:hover){background-color:var(--app-status-error-primary-2)}._Button_1dgji_1:where([data-ui-modifier=sell]):where([data-ui-accessible]):where(:active){background-color:var(--app-status-error-primary)}._Button_1dgji_1:where([data-ui-modifier=sell]):where([data-ui-disabled]){background-color:var(--app-status-error-secondary);color:var(--app-text-secondary)}._Button_1dgji_1:where([data-ui-modifier=primary]){background-color:var(--app-button-fill);color:var(--app-button-text-2)}._Button_1dgji_1:where([data-ui-modifier=primary]):where([data-ui-accessible]):where(:hover){background-color:var(--app-button-fill-2)}._Button_1dgji_1:where([data-ui-modifier=primary]):where([data-ui-accessible]):where(:active){background-color:var(--app-button-fill)}._Button_1dgji_1:where([data-ui-modifier=primary]):where([data-ui-disabled]){background-color:var(--app-icon-secondary)}._Button_1dgji_1:where([data-ui-modifier=secondary]):after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px;background-color:transparent;pointer-events:none;border-width:1px;border-style:dashed;border-color:var(--app-outline)}._Button_1dgji_1:where([data-ui-modifier=secondary]){background-color:transparent;color:var(--app-button-text)}._Button_1dgji_1:where([data-ui-modifier=secondary]):where([data-ui-accessible]):where(:hover):after{border-color:var(--app-icon-primary)}._Button_1dgji_1:where([data-ui-modifier=secondary]):where([data-ui-accessible]):where(:active):after{border-color:var(--app-outline)}._Button_1dgji_1:where([data-ui-modifier=secondary]):where([data-ui-disabled]){color:var(--app-text-secondary)}._Button_1dgji_1:where([data-ui-modifier=preset]){background-color:var(--app-tag-background-secondary);font-size:var(--app-font-size-4);line-height:var(--app-line-height-4);padding:8px;border-radius:17px;color:var(--app-text-primary)}._Button_1dgji_1:where([data-ui-modifier=preset]):where([data-ui-accessible]):where(:hover){opacity:.7;background-color:var(--app-tag-background-primary);color:var(--app-tag-text-primary)}._Button_1dgji_1:where([data-ui-modifier=preset]):where([data-ui-accessible]):where(:active){opacity:.8;background-color:var(--app-tag-background-primary);color:var(--app-tag-text-primary)}._Button_1dgji_1:where([data-ui-modifier=preset]):where([data-ui-disabled]){opacity:.5}._Button_1dgji_1:where([data-ui-modifier=preset]):where([data-ui-selected]){opacity:.7;background-color:var(--app-tag-background-primary);color:var(--app-tag-text-primary)}._Button_1dgji_1:where([data-ui-modifier=shadow]){background-color:var(--app-tag-background-secondary);color:var(--app-text-primary)}._Button_1dgji_1:where([data-ui-modifier=shadow]):where([data-ui-accessible]):where(:hover){filter:brightness(.9)}._Button_1dgji_1:where([data-ui-modifier=shadow]):where([data-ui-accessible]):where(:active){filter:brightness(.8)}._Button_1dgji_1:where([data-ui-modifier=shadow]):where([data-ui-disabled]){opacity:.5}._Button_1dgji_1:where([data-ui-modifier=remove]){background-color:transparent;color:var(--app-status-error-primary);box-shadow:0 0 0 1px var(--app-status-error-primary)}._Button_1dgji_1:where([data-ui-modifier=remove]):where([data-ui-accessible]):where(:hover){filter:brightness(1.2)}._Button_1dgji_1:where([data-ui-modifier=remove]):where([data-ui-accessible]):where(:active){filter:brightness(1.1)}._Button_1dgji_1:where([data-ui-modifier=remove]):where([data-ui-disabled]){opacity:.5}._Icon_1dgji_206{--icon-size: 24px;width:var(--icon-size);min-width:var(--icon-size);height:var(--icon-size);min-height:var(--icon-size);position:relative;margin-top:-2px;margin-bottom:-2px;margin-left:calc(var(--icon-size) / -6);margin-right:calc(var(--icon-size) / -6)}._wrapper_ex1ax_1{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:8px}._icon_ex1ax_9{display:block;width:24px;height:24px;min-width:24px;min-height:24px;color:var(--app-icon-primary)}._label_ex1ax_18{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:2px}._value_ex1ax_26{color:var(--app-text-primary)}._unit_ex1ax_30{color:var(--app-text-secondary)}._button_cqyav_1{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:4px;cursor:pointer}._itemButton_cqyav_10{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:8px;padding:8px;border-radius:6px;cursor:pointer}._itemButton_cqyav_10:hover{background-color:var(--app-controls-secondary)}._icon_cqyav_24{display:block;width:24px;height:24px;min-width:24px;min-height:24px}._label_cqyav_32{color:var(--app-text-primary)}._button_cqyav_1 ._chevron_cqyav_36{display:block;width:20px;height:20px;min-width:20px;min-height:20px}._button_cqyav_1[data-state=open] ._chevron_cqyav_36{transform:rotate(180deg)}._dropdownContent_cqyav_48{background-color:var(--app-background);border-radius:12px;padding:8px;box-sizing:border-box;box-shadow:0 0 0 1px var(--app-outline);animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity;z-index:var(--app-dropdown-z-index)}._dropdownContent_cqyav_48[data-side=bottom]{animation-name:_slideDownAndFade_cqyav_1}@keyframes _slideDownAndFade_cqyav_1{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}._wrapper_19er1_1{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:8px}._icon_19er1_9{display:block;width:24px;height:24px;min-width:24px;min-height:24px;color:var(--app-icon-primary)}._label_19er1_18{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:2px}._value_19er1_26{color:var(--app-text-primary)}._change_19er1_30{color:var(--app-text-secondary)}._change_19er1_30[data-ui-sign=positive]:before{content:"+"}._avatar_h9n69_1{position:relative;border-radius:50%;background-color:var(--app-outline);pointer-events:all!important;cursor:pointer!important}:where(._avatar_h9n69_1){width:100px;height:100px}._avatar_h9n69_1 img{border-radius:50%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._avatar_h9n69_1 ._edit_h9n69_21{position:absolute;bottom:-6px;right:-6px;width:40px;height:40px;background:var(--app-background);display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;color:var(--app-color-primary)}._avatar_h9n69_1 ._edit_h9n69_21:hover{color:var(--app-controls-secondary)}._avatar_h9n69_1 ._edit_h9n69_21 svg{width:30px;height:30px}._avatar_h9n69_1 input{display:none}._header_19bta_1{display:flex;justify-content:space-between;align-items:center;padding:24px;width:100%;background-color:var(--app-background);border-bottom:1px solid var(--app-outline);position:sticky;top:0;max-width:1920px;margin:0 auto;box-sizing:border-box;height:107px;z-index:var(--app-header-z-index)}._logo_19bta_18{display:block;position:relative;height:48px;width:calc(1.1307692307692307 * 48px);transform:scale(1.3);cursor:pointer}._logo_19bta_18 img{display:block;width:100%;height:100%}._nav_19bta_33{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:12px;font-size:var(--app-font-size-4);line-height:var(--app-line-height-4);font-weight:500}._link_19bta_44{cursor:pointer;white-space:nowrap;transition:color .1s;color:var(--app-text-primary)}._link_19bta_44:hover,._link_19bta_44._active_19bta_53{color:var(--app-controls-secondary)}._wrapper_19bta_57{display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center;gap:16px}._divider_19bta_65{width:1px;height:48px;background-color:var(--app-outline)}._panel_19bta_71{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;padding:8px;gap:8px;border-radius:20px;background-color:var(--app-tag-background-secondary)}._panelButton_19bta_82{display:block;color:var(--app-text-primary);width:24px;height:24px;position:relative;cursor:pointer;transition:color .1s}._panelButton_19bta_82:hover{color:var(--app-controls-secondary)}._panelButton_19bta_82 svg{position:absolute;top:0;left:0;width:100%;height:100%}._avatar_19bta_104{width:48px;height:48px}._item_19nud_1{padding:0 20px;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;border-bottom:1px solid var(--app-outline);color:var(--app-text-primary);transition:color .1s;height:52px;width:100%;box-sizing:border-box;cursor:pointer}._item_19nud_1._container_19nud_16{padding:16px 20px;height:unset;min-height:52px}._item_19nud_1:last-child{border-bottom:none}._item_19nud_1._active_19nud_26,._item_19nud_1:hover{color:var(--app-controls-secondary)}._item_19nud_1[data-ui-disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}._item_19nud_1 svg{width:20px;height:20px;min-width:20px;min-height:20px}@media (max-width: 1439px){body{padding-bottom:100px}}._header_198zx_7{display:block;padding:12px 0 24px;width:100%;background-color:var(--app-background);position:fixed;bottom:0;box-sizing:border-box;border-top:1px solid var(--app-outline);z-index:var(--app-header-z-index)}._nav_198zx_19{display:grid;grid-template-rows:1fr;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:8px}._link_198zx_26{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;cursor:pointer;white-space:nowrap;transition:color .1s;color:var(--app-text-primary);gap:4px}._link_198zx_26:hover,._link_198zx_26._active_198zx_40{color:var(--app-controls-secondary)}._link_198zx_26 span{max-width:100%;overflow:hidden;text-overflow:ellipsis}._link_198zx_26 svg{width:24px;height:24px}._link_198zx_26 ._avatar_198zx_55{width:24px;height:24px}._link_198zx_26 svg:where([data-ui-open]){display:block;border:.5px solid var(--app-outline);border-radius:12px;background-color:var(--app-background);padding:5px;width:24px;height:24px;position:relative;transform:scale(2) translateY(-6px)}._link_198zx_26:not([data-state=open]) svg:where([data-ui-open]){display:none}._link_198zx_26[data-state=open] svg:where([data-ui-closed]){display:none}._wrapper_198zx_78{display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center;gap:16px}._dropdownContent_198zx_86{background-color:var(--app-background);border-radius:24px;box-sizing:border-box;box-shadow:0 0 0 1px var(--app-outline);animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity;max-width:340px;width:80vw}._dropdownContent_198zx_86[data-side=top]{animation-name:_slideUpAndFade_198zx_1}@keyframes _slideUpAndFade_198zx_1{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}._panel_39u2c_1{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:stretch;gap:8px;height:53px}._inputSum_39u2c_10{padding:5px 5px 5px 20px!important;flex-grow:1;min-width:0;max-width:400px}._presets_39u2c_17{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:4px;margin-right:12px}._switchLabel_39u2c_26{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:8px;flex-shrink:1;min-width:0}._switchLabel_39u2c_26>span{overflow:hidden;display:inline-block;white-space:nowrap;text-overflow:ellipsis}._settingsButton_39u2c_42{flex-shrink:1;min-width:0}._settingsButton_39u2c_42>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}._firstRow_39u2c_54,._secondRow_39u2c_55{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:8px;min-width:0}@media (max-width: 767px){._panel_39u2c_1{flex-flow:row wrap;height:auto}._inputSum_39u2c_10{flex-shrink:1}._firstRow_39u2c_54,._secondRow_39u2c_55{width:100%}}._wrapper_8fenk_1{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;margin-top:-10px;margin-bottom:-10px}._wrapper_8fenk_1>button{min-width:50px;transform:scale(.9)}._Wrapper_1yb7z_1{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:8px;position:relative}._Wrapper_1yb7z_1:where([data-ui-disabled]) ._Label_1yb7z_9,._Wrapper_1yb7z_1:where([data-ui-disabled]) ._Hint_1yb7z_10{opacity:.5}._Input_1yb7z_14{width:100%}._Label_1yb7z_9{max-width:100%;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:var(--app-text-secondary);padding-left:8px;padding-right:8px}._Hint_1yb7z_10{color:var(--app-text-secondary);padding-left:8px;padding-right:8px}._Error_1yb7z_33{color:var(--app-status-error-primary)}._columns_oeznp_1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;width:100%;max-width:100%}._Label_1bn85_1{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--app-text-primary);font-size:var(--app-font-size-4);line-height:var(--app-line-height-4);font-family:var(--app-font-family);gap:12px}._Input_1bn85_14{transform:translate(-100%);position:absolute;pointer-events:none;opacity:0;margin:0;width:1em;height:1em}._Checkmark_1bn85_24{width:20px;height:20px;min-width:20px;min-height:20px;border-radius:10px;position:relative;box-shadow:inset 0 0 0 1px var(--app-outline);background-color:var(--app-tag-background-secondary)}._Input_1bn85_14:where(:focus-visible)+._Checkmark_1bn85_24{outline:1px solid var(--app-controls-secondary);outline-offset:2px}._Checkmark_1bn85_24 svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px}._Label_1bn85_1:where(:not([data-ui-checked])) ._Checkmark_1bn85_24 svg{display:none}._Label_1bn85_1:where([data-ui-checked]) ._Checkmark_1bn85_24{background-color:var(--app-controls-secondary);color:var(--app-icon-primary);box-shadow:none}._Label_1bn85_1:where([data-ui-disabled]){color:var(--app-text-secondary)}._tooltip_z8rz3_1{border-radius:6px;padding:6px 6px 8px;color:var(--app-text-primary);background:var(--app-background);-webkit-user-select:none;-moz-user-select:none;user-select:none;animation-duration:.1s;animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity;z-index:var(--app-tooltip-z-index)}._tooltip_z8rz3_1[data-state=delayed-open][data-side=top]{animation-name:_slideDownAndFade_z8rz3_1}._tooltip_z8rz3_1[data-state=delayed-open][data-side=right]{animation-name:_slideLeftAndFade_z8rz3_1}._tooltip_z8rz3_1[data-state=delayed-open][data-side=bottom]{animation-name:_slideUpAndFade_z8rz3_1}._tooltip_z8rz3_1[data-state=delayed-open][data-side=left]{animation-name:_slideRightAndFade_z8rz3_1}._arrow_z8rz3_25{fill:var(--app-background)}._iconButton_z8rz3_29{width:16px;height:16px}._iconButton_z8rz3_29 svg{width:100%;height:100%}@keyframes _slideUpAndFade_z8rz3_1{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideRightAndFade_z8rz3_1{0%{opacity:0;transform:translate(-2px)}to{opacity:1;transform:translate(0)}}@keyframes _slideDownAndFade_z8rz3_1{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideLeftAndFade_z8rz3_1{0%{opacity:0;transform:translate(2px)}to{opacity:1;transform:translate(0)}}._checks_1p1ze_1{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;gap:16px}._info_1p1ze_9{width:16px;height:16px;flex-shrink:0;position:relative;left:-7px;top:1px}._dropdownTrigger_11saj_1{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:4px}._dropdownTrigger_11saj_1 svg{width:20px;height:20px;flex-shrink:0}._dropdownTrigger_11saj_1[data-state=open] svg{transform:rotate(180deg)}._dropdownContent_11saj_19{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:16px;background-color:var(--app-background);border-radius:24px;box-sizing:border-box;box-shadow:0 0 0 1px var(--app-outline);animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity;max-width:350px;width:80vw;padding:16px;z-index:var(--app-dropdown-z-index)}._dropdownContent_11saj_19[data-side=bottom]{animation-name:_slideDownAndFade_11saj_1}@keyframes _slideDownAndFade_11saj_1{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}._buttons_ay192_1{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;padding:16px 16px 0;position:relative;left:-16px;width:calc(100% + 32px);gap:8px;border-top:1px solid var(--app-outline)}._columns_1enms_1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;width:100%;max-width:100%}._info_1enms_9{width:16px;height:16px;flex-shrink:0;position:relative;left:-7px;top:1px}._title_1enms_18{display:inline-block;width:100%;padding-left:8px;box-sizing:border-box;margin-bottom:-4px}._modal_1j9e6_1{width:350px;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:16px}._dropdown_1j9e6_10{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:16px;background-color:var(--app-background);border-radius:24px;box-sizing:border-box;box-shadow:0 0 0 1px var(--app-outline);animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity;max-width:350px;width:80vw;padding:16px;z-index:var(--app-dropdown-z-index)}._dropdown_1j9e6_10[data-side=bottom]{animation-name:_slideDownAndFade_1j9e6_1}._dropdownTrigger_1j9e6_33{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:4px;cursor:pointer}._dropdownTrigger_1j9e6_33 svg{width:20px;height:20px;flex-shrink:0}@keyframes _slideDownAndFade_1j9e6_1{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}._tableHeader_dntk0_1{display:flex;justify-content:space-between;padding:12px 16px;box-sizing:border-box;border-bottom:1px solid var(--app-outline);gap:8px}._tooltip_dntk0_10{display:block;width:16px;height:16px;min-width:16px;min-height:16px}._cellPair_dntk0_19{width:var(--cell-pair-width, 15%)}._cellCreated_dntk0_24{width:var(--cell-created-width, 7%)}._cellLiquidity_dntk0_29{width:var(--cell-liquidity-width, 9%)}._cellBaseLiquidity_dntk0_34{width:var(--cell-base-liquidity-width, 9%)}._cellMarketCap_dntk0_39{width:var(--cell-market-cap-width, 7%)}._cellTxCount_dntk0_44{width:var(--cell-tx-count-width, 7%)}._cellVolume_dntk0_49{width:var(--cell-volume-width, 7%)}._cellAnalytics_dntk0_54{width:var(--cell-analytics-width, 20%)}._cellAction_dntk0_59{width:var(--cell-action-width, 19%)}._cellPair_dntk0_19,._cellCreated_dntk0_24,._cellLiquidity_dntk0_29,._cellBaseLiquidity_dntk0_34,._cellMarketCap_dntk0_39,._cellTxCount_dntk0_44,._cellVolume_dntk0_49,._cellAnalytics_dntk0_54,._cellAction_dntk0_59{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:4px}._cellPair_dntk0_19 span,._cellCreated_dntk0_24 span,._cellLiquidity_dntk0_29 span,._cellBaseLiquidity_dntk0_34 span,._cellMarketCap_dntk0_39 span,._cellTxCount_dntk0_44 span,._cellVolume_dntk0_49 span,._cellAnalytics_dntk0_54 span,._cellAction_dntk0_59 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1439px){._tableHeader_dntk0_1{display:none!important}}._header_10sza_1{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;position:sticky;top:107px;background-color:var(--app-background);z-index:1}._titleWrapper_10sza_12{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;padding:25px 16px;box-sizing:border-box}._title_10sza_12{margin-bottom:16px}._subtitle_10sza_25{color:var(--app-text-secondary)}._controls_10sza_29{border-top:1px solid var(--app-outline);border-bottom:1px solid var(--app-outline);display:grid;grid-template-columns:minmax(0,auto) 1fr minmax(0,700px);grid-template-areas:"filter fastBuy search";grid-template-rows:77px}._block_10sza_38{padding-left:16px;padding-right:16px;display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch}._blockFilter_10sza_47{border-right:1px solid var(--app-outline);grid-area:filter}._blockFastBuy_10sza_51{grid-area:fastBuy}._blockSearch_10sza_56{border-left:1px solid var(--app-outline);max-width:700px;grid-area:search}._mobileSearch_10sza_63{display:block;position:fixed;width:24px;height:24px;top:8px;right:14px}@media (max-width: 1439px){._header_10sza_1{top:0}._controls_10sza_29{grid-template-columns:minmax(0,auto) minmax(0,700px);grid-template-areas:"filter search" "fastBuy fastBuy";grid-template-rows:77px 77px}._blockFilter_10sza_47{border-right:none}._blockFastBuy_10sza_51{border-top:1px solid var(--app-outline)}}@media (max-width: 767px){._titleWrapper_10sza_12{padding:10px 16px}._title_10sza_12{text-align:center;font-size:var(--app-font-size-5);line-height:var(--app-line-height-5);margin-bottom:0}._subtitle_10sza_25{display:none}._controls_10sza_29{grid-template-columns:minmax(0,auto);grid-template-areas:"filter" "fastBuy";grid-template-rows:42px auto}._blockFilter_10sza_47{border-right:none}._blockFastBuy_10sza_51{min-height:59px;padding-top:12px;padding-bottom:12px}}._newPairs_15t42_1{max-width:1920px;margin:0 auto;--сell-pair-width: 15%;--cell-created-width: 7%;--cell-liquidity-width: 9%;--cell-base-liquidity-width: 9%;--cell-market-cap-width: 7%;--cell-tx-count-width: 7%;--cell-volume-width: 7%;--cell-analytics-width: 20%;--cell-action-width: 19%}._pair_nqvr9_1{display:flex;justify-content:space-between;padding:16px;box-sizing:border-box;border-bottom:1px solid var(--app-outline);gap:8px;min-height:88px}._tooltip_nqvr9_11,._label_nqvr9_12{display:none}._cellPair_nqvr9_17{position:relative;width:var(--cell-pair-width, 15%);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:pair}._cellPair_nqvr9_17 ._symbols_nqvr9_27{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-end;gap:3px}._cellPair_nqvr9_17 ._symbols_nqvr9_27 ._base_nqvr9_35{color:var(--app-text-primary)}._cellPair_nqvr9_17 ._symbols_nqvr9_27 ._split_nqvr9_39,._cellPair_nqvr9_17 ._symbols_nqvr9_27 ._quote_nqvr9_40{color:var(--app-text-secondary)}._cellPair_nqvr9_17 ._addresses_nqvr9_44{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:3px;color:var(--app-text-primary)}._cellPair_nqvr9_17 ._addresses_nqvr9_44 ._base_nqvr9_35,._cellPair_nqvr9_17 ._addresses_nqvr9_44 ._quote_nqvr9_40{white-space:nowrap;color:var(--app-controls-secondary)}._cellCreated_nqvr9_60{position:relative;width:var(--cell-created-width, 7%);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:created}._cellCreated_nqvr9_60 ._time_nqvr9_70{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;white-space:nowrap;color:var(--app-text-primary);gap:8px}._cellCreated_nqvr9_60 ._time_nqvr9_70 svg{display:block;width:16px;height:16px}._cellLiquidity_nqvr9_87{position:relative;width:var(--cell-liquidity-width, 9%);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:liquidity}._cellLiquidity_nqvr9_87 ._values_nqvr9_97{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-end;gap:3px}._cellLiquidity_nqvr9_87 ._values_nqvr9_97 ._value_nqvr9_97{color:var(--app-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._cellLiquidity_nqvr9_87 ._values_nqvr9_97 ._split_nqvr9_39{color:var(--app-text-secondary)}._cellLiquidity_nqvr9_87 ._values_nqvr9_97 ._usd_nqvr9_116{color:var(--app-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._cellLiquidity_nqvr9_87 ._diff_nqvr9_124{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._cellLiquidity_nqvr9_87 ._diff_nqvr9_124[data-ui-sign=negative]{color:var(--app-status-error-primary)}._cellLiquidity_nqvr9_87 ._diff_nqvr9_124[data-ui-sign=positive]:before{content:"+"}._cellLiquidity_nqvr9_87 ._diff_nqvr9_124[data-ui-sign=positive]{color:var(--app-status-success-primary)}._cellBaseLiquidity_nqvr9_142{position:relative;width:var(--cell-base-liquidity-width, 9%);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:baseLiquidity}._cellBaseLiquidity_nqvr9_142 ._values_nqvr9_97{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-end;gap:3px}._cellBaseLiquidity_nqvr9_142 ._values_nqvr9_97 ._value_nqvr9_97{color:var(--app-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._cellBaseLiquidity_nqvr9_142 ._values_nqvr9_97 ._split_nqvr9_39{color:var(--app-text-secondary)}._cellBaseLiquidity_nqvr9_142 ._values_nqvr9_97 ._usd_nqvr9_116{color:var(--app-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._cellMarketCap_nqvr9_180{position:relative;width:var(--cell-market-cap-width, 7%);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:marketCap}._cellMarketCap_nqvr9_180 ._value_nqvr9_97{color:var(--app-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._cellMarketCap_nqvr9_180 ._diff_nqvr9_124{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--app-text-secondary)}._cellTxCount_nqvr9_207{position:relative;width:var(--cell-tx-count-width, 7%);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:txCount}._cellTxCount_nqvr9_207 ._wrapper_nqvr9_217{display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch}._cellTxCount_nqvr9_207 ._value_nqvr9_97{color:var(--app-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._cellTxCount_nqvr9_207 ._values_nqvr9_97{color:var(--app-text-secondary);display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-end;gap:3px;min-width:0}._cellTxCount_nqvr9_207 ._values_nqvr9_97 ._buy_nqvr9_242{color:var(--app-status-success-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._cellTxCount_nqvr9_207 ._values_nqvr9_97 ._sell_nqvr9_250{color:var(--app-status-error-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._cellVolume_nqvr9_259{position:relative;width:var(--cell-volume-width, 7%);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:volume}._cellVolume_nqvr9_259 ._value_nqvr9_97{color:var(--app-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._cellAnalytics_nqvr9_278{position:relative;width:var(--cell-analytics-width, 20%);display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:12px;grid-area:analytics}._cellAnalytics_nqvr9_278 ._item_nqvr9_289{display:flex;flex-flow:column nowrap;justify-content:center;align-items:flex-start;gap:4px;color:var(--app-text-primary);white-space:pre}._cellAnalytics_nqvr9_278 ._item_nqvr9_289._negative_nqvr9_299{color:var(--app-text-secondary)}._cellAnalytics_nqvr9_278 ._item_nqvr9_289 svg{display:block;width:20px;height:20px}._cellAnalytics_nqvr9_278 ._item_nqvr9_289._negative_nqvr9_299 svg{color:var(--app-status-success-primary)}._cellAnalytics_nqvr9_278 ._item_nqvr9_289 svg{color:var(--app-status-error-primary)}._cellAction_nqvr9_318{position:relative;width:var(--cell-action-width, 19%);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:action}@media (max-width: 1439px){._pair_nqvr9_1{background:var(--app-card);display:grid;padding:20px 8px 0;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(5,auto);border-bottom:none;row-gap:4px;-moz-column-gap:4px;column-gap:4px;border-radius:16px;min-height:360px;overflow:hidden;grid-template-areas:"pair pair pair pair created created" "liquidity liquidity liquidity marketCap marketCap marketCap" "baseLiquidity baseLiquidity txCount txCount volume volume" "analytics analytics analytics analytics analytics analytics" "action action action action action action"}._tooltip_nqvr9_11{display:block;position:absolute;width:12px;height:12px;top:12px;right:12px}._label_nqvr9_12{display:block;white-space:nowrap;color:var(--app-text-secondary);overflow:hidden;max-width:100%;text-overflow:ellipsis}._cellPair_nqvr9_17{padding-left:12px;width:100%;margin-bottom:11px;justify-content:flex-start}._cellCreated_nqvr9_60{padding-right:12px;align-items:flex-end;width:100%;margin-bottom:11px;justify-content:flex-start}._cellCreated_nqvr9_60 ._label_nqvr9_12{margin-bottom:-1px}._cellCreated_nqvr9_60 ._time_nqvr9_70 svg{display:none}._cellLiquidity_nqvr9_87,._cellBaseLiquidity_nqvr9_142,._cellMarketCap_nqvr9_180,._cellTxCount_nqvr9_207{padding:12px;box-sizing:border-box;background:var(--app-card);width:100%;border-radius:12px;gap:4px;justify-content:flex-start}._cellTxCount_nqvr9_207 ._wrapper_nqvr9_217{gap:8px;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-end}._cellVolume_nqvr9_259{padding:12px;box-sizing:border-box;background:var(--app-card);width:100%;border-radius:12px;gap:4px;justify-content:flex-start}._cellAnalytics_nqvr9_278{justify-content:space-between;padding:12px;box-sizing:border-box;background:var(--app-card);width:100%;border-radius:12px;gap:4px}._cellAction_nqvr9_318{margin-top:11px;position:relative;box-sizing:border-box;width:calc(100% + 16px);left:-8px}._cellAction_nqvr9_318 button{border-radius:0 0 16px 16px}}._filters_lisyp_1{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;width:100%;border-bottom:1px solid var(--app-outline);background-color:var(--app-background);z-index:1}._filter_lisyp_1{padding:12px 16px;border-right:1px solid var(--app-outline)}@media (max-width: 767px){._filters_lisyp_1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:1fr 1fr;align-items:stretch;border-bottom:none}._filter_lisyp_1{border-bottom:1px solid var(--app-outline)}._filter_lisyp_1 label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._filter_lisyp_1:nth-child(2n){border-right:none}._filter_lisyp_1:last-child{grid-column:1 / 3;border-right:none}}._tableHeader_clh0c_1{display:flex;justify-content:space-between;padding:12px 16px;box-sizing:border-box;border-bottom:1px solid var(--app-outline);background-color:var(--app-background);z-index:1;gap:8px}._cellDate_clh0c_13{width:var(--cell-date-width)}._cellToken_clh0c_18{width:var(--cell-token-width)}._cellWallet_clh0c_23{width:var(--cell-wallet-width)}._cellSide_clh0c_28{width:var(--cell-side-width)}._cellType_clh0c_33{width:var(--cell-type-width)}._cellTriggerType_clh0c_38{width:var(--cell-trigger-type-width)}._cellTriggerValue_clh0c_43{width:var(--cell-trigger-value-width)}._cellAmount_clh0c_48{width:var(--cell-amount-width)}._cellStatus_clh0c_53{width:var(--cell-status-width)}._cellActions_clh0c_58{width:var(--cell-actions-width)}._cellDate_clh0c_13,._cellToken_clh0c_18,._cellWallet_clh0c_23,._cellSide_clh0c_28,._cellType_clh0c_33,._cellTriggerType_clh0c_38,._cellTriggerValue_clh0c_43,._cellAmount_clh0c_48,._cellStatus_clh0c_53,._cellActions_clh0c_58{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:4px}._cellDate_clh0c_13 span,._cellToken_clh0c_18 span,._cellWallet_clh0c_23 span,._cellSide_clh0c_28 span,._cellType_clh0c_33 span,._cellTriggerType_clh0c_38 span,._cellTriggerValue_clh0c_43 span,._cellAmount_clh0c_48 span,._cellStatus_clh0c_53 span,._cellActions_clh0c_58 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1439px){._tableHeader_clh0c_1{display:none!important}}._order_18fmv_1{display:flex;justify-content:space-between;padding:16px;box-sizing:border-box;border-bottom:1px solid var(--app-outline);gap:8px;height:72px}._label_18fmv_22{display:none}._orderItem_18fmv_26{background-color:var(--app-background);transition:background-color .3s ease-out}[data-state=open] ._orderItem_18fmv_26._collapsible_18fmv_31{background-color:var(--app-input-fill)}[data-state=open] ._button_18fmv_35._chevron_18fmv_35 svg{transform:rotate(180deg)}._collapsibleContent_18fmv_39{overflow:hidden}._collapsibleContent_18fmv_39[data-state=open]{animation:_slideDown_18fmv_1 .3s ease-out}._collapsibleContent_18fmv_39[data-state=closed]{animation:_slideUp_18fmv_1 .3s ease-out}@keyframes _slideDown_18fmv_1{0%{height:0}to{height:var(--radix-collapsible-content-height)}}@keyframes _slideUp_18fmv_1{0%{height:var(--radix-collapsible-content-height)}to{height:0}}._cellDate_18fmv_68{position:relative;width:var(--cell-date-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:date}._cellDate_18fmv_68 ._date_18fmv_78{font-size:var(--app-font-size-4);color:var(--app-text-primary)}._cellDate_18fmv_68 ._time_18fmv_83{font-size:var(--app-font-size-4);color:var(--app-text-secondary)}._cellToken_18fmv_89{position:relative;width:var(--cell-token-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:token}._cellToken_18fmv_89 ._token_18fmv_99{font-size:var(--app-font-size-4);color:var(--app-text-primary)}._cellToken_18fmv_89 ._address_18fmv_104{font-size:var(--app-font-size-3);color:var(--app-controls-secondary);white-space:nowrap}._cellWallet_18fmv_111{position:relative;width:var(--cell-wallet-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:wallet}._cellWallet_18fmv_111 ._wallet_18fmv_121{white-space:nowrap;font-size:var(--app-font-size-4);color:var(--app-controls-secondary)}._cellSide_18fmv_128{position:relative;width:var(--cell-side-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:side}._cellSide_18fmv_128 ._side_18fmv_138{font-size:var(--app-font-size-4)}._cellSide_18fmv_128 ._side_18fmv_138[data-ui-side=buy]{color:var(--app-status-success-primary)}._cellSide_18fmv_128 ._side_18fmv_138[data-ui-side=sell]{color:var(--app-status-error-primary)}._cellType_18fmv_151{position:relative;width:var(--cell-type-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:type}._cellType_18fmv_151 ._type_18fmv_161{font-size:var(--app-font-size-4)}._cellTriggerType_18fmv_166{position:relative;width:var(--cell-trigger-type-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:triggerType}._cellTriggerType_18fmv_166 ._triggerType_18fmv_176{font-size:var(--app-font-size-4);white-space:nowrap}._cellTriggerValue_18fmv_182{position:relative;width:var(--cell-trigger-value-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:triggerValue}._cellTriggerValue_18fmv_182 ._triggerValue_18fmv_192{font-size:var(--app-font-size-4)}._cellAmount_18fmv_197{position:relative;width:var(--cell-amount-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:amount}._cellAmount_18fmv_197 ._amount_18fmv_207{font-size:var(--app-font-size-4)}._cellStatus_18fmv_212{position:relative;width:var(--cell-status-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:status}._cellStatus_18fmv_212 ._status_18fmv_222{font-size:var(--app-font-size-4)}._cellStatus_18fmv_212 ._status_18fmv_222[data-ui-status=active]{color:var(--app-controls-secondary)}._cellStatus_18fmv_212 ._status_18fmv_222[data-ui-status=filled]{color:var(--app-status-success-primary)}._cellStatus_18fmv_212 ._status_18fmv_222[data-ui-status=cancelled]{color:var(--app-status-error-primary)}._cellStatus_18fmv_212 ._status_18fmv_222[data-ui-status=awaiting]{color:var(--app-text-primary)}._cellActions_18fmv_240{position:relative;width:var(--cell-actions-width);display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center;gap:8px;grid-area:actions}._cellActions_18fmv_240 ._button_18fmv_35{width:20px;height:20px;flex-shrink:0;display:block;position:relative;cursor:pointer;color:var(--app-text-primary)}._cellActions_18fmv_240 ._button_18fmv_35:hover{color:var(--app-controls-secondary)}._cellActions_18fmv_240 ._button_18fmv_35:disabled{opacity:.5}._cellActions_18fmv_240 ._button_18fmv_35 svg{position:absolute;top:0;left:0;width:100%;height:100%}@media (max-width: 1439px){._order_18fmv_1{background:var(--app-card);display:grid;padding:20px 8px 9px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(5,auto);border-bottom:none;row-gap:4px;-moz-column-gap:4px;column-gap:4px;border-radius:16px;overflow:hidden;height:unset;grid-template-areas:"token actions" "date actions" "wallet actions" "side type" "triggerType triggerValue" "amount status"}._label_18fmv_22{display:block;white-space:nowrap;color:var(--app-text-secondary);overflow:hidden;max-width:100%;text-overflow:ellipsis}._cellToken_18fmv_89{padding-left:12px;width:100%;justify-content:flex-start}._cellDate_18fmv_68{padding-left:12px;width:100%;justify-content:flex-end;flex-flow:row-reverse nowrap;align-items:center;gap:4px}._cellWallet_18fmv_111{padding-left:12px;width:100%;margin-bottom:11px;justify-content:flex-start}._cellActions_18fmv_240{padding-right:12px;width:100%;justify-content:flex-end;align-items:flex-start}._cellActions_18fmv_240 ._button_18fmv_35._chevron_18fmv_35{display:none}._cellSide_18fmv_128,._cellType_18fmv_151,._cellTriggerType_18fmv_166,._cellTriggerValue_18fmv_182,._cellAmount_18fmv_197,._cellStatus_18fmv_212{padding:12px;box-sizing:border-box;background:var(--app-card);width:100%;border-radius:12px;gap:4px;justify-content:flex-start}}._table_13w1y_1{box-sizing:border-box;padding:0 0 100px;--cell-date-width: 10%;--cell-token-width: 10%;--cell-wallet-width: 10%;--cell-side-width: 7%;--cell-type-width: 8%;--cell-trigger-type-width: 8%;--cell-trigger-value-width: 11%;--cell-amount-width: 12%;--cell-status-width: 9%;--cell-actions-width: 15%}[data-ui-trading-table] ._filters_13w1y_17{position:sticky;top:0}[data-ui-trading-table] ._header_13w1y_22{position:sticky;top:45px}[data-ui-modal-table] ._filters_13w1y_17{position:sticky;top:190px;width:calc(100% + 32px);margin-left:-16px}@media (max-width: 1439px){._table_13w1y_1{display:grid;padding:16px 16px 100px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}[data-ui-modal-table] ._table_13w1y_1{padding:16px 0 100px}}@media (max-width: 767px){[data-ui-modal-table] ._filters_13w1y_17{top:50px}}@media (max-width: 500px){._table_13w1y_1{grid-template-columns:1fr}}._content_buupl_1{width:350px;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center;gap:16px}._description_buupl_10{color:var(--app-text-secondary)}._logout_buupl_14,._logout_buupl_14._active_buupl_15,._logout_buupl_14:hover{color:var(--app-status-error-primary)}._userName_asf02_1{display:flex;flex-flow:column nowrap;align-items:center;justify-content:flex-start}._input_asf02_8{text-align:center;max-width:200px;font-size:var(--app-font-size-5);color:var(--app-text-primary)}._input_asf02_8:disabled{cursor:default}._buttons_asf02_19{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;gap:10px}._buttons_asf02_19>*{font-size:var(--app-font-size-3);color:var(--app-text-secondary);cursor:pointer}._save_asf02_33{color:var(--app-controls-secondary)}._error_asf02_37{color:var(--app-status-error-primary)}._button_1vrq0_1{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}@media (max-width: 767px){._chevron_1vrq0_9{transform:rotate(-90deg);width:12px;height:12px}._icon_1vrq0_14{width:12px;height:12px}._button_1vrq0_1{background:none;padding:0;font-size:var(--app-font-size-3);line-height:var(--app-line-height-3)}}._button_18fql_1{display:block;position:relative;cursor:pointer}._button_18fql_1 svg{position:absolute;top:0;left:0;width:100%;height:100%}._wrapper_19k1z_1{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:16px}._pinIcon_19k1z_9{width:16px;height:16px;flex-shrink:0}._label_19k1z_14{gap:4px;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;color:var(--app-text-secondary)}._markets_19k1z_23{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}._market_19k1z_23{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;padding:12px;gap:4px;color:var(--app-text-secondary);cursor:pointer}._button_19k1z_41{width:20px;height:20px;flex-shrink:0}._tableHeader_183rf_1{display:flex;justify-content:space-between;padding:12px 16px;box-sizing:border-box;border-bottom:1px solid var(--app-outline);background-color:var(--app-background);z-index:1;gap:8px}._cellWallet_183rf_13{width:var(--cell-wallet-width)}._cellShare_183rf_18{width:var(--cell-share-width)}._cellAmount_183rf_23{width:var(--cell-amount-width)}._cellVolume_183rf_28{width:var(--cell-volume-width)}._cellWallet_183rf_13,._cellShare_183rf_18,._cellAmount_183rf_23,._cellVolume_183rf_28{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:4px}._cellVolume_183rf_28{justify-content:flex-end}._cellWallet_183rf_13 span,._cellShare_183rf_18 span,._cellAmount_183rf_23 span,._cellVolume_183rf_28 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1439px){._tableHeader_183rf_1{display:none!important}}._row_zfw53_1{display:flex;justify-content:space-between;padding:16px;box-sizing:border-box;border-bottom:1px solid var(--app-outline);gap:8px;height:72px}._tooltip_zfw53_11,._label_zfw53_12{display:none}._cellWallet_zfw53_17{position:relative;width:var(--cell-wallet-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:wallet}._cellWallet_zfw53_17 ._wallet_zfw53_27{white-space:nowrap;font-size:var(--app-font-size-4);color:var(--app-controls-secondary)}._cellShare_zfw53_34{position:relative;width:var(--cell-share-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:share}._cellShare_zfw53_34 ._amount_zfw53_44{font-size:var(--app-font-size-4)}._cellAmount_zfw53_49{position:relative;width:var(--cell-amount-width);display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;grid-area:amount;gap:12px}._cellAmount_zfw53_49 ._amount_zfw53_44{font-size:var(--app-font-size-4)}._cellAmount_zfw53_49 ._bar_zfw53_64{position:relative;flex-grow:1;height:4px;border-radius:2px;background-color:var(--app-tag-background-secondary)}._cellAmount_zfw53_49 ._bar_zfw53_64 div{position:absolute;top:0;left:0;height:100%;border-radius:2px;background-color:var(--app-tag-background-primary)}._cellVolume_zfw53_82{position:relative;width:var(--cell-volume-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:flex-end;grid-area:volume}._cellVolume_zfw53_82 ._amount_zfw53_44{font-size:var(--app-font-size-4)}@media (max-width: 1439px){._row_zfw53_1{background:var(--app-card);display:grid;padding:20px 8px 9px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(5,auto);border-bottom:none;row-gap:4px;-moz-column-gap:4px;column-gap:4px;border-radius:16px;overflow:hidden;height:unset;position:relative;grid-template-areas:"wallet wallet" "share volume" "amount amount"}._tooltip_zfw53_11{display:block;position:absolute;width:12px!important;height:12px!important;top:12px;right:12px}._label_zfw53_12{display:block;white-space:nowrap;color:var(--app-text-secondary);overflow:hidden;max-width:100%;text-overflow:ellipsis}._cellWallet_zfw53_17{padding-left:12px;width:100%;margin-bottom:11px;flex-flow:row wrap;gap:8px;justify-content:flex-start}._cellShare_zfw53_34{padding:12px;box-sizing:border-box;background:var(--app-card);width:100%;border-radius:12px;gap:4px;justify-content:flex-start}._cellVolume_zfw53_82{padding:12px;box-sizing:border-box;background:var(--app-card);width:100%;border-radius:12px;gap:4px;align-items:flex-start;justify-content:flex-start}._cellAmount_zfw53_49{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;padding:12px 12px 0;box-sizing:border-box;width:100%;gap:0;grid-template-areas:"amount amount" "bar bar"}._cellAmount_zfw53_49 ._amount_zfw53_44{font-size:var(--app-font-size-4);grid-area:"amount";margin-bottom:-4px}._cellAmount_zfw53_49 ._amount_zfw53_44:last-child{justify-self:flex-end}._cellAmount_zfw53_49 ._bar_zfw53_64{grid-area:bar}}._table_1nytw_1{box-sizing:border-box;padding:0 0 100px;--cell-wallet-width: 23.33%;--cell-share-width: 23.33%;--cell-amount-width: 30%;--cell-volume-width: 23.33%}[data-ui-trading-table] ._header_1nytw_11{position:sticky;top:0}@media (max-width: 1439px){._table_1nytw_1{display:grid;padding:16px 16px 100px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}[data-ui-modal-table] ._table_1nytw_1{padding:16px 0 100px}}@media (max-width: 500px){._table_1nytw_1{grid-template-columns:1fr}}._card_3ma7v_1{box-sizing:border-box;padding:16px;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:12px;border-radius:12px;border:1px solid var(--app-outline);background:var(--app-card)}._wrapper_3ma7v_14{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:12px}._description_3ma7v_22{flex-grow:1}._Content_pewjv_1{overflow:hidden}._Content_pewjv_1[data-state=open]{animation:_slideDown_pewjv_1 .3s ease-out}._Content_pewjv_1[data-state=closed]{animation:_slideUp_pewjv_1 .3s ease-out}@keyframes _slideDown_pewjv_1{0%{height:0}to{height:var(--radix-collapsible-content-height)}}@keyframes _slideUp_pewjv_1{0%{height:var(--radix-collapsible-content-height)}to{height:0}}._swapCurrencyButton_1ct5p_1{width:20px;height:20px;border:1px solid var(--app-outline);border-radius:12px;background-color:var(--app-card);color:var(--app-text-primary);transform:scale(1.2);cursor:pointer}._swapCurrencyButton_1ct5p_1:hover{border:1px solid var(--app-controls-secondary)}._currencyIcon_1ct5p_16{width:20px;height:20px;transform:scale(1.2)}._currencyIcon_1ct5p_16 svg,._swapCurrencyButton_1ct5p_1 svg{width:100%;height:100%}._usd_1ct5p_28{max-width:90px;overflow:hidden;white-space:nowrap;color:var(--app-text-secondary);text-overflow:ellipsis}._shaked_1r6vz_1{transform:translateZ(0);animation:_om-shake_1r6vz_1 .82s cubic-bezier(.36,.07,.19,.97) both;backface-visibility:hidden;perspective:1000px}@keyframes _om-shake_1r6vz_1{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}._wrapper_11mxi_1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:1fr;gap:8px}._itemButton_11mxi_8{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:8px;padding:8px;border-radius:6px;cursor:pointer}._itemButton_11mxi_8[data-highlighted]{background-color:var(--app-controls-secondary)}._button_11mxi_22{font-size:var(--app-font-size-5);background-color:var(--app-input-fill);box-shadow:inset 0 0 0 1px var(--app-outline);border-radius:16px;padding:16px 20px;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}._button_11mxi_22[data-state=open]{outline:1px solid var(--app-icon-primary);outline-offset:-1px}._button_11mxi_22:disabled{opacity:.5}._button_11mxi_22 ._chevron_11mxi_41{display:block;width:20px;height:20px;min-width:20px;min-height:20px}._button_11mxi_22[data-state=open] ._chevron_11mxi_41{transform:rotate(180deg)}._dropdownContent_11mxi_53{width:var(--radix-dropdown-menu-trigger-width);background-color:var(--app-background);border-radius:12px;padding:8px;box-sizing:border-box;box-shadow:0 0 0 1px var(--app-outline);animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity;z-index:var(--app-dropdown-z-index)}._dropdownContent_11mxi_53[data-side=bottom]{animation-name:_slideDownAndFade_11mxi_1}@keyframes _slideDownAndFade_11mxi_1{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}._orderTool_s975e_1{display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:flex-start;gap:16px}._balance_s975e_9{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:8px;margin-bottom:-8px;margin-top:-8px}._balanceLabel_s975e_19{color:var(--app-text-secondary)}._balanceButton_s975e_23{color:var(--app-controls-secondary);cursor:pointer}._presets_s975e_28{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:4px}._preset_s975e_28{flex-grow:1;padding:8px 16px;border-radius:8px}._headerSwitcher_s975e_42{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;margin-bottom:8px}._twoColumns_s975e_50{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}._button_s975e_56{width:100%;margin-bottom:8px}._collapseTrigger_s975e_61{display:flex;width:100%;flex-flow:row nowrap;align-items:center;justify-content:space-between;gap:8px;cursor:pointer}._collapseTrigger_s975e_61 ._chevron_s975e_71{margin-left:auto}._collapseTrigger_s975e_61[data-state=open] ._chevron_s975e_71{transform:rotate(180deg)}._collapseContent_s975e_79{display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:flex-start;gap:16px;padding-top:16px}._summary_s975e_88{display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:flex-start;gap:16px}._summaryRow_s975e_96{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;gap:8px}._summaryLabel_s975e_104{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--app-text-secondary)}._summaryValue_s975e_111{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--app-text-primary)}._summaryValueUsd_s975e_118{color:var(--app-text-secondary)}._buyButton_s975e_122 span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._stopLoss_s975e_129,._takeProfit_s975e_130,._takeProfitItem_s975e_131{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:16px}._orderTool_1fyf8_1{display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:flex-start;gap:16px}._balance_1fyf8_9{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:8px;margin-bottom:-8px;margin-top:-8px}._balanceLabel_1fyf8_19{color:var(--app-text-secondary)}._balanceButton_1fyf8_23{color:var(--app-controls-secondary);cursor:pointer}._presets_1fyf8_28{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:4px}._preset_1fyf8_28{flex-grow:1;padding:8px 16px;border-radius:8px}._headerSwitcher_1fyf8_42{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;margin-bottom:8px}._twoColumns_1fyf8_50{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}._button_1fyf8_56{width:100%;margin-bottom:8px}._collapseTrigger_1fyf8_61{display:flex;width:100%;flex-flow:row nowrap;align-items:center;justify-content:space-between;gap:8px;cursor:pointer}._collapseTrigger_1fyf8_61 ._chevron_1fyf8_71{margin-left:auto}._collapseTrigger_1fyf8_61[data-state=open] ._chevron_1fyf8_71{transform:rotate(180deg)}._collapseContent_1fyf8_79{display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:flex-start;gap:16px;padding-top:16px}._summary_1fyf8_88{display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:flex-start;gap:16px}._summaryRow_1fyf8_96{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;gap:8px}._summaryLabel_1fyf8_104{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--app-text-secondary)}._summaryValue_1fyf8_111{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--app-text-primary)}._summaryValueUsd_1fyf8_118{color:var(--app-text-secondary)}._buyButton_1fyf8_122 span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._selector_udhu2_1{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:0;padding:4px;border-radius:16px;box-shadow:0 0 0 1px var(--app-outline);box-sizing:border-box}._selector_udhu2_1 button{overflow:hidden;flex-basis:50%;flex-grow:1;padding:14px 24px;border-radius:12px;font-size:var(--app-font-size-4);line-height:var(--app-line-height-4);text-align:center;white-space:nowrap;color:var(--app-text-secondary);cursor:pointer;box-sizing:border-box;text-overflow:ellipsis}._selector_udhu2_1 button[data-ui-active][data-ui-side=buy]{color:var(--app-status-success-primary);box-shadow:0 0 0 1px var(--app-status-success-primary)}._selector_udhu2_1 button[data-ui-active][data-ui-side=sell]{color:var(--app-status-error-primary);box-shadow:0 0 0 1px var(--app-status-error-primary)}._selector_f7gu1_1{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:0}._selector_f7gu1_1 button{flex-grow:1;flex-basis:50%;padding:8px 16px;box-sizing:border-box;border-bottom:1px solid var(--app-outline);font-size:var(--app-font-size-4);line-height:var(--app-line-height-4);color:var(--app-text-primary);cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}._selector_f7gu1_1 button[data-ui-active]{color:var(--app-controls-secondary);box-shadow:0 0 0 1px var(--app-controls-secondary);border-radius:8px}._container_1mgci_1{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:16px}._wrapper_105bx_1{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:16px;width:100%}._column_105bx_10{display:flex;min-width:0;flex-flow:column nowrap;flex-grow:1;align-items:stretch;justify-content:center;gap:4px}._title_105bx_20{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._symbol_105bx_26{color:var(--app-text-secondary)}._addresses_105bx_30{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:8px;color:var(--app-text-secondary)}._favorites_105bx_39{display:flex;flex-flow:row nowrap;flex-shrink:0;align-items:center;justify-content:flex-start;gap:12px;padding:8px 12px;border-radius:18px;background-color:var(--app-tag-background-secondary)}._favoriteButton_105bx_51{width:20px;height:20px}._socials_105bx_56{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:12px}._social_105bx_56{position:relative;display:block;width:20px;height:20px;flex-shrink:0;color:var(--app-text-secondary);transition:color .2s;cursor:pointer}._social_105bx_56 svg{position:absolute;top:0;left:0;width:100%;height:100%}._social_105bx_56:hover{color:var(--app-text-primary)}._header_x0t9x_1{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:12px}._analyticsButton_x0t9x_9{margin-right:32px}._poolInfo_x0t9x_13{flex-grow:1}._header_km7im_1{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:12px}._back_km7im_9{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;grid-area:back;font-weight:400}._back_km7im_9>svg{width:23px;height:23px;min-width:23px;min-height:23px;transform:scale(1.2)}._column_km7im_26{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;flex-grow:1;min-width:0}._title_km7im_35{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._dimmed_km7im_42{color:var(--app-text-secondary)}._button_km7im_47{position:relative;width:24px;height:24px;flex-shrink:0}._button_km7im_47 svg{width:100%;height:100%;position:absolute;top:0;left:0}._tableHeader_7s8h1_1{display:flex;justify-content:space-between;padding:12px 16px;box-sizing:border-box;border-bottom:1px solid var(--app-outline);background-color:var(--app-background);z-index:1;gap:8px}._cellDate_7s8h1_13{width:var(--cell-date-width)}._cellSide_7s8h1_18{width:var(--cell-side-width)}._cellPrice_7s8h1_23{width:var(--cell-price-width)}._cellAmount_7s8h1_28{width:var(--cell-amount-width)}._cellTotal_7s8h1_33{width:var(--cell-total-width)}._cellWallet_7s8h1_38{width:var(--cell-wallet-width)}._cellActions_7s8h1_43{width:var(--cell-actions-width)}._cellDate_7s8h1_13,._cellSide_7s8h1_18,._cellPrice_7s8h1_23,._cellAmount_7s8h1_28,._cellTotal_7s8h1_33,._cellWallet_7s8h1_38,._cellActions_7s8h1_43{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:4px}._cellDate_7s8h1_13 span,._cellSide_7s8h1_18 span,._cellPrice_7s8h1_23 span,._cellAmount_7s8h1_28 span,._cellTotal_7s8h1_33 span,._cellWallet_7s8h1_38 span,._cellActions_7s8h1_43 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1439px){._tableHeader_7s8h1_1{display:none!important}}._tx_j6fzl_1{display:flex;justify-content:space-between;padding:16px;box-sizing:border-box;border-bottom:1px solid var(--app-outline);gap:8px;height:72px}._label_j6fzl_11{display:none}._cellDate_j6fzl_16{position:relative;width:var(--cell-date-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:date}._cellDate_j6fzl_16 ._date_j6fzl_26{font-size:var(--app-font-size-4);color:var(--app-text-primary)}._cellDate_j6fzl_16 ._time_j6fzl_31{font-size:var(--app-font-size-4);color:var(--app-text-secondary)}._cellToken_j6fzl_37{position:relative;width:var(--cell-token-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:token}._cellToken_j6fzl_37 ._token_j6fzl_47{font-size:var(--app-font-size-4);color:var(--app-text-primary)}._cellToken_j6fzl_37 ._address_j6fzl_52{font-size:var(--app-font-size-3);color:var(--app-controls-secondary);white-space:nowrap}._cellWallet_j6fzl_59{position:relative;width:var(--cell-wallet-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:wallet}._cellWallet_j6fzl_59 ._wallet_j6fzl_69{white-space:nowrap;font-size:var(--app-font-size-4);color:var(--app-controls-secondary)}._cellSide_j6fzl_76{position:relative;width:var(--cell-side-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:side}._cellSide_j6fzl_76 ._side_j6fzl_86{font-size:var(--app-font-size-4)}._cellSide_j6fzl_76 ._side_j6fzl_86[data-ui-side=buy]{color:var(--app-status-success-primary)}._cellSide_j6fzl_76 ._side_j6fzl_86[data-ui-side=sell]{color:var(--app-status-error-primary)}._cellAmount_j6fzl_99{position:relative;width:var(--cell-amount-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:amount}._cellAmount_j6fzl_99 ._amount_j6fzl_109{font-size:var(--app-font-size-4);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._cellPrice_j6fzl_117{position:relative;width:var(--cell-price-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:price}._cellPrice_j6fzl_117 ._amount_j6fzl_109{font-size:var(--app-font-size-4);color:var(--app-text-primary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._cellPrice_j6fzl_117 ._usd_j6fzl_135{font-size:var(--app-font-size-4);color:var(--app-text-secondary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._cellTotal_j6fzl_144{position:relative;width:var(--cell-total-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:total}._cellTotal_j6fzl_144 ._amount_j6fzl_109{font-size:var(--app-font-size-4);color:var(--app-text-primary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._cellTotal_j6fzl_144 ._usd_j6fzl_135{font-size:var(--app-font-size-4);color:var(--app-text-secondary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._cellActions_j6fzl_171{position:relative;width:var(--cell-actions-width);display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center;gap:8px;grid-area:actions}._cellActions_j6fzl_171 ._button_j6fzl_182{width:20px;height:20px;flex-shrink:0;display:block;position:relative;cursor:pointer;color:var(--app-text-primary)}._cellActions_j6fzl_171 ._button_j6fzl_182:hover{color:var(--app-controls-secondary)}._cellActions_j6fzl_171 ._button_j6fzl_182:disabled{opacity:.5}._cellActions_j6fzl_171 ._button_j6fzl_182 svg{position:absolute;top:0;left:0;width:100%;height:100%}@media (max-width: 1439px){._tx_j6fzl_1{background:var(--app-card);display:grid;padding:20px 8px 9px;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(5,auto);border-bottom:none;row-gap:4px;-moz-column-gap:4px;column-gap:4px;border-radius:16px;overflow:hidden;height:unset;position:relative;grid-template-areas:"token token" "date date" "wallet wallet" "side amount" "price total"}._label_j6fzl_11{display:block;white-space:nowrap;color:var(--app-text-secondary);overflow:hidden;max-width:100%;text-overflow:ellipsis}._cellToken_j6fzl_37{padding-left:12px;width:100%;justify-content:flex-start}._cellDate_j6fzl_16{padding-left:12px;width:100%;justify-content:flex-end;flex-flow:row-reverse nowrap;align-items:center;gap:4px}._cellWallet_j6fzl_59{padding-left:12px;width:100%;margin-bottom:11px;justify-content:flex-start}._cellActions_j6fzl_171{position:absolute;top:20px;right:20px;width:100%;justify-content:flex-end;align-items:flex-start}._cellSide_j6fzl_76,._cellAmount_j6fzl_99,._cellPrice_j6fzl_117{padding:12px;box-sizing:border-box;background:var(--app-card);width:100%;border-radius:12px;gap:4px;justify-content:flex-start}._cellPrice_j6fzl_117 ._usd_j6fzl_135{margin-top:-5px;font-size:var(--app-font-size-3)}._cellTotal_j6fzl_144{padding:12px;box-sizing:border-box;background:var(--app-card);width:100%;border-radius:12px;gap:4px;justify-content:flex-start}._cellTotal_j6fzl_144 ._usd_j6fzl_135{margin-top:-5px;font-size:var(--app-font-size-3)}}._table_xfeks_1{box-sizing:border-box;padding:0 0 100px;--cell-date-width: 11.75%;--cell-token-width: 11.75%;--cell-wallet-width: 11.75%;--cell-side-width: 11.75%;--cell-amount-width: 15%;--cell-price-width: 15%;--cell-total-width: 15%;--cell-actions-width: 8%}[data-ui-trading-table] ._header_xfeks_15{position:sticky;top:0}@media (max-width: 1439px){._table_xfeks_1{display:grid;padding:16px 16px 100px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}[data-ui-modal-table] ._table_xfeks_1{padding:16px 0 100px}}@media (max-width: 500px){._table_xfeks_1{grid-template-columns:1fr}}._unauthenticatedOverlay_95dqx_1{position:fixed;top:68px;bottom:0;right:0;width:397px;display:flex;flex-direction:column;justify-content:center;gap:24px;padding:0 32px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._description_95dqx_15{font-size:14px;text-align:center}._filters_rqd12_1{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;width:100%;border-bottom:1px solid var(--app-outline);background-color:var(--app-background);z-index:1;position:sticky;top:0}._filter_rqd12_1{padding:12px 16px;border-right:1px solid var(--app-outline)}@media (max-width: 767px){._filters_rqd12_1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:1fr 1fr;align-items:stretch;border-bottom:none}._filter_rqd12_1{border-bottom:1px solid var(--app-outline)}._filter_rqd12_1 label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._filter_rqd12_1:nth-child(2n){border-right:none}._filter_rqd12_1:last-child{grid-column:1 / 3;border-right:none}}._tableHeader_x5wzb_1{display:flex;justify-content:space-between;padding:12px 16px;box-sizing:border-box;border-bottom:1px solid var(--app-outline);background-color:var(--app-background);z-index:1;position:sticky;top:45px;gap:8px}._cellDate_x5wzb_15{width:var(--cell-date-width)}._cellToken_x5wzb_20{width:var(--cell-token-width)}._cellWallet_x5wzb_25{width:var(--cell-wallet-width)}._cellSide_x5wzb_30{width:var(--cell-side-width)}._cellAmount_x5wzb_35{width:var(--cell-amount-width)}._cellPrice_x5wzb_40{width:var(--cell-price-width)}._cellTotal_x5wzb_45{width:var(--cell-total-width)}._cellStatus_x5wzb_50{width:var(--cell-status-width)}._cellActions_x5wzb_55{width:var(--cell-actions-width)}._cellDate_x5wzb_15,._cellToken_x5wzb_20,._cellWallet_x5wzb_25,._cellSide_x5wzb_30,._cellAmount_x5wzb_35,._cellPrice_x5wzb_40,._cellTotal_x5wzb_45,._cellStatus_x5wzb_50,._cellActions_x5wzb_55{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:4px}._cellDate_x5wzb_15 span,._cellToken_x5wzb_20 span,._cellWallet_x5wzb_25 span,._cellSide_x5wzb_30 span,._cellAmount_x5wzb_35 span,._cellPrice_x5wzb_40 span,._cellTotal_x5wzb_45 span,._cellStatus_x5wzb_50 span,._cellActions_x5wzb_55 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1439px){._tableHeader_x5wzb_1{display:none!important}}._tx_11olj_1{display:flex;justify-content:space-between;padding:16px;box-sizing:border-box;border-bottom:1px solid var(--app-outline);gap:8px;height:72px}._label_11olj_11{display:none}._cellDate_11olj_16{position:relative;width:var(--cell-date-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:date}._cellDate_11olj_16 ._date_11olj_26{font-size:var(--app-font-size-4);color:var(--app-text-primary)}._cellDate_11olj_16 ._time_11olj_31{font-size:var(--app-font-size-4);color:var(--app-text-secondary)}._cellToken_11olj_37{position:relative;width:var(--cell-token-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:token}._cellToken_11olj_37 ._token_11olj_47{font-size:var(--app-font-size-4);color:var(--app-text-primary)}._cellToken_11olj_37 ._address_11olj_52{font-size:var(--app-font-size-3);color:var(--app-controls-secondary);white-space:nowrap}._cellWallet_11olj_59{position:relative;width:var(--cell-wallet-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:wallet}._cellWallet_11olj_59 ._wallet_11olj_69{white-space:nowrap;font-size:var(--app-font-size-4);color:var(--app-controls-secondary)}._cellSide_11olj_76{position:relative;width:var(--cell-side-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:side}._cellSide_11olj_76 ._side_11olj_86{font-size:var(--app-font-size-4)}._cellSide_11olj_76 ._side_11olj_86[data-ui-side=buy]{color:var(--app-status-success-primary)}._cellSide_11olj_76 ._side_11olj_86[data-ui-side=sell]{color:var(--app-status-error-primary)}._cellAmount_11olj_99{position:relative;width:var(--cell-amount-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:amount}._cellAmount_11olj_99 ._amount_11olj_109{font-size:var(--app-font-size-4);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._cellPrice_11olj_117{position:relative;width:var(--cell-price-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:price}._cellPrice_11olj_117 ._amount_11olj_109{font-size:var(--app-font-size-4);color:var(--app-text-primary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._cellPrice_11olj_117 ._usd_11olj_135{font-size:var(--app-font-size-4);color:var(--app-text-secondary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._cellTotal_11olj_144{position:relative;width:var(--cell-total-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:total}._cellTotal_11olj_144 ._amount_11olj_109{font-size:var(--app-font-size-4);color:var(--app-text-primary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._cellTotal_11olj_144 ._usd_11olj_135{font-size:var(--app-font-size-4);color:var(--app-text-secondary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._cellStatus_11olj_171{position:relative;width:var(--cell-status-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:status}._cellStatus_11olj_171 ._status_11olj_181{font-size:var(--app-font-size-4);color:var(--app-text-primary)}._cellStatus_11olj_171 ._status_11olj_181[data-ui-status="1"]{color:var(--app-controls-secondary)}._cellStatus_11olj_171 ._status_11olj_181[data-ui-status="2"]{color:var(--app-status-success-primary)}._cellStatus_11olj_171 ._status_11olj_181[data-ui-status="3"]{color:var(--app-status-error-primary)}._cellActions_11olj_197{position:relative;width:var(--cell-actions-width);display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center;gap:8px;grid-area:actions}._cellActions_11olj_197 ._button_11olj_208{width:20px;height:20px;flex-shrink:0;display:block;position:relative;cursor:pointer;color:var(--app-text-primary)}._cellActions_11olj_197 ._button_11olj_208:hover{color:var(--app-controls-secondary)}._cellActions_11olj_197 ._button_11olj_208:disabled{opacity:.5}._cellActions_11olj_197 ._button_11olj_208 svg{position:absolute;top:0;left:0;width:100%;height:100%}@media (max-width: 1439px){._tx_11olj_1{background:var(--app-card);display:grid;padding:20px 8px 9px;grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:repeat(5,auto);border-bottom:none;row-gap:4px;-moz-column-gap:4px;column-gap:4px;border-radius:16px;overflow:hidden;height:unset;position:relative;grid-template-areas:"token token token token token token" "date date date date date date" "wallet wallet wallet wallet wallet wallet" "side side amount amount status status" "price price price total total total"}._label_11olj_11{display:block;white-space:nowrap;color:var(--app-text-secondary);overflow:hidden;max-width:100%;text-overflow:ellipsis}._cellToken_11olj_37{padding-left:12px;width:100%;justify-content:flex-start}._cellDate_11olj_16{padding-left:12px;width:100%;justify-content:flex-end;flex-flow:row-reverse nowrap;align-items:center;gap:4px}._cellWallet_11olj_59{padding-left:12px;width:100%;margin-bottom:11px;justify-content:flex-start}._cellActions_11olj_197{position:absolute;top:20px;right:20px;width:100%;justify-content:flex-end;align-items:flex-start}._cellSide_11olj_76,._cellAmount_11olj_99,._cellPrice_11olj_117{padding:12px;box-sizing:border-box;background:var(--app-card);width:100%;border-radius:12px;gap:4px;justify-content:flex-start}._cellPrice_11olj_117 ._usd_11olj_135{margin-top:-5px;font-size:var(--app-font-size-3)}._cellTotal_11olj_144{padding:12px;box-sizing:border-box;background:var(--app-card);width:100%;border-radius:12px;gap:4px;justify-content:flex-start}._cellTotal_11olj_144 ._usd_11olj_135{margin-top:-5px;font-size:var(--app-font-size-3)}._cellStatus_11olj_171{padding:12px;box-sizing:border-box;background:var(--app-card);width:100%;border-radius:12px;gap:4px;justify-content:flex-start}}._table_1qz13_1{box-sizing:border-box;padding:0 0 100px;--cell-date-width: 9.4%;--cell-token-width: 9.4%;--cell-wallet-width: 9.4%;--cell-side-width: 9.4%;--cell-amount-width: 15%;--cell-price-width: 15%;--cell-total-width: 15%;--cell-status-width: 9.4%;--cell-actions-width: 8%}[data-ui-trading-table] ._filters_1qz13_16{position:sticky;top:0}[data-ui-trading-table] ._header_1qz13_21{position:sticky;top:49px}[data-ui-modal-table] ._filters_1qz13_16{position:sticky;top:190px;width:calc(100% + 32px);margin-left:-16px}@media (max-width: 1439px){._table_1qz13_1{display:grid;padding:16px 16px 100px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}[data-ui-modal-table] ._table_1qz13_1{padding:16px 0 100px}}@media (max-width: 767px){[data-ui-modal-table] ._filters_1qz13_16{top:50px}}@media (max-width: 500px){._table_1qz13_1{grid-template-columns:1fr}}._overlay_yqnyw_1{z-index:var(--app-dialog-z-index)}._wrapper_yqnyw_5{max-width:80vw;width:380px;gap:24px}._buttons_yqnyw_11{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;margin-top:19px;gap:8px}._buttons_yqnyw_11 button{flex-grow:1}._button_1h5pz_1{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:8px;background-color:var(--app-wallet-default);padding:8px;border-radius:12px;min-width:0;overflow:hidden}._icon_1h5pz_14{display:block;position:relative;border-radius:8px;width:16px;height:16px;background-color:var(--app-tag-background-secondary);color:var(--app-icon-primary);flex-shrink:0}._icon_1h5pz_14 svg{width:11px;height:11px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._name_1h5pz_34{color:var(--app-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:1}._button_1h5pz_1[data-ui-selected]{background-color:var(--app-wallet-selected)}._button_1h5pz_1[data-ui-selected] ._icon_1h5pz_14{background-color:var(--app-controls-secondary)}._button_1h5pz_1:not([data-ui-selected]):hover{filter:brightness(1.2)}._button_1h5pz_1:not([data-ui-selected]):active{filter:brightness(1.1)}._overlay_ist9o_1{z-index:var(--app-dialog-z-index)}._wrapper_ist9o_5{max-width:80vw;width:380px;gap:24px}._buttons_ist9o_11{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;margin-top:19px;gap:8px}._buttons_ist9o_11 button{flex-grow:1}._transfer_ist9o_24{width:100%}._description_ist9o_28{font-size:var(--app-font-size-4);line-height:var(--app-line-height-4);color:var(--app-text-secondary);margin-bottom:16px}._row_v6g8i_1{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;padding:8px;gap:8px;box-sizing:border-box;border-bottom:1px solid var(--app-outline);cursor:pointer}._row_v6g8i_1:hover ._walletName_v6g8i_13{color:var(--app-controls-secondary)}._walletIcon_v6g8i_17{display:block;position:relative;width:24px;height:24px;flex-shrink:0;border-radius:12px;background:var(--app-tag-background-secondary);color:var(--app-text-primary)}._walletIcon_v6g8i_17 svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px}._wrapper_v6g8i_37{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;overflow:hidden;gap:0;min-width:0}._grow_v6g8i_47{flex-grow:1}._walletName_v6g8i_13{color:var(--app-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._walletAddress_v6g8i_58{white-space:nowrap;color:var(--app-controls-secondary)}._balance_v6g8i_63,._balanceUsd_v6g8i_64{text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._balanceUsd_v6g8i_64{color:var(--app-text-secondary)}._button_v6g8i_74{position:relative;display:block;width:24px;height:24px;cursor:pointer;flex-shrink:0}._button_v6g8i_74 svg{position:absolute;top:0;left:0;width:100%;height:100%}._remove_v6g8i_91{transform:scale(.8)}._button_v6g8i_74:hover{color:var(--app-controls-secondary)}._overlay_oe9hy_1{background:var(--app-overlay);position:fixed;top:0;left:0;right:0;bottom:0;z-index:var(--app-modal-z-index);animation:_overlayShow_oe9hy_1 .25s cubic-bezier(.39,.575,.565,1)}._wallets_oe9hy_12{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:4px}._walletButton_oe9hy_20{flex-grow:1}._allWallets_oe9hy_24{flex-grow:0;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:8px;background-color:var(--app-wallet-default);padding:8px;border-radius:12px;min-width:0}._allWallets_oe9hy_24[data-ui-selected]{background-color:var(--app-wallet-selected)}._trigger_oe9hy_41 ._chevron_oe9hy_41{display:block;width:24px;height:24px;min-width:24px;min-height:24px;margin-left:8px}._trigger_oe9hy_41[data-state=open] ._chevron_oe9hy_41{transform:rotate(180deg)}._dropdownContent_oe9hy_54{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;background-color:var(--app-background);border-radius:24px;box-sizing:border-box;box-shadow:0 0 0 1px var(--app-outline);animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity;width:calc(var(--radix-popover-trigger-width) + 32px);padding:16px 0;z-index:var(--app-modal-z-index)}._dropdownContent_oe9hy_54[data-side=bottom]{animation-name:_slideDownAndFade_oe9hy_1}._dropdownContent_oe9hy_54 ._wallets_oe9hy_12{padding:0 16px 16px;box-sizing:border-box;position:relative;border-bottom:1px solid var(--app-outline)}._addWallet_oe9hy_84{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:10px;padding:12px 20px;min-width:0;margin:16px auto 0;cursor:pointer;color:var(--app-text-primary)}._addWallet_oe9hy_84:hover{color:var(--app-controls-secondary)}._addWallet_oe9hy_84 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._addWallet_oe9hy_84 ._plus_oe9hy_107{display:block;width:24px;height:24px;flex-shrink:0}@keyframes _slideDownAndFade_oe9hy_1{0%{opacity:0}to{opacity:1}}@keyframes _overlayShow_oe9hy_1{0%{opacity:0}to{opacity:1}}._row_6y1h4_1{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:4px;padding:12px 0;box-sizing:border-box;width:100%;cursor:pointer}._star_6y1h4_13{width:20px;height:20px;flex-shrink:0}._symbol_6y1h4_19{color:var(--app-text-primary);flex-shrink:10;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._priceUsd_6y1h4_26{flex-shrink:1;color:var(--app-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._quote_6y1h4_34{position:relative;top:3px;margin-right:auto;color:var(--app-text-secondary)}._priceChange24hPct_6y1h4_41{margin-left:12px;padding:4px 8px;border-radius:8px;font-size:var(--app-font-size-5);line-height:var(--app-line-height-5);flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._priceChange24hPct_6y1h4_41[data-ui-sign=negative]{background-color:var(--app-status-error-secondary);color:var(--app-status-error-primary)}._priceChange24hPct_6y1h4_41[data-ui-sign=positive]:before{content:"+"}._priceChange24hPct_6y1h4_41[data-ui-sign=positive]{background-color:var(--app-status-success-secondary);color:var(--app-status-success-primary)}._widget_s1b7x_1{padding:0 16px;position:relative;scrollbar-width:thin}._header_s1b7x_7{display:block;width:100%;position:sticky;top:0;background:var(--app-background);padding-top:16px;padding-bottom:20px;z-index:1}._main_d1wks_1{display:grid;max-width:1920px;margin:0 auto;grid-template-columns:1fr 400px;grid-template-rows:min-content;grid-template-areas:"left right"}._favoritePools_d1wks_10{padding:0 16px;border-bottom:1px solid var(--app-outline)}._poolHeader_d1wks_15{padding:16px;border-bottom:1px solid var(--app-outline)}._pairsSearch_d1wks_20,._wallets_d1wks_26{padding:16px;box-sizing:border-box;border-bottom:1px solid var(--app-outline)}._orderTool_d1wks_32{padding:0 16px 16px;border-bottom:1px solid var(--app-outline)}._watchlist_d1wks_37{height:600px;scrollbar-width:thin;overflow:auto}._chart_d1wks_43{height:600px;border-bottom:1px solid var(--app-outline)}._tables_d1wks_48{min-height:0;flex-basis:100px;flex-grow:1;scrollbar-width:thin;overflow:auto;grid-area:tables}._left_d1wks_57{grid-area:left;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;border-right:1px solid var(--app-outline)}._right_d1wks_66{grid-area:right}._tableSwitcher_d1wks_70{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;border-bottom:1px solid var(--app-outline)}._tableSwitcher_d1wks_70 button{cursor:pointer;padding:12px 16px;box-sizing:border-box;color:var(--app-text-secondary);font-size:var(--app-font-size-4);line-height:var(--app-line-height-4);border-right:1px solid var(--app-outline)}._tableSwitcher_d1wks_70 button[data-ui-active]{background-color:var(--app-tag-background-secondary);border-right:1px solid transparent;color:var(--app-text-primary)}._poolHeader_1q5ry_1{border-bottom:1px solid var(--app-outline);padding:4px 12px;position:sticky;top:0;background-color:var(--app-background);z-index:1}._chart_1q5ry_10{height:500px;border-bottom:1px solid var(--app-outline)}._wallets_1q5ry_15{padding:16px;box-sizing:border-box;border-bottom:1px solid var(--app-outline)}._orderTool_1q5ry_21{padding:0 16px 16px}._tableSwitcher_1q5ry_25{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;border-bottom:1px solid var(--app-outline)}._tableSwitcher_1q5ry_25 button{cursor:pointer;padding:12px 16px;box-sizing:border-box;color:var(--app-text-primary);font-size:var(--app-font-size-4);line-height:var(--app-line-height-4);border-right:1px solid var(--app-outline);flex-grow:1;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._tableSwitcher_1q5ry_25 button:last-child{border-right:none}._favoritePools_1259g_1{padding:0 16px}._pairsSearch_1259g_5{padding:16px;box-sizing:border-box;border-bottom:1px solid var(--app-outline)}._poolHeader_1259g_11{padding:16px;border-bottom:1px solid var(--app-outline)}._chart_1259g_16{height:600px;border-bottom:1px solid var(--app-outline)}._wallets_1259g_21{padding:16px;box-sizing:border-box;border-bottom:1px solid var(--app-outline)}._orderTool_1259g_27{padding:0 16px 16px}._tableSwitcher_1259g_31{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;border-bottom:1px solid var(--app-outline)}._tableSwitcher_1259g_31 button{cursor:pointer;padding:12px 16px;box-sizing:border-box;color:var(--app-text-primary);font-size:var(--app-font-size-4);line-height:var(--app-line-height-4);border-right:1px solid var(--app-outline)}._tableHeader_17177_1{display:flex;justify-content:space-between;padding:12px 16px;box-sizing:border-box;border-bottom:1px solid var(--app-outline);gap:8px}._tooltip_17177_10{display:block;width:16px;height:16px;min-width:16px;min-height:16px}._cellPair_17177_19{width:var(--cell-pair-width)}._cellCreated_17177_24{width:var(--cell-created-width)}._cellLiquidity_17177_29{width:var(--cell-liquidity-width)}._cellBaseLiquidity_17177_34{width:var(--cell-base-liquidity-width)}._cellMarketCap_17177_39{width:var(--cell-market-cap-width)}._cellTxCount_17177_44{width:var(--cell-tx-count-width)}._cellVolume_17177_49{width:var(--cell-volume-width)}._cellTrends_17177_54{width:var(--cell-trends-width)}._cellAnalytics_17177_59{width:var(--cell-analytics-width)}._cellAction_17177_64{width:var(--cell-action-width)}._cellPair_17177_19,._cellCreated_17177_24,._cellLiquidity_17177_29,._cellBaseLiquidity_17177_34,._cellMarketCap_17177_39,._cellTxCount_17177_44,._cellVolume_17177_49,._cellTrends_17177_54,._cellAnalytics_17177_59,._cellAction_17177_64{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:4px}._cellPair_17177_19 span,._cellCreated_17177_24 span,._cellLiquidity_17177_29 span,._cellBaseLiquidity_17177_34 span,._cellMarketCap_17177_39 span,._cellTxCount_17177_44 span,._cellVolume_17177_49 span,._cellTrends_17177_54 span,._cellAnalytics_17177_59 span,._cellAction_17177_64 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1439px){._tableHeader_17177_1{display:none!important}}._header_1rd7t_1{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;position:sticky;top:107px;background-color:var(--app-background);z-index:1}._titleWrapper_1rd7t_12{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;padding:25px 16px;box-sizing:border-box}._title_1rd7t_12{margin-bottom:16px}._subtitle_1rd7t_25{color:var(--app-text-secondary)}._controls_1rd7t_29{border-top:1px solid var(--app-outline);border-bottom:1px solid var(--app-outline);display:grid;grid-template-columns:minmax(0,auto) minmax(0,auto) 1fr minmax(0,700px);grid-template-areas:"timeframe filter fastBuy search";grid-template-rows:77px}._block_1rd7t_38{padding-left:16px;padding-right:16px;display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch}._blockTimeframe_1rd7t_47{border-right:1px solid var(--app-outline);grid-area:timeframe}._blockFilter_1rd7t_52{border-right:1px solid var(--app-outline);grid-area:filter}._blockFastBuy_1rd7t_56{grid-area:fastBuy}._blockSearch_1rd7t_61{border-left:1px solid var(--app-outline);max-width:700px;grid-area:search}._mobileSearch_1rd7t_68{display:block;position:fixed;width:24px;height:24px;top:8px;right:14px}@media (max-width: 1439px){._header_1rd7t_1{top:0}._controls_1rd7t_29{grid-template-columns:minmax(0,auto) minmax(0,auto) minmax(0,700px);grid-template-areas:"timeframe filter search" "fastBuy fastBuy fastBuy";grid-template-rows:77px 77px}._blockFilter_1rd7t_52{border-right:none}._blockFastBuy_1rd7t_56{border-top:1px solid var(--app-outline)}}@media (max-width: 767px){._titleWrapper_1rd7t_12{padding:10px 16px}._title_1rd7t_12{text-align:center;font-size:var(--app-font-size-5);line-height:var(--app-line-height-5);margin-bottom:0}._subtitle_1rd7t_25{display:none}._controls_1rd7t_29{grid-template-columns:minmax(0,auto);grid-template-areas:"filter" "fastBuy" "timeframe";grid-template-rows:42px auto auto;border-bottom:none}._blockFilter_1rd7t_52{border-right:none}._blockFastBuy_1rd7t_56{min-height:59px;padding-top:12px;padding-bottom:12px;border-bottom:1px solid var(--app-outline)}}._selector_1bq93_1{display:flex;flex-flow:row nowrap;gap:4px}._selector_1bq93_1 button{min-width:40px}@media (max-width: 767px){._selector_1bq93_1{padding-top:12px;padding-bottom:12px}._selector_1bq93_1 button{flex-grow:1}}._trends_1xfpk_1{max-width:1920px;margin:0 auto;--cell-pair-width: 13%;--cell-created-width: 6%;--cell-liquidity-width: 6%;--cell-base-liquidity-width: 6%;--cell-market-cap-width: 6%;--cell-tx-count-width: 6%;--cell-volume-width: 6%;--cell-trends-width: 4%;--cell-analytics-width: 17%;--cell-action-width: 18%}._pair_zv9x0_1{display:flex;justify-content:space-between;padding:16px;box-sizing:border-box;border-bottom:1px solid var(--app-outline);gap:8px;min-height:88px}._tooltip_zv9x0_11,._label_zv9x0_12{display:none}._cellPair_zv9x0_17{position:relative;width:var(--cell-pair-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:pair}._cellPair_zv9x0_17 ._symbols_zv9x0_27{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-end;gap:3px}._cellPair_zv9x0_17 ._symbols_zv9x0_27 ._base_zv9x0_35{color:var(--app-text-primary)}._cellPair_zv9x0_17 ._symbols_zv9x0_27 ._split_zv9x0_39,._cellPair_zv9x0_17 ._symbols_zv9x0_27 ._quote_zv9x0_40{color:var(--app-text-secondary)}._cellPair_zv9x0_17 ._addresses_zv9x0_44{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:3px;color:var(--app-text-primary)}._cellPair_zv9x0_17 ._addresses_zv9x0_44 ._base_zv9x0_35,._cellPair_zv9x0_17 ._addresses_zv9x0_44 ._quote_zv9x0_40{white-space:nowrap;color:var(--app-controls-secondary)}._cellCreated_zv9x0_60{position:relative;width:var(--cell-created-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:created}._cellCreated_zv9x0_60 ._time_zv9x0_70{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;white-space:nowrap;color:var(--app-text-primary);gap:8px}._cellCreated_zv9x0_60 ._time_zv9x0_70 svg{display:block;width:16px;height:16px}._cellLiquidity_zv9x0_87{position:relative;width:var(--cell-liquidity-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:liquidity;min-width:0}._cellLiquidity_zv9x0_87 ._values_zv9x0_98{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-end;gap:3px}._cellLiquidity_zv9x0_87 ._values_zv9x0_98 ._value_zv9x0_98{color:var(--app-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._cellLiquidity_zv9x0_87 ._values_zv9x0_98 ._split_zv9x0_39{color:var(--app-text-secondary)}._cellLiquidity_zv9x0_87 ._values_zv9x0_98 ._usd_zv9x0_117{color:var(--app-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._cellLiquidity_zv9x0_87 ._diff_zv9x0_125{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._cellLiquidity_zv9x0_87 ._diff_zv9x0_125[data-ui-sign=negative]{color:var(--app-status-error-primary)}._cellLiquidity_zv9x0_87 ._diff_zv9x0_125[data-ui-sign=positive]:before{content:"+"}._cellLiquidity_zv9x0_87 ._diff_zv9x0_125[data-ui-sign=positive]{color:var(--app-status-success-primary)}._cellBaseLiquidity_zv9x0_143{position:relative;width:var(--cell-base-liquidity-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:baseLiquidity;min-width:0}._cellBaseLiquidity_zv9x0_143 ._values_zv9x0_98{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-end;gap:3px}._cellBaseLiquidity_zv9x0_143 ._values_zv9x0_98 ._value_zv9x0_98{color:var(--app-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._cellBaseLiquidity_zv9x0_143 ._values_zv9x0_98 ._split_zv9x0_39{color:var(--app-text-secondary)}._cellBaseLiquidity_zv9x0_143 ._values_zv9x0_98 ._usd_zv9x0_117{color:var(--app-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._cellMarketCap_zv9x0_182{position:relative;width:var(--cell-market-cap-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:marketCap;min-width:0}._cellMarketCap_zv9x0_182 ._value_zv9x0_98{color:var(--app-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._cellMarketCap_zv9x0_182 ._diff_zv9x0_125{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--app-text-secondary)}._cellTxCount_zv9x0_210{position:relative;width:var(--cell-tx-count-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:txCount;min-width:0}._cellTxCount_zv9x0_210 ._wrapper_zv9x0_221{display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch}._cellTxCount_zv9x0_210 ._value_zv9x0_98{color:var(--app-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._cellTxCount_zv9x0_210 ._values_zv9x0_98{color:var(--app-text-secondary);display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-end;gap:3px;min-width:0}._cellTxCount_zv9x0_210 ._values_zv9x0_98 ._buy_zv9x0_246{color:var(--app-status-success-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._cellTxCount_zv9x0_210 ._values_zv9x0_98 ._sell_zv9x0_254{color:var(--app-status-error-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._cellVolume_zv9x0_263{position:relative;width:var(--cell-volume-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:volume;min-width:0}._cellVolume_zv9x0_263 ._value_zv9x0_98{color:var(--app-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._cellTrends_zv9x0_283{position:relative;width:var(--cell-trends-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch}._cellTrends_zv9x0_283[data-ui-timeframe="1"]{grid-area:trends5m}._cellTrends_zv9x0_283[data-ui-timeframe="2"]{grid-area:trends1h}._cellTrends_zv9x0_283[data-ui-timeframe="3"]{grid-area:trends6h}._cellTrends_zv9x0_283[data-ui-timeframe="4"]{grid-area:trends24h}._cellTrends_zv9x0_283 ._value_zv9x0_98{color:var(--app-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._cellTrends_zv9x0_283 ._value_zv9x0_98[data-ui-sign=negative]{color:var(--app-status-error-primary)}._cellTrends_zv9x0_283 ._value_zv9x0_98[data-ui-sign=positive]:before{content:"+"}._cellTrends_zv9x0_283 ._value_zv9x0_98[data-ui-sign=positive]{color:var(--app-status-success-primary)}._cellAnalytics_zv9x0_327{position:relative;width:var(--cell-analytics-width, 17%);display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:12px;grid-area:analytics}._cellAnalytics_zv9x0_327 ._item_zv9x0_338{display:flex;flex-flow:column nowrap;justify-content:center;align-items:flex-start;gap:4px;color:var(--app-text-primary);white-space:pre}._cellAnalytics_zv9x0_327 ._item_zv9x0_338._negative_zv9x0_348{color:var(--app-text-secondary)}._cellAnalytics_zv9x0_327 ._item_zv9x0_338 svg{display:block;width:20px;height:20px}._cellAnalytics_zv9x0_327 ._item_zv9x0_338._negative_zv9x0_348 svg{color:var(--app-status-success-primary)}._cellAnalytics_zv9x0_327 ._item_zv9x0_338 svg{color:var(--app-status-error-primary)}._cellAction_zv9x0_367{position:relative;width:var(--cell-action-width, 18%);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:action}@media (max-width: 1439px){._pair_zv9x0_1{background:var(--app-card);display:grid;padding:20px 8px 0;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(5,auto);border-bottom:none;row-gap:4px;-moz-column-gap:4px;column-gap:4px;border-radius:16px;min-height:360px;overflow:hidden;grid-template-areas:"pair pair pair pair pair pair pair pair created created created created" "liquidity liquidity liquidity liquidity liquidity marketCap marketCap marketCap marketCap marketCap marketCap marketCap" "baseLiquidity baseLiquidity baseLiquidity baseLiquidity baseLiquidity baseLiquidity txCount txCount txCount volume volume volume" "analytics analytics analytics analytics analytics analytics analytics analytics analytics analytics analytics analytics" "trends5m trends5m trends5m trends1h trends1h trends1h trends6h trends6h trends6h trends24h trends24h trends24h" "action action action action action action action action action action action action"}._tooltip_zv9x0_11{display:block;position:absolute;width:12px;height:12px;top:12px;right:12px}._label_zv9x0_12{display:block;white-space:nowrap;color:var(--app-text-secondary);overflow:hidden;max-width:100%;text-overflow:ellipsis}._cellPair_zv9x0_17{padding-left:12px;width:100%;margin-bottom:11px;justify-content:flex-start}._cellCreated_zv9x0_60{padding-right:12px;align-items:flex-end;width:100%;margin-bottom:11px;justify-content:flex-start}._cellCreated_zv9x0_60 ._label_zv9x0_12{margin-bottom:-1px}._cellCreated_zv9x0_60 ._time_zv9x0_70 svg{display:none}._cellLiquidity_zv9x0_87,._cellBaseLiquidity_zv9x0_143,._cellMarketCap_zv9x0_182,._cellTxCount_zv9x0_210{padding:12px;box-sizing:border-box;background:var(--app-card);width:100%;border-radius:12px;gap:4px;justify-content:flex-start}._cellTxCount_zv9x0_210 ._wrapper_zv9x0_221{gap:8px;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-end}._cellVolume_zv9x0_263{padding:12px;box-sizing:border-box;background:var(--app-card);width:100%;border-radius:12px;gap:4px;justify-content:flex-start}._cellTrends_zv9x0_283{padding:12px;box-sizing:border-box;background:var(--app-card);width:100%;border-radius:12px;gap:4px;flex-flow:row nowrap;justify-content:space-between}._cellTrends_zv9x0_283 ._label_zv9x0_12{position:relative;overflow:visible}._cellAnalytics_zv9x0_327{justify-content:space-between;padding:12px;box-sizing:border-box;background:var(--app-card);width:100%;border-radius:12px;gap:4px}._cellAction_zv9x0_367{margin-top:11px;position:relative;box-sizing:border-box;width:calc(100% + 16px);left:-8px}._cellAction_zv9x0_367 button{border-radius:0 0 16px 16px}}._table_t6yae_1{display:grid;grid-template-columns:1fr;grid-auto-rows:1fr;gap:0;box-sizing:border-box;padding:0 0 100px}@media (max-width: 1439px){._table_t6yae_1{padding:16px 16px 100px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}@media (max-width: 500px){._table_t6yae_1{grid-template-columns:1fr}}._container_uo4u7_1{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:2px;width:auto;min-width:0}._container_uo4u7_1 a{background-color:var(--app-tag-background-secondary);flex-shrink:1;display:block;padding:12px 24px;text-decoration:none;color:var(--app-text-primary);cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}._container_uo4u7_1 a:first-child{border-top-left-radius:22px;border-bottom-left-radius:22px}._container_uo4u7_1 a:last-child{border-top-right-radius:22px;border-bottom-right-radius:22px}@media (max-width: 768px){._container_uo4u7_1 a{padding:12px 8px}}._main_6m8yn_1{display:grid;max-width:1920px;margin:0 auto}._nav_6m8yn_7{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;border-bottom:1px solid var(--app-outline);padding:16px;gap:16px;overflow:hidden}._walletSelector_6m8yn_18{flex-grow:1;min-width:0}._pairsSearchInput_6m8yn_23{flex-basis:400px}._summary_6m8yn_27{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,auto);grid-template-rows:repeat(3,auto);gap:12px;grid-template-areas:"consolidated native" "consolidatedUsd consolidatedUsd" "transferNavigation transferNavigation";padding:16px;border-bottom:1px solid var(--app-outline)}._consolidated_6m8yn_40{grid-area:consolidated;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._consolidatedUsd_6m8yn_48{grid-area:consolidatedUsd;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._native_6m8yn_56{grid-area:native;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._native_6m8yn_56 span{color:var(--app-text-secondary);margin-right:8px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._transferNavigation_6m8yn_73{grid-area:transferNavigation;margin-top:24px}._tableSwitcher_6m8yn_78{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;border-bottom:1px solid var(--app-outline);min-width:0}._tableSwitcher_6m8yn_78 button{cursor:pointer;padding:12px 16px;box-sizing:border-box;color:var(--app-text-secondary);font-size:var(--app-font-size-4);line-height:var(--app-line-height-4);border-right:1px solid var(--app-outline);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._tableSwitcher_6m8yn_78 button[data-ui-active]{background-color:var(--app-tag-background-secondary);border-right:1px solid transparent;color:var(--app-text-primary)}@media (max-width: 767px){._summary_6m8yn_27{grid-template-columns:1fr;grid-template-rows:repeat(4,auto);grid-template-areas:"consolidated" "consolidatedUsd" "native" "transferNavigation"}._consolidated_6m8yn_40{font-size:var(--app-font-size-8);line-height:var(--app-line-height-8)}._consolidatedUsd_6m8yn_48{font-size:var(--app-font-size-5);line-height:var(--app-line-height-5)}._pairsSearchInput_6m8yn_23{display:none}}@media (min-width: 1440px){._Header_ikzlq_2{top:97px!important}}@media (min-width: 768px){._Header_ikzlq_2{position:sticky;top:0;display:grid;z-index:2;align-items:center;grid-template-rows:1fr;grid-template-columns:auto 1fr;padding:25px 16px;border-bottom:1px solid var(--app-outline);background-color:var(--app-background);-moz-column-gap:16px;column-gap:16px;grid-template-areas:"search search" "back title"}._Back_ikzlq_24{position:relative;width:52px;height:52px;flex-shrink:0;grid-area:back;border-radius:26px;background:var(--app-tag-background-secondary);cursor:pointer}._Back_ikzlq_24:hover{filter:brightness(.8)}._Back_ikzlq_24 svg{position:absolute;top:50%;left:50%;width:28px;height:28px;transform:translate(-50%,-50%)}._Back_ikzlq_24 span{display:none}._Title_ikzlq_48{grid-area:title;margin:0;text-align:left}._Buttons_ikzlq_53{display:none}}@media (max-width: 767px){._Header_ikzlq_2{position:sticky;top:0;display:grid;z-index:2;align-items:center;grid-template-rows:1fr;grid-template-columns:auto 1fr;background-color:var(--app-background);-moz-column-gap:12px;column-gap:12px;grid-template-areas:"back title buttons search";padding-bottom:10px;padding-top:16px}._Search_ikzlq_74{width:24px;height:24px}._Buttons_ikzlq_53{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:12px}._Buttons_ikzlq_53 button{position:relative;width:24px;height:24px;flex-shrink:0}._Buttons_ikzlq_53 button svg{position:absolute;top:0;left:0;width:100%;height:100%}._Back_ikzlq_24{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;grid-area:back;font-weight:400}._Back_ikzlq_24>svg{width:23px;height:23px;min-width:23px;min-height:23px;transform:scale(1.2)}._Title_ikzlq_48{display:block;display:-webkit-box;overflow:hidden;grid-area:title;font-size:var(--app-font-size-5);font-weight:500;line-height:var(--app-line-height-5);text-align:center;-webkit-box-orient:vertical;line-clamp:2;-webkit-line-clamp:2;text-overflow:ellipsis}}._main_1g5gv_1{display:grid;max-width:1920px;margin:0 auto}._nav_1g5gv_7{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;border-bottom:1px solid var(--app-outline)}._nav_1g5gv_7 ._navItem_1g5gv_15{cursor:pointer;padding:12px 16px;box-sizing:border-box;color:var(--app-text-secondary);font-size:var(--app-font-size-4);line-height:var(--app-line-height-4);border-right:1px solid var(--app-outline)}._nav_1g5gv_7 ._navItem_1g5gv_15._active_1g5gv_25{background-color:var(--app-tag-background-secondary);border-right:1px solid transparent;color:var(--app-text-primary)}._walletSelector_1g5gv_31{padding:12px;box-sizing:border-box;border-bottom:1px solid var(--app-outline)}._layout_1g5gv_37{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:stretch}._wrapperForm_1g5gv_44{flex-grow:1;box-sizing:border-box;padding:12px}._wrapperTable_1g5gv_50{flex-basis:600px;min-height:100%;border-left:1px solid var(--app-outline);overflow-y:auto}@media (max-width: 1439px){._layout_1g5gv_37{flex-flow:column nowrap}._wrapperTable_1g5gv_50{flex-basis:100%}}._filters_3j25n_1{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;width:100%;border-bottom:1px solid var(--app-outline);background-color:var(--app-background);z-index:1;position:sticky;top:0}._filter_3j25n_1{padding:12px 16px;border-right:1px solid var(--app-outline)}@media (max-width: 767px){._filters_3j25n_1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:1fr 1fr;align-items:stretch;border-bottom:none}._filter_3j25n_1{border-bottom:1px solid var(--app-outline)}._filter_3j25n_1 label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._filter_3j25n_1:nth-child(2n){border-right:none}}._tableHeader_1rz7q_1{display:flex;justify-content:space-between;padding:12px 16px;box-sizing:border-box;border-bottom:1px solid var(--app-outline);background-color:var(--app-background);z-index:1;position:sticky;top:45px;gap:8px}._cellDate_1rz7q_15{width:var(--cell-date-width)}._cellWallet_1rz7q_20{width:var(--cell-wallet-width)}._cellTotal_1rz7q_25{width:var(--cell-total-width)}._cellStatus_1rz7q_30{width:var(--cell-status-width)}._cellActions_1rz7q_35{width:var(--cell-actions-width)}._cellDate_1rz7q_15,._cellWallet_1rz7q_20,._cellTotal_1rz7q_25,._cellStatus_1rz7q_30,._cellActions_1rz7q_35{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:4px}._cellActions_1rz7q_35{justify-content:flex-end}._cellDate_1rz7q_15 span,._cellWallet_1rz7q_20 span,._cellTotal_1rz7q_25 span,._cellStatus_1rz7q_30 span,._cellActions_1rz7q_35 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 767px){._tableHeader_1rz7q_1{display:none!important}}._tx_19ctb_1{display:flex;justify-content:space-between;padding:16px;box-sizing:border-box;border-bottom:1px solid var(--app-outline);gap:8px;height:88px}._label_19ctb_11{display:none}._cellDate_19ctb_16{position:relative;width:var(--cell-date-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:date}._cellDate_19ctb_16 ._date_19ctb_26{font-size:var(--app-font-size-4);color:var(--app-text-primary)}._cellDate_19ctb_16 ._time_19ctb_31{font-size:var(--app-font-size-4);color:var(--app-text-secondary)}._cellWallet_19ctb_37{position:relative;width:var(--cell-wallet-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:flex-start;grid-area:wallet}._cellWallet_19ctb_37 ._wallets_19ctb_47{width:auto;padding:4px 8px;background-color:var(--app-tag-background-secondary);display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:16px;border-radius:12px;box-sizing:border-box;position:relative}._cellWallet_19ctb_37 ._divider_19ctb_61{position:absolute;top:50%;left:0;width:100%;height:1px;background-color:var(--app-background);transform:translateY(-50%)}._cellWallet_19ctb_37 ._divider_19ctb_61 i{width:16px;height:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--app-background);border-radius:50%}._cellWallet_19ctb_37 ._divider_19ctb_61 i svg{width:16px;height:16px;position:absolute;top:calc(50% + 1px);left:50%;transform:translate(-50%,-50%);color:var(--app-status-success-primary)}._cellWallet_19ctb_37 ._wallet_19ctb_47{white-space:nowrap;font-size:var(--app-font-size-4);color:var(--app-controls-secondary)}._cellTotal_19ctb_99{position:relative;width:var(--cell-total-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:total}._cellTotal_19ctb_99 ._amount_19ctb_109{font-size:var(--app-font-size-4);color:var(--app-text-primary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._cellTotal_19ctb_99 ._usd_19ctb_117{font-size:var(--app-font-size-4);color:var(--app-text-secondary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._cellStatus_19ctb_126{position:relative;width:var(--cell-status-width);display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;grid-area:status}._cellStatus_19ctb_126 ._status_19ctb_136{font-size:var(--app-font-size-4);color:var(--app-text-primary)}._cellStatus_19ctb_126 ._status_19ctb_136[data-ui-status="1"]{color:var(--app-controls-secondary)}._cellStatus_19ctb_126 ._status_19ctb_136[data-ui-status="2"]{color:var(--app-status-success-primary)}._cellStatus_19ctb_126 ._status_19ctb_136[data-ui-status="3"]{color:var(--app-status-error-primary)}._cellActions_19ctb_152{position:relative;width:var(--cell-actions-width);display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center;gap:8px;grid-area:actions}._cellActions_19ctb_152 ._button_19ctb_163{width:20px;height:20px;flex-shrink:0;display:block;position:relative;cursor:pointer;color:var(--app-text-primary)}._cellActions_19ctb_152 ._button_19ctb_163:hover{color:var(--app-controls-secondary)}._cellActions_19ctb_152 ._button_19ctb_163:disabled{opacity:.5}._cellActions_19ctb_152 ._button_19ctb_163 svg{position:absolute;top:0;left:0;width:100%;height:100%}@media (max-width: 767px){._tx_19ctb_1{background:var(--app-card);display:grid;padding:20px 8px 9px;grid-template-columns:repeat(2,minmax(0,1fr)) auto;grid-template-rows:repeat(5,auto);border-bottom:none;row-gap:4px;-moz-column-gap:4px;column-gap:4px;border-radius:16px;overflow:hidden;height:unset;position:relative;grid-template-areas:"total date date" "total status actions" "wallet wallet wallet"}._cellTotal_19ctb_99{padding-left:12px;box-sizing:border-box;width:100%;gap:4px;justify-content:flex-start}._cellTotal_19ctb_99 ._usd_19ctb_117{margin-top:-5px;font-size:var(--app-font-size-3)}._cellStatus_19ctb_126{padding-right:12px;box-sizing:border-box;width:100%;gap:4px;text-align:right;justify-content:flex-end}._cellActions_19ctb_152{padding-right:12px;box-sizing:border-box;width:100%;gap:8px;justify-content:flex-end}._cellDate_19ctb_16{padding-right:12px;box-sizing:border-box;width:100%;justify-content:flex-start;flex-flow:row-reverse nowrap;align-items:center;gap:4px}._cellWallet_19ctb_37{padding-left:12px;padding-top:12px;width:100%;justify-content:flex-start}._cellWallet_19ctb_37 ._wallets_19ctb_47{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;padding:0;gap:4px;background-color:transparent}._cellWallet_19ctb_37 ._wallet_19ctb_47{font-size:var(--app-font-size-3);color:var(--app-text-secondary)}._cellWallet_19ctb_37 ._divider_19ctb_61{position:relative;width:auto;height:auto;background-color:transparent;transform:none;top:0}._cellWallet_19ctb_37 ._divider_19ctb_61 i{position:relative;top:0;left:0;transform:translate(0) rotate(-90deg);display:block;background-color:transparent}}._table_42l1d_1{box-sizing:border-box;padding:0 0 100px;--cell-date-width: 20%;--cell-wallet-width: 20%;--cell-total-width: 20%;--cell-status-width: 20%;--cell-actions-width: 20%}@media (max-width: 500px){._table_42l1d_1{grid-template-columns:1fr}}._address_1ww4b_1{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;padding:24px;border-radius:12px;background:var(--app-tag-background-secondary);min-width:0;gap:8px}._address_1ww4b_1 span{word-wrap:break-word}._column_1ww4b_17{display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:flex-start;overflow:hidden;flex-shrink:1}._copy_1ww4b_26{width:20px;height:20px;flex-shrink:0;color:var(--app-text-primary);transition:color .2s ease-in-out;cursor:pointer;position:relative}._copy_1ww4b_26:hover{color:var(--app-controls-secondary)}._copy_1ww4b_26 svg{position:absolute;top:0;left:0;width:100%;height:100%}._form_rfji8_1{display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:flex-start;gap:24px}._fee_rfji8_12{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:8px}._icon_rfji8_20{width:24px;height:24px;flex-shrink:0}._column_rfji8_26{display:flex;flex-flow:column nowrap;align-items:flex-start;justify-content:flex-start}._label_rfji8_33{color:var(--app-text-secondary)}._value_rfji8_37{color:var(--app-text-primary)}._limits_rfji8_44{display:flex;flex-flow:column nowrap;align-items:flex-start;justify-content:flex-start}._limitsValue_rfji8_51{margin-bottom:16px}._limitsText_rfji8_55{margin-bottom:8px}._limitsDescription_rfji8_59{color:var(--app-text-secondary)}._wrapper_1j64z_1{display:flex;flex-flow:row nowrap;align-items:stretch;justify-content:center;gap:40px}._qrBlock_1j64z_9{width:240px;box-sizing:border-box;background-color:var(--app-card);padding:20px;border-radius:16px;display:flex;flex-flow:column nowrap;align-items:center;justify-content:flex-start;gap:16px}._logo_1j64z_22,._qr_1j64z_9{width:100%;height:auto}._address_1j64z_32{text-align:center;width:100%;word-wrap:break-word}._buttons_1j64z_38{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;gap:24px}._button_1j64z_38{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;gap:8px;color:var(--app-text-primary);transition:color .2s ease-in-out;cursor:pointer}._button_1j64z_38:hover{color:var(--app-controls-secondary)}._button_1j64z_38 i{width:48px;height:48px;border-radius:24px;background-color:var(--app-card);display:flex;align-items:center;justify-content:center}._button_1j64z_38 i svg{width:24px;height:24px}@media (max-width: 767px){._wrapper_1j64z_1{width:100%;flex-flow:column nowrap;align-items:center;justify-content:flex-start}._buttons_1j64z_38{flex-flow:row nowrap;align-items:center;justify-content:center;gap:24px}}._currencyIcon_syac9_1{width:20px;height:20px;transform:scale(1.2)}._currencyIcon_syac9_1 svg,._swapCurrencyButton_syac9_8 svg{width:100%;height:100%}._usd_syac9_13{max-width:90px;overflow:hidden;white-space:nowrap;color:var(--app-text-secondary);text-overflow:ellipsis}._form_cws3o_1{display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:flex-start;gap:24px}._row_cws3o_9{display:flex;flex-flow:row nowrap;align-items:center;justify-content:stretch;gap:8px}._row_cws3o_9>*{flex-grow:1;min-width:0}._balance_cws3o_25{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:8px;margin-bottom:-16px;margin-top:-24px}._balanceLabel_cws3o_35{color:var(--app-text-secondary)}._balanceButton_cws3o_39{color:var(--app-controls-secondary);cursor:pointer}._presets_cws3o_47{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:4px}._preset_cws3o_47{flex-grow:1;padding:8px 16px;border-radius:8px}._fee_cws3o_64{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:8px}._icon_cws3o_72{width:24px;height:24px;flex-shrink:0}._column_cws3o_78{display:flex;flex-flow:column nowrap;align-items:flex-start;justify-content:flex-start}._label_cws3o_85{color:var(--app-text-secondary)}._value_cws3o_89{color:var(--app-text-primary)}._limits_cws3o_96{display:flex;flex-flow:column nowrap;align-items:flex-start;justify-content:flex-start}._limitsValue_cws3o_103{margin-bottom:16px}._limitsText_cws3o_107{margin-bottom:8px}._limitsDescription_cws3o_111{color:var(--app-text-secondary)}._button_cws3o_118{margin-top:auto}._form_5b06p_1{display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:flex-start;gap:24px}._row_5b06p_9{display:flex;flex-flow:row nowrap;align-items:center;justify-content:stretch;gap:8px}._row_5b06p_9>*{flex-grow:1;min-width:0}._walletInput_5b06p_22{flex-basis:50%}._balance_5b06p_29{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:8px;margin-bottom:-16px;margin-top:-24px}._balanceLabel_5b06p_39{color:var(--app-text-secondary)}._balanceButton_5b06p_43{color:var(--app-controls-secondary);cursor:pointer}._presets_5b06p_51{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:4px}._preset_5b06p_51{flex-grow:1;padding:8px 16px;border-radius:8px}._fee_5b06p_68{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:8px}._icon_5b06p_76{width:24px;height:24px;flex-shrink:0}._column_5b06p_82{display:flex;flex-flow:column nowrap;align-items:flex-start;justify-content:flex-start}._label_5b06p_89{color:var(--app-text-secondary)}._value_5b06p_93{color:var(--app-text-primary)}._limits_5b06p_100{display:flex;flex-flow:column nowrap;align-items:flex-start;justify-content:flex-start}._limitsValue_5b06p_107{margin-bottom:16px}._limitsText_5b06p_111{margin-bottom:8px}._limitsDescription_5b06p_115{color:var(--app-text-secondary)}._button_5b06p_122{margin-top:auto}._itemButton_1j2gt_1{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:8px;padding:8px;border-radius:6px;cursor:pointer}._itemButton_1j2gt_1[data-highlighted]{background-color:var(--app-controls-secondary)}._button_1j2gt_16{font-size:var(--app-font-size-5);background-color:var(--app-input-fill);box-shadow:inset 0 0 0 1px var(--app-outline);border-radius:16px;padding:16px 20px;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;min-width:0}._value_1j2gt_29{flex-shrink:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--app-text-primary)}._button_1j2gt_16[data-state=open]{outline:1px solid var(--app-icon-primary);outline-offset:-1px}._button_1j2gt_16:disabled{opacity:.5}._button_1j2gt_16[data-ui-error]{box-shadow:inset 0 0 0 1px var(--app-status-error-primary)}._button_1j2gt_16 ._chevron_1j2gt_50{display:block;width:20px;height:20px;min-width:20px;min-height:20px}._button_1j2gt_16[data-state=open] ._chevron_1j2gt_50{transform:rotate(180deg)}._dropdownContent_1j2gt_62{width:var(--radix-dropdown-menu-trigger-width);background-color:var(--app-background);border-radius:12px;padding:8px;box-sizing:border-box;box-shadow:0 0 0 1px var(--app-outline);animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity;z-index:var(--app-dropdown-z-index)}._dropdownContent_1j2gt_62[data-side=bottom]{animation-name:_slideDownAndFade_1j2gt_1}@keyframes _slideDownAndFade_1j2gt_1{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}:where(body,blockquote,dl,dd,figure,p){margin:0}:where(address,b,cite,code,dfn,em,i,kbd,q,samp,small,strong,var){font:unset}:where(h1,h2,h3,h4,h5,h6){font:unset;margin:0}:where(a){all:unset;-webkit-tap-highlight-color:transparent}:where(button,select,[type=button],[type=image],[type=reset],[type=submit],[type=checkbox],[type=color],[type=radio],[type=range]){all:unset;display:inline-block;font-weight:400;font-style:normal;text-indent:initial;-webkit-tap-highlight-color:transparent}:where(label){-webkit-tap-highlight-color:transparent}:where(select){font-weight:400;font-style:normal;text-align:start}:where(textarea,input:not([type=button],[type=image],[type=reset],[type=submit],[type=checkbox],[type=color],[type=radio],[type=range])){all:unset;display:block;width:-webkit-fill-available;width:-moz-available;width:stretch;font-weight:400;font-style:normal;text-align:start;text-indent:initial;-webkit-tap-highlight-color:transparent;cursor:text;white-space:pre-wrap}:where(:focus){outline:none}::-moz-placeholder{color:unset;opacity:unset;-moz-user-select:none;-webkit-user-select:none;user-select:none}::placeholder{color:unset;opacity:unset;-webkit-user-select:none;-moz-user-select:none;user-select:none}:where(table){all:unset;display:table;text-indent:initial}:where(caption){text-align:inherit}:where(td){padding:0}:where(th){font-weight:unset;text-align:inherit;padding:0}:where(abbr,acronym){text-decoration:none}:where(canvas,object,picture,summary){display:block}:where(del,s){text-decoration:unset}:where(fieldset,hr){all:unset;display:block}:where(legend){padding:0;border:none;cursor:default}:where(li){display:block;text-align:unset}:where(ol,ul){list-style:none;margin:0;padding:0}:where(iframe){display:block;border:none}:where(iframe){width:-webkit-fill-available;width:-moz-available;width:stretch}:where(ins,u){text-decoration:none}:where(img){display:block;max-width:100%}:where(svg){display:block;max-width:100%;flex-shrink:0}:where(mark){all:unset}:where(pre){font:unset;margin:unset}:where(q):before,:where(q):after{content:""}:where(sub,sup){font:unset;vertical-align:unset}:where(details) ::marker,:where(summary)::marker{content:none}:where(video){display:block;width:-webkit-fill-available;width:-moz-available;width:stretch}*,:before,:after{box-sizing:border-box}:root,[data-theme=light]{--app-color-scheme: unset;--app-background: #ffffff;--app-outline: rgba(22, 26, 37, .1);--app-card: rgba(22, 26, 37, .04);--app-text-primary: #161a25;--app-text-secondary: rgba(22, 26, 37, .5);--app-tag-background-primary: #161a25;--app-tag-background-secondary: rgba(22, 26, 37, .08);--app-tag-text-primary: #ffffff;--app-icon-primary: #161a25;--app-icon-secondary: rgba(22, 26, 37, .5);--app-controls-secondary: #2077e7;--app-wallet-selected: rgba(22, 26, 37, .2);--app-wallet-default: rgba(22, 26, 37, .08);--app-status-success-secondary: rgba(64, 217, 165, .1);--app-status-success-primary: #37b88c;--app-status-success-primary-2: #2c906e;--app-status-error-primary: #e55555;--app-status-error-primary-2: #ba4242;--app-status-error-secondary: rgba(229, 85, 85, .1);--app-input-fill: rgba(22, 26, 37, .04);--app-button-text: #161a25;--app-button-fill: #161a25;--app-button-fill-2: #161a25;--app-button-text-2: #ffffff;--app-overlay: rgba(18, 18, 18, .5)}[data-theme=dark]{--app-color-scheme: dark;--app-background: #161a25;--app-outline: rgba(255, 255, 255, .1);--app-card: rgba(255, 255, 255, .04);--app-text-primary: #ffffff;--app-text-secondary: rgba(255, 255, 255, .5);--app-tag-background-primary: #ffffff;--app-tag-background-secondary: rgba(255, 255, 255, .08);--app-tag-text-primary: #121212;--app-icon-primary: #ffffff;--app-icon-secondary: rgba(255, 255, 255, .5);--app-controls-secondary: #2077e7;--app-wallet-selected: rgba(255, 255, 255, .2);--app-wallet-default: rgba(255, 255, 255, .08);--app-status-success-secondary: rgba(64, 217, 165, .1);--app-status-success-primary: #37b88c;--app-status-success-primary-2: #2c906e;--app-status-error-primary: #e55555;--app-status-error-primary-2: #ba4242;--app-status-error-secondary: rgba(229, 85, 85, .1);--app-input-fill: rgba(255, 255, 255, .04);--app-button-text: #ffffff;--app-button-fill: #ffffff;--app-button-fill-2: #eaeaea;--app-button-text-2: #121212;--app-overlay: rgba(18, 18, 18, .5)}:root{--app-header-z-index: 1100;--app-fullscreen-z-index: 1200;--app-modal-z-index: 1300;--app-wallet-modal-z-index: 1301;--app-dialog-z-index: 1400;--app-dropdown-z-index: 1500;--app-toastify-z-index: 1600;--app-tooltip-z-index: 1700;--app-font-size-1: 12px;--app-font-size-2: 10px;--app-font-size-3: 12px;--app-font-size-4: 14px;--app-font-size-5: 16px;--app-font-size-6: 18px;--app-font-size-7: 20px;--app-font-size-8: 32px;--app-font-size-9: 56px;--app-line-height-1: 15px;--app-line-height-2: normal;--app-line-height-3: 15px;--app-line-height-4: 17px;--app-line-height-5: 20px;--app-line-height-6: 22px;--app-line-height-7: 24px;--app-line-height-8: 38px;--app-line-height-9: 58px;--app-font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;--app-font-family-header: Montserrat, system-ui, Avenir, Helvetica, Arial, sans-serif;--app-font-size-base: var(--app-font-size-5);--app-font-weight-base: 500;--app-line-height-base: var(--app-line-height-5);--app-default-leading-trim-start: .42em;--app-default-leading-trim-end: .36em}html{color-scheme:var(--app-color-scheme);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html ::-moz-selection{background-color:var(--app-controls-secondary)}html ::selection{background-color:var(--app-controls-secondary)}body{background-color:var(--app-background);color:var(--app-text-primary);font-family:var(--app-font-family);font-size:var(--app-font-size-base);font-weight:var(--app-font-weight-base);line-height:var(--app-line-height-base);box-sizing:border-box}@media (max-width: 1439px){body{padding-right:0}}
