.app-header-root{--surface:#fff;--ink:#211f30;--ink-soft:#46435c;--muted:#8a889b;--faint:#a9a7b8;--line:#e9e7f0;--line-soft:#f1f0f6;--brand:#8281b1;--brand-deep:#5e5c8a;--brand-deeper:#4c4a73;--brand-tint:#eeedf6;--brand-tint-2:#e2e0ee;--grad:linear-gradient(150deg,#9a99c9,#8281b1 42%,#5e5c8a);--shadow-sm:0 1px 2px #211f300a,0 1px 3px #211f300f;--shadow-lg:0 14px 36px #211f3026,0 4px 10px #211f300f;--r-sm:8px;--r-md:12px;--r-lg:16px;z-index:50;border-bottom:1px solid var(--line);background:var(--surface);height:56px;font-family:var(--font-sans),"Hanken Grotesk",sans-serif;color:var(--ink);position:sticky;top:0}.app-header-root,.app-header-root *{box-sizing:border-box}.app-header-root *{margin:0;padding:0}.app-header-root button{font-family:inherit}.app-header-root svg{stroke-linecap:round;stroke-linejoin:round}.app-header-root .header-shell{justify-content:space-between;align-items:center;gap:20px;max-width:1500px;height:100%;margin:0 auto;padding:0 26px;display:flex}.app-header-root .h-left{align-items:center;gap:30px;min-width:0;display:flex}.app-header-root .brand{color:inherit;flex:none;align-items:center;gap:11px;text-decoration:none;display:flex}.app-header-root .nav{align-items:center;gap:3px;display:flex}.app-header-root .navitem{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:8px;padding:8px 13px;font-size:14px;font-weight:600;text-decoration:none;transition:all .14s;display:inline-flex}.app-header-root .navitem:hover{color:var(--ink-soft);background:var(--line-soft)}.app-header-root .navitem.active{color:var(--brand-deeper);background:var(--brand-tint)}.app-header-root .navitem svg{flex:none;width:16px;height:16px}.app-header-root .navitem .chev{width:13px;height:13px;margin-left:-2px;transition:all .18s}.app-header-root .navitem.open .chev{transform:rotate(180deg)}.app-header-root .ddwrap{position:relative}.app-header-root .h-right{align-items:center;gap:6px;display:flex;position:relative}.app-header-root .exit-demo-btn{border:1px solid var(--brand-tint-2);background:var(--brand-tint);color:var(--brand-deep);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;margin-right:4px;padding:8px 13px;font-size:13.5px;font-weight:650;transition:all .14s;display:inline-flex}.app-header-root .exit-demo-btn:hover{border-color:var(--brand);background:var(--brand-tint-2);color:var(--brand-deeper)}.app-header-root .account{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:11px;align-items:center;gap:9px;padding:5px 11px 5px 5px;transition:all .14s;display:inline-flex}.app-header-root .account:hover{border-color:var(--brand-tint-2);background:#fcfcfe}.app-header-root .account.open{border-color:var(--brand-tint-2);background:var(--brand-tint)}.app-header-root .avatar{background:var(--grad);color:#fff;letter-spacing:.02em;border-radius:8px;flex:none;place-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:grid}.app-header-root .account .nm{color:var(--ink-soft);font-size:13.5px;font-weight:600}.app-header-root .account .chev{width:13px;height:13px;color:var(--muted);transition:all .18s}.app-header-root .account.open .chev{transform:rotate(180deg)}.app-header-pop{--surface:#fff;--ink:#211f30;--ink-soft:#46435c;--muted:#8a889b;--faint:#a9a7b8;--line:#e9e7f0;--line-soft:#f1f0f6;--brand:#8281b1;--brand-deep:#5e5c8a;--brand-deeper:#4c4a73;--brand-tint:#eeedf6;--shadow-lg:0 14px 36px #211f3026,0 4px 10px #211f300f;box-sizing:border-box;background:var(--surface);color:var(--ink);border:1px solid var(--line);box-shadow:var(--shadow-lg);z-index:70;border-radius:14px;padding:7px}.app-header-pop *,.app-header-pop :before,.app-header-pop :after{box-sizing:border-box}.app-header-pop.dd{width:312px;min-width:312px}.app-header-pop.acc-dd{width:244px;min-width:244px}.app-header-pop .dd-label{justify-content:space-between;align-items:center;gap:12px;padding:8px 10px 7px;display:flex}.app-header-pop .dd-label .t{letter-spacing:.1em;text-transform:uppercase;color:var(--faint);font-size:10.5px;font-weight:700}.app-header-pop .dd-label .c{color:var(--faint);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:11px;font-weight:600}.app-header-pop .dd-item{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:11px;width:100%;padding:8px 10px;text-decoration:none;transition:all .12s;display:flex}.app-header-pop .dd-item:hover,.app-header-pop .dd-item.active{background:var(--brand-tint)}.app-header-pop .dd-thumb{background:var(--surface);border:1px solid var(--line);border-radius:9px;flex:none;place-items:center;width:34px;height:34px;display:grid;overflow:hidden}.app-header-pop .dd-thumb img{object-fit:contain;width:100%;height:100%}.app-header-pop .dd-thumb svg{color:#cfcddc;width:17px;height:17px}.app-header-pop .dd-info{flex:1;min-width:0}.app-header-pop .dd-name{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:600;display:block;overflow:hidden}.app-header-pop .dd-meta{color:var(--muted);margin-top:1px;font-size:11.5px;display:block}.app-header-pop .dd-check{color:var(--brand-deep);flex:none;place-items:center;display:grid}.app-header-pop .dd-check svg{width:16px;height:16px}.app-header-pop .dd-divider,.app-header-pop .acc-divider{background:var(--line-soft);height:1px;margin:6px 4px}.app-header-pop .dd-action{cursor:pointer;color:var(--brand-deep);text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:9px;width:100%;padding:9px 10px;font-size:13px;font-weight:600;transition:all .12s;display:flex}.app-header-pop .dd-action:hover{background:var(--brand-tint)}.app-header-pop .dd-action svg{width:15px;height:15px}.app-header-pop .acc-head{border-bottom:1px solid var(--line-soft);margin-bottom:6px;padding:9px 11px 11px}.app-header-pop .acc-head .n{color:var(--ink);font-size:13.5px;font-weight:700}.app-header-pop .acc-head .e{color:var(--muted);margin-top:1px;font-size:12px}.app-header-pop .acc-item{cursor:pointer;color:var(--ink-soft);text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:11px;width:100%;padding:9px 11px;font-size:13.5px;font-weight:500;transition:all .12s;display:flex}.app-header-pop .acc-item:hover{background:var(--brand-tint);color:var(--brand-deeper)}.app-header-pop .acc-item svg{width:16px;height:16px;color:var(--muted);flex:none}.app-header-pop .acc-item:hover svg{color:var(--brand-deep)}.app-header-pop .acc-item.danger{color:#b23b3b}.app-header-pop .acc-item.danger svg{color:#c77}.app-header-pop .acc-item.danger:hover{color:#b23b3b;background:#fbe7e7}.app-header-pop .acc-item.danger:hover svg{color:#b23b3b}.markets-pop{--surface:#fff;--ink:#211f30;--ink-soft:#46435c;--muted:#8a889b;--faint:#a9a7b8;--line:#e9e7f0;--line-soft:#f1f0f6;--brand:#8281b1;--brand-deep:#5e5c8a;--brand-tint:#eeedf6;--brand-tint-2:#e2e0ee;color:var(--ink)}.markets-pop .mk-search{border-bottom:1px solid var(--line-soft);padding:11px 12px 9px}.markets-pop .mk-searchbox{border:1px solid var(--line);border-radius:10px;align-items:center;gap:8px;padding:8px 11px;transition:all .15s;display:flex}.markets-pop .mk-searchbox:focus-within{border-color:var(--brand-tint-2);box-shadow:0 0 0 3px #8281b11f}.markets-pop .mk-searchbox svg{width:15px;height:15px;color:var(--faint);flex:none}.markets-pop .mk-searchbox input{min-width:0;font:inherit;color:var(--ink);background:0 0;border:0;outline:0;flex:1;font-size:13.5px}.markets-pop .mk-searchbox input::placeholder{color:var(--faint)}.markets-pop .mk-label{justify-content:space-between;align-items:center;padding:11px 16px 7px;display:flex}.markets-pop .mk-label .t{letter-spacing:.07em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:700}.markets-pop .mk-label .c{font-family:var(--font-mono),"JetBrains Mono",monospace;color:var(--faint);font-size:11px;font-weight:600}.markets-pop .mk-list{max-height:432px;padding:0 8px 6px;overflow-y:auto}.markets-pop .mk-item{text-align:left;cursor:pointer;width:100%;font:inherit;background:0 0;border:0;border-radius:9px;align-items:center;gap:11px;padding:8px;transition:all .12s;display:flex}.markets-pop .mk-item:hover{background:#fbfafd}.markets-pop .mk-item.active{background:var(--brand-tint)}.markets-pop .mk-thumb{border:1px solid var(--line);background:#fff;border-radius:10px;flex:none;place-items:center;width:40px;height:40px;padding:5px;display:grid;overflow:hidden}.markets-pop .mk-thumb img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.markets-pop .mk-thumb svg{color:#cfcddc;width:18px;height:18px}.markets-pop .mk-info{flex:1;min-width:0}.markets-pop .mk-name{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:600;display:block;overflow:hidden}.markets-pop .mk-meta{color:var(--muted);margin-top:1px;font-size:11.5px;display:block}.markets-pop .mk-check{color:var(--brand-deep);flex:none;place-items:center;display:grid}.markets-pop .mk-check svg{width:16px;height:16px}.markets-pop .mk-more{color:var(--faint);padding:8px 12px 4px;font-size:11.5px}.markets-pop .mk-empty{text-align:center;color:var(--muted);padding:22px 12px;font-size:12.5px}.markets-pop .mk-divider{background:var(--line-soft);height:1px;margin:2px 0 0}.markets-pop .mk-action{width:100%;font:inherit;color:var(--brand-deep);cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;padding:13px 16px;font-size:13.5px;font-weight:600;transition:all .12s;display:flex}.markets-pop .mk-action:hover{background:var(--brand-tint)}.markets-pop .mk-action svg{width:15px;height:15px}