@charset "UTF-8";article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}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,menu,nav,output,ruby,section,summary,time,mark,audio,video,button{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box;color:#fff;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:500}.dnone{display:none}a{text-decoration:none}input,textarea{box-sizing:border-box}.free_img{width:0px;height:0px;display:flex;justify-content:center;align-items:center;position:relative}.App{width:100%;overflow:hidden;min-height:100vh;padding:24px 12px;max-width:500px;margin:0 auto;display:flex;flex-direction:column;gap:18px}.App_row{display:flex;align-items:center;gap:8px;justify-content:space-between;width:100%}.App_rowFw{flex-wrap:wrap}.App_rowCenter{justify-content:center}.App_el{display:flex;flex-direction:column;gap:12px;border:1px solid #373747;padding:12px;background:#0d0d0f;border-radius:16px}html{scroll-behavior:smooth;background:#000}.Button{border-radius:16px;transition:background-color .2s,border .2s,box-shadow .2s;cursor:pointer;white-space:nowrap}.Button .Text{transition:color .2s}.Button_light_blue{box-shadow:0 2px 24px #479bd83d}.Button_wfit{width:fit-content}.Button_color_primary{background-color:#479bd8}.Button_color_white{background-color:#fff}.Button_color_white .Text{color:#0f0f11}.Button_color_transparent .Text{color:#5e5c6d}.Button_color_yellow_1{background-color:#3d373f}.Button_color_dark{background-color:#1e1e25;border:none;box-shadow:0 2px 4px #0004}.Button_color_dark .Text{color:#b1b0bc}.Button_color_inactive{background-color:#15151a;border:1px solid #1E1E25}.Button_color_inactive .Text{color:#5e5c6d}.Button_color_active{background-color:#fff;border:1px solid #fff}.Button_color_active .Text{color:#0f0f11}.Button_color_scoreTag_high{background:#242d30}.Button_color_scoreTag_high .Text{color:#58ffca}.Button_color_scoreTag_medium{background:#282328}.Button_color_scoreTag_medium .Text{color:#f5b55b}.Button_size_l{padding:12px 16px}.Button_size_m{padding:8px 16px}.Button_size_s{padding:5.5px 16px}.Button_size_xs{padding:3.5px 12px}.Button_size_square{min-width:26px;min-height:26px;max-width:26px;max-height:26px;display:flex;justify-content:center;align-items:center}.Button_size_squareW{min-height:26px;max-height:26px;width:fit-content;padding:0 4px;display:flex;justify-content:center;align-items:center}.Text span{font-weight:inherit;font-size:inherit}.Text{transition:color .2s}.Text_tac{text-align:center}.Text_inline{display:inline}.Text_tar{text-align:right}.Text_width{font-weight:500}.Text_width_thin{font-weight:100}.Text_width_extraLight{font-weight:200}.Text_width_light{font-weight:300}.Text_width_regular{font-weight:400}.Text_width_medium{font-weight:500}.Text_width_semiBold{font-weight:600}.Text_width_bold{font-weight:700}.Text_width_extraBold,.Text_width_heavy{font-weight:800}.Text_width_black{font-weight:900}.Text_size_2xl{font-size:32px}.Text_size_xl{font-size:22px}.Text_size_l{font-size:16px}.Text_size_m{font-size:13px}.Text_size_s{font-size:11px}.Text_color,.Text_color_white{color:#fff}.Text_color_primary{color:#479bd8}.Text_color_n_1{color:#b1b0bc}.Text_color_n_2{color:#5e5c6d}.Text_color_n_3{color:#373747}.Text_color_n_4{color:#2b2b37}.Text_color_n_5{color:#1e1e25}.Text_color_n_6{color:#15151a}.Text_color_n_7{color:#0d0d0f}.Text_color_yellow{color:#f5b55b}.Text_color_yellow_1{color:#3d373f}.Text_color_yellow_2{color:#282328}.Text_color_yellow_3{color:#1b191f}.Text_color_green{color:#58ffca}.Text_color_green_1{color:#242d30}.Text_color_red{color:#ff5858}.Input{width:100%;display:flex;align-items:center}.Input_decor{left:-8px;justify-content:right!important;pointer-events:none}.Input input{width:100%;background-color:#15151a;border:1px solid #1E1E25;padding:8px 12px;outline:none;transition:background-color .2s,border .2s;color:#fff;border-radius:16px;font-size:13px}.Input input::placeholder{color:#5e5c6d}.Input input:focus{background-color:#2b2b37}.LineSelector{width:100%;border-radius:4px;height:4px;background:#1e1e25;display:flex;align-items:center;overscroll-behavior-x:contain;margin-top:16px}.LineSelector_drag{touch-action:none;cursor:grab}.LineSelector_drag:active{cursor:grabbing}.LineSelector_line{position:relative;pointer-events:none;z-index:2;border-radius:4px;height:4px;background:#fff}.LineSelector_dotBorder{z-index:1;pointer-events:none}.LineSelector_dotBorder_inner{min-width:20px;min-height:20px;background:#1e1e25;border-radius:100px}.LineSelector_dotGrabber{z-index:5}.LineSelector_dotGrabber_inner{min-width:60px;min-height:60px;border-radius:100px}.LineSelector_dot{z-index:3;pointer-events:none}.LineSelector_dot_inner{min-width:14px;min-height:14px;background:#479bd8;border:3px solid #fff;border-radius:100px}.Switch{background-color:#1e1e25;transition:background-color .3s,border .3s;border:1px solid #2B2B37;width:40px;height:24px;display:flex;justify-content:center;align-items:center;padding:2px;border-radius:16px;cursor:pointer}.Switch_wrapper{display:flex;align-items:center;gap:6px}.Switch_inner{min-width:20px;min-height:20px;border-radius:100px;background:#fff;transform:translate(-8px);transition:transform .3s}.Switch_toggled{background-color:#479bd8;border:1px solid #479BD8}.Switch_toggled .Switch_inner{transform:translate(8px)}.Preview{min-width:476px}.Preview_wrapper{transform-origin:top left;display:inline-block}@media(max-width:500px){.Preview_wrapper{transform:scale(calc(.2vw/1px))}}@font-face{font-family:Inter;src:url(/bingX/Inter.ttf)}.BingX{width:100%;background-position:center;background-repeat:no-repeat;background-size:cover;min-height:370px;padding:20px 0 40px 20px;gap:40px}.BingX_logo{width:100%}.BingX_logo img{width:75px;filter:brightness(0) invert(1)}.BingX_content{display:flex;flex-wrap:wrap;justify-content:start;gap:10px;margin-top:50px}.BingX_content_status{width:100%;display:flex;justify-content:start;font-family:Inter;font-size:20px;font-weight:500;align-items:center}.BingX_content_info{width:100%;display:flex;justify-content:start;align-items:center;font-family:Inter;margin-top:12px}.BingX_content_info_el{font-size:20px;font-weight:600;line-height:20px}.BingX_content_info_el:not(:first-child){padding-left:16px;border-left:1px solid rgba(255,255,255,.2666666667)}.BingX_content_info_el:not(:last-child){padding-right:16px}.BingX_content_pnl{width:100%;display:flex;justify-content:start;align-items:center;font-family:Inter;font-size:55px;font-weight:400}.BingX_content_last{width:100%;display:flex;justify-content:start;align-items:center;font-family:Inter;font-size:15px;font-weight:400;color:#ffffff80;gap:16px}.BingX_content_last span{display:flex;justify-content:center;align-items:center;font-family:Inter;font-size:15px;font-weight:700}.BingX_stick{width:1px;height:10px;background-color:#ffffff65}@font-face{font-family:Din;src:url(/mexc/din.ttf)}@font-face{font-family:MEXCSans;src:url(/mexc/MEXCSans.woff2)}.Mexc{width:100%;background-position:center;background-repeat:no-repeat;background-size:contain;min-height:450px;display:flex;justify-content:start;flex-wrap:wrap;align-content:space-between;padding:50px 0 20px 50px}.Mexc_date{width:100%;display:flex;justify-content:start;align-items:center;color:#7a7a7a}.Mexc_content{width:100%;display:flex;flex-wrap:wrap;justify-content:start;gap:10px}.Mexc_content_pair{width:100%;display:flex;justify-content:start;align-items:center;font-weight:800;font-size:16px;font-family:MEXCSans}.Mexc_content_leverage{width:100%;display:flex;justify-content:start;align-items:center;gap:10px}.Mexc_content_leverage_color{color:#7a7a7a}.Mexc_content_pnl{width:100%;font-size:30px;font-weight:700;font-family:MEXCSans}.Mexc_info{width:100%;display:flex;flex-wrap:wrap;justify-content:start}.Mexc_info_el{width:100%;display:flex;justify-content:start;align-items:center}.Mexc_info_el_title{min-width:120px;color:#7a7a7a;font-weight:500}.Mexc_line{width:1px;height:10px;background-color:#7a7a7a}@font-face{font-family:OKX;src:url(/okx/Bold.woff2);font-display:swap}.okxCard{width:476px;margin:0 auto;position:relative;background:#000}.okxCard__inner{width:476px;position:relative;overflow:hidden}.okxCard__content{position:relative;z-index:2}.okxCard__bg{position:absolute;right:0;top:67px;width:373px;z-index:1;pointer-events:none}.okxCard__top{width:476px;height:630px;box-sizing:border-box;color:#fafafa;border-top-left-radius:8px;border-top-right-radius:8px;position:relative;padding:16px}.okxCard__user{display:flex;justify-content:space-between;min-height:28px}.okxCard__userLeft{display:flex;align-items:center;gap:14px}.okxCard__avatar{width:37px;height:37px;border-radius:999px;overflow:hidden;border:1px solid rgba(255,255,255,.15);background:#222;flex:0 0 auto}.okxCard__avatarImg{width:100%;height:100%;object-fit:cover;border-radius:999px;display:block}.okxCard__nickname{font-size:22px;font-weight:700;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.okxCard__date{font-size:14px;line-height:16px;max-width:120px;text-align:right;color:#909090;font-weight:300}.okxCard__pnl{margin-top:266px}.okxCard__logo{width:93px;display:block}.okxCard__pnlPercent{margin-top:11px;font-family:OKX;font-weight:400;font-size:53px;line-height:1;white-space:nowrap}.okxCard__pnlValueRow{margin-top:8px;font-size:21px;line-height:26px}.okxCard__pnlValue{font-family:OKX;font-weight:400}.okxCard__pnlUnit{color:#fff}.okxCard__instrument{display:flex;flex-direction:column;gap:3px;margin-top:21px}.okxCard__pair{font-size:21px;line-height:26px;font-weight:500}.okxCard__tags{display:flex;margin-top:3px}.okxCard__tag{color:#909090;font-size:16px;font-weight:300;margin-right:11px;padding-right:11px;position:relative}.okxCard__tag:not(:last-child){border-right:1px solid #383838}.okxCard__prices{display:grid;grid-template-columns:max-content auto;justify-content:space-between;gap:13px;margin-top:32px}.okxCard__priceLabel{color:#909090;font-size:19px;font-weight:300}.okxCard__priceValue{font-size:19px;font-weight:300;line-height:21px;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PreviewBybit{background-size:cover;padding:28px;width:100%;min-height:475px}.PreviewBybit_pairRow{gap:16px;margin-top:70px;display:flex;align-items:center}.PreviewBybit_pair{font-family:IBM Plex Sans,sans-serif;font-weight:600;font-size:32px}.PreviewBybit_dir{padding:4px;border-radius:4px;font-family:IBM Plex Sans,sans-serif;font-weight:500;font-size:14px}.PreviewBybit_label{font-family:IBM Plex Sans,sans-serif;font-size:16px;color:#fff8;font-weight:400}.PreviewBybit_roi{margin-top:32px}.PreviewBybit_roi_value{font-family:IBM Plex Sans,sans-serif;font-size:56px;font-weight:600}.PreviewBybit_entry{margin-top:32px}.PreviewBybit_exit{margin-top:16px}.PreviewBybit_price{font-family:IBM Plex Sans,sans-serif;font-size:22px;font-weight:600}.PreviewBybit_long .PreviewBybit_dir{color:#33b27b;background:#061c10}.PreviewBybit_short .PreviewBybit_dir{color:#f1434c;background:#1c0606}.PreviewBybit_profit{background-image:url(/cexs/bybit/profit.png)}.PreviewBybit_profit .PreviewBybit_roi_value{color:#33b27b}.PreviewBybit_loss{background-image:url(/cexs/bybit/loss.png)}.PreviewBybit_loss .PreviewBybit_roi_value{color:#f1434c}@font-face{font-family:Inter;src:url(/weex/Inter.ttf)}@font-face{font-family:Proxima;src:url(/weex/Proxima.ttf)}.Weex{width:100%;background-position:center;background-repeat:no-repeat;background-size:cover;min-height:500px;padding:110px 0 10px 20px}.Weex_content{display:flex;justify-content:start;flex-wrap:wrap}.Weex_content_pair{width:100%;display:flex;justify-content:start;gap:10px;font-weight:400;font-size:26px}.Weex_content_pair span{display:flex;justify-content:start;align-items:center;position:relative;bottom:0;font-size:16px;font-weight:300}.Weex_content_info{margin-top:16px;width:100%;display:flex;justify-content:start;align-items:center;gap:10px;font-size:16px;font-weight:300}.Weex_content_info span{font-family:Plus Jakarta Sans;font-weight:300;font-size:16px}.Weex_content_info span span{font-family:Inter;font-size:16px;font-weight:300}.Weex_content_pnl{margin-top:26px;font-size:48px;font-family:Plus Jakarta Sans;font-weight:600}.Weex_bottom{width:100%;display:flex;flex-wrap:wrap;justify-content:start;margin-top:122px}.Weex_bottom_entry{margin-top:8px;width:100%;display:flex;justify-content:start;align-items:center;gap:4px;font-family:Inter;font-weight:300;color:#ffffff80;font-size:16px}.Weex_bottom_entry span{font-family:Plus Jakarta Sans;font-weight:300;font-size:18px;padding-left:8px}.Weex_bottom_time{margin-top:12px;width:100%;display:flex;justify-content:start;align-items:center;gap:4px;font-family:Inter;font-weight:300;color:#ffffff80;font-size:12px}.Weex_bottom_time span{color:#ffffff80;font-family:Plus Jakarta Sans;font-weight:300;font-size:12px}.Weex_line{width:1px;height:10px;background-color:#ffffff4d}
