:root{--bg:#0b0e11;--bg2:#121417;--bg3:#1a1d21;--panel:#121417;--line:#2b2f36;--line2:#363a45;--text:#eaecef;--muted:#848e9c;--green:#2ebd85;--red:#f6465d;--accent:#17e6a1;--accent2:#17e6a1;--gate:#17e6a1;--yellow:#f0b90b;--blue:#2354e6;color:var(--text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:#000;font-family:Noto Sans SC,Sora,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.4}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;touch-action:manipulation}html,body,#root{min-height:100%;color:var(--text);overscroll-behavior-y:none;background:#000;margin:0}body{touch-action:manipulation;-webkit-tap-highlight-color:transparent}a{color:var(--accent2);text-decoration:none}button,input,select,textarea{font:inherit}input,select,textarea{max-height:none;font-size:16px!important}input[type=checkbox],input[type=radio],input[type=range]{font-size:inherit!important}.mono{font-variant-numeric:tabular-nums;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace}.gate-num{font-variant-numeric:tabular-nums lining-nums;font-feature-settings:"tnum" 1, "lnum" 1;letter-spacing:-.015em;font-family:IBM Plex Sans,Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.brand-name,.fx-pair-sym,.home-exchange{font-family:Sora,Noto Sans SC,sans-serif}.app-shell{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.page-main{background:var(--bg);flex:1;min-width:0}.topbar{border-bottom:1px solid var(--line);z-index:40;background:#000;align-items:center;gap:10px;height:48px;padding:0 12px;display:flex;position:sticky;top:0}.topbar-centered{grid-template-columns:40px 1fr 40px;align-items:center;gap:0;display:grid}.topbar-centered .topbar-side{width:40px;height:1px}.topbar-centered .brand-center{grid-column:2;justify-self:center}.topbar-centered .desktop-nav{display:none}.topbar-centered .top-right{grid-column:3;justify-content:flex-end;margin-left:0}.topbar-centered .menu-toggle{display:inline-flex}.brand{letter-spacing:.01em;color:var(--text);flex-shrink:0;align-items:center;gap:8px;font-weight:700;display:flex}.brand-logo{background:#0b0e11;border-radius:50%;width:26px;height:26px;display:block}.brand-name{white-space:nowrap;font-size:15px}.demo-pill{color:#04140c;background:var(--gate);white-space:nowrap;border-radius:2px;padding:2px 6px;font-size:10px;font-weight:700}.desktop-nav{flex:1;gap:2px;min-width:0;display:flex}.desktop-nav a{color:var(--muted);white-space:nowrap;border-radius:2px;padding:8px 12px;font-size:13px;font-weight:500}.desktop-nav a.active,.desktop-nav a:hover{color:var(--text)}.desktop-nav a.active{box-shadow:inset 0 -2px 0 var(--gate)}.top-right{flex-shrink:0;align-items:center;gap:8px;margin-left:auto;display:flex}.bal-chip{white-space:nowrap;background:0 0;border:0;border-radius:0;padding:0;font-size:12px}.bal-chip b{color:var(--gate)}.bal-label{color:var(--muted)}.menu-toggle{cursor:pointer;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:none}.menu-toggle span,.menu-toggle span:before,.menu-toggle span:after{background:var(--text);width:14px;height:1.5px;transition:all .15s;display:block;position:relative}.menu-toggle span:before,.menu-toggle span:after{content:"";position:absolute;left:0}.menu-toggle span:before{top:-5px}.menu-toggle span:after{top:5px}.menu-toggle span.open{background:0 0}.menu-toggle span.open:before{top:0;transform:rotate(45deg)}.menu-toggle span.open:after{top:0;transform:rotate(-45deg)}.banner{color:var(--muted);background:#0a0b0d;border-bottom:1px solid #1a1d21;padding:0;font-size:12px;overflow:hidden}.ticker-tape{will-change:transform;gap:28px;width:max-content;padding:6px 0;animation:48s linear infinite tape-scroll;display:flex}.ticker-tape:hover{animation-play-state:paused}.tape-item{white-space:nowrap;align-items:center;gap:8px;font-size:12px;display:inline-flex}.tape-item b{color:var(--text);font-weight:600}.tape-item .mono{font-size:12px;font-weight:600}@keyframes tape-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.splash{min-height:100vh;color:var(--muted);background:#000;place-items:center;display:grid}.splash-inner{text-align:center}.splash-logo{border-radius:50%;width:52px;height:52px;margin-bottom:14px;box-shadow:0 0 0 1px #17e6a140,0 0 28px #17e6a11f}.splash-brand{color:#fff;margin-bottom:6px;font-family:Sora,Noto Sans SC,sans-serif;font-size:18px;font-weight:700}.splash-dot{background:var(--gate);border-radius:50%;width:6px;height:6px;margin:12px auto 0;animation:1s ease-in-out infinite splash-pulse}@keyframes splash-pulse{0%,to{opacity:.35;transform:scale(.85)}50%{opacity:1;transform:scale(1.15)}}.mobile-drawer{z-index:35;background:#000000a6;position:fixed;inset:48px 0 0}.mobile-drawer-panel{border-left:1px solid var(--line);background:#000;flex-direction:column;gap:16px;width:min(300px,86vw);height:100%;margin-left:auto;padding:16px;display:flex}.drawer-user{align-items:center;gap:12px;display:flex}.drawer-user img{background:#0b0e11;border-radius:50%}.drawer-nav{flex-direction:column;gap:2px;display:flex}.drawer-nav a{color:var(--muted);border:1px solid #0000;border-radius:2px;padding:14px 12px;font-weight:500}.drawer-nav a.active{color:var(--text);background:var(--bg3)}.drawer-actions{flex-direction:column;gap:8px;margin-top:auto;display:flex}.bottom-nav{z-index:30;-webkit-backdrop-filter:blur(12px);padding:6px 4px calc(6px + env(safe-area-inset-bottom,0px));background:#0b0e11f5;border-top:1px solid #1a1d21;grid-template-columns:repeat(5,1fr);align-items:stretch;gap:0;display:none;position:sticky;bottom:0}.bottom-nav a{color:#848e9c;letter-spacing:.01em;-webkit-tap-highlight-color:transparent;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-height:50px;padding:4px 2px 2px;font-size:10px;font-weight:500;transition:color .15s;display:flex;position:relative}.bottom-nav a:before{content:"";background:0 0;border-radius:0 0 2px 2px;width:18px;height:2px;transition:background .15s;position:absolute;top:0;left:50%;transform:translate(-50%)}.bottom-nav a.active{color:var(--gate);background:0 0}.bottom-nav a.active:before{background:var(--gate)}.bottom-nav a:active{opacity:.85}.bn-label{white-space:nowrap;line-height:1.1}.bn-icon{width:24px;height:24px;color:inherit;place-items:center;line-height:1;display:grid}.bn-icon svg{display:block}.bn-icon.bn-trade{color:#eaecef;background:#161a1f;border-radius:8px;width:28px;height:28px}.bn-icon.bn-trade.on{color:var(--gate);background:#17e6a124}.home{background:var(--bg);max-width:640px;margin:0 auto;padding-bottom:8px}.home-top{background:#000;padding:8px 12px 6px}.home-top-row{align-items:center;gap:8px;margin-bottom:10px;display:flex}.home-menu-btn{cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:inline-flex}.home-menu-btn span,.home-menu-btn span:before,.home-menu-btn span:after{background:#eaecef;width:16px;height:1.6px;display:block;position:relative}.home-menu-btn span:before,.home-menu-btn span:after{content:"";position:absolute;left:0}.home-menu-btn span:before{top:-5px}.home-menu-btn span:after{top:5px}.home-exchange{text-align:center;letter-spacing:.02em;color:#eaecef;flex:1;font-family:Sora,Noto Sans SC,sans-serif;font-size:16px;font-weight:700}.home-top-actions{flex-shrink:0;justify-content:flex-end;gap:4px;min-width:60px;display:flex}.uc-page{max-width:640px;min-height:calc(100dvh - 48px - var(--fx-nav-h,0px));background:#000;margin:0 auto;padding-bottom:24px}.uc-top{border-bottom:1px solid #1a1d21;grid-template-columns:40px 1fr 40px;align-items:center;padding:10px 12px;display:grid}.uc-top b{text-align:center;font-size:16px}.uc-back{color:#eaecef;cursor:pointer;text-align:left;background:0 0;border:0;padding:0;font-size:28px;line-height:1}.uc-profile{align-items:center;gap:12px;padding:18px 16px 14px;display:flex}.uc-avatar{width:48px;height:48px;color:var(--gate);background:#1a1d21;border-radius:50%;flex-shrink:0;place-items:center;font-size:18px;font-weight:800;display:grid;overflow:hidden}.uc-avatar.img{background:#1a1d21;padding:0}.uc-avatar.img img{object-fit:cover;width:100%;height:100%;display:block}.uc-avatar.preset{font-weight:800}.uc-avatar-btn{cursor:pointer;background:0 0;border:0;flex-shrink:0;padding:0;position:relative}.uc-avatar-edit{color:#eaecef;white-space:nowrap;background:#1a1d21;border:1px solid #2b2f36;border-radius:8px;padding:2px 6px;font-size:10px;font-weight:600;line-height:1;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.uc-avatar-link{color:var(--gate);cursor:pointer;text-align:left;background:0 0;border:0;width:fit-content;margin-top:2px;padding:0;font-size:12px}.uc-avatar-panel{flex-direction:column;gap:14px;padding-top:4px;display:flex}.uc-avatar-preview{justify-content:center;padding:8px 0 2px;display:flex}.uc-avatar-presets{grid-template-columns:repeat(6,1fr);gap:10px;display:grid}.uc-preset{aspect-ratio:1;cursor:pointer;border:2px solid #0000;border-radius:50%;width:100%;padding:0}.uc-preset.on{box-shadow:0 0 0 2px var(--gate);border-color:#fff}.fav-trade-sheet{gap:8px}.fav-trade-list{flex-direction:column;gap:8px;padding-bottom:8px;display:flex}.fav-trade-btn{width:100%;color:var(--text);text-align:left;cursor:pointer;background:#121417;border:1px solid #1e2329;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.fav-trade-btn span{flex-direction:column;gap:4px;min-width:0;display:flex}.fav-trade-btn b{font-size:15px;font-weight:700}.fav-trade-btn em{font-size:12px;font-style:normal}.fav-trade-btn i{color:#5e6673;font-size:18px;font-style:normal}.fav-trade-btn.spot:active{border-color:var(--gate)}.fav-trade-btn.futures:active{border-color:#3b82f6}.fav-trade-btn.binary:active{border-color:#f0b90b}.uc-profile-text{flex-direction:column;gap:4px;min-width:0;display:flex}.uc-profile-text b{text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.uc-section{background:#121417;border-radius:8px;margin:8px 12px 16px;overflow:hidden}.uc-section-title{color:#848e9c;padding:10px 14px 4px;font-size:12px;font-weight:600}.uc-row{color:#eaecef;text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #1a1d21;align-items:center;gap:8px;width:100%;padding:14px;font-size:14px;display:flex}.uc-section .uc-row:first-of-type{border-top:0}.uc-row span{flex:1}.uc-row em{font-size:12px;font-style:normal}.uc-row i{color:#5e6673;font-size:18px;font-style:normal;line-height:1}.uc-row.danger span{color:var(--red)}.uc-row:disabled{opacity:.55;cursor:default}.uc-row.static{cursor:default}.uc-mode-msg{padding:0 14px 12px;font-size:12px}.uc-mode-msg.ok{color:#0ecb81}.uc-mode-msg.err{color:#f6465d}.uc-settings select{color:var(--text);background:#121417;border:0;border-radius:2px;outline:none;padding:10px 12px;font-size:14px}.uc-toggle{width:100%;color:var(--text);text-align:left;cursor:pointer;background:#121417;border:0;border-radius:2px;justify-content:space-between;align-items:center;gap:12px;padding:12px;font-size:13px;display:flex}.uc-toggle i{background:#2b3139;border-radius:11px;flex-shrink:0;width:40px;height:22px;transition:background .15s;position:relative}.uc-toggle i:after{content:"";background:#eaecef;border-radius:50%;width:18px;height:18px;transition:transform .15s;position:absolute;top:2px;left:2px}.uc-toggle.on i{background:var(--gate,#17e6a1)}.uc-toggle.on i:after{transform:translate(18px)}.uc-sheet{max-height:min(70vh,520px)}.uc-about{color:#eaecef;flex-direction:column;gap:12px;padding:4px 2px 8px;font-size:13px;line-height:1.55;display:flex}.uc-about-brand{letter-spacing:.08em;color:#fff;font-family:Sora,Noto Sans SC,sans-serif;font-size:18px;font-weight:750}.uc-about p{color:#b7bdc6;margin:0}.uc-about ul{color:#eaecef;margin:0;padding-left:18px}.uc-about li{margin:6px 0}.uc-form{flex-direction:column;gap:12px;padding-top:4px;display:flex}.uc-form label{flex-direction:column;gap:6px;display:flex}.uc-form label span{color:#848e9c;font-size:12px}.uc-form input{color:#eaecef;background:#121417;border:1px solid #2b2f36;border-radius:4px;outline:none;padding:12px 14px;font-size:14px}.uc-form input:focus{border-color:var(--gate)}.icon-btn{width:28px;height:28px;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:2px;place-items:center;padding:0;display:inline-grid;position:relative}.icon-btn svg{display:block}.home-notif-badge{color:#fff;text-align:center;background:#f6465d;border-radius:7px;min-width:14px;height:14px;padding:0 3px;font-size:9px;font-style:normal;font-weight:700;line-height:14px;position:absolute;top:-2px;right:-4px}.home-notif-mask{z-index:80;background:#0000008c;justify-content:center;align-items:flex-start;padding:56px 12px 24px;display:flex;position:fixed;inset:0}.home-notif-panel{background:#121417;border:1px solid #1e2329;border-radius:8px;flex-direction:column;width:min(420px,100%);max-height:min(70vh,560px);display:flex;overflow:hidden}.home-notif-head{border-bottom:1px solid #1e2329;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.home-notif-head b{font-size:15px}.home-notif-head button{color:#848e9c;cursor:pointer;background:0 0;border:0;font-size:16px}.home-notif-list{padding:8px 0;overflow-y:auto}.home-notif-empty{text-align:center;padding:28px 12px;font-size:13px}.home-notif-item{border-bottom:1px solid #1a1d21;padding:10px 14px}.home-notif-item b{margin-bottom:4px;font-size:13px;display:block}.home-notif-item p{color:#848e9c;margin:0 0 4px;font-size:12px;line-height:1.4}.home-notif-item em{color:#5e6673;font-size:11px;font-style:normal}.home-notif-item.unread b{color:#0ecb81}.home-scan-toast{z-index:90;color:#eaecef;background:#1e2329;border:1px solid #2b3139;border-radius:6px;max-width:86vw;padding:10px 14px;font-size:13px;position:fixed;bottom:88px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000059}.gate-auth-qr{flex-direction:column;align-items:center;gap:12px;padding:12px 0 8px;display:flex}.gate-auth-qr img{background:#fff;border-radius:8px;width:200px;height:200px;padding:8px}.gate-auth-qr-ph{color:#848e9c;background:#121417;border:1px dashed #2b3139;border-radius:8px;place-items:center;width:200px;height:200px;font-size:13px;display:grid}.gate-auth-qr p{text-align:center;margin:0;font-size:13px}.home-user-strip{justify-content:space-between;align-items:center;gap:10px;margin:6px 0 10px;display:flex}.home-user-email{color:#eaecef;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:550;overflow:hidden}.home-cs-corner{color:#17e6a1;cursor:pointer;white-space:nowrap;background:0 0;border:0;flex-shrink:0;padding:0;font-size:12px;font-weight:600;line-height:1.2;position:relative}.home-cs-corner .home-cs-badge{color:#fff;background:#f6465d;border-radius:999px;place-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-style:normal;font-weight:700;line-height:1;display:inline-grid;position:absolute;top:-8px;right:-12px}.home-cs-badge{color:#fff;background:#f6465d;border-radius:999px;place-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-style:normal;font-weight:700;line-height:1;display:inline-grid}.home-asset-card{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.home-asset-label{color:#848e9c;align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}.eye-btn{color:var(--muted);cursor:pointer;vertical-align:-2px;background:0 0;border:0;align-items:center;padding:0;display:inline-flex}.eye-btn:hover{color:var(--text)}.home-asset-val{letter-spacing:-.02em;color:#eaecef;font-variant-numeric:tabular-nums;margin-top:4px;font-size:22px;font-weight:650;line-height:1.2}.home-deposit{border-radius:2px;min-width:64px;padding:8px 14px;font-size:13px;background:var(--gate)!important;color:#04140c!important}.home-quick{grid-template-columns:repeat(4,1fr);gap:4px;margin:16px 0 6px;padding:0 2px 2px;display:grid}.hq-item{color:var(--text);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;flex-direction:column;align-items:center;gap:8px;padding:4px 0;display:flex}.hq-ico{color:#fff;background:#1c1c1e;border:0;border-radius:50%;place-items:center;width:48px;height:48px;transition:background .15s,transform .12s;display:grid}.hq-ico-accent{color:var(--gate);background:linear-gradient(145deg,#1a2e28 0%,#1c1c1e 70%)}.hq-item:hover .hq-ico,.hq-item:active .hq-ico{background:#2a2a2e}.hq-item:active .hq-ico{transform:scale(.96)}.hq-item em{color:#eaecef;white-space:nowrap;font-size:12px;font-style:normal;font-weight:500;line-height:1.2}.event-live{background:var(--bg3);border:1px solid var(--line);text-align:center;border-radius:2px;margin:8px 0;padding:8px}.home-banner{background:#000;padding:6px 12px 2px}.home-banner-card{background:linear-gradient(105deg,#17e6a124 0%,#0000 42%),linear-gradient(100deg,#15241f 0%,#12151a 55%,#151c28 100%);border:1px solid #243038;border-radius:8px;align-items:center;gap:10px;min-height:56px;padding:12px;display:flex;position:relative;overflow:hidden}.home-banner-card:after{content:"";pointer-events:none;background:radial-gradient(circle,#17e6a12e,#0000 70%);border-radius:50%;width:120px;height:120px;position:absolute;top:-30px;right:-20px}.hb-text{color:#eaecef;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;min-width:0;font-size:13px;font-weight:600;line-height:1.35;text-decoration:none;display:-webkit-box;overflow:hidden}a.hb-text:hover{color:#17e6a1}.hb-idx{color:#848e9c;font-variant-numeric:tabular-nums;flex:none;font-size:11px}.home-hot{scrollbar-width:none;background:#000;gap:10px;padding:10px 12px 6px;display:flex;overflow-x:auto}.home-hot::-webkit-scrollbar{display:none}.home-hot-chip{color:var(--text);cursor:pointer;background:#121417;border:1px solid #1e2329;border-radius:20px;flex:none;align-items:center;gap:8px;padding:7px 12px 7px 7px;font-size:12px;font-weight:600;display:inline-flex}.home-hot-chip em{font-variant-numeric:tabular-nums;letter-spacing:-.015em;font-family:IBM Plex Sans,Noto Sans SC,sans-serif;font-size:11px;font-style:normal;font-weight:600}.home-search{color:var(--muted);background:#121417;border:1px solid #1e2329;border-radius:6px;align-items:center;gap:6px;margin:6px 12px 4px;padding:5px 10px;display:flex}.home-search svg{opacity:.85;flex-shrink:0}.home-search input{color:var(--text);background:0 0;border:0;outline:none;flex:1;min-width:0;font-size:12px}.home-search-row{align-items:center;gap:8px;min-height:28px;margin:4px 10px 2px;padding:0;display:flex}.home-search-ico{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:0;flex-shrink:0;place-items:center;padding:0;display:grid}.home-search-ico:hover,.home-search-ico:active{color:var(--text)}.home-search-input{min-width:0;color:var(--text);background:0 0;border:0;border-bottom:1px solid #2b2f36;border-radius:0;outline:none;flex:1;padding:4px 0;font-size:16px;line-height:1.2}.home-search-input:focus{border-bottom-color:var(--gate)}.hb-badge{box-sizing:border-box;background:#17e6a114;border:1px solid #17e6a138;border-radius:8px;flex:none;place-items:center;width:32px;height:32px;padding:2px;display:grid;overflow:hidden}.hb-badge img{object-fit:contain;width:100%;height:100%;display:block}.hb-text{flex:1;font-size:12px;font-weight:600}.hb-idx{color:var(--muted);font-size:10px}.home-tabs{border-bottom:1px solid var(--line);scrollbar-width:none;background:#000;gap:2px;padding:4px 8px 0;display:flex;overflow-x:auto}.home-tabs::-webkit-scrollbar{display:none}.home-tabs button{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:0;flex:none;padding:10px 14px;font-size:15px;font-weight:600;position:relative}.home-tabs button.on{color:var(--text);box-shadow:inset 0 -2px 0 var(--gate);font-weight:700}.tab-tag{color:#04140c;background:var(--gate);border-radius:2px;padding:0 4px;font-size:9px;font-style:normal;font-weight:700;line-height:13px;position:absolute;top:4px;left:58%}.home-rank-switch{border-bottom:1px solid var(--line);background:#000;gap:0;padding:4px 8px 0;display:flex}.home-rank-switch button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:0;flex:none;padding:8px 14px;font-size:14px;font-weight:600}.home-rank-switch button.on.up{color:#0ecb81;background:0 0;border-color:#0000;box-shadow:inset 0 -2px #0ecb81}.home-rank-switch button.on.dn{color:#f6465d;background:0 0;border-color:#0000;box-shadow:inset 0 -2px #f6465d}.rank-no{text-align:center;width:20px;color:var(--muted);font-size:12px;font-weight:700}.rank-no.top1{color:#f0b90b}.rank-no.top2{color:silver}.rank-no.top3{color:#cd7f32}.home-list-head{background:var(--bg);grid-template-columns:1.4fr 1fr .9fr;padding:8px 14px 6px;font-size:10px;display:grid}.home-list-head span:nth-child(2),.home-list-head span:nth-child(3){text-align:right}.home-list{background:var(--bg);padding:0 8px 14px}.home-empty{text-align:center;padding:24px 12px}.home-row{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:0;grid-template-columns:22px 36px 1fr auto auto;align-items:center;gap:10px;padding:11px 8px;display:grid}.home-row:hover{background:#ffffff08}.home-row .star{font-size:14px}.coin-ico{color:#fff;object-fit:cover;background:var(--bg3);border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:grid}.coin-ico-img{display:block}.coin-ico-fallback{line-height:1}.m-item .coin-ico,.fx-picker-list .coin-ico{width:22px;height:22px}.sym-chip .coin-ico{width:18px;height:18px}.asset-card-head{align-items:center;gap:8px;margin-bottom:4px;display:flex}.asset-card-head .label{margin:0}.coin-meta{flex-direction:column;gap:3px;min-width:0;display:flex}.coin-meta b{color:#eaecef;font-size:13px;font-weight:600}.coin-meta i{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:11px;font-style:normal;overflow:hidden}.coin-price{flex-direction:column;align-items:flex-end;gap:3px;min-width:78px;display:flex}.coin-price.gate-num b{color:#eaecef;font-size:13px;font-weight:500;line-height:1.25}.coin-price.gate-num i{color:#848e9c;font-size:11px;font-style:normal;font-weight:400;line-height:1.25}.chg-pill{text-align:center;color:#fff;font-variant-numeric:tabular-nums;letter-spacing:-.01em;border-radius:2px;min-width:66px;margin-left:8px;padding:8px 6px;font-family:IBM Plex Sans,Noto Sans SC,sans-serif;font-size:12px;font-weight:600}.chg-pill.up{background:var(--green);color:#fff}.chg-pill.dn{background:var(--red);color:#fff}.btn{cursor:pointer;color:#fff;background:var(--accent);border:0;border-radius:2px;padding:9px 14px;font-weight:600}.btn:disabled{opacity:.45;cursor:not-allowed}.btn.ghost{color:var(--text);border:1px solid var(--line);background:0 0}.btn.green{background:var(--green);color:#fff}.btn.red{background:var(--red);color:#fff}.btn.block{width:100%}.btn.sm{padding:4px 8px;font-size:12px}.auth-wrap{background:radial-gradient(80% 50% at 50% -10%,#17e6a11f,#0000 55%),radial-gradient(60% 40% at 100% 100%,#2354e614,#0000 50%),#000;flex:1;place-items:center;min-height:100vh;padding:32px 16px;display:grid}.auth-card{background:linear-gradient(#14171c 0%,#0e1013 100%);border:1px solid #2a2e35;border-radius:12px;width:min(420px,100%);padding:28px 24px 24px;box-shadow:0 20px 50px #00000073}.auth-card h1{margin:0 0 6px;font-family:Sora,Noto Sans SC,sans-serif;font-size:22px}.auth-card p.sub{color:var(--muted);margin:0 0 20px;font-size:13px}.auth-card .btn.block{background:var(--gate);color:#04140c;border-radius:6px;margin-top:4px;font-weight:700}.auth-card .tabs{border-bottom:1px solid #1e2329;margin-bottom:16px}.auth-card .tabs button.on{box-shadow:inset 0 -2px 0 var(--gate);color:#fff}.gate-auth{min-height:100dvh;color:var(--text);background:radial-gradient(80% 50% at 50% -10%,#17e6a11f,#0000 55%),#0b0e11;flex-direction:column;display:flex;overflow:hidden}.gate-auth-top{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:5;background:#0b0e11eb;border-bottom:1px solid #1a1d21;flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 16px;display:flex;position:sticky;top:0}.gate-auth-brand{color:#fff;align-items:center;gap:8px;font-family:Sora,Noto Sans SC,sans-serif;font-size:16px;font-weight:700;text-decoration:none;display:inline-flex}.gate-auth-brand img{background:#0b0e11;border-radius:50%;width:28px;height:28px}.gate-auth-lang{color:#eaecef;cursor:pointer;background:0 0;border:1px solid #2b2f36;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:600}.gate-auth-lang:hover{border-color:var(--gate);color:var(--gate)}.gate-auth-body{-webkit-overflow-scrolling:touch;min-height:0;padding:20px 16px calc(20px + env(safe-area-inset-bottom,0px));flex:1;justify-content:center;align-items:center;display:flex;overflow:auto}.gate-auth-aside{display:none}.gate-auth-main{justify-content:center;align-items:center;width:100%;max-width:420px;margin:auto;padding:0;display:flex}.gate-auth-panel{box-sizing:border-box;background:#12151a;border:1px solid #1e2329;border-radius:16px;width:100%;padding:22px 18px 20px;box-shadow:0 12px 40px #00000059}.gate-auth-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.gate-auth-head-text{min-width:0}.gate-auth-head h1{color:#fff;margin:0;font-family:Sora,Noto Sans SC,sans-serif;font-size:24px;font-weight:750;line-height:1.2}.gate-auth-sub{color:#848e9c;margin:6px 0 0;font-size:12px;line-height:1.35}.gate-auth-switch{color:var(--gate);cursor:pointer;text-align:right;white-space:nowrap;background:0 0;border:0;flex-shrink:0;padding:4px 0 0;font-size:13px;font-weight:650}.gate-auth-switch:hover{text-decoration:underline}.gate-auth-methods{background:#12151a;border:1px solid #1e2329;border-radius:999px;gap:0;margin:0 0 18px;padding:3px;display:inline-flex}.gate-auth-methods button{color:#848e9c;cursor:pointer;box-shadow:none;background:0 0;border:0;border-radius:999px;padding:8px 16px;font-size:12px;font-weight:650}.gate-auth-methods button.on{color:#17e6a1;box-shadow:none;background:#17e6a11f}.gate-auth-fields{flex-direction:column;gap:16px;display:flex}.gate-auth-field{flex-direction:column;gap:7px;display:flex}.gate-auth-field>span{color:#848e9c;font-size:12px;font-weight:600}.gate-auth-field>input,.gate-auth-control,.gate-auth-captcha-box{color:#eaecef;box-sizing:border-box;background:#12151a;border:1px solid #1e2329;border-radius:10px;outline:none;width:100%;transition:border-color .15s,box-shadow .15s}.gate-auth-field>input{padding:13px 14px;font-size:14px}.gate-auth-field>input:focus,.gate-auth-control:focus-within,.gate-auth-captcha-box:focus-within{border-color:#17e6a18c;box-shadow:0 0 0 3px #17e6a11f}.gate-auth-field input::placeholder{color:#5e6673}.gate-auth-control,.gate-auth-captcha-box{align-items:stretch;min-height:48px;padding:0;display:flex;overflow:hidden}.gate-auth-control input,.gate-auth-captcha-input{color:#eaecef;outline:none;flex:1;min-width:0;font-size:14px;width:auto!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0 14px!important}.gate-auth-captcha-input{letter-spacing:.14em;text-transform:uppercase;font-weight:700}.gate-auth-icon-btn{color:#848e9c;cursor:pointer;background:0 0;border:0;flex:0 0 44px;place-items:center;display:grid}.gate-auth-icon-btn:hover{color:#eaecef}.gate-auth-inline-action{color:var(--gate);cursor:pointer;background:0 0;border:0;border-left:1px solid #1e2329;flex:none;padding:0 14px;font-size:12px;font-weight:700}.gate-auth-inline-action:hover:not(:disabled){background:#17e6a10f}.gate-auth-inline-action:disabled{opacity:.45;cursor:not-allowed}.gate-auth-captcha-img{cursor:pointer;background:#0d1014;border:0;border-right:1px solid #1e2329;flex:0 0 148px;place-items:center;padding:0;display:grid}.gate-auth-captcha-img svg,.gate-auth-captcha-img>span{width:148px;height:48px;line-height:0;display:block}.gate-auth-captcha-loading{color:#848e9c;font-size:11px;font-style:normal}.gate-auth-hint{color:#5e6673;margin:0;font-size:11px;font-style:normal}.gate-auth-pwd{align-items:center;display:flex;position:relative}.gate-auth-pwd input{padding-right:44px}.gate-auth-eye{color:#848e9c;cursor:pointer;background:0 0;border:0;place-items:center;padding:4px;display:grid;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.gate-auth-eye:hover{color:#eaecef}.gate-auth-code-row{align-items:stretch;gap:0;display:flex}.gate-auth-extra{justify-content:space-between;align-items:center;min-height:20px;margin:12px 0 4px;display:flex}.gate-auth-link{color:#848e9c;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px}.gate-auth-link:hover{color:var(--gate)}.gate-auth-err{color:var(--red);margin:10px 0 0;font-size:13px}.gate-auth-ok{color:var(--green);margin:10px 0 0;font-size:13px}.gate-auth-cta{background:var(--gate);color:#04140c;cursor:pointer;border:0;border-radius:10px;width:100%;margin-top:18px;padding:13px 16px;font-size:15px;font-weight:750}.gate-auth-cta:hover:not(:disabled){filter:brightness(1.05)}.gate-auth-cta:disabled{opacity:.55;cursor:not-allowed}.gate-auth-legal{color:#5e6673;text-align:center;margin:14px 0 0;font-size:11px;line-height:1.45}@media (width<=480px){.gate-auth-panel{border-radius:14px;padding:18px 14px 16px}.gate-auth-head h1{font-size:22px}.gate-auth-fields{gap:14px}.gate-auth-cta{margin-top:14px}.gate-auth-captcha-img{flex-basis:120px}.gate-auth-captcha-img svg,.gate-auth-captcha-img>span{width:120px}}.field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.field label{color:var(--muted);font-size:12px}.field input,.field select{background:var(--bg3);border:1px solid var(--line);color:var(--text);border-radius:2px;outline:none;padding:11px 12px}.field input:focus,.field select:focus{border-color:var(--gate)}.row{align-items:center;gap:8px;display:flex}.err{color:var(--red);margin:8px 0;font-size:13px}.ok{color:var(--green);margin:8px 0;font-size:13px}.tabs{border-bottom:1px solid var(--line);gap:0;margin-bottom:16px;display:flex}.tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;flex:1;padding:10px;font-weight:500}.tabs button.on{color:var(--text);border-bottom-color:var(--gate)}.desk{background:var(--line);flex:1;grid-template-rows:auto 1fr auto auto;grid-template-columns:220px 1fr 300px;gap:1px;min-height:calc(100vh - 80px);display:grid}.panel{background:var(--panel);min-height:0;overflow:auto}.markets{background:#000;grid-row:1/-1;max-height:calc(100vh - 80px)}.markets .m-list{max-height:calc(100vh - 160px);overflow:auto}.chart-head{background:#000;grid-area:1/2;align-items:center;gap:16px;padding:8px 12px;display:flex}.side{background:#000;flex-direction:column;grid-area:1/3/span 2;display:flex}.bottom{background:#000;grid-area:2/2;max-height:220px}.chart{border-top:1px solid var(--line);background:#000;grid-area:3/2/auto/span 2;position:relative}.m-item{cursor:pointer;border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;font-size:13px;display:flex}.m-item-left,.fx-pick-left{align-items:center;gap:8px;min-width:0;display:inline-flex}.sym-chip{align-items:center;gap:6px;display:inline-flex!important}.m-item:hover,.m-item.on{background:var(--bg3)}.m-item .up{color:var(--green)}.m-item .dn{color:var(--red)}.ticker-big{font-size:22px;font-weight:700}.muted{color:var(--muted);font-size:12px}.up{color:var(--green)}.dn{color:var(--red)}.book{border-bottom:1px solid var(--line);flex:1;font-size:12px;overflow:auto}.book-row{grid-template-columns:1fr 1fr;padding:2px 10px;display:grid;position:relative}.book-row .bar{opacity:.16;pointer-events:none;position:absolute;top:0;bottom:0;right:0}.book-head{color:var(--muted);padding:8px 10px;font-size:11px}.trade-form{padding:8px}.side-toggle{grid-template-columns:1fr 1fr;gap:4px;margin-bottom:8px;display:grid}.type-toggle{gap:8px;margin-bottom:8px;font-size:11px;display:flex}.type-toggle button{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:2px 0}.type-toggle button.on{color:var(--gate);font-weight:700}.table{border-collapse:collapse;width:100%;font-size:11px}.table th,.table td{text-align:left;border-bottom:1px solid var(--line);padding:6px 8px}.table th{color:var(--muted);background:#000;font-weight:500;position:sticky;top:0}.bottom-tabs{border-bottom:1px solid var(--line);background:#000;gap:12px;padding:6px 10px;display:flex}.bottom-tabs.spot-tabs{justify-content:space-between;align-items:center;gap:8px}.bottom-tabs-main{align-items:center;gap:12px;min-width:0;display:flex}.bottom-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:2px 0;font-size:12px;font-weight:500}.bottom-tabs button.on{color:var(--text);border-bottom-color:var(--gate)}.fx-history-btn{color:#848e9c;cursor:pointer;background:0 0;border:0;flex-shrink:0;place-items:center;padding:4px;display:grid}.fx-history-btn:hover,.fx-history-btn:active{color:#eaecef}.fx-spot-assets{padding:0 0 8px}.fx-fut-assets{padding:8px 10px 10px}.fx-fut-asset-card{background:#121417;border:1px solid #1e2227;border-radius:8px;padding:12px}.fx-fut-asset-head{align-items:center;gap:10px;margin-bottom:12px;display:flex}.fx-fut-asset-head b{font-size:14px;line-height:1.2;display:block}.fx-fut-asset-head .muted{font-size:11px}.fx-fut-asset-grid{grid-template-columns:1fr 1fr;gap:10px 12px;margin-bottom:12px;display:grid}.fx-fut-asset-grid>div{flex-direction:column;gap:3px;min-width:0;display:flex}.fx-fut-asset-grid span{color:#848e9c;font-size:11px}.fx-fut-asset-grid b{font-size:13px;font-weight:650}.fx-fut-transfer{width:100%;color:var(--text);cursor:pointer;background:#1a1d21;border:1px solid #2b2f36;border-radius:6px;padding:10px;font-size:13px;font-weight:700}.fx-fut-transfer:active{background:#22262c}.fx-spot-market-filter{color:#848e9c;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;padding:8px 12px 6px;font-size:11px;display:inline-flex}.fx-spot-market-filter input{accent-color:var(--gate);width:14px;height:14px}.fx-spot-asset-card{border-bottom:1px solid #1a1d21;padding:10px 12px 12px}.fx-spot-asset-pnl{justify-content:flex-end;align-items:baseline;gap:6px;margin-bottom:6px;font-size:11px;display:flex}.fx-spot-asset-pnl b{font-size:12px;font-weight:700}.fx-spot-asset-head{align-items:center;gap:8px;margin-bottom:10px;display:flex}.fx-spot-asset-head b{font-size:15px;font-weight:700}.fx-spot-asset-grid{grid-template-columns:1fr 1fr 1fr;gap:8px 10px;margin-bottom:10px;display:grid}.fx-spot-asset-grid.usdt{grid-template-columns:1fr 1fr}.fx-spot-asset-grid>div{flex-direction:column;gap:3px;min-width:0;display:flex}.fx-spot-asset-grid span{color:#848e9c;font-size:10px}.fx-spot-asset-grid b{color:#eaecef;font-size:12px;font-weight:650}.fx-spot-asset-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.fx-spot-asset-actions button{color:#eaecef;cursor:pointer;background:#1a1d21;border:0;border-radius:4px;padding:9px 8px;font-size:12px;font-weight:600}.fx-spot-asset-actions button:hover,.fx-spot-asset-actions button:active{background:#24282e}.fx-history-panel{flex-direction:column;max-height:min(78vh,620px);display:flex}.fx-history-body{-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding:0;overflow:auto}.hist-list{padding:0 0 8px}.hist-card{padding:12px 14px}.hist-card .pos-grid{margin-bottom:6px}.hist-card .hist-fee{text-align:right}.hist-foot{justify-content:space-between;align-items:baseline;gap:8px;padding-top:2px;font-size:11px;display:flex}.hist-foot b{color:#eaecef;font-size:12px;font-weight:600}.fx-stats{background:linear-gradient(#0a0b0d 0%,#000 100%);border-bottom:1px solid #1a1d21;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:8px 12px 10px;font-size:10px;display:grid}.fx-stats>div{flex-direction:column;gap:3px;min-width:0;display:flex}.fx-stats .muted{color:#848e9c;font-size:10px}.fx-stats b{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:650;overflow:hidden}.fx-fund-box{text-align:right;box-sizing:border-box;z-index:2;border:0;flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-end;gap:2px;width:100%;margin:0 0 6px;padding:0;display:flex;position:relative;overflow:hidden}.fx-fund-box .muted{color:#848e9c;white-space:nowrap;max-width:100%;font-size:10px;line-height:1.2}.fx-fund-box b{color:var(--text);letter-spacing:.01em;white-space:nowrap;align-items:baseline;gap:4px;max-width:100%;font-size:11px;font-weight:650;display:inline-flex;overflow:hidden}.fx-fund-box b i{font-style:normal}.fx-fund-box b em{color:#848e9c;font-style:normal;font-weight:500}.fx-pct-wrap{z-index:1;flex:none;margin:4px 2px 2px}.fx-pct-range{appearance:none;cursor:pointer;accent-color:#848e9c;background:0 0;width:100%;height:12px;margin:0;padding:0;display:block}.fx-pct-range:focus{outline:none}.fx-pct-range::-webkit-slider-runnable-track{background:linear-gradient(to right, #848e9c 0%, #848e9c var(--pct,0%), #2b2f36 var(--pct,0%), #2b2f36 100%);border-radius:1px;height:2px}.fx-pct-range::-webkit-slider-thumb{appearance:none;width:10px;height:10px;box-shadow:none;background:#0b0e11;border:2px solid #848e9c;border-radius:50%;margin-top:-4px}.fx-pct-range::-moz-range-track{background:#2b2f36;border:0;border-radius:1px;height:2px}.fx-pct-range::-moz-range-progress{background:#848e9c;border-radius:1px;height:2px}.fx-pct-range::-moz-range-thumb{width:10px;height:10px;box-shadow:none;background:#0b0e11;border:2px solid #848e9c;border-radius:50%}.fx-pct-labels{height:12px;margin:0 6px;position:relative}.fx-pct-labels button{color:#5e6673;cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:0;font-size:9px;line-height:1.2;position:absolute;top:0;transform:translate(-50%)}.fx-pct-labels button:last-child{transform:translate(-100%)}.fx-pct-labels button.on{color:#848e9c}.fx-pair-bar{box-sizing:border-box;background:0 0;border:0;justify-content:space-between;align-items:center;gap:10px;min-height:48px;padding:8px 12px;display:flex;position:relative}.fx-pair-left{z-index:1;flex:1 1 0;align-items:center;gap:8px;min-width:0;display:flex}.fx-pair-center{letter-spacing:.06em;color:#eaecef;pointer-events:none;white-space:nowrap;z-index:0;font-family:Sora,Noto Sans SC,sans-serif;font-size:15px;font-weight:700;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.fx-pair-right{z-index:1;flex:1 1 0;justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex}.fx-mode-title{display:none}.fx-pair-fund{text-align:right;flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-end;gap:2px;min-width:0;display:flex}.fx-pair-quote{white-space:nowrap;flex-direction:row;justify-content:flex-end;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.fx-quote-px{font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:14px;font-weight:700;line-height:1.15}.fx-quote-label{font-size:11px;font-weight:500;line-height:1.15}.fx-fund-label{color:#848e9c;white-space:nowrap;letter-spacing:0;font-family:IBM Plex Sans,Noto Sans SC,system-ui,sans-serif;font-size:10px;font-weight:500;line-height:1.2}.fx-fund-val{white-space:nowrap;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1;align-items:baseline;gap:3px;font-family:IBM Plex Sans,Noto Sans SC,system-ui,sans-serif;line-height:1.15;display:inline-flex}.fx-fund-rate{letter-spacing:-.01em;font-size:12px;font-weight:600}.fx-fund-rate.up{color:#0ecb81}.fx-fund-rate.dn{color:#f6465d}.fx-fund-sep{color:#5e6673;margin:0 1px;font-size:11px;font-weight:500}.fx-fund-cd{color:#eaecef;letter-spacing:.01em;font-size:12px;font-weight:600}.fx-pair-btn{color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;min-width:0;padding:0;display:inline-flex}.fx-pair-name{letter-spacing:.01em;align-items:center;gap:6px;font-size:12px;font-weight:650;display:inline-flex}.fx-pair-text{flex-direction:column;gap:3px;min-width:0;display:flex}.fx-pair-sym-row{align-items:center;gap:6px;min-width:0;display:inline-flex}.fx-pair-sym{letter-spacing:.01em;color:#fff;font-size:16px;font-weight:700;line-height:1.1}.fx-pair-caret{display:none}.fx-pair-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.fx-icon-search{color:#848e9c;cursor:pointer;background:0 0;border:0;border-radius:4px;flex-shrink:0;place-items:center;width:22px;height:22px;padding:0;line-height:0;transition:color .15s,background .15s;display:inline-grid}.fx-icon-search:hover,.fx-icon-search:active{color:#eaecef;background:#1a1d21}.fx-caret{color:var(--muted);margin-left:3px;font-size:11px;font-weight:500}.fx-pair-sub{align-items:center;gap:6px;font-size:11px;font-style:normal;font-weight:600;line-height:1.2;display:inline-flex}.fx-pair-tag{color:#848e9c;background:#1a1d21;border-radius:2px;padding:1px 5px;font-size:10px;font-style:normal;font-weight:500;line-height:1.35}.fx-trade-row{background:#000;border-bottom:1px solid #1a1d21;grid-template-columns:1.05fr .95fr;align-items:stretch;gap:0;display:grid}.fx-form{box-sizing:border-box;border-right:1px solid #1a1d21;flex-direction:column;justify-content:flex-start;align-self:stretch;width:100%;height:100%;min-height:0;max-height:100%;padding:6px;display:flex;overflow:hidden}.fx-form-body{flex-direction:column;flex:auto;justify-content:flex-start;gap:0;min-height:0;display:flex;overflow:hidden auto}.fx-form-body>*{flex:none}.fx-form-actions{z-index:3;background:#000;flex:none;margin-top:auto;padding-top:6px;position:relative}.fx-form-actions .fx-meta{margin:0 0 6px}.fx-form-tools{grid-template-columns:1fr;gap:6px;margin-bottom:6px;display:grid}.fx-form-tools.dual{grid-template-columns:1fr 1fr;gap:6px}.fx-form-tools select,.fx-type-select{color:#eaecef;background:#121417;border:0;border-radius:2px;outline:none;width:100%;padding:8px 10px;font-weight:550;line-height:1.2;font-size:12px!important}.fx-side-chip{color:var(--muted);cursor:pointer;background:#121417;border:0;border-radius:2px;width:100%;padding:8px 10px;font-weight:650;font-size:12px!important}.fx-side-chip.buy.on{color:#04140c;background:var(--green)}.fx-side-chip.sell.on{color:#fff;background:var(--red)}.fx-type-select{margin-bottom:8px}.fx-order-type{gap:12px;margin-bottom:6px;display:flex}.fx-order-type button{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:2px 0;font-size:12px}.fx-order-type button.on{color:var(--text);box-shadow:inset 0 -2px 0 var(--gate);font-weight:650}.fx-input{background:#121417;border:0;border-radius:2px;align-items:center;min-height:40px;margin-bottom:8px;display:flex;position:relative}.fx-field-label{pointer-events:none;z-index:1;color:#848e9c;font-size:10px;font-weight:500;position:absolute;top:4px;left:10px}.fx-input:has(.fx-field-label) input{padding-top:16px;padding-bottom:4px}.fx-input input{color:#eaecef;font-variant-numeric:tabular-nums;background:0 0;border:0;outline:none;flex:1;min-width:0;padding:8px 10px;font-weight:550;line-height:1.2;font-size:13px!important}.fx-suffix,.fx-bbo{color:#848e9c;white-space:nowrap;padding:0 10px;font-size:11px;font-weight:550}.fx-bbo{color:var(--text);cursor:pointer;background:0 0;border:0;border-left:1px solid #1a1d21;align-self:stretch;height:100%}.fx-checks{color:var(--muted);flex:none;gap:14px;margin:4px 0 8px;font-size:12px;display:flex}.fx-checks label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:5px;display:inline-flex}.fx-checks input{accent-color:var(--gate);width:14px;height:14px}.fx-meta{z-index:2;background:#000;flex-direction:column;flex:none;gap:3px;margin:2px 0 0;padding:0;font-size:11px;display:flex;position:relative}.fx-meta b{color:var(--text);font-weight:600}.gate-meta{gap:3px;margin:2px 0 0}.gate-meta>div{justify-content:flex-start;align-items:baseline;gap:6px;min-height:16px;line-height:1.35;display:flex}.gate-meta>div span,.gate-meta>div b{white-space:nowrap;flex:none}.fx-max-line{justify-content:space-between;margin:6px 0 4px;font-size:11px;display:flex}.fx-max-line b{color:var(--text);font-weight:600}.fx-long{border-radius:6px;margin-top:auto;padding:10px;font-size:13px;font-weight:650}.fx-short{border-radius:6px;margin-top:0;padding:10px;font-size:13px;font-weight:650}.fx-dual-btns{grid-template-columns:1fr 1fr;gap:8px;margin-top:0;display:grid}.fx-form-actions .fx-long,.fx-form-actions .fx-short,.fx-form-actions .fx-dual-btns,.fx-form-actions .sec-live-card{margin-top:0}.fx-dual-btns .fx-long,.fx-dual-btns .fx-short{flex-direction:column;justify-content:center;align-items:center;gap:2px;margin-top:0;padding:10px 6px;line-height:1.15;display:flex}.fx-dual-btns .fx-long small,.fx-dual-btns .fx-short small{opacity:.85;font-size:10px;font-weight:600}.fx-book{box-sizing:border-box;flex-direction:column;align-self:stretch;height:100%;min-height:0;max-height:100%;padding:4px 6px;font-family:IBM Plex Sans,Noto Sans SC,system-ui,sans-serif;font-size:11px;display:flex;overflow:hidden}.fx-book-asks,.fx-book-bids,.gate-book .fx-book-asks,.gate-book .fx-book-bids{flex-direction:column;flex:1 1 0;gap:0;min-height:0;display:flex;overflow:hidden}.fx-book-asks{justify-content:flex-end}.fx-book-bids{justify-content:flex-start}.fx-book-head,.fx-book-row{grid-template-columns:1.2fr .8fr;align-items:center;gap:2px;display:grid}.fx-book-head{z-index:1;color:#848e9c;flex-shrink:0;height:16px;margin:0 0 2px;padding:0 1px;font-size:10px;font-weight:500;line-height:1.2;position:relative}.fx-book-head span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.fx-book-head span:last-child,.fx-book-row .amt{text-align:right}.fx-book-row{width:100%;color:inherit;cursor:pointer;font:inherit;text-align:left;z-index:0;box-sizing:border-box;background:0 0;border:0;flex:0 0 18px;height:18px;min-height:18px;max-height:18px;padding:0 1px;line-height:18px;position:relative;overflow:hidden}.fx-page:not(.chart-min) .fx-book-asks .fx-book-row,.fx-page:not(.chart-min) .fx-book-bids .fx-book-row{flex:1 1 0;align-content:center;height:auto;min-height:14px;max-height:22px;line-height:1.2;display:grid}.fx-book-row .bar{opacity:.18;pointer-events:none;border-radius:0;max-width:100%;position:absolute;inset:1px 0 1px auto}.fx-book-row.dn .bar{background:#f6465d}.fx-book-row.up .bar{background:#0ecb81}.fx-book-row .px,.fx-book-row .amt{z-index:1;white-space:nowrap;text-overflow:ellipsis;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1;letter-spacing:-.01em;font-size:12px;font-weight:500;position:relative;overflow:hidden}.fx-book-row.dn .px{color:#f6465d}.fx-book-row.up .px{color:#0ecb81}.fx-book-row .amt{color:#eaecef;font-weight:500}.fx-mid-block{text-align:left;border:0;flex-shrink:0;margin:0;padding:5px 0 4px}.fx-mid{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1;letter-spacing:-.02em;border:0;margin:0;padding:0;font-family:IBM Plex Sans,Noto Sans SC,system-ui,sans-serif;font-size:16px;font-weight:700;line-height:1.15}.fx-mid.up{color:#0ecb81}.fx-mid.dn{color:#f6465d}.fx-mid-mark{color:#848e9c;font-variant-numeric:tabular-nums;align-items:center;gap:4px;margin-top:2px;font-size:11px;font-weight:500;display:inline-flex}.fx-mid-mark svg{opacity:.75;flex-shrink:0}.fx-book-foot{flex-shrink:0;margin-top:auto;padding-top:4px}.fx-bs{grid-template-columns:auto 1fr auto;align-items:center;gap:5px;font-size:10px;font-weight:700;display:grid}.fx-bs-bar{background:#1a1d21;border-radius:2px;height:3px;display:flex;overflow:hidden}.fx-bs-bar i{height:100%;display:block}.fx-bs-bar i.b{background:#0ecb81}.fx-bs-bar i.s{background:#f6465d}.fx-book-tools{justify-content:flex-start;align-items:center;margin-top:5px;display:flex}.fx-tick-chip{background:#1a1d21;border-radius:2px;align-items:center;min-width:0;max-width:100%;height:20px;display:inline-flex;position:relative}.fx-tick-select{appearance:none;color:#848e9c;cursor:pointer;font-variant-numeric:tabular-nums;background:0 0;border:0;outline:none;min-width:0;max-width:78px;height:20px;padding:0 16px 0 6px;font-family:inherit;font-weight:500;line-height:1;font-size:10px!important}.fx-tick-select::-ms-expand{display:none}.fx-tick-chip:after{content:"";pointer-events:none;border-top:4px solid #848e9c;border-left:3.5px solid #0000;border-right:3.5px solid #0000;width:0;height:0;position:absolute;top:50%;right:5px;transform:translateY(-35%)}:root{--fx-chart-h:min(420px, 52vh);--fx-nav-h:0px}.fx-chart,.sec-chart{left:0;right:0;bottom:var(--fx-nav-h);z-index:28;max-width:880px;height:var(--fx-chart-h);max-height:var(--fx-chart-h);box-shadow:none;background:#000;border-top:1px solid #1a1d21;flex-direction:column;margin:0 auto;display:flex;position:fixed;overflow:hidden}.fx-chart .pro-chart,.sec-chart .pro-chart{background:#000;border-top:0;flex-direction:column;flex:auto;height:100%;min-height:0;display:flex}.fx-chart .pro-chart-body,.sec-chart .pro-chart-body{flex:auto;min-height:0;height:auto!important}.fx-page{max-width:880px;height:calc(100dvh - var(--fx-nav-h,0px));max-height:calc(100dvh - var(--fx-nav-h,0px));padding-bottom:var(--fx-chart-h);box-sizing:border-box;background:#000;flex-direction:column;margin:0 auto;display:flex;overflow:hidden}.fx-pair-bar{flex-shrink:0}.fx-trade-row{flex:auto;align-items:stretch;min-height:220px;overflow:hidden}.fx-trade-row>.fx-form{min-height:0;overflow:hidden}.fx-bottom{border-top:1px solid var(--line);-webkit-overflow-scrolling:touch;background:#000;flex:0 auto;min-height:96px;max-height:min(28vh,220px);overflow:auto}.fx-bottom .table th,.fx-bottom .table td{white-space:nowrap;padding:5px 6px}.fx-asset-list{min-height:72px}.fx-asset-list .table td b{font-weight:700}.pos-list{padding:0 0 8px}.pos-list-bar{z-index:1;background:#000;justify-content:space-between;align-items:center;padding:8px 12px 4px;display:flex;position:sticky;top:0}.pos-empty{text-align:center;color:#848e9c;padding:24px 12px;font-size:12px}.pos-card{background:0 0;border:0;border-bottom:1px solid #1a1d21;border-radius:0;margin:0;padding:10px 12px 12px}.pos-card-head{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}.pos-card-title{align-items:center;gap:8px;min-width:0;display:flex}.pos-card-title b{letter-spacing:.01em;font-size:13px;font-weight:650;line-height:1.2;display:block}.pos-tags{flex-wrap:wrap;align-items:center;gap:5px;margin-top:3px;display:flex}.pos-tags i{border-radius:0;padding:0;font-size:10px;font-style:normal;font-weight:650;line-height:14px;background:0 0!important}.pos-tags i.up{color:var(--green)}.pos-tags i.dn{color:var(--red)}.pos-tags i.tag-chip{color:#848e9c;border-radius:3px;padding:1px 5px;font-weight:550;background:#1a1d21!important}.pos-tags i.tag-chip.lev{color:#c8cdd4}.pos-pnl-row{justify-content:space-between;gap:12px;margin-bottom:6px;padding:6px 0 8px;display:flex}.pos-pnl-row>div{flex-direction:column;gap:2px;display:flex}.pos-pnl-row span{color:#848e9c;font-size:10px}.pos-pnl-row b{font-variant-numeric:tabular-nums;letter-spacing:.01em;font-size:15px;font-weight:650;line-height:1.2}.pos-roi{text-align:right}.pos-roi b{font-size:15px}.pos-grid{grid-template-columns:1fr 1fr;gap:6px 10px;margin-bottom:8px;display:grid}.pos-grid.pos-grid-3{grid-template-columns:1fr 1fr 1fr;margin-bottom:6px}.pos-grid>div{flex-direction:column;gap:2px;min-width:0;display:flex}.pos-grid span{color:#848e9c;font-size:10px;font-weight:500}.pos-grid b{color:#eaecef;text-overflow:ellipsis;font-variant-numeric:tabular-nums;font-size:11px;font-weight:600;overflow:hidden}.pos-mmr{text-align:right}.pos-mmr b.mmr-safe{color:var(--green)}.pos-mmr b.mmr-warn{color:#f0b90b}.pos-mmr b.mmr-danger{color:var(--red)}.pos-liq{color:#f0b90b!important}.pos-tpsl-row{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;font-size:11px;display:flex}.pos-tpsl-vals{color:var(--text);font-size:11px;font-weight:600}.pos-tpsl-btn{color:var(--gate);cursor:pointer;background:0 0;border:0;padding:0;font-size:11px;font-weight:600}.pos-tpsl-edit{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.pos-tpsl-edit input{width:72px;color:var(--text);background:#1a1d21;border:1px solid #2b2f36;border-radius:4px;padding:5px 6px;font-size:11px}.pos-actions{grid-template-columns:1fr 1fr 1.2fr;gap:6px;display:grid}.pos-actions .btn{border-radius:6px;padding:7px 6px;font-size:11px;font-weight:650}.pos-actions .btn.ghost{background:#1a1d21;border-color:#2b2f36}.fx-tpsl{flex-direction:column;gap:6px;margin:0 0 6px;display:flex}.tpsl-overlay{align-items:flex-end}.tpsl-sheet{width:100%;max-width:480px;max-height:min(92vh,720px);padding:14px 14px calc(14px + env(safe-area-inset-bottom,0px));background:#121417;border:1px solid #2b2f36;border-bottom:0;border-radius:14px 14px 0 0;flex-direction:column;gap:12px;margin:0 auto;display:flex;overflow:auto}.tpsl-sheet-head{justify-content:space-between;align-items:center;display:flex}.tpsl-sheet-head b{font-size:14px;font-weight:650}.tpsl-close{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:18px;line-height:1}.tpsl-sheet-sub{flex-wrap:wrap;align-items:center;gap:6px;margin-top:-6px;font-size:12px;display:flex}.tpsl-stats{border-top:1px solid #1e2227;border-bottom:1px solid #1e2227;flex-direction:column;gap:8px;padding:10px 0;display:flex}.tpsl-stats>div{justify-content:space-between;align-items:baseline;gap:8px;font-size:12px;display:flex}.tpsl-stats span{color:var(--muted)}.tpsl-stats b{font-weight:600}.tpsl-liq{color:#f0b90b!important}.tpsl-block{flex-direction:column;gap:8px;display:flex}.tpsl-block-title{font-size:13px;font-weight:700}.tpsl-fields{grid-template-columns:1.35fr .9fr;gap:8px;display:grid}.tpsl-field{background:#1a1d21;border:1px solid #2b2f36;border-radius:8px;flex-direction:column;gap:4px;padding:8px 10px;display:flex}.tpsl-field>span{font-size:11px}.tpsl-field input{width:100%;color:var(--text);background:0 0;border:0;outline:none;padding:0;font-size:15px;font-weight:600}.tpsl-roi-wrap{align-items:center;gap:4px;display:flex}.tpsl-roi-wrap em{color:var(--muted);font-size:13px;font-style:normal;font-weight:600}.tpsl-range{width:100%;accent-color:var(--gate);margin:2px 0 0}.tpsl-range-labels{text-align:center;grid-template-columns:repeat(5,1fr);margin-top:-2px;font-size:10px;display:grid}.tpsl-warn{color:#f0b90b;font-size:11px;line-height:1.45}.tpsl-confirm{border-radius:8px;margin-top:4px;padding:13px;font-size:15px;font-weight:700;color:#fff!important;background:#1e6fff!important;border-color:#1e6fff!important}.ord-card-time{flex-shrink:0;padding-top:2px;font-size:11px}.ord-card-actions{grid-template-columns:1fr;gap:8px;margin-top:2px;display:grid}.ord-card-actions .btn{background:#1a1d21;border-color:#2b2f36;border-radius:6px;padding:8px 6px;font-size:12px;font-weight:700}.sec-page{max-width:680px;min-height:calc(100dvh - var(--fx-nav-h,0px));padding-bottom:var(--fx-chart-h);box-sizing:border-box;background:#000;flex-direction:column;margin:0 auto;display:flex}.sec-trade-block{border:1px solid var(--line);background:#000;border-radius:2px;margin-bottom:8px;padding:8px 10px 10px}.sec-history{margin-top:2px}.sec-history>summary{cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none}.sec-history>summary::-webkit-details-marker{display:none}.sec-history>summary:after{content:"▾";float:right;color:var(--muted);font-size:11px}.sec-history:not([open])>summary:after{content:"▸"}.sec-order-list{margin-top:4px;padding:0 10px 8px}.sec-order-head{color:#848e9c;justify-content:space-between;padding:6px 0 10px;font-size:12px;display:flex}.sec-order-row{border-bottom:1px solid #121417;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 0;display:flex}.sec-order-row.hist{align-items:stretch}.sec-order-left{flex:1;align-items:flex-start;gap:10px;min-width:0;display:flex}.sec-order-body{flex:1;min-width:0}.sec-order-ico{border-radius:50%;flex:none;justify-content:center;align-items:center;width:32px;height:32px;margin-top:2px;font-size:14px;font-weight:700;display:inline-flex}.sec-order-ico.up{color:#0ecb81;background:#0ecb811f}.sec-order-ico.dn{color:#f6465d;background:#f6465d1f}.sec-order-title{color:#eaecef;flex-wrap:wrap;align-items:center;gap:6px;font-size:14px;font-weight:700;display:flex}.sec-order-title em{font-size:12px;font-style:normal;font-weight:600}.sec-order-period{font-size:11px;font-style:normal;font-weight:600}.sec-order-sub{margin-top:3px;font-size:12px}.sec-order-sub2{margin-top:2px;font-size:11px}.sec-order-grid{grid-template-columns:1fr 1fr;gap:6px 12px;margin-top:8px;display:grid}.sec-order-grid>div{flex-direction:column;gap:2px;min-width:0;display:flex}.sec-order-grid span{color:var(--muted);font-size:11px}.sec-order-grid b{color:var(--text);font-size:12px;font-weight:600}.sec-order-pnl-cell{grid-column:1/-1}.sec-order-pnl-cell b{font-size:13px}.sec-order-result{text-align:right;flex-direction:column;flex:none;align-items:flex-end;gap:4px;padding-top:2px;font-size:13px;font-weight:700;display:flex}.sec-order-result-amt{font-size:12px;font-weight:700}.sec-order-result.sec-live{color:#f0b90b}.sec-head{border-bottom:1px solid var(--line);background:#000;justify-content:space-between;align-items:flex-start;gap:8px;padding:8px 10px;display:flex}.sec-head-left{flex:1;min-width:0}.sec-title{align-items:center;gap:6px;margin-bottom:4px;font-size:13px;font-weight:700;display:flex}.sec-title em{color:var(--muted);margin-left:4px;font-size:11px;font-style:normal;font-weight:500}.sec-price{align-items:baseline;gap:6px;font-size:18px;font-weight:700;display:flex}.sec-price small{font-size:11px;font-weight:600}.sec-stats{text-align:right;grid-template-columns:1fr;gap:4px;min-width:88px;font-size:11px;display:grid}.sec-stats span{color:var(--muted);margin-bottom:0;font-size:9px;display:block}.sec-stats b{color:var(--text);font-size:11px;font-weight:600}.sec-panel{background:#000;padding:8px 10px}.sec-pair-btn{color:var(--text);cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:6px;padding:0;display:inline-flex}.sec-pair-btn b{align-items:center;font-size:13px;font-weight:700;display:inline-flex}.sec-pair-btn em{color:var(--muted);margin-top:1px;margin-left:0;font-size:11px;font-style:normal;font-weight:500;display:block}.sec-head-right{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.sec-search-btn{background:var(--bg3);border:1px solid var(--line);width:100%;color:var(--muted);cursor:pointer;text-align:left;border-radius:2px;align-items:center;gap:8px;margin-bottom:2px;padding:8px 10px;font-size:12px;display:flex}.sec-search-btn:hover{color:var(--text);border-color:var(--gate)}.sec-search-btn svg{color:var(--gate);flex-shrink:0}.sec-section-label{color:var(--muted);margin:8px 0 6px;font-size:11px;font-weight:500}.sec-chips{scrollbar-width:none;flex-wrap:nowrap;gap:4px;padding-bottom:2px;display:flex;overflow-x:auto}.sec-chips::-webkit-scrollbar{display:none}.sec-chips.periods{flex-wrap:wrap}.sec-chips button{background:var(--bg3);border:1px solid var(--line);color:var(--text);cursor:pointer;white-space:nowrap;border-radius:2px;flex:none;align-items:center;gap:4px;padding:5px 8px;font-size:11px;display:inline-flex}.sec-chips button.on{border-color:var(--gate);color:var(--gate);background:#17e6a114}.sec-stake{margin-top:2px}.sec-stake label{color:var(--muted);margin-bottom:4px;font-size:11px;display:block}.sec-stake input{background:var(--bg3);border:1px solid var(--line);width:100%;color:var(--text);border-radius:2px;outline:none;margin-bottom:4px;padding:8px 10px;font-size:12px}.sec-stake input:focus{border-color:var(--gate)}.sec-stake-presets{flex-wrap:wrap;gap:4px;margin:0 0 6px;display:flex}.sec-stake-presets button{background:var(--bg3);border:1px solid var(--line);min-width:40px;color:var(--muted);cursor:pointer;border-radius:2px;flex:auto;padding:4px 6px;font-size:11px}.sec-stake-presets button:hover{color:var(--text);border-color:var(--gate)}.sec-stake-presets.gate-presets button{background:#121417;border:0;border-radius:2px;padding:6px 4px}.sec-stake-presets.gate-presets button.on{color:var(--gate);background:#17e6a11a}.sec-period-label{margin:0 0 6px;font-size:11px;line-height:1.2;position:static}.sec-period-row{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:4px;margin:0 0 10px;display:flex;overflow-x:auto}.sec-period-row::-webkit-scrollbar{display:none}.sec-period-row button{color:#848e9c;cursor:pointer;background:#121417;border:0;border-radius:4px;flex:none;min-width:44px;padding:7px 8px;font-size:11px;font-weight:650}.sec-period-row button.on{color:#eaecef;background:#1e2329}.sec-live-card{text-align:center;background:#121417;border-radius:6px;margin-top:auto;padding:10px 8px}.sec-live-card .countdown{color:var(--gate);margin:6px 0;font-size:26px;font-weight:800}.sec-fx .sec-side{flex-direction:column;min-height:0;padding:6px 8px;display:flex}.sec-side-mid{border-bottom:1px solid #1a1d21;flex-shrink:0;margin-bottom:8px;padding:6px 0 8px}.sec-side-mid .fx-mid{font-size:16px}.sec-side-mid .fx-mid-mark{margin-top:2px;font-size:11px;font-weight:600}.sec-side-stats{border-bottom:1px solid #1a1d21;flex-shrink:0;grid-template-columns:1fr 1fr;gap:8px 10px;margin:0 0 10px;padding-bottom:8px;display:grid}.sec-side-stats>div{flex-direction:column;gap:2px;min-width:0;display:flex}.sec-side-stats .muted{color:#848e9c;font-size:10px}.sec-side-stats b{color:#eaecef;font-variant-numeric:tabular-nums;font-size:12px;font-weight:650}.sec-side-label{margin-bottom:4px;font-size:10px}.sec-side-head{flex-shrink:0;grid-template-columns:1fr 1fr 1fr;gap:4px;padding:0 0 4px;font-size:10px;font-weight:500;display:grid}.sec-side-head span:nth-child(2),.sec-side-head span:nth-child(3){text-align:right}.sec-side-list{flex-direction:column;flex:1;gap:0;min-height:0;display:flex;overflow:auto}.sec-side-row{border-bottom:1px solid #121417;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:4px;padding:6px 0;font-size:11px;font-weight:600;display:grid}.sec-side-row .mono{text-align:right;font-variant-numeric:tabular-nums}.sec-side-row span:last-child{text-align:right}.sec-side-empty{text-align:center;padding:18px 0;font-size:11px}.sec-dirs{grid-template-columns:1fr 1fr;gap:8px;margin:8px 0 4px;display:grid}.sec-dirs .btn{padding:9px;font-size:13px}.sec-live{border:1px solid var(--line);background:var(--bg3);text-align:center;border-radius:2px;margin:8px 0;padding:8px}.sec-live .countdown{color:var(--gate);margin:4px 0;font-size:22px}.sec-trade-block .sec-section-label{margin-top:2px}.sec-progress{background:#1a1d21;border-radius:2px;height:3px;margin:0 6px 6px;overflow:hidden}.sec-progress i{background:var(--gate);border-radius:2px;height:100%;transition:width .25s linear;display:block}.pro-chart-fast .tf-row button{padding:3px 7px;font-size:11px}.wallet-split{grid-template-columns:1fr 1fr;gap:8px;margin:8px 0;display:grid}.wallet-box{background:var(--bg3);border:1px solid var(--line);border-radius:2px;padding:8px 10px}.wallet-box h4{color:var(--muted);margin:0 0 4px;font-size:11px;font-weight:600}.wallet-box .val{font-size:15px;font-weight:700}.transfer-sheet label{color:var(--muted);margin:8px 0 4px;font-size:12px;display:block}.wd-xfer-tabs{gap:6px;margin:4px 0 8px;display:flex}.wd-xfer-tabs button{color:#848e9c;cursor:pointer;background:0 0;border:1px solid #2b3139;border-radius:4px;flex:1;padding:8px;font-size:12px;font-weight:600}.wd-xfer-tabs button.on{border-color:var(--gate,#0ecb81);color:var(--gate,#0ecb81);background:#0ecb8114}.transfer-sheet select,.transfer-sheet input{background:var(--bg3);border:1px solid var(--line);width:100%;color:var(--text);border-radius:2px;outline:none;padding:10px 12px}.dep-addr{word-break:break-all;background:var(--bg3);border:1px solid var(--line);border-radius:2px;padding:12px;font-size:13px;line-height:1.4}.dep-qr-wrap{border:1px solid var(--line);background:#fff;border-radius:8px;justify-content:center;margin:12px 0 4px;padding:12px;display:flex}.dep-qr{width:200px;height:200px;display:block}.gate-dep-overlay{background:#000;align-items:stretch}.gate-dep-sheet{background:#0b0e11;border:0;border-radius:0;gap:0;width:100%;max-width:520px;height:100%;max-height:100%;margin:0 auto;padding:0;overflow:auto}.gate-dep-head{z-index:2;background:#0b0e11;border-bottom:1px solid #1e2329;grid-template-columns:32px 1fr 32px;align-items:center;padding:6px 4px;display:grid;position:sticky;top:0}.gate-dep-head b{text-align:center;font-size:14px;font-weight:700}.gate-dep-back{color:var(--text);cursor:pointer;background:0 0;border:0;padding:0 6px;font-size:24px;line-height:1}.gate-dep-head-sp{width:32px}.gate-dep-search{color:var(--muted);background:#1a1d21;border-radius:6px;align-items:center;gap:5px;margin:5px 12px 3px;padding:5px 8px;display:flex}.gate-dep-search input{color:var(--text);background:0 0;border:0;outline:none;flex:1;min-width:0;font-size:12px}.gate-dep-sec{color:var(--muted);justify-content:space-between;align-items:center;padding:6px 14px 2px;font-size:11px;font-weight:600;display:flex}.gate-dep-trash{color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:13px}.gate-dep-chips{flex-wrap:wrap;gap:6px;padding:2px 12px 4px;display:flex}.gate-dep-chip{color:var(--text);cursor:pointer;background:#1a1d21;border:1px solid #2b2f36;border-radius:14px;align-items:center;gap:5px;padding:4px 9px;font-size:12px;display:inline-flex}.gate-dep-coinlist{padding:0 4px 16px}.gate-dep-coin{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:10px;padding:8px 10px;display:flex}.gate-dep-coin:active{background:#ffffff0a}.gate-dep-coin-txt{flex-direction:column;gap:1px;display:flex}.gate-dep-coin-txt b{font-size:14px;font-weight:700;line-height:1.2}.gate-dep-coin-txt em{color:var(--muted);font-size:11px;font-style:normal;line-height:1.2}.gate-dep-detail{flex-direction:column;min-height:100%;padding-bottom:16px;display:flex}.gate-dep-qrbox{background:#121417;border-radius:10px;justify-content:center;align-items:center;margin:10px 14px 4px;padding:12px;display:flex}.gate-dep-qr{background:#fff;border-radius:6px;width:156px;height:156px;padding:6px;position:relative}.gate-dep-qr img{width:100%;height:100%;display:block}.gate-dep-qr-logo{background:#fff;border-radius:50%;place-items:center;width:30px;height:30px;margin:auto;display:grid;position:absolute;inset:0;box-shadow:0 0 0 3px #fff}.gate-dep-rows{padding:0 14px}.gate-dep-row{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #1e2329;justify-content:space-between;align-items:center;gap:10px;padding:9px 0;font-size:13px;display:flex}.gate-dep-row>.muted{flex-shrink:0;font-size:12px}.gate-dep-row.static{cursor:default}.gate-dep-row-r{text-align:right;justify-content:flex-end;align-items:center;gap:6px;min-width:0;max-width:72%;display:flex}.gate-dep-row-r b{font-size:13px;font-weight:600}.gate-dep-addr-row{align-items:center}.gate-dep-addr{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;font-weight:500;line-height:1.3;overflow:hidden}.gate-dep-copy{color:var(--muted);cursor:pointer;background:0 0;border:0;flex-shrink:0;place-items:center;padding:2px;display:grid}.gate-dep-copy:active{color:var(--gate)}.gate-dep-netlist{background:#121417;border-radius:8px;flex-direction:column;gap:2px;margin:-2px 0 6px;padding:4px;display:flex}.gate-dep-netlist button{color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:9px 10px;font-size:13px}.gate-dep-netlist button.on{color:var(--gate);background:#17e6a11a}.gate-dep-warn{background:#f0b90b14;border:1px solid #f0b90b33;border-radius:8px;align-items:flex-start;gap:8px;margin:8px 14px;padding:8px 10px;display:flex}.gate-dep-warn p{color:#cfcfcf;margin:0;font-size:11px;line-height:1.4}.gate-dep-share{color:#fff;background:#2354e6;border:0;border-radius:8px;margin:4px 14px 0;padding:11px;font-size:14px;font-weight:700}.gate-dep-share:active{filter:brightness(.92)}.gate-dep-share.ghost,button.gate-dep-share.ghost{color:var(--text);background:0 0;border:1px solid #2b2f36;font-weight:600}.gate-dep-form{background:#121417;border:1px solid #1e2329;border-radius:10px;flex-direction:column;gap:8px;margin:4px 14px 0;padding:10px 12px;display:flex}.gate-dep-field{color:var(--muted);flex-direction:column;gap:4px;font-size:12px;display:flex}.gate-dep-amt,.gate-dep-tx{background:#0b0e11;border:1px solid #2b2f36;border-radius:8px;align-items:center;gap:6px;padding:0 8px;display:flex}.gate-dep-amt input,.gate-dep-tx input{min-width:0;color:var(--text);background:0 0;border:0;outline:none;flex:1;padding:10px 2px;font-size:13px}.gate-dep-amt em{color:var(--muted);font-size:12px;font-style:normal;font-weight:600}.gate-dep-paste{color:var(--gate,#17e6a1);cursor:pointer;background:#1a1d21;border:1px solid #2b2f36;border-radius:6px;flex-shrink:0;padding:5px 10px;font-size:12px;font-weight:600}.gate-dep-paste:active{filter:brightness(1.1)}.gate-dep-submit{color:#fff;background:#2354e6;border:0;border-radius:8px;margin-top:2px;padding:11px;font-size:14px;font-weight:700}.gate-dep-ok{margin:0;font-size:12px}.dep-toast{z-index:200;text-align:center;pointer-events:auto;cursor:pointer;border-radius:10px;min-width:220px;max-width:min(90vw,400px);padding:10px 18px;font-size:13px;font-weight:600;animation:.2s dep-toast-in;position:fixed;top:54px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #00000080}.dep-toast-ok{color:#17e6a1;background:#17e6a126;border:1px solid #17e6a166}.dep-toast-err{color:#f6465d;background:#f6465d21;border:1px solid #f6465d59}@keyframes dep-toast-in{0%{opacity:0;transform:translate(-50%)translateY(-8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.wd-addr-row{align-items:stretch;gap:6px;display:flex}.wd-addr-row input{flex:1;min-width:0}.wd-scan-btn{flex-shrink:0;place-items:center;width:38px;padding:0;display:grid}.wd-saved{flex-direction:column;gap:6px;margin:4px 0 10px;display:flex}.wd-saved-row{align-items:stretch;gap:6px;display:flex}.wd-saved-pick{text-align:left;color:#eaecef;cursor:pointer;background:#0b0e11;border:1px solid #2b3139;border-radius:6px;flex-direction:column;flex:1;gap:2px;min-width:0;padding:8px 10px;display:flex}.wd-saved-pick b{font-size:12px}.wd-saved-pick em{color:#848e9c;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-style:normal;overflow:hidden}.wd-saved-del{color:#848e9c;cursor:pointer;background:#121417;border:1px solid #2b3139;border-radius:6px;width:34px}.wd-save-addr{gap:6px;margin:6px 0 10px;display:flex}.wd-save-addr input{color:#eaecef;background:#0b0e11;border:1px solid #2b3139;border-radius:6px;outline:none;flex:1;min-width:0;padding:8px 10px;font-size:13px}.wd-save-addr .btn{white-space:nowrap;flex-shrink:0}.wd-sheet{gap:0;max-height:72vh;padding:10px 12px 14px}.wd-body{flex-direction:column;gap:0;display:flex}.wd-head{margin-bottom:6px}.wd-head b{font-size:15px}.wd-label{color:var(--muted);margin:6px 0 3px;font-size:11px;font-weight:600;display:block}.wd-sheet .wd-addr-row input,.wd-amt-row input{width:100%;color:var(--text);background:#0b0e11;border:1px solid #2b2f36;border-radius:8px;outline:none;padding:9px 10px;font-size:13px}.wd-asset-wrap{position:relative}.wd-asset-btn,.wd-asset-list button{width:100%;color:var(--text);cursor:pointer;text-align:left;background:#0b0e11;border:1px solid #2b2f36;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;display:flex}.wd-asset-btn{justify-content:flex-start}.wd-asset-list{z-index:3;background:#121417;border:1px solid #2b2f36;border-radius:8px;flex-direction:column;gap:2px;max-height:180px;padding:4px;display:flex;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:auto;box-shadow:0 8px 24px #00000073}.wd-asset-list button{background:0 0;border:0;border-radius:6px;padding:7px 8px}.wd-asset-list button.on,.wd-asset-list button:active{background:#17e6a114}.wd-asset-txt{flex-direction:column;flex:1;gap:0;min-width:0;display:flex}.wd-asset-txt b{font-size:13px;font-weight:700;line-height:1.2}.wd-asset-txt em{color:var(--muted);font-size:10px;font-style:normal;line-height:1.2}.wd-asset-chev{color:var(--muted);flex-shrink:0;font-size:11px}.wd-avail{margin-top:4px;font-size:11px}.wd-amt-row{align-items:center;gap:6px;display:flex}.wd-amt-row input{flex:1;min-width:0}.wd-max-btn{color:var(--gate,#17e6a1);cursor:pointer;background:#1a1d21;border:1px solid #2b2f36;border-radius:6px;flex-shrink:0;padding:9px 12px;font-size:12px;font-weight:700}.wd-hint{margin:6px 0 0;font-size:11px;line-height:1.35}.wd-msg{margin:6px 0 0;font-size:12px}.wd-submit{margin-top:10px;padding:11px;font-size:14px;font-weight:700}.qr-scanner{z-index:60;background:#000000bf;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.qr-scanner-panel{border-top:1px solid var(--line);background:#121417;border-radius:12px 12px 0 0;width:min(520px,100%);padding:14px}.qr-scanner-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.qr-scanner-head button{color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:18px}.qr-scanner-view{background:#000;border-radius:8px;width:100%;min-height:280px;overflow:hidden}.qr-scanner-view video{border-radius:8px}.fx-picker{z-index:50;background:#000000a6;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.fx-picker-panel{border-top:1px solid var(--line);background:#121417;border-radius:8px 8px 0 0;flex-direction:column;gap:10px;width:min(520px,100%);max-height:78vh;padding:14px;display:flex}.fx-picker-head{justify-content:space-between;align-items:center;display:flex}.fx-picker-head button{color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:18px}.fx-picker-search{background:var(--bg3);border:1px solid var(--line);width:100%;color:var(--text);border-radius:2px;outline:none;padding:10px 12px}.fx-picker-list{overflow:auto}.fx-picker-list button{width:100%;color:var(--text);border:0;border-bottom:1px solid var(--line);cursor:pointer;text-align:left;background:0 0;justify-content:space-between;gap:12px;padding:12px 8px;display:flex}.fx-picker-list button.on{background:var(--bg3)}.gate-sym-panel{background:#0b0e11;gap:0;max-height:82vh;padding:12px 0 0}.gate-sym-panel .fx-picker-head{padding:2px 16px 10px}.gate-sym-panel .fx-picker-head b{color:#eaecef;font-size:15px;font-weight:650}.gate-sym-search{color:#848e9c;background:#1e2329;border:1px solid #2b3139;border-radius:4px;align-items:center;gap:8px;margin:0 12px 8px;padding:8px 12px;display:flex}.gate-sym-search input{color:#eaecef;background:0 0;border:0;outline:none;flex:1;min-width:0;font-size:13px}.gate-sym-clear{color:#0b0e11;cursor:pointer;background:#474d57;border:0;border-radius:50%;flex-shrink:0;place-items:center;width:18px;height:18px;padding:0;font-size:10px;line-height:1;display:grid}.gate-sym-cols,.gate-sym-list>button.gate-sym-row{box-sizing:border-box;grid-template-columns:20px minmax(0,1fr) 86px 68px;align-items:center;column-gap:8px;width:100%;margin:0;justify-content:unset!important;border:0!important;gap:0 8px!important;padding-left:14px!important;padding-right:14px!important;display:grid!important}.gate-sym-cols{color:#848e9c;padding-top:4px;padding-bottom:6px;font-size:10px}.gate-sym-cols span:first-child{grid-column:1/3}.gate-sym-cols span:nth-child(2),.gate-sym-cols span:nth-child(3){text-align:right}.gate-sym-list{-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding:0 0 14px;overflow:auto}.gate-sym-list>button.gate-sym-row{color:#eaecef;cursor:pointer;text-align:left;background:0 0;border-radius:0;min-height:48px;padding-top:10px!important;padding-bottom:10px!important}.gate-sym-row:hover,.gate-sym-row.on{background:#ffffff0a!important}.gate-sym-row .coin-ico{flex-shrink:0;width:20px!important;height:20px!important}.gate-sym-meta{flex-direction:column;gap:2px;min-width:0;display:flex;overflow:hidden}.gate-sym-meta b{color:#eaecef;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;line-height:1.2;overflow:hidden}.gate-sym-meta i{color:#848e9c;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-style:normal;overflow:hidden}.gate-sym-px{text-align:right;color:#eaecef;font-variant-numeric:tabular-nums;white-space:nowrap;width:100%;font-size:12px;font-weight:500;line-height:1.2;display:block}.gate-sym-row .chg-pill{text-align:center;box-sizing:border-box;border-radius:2px;justify-self:end;font-size:11px;display:block;width:68px!important;min-width:0!important;max-width:68px!important;margin:0!important;padding:5px 2px!important}.gate-sym-empty{text-align:center;padding:24px 16px;font-size:12px}.binary-page{background:var(--line);grid-template-columns:1fr 360px;gap:1px;min-height:calc(100vh - 80px);display:grid}.binary-chart-wrap{background:#000;min-height:640px}.binary-card{background:#000;padding:16px}.period-row{flex-wrap:wrap;gap:8px;margin:12px 0;display:flex}.period-row button{background:var(--bg3);border:1px solid var(--line);color:var(--text);cursor:pointer;border-radius:2px;padding:8px 12px;font-size:13px}.period-row button.on{border-color:var(--gate);color:var(--gate);background:#17e6a114}.dir-row{grid-template-columns:1fr 1fr;gap:10px;margin:16px 0;display:grid}.countdown{text-align:center;color:var(--gate);margin:8px 0;font-family:IBM Plex Mono,monospace;font-size:22px;font-weight:700}.gate-head{border-bottom:1px solid var(--line);background:#000;flex-wrap:wrap;justify-content:space-between;gap:16px;padding:12px 14px;display:flex}.pair-title{margin-bottom:4px;font-size:15px;font-weight:700}.gate-stats{grid-template-columns:1fr 1fr;gap:6px 18px;font-size:12px;display:grid}.gate-stats .muted{margin-bottom:2px;display:block}.gate-stats b{color:var(--text);font-weight:600}.pro-chart{background:#000;border-top:1px solid #1a1d21}.gate-chart{border-top:0}.tf-row{scrollbar-width:none;background:#000;border:0;flex-wrap:nowrap;align-items:center;gap:2px;padding:6px 8px 4px;display:flex;overflow-x:auto}.tf-row::-webkit-scrollbar{display:none}.tf-row button{color:#848e9c;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:12px;flex-shrink:0;padding:5px 10px;font-size:12px;font-weight:600}.tf-row button.on{color:#eaecef;box-shadow:none;background:#1e2329}.tf-row button.tf-min{color:#848e9c;justify-content:center;align-items:center;margin-left:auto;padding:5px 8px;display:inline-flex}.tf-row button.tf-min:hover,.tf-row button.tf-min:active{color:#eaecef;background:#1e2329}.tf-row button.tf-min svg{display:block}.fx-page.chart-min,.sec-fx.chart-min{--fx-chart-h:0px;padding-bottom:0!important}.fx-page.chart-min .fx-chart,.fx-page.chart-min .sec-chart,.sec-fx.chart-min .fx-chart,.sec-fx.chart-min .sec-chart{display:none!important}.fx-page.chart-min .fx-trade-row,.sec-fx.chart-min .fx-trade-row{flex:1.25 1 0;align-items:stretch;min-height:min(46vh,400px);max-height:min(58vh,520px);overflow:hidden}.fx-page.chart-min .fx-form,.sec-fx.chart-min .fx-form{align-self:stretch;height:100%}.fx-page.chart-min .fx-book,.sec-fx.chart-min .fx-book{align-self:stretch;height:100%;min-height:0}.fx-page.chart-min .fx-form-body,.sec-fx.chart-min .fx-form-body{justify-content:flex-start;overflow:hidden auto}.fx-page.chart-min .fx-book-head{display:none}.fx-page.chart-min .fx-book-asks .fx-book-row,.fx-page.chart-min .fx-book-bids .fx-book-row{flex:1 1 0;align-content:center;height:auto;min-height:20px;max-height:44px;line-height:1.25;display:grid}.fx-page.chart-min .fx-book-row .px,.fx-page.chart-min .fx-book-row .amt{font-size:12px}.fx-page.chart-min .fx-mid{font-size:18px}.fx-page.chart-min .fx-mid-mark,.fx-page.chart-min .fx-bs{font-size:11px}.fx-page.chart-min .fx-bottom,.sec-fx.chart-min .fx-bottom{flex:1 1 0;min-height:140px;font-size:15px;overflow:auto;max-height:none!important}.fx-page.chart-min .bottom-tabs,.sec-fx.chart-min .fx-bottom>.tabs{gap:16px;padding:10px 12px}.fx-page.chart-min .bottom-tabs button,.sec-fx.chart-min .fx-bottom>.tabs button{padding:4px 0;font-size:12px;font-weight:600}.fx-page.chart-min .fx-bottom .table,.sec-fx.chart-min .fx-bottom .table{font-size:12px}.fx-page.chart-min .fx-bottom .table th,.fx-page.chart-min .fx-bottom .table td,.sec-fx.chart-min .fx-bottom .table th,.sec-fx.chart-min .fx-bottom .table td{padding:8px 10px}.fx-page.chart-min .pos-list-bar{padding:8px 12px 4px;font-size:12px}.fx-page.chart-min .pos-empty{padding:36px 14px;font-size:12px}.fx-page.chart-min .pos-card{padding:10px 12px 12px}.fx-page.chart-min .pos-card-title b{font-size:13px}.fx-page.chart-min .ord-card-time{font-size:11px}.fx-page.chart-min .ord-card-actions .btn{padding:8px;font-size:12px}.fx-page.chart-min .pos-pnl-row b{font-size:15px}.fx-page.chart-min .pos-grid{gap:6px 10px;font-size:11px}.fx-page.chart-min .pos-grid.pos-grid-3 b{font-size:11px}.fx-page.chart-min .pos-actions{gap:6px;margin-top:8px}.app-shell:has(.fx-page) .topbar{border-bottom:0}.fx-page .fx-pair-bar{box-shadow:none;border-bottom:0}.fx-chart-expand{right:14px;bottom:calc(var(--fx-nav-h,0px) + 12px);z-index:32;color:#eaecef;cursor:pointer;background:#121417;border:1px solid #2b2f36;border-radius:50%;place-items:center;width:36px;height:36px;padding:0;display:grid;position:fixed;box-shadow:0 4px 14px #00000073}.fx-chart-expand:hover,.fx-chart-expand:active{border-color:var(--gate);color:var(--gate)}.fx-chart-expand svg{display:block}.pro-chart-body{background:#000;flex:auto;width:100%;min-height:0;position:relative}.ma-row{background:#000;flex-wrap:wrap;flex-shrink:0;gap:10px;padding:2px 10px 4px;font-size:10px;font-weight:600;line-height:1.25;display:flex}.ma-row .ma5{color:#f0b90b}.ma-row .ma10{color:#2ebd85}.ma-row .ma30{color:#f7931a}.ma-overlay{z-index:3;pointer-events:none;flex-wrap:wrap;gap:8px;font-size:10px;font-weight:600;line-height:1.2;display:flex;position:absolute;top:6px;left:8px}.ma-overlay .ma5{color:#f0b90b}.ma-overlay .ma10{color:#2ebd85}.ma-overlay .ma30{color:#f7931a}.hl-tag{z-index:4;pointer-events:none;color:#fff;white-space:nowrap;text-shadow:0 1px 2px #000000d9;font-size:11px;font-weight:700;line-height:1;position:absolute}.ind-row{background:#000;border-bottom:1px solid #121417;flex-wrap:wrap;align-items:center;gap:10px;padding:4px 10px 6px;font-size:11px;display:flex}.ind-row .on{color:var(--gate);font-weight:700}.assets-page{background:#000;width:100%;max-width:960px;margin:0 auto;padding:8px 16px 20px}.assets-page h2{color:#eaecef;margin:0 0 6px;font-size:15px;font-weight:650}.assets-page h3{color:#eaecef;margin:10px 0 6px;font-size:13px;font-weight:600}.gate-assets .assets-ov-tabs{-webkit-overflow-scrolling:touch;align-items:center;gap:16px;margin:2px 0 12px;display:flex;overflow-x:auto}.gate-assets .assets-ov-tabs button{cursor:pointer;color:#848e9c;white-space:nowrap;background:0 0;border:0;padding:0;font-size:15px;font-weight:550}.gate-assets .assets-ov-tabs button.on{color:#eaecef;font-weight:650}.assets-val-block{margin:0 0 18px}.assets-val-label{color:#848e9c;align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}.assets-eye{color:#848e9c;cursor:pointer;background:0 0;border:0;place-items:center;padding:2px;display:inline-grid}.assets-val-row{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;margin:4px 0;display:flex}.assets-val-num{letter-spacing:-.02em;color:#eaecef;font-variant-numeric:tabular-nums;align-items:baseline;gap:3px;min-width:0;font-size:22px;font-weight:650;line-height:1.2;display:inline-flex}.fiat-sym{color:#848e9c;letter-spacing:0;margin-right:1px;font-size:.55em;font-weight:600;line-height:1;transform:translateY(-.06em)}.assets-coin-right .fiat-sym,.assets-pnl .fiat-sym{color:#848e9c;margin-right:2px;font-size:11px;font-weight:500;transform:none}.assets-fiat-btn{color:#eaecef;cursor:pointer;background:#1c1c1e;border:0;border-radius:16px;flex-shrink:0;align-items:center;gap:5px;margin-left:2px;padding:5px 9px 5px 7px;font-size:12px;font-weight:550;line-height:1;display:inline-flex}.assets-fiat-btn i{color:#848e9c;font-size:10px;font-style:normal}.assets-fiat-btn:active{background:#2a2a2e}.fiat-picker-panel{flex-direction:column;max-height:min(78vh,560px);display:flex}.fiat-picker-list{flex:1;min-height:0}.fiat-picker-list button{text-align:left;grid-template-columns:64px 1fr auto;align-items:center;gap:8px;width:100%;display:grid}.fiat-code{color:#eaecef;font-size:13px;font-weight:650}.fiat-name{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.fiat-check{color:var(--gate,#00dc82);font-weight:700}.assets-pnl{cursor:pointer;color:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:4px;padding:0;font-size:12px;display:inline-flex}.assets-pnl .mono{color:#eaecef}.assets-pnl .mono.up{color:#0ecb81}.assets-pnl .mono.dn{color:#f6465d}.assets-pnl-chev{color:#848e9c;margin-left:2px;font-size:14px}.assets-pnl-sheet{flex-direction:column;max-height:min(78vh,640px);display:flex}.assets-pnl-today{border-bottom:1px solid #1e2329;justify-content:space-between;align-items:baseline;margin-bottom:4px;padding:10px 0 6px;display:flex}.assets-pnl-today b{letter-spacing:-.01em;font-size:16px;font-weight:650}.assets-pnl-list{-webkit-overflow-scrolling:touch;flex:1;min-height:160px;max-height:48vh;overflow-y:auto}.assets-pnl-row{border-bottom:1px solid #121417;justify-content:space-between;align-items:center;padding:11px 0;font-size:13px;display:flex}.assets-pnl-date{color:#eaecef;font-weight:600}.assets-pnl-note{margin:10px 0 0;font-size:11px;line-height:1.4}.wallet-hero{border:1px solid var(--line);background:linear-gradient(145deg,#14241e 0%,#121417 60%);border-radius:2px;margin:8px 0;padding:10px 12px}.wallet-hero-val{margin:4px 0;font-size:22px;font-weight:800}.wallet-sheet{z-index:60;background:#000000a6;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.wallet-sheet-panel{border-top:1px solid var(--line);background:#121417;border-radius:8px 8px 0 0;flex-direction:column;gap:10px;width:min(480px,100%);padding:16px;display:flex}.wallet-sheet-panel select,.wallet-sheet-panel input{background:var(--bg3);border:1px solid var(--line);width:100%;color:var(--text);border-radius:2px;outline:none;padding:10px 12px}.cards{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;margin:10px 0;display:grid}.card{border:1px solid var(--line);background:#000;border-radius:2px;padding:10px}.card .label{color:var(--muted);font-size:11px}.card .val{margin-top:4px;font-size:16px;font-weight:700}.assets-quick{grid-template-columns:repeat(4,1fr);margin:4px 0 20px;padding:0;display:grid}.aq-item{color:#fff;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;gap:10px;padding:0;display:flex}.aq-ico{color:#fff;background:#1c1c1e;border:0;border-radius:50%;place-items:center;width:52px;height:52px;transition:background .15s;display:grid}.aq-item:hover .aq-ico,.aq-item:active .aq-ico{background:#2a2a2e}.aq-item em{color:#eaecef;white-space:nowrap;font-size:12px;font-style:normal;font-weight:500;line-height:1.2}.assets-acct-row{margin:0 0 14px}.assets-acct{border-top:1px solid #161a1f;margin:2px 0 18px;padding:14px 0 4px}.assets-acct-head{color:#848e9c;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:12px;font-weight:600;display:flex}.assets-acct-link{color:var(--gate);cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:600}.assets-acct-grid{grid-template-columns:1fr auto 1fr;align-items:center;gap:6px;display:grid}.assets-acct-cell{color:var(--text);cursor:pointer;text-align:left;background:0 0;border:0;min-width:0;padding:4px 2px}.assets-acct-cell.right{text-align:right}.assets-acct-label{color:#848e9c;align-items:center;gap:6px;font-size:12px;font-weight:500;display:inline-flex}.assets-acct-cell.right .assets-acct-label{justify-content:flex-end}.assets-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.assets-dot.spot{background:#17e6a1}.assets-dot.fut{background:#3b82f6}.assets-acct-cell>b{letter-spacing:-.01em;color:#eaecef;font-variant-numeric:tabular-nums;margin-top:6px;font-size:16px;font-weight:650;line-height:1.2;display:block}.assets-acct-cell>em{color:#848e9c;margin-top:4px;font-size:11px;font-style:normal;line-height:1.35;display:block}.assets-acct-sep{opacity:.5;margin:0 4px}.assets-acct-xfer{color:#eaecef;cursor:pointer;background:#121417;border:1px solid #2b2f36;border-radius:50%;flex-shrink:0;place-items:center;width:36px;height:36px;padding:0;display:grid}.assets-acct-xfer:hover,.assets-acct-xfer:active{border-color:var(--gate);color:var(--gate)}.assets-alloc{margin-top:14px}.assets-alloc-bar{background:#1a1d21;border-radius:2px;height:4px;display:flex;overflow:hidden}.assets-alloc-bar .spot{background:#17e6a1;min-width:0;height:100%;transition:width .25s}.assets-alloc-bar .fut{background:#3b82f6;min-width:0;height:100%;transition:width .25s}.assets-alloc-legend{color:#848e9c;justify-content:space-between;margin-top:8px;font-size:11px;display:flex}.assets-alloc-legend span{align-items:center;gap:6px;display:inline-flex}.gate-assets .assets-val-block{background:radial-gradient(120% 80% at 0 0,#17e6a112,#0000 55%),radial-gradient(90% 70% at 100% 20%,#3b82f60f,#0000 50%);border-radius:0;margin:0 0 16px;padding:12px 0 4px}.assets-tabs{border-bottom:1px solid #1e2329;margin:0 0 8px;padding:0}.assets-tabs button{font-size:13px;font-weight:550}.assets-coin-list{margin-top:4px}.assets-coin-head{color:#848e9c;justify-content:space-between;padding:6px 0 10px;font-size:11px;font-weight:500;display:flex}.assets-coin-row{border-bottom:1px solid #121417;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.assets-coin-left{align-items:center;gap:10px;display:flex}.assets-coin-sym{color:#eaecef;font-size:14px;font-weight:650}.assets-coin-right{color:#eaecef;text-align:right;font-variant-numeric:tabular-nums;justify-content:flex-end;align-items:baseline;gap:2px;font-size:13px;font-weight:550;display:inline-flex}.assets-bill-list{margin-top:4px}.assets-bill-filters{flex-wrap:wrap;gap:8px;margin:4px 0 10px;display:flex}.assets-bill-filters button{appearance:none;color:#848e9c;cursor:pointer;background:#1e2329;border:1px solid #2b3139;border-radius:999px;padding:7px 12px;font-size:12px;line-height:1}.assets-bill-filters button.on{color:#eaecef;background:#f0b90b1f;border-color:#f0b90b}.assets-bill-head{margin-top:2px}.assets-bill-row{border-bottom:1px solid #121417;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 0;display:flex}.assets-bill-left{flex:1;align-items:flex-start;gap:10px;min-width:0;display:flex}.assets-bill-ico{color:#848e9c;background:#1e2329;border-radius:50%;flex:none;justify-content:center;align-items:center;width:32px;height:32px;margin-top:2px;font-size:14px;font-weight:700;display:inline-flex}.assets-bill-ico.deposit{color:#0ecb81;background:#0ecb811f}.assets-bill-ico.withdraw{color:#f6465d;background:#f6465d1f}.assets-bill-ico.flow{color:#f0b90b;background:#f0b90b1f}.assets-bill-ico.hist-buy{color:#0ecb81;background:#0ecb811f}.assets-bill-ico.hist-sell{color:#f6465d;background:#f6465d1f}.assets-bill-ico.hist-fee{color:#848e9c;background:#848e9c29}.assets-bill-title{color:#eaecef;flex-wrap:wrap;align-items:center;gap:6px;font-size:13px;font-weight:650;display:flex}.assets-bill-st{border-radius:4px;padding:2px 6px;font-size:10px;font-style:normal;font-weight:600;line-height:1.2}.bill-st-pending{color:#f0b90b;background:#f0b90b24}.bill-st-ok{color:#0ecb81;background:#0ecb8124}.bill-st-bad{color:#f6465d;background:#f6465d24}.bill-st-warn{color:#848e9c;background:#848e9c2e}.assets-bill-sub{text-overflow:ellipsis;white-space:nowrap;max-width:58vw;margin-top:3px;font-size:11px;overflow:hidden}.assets-bill-time{margin-top:3px;font-size:10px}.assets-bill-amt{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums;flex:none;padding-top:2px;font-size:13px;font-weight:650}.assets-page .table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (width<=1100px){.desktop-nav{display:none}.desktop-only{display:none!important}.desktop-banner{display:block;overflow:hidden}.menu-toggle{display:inline-flex}.brand-name{font-size:14px}.demo-pill{display:none}.bal-chip{text-overflow:ellipsis;max-width:42vw;padding:4px 6px;font-size:11px;overflow:hidden}.bottom-nav{z-index:30;display:grid}.page-main{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}:is(.page-main:has(.fx-page),.page-main:has(.md-page)){padding-bottom:0}.topbar.desktop-topbar{position:sticky;top:0}:root{--fx-chart-h:min(320px, 40vh);--fx-nav-h:calc(58px + env(safe-area-inset-bottom,0px))}.fx-chart,.sec-chart{z-index:28;max-width:none}.fx-page,.sec-page{height:calc(100dvh - var(--fx-nav-h));max-height:calc(100dvh - var(--fx-nav-h));min-height:0;padding-bottom:var(--fx-chart-h)}.desk{flex-direction:column;grid-template-columns:1fr;gap:0;min-height:auto;display:flex}.markets,.chart-head,.chart,.side,.bottom{grid-area:auto}.markets{order:1;max-height:none}.markets .book-head{display:none}.markets .m-list{border-bottom:1px solid var(--line);scrollbar-width:none;gap:0;max-height:none;display:flex;overflow-x:auto}.markets .m-list::-webkit-scrollbar{display:none}.markets .m-item{border-bottom:0;border-right:1px solid var(--line);flex-direction:column;flex:none;align-items:flex-start;gap:4px;min-width:96px;padding:10px}.chart-head{flex-wrap:wrap;order:2;gap:8px 12px;padding:8px 10px}.side{border-bottom:1px solid var(--line);order:3;grid-template-columns:1.1fr .9fr;display:grid}.side .book{border-bottom:0;border-left:1px solid var(--line);max-height:260px}.side .trade-form{padding:8px}.bottom{order:4;max-height:160px;overflow:auto}.chart{order:5;min-height:200px}.fx-page{max-width:none}.fx-chart .pro-chart,.sec-chart .pro-chart{height:100%;min-height:0}.fx-bottom{min-height:0;max-height:min(12vh,96px)}.fx-page.chart-min .fx-bottom,.sec-fx.chart-min .fx-bottom{flex:1 1 0;min-height:120px;max-height:none!important}.fx-page.chart-min .fx-trade-row,.sec-fx.chart-min .fx-trade-row{flex:1.3 1 0;align-items:stretch;min-height:min(48vh,420px);max-height:min(58vh,520px)}.fx-page.chart-min .fx-book{height:100%}.fx-page.chart-min .fx-book-asks .fx-book-row,.fx-page.chart-min .fx-book-bids .fx-book-row{flex:1 1 0;align-content:center;height:auto;min-height:18px;max-height:40px;line-height:1.25;display:grid}.fx-page.chart-min .fx-book-row .px,.fx-page.chart-min .fx-book-row .amt{font-size:12px}.fx-page.chart-min .fx-mid{font-size:16px}.fx-stats{grid-template-columns:repeat(3,1fr)}.fx-stat-vol{display:none!important}.fx-stats>div:nth-child(n+4){display:none}.fx-trade-row{flex:auto;grid-template-columns:1.08fr .92fr;min-height:0}.fx-pair-bar{min-height:46px;padding:8px 10px}.fx-pair-sym{font-size:15px}.fx-pair-sub{font-size:10px}.fx-pair-fund{max-width:52%}.fx-pair-fund .muted{font-size:9px}.fx-pair-fund b{gap:3px;font-size:11px}.fx-form{align-self:stretch;height:100%;padding:6px}.fx-form-body{overflow:hidden auto}.fx-form-actions{margin-top:auto;padding-top:6px;padding-bottom:0}.fx-book{height:100%;padding-bottom:2px}.fx-form-tools{gap:6px;margin-bottom:6px}.fx-form-tools select,.fx-type-select{padding:7px 8px;font-size:12px!important}.fx-type-select{margin-bottom:6px}.fx-side-chip{padding:7px 8px;font-size:12px!important}.fx-input{flex:none;min-height:36px;margin-bottom:6px}.fx-field-label{font-size:9px;top:3px;left:8px}.fx-input:has(.fx-field-label) input{padding-top:14px;padding-bottom:3px}.fx-input input{padding:6px 8px;font-size:12px!important}.fx-suffix,.fx-bbo{padding:0 8px;font-size:10px}.fx-pct-wrap{margin:4px 2px 2px}.fx-pct-range{height:12px}.fx-pct-range::-webkit-slider-thumb{width:10px;height:10px;margin-top:-4px}.fx-pct-range::-moz-range-thumb{width:10px;height:10px}.fx-pct-labels{height:12px;margin:0 5px}.fx-pct-labels button{font-size:9px}.fx-checks{gap:12px;margin:4px 0 8px;font-size:12px}.fx-meta{background:#000;flex:none;gap:4px;margin:2px 0 0;padding:0;font-size:11px}.gate-meta{gap:4px;margin:2px 0 0}.gate-meta>div{min-height:16px}.fx-tpsl{gap:4px}.fx-book{padding:3px 4px 4px}.fx-book-row{flex:0 0 17px;height:17px;min-height:17px;max-height:17px;line-height:17px}.fx-page:not(.chart-min) .fx-book-asks .fx-book-row,.fx-page:not(.chart-min) .fx-book-bids .fx-book-row{flex:1 1 0;height:auto;min-height:15px;max-height:24px;line-height:1.2}.fx-book-row .px,.fx-book-row .amt{font-size:11px}.fx-book-head{height:15px;margin-bottom:1px;font-size:9px}.fx-mid{font-size:15px}.fx-mid-block{padding:3px 0}.fx-mid-mark{margin-top:0;font-size:10px}.fx-fund-box{margin-bottom:2px}.fx-fund-box .muted{font-size:9px}.fx-fund-box b{font-size:10px}.fx-dual-btns{gap:6px}.fx-long,.fx-short,.fx-dual-btns .fx-long,.fx-dual-btns .fx-short{border-radius:4px;padding:11px 4px;font-size:13px}.sec-period-row{gap:3px;margin:0 0 4px}.sec-period-row button{min-width:36px;padding:5px 2px;font-size:10px}.sec-stake-presets{gap:3px;margin:0 0 4px}.sec-stake-presets button,.sec-stake-presets.gate-presets button{padding:5px 2px;font-size:10px}.sec-side-stats{gap:4px 8px;margin:2px 0 6px;padding-bottom:4px}.sec-side-stats .muted{font-size:9px}.sec-side-stats b{font-size:11px}.pos-card{margin:0;padding:6px 8px 8px}.pos-card-head,.pos-pnl-row{margin-bottom:6px}.pos-grid{gap:4px 8px}.pos-actions{gap:4px;margin-top:6px}.pos-pnl-row b,.pos-roi b{font-size:14px}.pos-card-title b{font-size:12px}.pos-grid span{font-size:9px}.pos-grid b{font-size:11px}.pos-actions .btn{padding:7px 4px;font-size:11px}.sec-head{flex-wrap:wrap}.sec-stats{text-align:left;border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);width:100%;padding-top:8px}.binary-page{grid-template-columns:1fr}.binary-chart-wrap{min-height:0}.pro-chart .ma-readout{display:none}.gate-head{flex-direction:column;gap:10px}.gate-stats{grid-template-columns:1fr 1fr;width:100%}.assets-page{padding:8px 14px 28px}.assets-val-num{font-size:22px}.aq-ico{width:48px;height:48px}.aq-item em{font-size:12px}.tf-row{flex-wrap:nowrap;overflow-x:auto}.period-row{gap:6px}.period-row button{padding:8px 10px;font-size:12px}}@media (width<=420px){.top-right .lang-btn,.bal-label{display:none}}.chart-entry-btn{color:#eaecef;cursor:pointer;background:0 0;border:0;border-radius:0;place-items:center;width:34px;height:34px;padding:0;display:grid}.chart-entry-btn:hover{color:var(--gate)}.md-shell .bottom-nav{display:none!important}.md-main{padding-bottom:0!important}.md-page{max-width:880px;min-height:100dvh;padding-bottom:calc(72px + env(safe-area-inset-bottom,0px));background:#000;margin:0 auto}.md-top{align-items:center;gap:8px;padding:10px 12px 6px;display:flex}.md-back{color:#eaecef;cursor:pointer;background:0 0;border:0;padding:0 4px;font-size:20px;line-height:1}.md-pair{color:#eaecef;text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.md-pair b{font-size:16px;font-weight:700;display:block}.md-pair i{color:#848e9c;margin-top:2px;font-size:11px;font-style:normal;display:block}.md-tabs{border-bottom:1px solid #1a1d21;gap:2px;padding:0 12px;display:flex}.md-tabs button{color:#848e9c;cursor:pointer;background:0 0;border:0;padding:10px 14px;font-size:14px;font-weight:600}.md-tabs button.on{color:#fff;box-shadow:inset 0 -2px #fff}.md-price-row{grid-template-columns:1.1fr 1fr;gap:12px;padding:12px;display:grid}.md-price-left{flex-direction:column;gap:4px;display:flex}.md-price-left>b{font-size:28px;font-weight:800;line-height:1.1}.md-price-left small{font-size:12px;font-weight:600}.md-price-left em{margin-top:2px;font-size:12px;font-style:normal}.md-price-right{flex-direction:column;justify-content:center;gap:6px;font-size:11px;display:flex}.md-price-right>div{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.md-price-right b{color:#eaecef;font-size:12px;font-weight:600}.md-chart{background:#000}.md-book{padding:8px 12px 0}.md-book-cols{grid-template-columns:1fr 1fr;gap:10px;display:grid}.md-book-row{justify-content:space-between;gap:6px;padding:2px 0;font-size:11px;font-weight:600;display:flex}.md-bs{margin-top:8px}.md-actions{z-index:26;padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px));background:linear-gradient(#0000,#000 28%);grid-template-columns:1fr 1fr;gap:10px;max-width:880px;margin:0 auto;display:grid;position:fixed;bottom:0;left:0;right:0}.md-actions .btn{border-radius:6px;padding:12px;font-weight:700}.md-panel{padding:14px 12px 28px}.md-coin-head{align-items:center;gap:12px;margin-bottom:12px;display:flex}.md-coin-head b{font-size:18px;display:block}.md-coin-head span{font-size:12px}.md-desc{color:#848e9c;margin:0 0 16px;font-size:13px;line-height:1.55}.md-kv{grid-template-columns:1fr 1fr;gap:12px 16px;display:grid}.md-kv>div{flex-direction:column;gap:4px;display:flex}.md-kv .muted{font-size:11px}.md-kv b{font-size:13px;font-weight:650}.md-panel h3{margin:0 0 10px;font-size:14px;font-weight:700}.md-panel h3+.md-stat-cards{margin-bottom:18px}.md-stat-cards{grid-template-columns:1fr 1fr;gap:10px;display:grid}.md-stat{border-bottom:1px solid #1a1d21;flex-direction:column;gap:4px;padding:12px 0;display:flex}.md-stat b{font-size:18px;font-weight:750}.md-stat small{font-size:11px}.admin-page{color:#eaecef;background:#0b0e11;max-width:1100px;min-height:100dvh;margin:0 auto;padding:16px 12px 40px}.admin-login{flex-direction:column;gap:12px;max-width:380px;margin:10vh auto 0;display:flex}.admin-login h1{margin:0;font-size:22px}.admin-login label,.admin-form label{color:#848e9c;flex-direction:column;gap:6px;font-size:12px;display:flex}.admin-login input,.admin-form input,.admin-toolbar input,.admin-inline input,.admin-table select{color:#eaecef;background:#121417;border:0;border-radius:4px;outline:none;padding:10px 12px;font-size:14px}.admin-top{border-bottom:1px solid #1a1d21;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding-bottom:12px;display:flex}.admin-top b{font-size:16px;display:block}.admin-top .muted{font-size:12px}.admin-top-actions{gap:8px;display:flex}.admin-tabs{flex-wrap:wrap;gap:4px;margin-bottom:14px;display:flex}.admin-tabs button{color:#848e9c;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:8px 12px;font-size:13px;font-weight:600}.admin-tabs button.on{color:#eaecef;border-bottom-color:#f0b90b}.admin-flash{margin-bottom:10px}.admin-alert-banner{color:#f0b90b;background:#f0b90b24;border:1px solid #f0b90b73;border-radius:4px;justify-content:space-between;align-items:center;gap:10px;margin:0 0 10px;padding:10px 12px;font-size:13px;font-weight:650;display:flex}.admin-alert-banner button{color:#848e9c;cursor:pointer;background:0 0;border:0;padding:0 4px;font-size:14px}.admin-toolbar{gap:8px;margin-bottom:10px;display:flex}.admin-toolbar input{flex:1}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:13px}.admin-table th,.admin-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #1a1d21;padding:10px 8px}.admin-table th{color:#848e9c;font-size:11px;font-weight:600}.admin-inline{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.admin-inline input{width:110px;padding:6px 8px;font-size:12px}.admin-notes{flex-direction:column;gap:4px;min-width:160px;display:flex}.admin-notes input{color:#eaecef;background:#121417;border:0;border-radius:4px;width:100%;padding:6px 8px;font-size:12px}.admin-notes .btn{align-self:flex-start;padding:4px 8px;font-size:11px}.admin-form{flex-direction:column;gap:12px;max-width:900px;display:flex}.admin-addr-item{max-width:100%}.admin-addr-row{align-items:center;gap:8px;width:100%;display:flex}.admin-addr-row input{flex:1;min-width:0}.admin-addr-row input[readonly]{opacity:.85;cursor:default}.admin-addr-row .btn{white-space:nowrap;flex-shrink:0;padding:8px 12px;font-size:12px}.admin-overview{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;display:grid}.admin-stat{background:#1e2329;border:1px solid #2b3139;border-radius:8px;padding:12px}.admin-stat .mono{margin-top:6px;font-size:20px}.admin-checks{flex-direction:column;gap:8px;display:flex}.admin-check{align-items:center;gap:8px;flex-direction:row!important;display:flex!important}.admin-check input{width:auto!important}.admin-section-title{color:#eaecef;margin:16px 0 8px;font-size:14px}.admin-user-actions{flex-direction:column;gap:6px;display:flex}.admin-user-meta{flex-direction:column;gap:6px;font-size:12px;display:flex}.admin-user-meta select{margin-left:6px}.admin-flow-mask{z-index:120;background:#000000b3;justify-content:center;align-items:center;padding:12px;display:flex;position:fixed;inset:0}.admin-flow-panel{background:#0f1317;border:1px solid #2b3139;border-radius:10px;width:min(1200px,96vw);max-height:88vh;padding:12px;overflow:auto}.admin-flow-head{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}@media (width>=1101px){.topbar.topbar-wide{gap:12px;height:52px;padding:0 16px;display:flex}.topbar.topbar-wide .desktop-nav{display:flex}.topbar.topbar-wide .menu-toggle{display:none}.topbar.topbar-wide .desktop-only{display:inline-flex!important}.topbar.topbar-wide .brand{flex-shrink:0}:root{--fx-chart-h:0px;--fx-nav-h:0px}:is(.app-shell:has(.fx-page) .page-main,.app-shell:has(.sec-page) .page-main){padding-bottom:0}.fx-page,.sec-page{box-sizing:border-box;grid-template-rows:auto minmax(0,1fr) minmax(140px,220px);grid-template-columns:minmax(0,1.55fr) minmax(360px,420px);gap:8px 12px;width:100%;max-width:min(1480px,100vw - 24px);height:calc(100dvh - 52px);max-height:calc(100dvh - 52px);margin:0 auto;padding:0 12px 12px;display:grid;overflow:hidden}:is(.app-shell:not(:has(.topbar)) .fx-page,.app-shell:not(:has(.topbar)) .sec-page){height:100dvh;max-height:100dvh}.fx-page>.fx-pair-bar,.sec-page>.fx-pair-bar,.sec-fx>.fx-pair-bar{grid-area:1/1/auto/-1;padding:8px 2px}.fx-page>.fx-trade-row,.sec-page>.fx-trade-row,.sec-fx>.fx-trade-row{background:#000;border:1px solid #1a1d21;border-radius:4px;grid-area:2/2;grid-template-columns:1fr 1fr;height:100%;min-height:0;display:grid;overflow:hidden}.fx-page>.fx-bottom,.sec-page>.fx-bottom,.sec-fx>.fx-bottom,.fx-page>.panel.bottom,.sec-page>.panel.bottom{border:1px solid #1a1d21;border-radius:4px;grid-area:3/1/auto/-1;min-height:0;max-height:none}.fx-page>.fx-chart,.sec-page>.fx-chart,.sec-fx>.fx-chart,.fx-page>.sec-chart,.sec-page>.sec-chart,.sec-fx>.sec-chart{z-index:1;width:100%;min-height:0;box-shadow:none;border:1px solid #1a1d21;border-radius:4px;grid-area:2/1;max-width:none!important;height:100%!important;max-height:none!important;margin:0!important;position:relative!important;bottom:auto!important;left:auto!important;right:auto!important}.fx-page>.fx-chart .pro-chart,.sec-page>.fx-chart .pro-chart,.fx-page>.sec-chart .pro-chart,.sec-page>.sec-chart .pro-chart{height:100%;min-height:0}.fx-page>.fx-picker,.fx-page>.fx-chart-expand,.sec-page>.fx-picker,.sec-page>.fx-chart-expand,.sec-fx>.fx-picker,.sec-fx>.fx-chart-expand{grid-area:1/1}.fx-chart-expand{bottom:24px;right:max(24px,50vw - 716px)}.fx-page.chart-min,.sec-page.chart-min,.sec-fx.chart-min{grid-template-rows:auto minmax(0,1fr) minmax(160px,280px);grid-template-columns:minmax(0,1fr)}.fx-page.chart-min>.fx-trade-row,.sec-page.chart-min>.fx-trade-row,.sec-fx.chart-min>.fx-trade-row{grid-area:2/1;justify-self:center;width:100%;max-width:720px}.fx-page.chart-min>.fx-bottom,.sec-page.chart-min>.fx-bottom{grid-row:3}.fx-page .fx-pair-sym{font-size:18px}.fx-page .fx-form{padding:10px}.fx-page .fx-book{padding:8px}.page-main{padding-bottom:0}.home{max-width:min(1280px,100vw - 32px);margin:0 auto;padding:12px 16px 24px}.home-top-row{display:none}.home-top{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px 20px;padding:4px 0 10px;display:grid}.home-asset-card{margin:0}.home-asset-val{font-size:24px;font-weight:650}.home-quick{grid-template-columns:repeat(4,minmax(64px,1fr));align-self:stretch;gap:10px;min-width:280px;margin-top:0;display:grid}.hq-item{min-height:auto}.hq-ico{width:52px;height:52px}.home-banner,.home-hot,.home-tabs,.home-rank-switch,.home-search-row,.home-list-head,.home-list{max-width:none}.home-list{padding:0 8px 12px}.home-row{gap:12px;padding:14px 10px}.assets-page{max-width:min(1200px,100vw - 32px);margin:0 auto;padding:16px 20px 32px}.gate-assets .assets-val-block{padding:16px 0 8px}.assets-val-num{font-size:24px}.assets-quick{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;max-width:720px;margin-bottom:8px;display:grid}.assets-coin-row{padding:14px 4px}.uc-page{grid-template-rows:auto;grid-template-columns:minmax(240px,300px) minmax(0,1fr);align-content:start;align-items:start;gap:16px 20px;max-width:min(1100px,100vw - 48px);min-height:calc(100dvh - 52px);margin:0 auto;padding:24px 20px 48px;display:grid}.uc-top{display:none}.uc-profile{text-align:center;background:#121417;border:1px solid #1a1d21;border-radius:10px;flex-direction:column;grid-area:1/1/span 4;align-self:start;align-items:center;gap:14px;margin:0;padding:28px 20px 24px;position:sticky;top:68px}.uc-profile-text{align-items:center}.uc-profile-text b{word-break:break-all;font-size:15px}.uc-avatar-link{margin-top:6px}.uc-section{border:1px solid #1a1d21;grid-column:2;margin:0}.uc-section-title{padding:14px 16px 8px;font-size:13px}.uc-row{padding:14px 16px;font-size:14px}.uc-row:hover:not(:disabled):not(.static){background:#ffffff08}.uc-page>.fx-picker{justify-content:center;align-items:center;padding:24px}.uc-page>.fx-picker .uc-sheet,.uc-page>.fx-picker .fx-picker-panel{border:1px solid #1a1d21;border-radius:10px;width:min(480px,100%);max-height:min(80vh,640px)}.admin-page{max-width:min(1400px,100vw - 32px);padding:20px 20px 48px}.admin-table-wrap{overflow-x:visible}.admin-user-actions{min-width:220px}.gate-auth-body{min-height:calc(100dvh - 56px)}}@media (width>=1400px){.fx-page,.sec-page{grid-template-columns:minmax(0,1.7fr) minmax(400px,460px)}}.admin-op-mask{z-index:200;background:#000000b8;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.admin-op-panel{background:#121417;border:1px solid #2b3139;border-radius:10px;flex-direction:column;gap:10px;width:min(380px,94vw);padding:16px;display:flex}.admin-op-panel h3{margin:0;font-size:16px}.admin-op-panel label{color:#848e9c;flex-direction:column;gap:6px;font-size:12px;display:flex}.admin-op-panel input{color:#eaecef;background:#0b0e11;border:1px solid #2b3139;border-radius:6px;outline:none;padding:10px 12px}.admin-op-actions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}.lang-select{color:#eaecef;cursor:pointer;background:#121417;border:1px solid #2b3139;border-radius:6px;max-width:128px;padding:6px 8px;font-size:12px;font-weight:600}.lang-select.btn.ghost.block{text-align:left;width:100%;max-width:none;padding:10px 12px}.gate-auth-lang.lang-select{min-width:110px}.gate-auth-captcha-row{align-items:stretch;display:flex}.gate-auth-captcha{display:none}.cs-wrap{z-index:80;flex-direction:column;align-items:flex-end;gap:10px;display:flex;position:fixed;bottom:72px;right:14px}@media (width>=1101px){.cs-wrap{bottom:24px;right:24px}}.cs-fab{color:#0b0e11;cursor:pointer;background:#17e6a1;border:0;border-radius:50%;place-items:center;width:52px;height:52px;display:grid;position:relative;box-shadow:0 8px 24px #00000059}.cs-fab:hover{filter:brightness(1.05)}.cs-badge{color:#fff;background:#f6465d;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-style:normal;font-weight:700;line-height:1;display:grid;position:absolute;top:-2px;right:-2px}.cs-panel{background:#121417;border:1px solid #2b3139;border-radius:12px;flex-direction:column;width:min(360px,100vw - 28px);height:min(480px,62vh);display:flex;overflow:hidden;box-shadow:0 16px 40px #00000073}.cs-head{border-bottom:1px solid #1e2329;justify-content:space-between;align-items:flex-start;gap:8px;padding:12px 14px;display:flex}.cs-head b{color:#eaecef;font-size:15px;display:block}.cs-head span{margin-top:2px;font-size:11px;display:block}.cs-close{color:#848e9c;cursor:pointer;background:0 0;border:0;padding:2px 4px;font-size:16px}.cs-list{background:#0b0e11;flex-direction:column;flex:1;gap:8px;min-height:0;padding:12px;display:flex;overflow:auto}.cs-empty{text-align:center;padding:28px 12px;font-size:12px}.cs-bubble{border-radius:10px;max-width:82%;padding:8px 10px;font-size:13px;line-height:1.4}.cs-bubble.me{color:#eafff5;background:#1e6b4f;border-bottom-right-radius:3px;align-self:flex-end}.cs-bubble.them{color:#eaecef;background:#1e2329;border-bottom-left-radius:3px;align-self:flex-start}.cs-meta{opacity:.7;margin-top:4px;font-size:10px}.cs-err{color:#f6465d;padding:0 12px 4px;font-size:12px}.cs-input-row{background:#121417;border-top:1px solid #1e2329;gap:8px;padding:10px;display:flex}.cs-input-row input{color:#eaecef;background:#0b0e11;border:1px solid #2b3139;border-radius:8px;outline:none;flex:1;min-width:0;padding:10px 12px;font-size:14px}.cs-send{color:#0b0e11;cursor:pointer;background:#17e6a1;border:0;border-radius:8px;padding:0 14px;font-weight:700}.cs-send:disabled{opacity:.45;cursor:default}.cs-wrap.no-fab{pointer-events:none}.cs-wrap.no-fab .cs-panel{pointer-events:auto}.cs-tools{background:#121417;gap:4px;padding:0 10px;display:flex}.cs-tool{color:#eaecef;cursor:pointer;background:0 0;border:0;border-radius:8px;width:34px;height:34px;font-size:18px;line-height:1}.cs-tool:disabled{opacity:.4}.cs-emoji-panel{background:#121417;border-top:1px solid #1e2329;grid-template-columns:repeat(8,1fr);gap:2px;max-height:120px;padding:8px 10px;display:grid;overflow:auto}.cs-emoji-panel.admin-emoji{border-top:1px solid #1e2329}.cs-emoji-btn{cursor:pointer;background:0 0;border:0;border-radius:6px;padding:4px;font-size:20px;line-height:1}.cs-emoji-btn:hover{background:#ffffff0f}.cs-img-wrap{display:block}.cs-img{object-fit:cover;border-radius:6px;max-width:min(220px,70vw);max-height:220px;display:block}.admin-support{background:#121417;border:1px solid #2b3139;border-radius:8px;grid-template-columns:minmax(240px,320px) 1fr;gap:0;min-height:520px;display:grid;overflow:hidden}@media (width<=900px){.admin-support{grid-template-columns:1fr;min-height:640px}}.admin-support-list{background:#0b0e11;border-right:1px solid #1e2329;max-height:70vh;overflow:auto}.admin-support-item{text-align:left;color:#eaecef;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #1e2329;flex-direction:column;gap:4px;width:100%;padding:12px;display:flex;position:relative}.admin-support-item.on,.admin-support-item:hover{background:#161a1e}.admin-support-item b{font-size:13px}.admin-support-item .meta{color:#848e9c;font-size:11px}.admin-support-item .preview{color:#b7bdc6;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.admin-support-item .remark-tag{color:#f0b90b;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.admin-support-item .unread{color:#fff;background:#f6465d;border-radius:999px;padding:1px 7px;font-size:11px;font-weight:700;position:absolute;top:10px;right:10px}.admin-support-chat{flex-direction:column;min-height:520px;max-height:70vh;display:flex}.admin-support-chat-head{border-bottom:1px solid #1e2329;padding:12px 14px;font-size:13px}.admin-support-chat-head b{margin-bottom:4px;display:block}.admin-support-remark{align-items:center;gap:8px;margin-top:8px;display:flex}.admin-support-remark input{color:#eaecef;background:#0b0e11;border:1px solid #2b3139;border-radius:6px;outline:none;flex:1;min-width:0;padding:8px 10px;font-size:13px}.admin-support-msgs{background:#0b0e11;flex-direction:column;flex:1;gap:8px;padding:12px;display:flex;overflow:auto}.admin-support-bubble{border-radius:8px;max-width:75%;padding:8px 10px;font-size:13px;line-height:1.4}.admin-support-bubble.admin{color:#eafff5;background:#1e6b4f;align-self:flex-end}.admin-support-bubble.user{color:#eaecef;background:#1e2329;align-self:flex-start}.admin-support-bubble.recalled{border:1px dashed #2b3139;color:#848e9c!important;background:#1a1d21!important}.admin-support-bubble .recall-flag{margin-bottom:4px;font-size:12px;font-weight:600}.admin-support-bubble .recall-orig{opacity:.75;white-space:pre-wrap;word-break:break-word;max-height:72px;font-size:12px;text-decoration:line-through;overflow:hidden}.admin-support-bubble .t{opacity:.7;margin-top:4px;font-size:10px}.admin-recall-btn{color:#f0b90b;cursor:pointer;background:0 0;border:0;padding:0;font-size:10px;text-decoration:underline}.admin-recall-btn:disabled{opacity:.4;cursor:default}.admin-support-compose{border-top:1px solid #1e2329;align-items:center;gap:6px;padding:10px;display:flex}.admin-support-compose input{color:#eaecef;background:#0b0e11;border:1px solid #2b3139;border-radius:6px;outline:none;flex:1;padding:10px 12px}.admin-support-empty{color:#848e9c;place-items:center;min-height:320px;font-size:13px;display:grid}body.cs-lock{overscroll-behavior:none;touch-action:manipulation;overflow:hidden}.cs-page{left:0;right:0;top:var(--cs-vvt,0px);height:var(--cs-vvh,100dvh);max-height:var(--cs-vvh,100dvh);color:#eaecef;z-index:90;background:#0b0e11;flex-direction:column;display:flex;position:fixed;overflow:hidden}.cs-page-head{padding:calc(10px + env(safe-area-inset-top,0px)) 12px 10px;background:#121417;border-bottom:1px solid #1e2329;flex-shrink:0;align-items:center;gap:10px;display:flex}.cs-page-titles{flex:1;min-width:0}.cs-page-titles b{font-size:16px;line-height:1.2;display:block}.cs-page-titles span{margin-top:2px;font-size:11px;display:block}.cs-page-back{color:#eaecef;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#1e2329;border:1px solid #2b3139;border-radius:8px;flex-shrink:0;min-height:44px;padding:10px 12px;font-size:13px;font-weight:650}.cs-page-back:active{color:#17e6a1;border-color:#17e6a1}.cs-page-list{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex-direction:column;flex:1;gap:10px;min-height:0;padding:14px 12px;display:flex;overflow:auto}.cs-page .cs-bubble{word-break:break-word;max-width:min(86%,420px);padding:10px 12px;font-size:15px;line-height:1.45}.cs-page-composer{padding-bottom:calc(8px + env(safe-area-inset-bottom,0px));background:#121417;border-top:1px solid #1e2329;flex-shrink:0}.cs-composer-row{align-items:flex-end;gap:6px;padding:8px 10px 0;display:flex}.cs-textarea{resize:none;color:#eaecef;-webkit-overflow-scrolling:touch;background:#0b0e11;border:1px solid #2b3139;border-radius:10px;outline:none;flex:1;min-width:0;min-height:44px;max-height:120px;padding:11px 12px;line-height:1.35;overflow-y:auto;font-size:16px!important}.cs-preview{z-index:120;padding:20px;padding-bottom:calc(20px + env(safe-area-inset-bottom,0px));background:#000000eb;flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex;position:fixed;inset:0}.cs-preview img{object-fit:contain;border-radius:8px;max-width:100%;max-height:78dvh}.cs-preview-close{color:#0b0e11;cursor:pointer;background:#17e6a1;border:0;border-radius:10px;min-height:44px;padding:0 22px;font-weight:700}:is(.page-main.md-main:has(.cs-page),.app-shell:has(.cs-page) .page-main){max-width:none;padding:0!important}@media (width>=1101px){.cs-page{border:1px solid #2b3139;border-radius:12px;max-width:560px;height:min(780px,100dvh - 40px);max-height:min(780px,100dvh - 40px);margin:16px auto;position:relative;top:0;overflow:hidden}body.cs-lock{overflow:auto}}
