:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}*[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,*:after,*:before{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;margin:0;padding:0;max-width:100%;overflow-x:hidden}html{scroll-behavior:smooth}body{font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;font-size:16px;font-weight:400;color:#262525;line-height:normal;background:#fafcfe;touch-action:manipulation}button,input,a,li{font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;text-decoration:none}.wrapper{width:100%;display:flex;flex-direction:column;min-height:100vh}.main{display:flex;flex-direction:column;flex:1 0 auto}.footer{flex:0 0 auto}.container{max-width:1416px;width:100%;display:flex;flex-direction:column;padding:0 20px;margin:0 auto}.no-scroll{overflow:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent;margin:4px 0}::-webkit-scrollbar-thumb{border:2px solid #fafcfe;border-radius:10px;background:#e5e7eb}.recharts-pie-sector,.recharts-surface{outline:none!important}.recharts-pie-sector path,.recharts-surface path{outline:none!important}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(data:font/woff2;base64,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) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-cyrillic-wght-normal-Dvxsihut.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-greek-wght-normal-DL7QRZyv.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-vietnamese-wght-normal-usUDDRr7.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-latin-ext-wght-normal-Ch3YOpNY.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-latin-wght-normal-DHIcAJRg.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._header_7ib7u_1{width:100%;position:relative;z-index:120;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(90deg,#14223be6,#09101ef5 42%,#0a1222f2),#131b29;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._header__inner_7ib7u_9{height:72px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;overflow:visible}._header__logo_7ib7u_18{display:inline-flex;align-items:center;gap:10px}._header__logo_mark_7ib7u_23{width:34px;height:34px;display:inline-flex;flex-direction:column;gap:5px;align-items:stretch;justify-content:center;flex-shrink:0;border-radius:6px}._header__logo_mark_7ib7u_23 img{width:100%;height:100%;object-fit:contain}._header__logo_mark_7ib7u_23 span{width:100%;height:8px;border-radius:2px;background:linear-gradient(180deg,#61d5ff,#36a7f6);box-shadow:0 8px 18px #38bdf847}._header__logo_text_7ib7u_46{font-size:16px;font-weight:600;color:#e2ecff;line-height:21px;letter-spacing:.06em;text-transform:uppercase}._header__row_7ib7u_54{display:flex;align-items:center;gap:16px}._header__download_7ib7u_59{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(30,155,255,.32);border-radius:10px;background:linear-gradient(180deg,#1e9bff29,#1e9bff14);box-shadow:inset 0 1px #ffffff0f;padding:0 12px;font-size:13px;font-weight:700;color:#d9ecff;line-height:18px;white-space:nowrap;transition:border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}._header__download_7ib7u_59 svg{width:18px;height:18px;flex-shrink:0}._header__download_7ib7u_59:hover{border-color:#1e9bff9e;background:linear-gradient(180deg,#1e9bff3d,#1e9bff1f);color:#f4f9ff;box-shadow:inset 0 1px #ffffff14,0 8px 22px #1e9bff29}._header__separator_7ib7u_88{height:21px;width:1px;background:#ffffff29}@media (max-width: 960px){._header__inner_7ib7u_9{height:56px;gap:10px}._header__logo_text_7ib7u_46{display:none}._header__logo_mark_7ib7u_23{width:28px;height:28px}._header__row_7ib7u_54{gap:8px}._header__download_7ib7u_59{width:36px;min-width:36px;padding:0}._header__download_7ib7u_59 span{display:none}}._header_1avtz_1{position:relative;z-index:220}._header__value_1avtz_5{height:36px;width:58px;display:flex;align-items:center;justify-content:space-between;gap:4px;border:1px solid rgba(255,255,255,.08);font-size:14px;font-weight:500;color:#fff;line-height:20px;border-radius:10px;background:#ffffff08;padding:0 8px;cursor:pointer;-webkit-user-select:none;user-select:none}._header__flag_1avtz_23{font-size:18px;line-height:1}._header__value_icon_1avtz_27{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#fff}._header__select_1avtz_37{position:absolute;top:120%;left:0;width:72px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:linear-gradient(180deg,#111b2f,#0c1424);box-shadow:0 16px 30px #02081780;padding:8px;z-index:260}._header__list_1avtz_49{width:100%;display:flex;flex-direction:column;gap:4px}._header__list_item_1avtz_55{height:32px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:6px;border-radius:8px;padding:0 8px;cursor:pointer;-webkit-user-select:none;user-select:none}._header__list_item_active_1avtz_67{background:#ffffff0f}._header__list_item_text_1avtz_70{display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:400;color:#d6e3fa;line-height:1}._header__list_item_icon_1avtz_79{max-width:16px;max-height:16px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;color:#61d5ff}._input_3dtra_1{width:100%;font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;outline:none;border:none;background:transparent}._input_3dtra_1::placeholder{color:#9db7decc}._input__sm_3dtra_11{font-size:12px;font-weight:400;line-height:18px}._input__md_3dtra_16{font-size:14px;font-weight:400;line-height:20px}._input__lg_3dtra_21{font-size:16px;font-weight:400;line-height:24px}._input__row_3dtra_26{width:100%;display:flex;align-items:center}._input__row_sm_3dtra_31{height:32px;gap:8px;padding:0 8px}._input__row_md_3dtra_36{height:36px;gap:10px;padding:0 8px}._input__row_lg_3dtra_41{height:40px;gap:10px;padding:0 12px}._input__primary_3dtra_46{color:#e6efff}._input__row_primary_3dtra_49{border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff08;transition:border-color .2s}._input__row_primary_3dtra_49:focus-within{border-color:#3b82f6}._input__icon_3dtra_58{display:flex;align-items:center;justify-content:center;color:#9db7de}._input__icon_sm_3dtra_64{max-width:14px;max-height:14px;width:100%;height:14px}._input__icon_md_3dtra_70{max-width:16px;max-height:16px;width:100%;height:16px}._input__icon_lg_3dtra_76{max-width:18px;max-height:18px;width:100%;height:18px}._input__row_error_3dtra_82{border-color:#d31c2e}._input__row_error_3dtra_82:focus-within{border-color:#d31c2e}._input__row_disabled_3dtra_88{border:1px solid rgba(255,255,255,.05);background:#ffffff05;cursor:not-allowed}._input__row_disabled_3dtra_88 input,._input__row_disabled_3dtra_88 ._input__icon_3dtra_58{color:#9db7de59}._field_76ff5_1{width:100%;display:flex;flex-direction:column}._field__sm_76ff5_6{gap:6px}._field__md_76ff5_9,._field__lg_76ff5_9{gap:8px}._field__title_76ff5_12{font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;color:var(--field-title-color, #262525)}._field__title_76ff5_12 span{color:#d31c2e}._field__title_sm_76ff5_19{font-size:12px;font-weight:400;line-height:18px}._field__title_md_76ff5_24{font-size:14px;font-weight:400;line-height:20px}._field__title_lg_76ff5_29{font-size:16px;font-weight:400;line-height:21px}._field__text_76ff5_34{font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;color:var(--field-error-color, #d31c2e)}._field__text_sm_76ff5_38{font-size:10px;font-weight:400;line-height:16px}._field__text_md_76ff5_43,._field__text_lg_76ff5_43{font-size:12px;font-weight:400;line-height:18px}._select_t13x5_1{width:100%;position:relative}._select__head_t13x5_5{width:100%;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff08;transition:border-color .2s;cursor:pointer;-webkit-user-select:none;user-select:none}._select__head_sm_t13x5_17{height:32px;gap:8px;padding:0 8px}._select__head_md_t13x5_22{height:36px;gap:10px;padding:0 8px}._select__head_lg_t13x5_27{height:40px;gap:10px;padding:0 12px}._select__head_value_t13x5_32{width:100%;font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;color:#e6efff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._select__head_active_t13x5_40{border-color:#3b82f6}._select__head_value_placeholder_t13x5_43{color:#9db7decc}._select__head_value_sm_t13x5_46{font-size:12px;font-weight:400;line-height:18px}._select__head_value_md_t13x5_51{font-size:14px;font-weight:400;line-height:20px}._select__head_value_lg_t13x5_56{font-size:16px;font-weight:400;line-height:24px}._select__options_t13x5_61{max-height:205px;width:100%;height:auto;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:linear-gradient(180deg,#111b2f,#0c1424);box-shadow:0 14px 30px #02081780;padding:8px;overflow-y:auto;z-index:50}._select__options_t13x5_61::-webkit-scrollbar{width:8px}._select__options_t13x5_61::-webkit-scrollbar-track{background:transparent;margin:8px 0}._select__options_t13x5_61::-webkit-scrollbar-thumb{border:2px solid #111b2f;border-radius:10px;background:#2b3d5b}._select__options_list_t13x5_85{display:flex;flex-direction:column;gap:4px}._select__arrow_t13x5_90{display:flex;align-items:center;justify-content:center;color:#9db7de;transition:transform .2s;padding:0;margin:0}._select__arrow_active_t13x5_99{transform:rotate(180deg)}._select__arrow_sm_t13x5_102,._select__arrow_md_t13x5_102,._select__arrow_lg_t13x5_102{max-width:20px;width:100%;max-height:20px;height:20px}._select__error_t13x5_108{border-color:#d31c2e}._select__disabled_t13x5_111{border:1px solid rgba(255,255,255,.05);background:#ffffff05;cursor:not-allowed}._select__disabled_t13x5_111 ._select__head_value_t13x5_32,._select__disabled_t13x5_111 ._select__arrow_t13x5_90{color:#9db7de59;cursor:not-allowed}._select__options_item_1mleg_1{width:100%;display:flex;align-items:center;font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;color:#d6e3fa;border-radius:8px;transition:background .2s;cursor:pointer;overflow:hidden}._select__options_item_1mleg_1:hover{background:#ffffff0f}._select__options_item_sm_1mleg_15{height:28px;gap:8px;padding:0 8px}._select__options_item_md_1mleg_20{height:28px;gap:10px;padding:0 8px}._select__options_item_lg_1mleg_25{height:30px;gap:10px;padding:0 12px}._select__options_item_text_1mleg_30{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._select__options_item_text_sm_1mleg_36{font-size:12px;font-weight:400;line-height:18px}._select__options_item_text_md_1mleg_41{font-size:14px;font-weight:400;line-height:20px}._select__options_item_text_lg_1mleg_46{font-size:16px;font-weight:400;line-height:24px}._input_1t3ed_1{width:100%;font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;outline:none;border:none;background:transparent}._input_1t3ed_1::placeholder{color:#9db7decc}._input_1t3ed_1::-ms-clear,._input_1t3ed_1::-ms-reveal{display:none}._input__sm_1t3ed_14{font-size:12px;font-weight:400;line-height:18px}._input__md_1t3ed_19{font-size:14px;font-weight:400;line-height:20px}._input__lg_1t3ed_24{font-size:16px;font-weight:400;line-height:24px}._input__row_1t3ed_29{width:100%;display:flex;align-items:center}._input__row_sm_1t3ed_34{height:32px;gap:8px;padding:0 8px}._input__row_md_1t3ed_39{height:36px;gap:10px;padding:0 8px}._input__row_lg_1t3ed_44{height:40px;gap:10px;padding:0 12px}._input__primary_1t3ed_49{color:#e6efff}._input__row_primary_1t3ed_52{border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff08;transition:border-color .2s}._input__row_primary_1t3ed_52:focus-within{border-color:#3b82f6}._input__icon_1t3ed_61{display:flex;align-items:center;justify-content:center;color:#9db7de}._input__icon_sm_1t3ed_67{max-width:14px;max-height:14px;width:100%;height:14px}._input__icon_md_1t3ed_73{max-width:16px;max-height:16px;width:100%;height:16px}._input__icon_lg_1t3ed_79{max-width:18px;max-height:18px;width:100%;height:18px}._input__row_error_1t3ed_85{border-color:#d31c2e}._input__row_error_1t3ed_85:focus-within{border-color:#d31c2e}._input__btn_1t3ed_91{max-width:20px;max-height:20px;width:100%;height:20px;display:flex;align-items:center;justify-content:center;color:#9db7de;outline:none;border:none;background:transparent;padding:0;margin:0;cursor:pointer;-webkit-user-select:none;user-select:none}._input__row_disabled_1t3ed_108{border:1px solid rgba(255,255,255,.05);background:#ffffff05;cursor:not-allowed}._input__row_disabled_1t3ed_108 input,._input__row_disabled_1t3ed_108 ._input__icon_1t3ed_61,._input__row_disabled_1t3ed_108 ._input__btn_1t3ed_91{color:#9db7de59}._button_16d22_1{width:fit-content;display:flex;align-items:center;justify-content:center;outline:none;border:none;background:transparent;cursor:pointer;-webkit-user-select:none;user-select:none}._button__sm_16d22_12{height:32px;gap:5px;font-size:14px;font-weight:500;line-height:18px;padding:0 12px}._button__md_16d22_20{height:36px;gap:5px;font-size:14px;font-weight:500;line-height:20px;padding:0 12px}._button__lg_16d22_28{height:40px;gap:5px;font-size:16px;font-weight:500;line-height:20px;padding:0 14px}._button__primary_16d22_36{font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;color:#fff;border-radius:12px;background:#13aa6a;transition:background .3s}._button__primary_16d22_36:hover{background:#109d61}._button__primary_16d22_36 ._button__icon_16d22_46{color:#fff}._button__secondary_16d22_49{font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;color:#d6e3fa;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#ffffff08;transition:background .3s}._button__secondary_16d22_49:hover{background:#ffffff14}._button__secondary_16d22_49 ._button__icon_16d22_46{color:#9db7de}._button__icon_16d22_46{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._button__block_16d22_73{width:100%}._button__disabled_16d22_76{color:#0000003d;border-color:#00000014;background:#0000000a;pointer-events:none}._button__disabled_16d22_76 ._button__icon_16d22_46{color:#0000003d}._switch_oxh80_1{max-width:34px;width:100%;height:20px;flex-shrink:0;border:1px solid #13aa6a;border-radius:100px;background:#13aa6a;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}._switch__off_oxh80_13{border-color:#9ca3af;background:#9ca3af}._switch__circle_oxh80_17{position:absolute;top:0;bottom:0;left:1px;width:16px;height:16px;border-radius:100px;background:#fff;box-shadow:0 1px 2px #14151a0d;margin:auto 0}._checkbox_1pi6x_1{position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}._checkbox__input_1pi6x_6{position:absolute;width:0;height:0;top:0;left:0;opacity:0;scale:0}._checkbox__mark_1pi6x_15{display:flex;align-items:center;justify-content:center;border:1px solid #3b82f6;border-radius:4px;background:#3b82f6;position:relative}._checkbox__mark_sm_1pi6x_24{width:16px;height:16px}._checkbox__mark_md_1pi6x_28{width:20px;height:20px}._checkbox__mark_lg_1pi6x_32{width:24px;height:24px}._checkbox__mark_error_1pi6x_36,._checkbox__mark_error_1pi6x_36:hover{border-color:#d31c2e!important}._checkbox__mark_disabled_1pi6x_42{background:#e5e7eb!important;border-color:#e5e7eb!important}._checkbox__mark_disabled_1pi6x_42:hover{border-color:#e5e7eb!important}._checkbox__mark_icon_1pi6x_49{width:16px;height:16px;color:#fff}._checkbox__input_1pi6x_6:not(:checked)+._checkbox__mark_1pi6x_15{background:#ffffff05;border-color:#ffffff3d}._checkbox__input_1pi6x_6:not(:checked)+._checkbox__mark_1pi6x_15 ._checkbox__mark_icon_1pi6x_49{display:none}._checkbox__input_1pi6x_6:not(:checked)+._checkbox__mark_1pi6x_15:hover{border-color:#3b82f6}._checkbox__input_1pi6x_6:not(:checked)+._checkbox__mark_disabled_1pi6x_42{background:#e5e7eb!important;border-color:#e5e7eb!important}._checkbox__input_1pi6x_6:not(:checked)+._checkbox__mark_disabled_1pi6x_42:hover{border-color:#e5e7eb!important}.rc-pagination{width:100%;display:flex;align-items:center;justify-content:center;gap:12px}.rc-pagination-disabled div{color:var(--pagination-disabled-color, rgba(0, 0, 0, .24))}._date_1avoc_1{width:100%;position:relative}._date__input_1avoc_5{width:100%;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff08;transition:border-color .2s;cursor:pointer}._date__input_active_1avoc_16{border-color:#3b82f6}._date__input_sm_1avoc_19{height:32px;gap:8px;padding:0 8px}._date__input_md_1avoc_24{height:36px;gap:10px;padding:0 8px}._date__input_lg_1avoc_29{height:40px;gap:10px;padding:0 12px}._date__value_1avoc_34{font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;color:#e6efff}._date__value_sm_1avoc_38{font-size:12px;font-weight:400;line-height:18px}._date__value_md_1avoc_43{font-size:14px;font-weight:400;line-height:20px}._date__value_lg_1avoc_48{font-size:16px;font-weight:400;line-height:24px}._date__value_placeholder_1avoc_53{color:#9db7decc}._date__input_icon_1avoc_56{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#9db7de}._date__input_error_1avoc_66{border-color:#d31c2e}._date__input_error_1avoc_66:focus-within{border-color:#d31c2e}._date__input_disabled_1avoc_72{border:1px solid rgba(255,255,255,.05);background:#ffffff05;cursor:not-allowed}._date__input_disabled_1avoc_72 ._date__value_1avoc_34,._date__input_disabled_1avoc_72 ._date__input_icon_1avoc_56{color:#9db7de59}._calendar_eey6t_1{max-width:300px;min-width:300px;width:100%;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:linear-gradient(180deg,#111b2f,#0c1424);box-shadow:0 16px 30px #02081780;padding:16px;z-index:50}._calendar__top_eey6t_12{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px}._calendar__top_value_eey6t_19{font-size:14px;font-weight:500;color:#e6efff;line-height:20px}._calendar__row_eey6t_25{width:100%;display:flex;align-items:center;justify-content:space-between}._calendar__head_day_eey6t_31{height:36px;width:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:#8fa8c8;line-height:20px;text-align:center}._calendar__day_eey6t_43{height:36px;width:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:400;color:#d6e3fa;line-height:20px;text-align:center;border:1px solid transparent;cursor:pointer;-webkit-user-select:none;user-select:none}._calendar__day_previous_eey6t_58{color:#8fa8c8b3}._calendar__day_active_eey6t_61{color:#fff;border-color:#3b82f6;border-radius:8px;background:#3b82f6}._date_x4cwa_1{width:100%;position:relative}._date__input_x4cwa_5{width:100%;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff08;transition:border-color .2s;cursor:pointer}._date__input_active_x4cwa_16{border-color:#3b82f6}._date__input_sm_x4cwa_19{height:32px;gap:8px;padding:0 8px}._date__input_md_x4cwa_24{height:36px;gap:10px;padding:0 8px}._date__input_lg_x4cwa_29{height:40px;gap:10px;padding:0 12px}._date__value_x4cwa_34{font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;color:#e6efff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._date__value_sm_x4cwa_41{font-size:12px;font-weight:400;line-height:18px}._date__value_md_x4cwa_46{font-size:14px;font-weight:400;line-height:20px}._date__value_lg_x4cwa_51{font-size:16px;font-weight:400;line-height:24px}._date__value_placeholder_x4cwa_56{color:#9db7decc}._date__input_icon_x4cwa_59{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#9db7de}._date__input_error_x4cwa_69{border-color:#d31c2e}._date__input_error_x4cwa_69:focus-within{border-color:#d31c2e}._date__input_disabled_x4cwa_75{border:1px solid rgba(255,255,255,.05);background:#ffffff05;cursor:not-allowed}._date__input_disabled_x4cwa_75 ._date__value_x4cwa_34,._date__input_disabled_x4cwa_75 ._date__input_icon_x4cwa_59{color:#9db7de59}._calendar_1pdcg_1{max-width:440px;min-width:440px;width:100%;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:linear-gradient(180deg,#111b2f,#0c1424);box-shadow:0 16px 30px #02081780;padding:16px;z-index:50}._calendar__box_1pdcg_12{width:100%;display:flex;align-items:stretch;justify-content:space-between;gap:12px;margin-bottom:8px}._calendar__column_1pdcg_20{width:100%}._calendar__column_1pdcg_20:nth-child(1){max-width:142px;border-right:1px solid rgba(255,255,255,.12);padding-right:12px}._calendar__list_1pdcg_28{width:100%;display:flex;flex-direction:column;gap:5px}._calendar__btns_1pdcg_34{display:flex;align-items:center;gap:8px}._calendar__btn_1pdcg_34{height:28px;width:100%;display:flex;align-items:center;justify-content:flex-start;font-size:14px;font-weight:400;color:#d6e3fa;line-height:20px;text-align:left;outline:none;border:none;border-radius:8px;background:transparent;transition:background .2s;padding:0 8px;cursor:pointer}._calendar__btn_1pdcg_34:hover{background:#ffffff0f}._calendar__cancel_1pdcg_61{color:#d31c2e}._calendar__top_1pdcg_64{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px}._calendar__top_value_1pdcg_71,._calendar__value_1pdcg_71{font-size:14px;font-weight:500;color:#e6efff;line-height:20px}._calendar__row_1pdcg_77{width:100%;display:flex;align-items:center;justify-content:space-between}._calendar__head_day_1pdcg_83{height:36px;width:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:#8fa8c8;line-height:20px;text-align:center}._calendar__day_1pdcg_95{height:36px;width:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:400;color:#d6e3fa;line-height:20px;text-align:center;border:1px solid transparent;cursor:pointer;-webkit-user-select:none;user-select:none}._calendar__day_previous_1pdcg_110{color:#8fa8c8b3}._calendar__day_hovered_1pdcg_113{background:#3b82f629}._calendar__day_active_1pdcg_116{color:#fff;border-color:#3b82f6;border-radius:8px;background:#3b82f6}._calendar__day_active_1pdcg_116:has(+._calendar__day_hovered_1pdcg_113){border-top-right-radius:0;border-bottom-right-radius:0}._calendar__day_hovered_1pdcg_113+._calendar__day_active_1pdcg_116{border-top-left-radius:0;border-bottom-left-radius:0}._input_1gfzk_1{width:100%;font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;outline:none;border:none;background:transparent}._input_1gfzk_1::placeholder{color:#777}._input__sm_1gfzk_11{font-size:12px;font-weight:400;line-height:18px}._input__md_1gfzk_16{font-size:14px;font-weight:400;line-height:20px}._input__lg_1gfzk_21{font-size:16px;font-weight:400;line-height:24px}._input__row_1gfzk_26{width:100%;display:flex;align-items:center}._input__row_sm_1gfzk_31{height:32px;gap:8px;padding:0 8px}._input__row_md_1gfzk_36{height:36px;gap:10px;padding:0 8px}._input__row_lg_1gfzk_41{height:40px;gap:10px;padding:0 12px}._input__primary_1gfzk_46{color:#111}._input__row_primary_1gfzk_49{border:1px solid #e7e7e7;border-radius:12px;background:#fff;transition:border-color .2s}._input__row_primary_1gfzk_49:focus-within{border-color:#13aa6a}._input__picker_1gfzk_58{max-height:20px;max-width:20px;width:20px;height:20px;flex-shrink:0;outline:none;border:none;background:transparent;cursor:pointer}._input__picker_1gfzk_58::-webkit-color-swatch-wrapper{max-height:20px;max-width:20px;width:20px;height:20px;padding:0}._input__picker_1gfzk_58::-webkit-color-swatch{border:1px solid #e7e7e7;border-radius:4px}._input__picker_1gfzk_58:focus{outline:none}._input__row_error_1gfzk_83{border-color:#d31c2e}._input__row_error_1gfzk_83:focus-within{border-color:#d31c2e}._input__picker_disabled_1gfzk_89{max-height:20px;max-width:20px;width:20px;height:20px;flex-shrink:0;border:1px solid #e7e7e7;border-radius:4px;pointer-events:none;cursor:default}._input__row_disabled_1gfzk_100{border:1px solid rgba(0,0,0,.08);background:#0000000a;cursor:not-allowed}._input__row_disabled_1gfzk_100 input,._input__row_disabled_1gfzk_100 ._input__icon_1gfzk_106{color:#0000003d}._popup_8q006_1{height:100%;width:100%;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;background:#0208178c;cursor:pointer;z-index:1000}._popup__inner_8q006_14{max-width:430px;width:100%;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:linear-gradient(180deg,#111b2f,#0c1424);position:relative;cursor:default;overflow:hidden}._popup__head_8q006_24{height:56px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid rgba(255,255,255,.08);padding:0 16px}._popup__head_title_8q006_34{width:100%;font-size:18px;font-weight:500;color:#f0f5ff;line-height:24px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._popup__head_close_8q006_44{max-height:20px;max-width:20px;height:20px;width:20px;display:flex;align-items:center;justify-content:center;color:#9db7de;outline:none;border:none;background:transparent;cursor:pointer}._popup__content_8q006_58{width:100%}._dropzone_8u2ib_1{width:100%;height:100%;position:relative}._dropzone__inner_8u2ib_6{width:100%;height:100%;position:relative;cursor:pointer;z-index:5}._header_lw2ka_1{position:relative}._header__box_lw2ka_4{height:36px;width:36px;display:flex;align-items:center;justify-content:center;gap:4px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#ffffff08;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}._header__icon_lw2ka_18{max-height:20px;max-width:20px;height:20px;width:20px;display:flex;align-items:center;justify-content:center;color:#fff}._header__count_lw2ka_28{position:absolute;top:2px;right:2px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:10px;font-weight:400;color:#fff;line-height:12px;border:1px solid #1c2431;border-radius:100px;background:#13aa6a;pointer-events:none;z-index:2}._header__notification_lw2ka_48{position:absolute;top:120%;right:0;width:430px;display:flex;flex-direction:column;gap:16px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:linear-gradient(180deg,#111b2f,#0c1424);box-shadow:0 16px 30px #02081780;padding:16px;z-index:55}._header__notification_title_lw2ka_63{font-size:18px;font-weight:500;color:#f0f5ff;line-height:24px}._header__notification_list_lw2ka_69{width:100%;max-height:300px;display:flex;flex-direction:column;gap:6px;overflow-y:auto}._header__observer_lw2ka_77{width:100%;height:5px;opacity:0}._header__text_lw2ka_82{font-size:16px;font-weight:500;color:#d6e3fa;line-height:21px;text-align:center}@media (max-width: 768px){._header__notification_lw2ka_48{position:fixed;top:72px;left:12px;right:12px;width:auto;max-height:calc(100dvh - 84px);padding:14px}._header__notification_list_lw2ka_69{max-height:calc(100dvh - 210px)}}._item_1hc3g_1{width:100%;display:flex;flex-direction:column;flex-shrink:0;gap:2px;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:#ffffff08;padding:12px}._item__title_1hc3g_12{font-size:14px;font-weight:500;color:#e6efff;line-height:21px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._item__date_1hc3g_21{width:100%;font-size:12px;font-weight:500;color:#9db7de;line-height:16px}._item__text_1hc3g_28{width:100%;font-size:14px;font-weight:400;color:#d6e3fa;line-height:21px}._header_185cf_1{position:relative;z-index:220}._header__user_185cf_5{height:36px;min-width:160px;width:fit-content;display:flex;align-items:center;justify-content:space-between;gap:4px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#ffffff08;padding:0 8px;cursor:pointer;-webkit-user-select:none;user-select:none}._header__text_185cf_20{max-width:300px;font-size:14px;font-weight:500;color:#fff;line-height:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._header__icon_185cf_30{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#fff}._header__menu_185cf_40{position:absolute;top:120%;left:0;width:100%;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:linear-gradient(180deg,#111b2f,#0c1424);box-shadow:0 16px 30px #02081780;z-index:260}._header__menu_column_185cf_51{width:100%;display:flex;flex-direction:column;gap:4px;border-bottom:1px solid rgba(255,255,255,.08);padding:8px 16px}._header__menu_name_185cf_59{font-size:16px;font-weight:500;color:#f0f5ff;line-height:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._header__menu_role_185cf_68{font-size:12px;font-weight:400;color:#777;line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._header__menu_list_185cf_77{width:100%;display:flex;flex-direction:column}._header__menu_list_item_185cf_82{height:36px;width:100%;display:flex;align-items:center;gap:8px;padding:0 16px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}._header__menu_list_item_185cf_82:hover{background:#ffffff0a}._header__menu_item_icon_185cf_96{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#9db7de}._header__menu_item_text_185cf_106{font-size:14px;font-weight:400;color:#d6e3fa;line-height:20px}@media (max-width: 900px){._header__user_185cf_5{min-width:112px;max-width:146px;height:34px;padding:0 6px}._header__text_185cf_20{max-width:92px;font-size:13px;line-height:18px}}._popup_11wy6_1{width:min(680px,100vw - 24px);max-width:680px!important}._content_11wy6_6{max-height:min(62vh,620px);padding:22px;color:#dce9f8;font-size:15px;line-height:1.6;overflow-y:auto;overflow-wrap:anywhere}._content_11wy6_6 h1,._content_11wy6_6 h2,._content_11wy6_6 h3{color:inherit;font-weight:750;line-height:1.25}._content_11wy6_6 h1{font-size:28px}._content_11wy6_6 h2{font-size:22px}._content_11wy6_6 h3{font-size:18px}._content_11wy6_6 ul,._content_11wy6_6 ol{padding-left:24px}._content_11wy6_6 ul{list-style:disc}._content_11wy6_6 ol{list-style:decimal}._content_11wy6_6 blockquote{border-left:3px solid #4f9cf9;padding-left:14px;color:#aebfd4}._content_11wy6_6 hr{border:none;border-top:1px solid rgba(255,255,255,.14)}._content_11wy6_6 a{color:#70b7ff;text-decoration:underline}._content_11wy6_6 img{max-width:100%;height:auto;display:block;border-radius:6px}._content_11wy6_6 code{border-radius:4px;padding:2px 5px;background:#00000047;font-family:monospace}._html_11wy6_67>*+*{margin-top:12px}._audios_11wy6_71{display:flex;flex-direction:column;gap:12px}._audios_11wy6_71:not(:first-child){margin-top:18px;border-top:1px solid rgba(255,255,255,.08);padding-top:18px}._audio_11wy6_71{display:flex;flex-direction:column;gap:7px}._audio_11wy6_71>span{overflow:hidden;color:#aebfd4;font-size:12px;line-height:16px;text-overflow:ellipsis;white-space:nowrap}._audio_11wy6_71 audio{width:100%;height:38px}._audioState_11wy6_100{min-height:38px;display:flex;align-items:center;border:1px solid rgba(255,255,255,.08);border-radius:7px;padding:0 12px;color:#8ea6c3;font-size:12px}._footer_11wy6_111{min-height:62px;display:flex;align-items:center;justify-content:flex-end;border-top:1px solid rgba(255,255,255,.08);padding:12px 18px;background:#050d1952}@media (max-width: 600px){._content_11wy6_6{max-height:65vh;padding:18px;font-size:14px}._content_11wy6_6 h1{font-size:24px}._content_11wy6_6 h2{font-size:20px}._footer_11wy6_111{padding:10px 14px}}._message__img_wrap_13ovp_1{width:min(300px,100%);height:200px;display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0;border-radius:4px;background:#e5e7eb;margin-left:0;margin-right:auto;overflow:hidden;position:relative}._message__img_wrap_my_13ovp_15{align-items:flex-end;margin-left:auto;margin-right:0}._message__img_13ovp_1{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;z-index:1}._message__img_download_btn_13ovp_29{width:24px;height:24px;position:absolute;top:10px;right:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#e8f0ff;outline:none;border:1px solid rgba(255,255,255,.16);border-radius:2px;background:#0b1628e0;padding:5px;z-index:2;cursor:pointer}._file_1gcx6_1{width:min(300px,100%);display:flex;align-items:center;justify-content:flex-start;flex-shrink:0;gap:10px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#12223eeb;padding:16px;margin-left:0;margin-right:auto}._file__my_1gcx6_15{justify-content:flex-end;border-color:#34d3993d;background:linear-gradient(180deg,#1fa7723d,#1e7d622e);margin-left:auto;margin-right:0}._file__audio_1gcx6_22{padding:10px 12px}._file__audio_1gcx6_22 audio{width:100%;height:32px}._file__btn_1gcx6_29{width:42px;height:42px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#e8f0ff;outline:none;border:1px solid rgba(255,255,255,.16);border-radius:4px;background:#ffffff0a;padding:12px;cursor:pointer}._file__title_1gcx6_44{max-width:210px;width:100%;font-size:14px;font-weight:500;color:#e7efff;line-height:21px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._file__date_1gcx6_55{font-size:12px;font-weight:400;color:#9ab0d0;line-height:21px}._main_18ufb_1{--field-title-color: #9db7de;--field-error-color: #fb7185;--pagination-disabled-color: rgba(214, 227, 250, .35);min-height:calc(100vh - 72px);background:radial-gradient(1200px 420px at 8% -18%,#1c243161,#1c243100),radial-gradient(900px 380px at 92% -8%,#13aa6a1a,#13aa6a00),linear-gradient(180deg,#090e1a,#0a1222 45%,#09101d)}._main_meridian_18ufb_9{background:radial-gradient(1200px 520px at -10% -14%,rgba(37,99,235,.24),transparent 70%),radial-gradient(940px 500px at 108% -8%,rgba(147,51,234,.2),transparent 72%),radial-gradient(900px 420px at 50% 120%,#040918cc,#040918f5),linear-gradient(180deg,#070d1b,#090f1d 36%,#060b17)}._main_active_18ufb_13{min-height:100vh;background:#070d18}._main_freedom24_18ufb_18{min-height:100vh;background:#171d2b}._layout_1uxi4_1{width:100%;min-height:100dvh;background:radial-gradient(circle at 12% -10%,rgba(14,165,233,.15),transparent 30%),linear-gradient(180deg,#07111f,#050b15)}._layout__inner_1uxi4_6{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;gap:16px;padding:16px 0 24px}._layout__column_1uxi4_14{min-width:0;width:100%;min-height:auto;display:flex;flex-direction:column;gap:12px;justify-content:space-between}._layout__column_1uxi4_14:nth-child(1){max-width:300px;width:100%;flex:0 0 300px;flex-shrink:0;position:sticky;top:16px}._layout__column_1uxi4_14:nth-child(2){flex:1 1 0}._layout__back_1uxi4_34{width:100%;height:42px;display:flex;align-items:center;gap:8px;color:#dbeafe;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:radial-gradient(circle at 0 0,rgba(56,189,248,.13),transparent 36%),linear-gradient(180deg,#10223c,#081422);box-shadow:0 14px 26px #02081761;padding:0 14px;transition:all .2s}._layout__back_1uxi4_34 svg{width:18px;height:18px}._layout__back_1uxi4_34:hover{color:#60a5fa;border-color:#60a5fa4d;background:#60a5fa1f}._layout__content_1uxi4_57{width:100%;min-width:0;height:100%;flex-grow:1;overflow-x:hidden;overflow-y:auto}@media (max-width: 1080px){._layout__inner_1uxi4_6{flex-direction:column;gap:12px;padding-top:12px}._layout__column_1uxi4_14{min-height:auto}._layout__column_1uxi4_14:nth-child(1){max-width:none;flex-basis:auto;position:static}}@media (max-width: 560px){._layout__inner_1uxi4_6{padding:10px 0 86px}}._sidebar_rfmnr_1{width:100%;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:radial-gradient(circle at 18% 0%,rgba(20,142,255,.14),transparent 36%),linear-gradient(180deg,#10223c,#081422);box-shadow:0 18px 34px #02081770;overflow:hidden}._sidebar__head_rfmnr_11{height:48px;width:100%;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.08);padding:0 16px}._sidebar__head_title_rfmnr_19{font-size:18px;font-weight:800;color:#f0f5ff;line-height:24px;letter-spacing:0}._sidebar__list_rfmnr_26{width:100%;display:flex;flex-direction:column;gap:12px;padding:16px}._sidebar__list_item_link_rfmnr_33{min-height:34px;width:100%;display:flex;align-items:center;font-size:14px;font-weight:800;color:#d6e3fa;line-height:20px;border:1px solid transparent;border-radius:10px;padding:0 10px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s}._sidebar__list_item_link_active_rfmnr_49{color:#60a5fa;border-color:#60a5fa42;background:#60a5fa29;box-shadow:inset 0 0 0 1px #60a5fa0f}._sidebar__list_item_link_rfmnr_33:hover{background:#ffffff0f}@media (max-width: 1080px){._sidebar__head_rfmnr_11{height:42px}._sidebar__list_rfmnr_26{flex-direction:row;flex-wrap:wrap;gap:8px;padding:12px;overflow-x:auto}._sidebar__list_item_rfmnr_33{flex:1 1 calc(50% - 4px);min-width:120px}._sidebar__list_item_link_rfmnr_33{width:100%;min-width:0;min-height:34px;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:0 12px;justify-content:center;white-space:nowrap}}@media (max-width: 560px){._sidebar__list_item_rfmnr_33{flex:0 0 auto}}._tradingview_bbn9u_1{width:100%;height:100%;min-height:0;border-radius:10px;border:1px solid rgba(120,160,220,.16);background:radial-gradient(120% 70% at 50% 0%,rgba(30,155,255,.1),transparent 70%),linear-gradient(180deg,#07101f,#050b14);box-shadow:inset 0 1px #ffffff0d,inset 0 -1px #ffffff0a,0 20px 38px #02081785;overflow:hidden;position:relative}._tradingview_closed_bbn9u_12{display:flex;align-items:center;justify-content:center}._tradingview__closed_content_bbn9u_17{max-width:440px;display:flex;flex-direction:column;align-items:center;gap:10px;padding:24px;color:#d9e7ff;text-align:center}._tradingview__closed_content_bbn9u_17 strong{font-size:20px;line-height:28px}._tradingview__closed_content_bbn9u_17 p{color:#8fa8c8;font-size:14px;line-height:20px}._tradingview__closed_icon_bbn9u_36{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(148,184,232,.28);border-radius:8px;background:#081222e6}._tradingview__closed_icon_bbn9u_36 svg{width:20px;height:20px}._tradingview__widget_bbn9u_50,._tradingview__widget_bbn9u_50 iframe{width:100%!important;height:100%!important}._tradingview__positions_toggle_bbn9u_54{position:absolute;top:10px;right:58px;z-index:4;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#d9e7ff;border:1px solid rgba(148,184,232,.28);border-radius:7px;background:#081222e6;box-shadow:0 6px 18px #02081747;padding:0;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._tradingview__positions_toggle_bbn9u_54 svg{width:16px;height:16px;flex:0 0 16px}._tradingview__positions_toggle_inactive_bbn9u_79{color:#8fa8c8;background:#081222c7}@media (max-width: 900px){._tradingview_bbn9u_1{height:64vh;min-height:360px;border-radius:10px;border-color:#ffffff14}._tradingview__positions_toggle_bbn9u_54{top:8px;right:48px}}._overlay_qo24j_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500;display:flex;align-items:center;justify-content:center;background:#030912ad;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:16px}._card_qo24j_13{position:relative;width:min(360px,100vw - 32px);display:flex;flex-direction:column;align-items:center;gap:8px;overflow:hidden;border:1px solid rgba(120,160,220,.24);border-radius:12px;background:radial-gradient(260px 120px at 50% -12%,rgba(30,155,255,.18),transparent 70%),linear-gradient(180deg,#0f1b2efa,#08111ffa);box-shadow:inset 0 1px #ffffff0f,0 22px 56px #0000006b;text-align:center;padding:26px 22px 22px}._card_qo24j_13:before{content:"";width:44px;height:44px;display:block;border:1px solid rgba(30,155,255,.34);border-radius:12px;background:radial-gradient(circle at 50% 44%,rgba(34,199,122,.64) 0 4px,transparent 5px),linear-gradient(180deg,#1e9bff3d,#0f1b2ed1);box-shadow:0 0 0 6px #1e9bff14,0 14px 28px #1e9bff2e;margin-bottom:4px}._title_qo24j_40{max-width:100%;color:#f4f8ff;font-size:18px;font-weight:800;line-height:23px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._subtitle_qo24j_51{color:#8fa4c2;font-size:12px;font-weight:800;line-height:16px;text-transform:uppercase}._actions_qo24j_59{width:100%;display:flex;align-items:center;gap:8px;margin-top:14px}._accept_qo24j_67,._decline_qo24j_68{min-width:0;height:42px;flex:1;border:none;border-radius:10px;color:#fff;font-size:14px;font-weight:800;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}._accept_qo24j_67:hover,._decline_qo24j_68:hover{transform:translateY(-1px);filter:brightness(1.04)}._accept_qo24j_67:active,._decline_qo24j_68:active{transform:translateY(0)}._accept_qo24j_67{background:linear-gradient(180deg,#24d56b,#12a45f);box-shadow:0 12px 26px #22c77a3d}._decline_qo24j_68{background:linear-gradient(180deg,#ff3d58,#d82038);box-shadow:0 12px 26px #ef233c3d}._bar_qo24j_100{position:fixed;left:50%;bottom:24px;z-index:1500;display:flex;align-items:center;gap:16px;min-width:min(420px,100vw - 32px);max-width:calc(100vw - 32px);transform:translate(-50%);border:1px solid rgba(120,160,220,.22);border-radius:14px;background:#0c182cf0;box-shadow:0 18px 48px #00000052;color:#fff;padding:12px 14px}._barInfo_qo24j_119{min-width:0;display:flex;flex:1;flex-direction:column;gap:3px}._barTitle_qo24j_127{font-size:14px;font-weight:800;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._timer_qo24j_136{color:#22c77a;font-size:12px;font-weight:800}._barActions_qo24j_142{display:flex;align-items:center;gap:8px}._iconBtn_qo24j_148{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#ffffff14;color:#fff;cursor:pointer;transition:all .2s ease}._iconBtn_qo24j_148:hover{background:#ffffff29}._iconBtn_qo24j_148 svg{width:18px;height:18px}._iconBtnActive_qo24j_169{border-color:#22c77a73;background:#22c77a2e;color:#22c77a}._iconBtnDanger_qo24j_175{border-color:#ef233c70;background:#ef233c2e;color:#ff4d64}@media (max-width: 520px){._card_qo24j_13{padding:24px 18px 18px}._bar_qo24j_100{align-items:flex-start;flex-direction:column}._barActions_qo24j_142{width:100%;justify-content:center}}
