@font-face{font-family:BinanceNova;src:url(/fonts/BinanceNova-Light.woff2?v=2) format("woff2");font-weight:300;font-style:normal;font-display:block}@font-face{font-family:BinanceNova;src:url(/fonts/BinanceNova-Regular.woff2?v=2) format("woff2");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:BinanceNova;src:url(/fonts/BinanceNova-Medium.woff2?v=2) format("woff2");font-weight:500;font-style:normal;font-display:block}@font-face{font-family:BinanceNova;src:url(/fonts/BinanceNova-SemiBold.woff2?v=2) format("woff2");font-weight:600;font-style:normal;font-display:block}@font-face{font-family:BinanceNova;src:url(/fonts/BinanceNova-Bold.woff2?v=2) format("woff2");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:BinancePlex;src:url(/fonts/BinancePlex-Light.woff2?v=3) format("woff2");font-weight:300;font-style:normal;font-display:block}@font-face{font-family:BinancePlex;src:url(/fonts/BinancePlex-Regular.woff2?v=3) format("woff2");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:BinancePlex;src:url(/fonts/BinancePlex-Medium.woff2?v=3) format("woff2");font-weight:500;font-style:normal;font-display:block}@font-face{font-family:BinancePlex;src:url(/fonts/BinancePlex-SemiBold.woff2?v=3) format("woff2");font-weight:600;font-style:normal;font-display:block}@font-face{font-family:BinancePlex;src:url(/fonts/BinancePlex-Bold.woff2?v=3) format("woff2");font-weight:700;font-style:normal;font-display:block}:root{--bg:#1f2630;--bg2:#272f3a;--bg3:#29303b;--bg4:#313842;--line:#2c333d;--text:#d0d3d9;--text2:#848c97;--text3:#848c97;--yellow:#fcd433;--yellow-press:#fcd433;--up:#2dbc85;--up-dim:rgba(45,188,133,0.12);--down:#f4455c;--down-dim:rgba(244,69,92,0.12);--blue:#3db8f5;--nav-bg:#1f2630;--status-space:44px;--home-space:20px;--nav-content-h:60px;--nav-h:var(--nav-content-h);--font-ui:"BinanceNova","BinancePlex","PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;--font-num:"BinanceNova",sans-serif}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body,html{background:var(--bg);color:var(--text);font-family:var(--font-ui);font-size:14px;line-height:1.4}.app-shell,.futures-trade-page,.history-center,.spot-trade-page,body,button,html,input,select,textarea{font-family:var(--font-ui)!important}.bn-num,.history-current-item dd,.history-current-item>time,.history-item dd,.history-item time.list-time,.history-item>div>b,.history-orderid-dd,.list-time{font-family:var(--font-num)!important;font-variant-numeric:normal;font-feature-settings:normal}body{min-height:100dvh;overscroll-behavior-y:none}a{color:inherit;text-decoration:none}button{color:inherit;cursor:pointer}button,input{font-family:inherit;border:none;background:none}input{color:var(--text);outline:none}input::placeholder{color:var(--text3)}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.app-shell{width:100%;max-width:420px;margin:0 auto;min-height:100dvh;padding-top:var(--status-space);padding-bottom:var(--home-space);background:var(--bg);position:relative;display:flex;flex-direction:column}.app-shell:after,.app-shell:before{content:"";position:fixed;left:50%;transform:translateX(-50%);width:min(100%,420px);pointer-events:none}.app-shell:before{top:0;height:var(--status-space);background:var(--bg);z-index:40}.app-shell:after{bottom:0;height:var(--home-space);background:var(--nav-bg);z-index:40}.page-body{flex:1 1;padding-bottom:calc(var(--nav-content-h) + 8px)}.row{display:flex;align-items:center}.between{justify-content:space-between}.gap4{gap:4px}.gap6{gap:6px}.gap8{gap:8px}.gap12{gap:12px}.up{color:var(--up)}.down{color:var(--down)}.muted{color:var(--text2)}.dim{color:var(--text3)}.t10{font-size:10px}.t11{font-size:11px}.t12{font-size:12px}.t13{font-size:13px}.t14{font-size:14px}.t15{font-size:15px}.t18{font-size:18px}.t22{font-size:22px}.t28{font-size:28px}.bold{font-weight:600}.card{background:var(--bg2);border-radius:8px}.divider{height:1px;background:var(--line)}.trade-topnav{position:-webkit-sticky;position:sticky;top:var(--status-space);z-index:20;background:var(--bg);display:flex;align-items:center;padding:0 8px 0 4px;min-height:44px}.trade-topnav .tabs{flex:1 1;gap:20px;padding:0 8px}.trade-topnav .tab{padding:12px 0}.trade-topnav.spot-topnav{border-bottom:1px solid #333b46}.trade-topnav.spot-topnav .tab.active:after,.trade-topnav:not(.spot-topnav) .tab.active:after{display:none}.hamburger{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--text2)}.tabs{display:flex;gap:18px;overflow-x:auto;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab{position:relative;padding:10px 0;color:var(--text2);font-size:14px;white-space:nowrap;flex-shrink:0}.tab.active{color:var(--text);font-weight:600}.tab.active:after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:0;width:20px;height:3px;border-radius:2px;background:var(--yellow)}.tab.disabled{color:var(--text3);opacity:.7}.subtabs{display:flex;gap:22px;overflow-x:auto;scrollbar-width:none}.subtabs::-webkit-scrollbar{display:none}.subtab{position:relative;padding:8px 0;color:var(--text2);font-size:13px;white-space:nowrap;flex-shrink:0}.subtab.active{color:var(--text);font-weight:600}.subtab.active:after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:0;width:18px;height:3px;border-radius:2px;background:var(--yellow)}.subtab.disabled{color:var(--text3);opacity:.7}.plain-subtabs .subtab.active:after,.plain-tabs .tab.active:after{display:none}.top-bar{position:-webkit-sticky;position:sticky;top:var(--status-space);z-index:20;background:var(--bg);display:flex;align-items:center;justify-content:space-between;padding:10px 16px;min-height:48px}.seg{display:flex;gap:8px}.seg-btn{flex:1 1;height:36px;border-radius:10px;font-size:14px;font-weight:600;background:var(--bg3);color:var(--text2);transition:background .15s}.seg-btn.buy-active{background:var(--up);width:89px;color:#FFFFFF}.seg-btn.sell-active{background:var(--down);color:var(--text)}.otype{display:inline-flex;align-items:center;gap:4px;color:var(--text);font-size:13px;padding:4px 0}.otype-info{margin-left:auto;width:13px;height:13px;border:1px solid var(--text3);border-radius:50%;position:relative;flex-shrink:0}.otype-info:before{top:3px;height:1.5px;border-radius:50%}.otype-info:after,.otype-info:before{content:"";position:absolute;left:50%;width:1.5px;background:var(--text3);transform:translateX(-50%)}.otype-info:after{top:5.5px;height:4px;border-radius:1px}.field{position:relative;background:var(--bg3);border-radius:12px;padding:8px 12px 9px;margin-bottom:8px}.field-label{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:var(--text3);margin-bottom:2px}.field-main{display:flex;align-items:stretch;gap:8px}.field-tag{flex-shrink:0;font-size:11px;color:var(--text2);background:var(--bg3);padding:2px 8px;border-radius:6px}.field-input-row{display:flex;align-items:center;flex:1 1;min-width:0}.field-input{flex:1 1;min-width:0;font-size:17px;font-weight:600;padding-right:6px}.field-unit{font-size:12px;flex-shrink:0}.field-readonly,.field-unit{color:var(--text2)}.field-empty .field-label{position:absolute;top:50%;left:12px;right:12px;transform:translateY(-50%);margin-bottom:0;pointer-events:none}.spot-trade-page .field-empty .field-label{left:9px;right:9px}.spot-trade-page .field-empty{min-height:47px;display:flex;flex-direction:column}.spot-trade-page .field-empty .field-main{flex:1 1}.pct-slider{height:28px;align-items:center;margin:2px 0 6px;cursor:pointer;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pct-slider,.pct-track{position:relative;display:flex}.pct-track{width:225px;height:3.97px;margin:0 auto;background:linear-gradient(90deg,rgba(74,85,104,0),#4a5568 6%,#4a5568 94%,rgba(74,85,104,0))}.pct-fill{position:absolute;inset:0 auto 0 0;z-index:0;background:#ebecef;pointer-events:none}.pct-handle{position:absolute;top:50%;z-index:2;width:12px;height:12px;background:transparent;border:2px solid #fff;border-radius:3px;transform:translate(-50%,-50%) rotate(45deg)}.pct-ticks{position:absolute;inset:0;z-index:1;pointer-events:none}.pct-tick{position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:8px;height:8px;background:transparent;border:1px solid #8a93a0}.pct-tick.active{border-color:#ebecef;background:#ebecef}.check{--check-pad-left:10px;gap:6px;font-size:12px;color:#dfdfdf;background:var(--bg3);padding:6px 10px;border-radius:6px;touch-action:manipulation;outline:none}.check,.check .box{position:relative;display:inline-flex;align-items:center}.check .box{width:14px;height:14px;flex:0 0 14px;border-radius:3px;border:1.2px solid #646464;background:transparent;justify-content:center;transition:background-color 105ms cubic-bezier(.2,0,0,1),border-color 105ms cubic-bezier(.2,0,0,1),transform 105ms cubic-bezier(.2,0,0,1);box-shadow:0 0 0 1px rgba(0,0,0,.03);z-index:1}.check.on .box{background:#fff;border-color:#fff}.check:active .box{transform:scale(.965)}.check .check-svg{position:absolute;left:1px;top:2px;width:11px;height:9px;overflow:visible;pointer-events:none}.check .check-path{fill:none;stroke:#101720;stroke-width:4.2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:31;stroke-dashoffset:31;opacity:0}.check.on .check-path{opacity:1;animation:drawCheck 145ms cubic-bezier(.22,.75,.32,1) 22ms forwards}.check:not(.on) .check-path{animation:eraseCheck 80ms linear forwards}.check .check-halo{position:absolute;left:calc(var(--check-pad-left) + 7px);top:50%;width:32px;height:32px;margin:-16px 0 0 -16px;border-radius:50%;pointer-events:none;opacity:0;transform:scale(.58)}.check.ripple-on .check-halo{background:radial-gradient(circle,rgba(125,135,150,.36) 0,rgba(113,123,138,.3) 48%,rgba(86,96,112,.16) 68%,rgba(86,96,112,0) 78%);animation:checkPressHalo .86s cubic-bezier(.18,.7,.2,1) both}.check.ripple-off .check-halo{background:radial-gradient(circle,rgba(245,190,18,.24) 0,rgba(235,177,10,.2) 48%,rgba(218,160,0,.11) 68%,rgba(218,160,0,0) 78%);animation:checkPressHalo .9s cubic-bezier(.18,.7,.2,1) both}.check:focus-visible:after{content:"";position:absolute;left:1px;top:50%;width:22px;height:22px;transform:translateY(-50%);border-radius:6px;border:1px solid rgba(221,221,223,.35)}@keyframes drawCheck{0%{stroke-dashoffset:31;opacity:.45}to{stroke-dashoffset:0;opacity:1}}@keyframes eraseCheck{0%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:31;opacity:0}}@keyframes checkPressHalo{0%{opacity:0;transform:scale(.58)}18%{opacity:.76;transform:scale(.78)}40%{opacity:1;transform:scale(1)}68%{opacity:.62;transform:scale(1.035)}to{opacity:0;transform:scale(1.08)}}@media (prefers-reduced-motion:reduce){.check .box,.check .check-halo,.check .check-path{animation:none!important;transition:none!important}.check.on .check-path{stroke-dashoffset:0;opacity:1}}.check.disabled{opacity:.6}.btn{display:flex;align-items:center;justify-content:center;height:44px;border-radius:8px;font-size:15px;font-weight:600;width:100%}.btn-buy{background:var(--up);color:var(--text)}.btn-sell{background:var(--down);color:var(--text)}.btn-primary{background:var(--yellow);color:#1f2630}.btn-ghost{background:transparent;border:1px solid var(--bg4);color:var(--text);font-weight:500}.btn-sm{height:30px;font-size:12px;border-radius:4px;width:auto;padding:0 12px}.btn:disabled{opacity:.45;cursor:not-allowed}.icon-btn{width:32px;height:32px;color:var(--text2)}.badge,.icon-btn{display:inline-flex;align-items:center;justify-content:center}.badge{min-width:64px;padding:5px 6px;border-radius:4px;font-size:12px;font-weight:600}.badge.up{background:#2ebd85;color:#ffffff}.badge.down{background:#f6465d;color:#ffffff}.badge.flat{background:#848e9c;color:#fff}.tag{display:inline-flex;align-items:center;padding:1px 5px;border-radius:3px;font-size:10px;line-height:1.5}.tag,.tag-perp{white-space:nowrap;flex-shrink:0}.tag-perp{background:#2f3742;border:none;color:#8a93a0;line-height:1.35;writing-mode:horizontal-tb;word-break:keep-all}.tag-lev{background:rgba(252,212,51,.15);color:var(--yellow)}.bottom-nav{position:fixed;bottom:var(--home-space);left:50%;transform:translateX(-50%);width:100%;max-width:420px;height:var(--nav-content-h);background:var(--nav-bg);box-shadow:0 -2px 0 var(--line);display:flex;z-index:30}.bottom-nav a{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:3px;padding-top:7px;color:#838b96;font-size:10px;outline:none;touch-action:manipulation}.bottom-nav a.active{color:#e0e4ea}.nav-instant-screen{position:fixed;z-index:29;inset:0 0 calc(var(--home-space) + var(--nav-content-h)) 0;max-width:420px;margin:auto;background:#1f2630;padding:calc(env(safe-area-inset-top,0px) + 12px) 16px 16px;overflow:hidden;pointer-events:none}.nav-instant-head{height:42px;display:flex;align-items:center;justify-content:space-between;color:#eef1f5;font-size:16px}.nav-instant-block{display:block;background:#2b3441;border-radius:6px}.nav-instant-block.wide{width:72px;height:12px}.nav-instant-block.dot{width:24px;height:24px;border-radius:50%}.nav-instant-tabs{display:flex;gap:18px;height:44px;align-items:center;border-bottom:1px solid #313946}.nav-instant-block.tab{width:48px;height:13px}.nav-instant-card{height:90px;margin:14px 0;background:#252e3a;border-radius:12px}.nav-instant-row{height:58px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(65,75,88,.35)}.nav-instant-block.coin{width:30px;height:30px;border-radius:50%}.nav-instant-block.name{width:104px;height:15px}.nav-instant-block.price{width:78px;height:15px;margin-left:auto}.nav-instant-trading{display:grid;grid-template-columns:minmax(0,1fr) 145px;grid-gap:8px;gap:8px;padding-top:10px}.nav-instant-trading section{display:flex;flex-direction:column;gap:11px}.nav-instant-block.title{width:104px;height:18px}.nav-instant-block.field{height:45px}.nav-instant-block.button{height:38px;background:#2dbb89}.nav-instant-trading aside{display:flex;flex-direction:column;gap:8px}.nav-instant-book{display:flex;justify-content:space-between}.nav-instant-book em,.nav-instant-book i{display:block;width:58px;height:10px;background:#2b3441;border-radius:3px}.bottom-nav-glyph{position:relative;display:block;flex:0 0 auto;transform:translateZ(0);will-change:transform}.bottom-nav-glyph.home{width:30px;height:30px;--nav-mask:url(/figma/mill/nav-home-active.png)}.bottom-nav-glyph.market{width:33px;height:30px;--nav-mask:url(/figma/mill/nav-markets-active.png)}.bottom-nav-glyph.trade{width:39px;height:30px;--nav-mask:url(/figma/mill/nav-trade-active.png)}.bottom-nav-glyph.contract{width:27px;height:30px;--nav-mask:url(/figma/mill/nav-futures-active.png)}.bottom-nav-glyph.asset{width:31px;height:30px;--nav-mask:url(/figma/mill/nav-assets-active.png)}.bottom-nav .nav-icon-layer{position:absolute;inset:0;display:block;width:100%;height:100%;margin:0;background:#838b96;pointer-events:none;-webkit-mask-image:var(--nav-mask);mask-image:var(--nav-mask);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;mask-mode:alpha}.bottom-nav .nav-icon-base{background:#838b96;transition:background-color 60ms linear,opacity 40ms linear}.bottom-nav .nav-icon-white{background:#e0e4ea;opacity:0;transition:opacity 40ms linear}.bottom-nav .nav-icon-color{background:#f7b807;opacity:0;will-change:clip-path,opacity,transform}.bottom-nav a.active .nav-icon-base{background:#caccd2}.bottom-nav a.active .nav-icon-white,.bottom-nav a.active:not(.animate-in) .nav-icon-color{opacity:1}.bottom-nav a:active .bottom-nav-glyph{transform:translateY(.2px)}.bottom-nav-label{font-size:10px;line-height:14px;letter-spacing:.02em;color:inherit;white-space:nowrap;transition:color 60ms linear}.bottom-nav-glyph.market:after{content:"";position:absolute;inset:0;z-index:4;pointer-events:none;background:#e0e4ea;opacity:0;-webkit-mask-image:var(--nav-mask);mask-image:var(--nav-mask);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-clip-path:inset(68% 0 0 0);clip-path:inset(68% 0 0 0)}.bottom-nav a[data-kind=market].active .bottom-nav-glyph.market:after{opacity:1}.bottom-nav a[data-kind=market] .nav-icon-color{-webkit-clip-path:polygon(69% 0,100% 0,100% 64%,69% 64%);clip-path:polygon(69% 0,100% 0,100% 64%,69% 64%)}.bottom-nav a[data-kind=trade] .nav-icon-color{-webkit-clip-path:polygon(35% 31%,65% 31%,65% 69%,35% 69%);clip-path:polygon(35% 31%,65% 31%,65% 69%,35% 69%)}.bottom-nav a[data-kind=contract] .nav-icon-color{-webkit-clip-path:polygon(58% 62%,100% 62%,100% 100%,58% 100%);clip-path:polygon(58% 62%,100% 62%,100% 100%,58% 100%)}.bottom-nav a[data-kind=asset] .nav-icon-color{-webkit-clip-path:polygon(47% 42%,84% 42%,84% 81%,47% 81%);clip-path:polygon(47% 42%,84% 42%,84% 81%,47% 81%)}.bottom-nav a[data-kind=home].animate-in .nav-icon-color{animation:bottomHomeYellow 118ms linear 205ms both}@keyframes bottomHomeYellow{0%{opacity:0}22%{opacity:.18}58%{opacity:.72}to{opacity:1}}.bottom-nav a[data-kind=market].animate-in .nav-icon-base{opacity:0}.bottom-nav a[data-kind=market].animate-in .nav-icon-white{opacity:1;animation:bottomMarketWhiteTrace .56s linear 24ms both}.bottom-nav a[data-kind=market].animate-in .nav-icon-color{opacity:1;animation:bottomMarketYellowTrace 555ms linear 58ms both}@keyframes bottomMarketWhiteTrace{0%{-webkit-clip-path:polygon(7% 0,7% 0,7% 67%,7% 67%);clip-path:polygon(7% 0,7% 0,7% 67%,7% 67%)}12%{-webkit-clip-path:polygon(7% 0,20% 0,20% 67%,7% 67%);clip-path:polygon(7% 0,20% 0,20% 67%,7% 67%)}27%{-webkit-clip-path:polygon(7% 0,34% 0,34% 67%,7% 67%);clip-path:polygon(7% 0,34% 0,34% 67%,7% 67%)}44%{-webkit-clip-path:polygon(7% 0,49% 0,49% 67%,7% 67%);clip-path:polygon(7% 0,49% 0,49% 67%,7% 67%)}61%{-webkit-clip-path:polygon(7% 0,63% 0,63% 67%,7% 67%);clip-path:polygon(7% 0,63% 0,63% 67%,7% 67%)}79%{-webkit-clip-path:polygon(7% 0,78% 0,78% 67%,7% 67%);clip-path:polygon(7% 0,78% 0,78% 67%,7% 67%)}92%{-webkit-clip-path:polygon(7% 0,90% 0,90% 67%,7% 67%);clip-path:polygon(7% 0,90% 0,90% 67%,7% 67%)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 67%,0 67%);clip-path:polygon(0 0,100% 0,100% 67%,0 67%)}}@keyframes bottomMarketYellowTrace{0%{-webkit-clip-path:polygon(7% 0,15% 0,15% 67%,7% 67%);clip-path:polygon(7% 0,15% 0,15% 67%,7% 67%);opacity:0}7%{-webkit-clip-path:polygon(7% 0,22% 0,22% 67%,7% 67%);clip-path:polygon(7% 0,22% 0,22% 67%,7% 67%);opacity:.9}18%{-webkit-clip-path:polygon(14% 0,31% 0,31% 67%,14% 67%);clip-path:polygon(14% 0,31% 0,31% 67%,14% 67%);opacity:1}34%{-webkit-clip-path:polygon(29% 0,46% 0,46% 67%,29% 67%);clip-path:polygon(29% 0,46% 0,46% 67%,29% 67%)}50%{-webkit-clip-path:polygon(43% 0,60% 0,60% 67%,43% 67%);clip-path:polygon(43% 0,60% 0,60% 67%,43% 67%)}67%{-webkit-clip-path:polygon(57% 0,74% 0,74% 67%,57% 67%);clip-path:polygon(57% 0,74% 0,74% 67%,57% 67%)}82%{-webkit-clip-path:polygon(70% 0,87% 0,87% 67%,70% 67%);clip-path:polygon(70% 0,87% 0,87% 67%,70% 67%)}94%{-webkit-clip-path:polygon(78% 0,98% 0,98% 67%,78% 67%);clip-path:polygon(78% 0,98% 0,98% 67%,78% 67%)}to{-webkit-clip-path:polygon(69% 0,100% 0,100% 64%,69% 64%);clip-path:polygon(69% 0,100% 0,100% 64%,69% 64%);opacity:1}}.bottom-nav a[data-kind=trade].animate-in .bottom-nav-glyph.trade{transform-origin:50% 50%;animation:bottomTradeSpin 235ms cubic-bezier(.2,.58,.26,1) 202ms both}@keyframes bottomTradeSpin{0%{transform:rotate(0deg)}16%{transform:rotate(32deg)}38%{transform:rotate(118deg)}63%{transform:rotate(220deg)}84%{transform:rotate(315deg)}to{transform:rotate(1turn)}}.bottom-nav a[data-kind=trade].animate-in .nav-icon-color{transform-origin:50% 50%;animation:bottomTradeYellow 105ms cubic-bezier(.18,.76,.24,1) 245ms both}@keyframes bottomTradeYellow{0%{opacity:0;transform:scale(.56)}35%{opacity:.48;transform:scale(.78)}72%{opacity:1;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.bottom-nav a[data-kind=asset].animate-in .nav-icon-color,.bottom-nav a[data-kind=contract].animate-in .nav-icon-color{transform-origin:50% 50%;animation:bottomKeyYellow 118ms cubic-bezier(.18,.76,.24,1) 238ms both}@keyframes bottomKeyYellow{0%{opacity:0;transform:scale(.34)}30%{opacity:.34;transform:scale(.62)}68%{opacity:1;transform:scale(1.01)}to{opacity:1;transform:scale(1)}}.ob-head{display:flex;justify-content:space-between;padding:2px 0 5px;font-size:10px;color:var(--text3)}.ob-head .ob-h-col{display:flex;flex-direction:column;gap:1px;line-height:1.3}.ob-head .ob-h-col.right{text-align:right}.ob-head .ob-h-unit{font-size:9px;color:var(--text3)}.ob-row{position:relative;display:flex;justify-content:space-between;padding:2px 0;width:100%;min-height:19px}.ob-row.is-selected{background:rgba(255,255,255,.08);animation:ob-price-picked .26s ease-out both}@keyframes ob-price-picked{0%{background:rgba(255,255,255,.14)}to{background:rgba(255,255,255,.08)}}.ob-row .ob-price,.ob-row .ob-qty{position:relative;z-index:1}.ob-row .ob-qty{color:var(--text)}.ob-bg{position:absolute;z-index:0;right:0;top:1px;bottom:1px;border-radius:2px}.ob-mid{padding:7px 0 7px 24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center}.ob-mark{font-size:12px;padding-bottom:1px;border-bottom:1px dashed var(--text3)}.ob-ratio{display:flex;height:4px;border-radius:2px;overflow:hidden;flex:1 1;min-width:30px;max-width:66px}.ob-ratio-row{gap:4px;margin-top:8px;font-family:var(--font-num);font-size:9px;white-space:nowrap}.ob-ratio-row,.ob-tools{display:flex;align-items:center;justify-content:space-between}.ob-tools{height:28px;margin-top:2px}.ob-display,.ob-precision{display:inline-flex;align-items:center;justify-content:center;color:var(--text2)}.ob-precision{gap:8px;flex:1 1;min-width:0;margin-right:10px;height:24px;padding:0 10px;border-radius:6px;background:var(--bg3);font-family:var(--font-num);font-size:11px}.ob-precision .mill-icon{margin-left:auto}.ob-display{width:24px;height:24px}.empty-state{flex-direction:column;padding:36px 24px 30px;gap:6px}.empty-icon,.empty-state{display:flex;align-items:center}.empty-icon{width:72px;height:72px;border-radius:50%;background:transparent;justify-content:center;color:var(--text3);margin-bottom:10px}.wallet-empty-css{position:relative;display:inline-block;width:64px;height:64px;flex-shrink:0}.wallet-empty-doc{left:3.1%;top:0;width:46px;height:90.6%;text-align:center}.wallet-empty-doc,.wallet-empty-screen{position:absolute;border:2px solid #969da7;border-radius:3px;box-sizing:border-box}.wallet-empty-screen{left:11px;top:12.5%;width:56.25%;height:34.4%}.wallet-empty-line{position:absolute;left:11px;top:59.4%;width:43.75%;height:2px;background:#969da7;border-radius:1px}.wallet-empty-badge{position:absolute;right:0;bottom:0;width:22px;height:22px;background:#969da7;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:.8}.wallet-empty-exclaim{width:10%;height:36.7%;background:var(--bg);border-radius:1.5px;margin-bottom:6.7%}.wallet-empty-dot{width:10%;height:10%;background:var(--bg);border-radius:50%}.futures-trade-page .empty-state .t11.dim{line-height:15px;height:15px}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}.quick-item{flex-direction:column;gap:7px}.quick-circle,.quick-item{display:flex;align-items:center}.quick-circle{width:50px;height:50px;border-radius:14px;background:var(--bg3);justify-content:center;color:var(--text)}.quick-circle.outline{background:transparent;border:1.2px solid rgba(208,211,217,.45)}.quick-item span.label{font-size:11px;color:var(--text2)}.home-pay-panel .quick-item span.label{color:var(--text)}.home-pay-panel .quick-grid .label{font-size:13px}.quick-item.disabled{opacity:.45}.mkt-row{justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--line)}.mkt-col-name,.mkt-row{display:flex;align-items:center}.mkt-col-name{gap:8px;flex:1 1;width:auto;min-width:0}.mkt-col-price{text-align:right;flex:0 0 100px}.mkt-col-change{flex-shrink:0;margin-left:20px}.search-bar{display:flex;align-items:center;gap:8px;background:var(--bg2);border-radius:8px;padding:0 14px;height:40px}.search-bar input{flex:1 1;min-width:0;font-size:14px}.sort-head{display:flex;justify-content:space-between;padding:10px 0 6px}.sort-head,.sort-head button{align-items:center;font-size:11px;color:var(--text3)}.sort-head button{display:inline-flex;gap:2px}.sort-head button.on{color:var(--text2)}.modal-mask{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:100;display:flex;align-items:flex-end;justify-content:center}.modal-sheet{width:100%;max-width:420px;background:var(--bg2);border-radius:16px 16px 0 0;padding:16px 16px calc(16px + var(--home-space));max-height:86dvh;overflow-y:auto;animation:sheet-up .22s ease-out}@keyframes sheet-up{0%{transform:translateY(40px);opacity:.6}to{transform:translateY(0);opacity:1}}.modal-header{justify-content:space-between;margin-bottom:16px}.modal-header,.toast-wrap{display:flex;align-items:center}.toast-wrap{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2000;flex-direction:column;gap:8px;pointer-events:none;width:100%;max-width:440px}.toast{background:#626b7b;border:0;color:var(--text);padding:13px 18px;border-radius:7px;font-size:15px;animation:toast-in .2s ease-out;max-width:90%}.toast.err,.toast.ok{border:0}@keyframes toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.home-top{position:-webkit-sticky;position:sticky;top:var(--status-space);z-index:20;background:var(--bg);justify-content:space-between;padding:8px 12px;min-height:48px}.home-top,.home-top .pick-seg{display:flex;align-items:center}.home-top .pick-seg{gap:0;position:absolute;left:50%;transform:translateX(-50%);background:#1e2329;border-radius:6px;padding:2px}.home-top .pick-seg button{border:none;background:transparent;color:#848e9c;font-size:14px;font-family:inherit;padding:7px 20px;border-radius:4px;cursor:pointer;transition:all .25s ease;white-space:nowrap;font-weight:400;line-height:1.2}.home-top .pick-seg button.on{background:#2b3139;color:#ffffff;font-weight:400}.home-actions .icon-btn{width:28px}.home-left-actions{gap:2px}.home-status-icon{position:relative;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center}.home-status-badge{position:absolute;top:-1px;right:-4px;min-width:19px;height:13px;padding:0 3px;border-radius:5px;background:var(--yellow);color:#1f2630;font-family:var(--font-num);font-size:8px;font-weight:700;line-height:13px;text-align:center}.stage{flex:1 1;position:relative;min-height:0;display:flex;flex-direction:column}.stage .scene{display:none}.stage .scene.shown{display:flex;flex-direction:column;flex:1 1;min-height:0}.assets-top.in-scene{top:calc(var(--status-space) + 48px);z-index:19}.assets-jump{display:block;text-align:left;cursor:pointer}.page-transition{position:fixed;top:0;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,420px);background:#0b0e11;z-index:200;overflow:hidden}.transition-logo{position:absolute;left:7%;top:55%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px}.page-transition.active .transition-logo{animation:logoLoading 1s ease-in-out forwards}@keyframes logoLoading{0%{opacity:.06}25%{opacity:1}68%{opacity:1}to{opacity:.06}}.p-welcome{color:rgba(255,255,255,.55);font-size:14px}.p-brand{display:flex;align-items:center;gap:8px;line-height:1}.binance-logo{height:72px;width:auto;display:block}.wallet-text{color:rgba(255,255,255,.62);font-size:21px;font-weight:400;line-height:1}.bell-badge{position:absolute;top:4px;right:4px;width:8px;height:8px;border-radius:50%;background:var(--yellow)}.msg-badge{position:absolute;top:-4px;right:-8px;min-width:15px;height:15px;padding:0 4px;border-radius:999px;background:var(--yellow);color:#1f2630;font-size:9px;font-weight:700}.avatar,.msg-badge{display:flex;align-items:center;justify-content:center}.avatar{width:28px;height:28px;border-radius:50%;background:var(--bg4);color:var(--text2);font-size:12px;font-weight:600}.avatar-wrap{position:relative;display:inline-flex;flex-shrink:0}.avatar-badge{position:absolute;bottom:-1px;right:-1px;width:10px;height:10px;border-radius:3px;background:var(--yellow);border:2px solid var(--bg)}.promo-bar{align-items:center;justify-content:space-between;border-radius:8px;padding:10px 12px;margin:0 16px 4px}.home-pay-panel,.promo-bar{display:flex;background:var(--bg2)}.home-pay-panel{flex-direction:column;height:175px;margin-top:7px;margin-inline:16px;margin-bottom:7px;padding-bottom:4px;border-radius:15px}.home-pay-title{color:var(--text2)}.home-pay-panel .quick-circle.home-pay-icon{width:32px;height:32px;background:transparent;border:0}.home-pay-panel .quick-grid .quick-circle .mill-icon img{height:22px}.home-pay-panel .promo-bar{position:relative;margin:1px 16px;padding-inline:0;background:transparent;border-top:0;border-radius:0}.home-pay-panel .promo-bar:before{content:"";position:absolute;left:0;right:0;top:7px;border-top:1px solid var(--line);pointer-events:none}.home-market-panel{margin-top:15px;margin-inline:16px;margin-bottom:15px;padding-top:4px;background:var(--bg2);border-radius:15px}.home-market-panel .tabs{gap:20px}.home-market-panel .tabs .tab{font-size:15px}.home-market-panel .tabs.home-cat-tabs{padding-right:16px;-webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 36px),transparent);mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 36px),transparent)}.home-pnl-label{color:var(--text2);padding-bottom:1px;border-bottom:1px dashed var(--text3)}.home-pnl-val.up{color:var(--up)}.home-pnl-val.down{color:#f44760}.caret-right .css-caret{transform:rotate(-45deg)}.caret-up .css-caret{transform:rotate(225deg)}.assets-jump .caret-up>.css-caret{margin:6px 0 2px 2px}.spot-trade-page .seg{gap:5px}.spot-trade-page .seg-btn{height:28px;border-radius:8px;font-size:12px;font-weight:400}.spot-margin-modes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:6px;gap:6px;margin:-2px 0 8px;animation:spotLeveragePanelIn .21s ease-out both}.spot-margin-modes span{height:28px;display:grid;place-items:center;border-radius:7px;background:var(--bg3);color:#e2e5e9;font-size:12px}.spot-trade-page .otype{width:100%;height:28px;padding:0 10px;background:var(--bg3)}.switch{position:relative;width:30px;height:17px;border-radius:999px;background:var(--bg4);transition:background .15s;flex-shrink:0}.switch:after{content:"";position:absolute;top:2px;left:2px;width:13px;height:13px;border-radius:50%;background:#f4f5f6;transition:transform .15s}.switch.on{background:var(--yellow)}.switch.on:after{transform:translateX(13px);background:#fff}.spot-trade-page .field{padding:5px 9px 6px;margin-bottom:6px;border-radius:10px}.spot-trade-page .field-label{margin-bottom:0}.spot-trade-page .field-tag{padding:2px 8px;border-left:none;background:var(--bg3)}.spot-trade-page .field-input{min-height:18px;font-size:14px}.spot-account-stack,.spot-option-stack{display:flex;flex-direction:column;align-items:flex-start}.spot-trade-page.leverage-on .order-book-col,.spot-trade-page.leverage-on .trade-order,.spot-trade-page.leverage-on section{animation:spotLeveragePanelIn .21s ease-out both}@keyframes spotLeveragePanelIn{0%{opacity:.62;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.spot-margin-arrow{color:var(--yellow);font-size:16px;font-weight:500;display:inline-flex;align-items:center;vertical-align:-3px}.spot-margin-arrow svg{display:block}.spot-option-stack{gap:6px;margin:8px 0 7px}.spot-label-dashed,.spot-option-stack .check-label{display:inline-block;border-bottom:1px dashed var(--line);line-height:1.4}.spot-account-stack{gap:6px;margin-bottom:8px;color:var(--text2)}.futures-trade-page .seg{gap:5px}.futures-trade-page .seg-btn{height:24px;border-radius:8px;font-size:12px}.futures-trade-page .otype{width:100%;height:27px;padding:0 10px;margin-bottom:7px;border-radius:8px;background:var(--bg3)}.futures-trade-page .otype>.css-caret{margin-left:auto}.fut-lev-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6px;gap:6px;margin-bottom:10px}.fut-lev-cell{height:26px;border-radius:8px;background:var(--bg3);color:#dfdfdf;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center}.fut-account-stack{display:flex;flex-direction:column;gap:4px;margin:8px 0 10px;color:var(--text2)}.spot-trade-page .tabs .tab.active:after{left:0;right:0;transform:none;width:auto;height:3px;border-radius:2px}.spot-trade-page .btn-buy,.spot-trade-page .btn-sell{height:36px;border-radius:4px;font-size:13px}.futures-trade-page .btn-buy,.futures-trade-page .btn-sell{height:37px}.futures-trade-page .field{padding:5px 9px 6px;margin-bottom:6px;border-radius:10px}.futures-trade-page .field-label{margin-bottom:0}.futures-trade-page .field-tag{padding:2px 8px;border-left:none;border-radius:6px;background:var(--bg3)}.futures-trade-page .field-input{min-height:18px;font-size:14px}.futures-trade-page .field:not(.field-empty){padding:0 9px 1px}.futures-trade-page .field-empty{min-height:41px;display:flex;flex-direction:column}.futures-trade-page .field-empty .field-main{flex:1 1}.chips-row{position:fixed;bottom:calc(var(--home-space) + var(--nav-content-h));left:50%;transform:translateX(-50%);width:min(100%,420px);z-index:30;display:flex;align-items:center;gap:20px;overflow-x:auto;scrollbar-width:none;padding:10px 16px;background:var(--bg)}.chips-row::-webkit-scrollbar{display:none}.chips-scroll{display:flex;align-items:center;gap:20px;overflow-x:auto;scrollbar-width:none;padding-right:50px;-webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 52px),transparent);mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 52px),transparent)}.chips-scroll::-webkit-scrollbar{display:none}.chip{flex-shrink:0;color:var(--text2);font-size:13px;white-space:nowrap;display:inline-flex;align-items:center;gap:4px}.chip.active{color:var(--text);font-weight:600}.chip-dot{width:5px;height:5px;border-radius:50%;background:var(--yellow)}.chart-toggle{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:13px;color:var(--text2)}.hist-chips{display:flex;gap:8px;padding:10px 0}.hist-chip{padding:4px 12px;border-radius:999px;background:var(--bg3);color:var(--text2);font-size:11px}.hist-chip.active{background:var(--bg4);color:var(--text)}.sparkline{display:block}.coin-icon,.icon-with-badge,.mill-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.coin-icon img,.mill-icon img{display:block;width:100%;height:100%;object-fit:contain}.coin-icon{overflow:hidden;border-radius:50%;flex-shrink:0}.icon-eye-off,.icon-with-badge{position:relative}.icon-eye-off{display:inline-flex;opacity:.6}.icon-eye-off:after{content:"";position:absolute;left:1px;right:1px;top:50%;height:1px;background:currentColor;transform:rotate(-35deg)}.css-caret{display:inline-block;border-right:1.5px solid;border-bottom:1.5px solid;transform:rotate(45deg) translateY(-25%);flex-shrink:0}.plus-circle{position:relative;display:inline-block;border-radius:50%;background:var(--yellow)}.plus-circle:after,.plus-circle:before{content:"";position:absolute;left:50%;top:50%;width:58%;height:1.5px;background:var(--bg);transform:translate(-50%,-50%)}.plus-circle:after{transform:translate(-50%,-50%) rotate(90deg)}.mill-user{position:relative;display:inline-block}.mill-user:after,.mill-user:before{content:"";position:absolute;left:50%;transform:translateX(-50%);border:1.3px solid}.mill-user:before{top:1px;width:38%;aspect-ratio:1;border-radius:50%}.mill-user:after{bottom:0;width:72%;height:42%;border-radius:50% 50% 0 0;border-bottom:0}.checkmark{color:var(--bg);font-size:10px;font-weight:800;line-height:1}.ob-placeholder{color:var(--text3);opacity:.42}.trade-layout{display:flex;gap:8px;padding:0 16px}.trade-order{flex:1 1;min-width:0}.order-book-col{width:clamp(118px,32.86vw,138px);flex-shrink:0}.spot-trade-page .order-book-col{flex-direction:column;padding-bottom:75px;height:450px}.ob-lev-row{display:flex;flex-direction:column;align-items:stretch;padding:10px 10px 6px}.spot-lev-switch-row{color:#d7dade}.spot-lev-switch-row,.spot-risk-rate{display:flex;align-items:center;justify-content:space-between}.spot-risk-rate{margin-top:8px;font-size:11px}.spot-risk-rate span{color:#848d99}.spot-risk-rate b{color:#2dbc85;font-size:12px;font-weight:500}.spot-risk-rate i{color:var(--yellow);font-style:normal}@media (max-width:379px){.trade-layout{padding-inline:12px}.trade-topnav .tabs{gap:16px}.field{padding-inline:9px}.check{font-size:11px;gap:4px}.mkt-col-price{flex-basis:88px}}.futures-topnav .tabs{font-size:18px}.futures-topnav .tab{font-size:16px}.futures-topnav .tab.active{left:4px}.futures-topnav .hamburger .mill-icon{width:16px!important;height:16px!important}.fut-account-stack .check{background-color:transparent}.fut-account-stack .plus-circle{left:144px}.spot-trade-page .trade-order>.btn-buy,.spot-trade-page .trade-order>.btn-sell{height:35px}.spot-trade-page .trade-order>.field-empty{min-height:41px}.spot-topnav .tab{font-size:16px}.spot-topnav .tab.active{color:#fff;font-weight:400}.spot-topnav .hamburger .mill-icon{width:16px!important;height:16px!important}.spot-trade-page .spot-option-stack .check{background-color:transparent}.spot-trade-page .ob-lev-row .switch{background-color:#5a6c87}.spot-trade-page .ob-lev-row .switch.on{background-color:var(--yellow)}.spot-trade-page .pct-slider .pct-handle{width:12px;height:12px;line-height:2px;background-color:transparent}.spot-trade-page .field-input-row{flex:1 1}.spot-trade-page .field-tag{background:var(--bg4);border-radius:6px}@media (prefers-reduced-motion:reduce){.spot-margin-modes,.spot-trade-page.leverage-on .order-book-col,.spot-trade-page.leverage-on .trade-order,.spot-trade-page.leverage-on section{animation:none}}.futures-trade-page .seg-btn{font-weight:400}.futures-trade-page .seg-btn:not(.buy-active):not(.sell-active){background:transparent;border:1px solid #333b46}.futures-trade-page .fut-lev-cell{font-weight:400}.futures-trade-page .field-tag{background:var(--bg4)}.futures-trade-page .trade-order>.field:nth-child(4){background:transparent}.futures-trade-page .trade-order>.field:nth-child(4) .field-input-row{background:#29303b;height:41px;border-radius:7px;width:160px;flex:none}.futures-trade-page .order-book-col{height:410px}.futures-trade-page .trade-order>.field:nth-child(5) .field-tag{background:transparent}.futures-trade-page .fut-qty-tag{color:#dfdfdf}.futures-trade-page .fut-qty-tag img{color:#71798b}.futures-trade-page .trade-order>.field:nth-child(4) .field-tag{color:#dfdfdf}.futures-trade-page .fut-qty-tag{display:inline-flex;align-items:center;gap:4px}.futures-trade-page .field-tag,.futures-trade-page .otype,.futures-trade-page .trade-order>.field:nth-child(5){border-radius:7px}.futures-trade-page .otype:after{content:"";width:9px;height:7px;background:url(/figma/mill/futures-caret.svg) no-repeat 50%/100% 100%;flex-shrink:0}.futures-trade-page .otype-info{display:inline-flex;align-items:center;position:relative;left:-8px}.futures-trade-page .otype-info:after{content:"|";position:static;width:auto;height:auto;border-radius:0;background:none;margin-left:5px;margin-right:6px;color:var(--text3);line-height:1;flex-shrink:0}.futures-trade-page .fut-qty-tag img{margin-left:0;margin-top:1px}.futures-trade-page .otype-info:after{margin-left:20px}.futures-trade-page .otype:after{background:url(/figma/mill/futures-caret-717a8b.svg) no-repeat 50%/100% 100%}.futures-trade-page .otype-info{border:none;background:url(/figma/mill/container-otype.svg) no-repeat 50%/13px 13px}.futures-trade-page .otype-info:before{display:none}.futures-trade-page .ob-mid{border-top:none;border-bottom:none}.futures-trade-page .ob-mark{border-bottom:none;background-image:repeating-linear-gradient(90deg,#969da7 0,#969da7 1px,transparent 0,transparent 2px);background-repeat:no-repeat;background-position:0 100%;background-size:100% 1px;color:#969da7}.futures-trade-page .fut-account-stack .row.gap4{color:#939ba6}.futures-trade-page .seg-btn:not(.buy-active):not(.sell-active){color:#929aa5}.futures-trade-page .funding-compact b,.futures-trade-page .page-body>div>div>span.t13.bold{font-weight:400}.futures-trade-page .futures-order-type .otype{color:#dfdfdf}.futures-trade-page .trade-order>.field:nth-child(5) .field-input{font-size:20px}.futures-trade-page .fut-check-row .check-label,.futures-trade-page .fut-dashed-label{border-bottom:1px dashed #979ea8}.futures-trade-page .otype-info{left:-12px}.futures-trade-page .otype-info:after{color:#333b46}.futures-topnav{border-bottom:1px solid #353e49}.futures-trade-page .fut-qty-tag{margin-left:3px}*{scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{display:none;width:0;height:0}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{background:transparent}.wa-wallet{--c-dark:#eef0f3;--c-secondary:#a5abb6;--c-disable:#6b7482;--c-yellow:#fcd535;--c-blue:#5a8ce0;--c-error:#f6465d;--c-input-border:#3a4250;--c-grey-bg:#272f3a;--c-chip-bg:#2f3742;--c-complementary:#20262e;--r-btn:12px;--font:"BinanceNova","BinancePlex","PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;position:relative;flex:1 1;min-height:0;overflow:hidden;background:#1f2630;color:var(--c-dark);font-family:var(--font);color-scheme:dark}.wa-wallet button{cursor:pointer}.wa-wallet button,.wa-wallet input,.wa-wallet textarea{font-family:inherit}.wa-wallet ::-webkit-scrollbar{display:none}.wa-wallet .ww-screen{position:absolute;inset:0;display:flex;flex-direction:column;background:#1f2630;visibility:hidden;pointer-events:none}.wa-wallet .ww-screen.ww-active{visibility:visible;pointer-events:auto}.wa-wallet .ww-screen.ww-anim-in{animation:wa-slide-in-r .3s cubic-bezier(.22,.8,.36,1) both;z-index:2}.wa-wallet .ww-screen.ww-anim-in-back{animation:wa-slide-in-l .3s cubic-bezier(.22,.8,.36,1) both;z-index:2}.wa-wallet .ww-screen.ww-anim-out{animation:wa-slide-out-l .3s cubic-bezier(.22,.8,.36,1) both;z-index:1}.wa-wallet .ww-screen.ww-anim-out-back{animation:wa-slide-out-r .3s cubic-bezier(.22,.8,.36,1) both;z-index:1}@keyframes wa-slide-in-r{0%{transform:translateX(100%)}}@keyframes wa-slide-out-l{to{transform:translateX(-24%);opacity:.5}}@keyframes wa-slide-in-l{0%{transform:translateX(-24%);opacity:.5}}@keyframes wa-slide-out-r{to{transform:translateX(100%)}}.wa-wallet .ww-screen-body{flex:1 1;overflow-y:auto;padding:0 20px;scrollbar-width:none}.wa-wallet .ww-footer{padding:12px 20px 16px}.wa-wallet .ww-status{height:44px;flex:none;display:flex;justify-content:space-between;align-items:center;padding:12px 22px 0;color:var(--c-dark)}.wa-wallet .ww-status.ww-on-dark{color:#fff}.wa-wallet .ww-sb-time{font:500 16px/16px var(--font);letter-spacing:.2px}.wa-wallet .ww-sb-icons{display:flex;align-items:center;gap:6px}.wa-wallet .ww-nav{position:relative;height:48px;flex:none;display:flex;align-items:center;padding:0 20px}.wa-wallet .ww-title{position:absolute;left:56px;right:56px;text-align:center;font:600 20px/100% var(--font);color:var(--c-dark);pointer-events:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wa-wallet .ww-icon-btn{border:0;background:none;padding:0;width:24px;height:24px;display:grid;place-items:center;color:var(--c-dark)}.wa-wallet .ww-icon-btn:active{opacity:.5}.wa-wallet .ww-ic{width:24px;height:24px;display:block}.wa-wallet .ww-steps{position:relative;display:flex;justify-content:space-between;height:20px;margin:20px 20px 0;flex:none}.wa-wallet .ww-track{position:absolute;left:10px;right:10px;top:9px;height:2px;background:var(--c-grey-bg);border-radius:1px;overflow:hidden}.wa-wallet .ww-track-fill{height:100%;background:var(--c-yellow);transition:width .4s ease}.wa-wallet .ww-step-dot{position:relative;width:20px;height:20px;border-radius:50%;background:var(--c-grey-bg);display:grid;place-items:center;flex:none}.wa-wallet .ww-step-dot i{width:12px;height:12px;border-radius:50%;background:var(--c-grey-bg)}.wa-wallet .ww-step-dot.ww-current i{background:var(--c-yellow)}.wa-wallet .ww-step-dot.ww-done{background:rgba(252,213,53,.5)}.wa-wallet .ww-step-dot.ww-done i{background:var(--c-yellow)}.wa-wallet .ww-desc{font:300 16px/140% var(--font);text-align:center;color:var(--c-secondary);margin:14px 42px 0}.wa-wallet .ww-btn{width:100%;height:50px;border:0;border-radius:var(--r-btn);font:600 16px/120% var(--font);display:flex;align-items:center;justify-content:center;transition:opacity .2s}.wa-wallet .ww-btn:active{transform:scale(.985)}.wa-wallet .ww-btn-primary{background:var(--c-yellow);color:var(--c-dark)}.wa-wallet .ww-btn-primary:disabled{opacity:.4;cursor:default;transform:none}.wa-wallet .ww-btn-secondary{background:var(--c-grey-bg);color:var(--c-dark)}.wa-wallet .ww-field{margin-top:22px}.wa-wallet .ww-field-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.wa-wallet .ww-label{font:500 14px/14px var(--font);color:var(--c-dark)}.wa-wallet .ww-paste{border:0;background:none;font:500 14px/14px var(--font);color:var(--c-blue);text-transform:capitalize;padding:0}.wa-wallet .ww-paste:active{opacity:.6}.wa-wallet .ww-input-box{height:56px;border:1px solid var(--c-input-border);border-radius:var(--r-btn);display:flex;align-items:center;padding:0 16px;gap:8px;background:#29303b}.wa-wallet .ww-input-box input{flex:1 1;min-width:0;border:0;outline:0;font:500 14px/14px var(--font);color:var(--c-dark);background:none}.wa-wallet .ww-input-box input::placeholder{color:var(--c-disable);font-weight:300}.wa-wallet .ww-field.ww-error .ww-input-box{border-color:var(--c-error)}.wa-wallet .ww-msg{display:none;font:300 14px/120% var(--font);color:var(--c-error);margin-top:6px}.wa-wallet .ww-field.ww-error .ww-msg{display:block}.wa-wallet .ww-toggle{color:var(--c-secondary)}.wa-wallet .ww-textarea-box{position:relative;height:162px;border:1px solid rgba(216,216,216,.7);border-radius:var(--r-btn)}.wa-wallet .ww-textarea-box textarea{width:100%;height:100%;border:0;outline:0;resize:none;padding:16px;font:300 14px/140% var(--font);color:var(--c-dark);background:none}.wa-wallet .ww-textarea-box textarea::placeholder{color:var(--c-disable)}.wa-wallet .ww-textarea-box .ww-scan-inline{position:absolute;right:12px;bottom:12px;width:24px;height:24px;border:0;background:none;color:var(--c-secondary);display:grid;place-items:center}.wa-wallet .ww-field.ww-error .ww-textarea-box{border-color:var(--c-error)}.wa-wallet .ww-check{display:flex;align-items:center;gap:6px;margin-top:26px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font:500 14px/14px var(--font);color:var(--c-dark)}.wa-wallet .ww-check-box{width:20px;height:20px;border:1px solid var(--c-input-border);border-radius:4px;opacity:.7;display:grid;place-items:center;color:var(--c-dark);flex:none;transition:all .15s}.wa-wallet .ww-check-box .ww-ic{width:14px;height:14px;opacity:0}.wa-wallet .ww-check.ww-on .ww-check-box{background:var(--c-yellow);border-color:var(--c-yellow);opacity:1}.wa-wallet .ww-check.ww-on .ww-check-box .ww-ic{opacity:1}.wa-wallet .ww-pattern{position:absolute;inset:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3E%3Cg fill='%231E2329'%3E%3Cpolygon points='48,40 56,48 48,56 40,48'/%3E%3Cpolygon points='48,0 52,4 48,8 44,4'/%3E%3Cpolygon points='48,88 52,92 48,96 44,92'/%3E%3Cpolygon points='0,40 4,44 0,48 -4,44'/%3E%3Cpolygon points='96,40 100,44 96,48 92,44'/%3E%3C/g%3E%3C/svg%3E");background-size:96px 96px;opacity:.04}.wa-wallet .ww-splash{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.wa-wallet .ww-logo-diamond{animation:wa-pulse 1.6s ease-in-out infinite}@keyframes wa-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.94);opacity:.75}}.wa-wallet .ww-logo-word{font:700 30px/100% var(--font);color:var(--c-logo-yellow,#ffc306);letter-spacing:2px;white-space:nowrap}.wa-wallet .ww-welcome-body{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding-bottom:90px}.wa-wallet .ww-welcome-logo{display:flex;flex-direction:column;align-items:center;gap:18px;margin-bottom:34px}.wa-wallet .ww-welcome-title{font:600 28px/100% var(--font);color:var(--c-dark)}.wa-wallet .ww-welcome-desc{font:300 16px/140% var(--font);color:var(--c-secondary);text-align:center;width:207px}.wa-wallet .ww-welcome-actions{padding:0 20px 28px;display:flex;flex-direction:column;gap:12px}.wa-wallet .ww-terms{margin-top:26px;font:500 12px/14px var(--font);color:var(--c-disable);text-align:center}.wa-wallet .ww-words-card{position:relative;margin-top:20px;background:rgba(242,243,243,.5);border-radius:4px;padding:14px 16px 16px}.wa-wallet .ww-words-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.wa-wallet .ww-words-warn{font:400 12px/120% var(--font);color:var(--c-disable)}.wa-wallet .ww-words-copy{display:flex;align-items:center;gap:4px;border:0;background:none;font:500 14px/14px var(--font);color:var(--c-blue)}.wa-wallet .ww-words-copy:active{opacity:.6}.wa-wallet .ww-words-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.wa-wallet .ww-word-chip{height:36px;background:#272f3a;border:1px solid var(--c-grey-bg);border-radius:4px;display:flex;align-items:center;padding:0 14px;font:400 16px/100% var(--font);color:var(--c-dark);white-space:nowrap}.wa-wallet .ww-words-blur{position:absolute;inset:0;background:rgba(30,35,41,.6);backdrop-filter:blur(3.5px);-webkit-backdrop-filter:blur(3.5px);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#fff;cursor:pointer;transition:opacity .35s}.wa-wallet .ww-words-blur.ww-hide{opacity:0;pointer-events:none}.wa-wallet .ww-blur-title{font:600 14px/100% var(--font);letter-spacing:.2px}.wa-wallet .ww-blur-sub{font:400 14px/120% var(--font);width:270px;text-align:center}.wa-wallet .ww-remind{margin-top:22px;text-align:center}.wa-wallet .ww-remind-btn{border:0;background:none;font:500 14px/14px var(--font);color:var(--c-secondary)}.wa-wallet .ww-remind-btn:active{opacity:.6}.wa-wallet .ww-remind-note{font:500 12px/14px var(--font);color:var(--c-disable);margin-top:7px}.wa-wallet .ww-slots{margin-top:20px;background:var(--c-complementary);border-radius:12px;padding:16px;display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.wa-wallet .ww-slot{height:36px;border-radius:12px;display:flex;align-items:center;padding:0 14px;font:400 14px/120% var(--font);border:1px dashed var(--c-input-border);color:var(--c-input-border);background:none;white-space:nowrap;overflow:hidden;text-align:left}.wa-wallet .ww-slot.ww-focus{border-color:var(--c-disable);color:var(--c-disable)}.wa-wallet .ww-slot.ww-filled{border-style:solid;border-color:var(--c-input-border);background:#fff;color:var(--c-dark);cursor:pointer}.wa-wallet .ww-slot.ww-error{border-color:var(--c-error);animation:wa-shake .3s}@keyframes wa-shake{25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}.wa-wallet .ww-bank{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-top:16px}.wa-wallet .ww-bank-chip{height:36px;background:#fff;border:1px solid var(--c-input-border);border-radius:12px;font:400 14px/120% var(--font);color:var(--c-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:opacity .2s}.wa-wallet .ww-bank-chip.ww-used{opacity:.3;pointer-events:none}.wa-wallet .ww-bank-chip:active{border-color:var(--c-yellow)}.wa-wallet .ww-method-hero{flex:none;display:flex;flex-direction:column;align-items:center;gap:12px;padding:62px 0 14px}.wa-wallet .ww-method-hero .ww-logo-word{font-size:28px}.wa-wallet .ww-method-sub{font:400 16px/100% var(--font);color:var(--c-disable)}.wa-wallet .ww-method-card{margin:0 10px;background:#fff;border-radius:20px;box-shadow:0 10px 40px rgba(38,45,118,.16);padding:0 16px}.wa-wallet .ww-method-head{position:relative;height:56px;display:flex;align-items:center}.wa-wallet .ww-method-scan{margin-left:auto;color:var(--c-dark)}.wa-wallet .ww-method-title{position:absolute;left:56px;right:56px;text-align:center;font:600 20px/100% var(--font);color:var(--c-dark);pointer-events:none}.wa-wallet .ww-method-div{border-top:1px solid rgba(165,171,182,.2)}.wa-wallet .ww-method-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 0;border:0;background:none;width:100%;text-align:left;color:var(--c-dark)}.wa-wallet .ww-method-row:active .ww-method-arrow{transform:scale(.9)}.wa-wallet .ww-method-row h4{font:600 16px/120% var(--font);color:var(--c-dark)}.wa-wallet .ww-method-row p{font:400 14px/120% var(--font);color:var(--c-disable);margin-top:4px}.wa-wallet .ww-method-arrow{width:40px;height:40px;border-radius:50%;background:var(--c-yellow);color:var(--c-dark);display:grid;place-items:center;flex:none;transition:transform .15s}.wa-wallet .ww-screen.ww-qr{background:#1b2026}.wa-wallet .ww-qr .ww-camera{position:absolute;inset:0;background:radial-gradient(60% 45% at 20% 22%,rgba(84,110,140,.55),transparent 70%),radial-gradient(50% 40% at 82% 70%,rgba(120,90,60,.4),transparent 70%),radial-gradient(45% 35% at 55% 95%,rgba(60,80,100,.5),transparent 70%),#232a33}.wa-wallet .ww-qr .ww-camera-dim{position:absolute;inset:0;background:rgba(30,35,41,.3);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.wa-wallet .ww-qr .ww-camera-blur{position:absolute;inset:0;background:rgba(0,0,0,.33);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.wa-wallet .ww-qr-content{position:relative;flex:1 1;display:flex;flex-direction:column;align-items:center}.wa-wallet .ww-qr-exit{position:absolute;top:16px;right:16px;color:#fff}.wa-wallet .ww-scan-frame{position:relative;width:291px;max-width:calc(100vw - 64px);aspect-ratio:291/297;border:1px solid #fff;border-radius:12px;margin-top:clamp(24px,11vh,76px);overflow:hidden;display:grid;place-items:center}.wa-wallet .ww-scan-frame:after,.wa-wallet .ww-scan-frame:before{content:"";position:absolute;width:26px;height:26px;border:3px solid #fff}.wa-wallet .ww-scan-frame:before{top:-1px;left:-1px;border-right:0;border-bottom:0;border-radius:12px 0 0 0}.wa-wallet .ww-scan-frame:after{bottom:-1px;right:-1px;border-left:0;border-top:0;border-radius:0 0 12px 0}.wa-wallet .ww-qr-mock{width:64%;aspect-ratio:1;background:#fff;border-radius:8px;display:grid;grid-template-rows:repeat(21,1fr);padding:7%}.wa-wallet .ww-qr-mock i{background:transparent}.wa-wallet .ww-qr-mock i.ww-on{background:#1e2329}.wa-wallet .ww-scan-line{position:absolute;left:10px;right:10px;height:2px;top:10px;background:linear-gradient(90deg,transparent,var(--c-yellow),transparent);box-shadow:0 0 14px rgba(252,213,53,.85);animation:wa-scan-y 2.4s ease-in-out infinite}@keyframes wa-scan-y{0%,to{top:10px}50%{top:calc(100% - 12px)}}.wa-wallet .ww-scan-flash{position:absolute;inset:0;background:#fff;opacity:0;pointer-events:none}.wa-wallet .ww-scan-frame.ww-flash .ww-scan-flash{animation:wa-flash .45s ease-out}@keyframes wa-flash{0%{opacity:.95}to{opacity:0}}.wa-wallet .ww-qr-title{margin-top:clamp(20px,8vh,56px);font:600 16px/120% var(--font);color:#fff;text-align:center}.wa-wallet .ww-qr-sub{margin-top:8px;width:309px;max-width:calc(100vw - 48px);font:400 16px/120% var(--font);color:#fff;text-align:center}.wa-wallet .ww-qr-gallery{margin-top:clamp(14px,7vh,52px);width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.4);border:0;color:#fff;display:grid;place-items:center}.wa-wallet .ww-qr-gallery:active{transform:scale(.94)}.wa-wallet .ww-qr-open{margin-top:16px;font:400 16px/100% var(--font);color:#fff;background:none;border:0}.bottom-nav.hidden{display:none}.deposit-flow{position:fixed;z-index:1200;inset:0;margin:auto;max-width:420px;padding-top:var(--status-space);background:#1f2630;color:#d8dbe0;display:flex;flex-direction:column;box-shadow:0 0 50px #0008}.deposit-head{height:56px;flex:none;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;border-bottom:1px solid #29313c;text-align:center}.deposit-head button{font-size:28px;color:#aeb4bd;height:100%}.deposit-head b{font-size:16px}.deposit-scroll{overflow:auto;padding:12px 16px 30px}.deposit-search{height:42px;border-radius:8px;background:#272f3a;display:flex;align-items:center;padding:0 13px;gap:10px;color:#7e8793}.deposit-search input{flex:1 1;background:none;border:0;color:#fff;font-size:14px}.deposit-label{font-size:12px;color:#7e8793;margin:20px 0 8px}.deposit-row,.network-card{width:100%;display:flex;align-items:center;text-align:left;color:#d8dbe0;gap:12px;border-bottom:1px solid #29313c;padding:12px 0}.deposit-choice span,.deposit-row span,.network-card>span:nth-child(2){display:flex;flex:1 1;flex-direction:column;gap:3px}.deposit-choice b,.deposit-row b,.network-card b{font-size:14px}.deposit-choice small,.deposit-row small,.network-card small{font-size:11px;color:#7e8793}.deposit-row i,.network-card i{margin-left:auto;color:#737c87;font-size:22px}.deposit-warning{background:#302f29;color:#cbbd8b;border-radius:8px;padding:12px;font-size:12px;line-height:1.55;margin-bottom:8px}.network-card{background:#272f3a;border:0;border-radius:8px;padding:13px;margin:9px 0}.network-logo{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#fbd333;color:#262b31;font-weight:800}.network-card em{font-size:10px;color:#87909b;font-style:normal}.deposit-amount{padding:22px 16px}.deposit-choice{display:flex;align-items:center;gap:12px;background:#272f3a;border-radius:10px;padding:14px;margin-bottom:30px}.deposit-amount>p{font-size:13px;color:#929aa4}.deposit-input{display:flex;align-items:center;border-bottom:1px solid #58616d;padding:10px 0}.deposit-input input{min-width:0;flex:1 1;background:none;border:0;color:#fff;font-size:36px;font-weight:700}.deposit-note{font-size:12px;line-height:1.65;color:#8a929d;background:#272f3a;padding:13px;border-radius:8px;margin:18px 0}.deposit-received-preview,.order-received{background:#293443;border:1px solid #394758;border-radius:9px;padding:12px 14px;margin:14px 0;color:#9ca6b2}.deposit-received-preview{display:flex;flex-direction:column;gap:4px}.deposit-received-preview strong,.order-received strong{color:#f4f6f8;font-size:20px;line-height:1.25}.deposit-received-preview i,.order-received i{font-size:11px;font-style:normal;color:#b8c0c9}.deposit-received-preview small,.order-received small{font-size:10px;color:#7f8995}.order-received{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:4px 0 12px}.order-received>span{font-size:12px}.order-received strong{margin-left:auto;text-align:right}.order-received small{display:none}.deposit-primary{height:46px;width:100%;border-radius:7px;background:#fbd333!important;color:#302e21!important;font-weight:700}.deposit-primary:disabled{opacity:.4}.deposit-order{overflow:auto;padding:12px 12px 90px}.order-hero{text-align:center;padding:12px 0}.order-hero>div{display:flex;justify-content:center;gap:7px}.order-hero span{background:#343d48;padding:2px 6px;border-radius:4px;font-size:10px}.order-hero strong{display:block;color:#fbd333;font-size:24px;margin:14px 0 2px}.order-hero small{color:#818a95}.order-hero h1{font-size:36px;margin:15px 0 5px;color:#fff}.order-hero h1 i{font-size:14px;font-style:normal}.address button,.order-hero button{color:#d6aa19}.deposit-card{background:#272f3a;padding:16px;border-radius:6px;text-align:center}.deposit-card img{width:152px;height:152px;object-fit:contain;background:#fff;border-radius:8px}.deposit-card p{text-align:left;font-size:11px;color:#7d8590;margin:15px 0 6px}.address{display:flex;align-items:center;gap:10px;text-align:left}.address code{flex:1 1;min-width:0;overflow-wrap:anywhere;font-size:12px;color:#e1e3e7}.exact-warning{margin-top:12px;border-radius:6px;background:#3a3222;color:#d8c791;font-size:12px;line-height:1.55;padding:12px}.exact-warning b{color:#fbd333}.chain-status{font-size:11px;color:#9099a4;padding:14px 2px}.chain-status i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#2dbc85;margin-right:6px}.deposit-order details{border-top:1px solid #303844;padding:12px 2px;font-size:12px;color:#9199a4}.deposit-order details p{margin:8px 0}.deposit-actions{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(420px,100%);display:grid;grid-template-columns:1fr 2fr;grid-gap:8px;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:#1f2630;border-top:1px solid #303844}.deposit-actions>button:first-child{background:#303844;border-radius:7px;color:#b7bdc5}.deposit-empty{margin:auto;text-align:center}.deposit-empty button{margin-top:20px;padding:0 30px}.chain-status.pending i,.chain-status.scanner-checking i{background:#f0b90b}.chain-status.scanner-connected i{background:#2dbc85}.chain-status.scanner-offline{color:#ef5668}.chain-status.scanner-offline i{background:#ef5668}.deposit-primary:disabled{cursor:not-allowed}.deposit-payment-choice{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin:-7px 0 16px}.deposit-payment-choice button{min-height:48px;padding:7px;border:1px solid #46505c;border-radius:8px;background:#252e39;color:#b9c1ca;font-size:12px;line-height:1.35}.deposit-payment-choice button.on{border-color:#fbd333;background:#3b3725;color:#fbd333}.deposit-payment-choice button:disabled{opacity:.45}.auth-screen{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:#0d1117f2;padding:24px;color:#f4f6f8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-card{width:min(100%,360px);display:flex;flex-direction:column;gap:12px;padding:28px 22px;border-radius:14px;background:#1f2630;box-shadow:0 18px 55px #0008}.auth-card h1{margin:0;color:#fbd333;font-size:26px}.auth-card p{margin:0 0 10px;color:#99a2ad;font-size:13px;line-height:1.6}.auth-card input{height:46px;border:1px solid #3c4653;background:#151a20;border-radius:7px;color:#fff;padding:0 12px}.auth-card button{height:46px;border-radius:7px;background:#fbd333;color:#20262e;font-weight:800}.auth-card a{color:#d6aa19;text-align:center;font-size:13px;cursor:pointer}.auth-error{color:#fa6b6b}.auth-card pre{white-space:pre-wrap;color:#b6bec8;font:12px/1.5 inherit}.auth-back{color:#8f9aa8;text-align:center;font-size:12px;cursor:pointer;padding-top:2px}.auth-card input.auth-invite-locked{border-color:#414953;background:#303842;color:#a6afba;cursor:not-allowed}.pr-zone{contain:layout paint;transform:translateZ(0)}.pr-indicator{will-change:transform,top,opacity}.page-body{overscroll-behavior-y:contain}.mkt-row.favorite-armed{position:relative}.mkt-favorite-pop{position:absolute;z-index:4;right:83px;top:50%;width:48px;height:48px;transform:translateY(-50%);border-radius:10px;background:#4d596c;color:#fff;font-size:32px;line-height:1;box-shadow:0 6px 18px #0006}.mkt-favorite-pop:after{content:"";position:absolute;left:50%;bottom:-7px;width:14px;height:14px;transform:translateX(-50%) rotate(45deg);background:#4d596c}.chain-scan-link{display:block;margin:-8px 0 16px;color:#e5bd35;font-size:12px;text-align:center}.futures-sheet,.order-type-sheet,.price-mode-sheet{padding-top:calc(8px + max(24px, env(safe-area-inset-top)))!important}.deposit-flow{padding-top:max(24px,env(safe-area-inset-top));box-sizing:border-box}.deposit-head{flex:0 0 56px}.deposit-head b{display:inline-flex;align-items:center;justify-content:center;gap:6px}.deposit-head-network{padding:2px 5px;border-radius:4px;background:#343d48;color:#b9c0c9;font-size:10px;font-weight:500}.deposit-row>.coin-icon{flex:0 0 34px!important;width:34px!important;height:34px!important}.deposit-choice>.coin-icon{background:#fff!important}.app-shell:has(.wallet-scene.shown):after{background:#fff}.wallet-scene.shown .wa-wallet{padding-bottom:20px}.chips-row{padding-right:48px;-webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 62px),transparent calc(100% - 28px));mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 62px),transparent calc(100% - 28px))}.chips-edge-arrow{position:fixed;z-index:3;color:var(--text3);display:grid;place-items:center;width:26px;height:28px;background:linear-gradient(90deg,transparent,var(--bg) 38%);pointer-events:none}.pnl-color-caret{color:inherit;display:inline-flex;margin-left:1px}.home-market-panel,.home-pay-panel{border-radius:15px}.futures-trade-page .tag-perp,.markets-page .tag-perp{color:#fff}.home-market-panel .tag-perp{color:#8a93a0;background:transparent;border:0;padding-inline:2px}.mkt-row .tag-perp{color:#fff}.field,.futures-trade-page .field,.futures-trade-page .otype,.spot-trade-page .field,.spot-trade-page .otype{border-radius:12px}.futures-trade-page .seg-btn{height:28px}.futures-trade-page .btn-buy,.futures-trade-page .btn-sell{height:36px;border-radius:4px;font-size:13px}.funding-compact{padding:2px 0 7px;display:flex;flex-direction:column;align-items:flex-end;white-space:nowrap}.funding-compact span{font-size:9px;color:var(--text3)}.funding-compact b{font-size:10px;color:#fff;margin-top:3px}.futures-trade-page .ob-mid,.spot-trade-page .ob-mid{padding-left:0}.check.disabled{opacity:1}.check .box{border-color:#656a70}.pct-handle{width:13px;height:13px;background:#fff;border-color:#fff}.pct-tick{width:6px;height:6px;border:0;border-radius:1px;background:#656a70}.assets-top .tab.active:after{display:none}.assets-top .tab,.assets-top .tab.disabled{color:var(--text2);opacity:1}.assets-top .tab.active{color:var(--text)}.page-body .quick-grid .quick-circle{width:48px;height:48px;border-radius:12px;background:var(--bg3)}.page-body .quick-grid .quick-circle:not(.home-pay-icon) .mill-icon{width:40px!important;height:40px!important}.asset-quick .quick-item span.label{color:#fff}.page-body .card{border-radius:14px}.spot-trade-page .check,.spot-trade-page .spot-account-stack>div>span:first-child{color:#fff}.spot-topnav .tab.disabled{color:var(--text2);opacity:1}.ob-row>span:last-child{color:#fff!important}.ob-precision{margin-right:5px}.ob-head{padding-right:1px}.order-type-mask{position:fixed;z-index:1400;inset:0;background:#000a;display:flex;align-items:flex-end;justify-content:center}.order-type-sheet{width:min(420px,100%);max-height:74vh;overflow:auto;background:#202833;border-radius:20px 20px 0 0;padding:8px 17px calc(24px + env(safe-area-inset-bottom))}.order-type-sheet>i{display:block;width:44px;height:4px;border-radius:3px;background:#596270;margin:0 auto 22px}.order-type-sheet h2{font-size:20px;margin:0 0 14px}.order-type-sheet h2 span{font-size:14px;color:#8b939e}.order-type-sheet>button{display:grid;grid-template-columns:36px 1fr 24px;grid-gap:10px;gap:10px;align-items:center;width:100%;padding:12px 0;text-align:left;color:#e5e7ea}.order-type-sheet .order-glyph{font-size:24px;color:#c9cdd3}.order-type-sheet>button>span:nth-child(2){display:flex;flex-direction:column;gap:3px}.order-type-sheet b{font-size:16px}.order-type-sheet small{font-size:12px;color:#8a929d;line-height:1.35}.order-type-sheet strong{font-size:22px}.ot-sheet{width:min(100vw,760px);max-height:86vh;overflow:auto;background:#1f2935;border-radius:32px 32px 0 0;padding:18px 28px calc(34px + env(safe-area-inset-bottom));box-shadow:0 -14px 36px rgba(0,0,0,.24)}.ot-handle{width:74px;height:8px;margin:0 auto 38px;border-radius:999px;background:#4c596a;opacity:.8}.ot-header{display:flex;align-items:center;gap:10px;margin-bottom:28px}.ot-header h2{margin:0;font-size:30px;font-weight:650;letter-spacing:.02em;color:#f2f4f7}.ot-info{width:25px;height:25px;border:2px solid #818b9c;color:#818b9c;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;transform:translateY(1px)}.ot-list{display:flex;flex-direction:column;gap:2px}.ot-item{position:relative;display:grid;grid-template-columns:54px 1fr 36px;grid-gap:12px;gap:12px;align-items:center;min-height:97px;padding:12px 2px;border-radius:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:background .16s ease,transform .08s ease}.ot-item:active{transform:scale(.995)}.ot-item:hover{background:rgba(255,255,255,.025)}.ot-copy{min-width:0}.ot-name{font-size:24px;line-height:1.15;font-weight:600;color:#f2f4f7;margin-bottom:9px}.ot-desc,.ot-name{white-space:nowrap}.ot-desc{font-size:18px;line-height:1.25;color:#8e98a8;overflow:hidden;text-overflow:ellipsis}.ot-check{width:30px;height:30px;opacity:0;transform:scale(.75);transition:opacity .16s ease,transform .16s ease}.ot-item.active .ot-check{opacity:1;transform:scale(1)}.ot-icon{width:48px;height:48px;color:#9aa4b2;transition:color .16s ease}.ot-item.active .ot-icon{color:#d9dee7}.ot-icon svg{width:100%;height:100%;overflow:visible;shape-rendering:geometricPrecision}.ot-icon .major{fill:none;stroke:#edf0f5;stroke-width:5.4;stroke-linecap:round;stroke-linejoin:round}.ot-icon .guide,.ot-icon .minor{fill:none;stroke:#9099a8;stroke-width:3.3;stroke-linecap:round;stroke-linejoin:round}.ot-icon .guide{stroke-dasharray:2 8}.ot-icon .major-dot{fill:#edf0f5;stroke:none}.ot-icon .minor-dot{fill:#9099a8;stroke:none}@media (max-width:520px){.ot-sheet{border-radius:28px 28px 0 0;padding:14px 22px calc(24px + env(safe-area-inset-bottom))}.ot-handle{margin-bottom:30px;width:62px;height:7px}.ot-header{margin-bottom:18px}.ot-header h2{font-size:26px}.ot-item{grid-template-columns:48px 1fr 30px;gap:10px;min-height:88px}.ot-icon{width:42px;height:42px}.ot-name{font-size:21px;margin-bottom:7px}.ot-desc{font-size:16px}.ot-item{grid-template-columns:42px 1fr 28px;gap:8px;min-height:82px}.ot-icon{width:36px;height:36px}.ot-name{font-size:19px;margin-bottom:5px}.ot-desc{font-size:14px}.ot-check{width:25px;height:25px}}.asset-quote-menu{position:absolute;z-index:20;right:52px;top:112px;width:144px;background:#222b36;box-shadow:0 8px 24px #0006;border-top:2px solid #fbd333}.asset-quote-menu button{width:100%;height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;color:#aeb5bf;font-size:14px}.asset-quote-menu button.on{background:#303944;color:#fff}.history-picker>i{display:block;width:44px;height:4px;border-radius:3px;background:#596270;margin:-4px auto 22px}.history-picker h2{font-size:20px;margin-bottom:18px}.history-picker>button{width:100%;display:grid;grid-template-columns:1fr 24px;text-align:left;padding:14px 0}.history-picker b{font-size:17px}.history-picker small{grid-column:1;color:#8a929d;margin-top:5px}.history-picker>button>span{grid-column:2;grid-row:1/3;font-size:28px;align-self:center}.history-center{position:fixed;z-index:1250;inset:0;margin:auto;max-width:420px;background:#1f2630;color:#d8dbe0;overflow:auto}.history-title{height:78px;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;text-align:center}.history-title>button{font-size:30px;color:#c9cdd2}.history-title div{display:flex;flex-direction:column}.history-title b{font-size:20px}.history-title small{font-size:12px;margin-top:4px}.history-title span{font-size:20px}.history-title .history-download{display:flex;align-items:center;justify-content:center}.history-title .history-download img{display:block;width:9px;height:10px}.history-tabs{display:flex;padding:0 17px;border-bottom:1px solid #303844;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.history-tabs::-webkit-scrollbar{display:none}.history-tabs button{height:48px;color:#8b939e;font-size:14px;position:relative}.history-tabs button.on{color:#e5e7ea}.history-tabs button.on:after{content:"";position:absolute;bottom:0;left:15%;right:15%;height:3px;background:#fbd333}.history-filters{display:flex;align-items:center;gap:7px;padding:14px 16px}.history-filters span{background:#29323e;border-radius:8px;padding:9px 11px;font-size:12px;color:#c3c7cd}.history-filters i{margin-left:auto;width:8.92px;height:9.28px;background-image:url(/figma/mill/caret-down.png);background-repeat:no-repeat;background-position:50%;background-size:8.92px 9.28px;font-size:0}.history-item{padding:18px 17px;border-bottom:1px solid #303844}.history-item>div{display:flex;justify-content:space-between;align-items:center}.history-item b{font-size:16px}.history-item b em{font-size:10px;font-style:normal;font-weight:400;border:1px solid #48515c;border-radius:3px;padding:2px 4px;margin-left:5px;color:#a5acb5}.history-item time{font-size:11px;color:#858e99}.history-item>strong{display:block;font-size:13px;margin:7px 0 15px}.history-item dl{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin:0;font-size:13px}.history-item dt{color:#89929d}.history-item dd{text-align:right;margin:0}.history-empty{text-align:center;color:#7e8793;padding:80px 0}.send-chips{display:flex;gap:8px;margin:14px 0}.send-chips span{background:#303844;border-radius:15px;padding:6px 11px;font-size:11px}.send-method{display:flex;align-items:center;gap:12px;width:100%;padding:16px 4px;color:#d8dbe0;border-bottom:1px solid #303844;text-align:left}.send-method>span:nth-child(2){display:flex;flex:1 1;flex-direction:column;gap:4px}.send-method small{color:#7e8793}.send-method i{font-size:22px;color:#7e8793}.chips-scroll{flex:1 1;min-width:0}.home-market-panel .mkt-row .tag-perp{color:#828d99;background:#2f3742;border-radius:5px}.futures-trade-page .tag-perp{color:#fff}.assets-top+.page-body{position:relative}.chips-row{overflow:hidden;-webkit-mask-image:none;mask-image:none}.chips-row:after{content:"";position:absolute;right:0;top:0;bottom:0;width:52px;background:linear-gradient(90deg,transparent,var(--bg) 72%);pointer-events:none;z-index:2}.chips-edge-arrow{z-index:4;position:absolute;right:12px}.futures-trade-page .field-empty,.spot-trade-page .field-empty{border-radius:12px}.leverage-modal-sheet{background:#202833;padding:9px 16px calc(16px + var(--home-space));color:#e7eaee;overflow:hidden}.leverage-sheet-handle{display:block;width:42px;height:4px;border-radius:4px;background:#596270;margin:0 auto 19px}.leverage-modal-title{font-size:20px;font-weight:700;line-height:1.2;margin-bottom:25px;color:#eef0f3}.leverage-stepper{height:58px;border-radius:10px;background:#29333f;display:grid;grid-template-columns:54px 1fr 54px;align-items:center}.leverage-stepper button{height:100%;display:grid;place-items:center;color:#7f8996;font-size:25px;line-height:1;background:transparent}.leverage-stepper strong{text-align:center;color:#eef0f3;font-size:24px;font-weight:500;line-height:1}.leverage-slider-wrap{margin:13px 7px 0}.leverage-slider-control{height:24px;display:flex;align-items:center;cursor:pointer;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none}.leverage-slider-track{position:relative;width:100%;height:1px;background:#55606d}.leverage-slider-fill{position:absolute;inset:0 auto 0 0;background:#eef0f3;pointer-events:none}.leverage-slider-handle,.leverage-slider-tick{position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);border-radius:1px;pointer-events:none}.leverage-slider-tick{z-index:1;width:8px;height:8px;background:#202833;border:1px solid #3d4754}.leverage-slider-tick.active{background:#eef0f3;border-color:#eef0f3}.leverage-slider-handle{z-index:2;width:15px;height:15px;background:#202833;border:2px solid #eef0f3;border-radius:2px}.leverage-slider-labels{display:flex;justify-content:space-between;align-items:center;margin-top:-1px}.leverage-slider-labels button{min-width:30px;color:#929aa5;font-size:13px;text-align:center;background:transparent}.leverage-slider-labels button:first-child{text-align:left}.leverage-slider-labels button:last-child{text-align:right}.leverage-risk-copy{margin:27px 0 24px;color:#848d99;font-size:12px;line-height:1.72}.leverage-risk-copy b{font-size:13px;color:#cbd0d6}.leverage-risk-copy a{color:#f1bd16;margin-left:2px}.leverage-default-row{display:flex;align-items:center;justify-content:space-between;color:#cdd2d8;font-size:14px;margin-bottom:24px}.leverage-default-row button{color:#8b949f;font-size:14px}.leverage-default-row button b{font-size:24px;font-weight:400;vertical-align:-2px;margin-left:5px}.leverage-confirm{width:100%;height:48px;border-radius:8px;background:#fcd434;color:#241c02;font-size:17px;font-weight:600}.futures-trade-page .trade-layout{align-items:stretch;gap:8px}.futures-trade-page .trade-order{display:flex;flex-direction:column}.futures-trade-page .futures-side-seg{height:38px;margin:0;align-items:flex-start}.futures-trade-page .futures-side-seg .seg-btn{height:28px;border-radius:7px}.futures-trade-page .futures-side-seg .seg-btn:focus{outline:none}.futures-trade-page .futures-side-seg{gap:0}.futures-trade-page .futures-side-seg .seg-btn:first-child{border-radius:7px 0 0 7px}.futures-trade-page .futures-side-seg .seg-btn:last-child{border-radius:0 7px 7px 0}.futures-trade-page .funding-compact{height:38px;padding:2px 0 6px;justify-content:flex-start}.futures-trade-page .funding-compact span{line-height:12px}.futures-trade-page .funding-compact b{line-height:14px;margin-top:2px}.futures-trade-page .fut-lev-row{gap:6px;margin-bottom:8px}.futures-trade-page .fut-lev-cell,.futures-trade-page .futures-order-type .otype{height:28px;border-radius:7px;background:#29303b}.futures-trade-page .futures-order-type .otype{margin-bottom:7px}.futures-trade-page .field.futures-price-field{height:41px;min-height:41px;padding:0!important;margin-bottom:7px;background:transparent}.futures-trade-page .futures-price-field .field-label{position:absolute;z-index:1;top:5px;left:9px;right:auto;margin:0;transform:none;pointer-events:none}.futures-trade-page .futures-price-field.field-empty .field-label{top:50%;transform:translateY(-50%)}.futures-trade-page .futures-price-field .field-main{width:100%;height:41px;gap:8px}.futures-trade-page .futures-price-field .field-input-row{width:176px!important;min-width:0;flex:none!important;padding:15px 10px 0;border-radius:7px;background:#313842;font-size:14px;line-height:20px;color:#d0d3d9}.futures-trade-page .futures-price-field:not(.field-empty) .field-input-row{padding-top:15px}.futures-trade-page .futures-price-field .field-tag{min-width:52px;height:41px;padding:0 8px;border-radius:7px;background:#313842}.futures-trade-page .futures-market-field{padding-bottom:0!important}.futures-trade-page .futures-qty-field{min-height:41px;margin-top:12px;margin-bottom:5px;padding:5px 9px 6px;border-radius:7px;background:#29303b}.futures-trade-page .pct-slider{height:28px;margin:1px 0 5px}.futures-trade-page .pct-track{width:calc(100% - 10px);height:1px;background:#3b4551}.futures-trade-page .pct-fill{background:#ebecef}.futures-trade-page .pct-handle{width:9px;height:9px;border:1.5px solid #d0d3d9;border-radius:2px;background:#1f2630}.futures-trade-page .pct-tick{width:6px;height:6px;border:1px solid #3b4551;border-radius:1px;background:#1f2630}.futures-trade-page .pct-tick.active{border-color:#ebecef;background:#ebecef}.futures-trade-page .fut-account-stack{gap:6px;margin:4px 0 7px}.futures-trade-page .fut-account-stack>div:first-child>span{width:100%}.futures-trade-page .fut-account-stack>div:first-child>span>span{margin-left:auto}.futures-trade-page .fut-account-stack .plus-circle{left:auto}.futures-trade-page .fut-check-row{height:22px;display:flex;align-items:center}.futures-trade-page .fut-check-row .check{height:22px;padding:0}.futures-trade-page .fut-metric-row{min-height:14px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--text2)}.futures-trade-page .fut-metric-row>span:last-child{margin-left:auto;color:var(--text);text-align:right;white-space:nowrap}.futures-trade-page .fut-dashed-label{padding-bottom:1px;border-bottom:1px dashed #66707c}.futures-trade-page .futures-submit{height:36px;min-height:36px;margin-top:0;border-radius:4px}.futures-trade-page .order-book-col{height:auto;align-self:stretch}.futures-trade-page .order-book-root{display:flex;flex-direction:column;height:100%;min-height:100%}.futures-trade-page .ob-head{min-height:31px;padding-top:1px}.futures-trade-page .ob-tools{height:36px;margin-top:6px;align-items:flex-end}.futures-trade-page .ob-display,.futures-trade-page .ob-precision{height:24px;margin-bottom:0}@media (max-width:379px){.futures-trade-page .futures-price-field .field-tag{min-width:48px;padding-inline:6px}}.futures-trade-page .fut-lev-row .fut-lev-cell{height:30px}.futures-trade-page .futures-order-type .otype{height:31px}.futures-trade-page .futures-submit.btn-buy{height:42px;min-height:42px}.futures-trade-page .futures-price-field .field-tag{height:47px;width:58px}.futures-trade-page .futures-price-field .field-input-row{height:46px}.futures-trade-page .futures-qty-field .field-main .field-input-row{width:100%;max-width:100%;flex:1 1;min-width:0}.futures-trade-page .ob-head .ob-h-col>span:not(.ob-h-unit){font-size:12px}.futures-trade-page .funding-compact .fut-dashed-label,.futures-trade-page .funding-compact b{font-size:11px}.futures-trade-page .ob-row>span.t11:nth-child(2){font-size:16px}.futures-trade-page .trade-layout{margin-top:10px}.futures-topnav .tabs{padding-right:48px;-webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 36px),transparent);mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 36px),transparent)}.futures-trade-page .ob-head .ob-h-unit,.futures-trade-page .ob-row>span.t13:nth-child(3){font-size:12px}.futures-trade-page .empty-state:has(.wallet-empty-css){transform:translateY(-10px)}.quantity-unit-sheet>button{width:100%;min-height:82px;border:1px solid #37414d;border-radius:12px;padding:14px 16px;margin-bottom:12px;color:#e8eaed;text-align:left;display:grid;grid-template-columns:1fr 24px}.quantity-unit-sheet>button.on{border-color:#f1f2f4}.quantity-unit-sheet>button>span{display:flex;flex-direction:column;gap:6px}.quantity-unit-sheet b{font-size:16px}.quantity-unit-sheet small{font-size:12px;line-height:1.45;color:#929aa5}.quantity-unit-sheet em{font-style:normal;font-size:12px;color:#d9dce1;margin-top:5px}.quantity-unit-sheet strong{color:#fbd332}.add-funds-sheet>p{color:#929aa5;font-size:13px;margin:-8px 0 16px}.fund-option{display:grid;grid-template-columns:42px 1fr;align-items:center;width:100%;min-height:82px;border:1px solid #3a4450;border-radius:13px;padding:12px 15px;margin-bottom:12px;text-align:left;color:#f1f2f4}.fund-option>span:last-child{display:flex;flex-direction:column;gap:5px}.fund-option b{font-size:16px}.fund-option small{color:#8f98a4;font-size:12px}.fund-icon{font-size:25px}.fund-more{display:block;margin:16px auto 0;color:#a1a8b1;font-size:13px}.transfer-flow{position:fixed;z-index:1600;inset:0;margin:auto;max-width:420px;background:#1f2732;color:#edf0f4;display:flex;flex-direction:column;padding-top:max(24px,env(safe-area-inset-top));box-sizing:border-box}.transfer-head{height:76px;display:grid;grid-template-columns:54px 1fr 54px;align-items:center;text-align:center}.transfer-head button{height:100%;font-size:34px;color:#e5e8ec}.transfer-head button:last-child{font-size:25px}.transfer-head b{font-size:20px}.transfer-main{padding:12px 16px}.transfer-account-card{position:relative;background:#29333f;border-radius:14px;padding:10px 18px;margin-bottom:25px}.transfer-account-card>button:not(.transfer-swap){height:48px;width:100%;display:grid;grid-template-columns:28px 1fr 24px;align-items:center;text-align:left;color:#e6e9ed}.transfer-account-card span{color:#929aa5}.transfer-account-card b{font-size:17px}.transfer-account-card i,.transfer-asset i{font-style:normal;color:#77818e;font-size:28px}.transfer-account-card .transfer-swap{position:absolute;right:13px;top:50%;transform:translateY(-50%);width:20px;height:20px;display:grid;place-items:center;font-size:15px;line-height:1;color:#e9ecf0}.transfer-label{display:block;color:#939ba6;font-size:14px;margin:0 0 8px}.transfer-asset{height:54px;width:100%;display:flex;align-items:center;gap:8px;background:#29333f;border-radius:12px;padding:0 16px;margin-bottom:27px;color:#edf0f4}.transfer-asset b{font-size:17px}.transfer-asset span{color:#919aa6}.transfer-asset i{margin-left:auto}.transfer-amount{height:58px;display:flex;align-items:center;background:#29333f;border-radius:12px;padding:0 12px}.transfer-amount input{flex:1 1;min-width:0;background:none;border:0;color:#f1f3f5;font-size:18px}.transfer-amount b{font-size:16px}.transfer-amount button{color:#f6bd20;font-size:16px;margin-left:11px}.transfer-available,.transfer-cny{color:#919aa5;font-size:12px;margin-top:7px}.transfer-available span{color:#e2e5e8}.transfer-submit{position:absolute;left:16px;right:16px;bottom:calc(18px + env(safe-area-inset-bottom));height:52px;border-radius:10px;background:#71683a;color:#252b33;font-size:17px;font-weight:700}.transfer-submit.ready{background:#fbd332;color:#252a32}.transfer-success-mask{position:fixed;z-index:1700;inset:0;background:#000b;display:flex;align-items:flex-end;justify-content:center}.transfer-success-sheet{width:min(420px,100%);background:#202934;padding:8px 16px calc(16px + env(safe-area-inset-bottom));text-align:center}.transfer-success-sheet .sheet-handle{display:block;width:42px;height:4px;background:#596372;border-radius:4px;margin:0 auto 36px}.transfer-success-icon{width:78px;height:78px;border:2px solid #31c693;border-radius:50%;margin:0 auto 20px;display:grid;place-items:center;background:#31c693;color:#1f2732;font-size:54px;box-shadow:0 0 0 10px #202934,0 0 0 12px #31c693}.transfer-success-sheet h2{font-size:22px;margin:0 0 14px}.transfer-success-sheet>strong{display:block;font-size:30px;font-weight:500}.transfer-success-sheet>p{margin:34px 0 12px}.transfer-product{display:flex;align-items:center;gap:10px;width:130px;margin-right:auto;height:58px;background:#28313d;border-radius:11px;color:#eef0f3;padding:0 18px;font-size:22px}.transfer-product span{font-size:16px}.transfer-product-icon{width:17.1px;height:19px;flex:none;display:inline-block;-webkit-mask:url(/figma/mill/nav-futures-active.png) center/contain no-repeat;mask:url(/figma/mill/nav-futures-active.png) center/contain no-repeat;background:#fff}.transfer-known{display:block;width:390px;max-width:100%;margin-right:auto;height:48px;background:#fbd332;color:#242a32;border-radius:8px;font-size:17px;font-weight:700;margin-top:30px}.futures-sheet-mask{z-index:1500;background:#000b}.futures-sheet{background:#202833;border-radius:18px 18px 0 0;padding:8px 16px calc(14px + env(safe-area-inset-bottom));color:#e4e7eb}.futures-sheet .sheet-handle{display:block;width:42px;height:4px;border-radius:4px;background:#596270;margin:0 auto 22px}.futures-sheet h2{font-size:19px;margin:0 0 18px}.entry-time-current{color:#aab1ba;font-size:12px;margin:0 0 14px}.entry-time-presets{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.entry-time-presets button{height:30px;padding:0 14px;background:#2a343f;border:1px solid #3a4552;border-radius:6px;color:#cdd2d8;font-size:12px}.entry-time-presets button.on{border-color:#fbd332;color:#fbd332}.entry-time-custom{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;align-items:center;background:#28323e;border-radius:8px;padding:10px 12px}.entry-time-custom span{color:#87909b;font-size:12px}.entry-time-custom input{background:transparent;border:0;color:#e4e7eb;font-size:13px;min-width:0;color-scheme:dark}.futures-sheet.compact-sheet h2{font-size:18px}.futures-sheet-confirm{width:100%;height:44px;background:#fbd332;color:#2d2916;border-radius:5px;font-size:15px;font-weight:700;margin-top:15px}.futures-sheet-confirm:disabled{opacity:.38}.sheet-note{color:#858e99;font-size:11px;line-height:1.55;margin:12px 0}.sheet-body-copy{color:#aab1ba;font-size:13px;line-height:1.65;margin:0 0 20px}.mode-choice{display:grid;grid-template-columns:1fr 28px;grid-gap:8px;gap:8px;width:100%;text-align:left;border:1px solid #36404c;border-radius:8px;padding:14px;margin-bottom:10px;color:#dfe2e7}.mode-choice.on{border-color:#aeb5bf}.mode-choice>span{display:flex;flex-direction:column;gap:5px}.mode-choice b{font-size:16px}.mode-choice small{font-size:11px;color:#87909b;line-height:1.45}.mode-choice strong{font-size:20px;color:#fbd332}.asset-mode-choice{display:grid;grid-template-columns:42px 1fr 24px;grid-gap:10px;gap:10px;align-items:start;width:100%;text-align:left;border:1px solid #313b47;border-radius:8px;padding:13px 10px;margin-bottom:10px;color:#dfe2e7}.asset-mode-choice.on{border-color:#aeb5bf}.asset-mode-choice>span:nth-child(2){display:flex;flex-direction:column;gap:4px}.asset-mode-choice b{font-size:14px}.asset-mode-choice small{font-size:10px;line-height:1.35;color:#8c959f}.asset-mode-choice strong{color:#fbd332}.asset-mode-icons{width:34px;height:34px;border-radius:7px;background:#273b3c;color:#33d0a0;display:grid;place-items:center;font-weight:800}.asset-mode-icons.multi{font-size:9px;letter-spacing:-2px;color:#fbd332;background:#333948}.position-action-sheet .sheet-kv,.position-action-sheet .sheet-symbol-row{display:flex;justify-content:space-between;align-items:center;font-size:12px;margin:8px 0}.sheet-kv>span,.sheet-symbol-row>span{color:#8b949f}.sheet-symbol-row em{font-style:normal;font-size:10px;color:#2fc999}.action-tabs{display:flex;gap:18px;border-bottom:1px solid #35404b;margin:18px 0 12px}.action-tabs button{height:38px;color:#89929d;position:relative;font-size:13px;white-space:nowrap}.action-tabs button.on{color:#fff}.action-tabs button.on:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#fbd332}.sheet-input{display:grid;grid-template-columns:1fr minmax(80px,1fr) auto;align-items:center;background:#28323e;border-radius:5px;padding:10px;margin:8px 0;color:#87909b;font-size:12px}.sheet-input input{min-width:0;text-align:right;background:transparent;border:0;color:#fff;font-size:13px}.sheet-input b{margin-left:8px;color:#bfc5cc;font-size:11px}.sheet-input.close-price{grid-template-columns:1fr 110px;margin:18px 0 12px}.sheet-input.close-price input{text-align:left}.sheet-input select{background:#313b47;color:#d7dbe0;border:0;border-radius:4px;padding:7px}.sheet-qty-title{display:flex;justify-content:space-between;color:#89929d;font-size:11px;margin:17px 0 4px}.sheet-qty-title b{color:#d8dce1}.position-action-sheet .pct-slider{margin:12px 5px 18px}.total-line{border-top:1px solid #35404b;padding-top:12px}.positions-toolbar{height:44px;display:flex;align-items:center;justify-content:space-between}.positions-toolbar .check{font-size:11px}.positions-toolbar>button{color:#d8dce1;background:#303a46;padding:6px 12px;border-radius:5px;font-size:11px}.futures-position-card{border-bottom:1px solid #35404b;padding:12px 14px 14px;margin:0 -14px}.position-card-title{display:flex;align-items:center;gap:6px;font-size:13px}.position-card-title small{color:#838c97}.position-card-title>span{margin-left:auto;color:#aab1ba;font-size:10px}.position-pnl-grid{display:grid;grid-template-columns:1fr 1fr;margin:14px 0}.position-pnl-grid div{display:flex;flex-direction:column;gap:5px}.position-pnl-grid div:last-child{text-align:right}.position-fee-row span,.position-metrics span,.position-pnl-grid span{color:#858e99;font-size:10px}.position-pnl-grid strong{font-size:20px}.position-metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px 6px;gap:12px 6px}.position-metrics div{display:flex;flex-direction:column;gap:4px}.position-metrics div:nth-child(3n+2){text-align:center}.position-metrics div:nth-child(3n){text-align:right}.position-metrics b{font-size:11px}.position-fee-row{display:flex;justify-content:space-between;border-top:1px solid #313b47;padding-top:9px;margin-top:10px}.position-fee-row b{font-size:11px;color:#df626b}.position-actions{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:7px;gap:7px;margin-top:12px}.position-actions button{height:31px;background:#303a46;border-radius:4px;color:#d9dde2;font-size:11px}.orders-subtabs{height:42px;display:flex;align-items:center;gap:16px;border-bottom:1px solid #313b47;color:#89929d;font-size:11px}.orders-subtabs button{color:inherit;position:relative}.orders-subtabs button.on{color:#fff}.orders-subtabs button.on:after{content:"";position:absolute;left:0;right:0;bottom:-13px;height:2px;background:#fbd332}.orders-subtabs .cancel-all{margin-left:auto;background:#303a46;color:#d7dbe0;padding:6px 9px;border-radius:4px}.futures-order-row{padding:13px 0;border-bottom:1px solid #313b47}.order-symbol{font-size:13px}.order-symbol small{font-size:10px;color:#89929d}.order-actions button{background:#303a46;color:#d9dde2;border-radius:4px;padding:5px 10px;font-size:10px}.order-side-line{font-size:11px;margin:5px 0 9px}.order-side-line time{color:#858e99;margin-left:6px}.order-data{display:grid;grid-template-columns:1fr auto;grid-gap:5px;gap:5px;font-size:11px}.order-data span{color:#858e99}.order-data b{text-align:right;font-weight:500}.pr-zone{position:relative;height:var(--pull,0);overflow:hidden;pointer-events:none;z-index:16;--pull:0px;will-change:height}.pr-zone.anim{transition:height .26s cubic-bezier(.18,.9,.25,1)}.pr-indicator{position:absolute;left:50%;top:calc((var(--pull,0px) - 50px) * .46);width:50px;height:50px;transform:translate3d(-50%,0,0) scale(.86);opacity:0;transition:opacity .08s linear,top .08s linear;display:grid;place-items:center}.pr-indicator.visible{opacity:1}.pr-indicator.loading{transition:top .24s cubic-bezier(.18,.85,.28,1),opacity .12s linear}.pr-icon{width:38px;height:38px;overflow:visible}.pr-shape{opacity:0;transform-origin:32px 32px;transition:opacity .06s linear,transform .08s cubic-bezier(.2,.8,.2,1)}.pr-shape.active{opacity:1}.pr-shape.pop{animation:pr-pop .18s cubic-bezier(.2,.9,.25,1)}@keyframes pr-pop{0%{transform:scale(.84)}to{transform:scale(1)}}.position-card-title .pos-side-badge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:2px;margin-left:-2px;font-size:11px;font-weight:700;line-height:1;flex:none}.position-card-title .pos-side-badge.long{background:var(--up);color:#dfdfdf}.position-card-title .pos-side-badge.short{background:var(--down);color:#dfdfdf}.fut-account-stack .fut-metric-row{margin-top:-3px}.futures-submit{margin-top:-4px}.order-book-col .ob-tools{margin-bottom:8px}.futures-trade-page .fut-check-row .check-label,.futures-trade-page .fut-dashed-label{padding-bottom:1px;border-bottom:none;background-image:repeating-linear-gradient(90deg,#969da7 0,#969da7 1px,transparent 0,transparent 2px);background-repeat:no-repeat;background-position:0 100%;background-size:100% 1px}.position-metrics div>span.fut-dashed-label,.position-pnl-grid div>span.fut-dashed-label{align-self:flex-start}.position-metrics div:nth-child(3n)>span.fut-dashed-label,.position-pnl-grid div:last-child>span.fut-dashed-label{align-self:flex-end}.position-action-sheet .tpsl-block{margin-top:16px}.position-action-sheet .tpsl-head{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;color:#d8dce1}.position-action-sheet .tpsl-block .sheet-input{margin:8px 0 0}.position-action-sheet .tpsl-head .check{background:transparent;padding:0;font-size:12px}.sheet-input.close-price{position:relative}.close-price-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;height:30px;padding:0 9px;width:100%;background:#313b47;color:#d7dbe0;border:0;border-radius:4px;font-size:12px}.close-price-trigger .caret{font-size:10px;color:#8b949f}.close-price-sheet-options{display:flex;flex-direction:column;gap:8px}.close-price-sheet-options button{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;height:44px;padding:0 14px;border:1px solid #36404c;border-radius:8px;background:transparent;color:#dfe2e7;font-size:14px;text-align:left}.close-price-sheet-options button.on{border-color:#fbd332;color:#fff}.close-price-sheet-options button strong{color:#fbd332;font-size:14px}.close-qty-edit{display:inline-flex;align-items:center;gap:4px}.close-qty-edit input{width:200px;height:50px;padding:0 6px;text-align:right;background:#28323e;border:0;border-radius:4px;color:#d8dce1;font-size:13px;line-height:16px}.close-qty-edit em{font-style:normal;color:#d8dce1;font-size:12px}.close-qty-edit input::-webkit-inner-spin-button,.close-qty-edit input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.close-qty-edit input[type=number]{-moz-appearance:textfield}.futures-sheet.position-action-sheet{display:flex;flex-direction:column;overflow:hidden;padding:8px 16px calc(12px + env(safe-area-inset-bottom));background:#202833}.futures-sheet.close-position-sheet{height:min(86dvh,600px);min-height:420px}.futures-sheet.tpsl-position-sheet{height:91dvh;max-height:91dvh}.position-action-sheet .position-sheet-scroll{min-height:0;flex:1 1;overflow-y:auto;scrollbar-width:none}.position-action-sheet .position-sheet-scroll::-webkit-scrollbar{display:none}.position-action-sheet .sheet-handle{flex:none;margin-bottom:22px}.position-action-sheet h2{flex:none;margin:0 0 25px;color:#eef0f3;font-size:20px;font-weight:500}.position-action-sheet .sheet-kv,.position-action-sheet .sheet-symbol-row{min-height:28px;margin:0;font-size:14px}.position-action-sheet .sheet-kv>span,.position-action-sheet .sheet-symbol-row>span{color:#8e96a2;font-size:14px}.position-action-sheet .sheet-kv b,.position-action-sheet .sheet-symbol-row b{color:#f0f2f5;font-size:14px;font-weight:500}.position-action-sheet .sheet-symbol-row em{display:inline-flex;align-items:center;min-height:22px;padding:1px 5px;border:1px solid #3a4653;border-radius:3px;color:#d7dbe0;background:#29333f;font-size:11px}.position-action-sheet .sheet-symbol-row em:last-child{color:#2fc999;border-color:#245c50;background:#203d3a}.close-section-divider{height:1px;margin:20px 0 18px;background:#303a46}.close-field-label,.position-action-sheet .sheet-qty-title{margin:0 0 8px;color:#8e96a2;font-size:14px}.close-price-row{display:grid;grid-template-columns:minmax(0,2fr) minmax(110px,1fr);grid-gap:8px;gap:8px}.close-price-value,.position-action-sheet .close-price-trigger,.position-action-sheet .sheet-quantity-field,.tpsl-limit-field,.tpsl-pnl-field,.tpsl-price-field{height:48px;border-radius:8px;background:#29333f}.close-price-value{display:flex;align-items:center;justify-content:space-between;padding:0 12px;color:#eef0f3}.close-price-value input{width:100%;color:#eef0f3;font-size:16px;font-weight:500}.close-price-value input:disabled{color:#7f8894}.close-price-value input::placeholder{color:#7f8894;opacity:1}.close-price-value .caret{color:#7f8894}.position-action-sheet .close-price-trigger{height:48px;padding:0 14px;color:#eef0f3;background:#29333f;border-radius:8px;font-size:15px}.position-action-sheet .sheet-qty-title{display:block;margin-top:20px}.position-action-sheet .sheet-quantity-field{display:flex;align-items:center;justify-content:space-between;padding:0 12px;color:#eef0f3;font-size:15px}.position-action-sheet .sheet-quantity-field b{font-size:14px;font-weight:500}.position-action-sheet .close-qty-edit{flex:1 1;gap:0}.position-action-sheet .close-qty-edit input{width:100%;min-width:0;flex:1 1;height:auto;padding:0;text-align:left;background:transparent;color:#eef0f3;font-size:15px}.position-action-sheet .close-qty-edit em{color:#eef0f3;font-size:15px}.position-action-sheet .pct-slider{margin:13px 7px 18px}.position-action-sheet .pct-track{width:100%;height:1px;background:#66707d}.position-action-sheet .pct-handle{width:10px;height:10px;background:#202833;border-color:#ebecef}.position-action-sheet .pct-tick{width:7px;height:7px;background:#202833;border-color:#66707d}.position-action-sheet .pct-tick.active{background:#ebecef;border-color:#ebecef}.position-sheet-summary{display:grid;grid-template-columns:1fr auto;grid-gap:9px 12px;gap:9px 12px;margin-top:3px;color:#8e96a2;font-size:14px}.position-sheet-summary b{color:#eef0f3;font-size:14px;font-weight:500;text-align:right}.position-sheet-summary b.up{color:#2fc999}.position-sheet-summary b.down{color:#f4455c}.position-sheet-footer{flex:none;padding-top:14px;background:#202833}.position-sheet-footer .futures-sheet-confirm{height:46px;margin:0;border-radius:7px;font-size:16px;font-weight:500}.close-position-sheet .position-sheet-scroll{overflow-y:hidden}.close-position-sheet .sheet-handle{width:42px;margin-bottom:10px}.close-position-sheet h2{margin-bottom:12px;font-size:18px}.close-position-sheet .sheet-kv,.close-position-sheet .sheet-symbol-row{min-height:22px;font-size:12px}.close-position-sheet .sheet-kv b,.close-position-sheet .sheet-kv>span,.close-position-sheet .sheet-symbol-row b,.close-position-sheet .sheet-symbol-row>span{font-size:12px}.close-position-sheet .sheet-symbol-row em{min-height:18px;font-size:10px}.close-position-sheet .close-section-divider{margin:10px 0 8px}.close-position-sheet .close-field-label,.close-position-sheet .sheet-qty-title{margin-bottom:5px;font-size:12px}.close-position-sheet .sheet-qty-title{margin-top:10px}.close-position-sheet .close-price-trigger,.close-position-sheet .close-price-value,.close-position-sheet .sheet-quantity-field{height:42px;font-size:13px}.close-position-sheet .close-price-value input,.close-position-sheet .close-qty-edit input{font-size:13px}.close-position-sheet .pct-slider{margin:5px 7px}.close-position-sheet .position-sheet-summary{gap:5px 12px;margin-top:0;font-size:12px}.close-position-sheet .position-sheet-summary b{font-size:12px}.close-position-sheet .position-sheet-footer .futures-sheet-confirm{height:42px;font-size:15px}.tpsl-position-sheet .action-tabs{align-items:center;gap:24px;margin:24px -16px 16px;padding:0 16px}.tpsl-position-sheet .action-tabs button{height:42px;font-size:14px}.tpsl-position-sheet .action-tabs .action-tab-info{margin-left:auto;color:#7f8995;font-size:18px}.tpsl-position-sheet .tpsl-block{margin-top:18px}.tpsl-position-sheet .tpsl-head{height:24px;padding-left:10px;font-size:15px}.tpsl-position-sheet .tp-block .tpsl-head{border-left:4px solid #2fc999}.tpsl-position-sheet .sl-block .tpsl-head{border-left:4px solid #f44568}.tpsl-position-sheet .tpsl-head .check{padding:0;background:transparent;color:#eef0f3;font-size:14px}.tpsl-position-sheet .tpsl-head .check .box{width:16px;height:16px;border-color:#68727e}.tpsl-field-grid{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:8px;gap:8px;margin-top:9px}.tpsl-limit-field,.tpsl-pnl-field,.tpsl-price-field{display:flex;align-items:center;padding:0 10px}.tpsl-limit-field input,.tpsl-pnl-field input,.tpsl-price-field input{flex:1 1;min-width:0;color:#eef0f3;font-size:14px}.tpsl-limit-field input::placeholder,.tpsl-pnl-field input::placeholder,.tpsl-price-field input::placeholder{color:#707a87}.tpsl-pnl-field button,.tpsl-price-field button{flex:none;color:#eef0f3;font-size:13px}.tpsl-limit-field{margin-top:8px}.tpsl-limit-field span{color:#eef0f3;font-size:13px}.tpsl-position-sheet .sheet-qty-title{margin-top:20px}.tpsl-position-sheet .position-sheet-summary{display:block;margin-top:0}.futures-sheet.price-mode-sheet{padding:8px 16px calc(22px + env(safe-area-inset-bottom));background:#202833}.price-mode-sheet .sheet-handle{margin-bottom:18px}.price-mode-sheet .close-price-sheet-options{gap:0}.price-mode-sheet .close-price-sheet-options button{height:48px;padding:0;border:0;border-radius:0;background:transparent;color:#eef0f3;font-size:16px}.price-mode-sheet .close-price-sheet-options button.on{border:0}.price-mode-sheet .close-price-sheet-options button strong{color:#eef0f3;font-size:18px;font-weight:400}.assets-futures-page{padding-bottom:12px;overflow-x:hidden}.assets-top .tab:focus,.assets-top .tab:focus-visible{outline:none;box-shadow:none}.assets-top .tabs>.tab{font-size:15px}.futures-trade-page .trade-order .field:nth-child(4) .field-input-row{height:46px}.assets-futures-subtabs{height:56px;padding:0 16px;display:flex;align-items:center;gap:8px;color:#858d98;font-size:14px}.assets-futures-subtabs>*{min-width:52px;height:30px;display:grid;place-items:center}.assets-futures-subtabs .active{border-radius:7px;background:#28303b;color:#dadce1}.assets-futures-slide{will-change:transform,opacity}.assets-futures-slide.slide-left{animation:assetsFuturesSlideLeft .26s cubic-bezier(.22,.72,.2,1) both}.assets-futures-slide.slide-right{animation:assetsFuturesSlideRight .26s cubic-bezier(.22,.72,.2,1) both}@keyframes assetsFuturesSlideLeft{0%{opacity:.58;transform:translateX(28px)}to{opacity:1;transform:translateX(0)}}@keyframes assetsFuturesSlideRight{0%{opacity:.58;transform:translateX(-28px)}to{opacity:1;transform:translateX(0)}}.assets-futures-balance{padding:7px 16px 0}.assets-balance-label{display:inline-flex;align-items:center;gap:5px;color:#ced1d6;font-size:12px}.assets-futures-balance .assets-balance-label>span:first-child{padding-bottom:1px;background:repeating-linear-gradient(90deg,#969da7 0,#969da7 1px,transparent 0,transparent 2px) 0 100% /100% 1px no-repeat}.assets-futures-history{display:inline-flex;color:#d0d3d9}.assets-futures-total{display:flex;align-items:baseline;gap:6px;margin-top:7px;color:#e2e4e8}.assets-futures-total strong{font-size:28px;line-height:1.2;font-weight:700}.assets-futures-total span{font-size:13px;font-weight:600}.assets-futures-total .css-caret{align-self:center;color:#a1a8b2}.assets-cny-caret{align-self:center;display:block;width:10px;height:8px;object-fit:contain}.assets-futures-total .assets-cny-caret{transform:translateY(5px)}.assets-spot-total .assets-cny-caret{transform:translateY(6px)}.assets-realized-row{display:flex;align-items:center;margin-top:9px;font-size:13px}.assets-realized-row>span:first-child{color:#d0d2d7;padding-bottom:1px;background:repeating-linear-gradient(90deg,#969da7 0,#969da7 1px,transparent 0,transparent 2px) 0 100%/100% 1px no-repeat}.assets-realized-row b{margin-left:6px;font-weight:400}.assets-realized-arrow{margin-left:7px;color:#7f8894;font-size:23px;line-height:1}.assets-futures-actions{padding:19px 24px 18px}.assets-futures-actions .quick-grid{gap:18px}.assets-futures-actions .quick-item{gap:7px;color:#d0d2d7;font-size:13px}.assets-futures-actions .quick-item>img{display:block;width:49px;height:49px;object-fit:contain;flex:none}.assets-futures-actions .quick-item .label{color:#d0d2d7}.assets-futures-card-wrap{padding:0 16px}.assets-account-card{margin-bottom:12px;padding:12px 14px 13px;border-radius:12px}.assets-card-head{width:100%;display:flex;align-items:center;justify-content:space-between;color:#77818d;font-size:14px;text-align:left}.assets-card-head>span:last-child{display:inline-flex;transition:transform .18s ease}.assets-card-head>span:last-child.expanded{transform:rotate(180deg)}.assets-account-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:13px}.assets-account-grid>div{display:flex;flex-direction:column;gap:5px}.assets-account-grid span{color:#79828e;font-size:11px}.assets-account-grid b{color:#dadde2;font-size:14px;font-weight:400}.assets-account-grid b.up{color:#2dbc85}.assets-account-grid b.down{color:#f4455c}.assets-futures-assets-card{margin-top:0;overflow:hidden;border-radius:12px}.assets-futures-card-tabs{height:42px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #2a323d;color:#77818d}.assets-futures-card-tabs>div{height:100%;display:flex;align-items:stretch;gap:24px}.assets-futures-card-tabs button{position:relative;color:#858d98;font-size:14px}.assets-futures-card-tabs button.active{color:#d9dce1}.assets-futures-card-tabs button.active:after{content:"";position:absolute;left:50%;bottom:0;width:18px;height:2px;transform:translateX(-50%);background:#fcd434}.assets-futures-token{padding:13px 14px 16px}.assets-token-title{margin-bottom:14px;color:#dadce1;font-size:15px;font-weight:500}.assets-token-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:13px 20px;gap:13px 20px}.assets-token-grid>div{display:flex;flex-direction:column;gap:4px}.assets-token-grid span{color:#767f8b;font-size:11px}.assets-token-grid b{color:#d7dadf;font-size:13px;font-weight:400}.assets-position-row{display:block;padding:13px 14px;border-bottom:1px solid #2a323d}@media (prefers-reduced-motion:reduce){.assets-futures-slide.slide-left,.assets-futures-slide.slide-right{animation:none}}.assets-spot-page{padding-bottom:10px}.assets-spot-accounts{display:flex;align-items:center;gap:14px;min-height:54px;padding:8px 16px;border-bottom:1px solid #2c343f;overflow:hidden;white-space:nowrap}.assets-spot-accounts button,.assets-spot-accounts span{flex:0 0 auto;color:#858e9a;font-size:14px;font-weight:400}.assets-spot-accounts button.active{min-height:32px;padding:0 10px;border-radius:7px;background:#303844;color:#e3e6ea}.assets-spot-balance{padding:17px 16px 0}.assets-spot-balance .assets-balance-label{display:inline-flex;align-items:center;gap:7px;color:#dde0e5;font-size:12px}.assets-spot-history{display:inline-flex;color:#dce0e5}.assets-spot-total{display:flex;align-items:baseline;gap:7px;margin-top:9px}.assets-spot-total strong{color:#f0f2f4;font-size:28px;line-height:1.2;font-weight:700}.assets-spot-total span{color:#e6e8ec;font-size:13px}.assets-spot-pnl{display:flex;align-items:center;gap:3px;margin-top:12px;color:#e0e3e7;font-size:13px}.assets-spot-pnl-label{padding-bottom:3px;border-bottom:1px dotted #68717d}.assets-spot-pnl-value{color:#e0e3e7}.assets-spot-pnl .assets-spot-pnl-arrow{margin-left:5px;color:#7d8794;font-size:22px;line-height:12px}.assets-spot-actions{padding:22px 30px 20px}.assets-spot-actions .quick-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.assets-spot-actions .quick-item{width:100%;justify-self:center}.assets-spot-actions .quick-circle{width:50px;height:50px;border-radius:13px}.page-body .assets-spot-actions .quick-grid .quick-circle:not(.home-pay-icon) .mill-icon,.page-body .assets-spot-actions .quick-grid .quick-circle:not(.home-pay-icon) .mill-icon img{width:36px!important;height:36px!important;object-fit:contain}.assets-spot-actions .quick-item .label{color:#e8eaed;font-size:12px}.assets-spot-card-wrap{padding:0 16px}.assets-spot-card{overflow:hidden;min-height:138px}.assets-spot-card-head{height:42px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #2d3540;color:#858e9a;font-size:15px}.assets-spot-card-head>div{display:flex;align-items:center;gap:14px;color:#717b89}.assets-spot-card-head>div .mill-icon img{filter:grayscale(1) brightness(.76);opacity:.72}.assets-spot-empty{min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#6f7886;font-size:12px}.assets-spot-empty .wallet-empty-css{opacity:.55;transform:scaleX(.86)}.assets-spot-list{padding:0 14px}.assets-spot-row{min-height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #2d3540}.assets-spot-row:last-child{border-bottom:0}.assets-spot-row>div:last-child{text-align:right}.assets-spot-row b{display:block;color:#e5e8ec;font-size:14px;font-weight:500}.assets-spot-row small{display:block;margin-top:2px;color:#7c8591;font-size:11px}@media (max-width:360px){.assets-futures-subtabs{gap:12px}.assets-futures-actions{padding-inline:16px}.assets-futures-actions .quick-grid{gap:8px}.assets-spot-accounts{gap:10px;padding-inline:12px}.assets-spot-accounts button,.assets-spot-accounts span{font-size:12px}}.futures-trade-page .position-card-title .tag-perp{margin-left:0;flex:none}.futures-trade-page .position-card-title .pos-info-icon{margin-left:auto;width:12px;height:14px}.futures-trade-page .position-card-title .pos-info-icon:before{content:"";position:absolute;left:50%;top:0;transform:translateX(-50%);width:1.5px;height:8px;border-radius:1px;background:var(--up)}.futures-trade-page .position-card-title .pos-info-icon:after{content:"";position:absolute;left:50%;bottom:1px;transform:translateX(-50%);width:3px;height:3px;border-radius:50%;background:#8a93a0}.futures-trade-page .futures-price-field .field-input__opp{display:inline-block;min-height:18px;font-size:14px;font-weight:600;line-height:20px;color:#d0d3d9}.futures-trade-page .futures-price-field.best-price-on .field-tag{border:1px solid #ffffff;color:#ffffff;background:#313842}.futures-trade-page .position-tabs .tab.active:after{width:100%}.futures-trade-page .position-pnl-grid .pos-pnl-label{display:inline-flex;align-items:center;gap:5px}.futures-trade-page .position-pnl-grid .pos-share-btn{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border:0;background:transparent;cursor:pointer;opacity:.75}.futures-trade-page .position-pnl-grid .pos-share-btn img{width:14px;height:14px}.position-share-sheet .poster-canvas-wrap{margin:6px 0 14px;border-radius:0;overflow:hidden}.position-share-sheet .share-strip{display:flex;gap:8px}.position-share-sheet .share-strip button{flex:1 1;height:38px;background:#303a46;color:#e6e9ed;border-radius:8px;font-size:13px}.position-share-sheet{max-height:92dvh}.position-share-sheet .poster-section-title{color:#9aa5b1;font-size:14px;margin:0 0 10px}.position-share-sheet .poster-mode-row{display:flex;gap:8px;margin:0 0 14px}.position-share-sheet .poster-mode-row button{flex:1 1;height:32px;background:#303a46;color:#8b949f;border-radius:6px;font-size:12px}.position-share-sheet .poster-mode-row button.on{background:#fbd332;color:#2d2916;font-weight:700}.position-share-sheet .poster-share-strip{display:flex;gap:14px;overflow-x:auto;padding:2px 0 10px;scroll-behavior:smooth;scroll-snap-type:x proximity;scrollbar-width:none;overscroll-behavior-x:contain;touch-action:pan-x}.position-share-sheet .poster-share-strip::-webkit-scrollbar{display:none}.position-share-sheet .poster-share-item{flex:0 0 68px;scroll-snap-align:start;text-align:center;color:#f1f3f5}.position-share-sheet .poster-share-btn{width:60px;height:60px;border-radius:17px;border:1px solid #3a4654;background:#222c37;color:#fff;display:grid;place-items:center;margin:0 auto 6px;font-size:25px;cursor:pointer}.position-share-sheet .poster-share-btn.noop{cursor:default}.position-share-sheet .poster-share-item>span{display:block;font-size:11px;white-space:nowrap}.position-share-sheet .poster-share-btn.brand-tg{color:#229ed9}.position-share-sheet .poster-share-btn.brand-x{font-size:28px}.position-share-sheet .poster-share-btn.brand-wechat{color:#12b739;font-size:24px}.position-share-sheet .poster-share-btn.brand-line{color:#00c300;font-size:15px;font-weight:900}.position-share-sheet .poster-share-btn.brand-more{font-size:24px;letter-spacing:2px}.futures-trade-page .all-close-group{display:inline-flex;align-items:center;gap:5px}.futures-trade-page .all-close-group button{color:#d8dce1;background:#303a46;padding:6px 12px;border-radius:5px;font-size:11px}.futures-trade-page .all-close-sep{color:#596270;font-size:13px;line-height:1;font-style:normal}.futures-trade-page .all-close-icon{display:block;object-fit:contain}.futures-trade-page .position-metrics div>span.pos-qty-wrap{align-self:flex-start;display:inline-flex}.futures-trade-page .pos-qty-wrap .qty-info-icon{display:inline-block;position:relative;width:7px;height:7px;margin-left:3px;vertical-align:middle;background-image:url(/figma/mill/qty-info-icon.png);background-size:7px 7px;background-repeat:no-repeat;background-position:50%}.futures-trade-page .qty-info-icon .qi-left,.futures-trade-page .qty-info-icon .qi-right{display:none}.futures-trade-page .position-card-title .pos-info-icon{align-items:center;width:14px;height:10px;margin-left:4px}.futures-trade-page .position-card-title .pos-exc{position:relative;width:2.2px;height:9px;flex:none}.futures-trade-page .position-card-title .pos-exc:before{content:"";position:absolute;left:0;top:0;width:100%;height:6.5px;border-radius:99px;background:#3ddc84}.futures-trade-page .position-card-title .pos-exc:after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:2.2px;height:2.2px;border-radius:50%;background:#3ddc84}.futures-trade-page .position-card-title .pos-info-icon{width:18px;gap:2px}.futures-trade-page .position-card-title .pos-exc{width:3px;height:11px}.futures-trade-page .position-card-title .pos-exc:after,.futures-trade-page .position-card-title .pos-exc:before{background:#697381}.futures-trade-page .position-card-title .pos-info-icon.adl-1 .e1:after,.futures-trade-page .position-card-title .pos-info-icon.adl-1 .e1:before,.futures-trade-page .position-card-title .pos-info-icon.adl-2 .e1:after,.futures-trade-page .position-card-title .pos-info-icon.adl-2 .e1:before,.futures-trade-page .position-card-title .pos-info-icon.adl-2 .e2:after,.futures-trade-page .position-card-title .pos-info-icon.adl-2 .e2:before{background:#3ddc84}.futures-trade-page .position-fee-row{border:1px solid #3b4552;border-radius:10px;padding:9px 10px}.futures-trade-page .position-fee-row .realized-pnl-zero{color:#df626b;font-size:11px}.futures-trade-page .position-fee-row .fee-row-arrow{color:#8b949f;font-size:20px;line-height:11px;transform:translateY(-2px)}.futures-trade-page .positions-toolbar{border-bottom:1px solid #303a46}.futures-trade-page .market-session-label{color:#858e99;font-size:11px}.futures-trade-page .all-close-group{margin-right:8px}.futures-trade-page .all-close-icon{width:8px;height:9px}.futures-trade-page .positions-toolbar>button.check{background-color:transparent;padding-left:0}.futures-trade-page .position-metrics>div:nth-child(2)>b{padding-left:0;padding-right:0}.futures-trade-page .position-metrics>div:nth-child(2)>b,.futures-trade-page .position-metrics>div:nth-child(2)>span,.futures-trade-page .position-metrics>div:nth-child(5)>b,.futures-trade-page .position-metrics>div:nth-child(5)>span{width:80px;margin-left:40px;margin-right:40px;text-align:left}.position-share-sheet .poster-pager{display:flex;justify-content:center;gap:8px;margin:6px 0 16px}.position-share-sheet .poster-pager i{width:17px;height:6px;border-radius:2px;background:#34404b;cursor:pointer;transition:background .2s ease}.position-share-sheet .poster-pager i.on{background:#f2f5f7}.position-share-sheet .poster-share-strip{gap:10px}.position-share-sheet .poster-share-item{flex:0 0 58px}.position-share-sheet .poster-share-btn{width:46px;height:46px;border-radius:13px;font-size:19px;margin:0 auto 5px}.position-share-sheet .poster-share-btn.brand-x{font-size:21px}.position-share-sheet .poster-share-btn.brand-wechat{font-size:18px}.position-share-sheet .poster-share-btn.brand-line{font-size:12px}.position-share-sheet .poster-share-btn.brand-more{font-size:18px}.position-share-sheet{padding-top:24px}.futures-trade-page button.icon-btn[aria-label="筛选"],button.icon-btn[aria-label="筛选"]{background-image:url(/uploaded_transfer_icon.png);background-repeat:no-repeat;background-position:50%;background-size:15px}.futures-trade-page button.icon-btn[aria-label="筛选"]>.mill-icon,button.icon-btn[aria-label="筛选"]>.mill-icon{display:none}.transfer-head button:last-child{font-size:0;color:transparent;background-image:url(/uploaded_transfer_icon.png);background-repeat:no-repeat;background-position:50%;background-size:20px}.futures-trade-page .ob-tools{padding-top:3px;padding-bottom:3px}.futures-trade-page .ob-row{min-height:19px;padding:2px 0;line-height:normal}.futures-trade-page .ob-mid{padding-top:7px;padding-bottom:7px}.futures-trade-page .order-book-root.is-six-levels .ob-row{min-height:18px;padding:1px 0}.futures-trade-page .order-book-root.is-six-levels .ob-mid{padding-top:5px;padding-bottom:5px}.futures-trade-page .ob-ratio-row{margin-top:auto;padding-top:6px}.futures-trade-page .order-book-col .ob-tools{margin-bottom:0}.futures-trade-page .futures-submit{margin-top:auto}.futures-trade-page .position-card-title .pos-info-icon{position:relative;display:inline-flex;align-items:flex-end;gap:1px;width:7px;height:6px;margin-left:2px;flex:none}.futures-trade-page .position-card-title .pos-info-icon:after,.futures-trade-page .position-card-title .pos-info-icon:before{content:none}.futures-trade-page .position-card-title .pos-exc{position:static;display:block;width:1px;height:5px;border-radius:1px;background:#697381}.futures-trade-page .position-card-title .pos-exc:after,.futures-trade-page .position-card-title .pos-exc:before{content:none}.futures-trade-page .position-card-title .pos-exc.e1{height:2px}.futures-trade-page .position-card-title .pos-exc.e2{height:3px}.futures-trade-page .position-card-title .pos-exc.e3{height:4px}.futures-trade-page .position-card-title .pos-exc.e4{height:6px}.futures-trade-page .trade-order>.field:nth-child(4) .field-tag{font-weight:400;font-size:14px}.futures-trade-page .trade-order>.field:nth-child(4) .field-input,.futures-trade-page .trade-order>.field:nth-child(5) .field-input{font-weight:400;font-size:15px}.futures-trade-page .futures-submit.btn-buy,.futures-trade-page .trade-order>.field:nth-child(5) .field-tag{font-weight:400}.futures-trade-page .futures-submit.btn-buy,.futures-trade-page .futures-submit.btn-sell{height:42px;min-height:42px}.futures-trade-page .fut-lev-row .fut-lev-cell,.futures-trade-page .futures-side-seg .seg-btn.buy-active,.futures-trade-page .futures-side-seg .seg-btn.sell-active,.futures-trade-page .trade-order .field:nth-child(4) .field-input-row,.futures-trade-page .trade-order .field:nth-child(4) .field-tag,.futures-trade-page .trade-order .field:nth-child(5),.futures-trade-page .trade-order .futures-submit,.futures-trade-page .trade-order .otype{border-radius:8px}.futures-trade-page .futures-side-seg{position:relative;isolation:isolate}.futures-trade-page .futures-side-seg:before{content:"";position:absolute;z-index:0;inset:0 0 auto;box-sizing:border-box;height:28px;border:1px solid #3a4350;border-radius:8px;pointer-events:none}.futures-trade-page .futures-side-seg .seg-btn{position:relative;z-index:1;border:0!important;background:transparent}.futures-trade-page .futures-side-seg .seg-btn.buy-active{background:var(--up)}.futures-trade-page .futures-side-seg .seg-btn.sell-active{background:var(--down)}.sim-center-page{min-height:calc(100dvh - var(--status-space) - var(--home-space));padding:0 16px 34px;background:var(--bg)}.sim-center-head{height:52px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;text-align:center}.sim-center-head button{height:42px;text-align:left;color:#e3e6e9;font-size:30px;font-weight:300}.sim-center-head b{font-size:17px}.sim-center-head .sim-debug-toggle{height:auto;padding:5px 8px;border:1px solid #3a4250;border-radius:5px;background:transparent;color:#6b7482;font-size:9px;font-weight:700;letter-spacing:.06em;line-height:1;text-align:center}.sim-center-head .sim-debug-toggle.on{color:var(--yellow);border-color:rgba(247,184,7,.55);background:rgba(247,184,7,.12)}.sim-debug-tools{display:flex;align-items:center;gap:5px}.sim-center-head .sim-debug-clear{height:auto;padding:5px 7px;border:1px solid rgba(246,70,93,.55);border-radius:5px;color:#f46a7d;font-size:9px;font-weight:700;line-height:1;text-align:center}.sim-disclaimer{display:flex;gap:12px;padding:14px;border:1px solid #5d5130;border-radius:12px;background:linear-gradient(135deg,#332f22,#292c2d)}.sim-disclaimer>i{flex:0 0 42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--yellow);color:#242518;font-size:12px;font-weight:800;font-style:normal}.sim-disclaimer b{color:#f6db74;font-size:14px}.sim-disclaimer p{margin-top:5px;color:#aaa58f;font-size:11px;line-height:1.6}.sim-profile-card{display:flex;align-items:center;gap:11px;margin-top:14px;padding:15px;border-radius:14px;background:var(--bg2)}.sim-avatar{width:46px;height:46px;display:grid;place-items:center;flex:none;border-radius:50%;background:linear-gradient(145deg,#fbd435,#ad7e00);color:#252516;font-size:20px;font-weight:800}.sim-profile-card>div:nth-child(2){min-width:0;display:flex;flex:1 1;flex-direction:column}.sim-profile-card small,.sim-profile-card span{color:var(--text3);font-size:10px}.sim-profile-card strong{margin:2px 0;color:#f0f2f4;font-size:15px}.sim-profile-card em{padding:4px 7px;border-radius:5px;background:#333b46;color:#929aa5;font-size:10px;font-style:normal}.sim-profile-card em.on{background:rgba(45,188,133,.14);color:var(--up)}.sim-reset-countdown{display:grid;grid-template-columns:1fr auto;grid-gap:4px 10px;gap:4px 10px;padding:11px 13px;border:1px solid #384350;border-radius:11px;background:#252e39}.sim-reset-countdown span{color:#adb5bf;font-size:11px}.sim-reset-countdown b{color:#f2c94c;font-size:16px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.03em}.sim-reset-countdown small{grid-column:1/-1;color:#838d99;font-size:10px;line-height:1.45}.sim-reset-countdown.frozen{border-color:#645735;background:linear-gradient(110deg,#312f25,#252e39)}.sim-center-page>h2{margin:21px 0 9px;font-size:14px}.sim-plan{display:grid;grid-template-columns:42px 1fr auto;align-items:center;grid-gap:10px;gap:10px;margin-top:9px;padding:14px 12px;border:1px solid #343d49;border-radius:13px;background:var(--bg2)}.sim-plan.featured{border-color:#685b32;background:linear-gradient(120deg,#2f312b,#272f3a 62%)}.sim-plan-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#17a8a9;color:white;font-size:21px;font-weight:700}.sim-plan-icon.lock{background:#3a4250;color:#c5cad1}.sim-plan-icon.lock .vip-diamond{width:25px;height:25px;display:grid;place-items:center;transform:rotate(45deg);border:2px solid #f3c62e;border-radius:5px;color:#f3c62e;font-size:7px;font-weight:800;line-height:1}.sim-plan-icon.lock .vip-diamond>span{display:block;transform:rotate(-45deg)}.sim-plan b{color:#e9ebee;font-size:13px}.sim-plan p{margin-top:4px;color:var(--text3);font-size:10px}.sim-plan p .sim-expiry{color:#cbb56a}.sim-plan>button{min-width:72px;height:32px;padding:0 9px;border-radius:7px;background:var(--yellow);color:#24251b;font-size:11px}.sim-plan>button:disabled{background:#343d48;color:#7e8793}.sim-bills{margin-top:16px;padding:16px;border:1px solid rgba(255,255,255,.05);border-radius:18px;background:#27313d;box-shadow:0 8px 24px rgba(0,0,0,.12)}.sim-bills-head{display:flex;align-items:baseline;justify-content:space-between}.sim-bills-head h2{color:#f0f4f8;font-size:18px}.sim-bills-head span{color:#8f9aa8;font-size:12px}.sim-bill-list{margin-top:8px}.sim-bill-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px solid rgba(255,255,255,.06)}.sim-bill-row:first-child{border-top:0}.sim-bill-row>div{min-width:0;display:flex;flex-direction:column;gap:5px}.sim-bill-row>div:last-child{align-items:flex-end;text-align:right}.sim-bill-row b,.sim-bill-row strong{color:#e9eef4;font-size:13px}.sim-bill-row span,.sim-bill-row time{color:#8f9aa8;font-size:10.5px}.sim-bill-row span.paid{color:#35c58d}.sim-bills-empty{padding:22px 0 8px;color:#8f9aa8;font-size:12px;text-align:center}.sim-service-head{display:flex;align-items:center;justify-content:space-between;margin:18px 0 12px}.sim-service-head h2{color:#f3f6fa;font-size:20px}.sim-service-head button{height:34px;padding:0 12px;border-radius:9px;background:#3a4452;color:#e2e6eb;font-size:13px}.sim-service-head button span{margin-left:4px;color:#9ba6b3;font-size:18px;vertical-align:-1px}.sim-bills-page{min-height:100dvh;padding:0 16px 30px;background:#1d2631}.sim-bills-page-head{height:72px;display:grid;grid-template-columns:52px 1fr 52px;align-items:center;text-align:center}.sim-bills-page-head>button:first-child{color:#eaf0f6;font-size:27px;text-align:left}.sim-bills-page-head b{color:#f3f6fa;font-size:20px}.sim-bills-page-head .bill-refresh{color:#aeb8c4;font-size:12px;text-align:right}.sim-bills-summary{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px}.sim-bills-summary div{padding:14px 10px;border:1px solid rgba(255,255,255,.05);border-radius:13px;background:#27313d;text-align:center}.sim-bills-summary small{display:block;color:#909baa;font-size:11px}.sim-bills-summary strong{display:block;margin-top:6px;color:#f3f6fa;font-size:21px}.sim-bills.standalone{margin-top:12px}.sim-bill-row small{color:#697687;font-size:9px}.sim-bill-row span.pending{color:#f2c94c}.sim-bill-row em{max-width:150px;color:#9aa5b4;font-size:10px;font-style:normal}.deposit-cancel-mask{position:fixed;z-index:1800;inset:0;display:grid;place-items:center;padding:24px;background:rgba(5,9,14,.72)}.deposit-cancel-confirm{width:min(340px,100%);padding:22px 18px 18px;border:1px solid #3c4653;border-radius:16px;background:#27313d;box-shadow:0 18px 48px rgba(0,0,0,.45);text-align:center}.deposit-cancel-confirm h3{color:#f2f5f8;font-size:19px}.deposit-cancel-confirm p{margin:10px 0 18px;color:#9aa5b4;font-size:12px;line-height:1.55}.deposit-cancel-confirm>div{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.deposit-cancel-confirm button{height:43px;border-radius:10px;background:#3a4654;color:#e8edf2;font-size:14px}.deposit-cancel-confirm button.danger{background:#ef5468;color:#fff}.sim-edit-card{margin-top:14px;padding:14px;border-radius:14px;background:var(--bg2)}.sim-edit-card h2{font-size:14px}.sim-edit-card .between>span,.sim-edit-card label{color:var(--text3);font-size:10px}.sim-edit-card label{display:block;margin-top:13px}.sim-edit-card input{width:100%;height:40px;margin-top:6px;padding:0 11px;border-radius:8px;background:var(--bg3);color:#e7e9ec;font-size:13px}.sim-edit-card input:disabled{color:#747d89}.sim-edit-card>button{width:100%;height:40px;margin-top:14px;border-radius:8px;background:#333d49;color:#e3e6e9;font-size:13px}.sim-payment-note{margin:13px 3px 0;color:#a69770;font-size:10px;line-height:1.6;text-align:center}.sim-order-mask{z-index:1300;align-items:flex-end}.sim-order-sheet{width:min(420px,100%);max-height:91dvh;overflow-y:auto;padding:8px 16px calc(18px + env(safe-area-inset-bottom));border-radius:18px 18px 0 0;background:#252d38}.sim-order-sheet .sheet-handle{display:block;width:34px;height:4px;margin:0 auto 13px;border-radius:99px;background:#596370}.sim-order-sheet h2{font-size:16px}.sim-order-sheet .between>button{font-size:25px;color:#919aa5}.sim-order-warning{margin:14px 0 18px;padding:11px;border-radius:8px;background:#383329;color:#c9b77e;font-size:11px;line-height:1.5}.sim-order-sheet>p,.sim-order-sheet>small{display:block;color:var(--text3);font-size:11px;text-align:center}.sim-order-clock{display:block;margin:4px 0 13px;color:var(--yellow);font-size:18px;text-align:center}.sim-order-sheet h3{margin:4px 0 3px;color:#f1f3f5;font-size:35px;text-align:center}.sim-order-sheet h3 i{font-size:13px;font-style:normal}.sim-copy{display:block;margin:0 auto 15px;color:#d4af2d;font-size:11px}.sim-address{padding:13px;border-radius:10px;background:#2c3541}.sim-address span{display:block;color:var(--text3);font-size:10px}.sim-address code{display:block;margin:7px 0;overflow-wrap:anywhere;color:#e5e8eb;font-size:11px}.sim-address button{color:#d4af2d;font-size:11px}.sim-tail-note{margin:11px 0;padding:10px;border-radius:8px;background:#202832;color:#8e97a2;font-size:10px;text-align:center}.sim-paid{width:100%;height:44px;border-radius:8px;background:var(--yellow);color:#27281d;font-size:13px;font-weight:600}.sim-paid:disabled{opacity:.45}.sim-center-page{min-height:100dvh;padding:0 16px 28px;background:#1d2631}.sim-center-head{height:72px;grid-template-columns:48px 1fr auto;background:linear-gradient(#1d2631 78%,rgba(29,38,49,0))}.sim-center-head .sim-center-back{width:40px;height:40px;padding:0;color:#eaf0f6;font-size:27px;line-height:40px;text-align:left}.sim-center-head b{font-size:20px;font-weight:700}.sim-reset-countdown{position:relative;margin-top:0;padding:18px;overflow:hidden;border-color:#445365;border-radius:18px;background:linear-gradient(180deg,#293440,#25303b);box-shadow:0 8px 24px rgba(0,0,0,.12)}.sim-reset-countdown:before{position:absolute;inset:0 auto 0 0;width:3px;background:var(--yellow);content:""}.sim-reset-countdown span{color:#d9e0e8;font-size:15px;font-weight:650}.sim-reset-countdown b{color:#ffd338;font-size:31px;font-weight:850;line-height:1.05;letter-spacing:1px}.sim-reset-countdown small{color:#9aa5b4;font-size:11.5px}.user-asset-card{margin-top:4px;padding:18px;border:1px solid rgba(255,255,255,.05);border-radius:18px;background:linear-gradient(135deg,#27313d,#222c37);box-shadow:0 8px 24px rgba(0,0,0,.12)}.user-asset-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.user-asset-balance small{color:#9aa5b4;font-size:12px}.user-asset-balance strong{display:block;margin-top:6px;color:#f5f7fa;font-size:30px;font-weight:800;letter-spacing:.3px}.user-asset-balance strong span{color:#f2c94c;font-size:14px;font-weight:700;margin-left:3px}.user-asset-actions{display:flex;gap:10px}.user-asset-btn{min-width:72px;height:36px;padding:0 16px;border-radius:9px;background:#3a4452;color:#e2e6eb;font-size:14px}.user-asset-btn.primary{background:var(--yellow);color:#24251b;font-weight:700}.withdraw-head{align-items:flex-start;margin-bottom:16px}.withdraw-head h2{font-size:20px;margin-bottom:4px}.withdraw-head small{display:block;color:#9aa5b4;font-size:11px}.withdraw-form{display:flex;flex-direction:column;gap:16px}.withdraw-mode-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-bottom:-4px}.withdraw-mode-tabs button{height:38px;border-radius:8px;background:#2c3745;color:#9ca7b4;font-size:13px}.withdraw-mode-tabs button.active{background:var(--yellow);color:#28261b;font-weight:700}.wd-field-label{display:block;color:#c6ccd4;font-size:13px}.wd-field-label small{display:block;margin-top:3px;color:#8a97a6;font-size:10.5px;font-weight:400}.wd-amount-input,.wd-input-with-action{display:flex;align-items:center;background:#1f2732;border:1px solid #384350;border-radius:11px;padding:0 14px}.wd-amount-input input,.wd-input-with-action input{flex:1 1;min-width:0;padding:13px 0;background:none;border:0;color:#f1f3f5;font-size:15px}.wd-input-icon{color:#7c8694;font-size:16px}.wd-amount-input span{color:#8a97a6;font-size:14px}.wd-available{display:flex;align-items:center;justify-content:space-between;color:#9aa5b4;font-size:12px}.wd-all-link{color:#f2c94c;font-size:12px}.wd-summary{display:grid;grid-gap:10px;gap:10px;margin:6px 0;padding:15px;border:1px solid rgba(255,255,255,.05);border-radius:14px;background:#222b36}.wd-summary div{display:flex;align-items:center;justify-content:space-between;color:#9aa5b4;font-size:11px}.wd-summary strong{color:#dfe5ec;font-size:12px;font-weight:600}.wd-error{padding:10px 12px;border:1px solid rgba(246,70,93,.5);border-radius:9px;background:rgba(246,70,93,.1);color:#f67a8b;font-size:12px}.wd-submit{height:52px;border-radius:11px;background:var(--yellow);color:#24251b;font-size:16px;font-weight:700}.wd-hint{display:flex;align-items:center;justify-content:center;gap:6px;color:#8a97a6;font-size:11px;text-align:center}.sim-center-page>h2{margin:18px 0 12px;color:#f3f6fa;font-size:20px}.sim-plan{grid-template-columns:54px 1fr auto;gap:14px;margin-top:12px;padding:16px;border-color:rgba(255,255,255,.035);border-radius:18px;background:#27313d;box-shadow:0 8px 24px rgba(0,0,0,.12)}.sim-plan.featured{border-color:rgba(255,255,255,.035);background:#27313d}.sim-plan-icon{width:54px;height:54px;border-radius:16px;font-size:27px}.sim-plan b{font-size:18px}.sim-plan p{color:#9aa5b4;font-size:14px;line-height:1.45}.sim-plan>button{min-width:auto;height:44px;padding:0 17px;border-radius:11px;font-size:16px}.sim-edit-card{margin-top:18px;padding:17px 16px 16px;border-radius:18px;background:#27313d;box-shadow:0 8px 24px rgba(0,0,0,.12)}.sim-edit-card h2{font-size:20px}.sim-profile-card{margin-top:0;padding:14px 0 16px;border-radius:0;border-bottom:1px solid rgba(255,255,255,.06);background:transparent}.sim-avatar{width:54px;height:54px;font-size:26px}.sim-profile-card strong{font-size:18px}.sim-edit-card label{margin-top:14px;font-size:14px}.sim-edit-card input{height:44px;background:#2d3845}.sim-edit-card>button{height:50px;border-radius:12px;background:#344150;font-size:17px}.sim-edit-card .sim-uid-label>span{display:flex;align-items:center;gap:6px;min-height:20px}.sim-edit-card .sim-uid-label small{flex:1 1;color:#8f9baa;font-size:11px;line-height:1.25}.sim-edit-card .sim-uid-label button{width:auto;height:26px;margin:0;padding:0 9px;border:1px solid #566170;border-radius:6px;background:#394554;color:#e4e9ee;font-size:11px;white-space:nowrap}.sim-edit-card .sim-uid-label button:disabled{opacity:.45}.sim-overview-setting{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.06)}.sim-overview-setting>span{display:flex;min-width:0;flex-direction:column;gap:4px}.sim-overview-setting b{color:#e8edf3;font-size:14px}.sim-overview-setting small{color:#9aa5b4;font-size:12px}.sim-edit-balance p{margin:12px 0 0;color:#a7b0bd;font-size:14px;line-height:1.55}.sim-edit-balance p b{color:#f2c05c;font-weight:600}.sim-edit-balance .m-vip{color:#e7b546}.sim-edit-balance .between>span{font-size:11px}.sim-community-link{min-height:54px;display:flex;align-items:center;justify-content:center;gap:10px;margin:18px 0 4px;border:1px solid rgba(255,255,255,.06);border-radius:16px;background:#25303b;color:#dfe7ef;font-size:15px;font-weight:650;text-decoration:none}.sim-community-link svg{width:28px;height:28px;flex:0 0 28px}.sim-community-link small{margin-left:2px;color:#9aa5b4;font-size:12px;font-weight:500}.sim-community-link:active{transform:scale(.99);background:#2a3642}.sim-logout-button{width:100%;min-height:46px;margin:10px 0 6px;border:1px solid rgba(240,94,94,.45);border-radius:14px;background:rgba(240,94,94,.08);color:#ff9393;font-size:14px;font-weight:650}.sim-logout-button:active{transform:scale(.99);background:rgba(240,94,94,.16)}.sim-account-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.sim-account-actions .sim-logout-button{width:auto;min-width:118px}.sim-center-head .sim-referral-button{min-width:72px;height:36px;padding:0 16px;border-radius:9px;background:#3a4452;color:#e2e6eb;font-size:14px;font-weight:400;line-height:36px;text-align:center}.referral-sheet{max-width:430px}.referral-content{display:grid;grid-gap:12px;gap:12px;padding-top:16px}.referral-code{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:6px 12px;gap:6px 12px;padding:16px;border-radius:12px;background:#202a35}.referral-code span{color:#a8b1bd;font-size:12px}.referral-code strong{color:#f2c94c;font-size:24px;letter-spacing:1px}.referral-code button{grid-row:1/span 2;grid-column:2;padding:8px 10px;border-radius:8px;background:#3a4654;color:#eaf0f4;font-size:12px}.referral-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.referral-breakdown,.referral-rules,.referral-stats div{padding:13px;border-radius:11px;background:#202a35}.referral-stats small{display:block;color:#9aa5b4;font-size:12px}.referral-stats b{display:block;margin-top:6px;color:#f5f7fa;font-size:15px}.referral-share{height:44px;border-radius:10px;background:var(--yellow);color:#24251b;font-weight:800}.referral-breakdown b,.referral-rules b{color:#edf2f7}.referral-breakdown p,.referral-rules p{margin:8px 0 0;color:#c7d0da;font-size:13px}.referral-rules small{display:block;margin-top:10px;color:#8793a1;font-size:11px;line-height:1.5}.referral-loading{padding:28px 0;color:#9aa5b4;text-align:center}.transfer-flow .transfer-account-card>button>b,.transfer-flow .transfer-amount>b,.transfer-flow .transfer-asset>b,.transfer-flow .transfer-head>b,.transfer-flow button.transfer-submit{font-weight:400}.transfer-flow .transfer-account-card i,.transfer-flow .transfer-asset i{padding-right:6px}.transfer-flow .transfer-available span{color:#fbd332}.assets-futures-empty,.assets-overview-empty{min-height:132px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#737c89;font-size:12px}.assets-futures-empty .wallet-empty-css,.assets-overview-empty .wallet-empty-css,.futures-trade-page .empty-state .wallet-empty-css{opacity:.55;transform:scaleX(.86)}.assets-overview-card>.row:first-child .mill-icon img{filter:grayscale(1) brightness(.76);opacity:.72}.history-title b{display:inline-flex;align-items:center;justify-content:center;gap:3px;font-size:19px}.history-title-caret{display:block;width:9px;height:7px;object-fit:contain}.history-title .history-download img{width:13px;height:14px;object-fit:contain}.history-filters span{display:inline-flex;align-items:center;gap:3px}.history-field-caret{display:block;width:8px;height:6px;object-fit:contain}.history-filters .history-filter-icon{margin-left:auto;width:17px;height:18px;display:inline-flex;align-items:center;justify-content:center;background:none}.history-filters .history-filter-icon img{display:block;width:17px;height:18px;object-fit:contain}.history-title{grid-template-columns:48px 1fr 72px}.history-title>button.history-back{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;color:#e1e4e8}.history-title>button.history-back .history-back-icon{display:block;width:22px;height:22px}.history-title .history-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;padding-right:18px}.history-title .history-more{display:inline-flex;align-items:center;justify-content:center;width:14px;min-width:14px;color:#dfe2e6;font-size:0;line-height:1;transform:translateY(-2px)}.history-more-dots{display:flex;width:14px;align-items:center;justify-content:space-between}.history-more-dots i{display:block;width:3px;height:3px;border-radius:50%;background:#dfe2e6}.history-title .history-download img{width:17px;height:18px}.history-tabs{gap:25px}.history-tabs button.on:after{left:0;right:0}.history-order-subtabs{height:49px;display:flex;align-items:center;gap:8px;padding:0 12px;color:#8f98a4;border-bottom:1px solid #303844}.history-order-subtabs button{height:32px;padding:0 5px;border-radius:7px;font-size:13px;color:inherit}.history-order-subtabs button.on{color:#e6e8eb;background:#29323e}.history-order-subtabs i{margin-left:auto;font-style:normal;font-size:18px;color:#77818e}.history-current-filters{gap:9px}.history-cancel-all{margin-left:auto;height:36px;padding:0 12px;border-radius:8px;background:#303947;color:#e1e4e8;font-size:13px}.history-current-item{padding:18px 17px 20px;border-bottom:1px solid #303844}.history-current-item header{display:flex;align-items:center;gap:5px}.history-current-item header b{font-size:17px;color:#edf0f3}.history-current-item header em{padding:2px 4px;border:1px solid #48515c;border-radius:3px;color:#a5acb5;font-size:10px;font-style:normal}.history-share{width:17px;height:17px;object-fit:contain;opacity:.72}.history-current-item .history-share{margin-left:3px}.history-order-progress{margin-left:auto;color:#8e97a2;font-size:13px}.history-current-item header button{margin-left:8px;padding:7px 10px;border-radius:7px;background:#303947;color:#e2e5e8;font-size:13px}.history-current-item>strong{display:inline-block;margin-top:7px;font-size:13px}.history-current-item>time{margin-left:8px;color:#858e99;font-size:12px}.history-current-item dl{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin:17px 0 0;font-size:13px}.history-current-item dt{color:#89929d}.history-current-item dd{margin:0;text-align:right;color:#e4e7ea}.history-item dd.muted{color:#626c79}.position-history-intro{padding:2px 17px 12px;color:#89929d;font-size:12px;line-height:1.75}.position-history-intro p{margin:10px 0}.position-history-card{margin:0 17px;padding:16px 0 15px;border-bottom:1px solid #303844}.position-history-card>header{display:flex;align-items:center;gap:5px}.position-history-card header b{color:#eef0f2;font-size:17px}.position-history-card header em{padding:2px 4px;border:1px solid #46505c;border-radius:3px;color:#bdc2c8;font-size:10px;font-style:normal}.position-history-card header .position-liquidated-badge{color:#e0bb4c;border-color:rgba(224,187,76,.55);background:rgba(224,187,76,.12)}.position-history-candle{display:block;width:16px;height:16px;margin-left:1px;object-fit:contain;filter:brightness(0) saturate(100%) invert(54%) sepia(9%) saturate(516%) hue-rotate(176deg) brightness(91%) contrast(88%);opacity:.82}.position-side{display:grid;width:19px;height:19px;place-items:center;color:white;font-size:12px}.position-side.up-bg{background:#2dbe8b}.position-side.down-bg{background:#f04464}.position-close-mode{margin-left:auto;color:#c9cdd2;font-size:12px}.position-history-card .history-share{margin-left:5px}.position-history-grid{display:grid;grid-template-columns:1fr 1fr 1.15fr;grid-column-gap:12px;column-gap:12px;grid-row-gap:14px;row-gap:14px;margin-top:15px}.position-history-grid>div{min-width:0}.position-history-grid span{display:block;color:#8d96a2;font-size:11px;white-space:nowrap}.position-history-grid .history-dashed-label{width:-moz-fit-content;width:fit-content;border-bottom:1px dotted #727b87;line-height:1.25}.position-history-grid .right .history-dashed-label{margin-left:auto}.position-history-grid strong{display:block;margin-top:4px;color:#e3e6e9;font-size:15px;font-weight:400}.position-history-grid .right{text-align:right}.position-history-grid strong.up{color:#20bf8b}.position-history-grid strong.down{color:#f04464}.position-history-time{display:grid;grid-template-columns:auto 1fr;grid-gap:4px 12px;gap:4px 12px;margin-top:8px;color:#89929d;font-size:12px}.position-history-time time{text-align:right}.position-history-refresh{display:flex;align-items:center;justify-content:center;gap:7px;overflow:hidden;color:#89929d;font-size:11px;transition:height .22s ease}.position-history-refresh i{width:14px;height:14px;border:2px solid #5d6876;border-top-color:#d8dde3;border-radius:50%}.position-history-refresh.refreshing i{animation:position-history-spin .65s linear infinite}@keyframes position-history-spin{to{transform:rotate(1turn)}}.history-filters span{color:#f0f2f4}.list-time{font-size:12px;color:#858e99;white-space:nowrap}.list-time .list-time-arrow,.list-time-arrow{display:inline-block;margin-left:4px;color:inherit;font-size:12px;line-height:1;vertical-align:baseline}.history-item time.list-time{font-size:12px;color:#858e99}.history-item b{display:inline-flex;align-items:center}.history-item-candle{display:block;width:15px;height:15px;margin-left:5px;object-fit:contain;filter:brightness(0) saturate(100%) invert(54%) sepia(9%) saturate(516%) hue-rotate(176deg) brightness(91%) contrast(88%);opacity:.82}.history-orderid-dd{display:flex;align-items:center;justify-content:flex-end;gap:4px;text-align:right}.history-orderid-copy{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin:0;padding:0;color:inherit;line-height:0}.history-orderid-copy:active{opacity:.7}.history-orderid-copy-icon{display:block}.positions-account-overview{margin:8px 0 3px;padding:12px 14px 13px;border-radius:9px;background:#252f3a}.positions-account-overview header{display:flex;align-items:center;justify-content:space-between}.positions-account-overview header b{color:#edf0f3;font-size:15px;font-weight:500}.positions-account-overview header b span{margin-left:3px;color:#8d96a1;font-size:22px;font-weight:300;vertical-align:-2px}.positions-account-overview header button{color:#f5bd25;font-size:12px}.positions-account-overview>div{display:grid;grid-template-columns:1fr 1fr;grid-gap:5px 14px;gap:5px 14px;margin-top:10px}.positions-account-overview>div span{color:#8b949f;font-size:11px}.positions-account-overview>div span:nth-child(2),.positions-account-overview>div strong:nth-child(4){text-align:right}.positions-account-overview>div strong{color:#edf0f3;font-size:17px;font-weight:400}.positions-account-overview>div strong.up{color:#20bf8b}.positions-account-overview>div strong.down{color:#f04464}.home-menu-mask{position:fixed;z-index:1900;inset:0;display:flex;justify-content:flex-start;max-width:510px;margin:0 auto;background:rgba(0,0,0,.62)}.home-side-menu{width:min(82%,330px);height:100%;padding:calc(18px + env(safe-area-inset-top)) 18px 24px;background:#202833;box-shadow:12px 0 32px rgba(0,0,0,.34);animation:home-menu-in .2s ease-out}@keyframes home-menu-in{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.home-side-menu>header{height:44px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #313b47}.home-side-menu>header b{color:#f0f2f5;font-size:18px;font-weight:500}.home-side-menu>header button{width:34px;height:34px;color:#929ba6;font-size:28px;font-weight:300}.home-menu-setting{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #313b47}.home-menu-setting>span{min-width:0;display:flex;flex-direction:column;gap:5px}.home-menu-setting b{color:#eef0f3;font-size:15px;font-weight:500}.home-menu-setting small{color:#89929d;font-size:11px;line-height:1.35}.home-menu-switch{position:relative;width:38px;height:21px;flex:0 0 38px;border-radius:7px;background:#46515f;transition:background .18s ease}.home-menu-switch i{position:absolute;top:3px;left:3px;width:15px;height:15px;border-radius:5px;background:#d9dee4;transition:transform .18s ease,background .18s ease}.home-menu-switch.on{background:#2fc494}.home-menu-switch.on i{transform:translateX(17px);background:#fff}.home-menu-link{width:100%;height:54px;display:flex;align-items:center;justify-content:space-between;color:#edf0f3;border-bottom:1px solid #313b47;font-size:14px;text-align:left}.home-menu-link i{color:#87919d;font-size:24px;font-style:normal;font-weight:300}.futures-trade-page .fut-check-row .check,.futures-trade-page .positions-toolbar>button.check,.position-action-sheet .tpsl-head .check,.tpsl-position-sheet .tpsl-head .check{--check-pad-left:0px}.order-symbol{gap:4px}.order-share-btn,.order-symbol{display:inline-flex;align-items:center}.order-share-btn{width:18px;height:18px;padding:0;margin-left:3px;background:transparent;justify-content:center}.order-share-btn img{width:17px;height:17px;opacity:.8}.order-actions{display:flex;align-items:center;gap:7px}.order-progress{display:flex;flex-direction:column;align-items:flex-end;gap:2px;min-width:42px;color:#89929d;font-size:10px}.order-progress em{font-style:normal;line-height:1}.order-progress i{display:block;width:40px;height:4px;border-radius:3px;background:#313b47;overflow:hidden}.order-progress i b{display:block;height:100%;background:#687483;border-radius:inherit}.order-price-value{justify-content:flex-end;gap:5px}.order-edit-btn,.order-price-value{display:inline-flex;align-items:center}.order-edit-btn{width:20px;height:20px;padding:0;justify-content:center;background:transparent;color:#d9dde2;font-size:17px;line-height:1;opacity:.9}.order-progress{min-width:36px;align-items:center}.order-progress i{width:30px}.order-edit-btn .mill-icon{display:block;width:16px!important;height:16px!important}.order-edit-btn .mill-icon img{display:block;width:100%;height:100%}.modify-order-sheet{padding-inline:16px;background:#202833}.modify-order-sheet .sheet-handle{margin-bottom:22px}.modify-order-symbol-row{display:flex;align-items:center;gap:6px;margin-bottom:3px}.modify-order-symbol-row strong{color:#eef0f3;font-size:20px;line-height:26px}.modify-order-symbol-row span{padding:2px 4px;border:1px solid #45505d;border-radius:3px;color:#d8dce1;font-size:11px;line-height:15px}.modify-order-side{font-size:14px;line-height:20px;margin-bottom:22px}.modify-order-field{display:block;margin-bottom:17px}.modify-order-field>span{display:block;margin-bottom:7px;color:#8d96a2;font-size:13px;line-height:18px}.modify-order-field>div{height:48px;display:flex;align-items:center;gap:10px;padding:0 13px;border-radius:9px;background:#29333f}.modify-order-field input{flex:1 1;min-width:0;color:#eef0f3;font-size:17px;font-weight:500}.modify-order-field b{color:#eef0f3;font-size:16px;font-weight:500}.modify-order-sheet .futures-sheet-confirm{height:48px;margin-top:9px;border-radius:7px;font-size:17px}.futures-trade-page .orders-toolbar{height:54px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #303a46}.futures-trade-page .orders-toolbar>button.check{background:transparent;padding-left:0}.futures-trade-page .orders-toolbar .cancel-all{background:#303a46;color:#d7dbe0;padding:8px 14px;border-radius:8px;font-size:12px}.futures-trade-page .market-order-on .futures-market-field{height:30px;min-height:30px;margin-bottom:0}.futures-trade-page .market-order-on .futures-market-field .field-label{display:none}.futures-trade-page .market-order-on .futures-qty-field{margin-top:2px;margin-bottom:2px}.futures-trade-page .market-order-on .pct-slider{margin-top:0;margin-bottom:3px}.bottom-nav-glyph.home{width:19px;height:19px}.bottom-nav-glyph.market{width:20.9px;height:19px}.bottom-nav-glyph.trade{width:24.7px;height:19px}.bottom-nav-glyph.contract{width:17.1px;height:19px}.bottom-nav-glyph.asset{width:19.633px;height:19px}.futures-trade-page .fut-slippage-row{margin-top:1px}.futures-trade-page .market-order-layout .ob-mid{padding-top:2px!important;padding-bottom:2px!important}.futures-trade-page .market-order-layout .ob-tools{transform:none}.futures-trade-page .market-order-on .fut-account-stack{margin-bottom:1px}.futures-trade-page .fut-account-stack .fut-metric-row,.futures-trade-page .fut-account-stack>div:first-child>span{font-size:11px}.futures-trade-page .market-order-on .futures-qty-field,.futures-trade-page .market-order-on .futures-qty-field .field-main{width:100%}.futures-trade-page .market-order-on .futures-qty-field .field-input-row{width:auto!important;flex:1 1!important}.futures-trade-page .market-order-on .futures-qty-field{width:242px;max-width:100%;background:#29303b!important}.futures-trade-page .market-order-on .futures-qty-field .field-input-row{height:auto!important;background:transparent!important}.futures-trade-page .market-order-on .futures-qty-field .field-tag{background:transparent!important}.futures-trade-page .market-order-on .futures-submit{margin-top:auto!important;transform:none}.futures-trade-page .futures-qty-field{width:242px;max-width:100%;height:47px;min-height:47px;padding:5px 9px 6px!important;box-sizing:border-box;position:relative;overflow:hidden}.futures-trade-page .futures-qty-field .field-main{width:100%;min-width:0;max-width:100%}.futures-trade-page .futures-qty-field .field-input-row{width:100%;max-width:100%;min-width:0;overflow:hidden;display:flex;align-items:center;gap:4px;box-sizing:border-box}.futures-trade-page .futures-qty-field .field-input{min-width:0;flex:1 1 auto;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.futures-trade-page .futures-qty-field:not(.field-empty) .field-label{position:absolute;z-index:1;top:4px;left:9px;right:9px;margin:0;pointer-events:none}.futures-trade-page .futures-qty-field:not(.field-empty) .field-main{height:100%;padding-top:10px;box-sizing:border-box;display:flex;align-items:center}.futures-trade-page .futures-qty-field .fut-qty-tag{margin-left:0;transform:none;display:inline-flex;align-items:center;gap:3px;flex:0 0 auto;color:#dfdfdf;font-size:12px;line-height:1;cursor:pointer;padding-right:0;max-width:42%;overflow:hidden;white-space:nowrap}.futures-trade-page .futures-qty-field .fut-qty-tag img{margin-left:0;width:9px;height:7px;flex-shrink:0;display:block}.futures-trade-page .position-card-title>.adl-lights{margin-left:2px;color:inherit;font-size:inherit}.adl-lights{display:inline-flex;align-items:flex-end;gap:2px;width:22px;height:13px;margin-left:2px}.adl-lights i{position:relative;display:block;width:3px;height:13px;border-radius:2px;background:transparent;opacity:.9}.adl-lights i:before{top:0;height:9px;border-radius:2px}.adl-lights i:after,.adl-lights i:before{content:"";position:absolute;left:1px;width:2px;background:#697381}.adl-lights i:after{bottom:0;height:2px;border-radius:50%}.adl-lights i.on:after,.adl-lights i.on:before{background:#32d39b}.adl-lights i.on{opacity:1}.futures-trade-page .market-order-layout .order-book-col{height:394px}.futures-trade-page .market-order-layout.has-order-qty .order-book-col{height:414px}.futures-trade-page .market-order-layout.has-order-qty .trade-order{min-height:414px}.futures-trade-page .market-order-layout .order-book-root.is-five-levels .ob-row{min-height:18px;padding:1px 0}.futures-trade-page .market-order-layout.has-order-qty .order-book-root.is-five-levels .ob-row{min-height:20px;padding:2px 0}.futures-trade-page .orders-subtabs>span{margin-left:auto}.futures-trade-page .futures-change{transform:translateY(3px)}.futures-trade-page .trade-order .futures-submit{transform:translateY(-6px)}.futures-trade-page .order-book-col .ob-tools{transform:translateY(-11px);padding-top:5px;padding-bottom:5px}.futures-trade-page .position-card-title .tag-perp{border:1px solid #464f5a}.futures-trade-page .position-card-title .adl-lights{width:11px;height:12px;margin-left:0;margin-right:0;gap:1px}.futures-trade-page .position-card-title .adl-lights i{width:2px;flex:0 0 2px}.futures-trade-page .position-card-title .adl-lights i:after,.futures-trade-page .position-card-title .adl-lights i:before{left:0}.spot-trade-page .spot-symbol-head{padding:10px 16px 8px}.spot-trade-page .spot-symbol-trigger .t15{font-size:18px;line-height:24px;font-weight:400}.spot-trade-page .spot-symbol-head>.row:last-child{margin-top:0!important}.spot-trade-page .spot-symbol-head>.row:last-child .t13{font-size:13px;line-height:18px}.spot-trade-page .spot-side-seg{gap:0;margin-bottom:8px!important;border:1px solid #37414e;border-radius:8px;overflow:hidden}.spot-trade-page .spot-side-seg .seg-btn{border:0;border-radius:7px;background:transparent}.spot-trade-page .spot-side-seg .seg-btn.buy-active{background:var(--up);color:#f4f7f7}.spot-trade-page .spot-side-seg .seg-btn.sell-active{background:var(--down);color:#f4f7f7}.spot-trade-page .otype{height:29px;margin-bottom:8px;border-radius:7px;background:#29323e;color:#e1e4e8;font-size:14px;font-weight:400}.spot-trade-page .spot-price-field{position:relative;height:47px;min-height:47px;margin-bottom:8px;padding:0!important;border-radius:0;background:transparent}.spot-trade-page .spot-price-field .field-main{width:100%;height:47px;gap:6px}.spot-trade-page .spot-price-field .field-input-row{height:47px;min-width:0;flex:1 1;padding:15px 9px 3px;border-radius:9px;background:#29323e}.spot-trade-page .spot-price-field.field-empty .field-input-row{padding:0 9px}.spot-trade-page .spot-price-field .field-label{position:absolute;z-index:1;top:5px;left:9px;margin:0;color:#7e8793;font-size:11px;line-height:14px;pointer-events:none}.spot-trade-page .spot-price-field.field-empty .field-label{top:50%;left:9px;transform:translateY(-50%)}.spot-trade-page .spot-price-field .field-input{min-height:24px;color:#e5e8ec;font-size:16px;font-weight:400;line-height:24px}.spot-trade-page .spot-price-field .field-tag{width:67px;min-width:67px;height:47px;padding:0;border:0;border-radius:9px;background:#29323e;color:#e5e8ec;font-size:14px;font-weight:400}.spot-trade-page .spot-qty-field,.spot-trade-page .spot-total-field{position:relative;width:100%;height:47px;min-height:47px;margin-bottom:8px;padding:5px 9px 6px!important;border-radius:9px;background:#29323e}.spot-trade-page .spot-qty-field .field-label,.spot-trade-page .spot-total-field .field-label{color:#7e8793;font-size:11px;line-height:14px}.spot-trade-page .spot-qty-field .field-input,.spot-trade-page .spot-total-field .field-input{min-height:23px;color:#e5e8ec;font-size:16px;font-weight:400;line-height:23px}.spot-trade-page .spot-option-stack{margin:9px 0 10px}.spot-trade-page .spot-account-stack{gap:4px;margin-bottom:9px;line-height:16px}.spot-trade-page .trade-order>.btn-buy,.spot-trade-page .trade-order>.btn-sell{height:40px;border-radius:7px;font-size:14px;font-weight:400}.spot-trade-page .ob-lev-row{padding:4px 5px 7px 10px}.spot-trade-page .order-book-col{height:472px;padding-bottom:64px}.spot-trade-page section>.row.between{min-height:44px}.spot-trade-page .spot-list-section{margin-top:-5px}.spot-trade-page section .tabs .tab{height:44px;font-size:14px;line-height:16px;color:#848C97}.spot-trade-page section .tabs .tab.active{color:#d0d3d9}.spot-trade-page section .tabs .tab:nth-child(2){width:68px}.spot-trade-page section .empty-state{min-height:210px;padding-top:56px;margin-inline:-16px;width:calc(100% + 32px)}.spot-trade-page .order-book-root .ob-mid .bold,.spot-trade-page .t13.bold,.spot-trade-page .t15.bold{font-weight:400}.spot-trade-page section .empty-state .wallet-empty-css{opacity:.55;transform:scaleX(.86)}.spot-trade-page section .empty-state:has(.wallet-empty-css){transform:translateY(-10px)}.spot-trade-page section .empty-state .t11.dim{line-height:15px;height:15px}@media (max-width:379px){.spot-trade-page .spot-symbol-head{padding-inline:12px}.spot-trade-page .spot-price-field .field-tag{width:62px;min-width:62px}.spot-trade-page .order-book-col{height:466px}}.futures-trade-page button[aria-label="订单历史"] img{width:16px;height:16px}.futures-trade-page .fut-account-stack .fut-metric-row:last-child{margin-top:-4px}.futures-trade-page .position-pnl-grid strong.down{font-size:15px}.futures-trade-page .position-metrics div:nth-child(3)>b{color:var(--up)}.futures-trade-page .all-close-icon{margin-left:-2px;margin-right:-2px}.futures-trade-page .all-close-sep{margin-left:8px;margin-right:8px}.futures-trade-page .pos-qty-wrap .qty-info-icon{width:20px;height:20px;margin-left:-6px;margin-right:-6px}.futures-trade-page .all-close-icon{width:15px;height:15px}.futures-trade-page .pos-qty-wrap .qty-info-icon{height:25px}.spot-trade-page .otype{border-radius:8px;background:#29303b;color:#dfdfdf}.spot-trade-page .otype:after{content:"";width:9px;height:7px;flex-shrink:0;background:url(/figma/mill/futures-caret-717a8b.svg) no-repeat 50%/100% 100%}.spot-trade-page .otype-info{left:-12px;display:inline-flex;align-items:center;border:0;background:url(/figma/mill/container-otype.svg) no-repeat 50%/13px 13px}.spot-trade-page .otype-info:before{display:none}.spot-trade-page .otype-info:after{content:"|";position:static;width:auto;height:auto;margin-left:20px;margin-right:6px;border-radius:0;background:none;color:#333b46;line-height:1;flex-shrink:0}.spot-trade-page .pct-slider{margin:8px 5px 14px}.spot-trade-page .pct-track{width:calc(100% - 10px);height:1px;background:#3b4551}.spot-trade-page .pct-fill{background:#ebecef}.spot-trade-page .pct-slider .pct-handle{width:9px;height:9px;border:1.5px solid #d0d3d9;border-radius:2px;background:#1f2630}.spot-trade-page .pct-tick{width:6px;height:6px;border:1px solid #3b4551;border-radius:1px;background:#1f2630}.spot-trade-page .pct-tick.active{border-color:#ebecef;background:#ebecef}.spot-trade-page .spot-option-stack{gap:7px;margin:8px 0 9px}.spot-trade-page .spot-lev-switch-row{justify-content:flex-end;gap:8px}.spot-trade-page .ob-lev-row .switch{border-radius:6px}.spot-trade-page .spot-option-stack{gap:3px}.page-loading-skeleton{min-height:100dvh;background:var(--bg);display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom)}.page-loading-skeleton .pls-top{height:52px;margin:12px 16px;border-radius:8px;background:linear-gradient(90deg,var(--bg3) 25%,var(--bg4) 37%,var(--bg3) 63%);background-size:400% 100%;animation:pls-shimmer 1.3s ease infinite}.page-loading-skeleton .pls-row{height:16px;margin:0 16px 12px;border-radius:4px;background:var(--bg3);opacity:.7}.page-loading-skeleton .pls-card{height:92px;margin:0 16px 12px;border-radius:12px;background:linear-gradient(90deg,var(--bg3) 25%,var(--bg4) 37%,var(--bg3) 63%);background-size:400% 100%;animation:pls-shimmer 1.3s ease infinite}.page-loading-skeleton .pls-nav{margin-top:auto;display:flex;justify-content:space-around;padding:10px 16px 14px;border-top:1px solid var(--line);color:var(--text3);font-size:11px}@keyframes pls-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.transfer-success-sheet{width:420px;height:450px;padding:8px 16px 16px;font-size:14px;border-radius:18px 18px 0 0}.transfer-success-sheet>p{width:388px;height:20px;padding-left:0;padding-right:0;font-size:14px;line-height:20px;text-align:center;color:#929aa5}.transfer-success-sheet .sheet-handle{width:28px;margin-bottom:26px}.deposit-choice>.coin-icon{flex:0 0 34px!important;width:34px!important;height:34px!important;border-radius:50%!important;overflow:hidden}.history-center{padding-top:var(--status-space);box-sizing:border-box}.sim-avatar{position:relative;overflow:hidden}.sim-avatar input[type=file]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.sim-avatar.has-img{background:#2d3845}.sim-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.sim-avatar.editable{cursor:pointer}.sim-avatar-edit{position:absolute;right:0;bottom:0;width:17px;height:17px;border-radius:50%;background:#20262e;border:1px solid #4a5462;display:grid;place-items:center;color:#fff;pointer-events:none}.sim-avatar-edit .mill-icon{display:block}.sim-profile-card.vip{border:1px solid transparent;background:linear-gradient(#272f3a,#272f3a) padding-box,linear-gradient(135deg,#f7d774,#daa520 45%,#f7d774) border-box}.sim-profile-card em.on.vip{display:flex;flex-direction:column;gap:4px;padding:6px 9px;background:rgba(247,215,116,.12);color:#f2c94c;font-style:normal}.sim-badge-status{font-size:12px;font-weight:600}.sim-profile-card em.on.vip time{font-size:11px;color:#c9a53f}.position-symbol-jump{cursor:pointer}.futures-trade-page .position-pnl-grid .pos-pnl-label,.futures-trade-page .position-pnl-grid>div:last-child>.fut-dashed-label{height:16px;line-height:16px}.futures-trade-page .position-pnl-grid>div:last-child>.fut-dashed-label{display:block}.position-share-sheet .poster-share-svg{width:25px;height:25px;display:block}.position-share-sheet .poster-instagram-mark,.position-share-sheet .poster-line-mark{width:25px;height:25px;border-radius:7px;display:grid;place-items:center}.position-share-sheet .poster-instagram-mark{background:radial-gradient(circle at 65% 70%,#ffdc80 0 15%,#fcaf45 25%,#f77737 39%,#e1306c 55%,#c13584 70%,#833ab4 84%,#5851db 100%)}.position-share-sheet .poster-instagram-mark svg{width:17px;height:17px}.position-share-sheet .poster-line-mark{background:#00c300;color:#fff;font-size:7px;font-weight:900;letter-spacing:-.3px}.position-share-sheet .poster-more-dots{display:flex;gap:4px}.position-share-sheet .poster-more-dots i{display:block;width:4px;height:4px;border-radius:50%;background:currentColor}.asset-quote-menu{top:60px}.spot-trade-page .spot-fut-dashed,.spot-trade-page .spot-label-dashed,.spot-trade-page .spot-option-stack .check-label{display:inline-block;padding-bottom:1px;border-bottom:none;background-image:repeating-linear-gradient(90deg,#969da7 0,#969da7 1px,transparent 0,transparent 2px);background-repeat:no-repeat;background-position:0 100%;background-size:100% 1px}.deposit-float-ball{position:fixed;right:14px;bottom:calc(var(--nav-content-h) + var(--home-space) + 14px);z-index:1250;width:52px;height:52px;border-radius:50%;background:linear-gradient(145deg,#fbd435,#d9a400);box-shadow:0 6px 18px rgba(0,0,0,.45);display:grid;place-items:center;color:#26210e}.deposit-float-icon{font-size:24px;font-weight:800;line-height:1}.deposit-float-dot{position:absolute;top:3px;right:3px;width:10px;height:10px;border-radius:50%;background:#f4455c;border:2px solid #1f2630;animation:deposit-float-pulse 1.6s ease-in-out infinite}@keyframes deposit-float-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.35);opacity:.55}}.sim-account-actions .sim-logout-button{color:#ef5b71}.sim-reset-countdown{margin-top:10px}.sim-advanced-toggle{width:100%;height:44px;margin-top:10px;border-radius:11px;background:#344150;color:#cbd2da;font-size:14px}.sim-premium-action{display:flex;flex-direction:column;align-items:stretch;gap:4px}.sim-premium-action small{color:#cbb56a;font-size:9px;text-align:center;white-space:nowrap}.sim-premium-action button{width:100%;min-width:88px;height:44px;padding:0 14px;border-radius:11px;background:var(--yellow);color:#24251b;font-size:15px;font-weight:700;box-shadow:none}.futures-sheet.close-position-sheet{height:auto;min-height:0;max-height:72dvh;padding-top:3px}.close-position-sheet .sheet-handle{margin-top:0;margin-bottom:8px}.close-position-sheet .position-sheet-scroll{flex:none}.close-position-sheet .position-sheet-footer{padding-top:8px}.close-position-sheet .position-sheet-summary>span:nth-of-type(2){-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:dashed;text-decoration-style:dashed;text-underline-offset:3px}.position-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.sim-center-brand{display:flex;align-items:center;justify-content:center;gap:7px;min-width:0}.sim-center-brand>b{white-space:nowrap}.sim-center-brand .sim-debug-tools{display:flex;gap:4px}.sim-center-brand .sim-debug-clear,.sim-center-brand .sim-debug-toggle{height:24px;padding:0 7px;border-radius:6px;font-size:10px;background:#344150;color:#fbd333}.sim-center-brand .sim-debug-toggle.on{background:#5d4c18;color:#fff}.sim-account-actions{display:block;margin:10px 0 6px}.sim-account-actions .sim-logout-button{width:100%;min-height:54px;margin:0;border:1px solid rgba(255,255,255,.06);border-radius:16px;background:#25303b;color:#dfe7ef;font-size:15px;font-weight:650}.advanced-account-panel{margin-top:14px;padding:0 12px 12px;border:1px solid rgba(244,69,92,.82);border-radius:18px;background:rgba(244,69,92,.035)}.advanced-account-panel .sim-edit-card{margin-top:12px}.advanced-account-panel .sim-edit-card>button,.advanced-account-panel .sim-history-stepper button,.advanced-account-panel .sim-uid-label button,.sim-advanced-toggle{background:var(--yellow)!important;color:#24251b!important;font-weight:700}.advanced-account-panel .sim-edit-card>button:disabled,.advanced-account-panel .sim-history-stepper button:disabled,.advanced-account-panel .sim-uid-label button:disabled{background:#66591f!important;color:#b9a96c!important;opacity:.62}.sim-add-position-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.sim-history-add-btn,.sim-history-reduce-btn{width:100%;min-height:46px;margin-top:10px;border:0;border-radius:11px;font-size:14px;font-weight:700}.advanced-account-panel .sim-edit-card>button.sim-history-add-btn{background:#2ebd85!important;color:#fff!important}.advanced-account-panel .sim-edit-card>button.sim-history-add-btn:disabled{background:#1f6b4d!important;color:#a8dcc8!important;opacity:.7}.advanced-account-panel .sim-edit-card>button.sim-history-reduce-btn{background:#f6465d!important;color:#fff!important}.advanced-account-panel .sim-edit-card>button.sim-history-reduce-btn:disabled{background:#7a2a36!important;color:#e8a8b1!important;opacity:.7}.sim-historical-price{display:grid;grid-template-columns:auto 1fr;grid-gap:3px 9px;gap:3px 9px;margin-top:8px;padding:9px 10px;border:1px solid rgba(255,255,255,.07);border-radius:9px;background:#26313d;color:#abb5c0;font-size:12px}.sim-historical-price b{color:#e9edf1;font-weight:600}.sim-historical-price strong{text-align:right;color:#f4cb39;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.sim-historical-price small{grid-column:1/-1;color:#818c98;font-size:10px}.sim-historical-reduce{margin-top:14px;padding-top:12px;border-top:1px solid rgba(255,255,255,.09)}.sim-historical-reduce h3{margin:0;font-size:15px;color:#edf1f4}.sim-historical-reduce>.row>span{color:#aeb8c4;font-size:11px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.sim-historical-reduce p{margin:7px 0;color:#92a0af;font-size:12px;line-height:1.45}.sim-history-match{margin:8px 0;padding:8px 10px;border-radius:8px;background:#26313d;color:#b7c1cb;font-size:11px;line-height:1.45}.sim-history-stepper{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:6px;gap:6px;margin:8px 0}.sim-history-stepper>div{min-width:0;text-align:center}.sim-history-stepper b,.sim-history-stepper small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sim-history-stepper b{color:#dfe5ea;font-size:11px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.sim-history-stepper small{margin-top:2px;color:#f4cb39;font-size:11px}.sim-history-stepper button{min-height:32px!important;width:auto!important;margin:0!important;padding:0 8px!important;border-radius:7px!important;background:#344150!important;color:#dce3e9!important;font-size:11px!important}.sim-history-stepper button:disabled{opacity:.45}.sim-reduce-position-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:7px 12px;gap:7px 12px;margin:9px 0;padding:9px 10px;border-radius:9px;background:#26313d}.sim-reduce-position-summary span{display:flex;min-width:0;flex-direction:column;gap:2px;color:#8d98a5;font-size:11px}.sim-reduce-position-summary b{overflow:hidden;color:#e6ebef;font-size:12px;font-weight:600;text-overflow:ellipsis;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.sim-reduce-position-summary b.up{color:#2fc999}.sim-reduce-position-summary b.down{color:#ef5b71}.sim-edit-card select{width:100%;height:40px;margin-top:6px;padding:0 10px;border:0;border-radius:8px;background:#2d3845;color:#e7e9ec;font-size:13px}.sim-edit-card select:disabled{color:#747d89}.position-fee-row b{color:#d8dce1}.position-fee-row b.up{color:#2fc999}.position-fee-row b.down{color:#df626b}.position-metrics>div:nth-child(-n+3){min-width:0}.position-metrics>div:nth-child(-n+3)>span{min-height:14px;display:flex;align-items:center;white-space:nowrap}.position-metrics>div:nth-child(-n+3)>b{min-height:16px;display:flex;align-items:center}.position-metrics>div:nth-child(3)>b,.position-metrics>div:nth-child(3)>span{justify-content:flex-end;text-align:right}.position-metrics{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.position-metrics>div{min-width:0}.position-metrics>div>b,.position-metrics>div>span{width:100%;box-sizing:border-box}.position-metrics>div:nth-child(2)>b,.position-metrics>div:nth-child(2)>span{text-align:center;justify-content:center}.position-metrics>div>.pos-qty-wrap .fut-dashed-label,.position-metrics>div>span.fut-dashed-label{width:max-content;max-width:100%}.futures-trade-page .position-metrics>div:nth-child(2)>b,.futures-trade-page .position-metrics>div:nth-child(2)>span,.futures-trade-page .position-metrics>div:nth-child(5)>b,.futures-trade-page .position-metrics>div:nth-child(5)>span{width:100%;margin-left:0;margin-right:0;padding-left:0;padding-right:0;text-align:left;justify-content:flex-start}.futures-trade-page .position-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 8px;align-items:start}.futures-trade-page .position-metrics>div{display:grid;grid-template-rows:18px minmax(20px,auto);grid-gap:3px;gap:3px;margin:0;min-width:0;text-align:left}.futures-trade-page .position-metrics>div>b,.futures-trade-page .position-metrics>div>span{margin:0;padding:0;min-height:0;line-height:18px;align-self:start}.futures-trade-page .position-metrics>div>span{display:block;font-size:11px;white-space:nowrap}.futures-trade-page .position-metrics>div>b{display:block;font-size:14px;font-weight:400;line-height:20px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.futures-trade-page .position-metrics>div:nth-child(3n){text-align:right;justify-items:end}.futures-trade-page .position-metrics .pos-qty-wrap .fut-dashed-label,.futures-trade-page .position-metrics>div>span.fut-dashed-label{width:max-content;max-width:100%;padding-bottom:0}.futures-trade-page .position-metrics div>span.pos-qty-wrap{display:flex;height:18px;align-items:center;gap:3px}.futures-trade-page .position-metrics .qty-info-icon{flex-shrink:0;margin-left:0}.futures-trade-page .position-pnl-grid{margin:18px 0 16px}.futures-trade-page .position-pnl-grid strong{font-size:20px;line-height:26px}.futures-trade-page .position-card-title>b{font-size:14px;line-height:1.2}.futures-trade-page .position-metrics .pos-qty-wrap .fut-dashed-label,.futures-trade-page .position-pnl-grid span{font-size:11px}.futures-trade-page .position-fee-row{margin-top:12px;padding:7px 10px;border-radius:6px;align-items:center}.futures-trade-page .position-fee-row span{font-size:11px}.futures-trade-page .position-fee-row b{font-size:12px;font-weight:400}.futures-trade-page .position-actions{margin-top:12px;gap:6px}.futures-trade-page .position-actions button{height:34px;font-size:13px;border-radius:6px}.futures-trade-page .orders-subtabs{gap:12px;height:48px;border-bottom:0}.futures-trade-page .orders-subtabs button{padding:6px 10px;border-radius:6px;font-size:12px}.futures-trade-page .orders-subtabs button.on{background:#2b333e;color:#eaecef}.futures-trade-page .orders-subtabs button.on:after{display:none}.futures-trade-page .futures-order-row{padding:18px 0}.futures-trade-page .order-side-line{display:flex;flex-wrap:wrap;gap:4px;line-height:20px}.futures-trade-page .order-side-line time{white-space:nowrap;font-size:11px}.futures-trade-page .order-data{margin-top:16px;gap:7px 8px;font-size:13px}.futures-trade-page .order-data b{font-weight:400;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.spot-trade-page .trade-layout{gap:8px;align-items:stretch}.spot-trade-page .trade-order{flex:1 1}.spot-trade-page .order-book-col{display:flex;width:clamp(118px,32.86vw,138px);flex:0 0 auto;height:auto;min-width:0;padding-bottom:0}.spot-trade-page .spot-symbol-trigger .t15{font-size:19px;font-weight:600}.spot-trade-page .spot-symbol-head{padding-bottom:14px}.spot-trade-page .spot-side-seg .seg-btn{height:29px;font-size:16px}.spot-trade-page .spot-price-field .field-tag{width:62px;min-width:62px}.spot-trade-page .spot-price-field .field-input{font-weight:600}.spot-trade-page .spot-qty-field.field-empty .field-label,.spot-trade-page .spot-total-field.field-empty .field-label{font-size:15px}.spot-trade-page .spot-option-stack{gap:10px;margin:10px 0 12px}.spot-trade-page .spot-option-stack .check-label{font-size:14px}.spot-trade-page .spot-account-stack{gap:3px;line-height:18px;margin-bottom:8px;font-size:12px}.spot-trade-page .spot-account-stack>.row>span:first-child{color:#848e9c!important}.spot-trade-page .trade-order>.btn-buy,.spot-trade-page .trade-order>.btn-sell{height:41px;font-size:16px;border-radius:8px}.spot-trade-page .ob-lev-row{min-height:38px;padding:4px 0 8px}.spot-trade-page .spot-lev-switch-row .t11{font-size:13px}.spot-trade-page .ob-lev-row .switch{background:#4b5460}.spot-trade-page .ob-lev-row .switch.on{background:var(--yellow)}.spot-trade-page .order-book-root{flex:1 1;min-height:0}.spot-trade-page .ob-row{font-size:13px;min-height:22px}.spot-trade-page .ob-mid .bold{font-size:20px!important;font-weight:600;line-height:26px}.spot-trade-page .ob-mid .t10{font-size:12px}.spot-trade-page .ob-tools{margin-bottom:0}.spot-trade-page .order-book-root>.ob-tools{margin-top:10px;margin-bottom:10px;transform:translateY(9px)}.spot-trade-page .spot-list-section>div.row.between{margin-top:-6px;margin-bottom:-6px;transform:translateY(0)}.spot-trade-page .spot-list-section{margin-top:18px}.spot-trade-page .spot-list-section .tabs{gap:16px}.spot-trade-page .spot-list-section .tabs .tab{width:auto;white-space:nowrap;font-size:14px}.spot-trade-page .spot-list-section .tabs .tab.active{color:#eaecef}.spot-trade-page .spot-list-section .empty-state{min-height:260px;padding:32px 12px 40px;transform:none}.spot-trade-page .spot-list-section .empty-state .t13{font-size:16px;margin-top:12px}.spot-trade-page .spot-list-section .empty-state .t11.dim{font-size:13px;line-height:20px;height:auto;margin-top:10px}.spot-trade-page .spot-empty-funds{width:138px;height:34px;margin-top:20px;border-radius:7px;font-size:14px}@media (max-width:379px){.spot-trade-page .trade-layout{gap:8px}.spot-trade-page .spot-price-field .field-tag{min-width:52px;width:52px;font-size:12px}.spot-trade-page .spot-list-section .tabs{gap:10px}.spot-trade-page .spot-list-section .tabs .tab{font-size:12px}.spot-trade-page .ob-row{font-size:11px}}.spot-trade-page .spot-side-seg .seg-btn{height:28px;font-size:12px}.spot-trade-page .otype{height:31px;font-size:13px;margin-bottom:7px}.spot-trade-page .spot-price-field,.spot-trade-page .spot-price-field .field-input-row,.spot-trade-page .spot-price-field .field-main,.spot-trade-page .spot-price-field .field-tag,.spot-trade-page .spot-qty-field,.spot-trade-page .spot-total-field{height:46px;min-height:46px}.spot-trade-page .spot-price-field,.spot-trade-page .spot-qty-field,.spot-trade-page .spot-total-field{margin-bottom:7px}.spot-trade-page .spot-price-field .field-input,.spot-trade-page .spot-qty-field .field-input,.spot-trade-page .spot-total-field .field-input{font-size:14px;font-weight:400}.spot-trade-page .spot-price-field .field-tag{font-size:13px}.spot-trade-page .spot-qty-field.field-empty .field-label,.spot-trade-page .spot-total-field.field-empty .field-label{font-size:12px}.spot-trade-page .pct-slider{height:28px;margin:3px 5px 7px}.spot-trade-page .spot-option-stack{gap:4px;margin:4px 0 5px}.spot-trade-page .spot-option-stack .check{height:22px;min-height:22px;padding:0}.spot-trade-page .spot-option-stack .check-label{font-size:12px}.spot-trade-page .spot-account-stack{gap:2px;line-height:14px;font-size:11px;margin-bottom:4px}.spot-trade-page .trade-order>.btn-buy,.spot-trade-page .trade-order>.btn-sell{height:42px;font-size:13px}.spot-trade-page .ob-row{min-height:18px;font-size:12px}.spot-trade-page .ob-mid{padding-top:4px!important;padding-bottom:4px}.spot-trade-page .ob-mid .bold{font-size:17px!important;line-height:22px}.spot-trade-page .order-book-root .ob-row{min-height:20px;height:20px;padding-top:0;padding-bottom:0;line-height:20px}.spot-trade-page .order-book-root .ob-mid{padding-top:2px!important;padding-bottom:2px!important}.spot-trade-page .ob-tools{transform:translateY(2px);height:28px;align-items:flex-start}.spot-trade-page .ob-display,.spot-trade-page .ob-precision{height:24px}