:root{--bg: #0b0f17;--panel: #101826;--panel2: #0f172a;--border: rgba(255,255,255,.08);--text: rgba(255,255,255,.92);--muted: rgba(255,255,255,.65);--muted2: rgba(255,255,255,.45);--accent: #7c3aed;--danger: #ef4444;--shadow: 0 10px 30px rgba(0,0,0,.35);--radius: 16px;--mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--sans: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji"}*{box-sizing:border-box}html,body,#root{height:100%;width:100%;max-width:100%;overflow-x:hidden}body{margin:0;font-family:var(--sans);background:radial-gradient(1000px 700px at 20% 10%,rgba(124,58,237,.14),transparent),radial-gradient(900px 600px at 80% 30%,rgba(34,197,94,.1),transparent),var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}code{font-family:var(--mono);color:#ffffffe0}.app{min-width:0;display:grid;grid-template-columns:280px 1fr;min-height:100vh}.sidebar{padding:18px;border-right:1px solid var(--border);background:linear-gradient(180deg,#101826d9,#101826a6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.brand{padding:14px 14px 18px;border:1px solid var(--border);border-radius:var(--radius);background:#0f172a99;box-shadow:var(--shadow)}.brandTitle{font-weight:800;letter-spacing:.6px;font-size:14px}.brandSub{margin-top:6px;color:var(--muted);font-size:12px}.nav{margin-top:14px;display:flex;flex-direction:column;gap:8px}.navItem{padding:12px;border-radius:12px;border:1px solid transparent;color:var(--muted);background:transparent;transition:.14s ease}.navItem:hover{border-color:var(--border);background:#ffffff0a;color:var(--text)}.navItemActive{background:#7c3aed29;border-color:#7c3aed59;color:var(--text)}.navLogout{margin-top:10px;text-align:left;padding:12px;border-radius:12px;border:1px solid rgba(239,68,68,.25);background:#ef44441a;color:#ffffffe6;cursor:pointer}.navLogout:hover{background:#ef444429}.sidebarFooter{margin-top:18px;color:var(--muted2);font-size:12px;line-height:1.35}.main{min-width:0;width:100%;max-width:100%;overflow-x:hidden;padding:22px 24px}.page{min-width:0;width:min(100%,1100px);max-width:1100px;overflow-x:hidden}.pageHeader{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}h1{margin:0;font-size:22px;letter-spacing:.2px}.row{display:flex;gap:10px;align-items:center}.card{border:1px solid var(--border);background:#0f172aa6;border-radius:var(--radius);padding:16px;box-shadow:var(--shadow);margin-bottom:16px}.cardTitle{font-size:13px;color:var(--muted);margin-bottom:10px;letter-spacing:.2px}.bigValue{font-size:24px;font-weight:800;letter-spacing:.3px}.muted{color:var(--muted)}.small{font-size:12px}.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:16px}.grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:16px}.btn{border:1px solid rgba(124,58,237,.35);background:#7c3aed29;color:#ffffffeb;padding:10px 12px;border-radius:12px;cursor:pointer}.btn:hover{background:#7c3aed38}.input{width:260px;max-width:100%;border:1px solid var(--border);background:#ffffff0a;color:var(--text);padding:10px 12px;border-radius:12px;outline:none}.input:focus{border-color:#7c3aed66}.alert{border:1px solid rgba(239,68,68,.35);background:#ef44441f;padding:12px;border-radius:14px;margin-bottom:14px;color:#ffffffeb}.overviewBottomGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}.tableWrap{min-width:0;width:100%;max-width:100%;overflow-x:auto;overflow-y:auto;border-radius:12px;border:1px solid var(--border);box-sizing:border-box}.table{min-width:0;max-width:none;table-layout:auto;width:100%;border-collapse:collapse;min-width:820px}.table th,.table td{padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.06);font-size:13px}.table th{text-align:left;color:var(--muted);background:#ffffff08;position:sticky;top:0}.table tr:hover td{background:#ffffff08}.right{text-align:right}.mono{font-family:var(--mono)}.table th,.table td{white-space:nowrap}.card,.app,.main,.page{min-width:0;max-width:100%;box-sizing:border-box}.main{overflow-x:hidden}.page>*{min-width:0;max-width:100%}.tableWrap{overscroll-behavior-x:contain}.tableWrap>table{min-width:100%}.tableWrap{overflow-x:scroll;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;scrollbar-width:thin;scrollbar-color:rgba(250,204,21,.3) transparent}.table th.right,.table td.right{text-align:right}.card .btn{white-space:nowrap}.table th,.table td{vertical-align:middle}.table td .btn{max-width:100%}.table{border-collapse:collapse}.table th,.table td{padding:8px 9px}.table td .btn{max-width:100%;white-space:nowrap}.table th,.table td{padding:7px 8px}.table th{white-space:nowrap}.table td{vertical-align:middle}.fills-table thead th{position:sticky;top:0;z-index:3;background:#0f172a;box-shadow:inset 0 -1px #ffffff14}.fills-table thead tr{background:#0f172a}.open-orders-table thead th{position:sticky;top:0;z-index:3;background:#0f172a;box-shadow:inset 0 -1px #ffffff14}.open-orders-table thead tr{background:#0f172a}.order-history-table thead th{position:sticky;top:0;z-index:3;background:#0f172a;box-shadow:inset 0 -1px #ffffff14}.order-history-table thead tr{background:#0f172a}select,select option{background-color:#0f172a!important;color:#f8fafc!important}select:focus{outline:none!important;border-color:#7c3aed80!important}.hamburger{display:none;position:fixed;top:14px;left:14px;z-index:300;width:44px;height:44px;align-items:center;justify-content:center;background:#060a18f5;border:1.5px solid rgba(250,204,21,.55);border-radius:12px;cursor:pointer;color:#facc15;font-size:18px;line-height:1;box-shadow:0 4px 24px #0009;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:all .15s ease;flex-shrink:0}.hamburger:active{transform:scale(.93)}.sidebarClose{display:none;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#ffffff80;font-size:14px;cursor:pointer;padding:5px 9px;flex-shrink:0;margin-left:10px;transition:all .12s}.sidebarClose:active{background:#ffffff1f}.sidebarOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;z-index:99;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 1080px) and (min-width: 769px){.app{grid-template-columns:200px 1fr}.sidebar{padding:14px}.main{padding:16px 14px}.page{max-width:100%}.input{width:100%!important;max-width:100%!important}div[style*="repeat(3,1fr)"],div[style*="repeat(3, 1fr)"],div[style*="repeat(4,1fr)"],div[style*="repeat(4, 1fr)"]{grid-template-columns:repeat(2,1fr)!important}}@media (max-width: 768px){.app{grid-template-columns:1fr}.hamburger{display:flex}.sidebarClose{display:block}.sidebar{position:fixed;top:0;left:0;bottom:0;width:270px;z-index:100;transform:translate(-110%);transition:transform .28s cubic-bezier(.25,0,.15,1);overflow-y:auto;overflow-x:hidden;padding:16px 14px;box-shadow:8px 0 48px #000c}.sidebar.sidebarOpen{transform:translate(0)}.main{padding:68px 12px 28px;min-width:0;width:100%;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;height:100vh;-webkit-overflow-scrolling:touch}.page{width:100%;max-width:100%;box-sizing:border-box}div[style*="repeat(2,1fr)"],div[style*="repeat(2, 1fr)"],div[style*="repeat(3,1fr)"],div[style*="repeat(3, 1fr)"],div[style*="repeat(4,1fr)"],div[style*="repeat(4, 1fr)"]{grid-template-columns:1fr!important}div[style*="repeat(4, minmax(0"]{grid-template-columns:1fr 1fr!important}div[style*="repeat(3, minmax(0"]{grid-template-columns:repeat(3,1fr)!important}div[style*="repeat(auto-fit, minmax(17"]{grid-template-columns:1fr 1fr!important}div[style*="repeat(auto-fit, minmax(22"],div[style*="1.45fr"],div[style*="0.95fr"],div[style*="1.1fr"],div[style*="0.9fr"],div[style*="1.5fr"],div[style*="minmax(320"],div[style*="minmax(280"],div[style*="minmax(250"],div[style*="minmax(240"],div[style*="minmax(220"],div[style*="minmax(200"],div[style*="minmax(180"],div[style*="minmax(160"]{grid-template-columns:1fr!important}div[style*="minmax(120"]{grid-template-columns:1fr 1fr!important}div[style*="360px"],div[style*="340px"],div[style*="300px"]{grid-template-columns:1fr!important}div[style*="minmax(120px, 1fr) minmax(120px"]{grid-template-columns:1fr 1fr!important}.grid2,.grid3{grid-template-columns:1fr!important}.input{width:100%!important;max-width:100%!important;box-sizing:border-box!important}input:not([type=checkbox]):not([type=radio]),select,textarea{max-width:100%!important;box-sizing:border-box!important}div[style*="minWidth:200"],div[style*="minWidth: 200"],div[style*="minWidth:300"],div[style*="minWidth: 300"]{min-width:0!important}h1{font-size:20px!important;letter-spacing:0!important}.bigValue{font-size:20px!important}.card{padding:12px!important}.btn{font-size:12px;padding:8px 10px}.pageHeader{flex-direction:column!important;align-items:flex-start!important;gap:10px!important}.tableWrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.page>*{max-width:100%!important;box-sizing:border-box!important}.navItem{padding:11px 10px;font-size:14px}.sidebarFooter{font-size:11px;margin-top:14px}.brand{padding:12px 12px 14px}div[style*="repeat(5,1fr)"],div[style*="repeat(5, 1fr)"]{grid-template-columns:1fr 1fr!important}div[style*="1fr 300px"],div[style*="1fr 360px"],div[style*="1fr 280px"],div[style*="1fr 260px"]{grid-template-columns:1fr!important}div[style*="repeat(4,1fr)"],div[style*="repeat(4, 1fr)"],div[style*="minmax(170px, 1fr)"],div[style*="minmax(170px,1fr)"]{grid-template-columns:1fr 1fr!important}div[style*='"1fr 1fr"'],div[style*='gridTemplateColumns:"1fr 1fr"']{grid-template-columns:1fr!important}div[style*="repeat(8,1fr)"],div[style*="repeat(8, 1fr)"],div[style*="repeat(6,1fr)"],div[style*="repeat(6, 1fr)"],div[style*="minmax(160px, 1fr)"],div[style*="minmax(160px,1fr)"]{grid-template-columns:1fr 1fr!important}div[style*="minmax(220px, 1fr)"],div[style*="minmax(220px,1fr)"],div[style*="minmax(0, 0.95fr)"]{grid-template-columns:1fr!important}.table{min-width:780px!important}.tableWrap{border-radius:8px!important}.table td button{white-space:nowrap;font-size:11px!important;padding:5px 8px!important}div[style*='"1fr 1fr"']{grid-template-columns:1fr!important}.brand{display:flex;align-items:flex-start}div[style*="repeat(7,1fr)"],div[style*="repeat(7, 1fr)"]{grid-template-columns:repeat(3,1fr)!important}div[style*="minWidth: 130"],div[style*="minWidth:130"]{min-width:0!important;flex:1 1 40%!important}div[style*="flex: 1 1 170px"],div[style*="flex:1 1 170px"]{flex:1 1 44%!important;min-width:0!important}div[style*="minmax(180px, 1fr) auto auto"],div[style*="minmax(180px,1fr) auto auto"]{grid-template-columns:1fr!important}div[style*="minmax(120px, 1fr) minmax(120px"],div[style*="minmax(120px,1fr) minmax(120px"]{grid-template-columns:1fr 1fr!important}table.fills-table{min-width:480px!important}.fills-table th,.fills-table td{font-size:11px!important;padding:6px!important}.table td a,.table td button{padding:5px 8px!important;font-size:11px!important}.clientTabBar{position:sticky!important;top:60px!important;z-index:50!important;background:#060a18f7!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;margin:0 -12px!important;padding:8px 12px!important;overflow-x:auto!important;white-space:nowrap!important;-webkit-overflow-scrolling:touch!important}.overviewBottomGrid{grid-template-columns:1fr!important}.fills-table th:nth-child(1),.fills-table td:nth-child(1){font-size:10px!important;white-space:nowrap!important;max-width:90px!important;overflow:hidden!important;text-overflow:ellipsis!important}table.fills-table{min-width:400px!important;font-size:11px!important}.fills-table th,.fills-table td{padding:5px!important;font-size:11px!important}div[style*="repeat(3, minmax(0, 1fr)"]{grid-template-columns:repeat(3,1fr)!important}div[style*='position: "sticky"'][style*='alignSelf: "start"']{position:relative!important;max-height:none!important}.clientTabBar{flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;padding-bottom:6px!important;scrollbar-width:none!important}.clientTabBar>*{flex-shrink:0!important;white-space:nowrap!important}.page>div[style*=border]{max-width:100%!important}button[class*=tab],a[class*=tab]{flex-shrink:0!important}div[style*='position: "sticky"']{position:static!important;max-height:none!important;overflow:visible!important}div[style*="repeat(3, minmax(0, 1fr)"]{grid-template-columns:repeat(3,1fr)!important;gap:4px!important}.table{font-size:12px!important}.table th,.table td{padding:6px 8px!important;white-space:nowrap!important}.tableWrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.watchlistCard{position:static!important;overflow:visible!important}.watchlistScroll{max-height:320px!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;flex:none!important}div[style*="auto-fit, minmax(180px, 1fr)"],div[style*="auto-fit, minmax(160px, 1fr)"]{grid-template-columns:1fr 1fr!important;gap:8px!important}div[style*="minWidth: 130"][style*="borderRadius: 12"]{min-width:0!important;padding:10px 12px!important}div[style*="By Symbol"]+table,table[style*="borderCollapse: collapse"][style*="fontSize: 12"]{min-width:360px}.fills-table td:nth-child(2),.fills-table th:nth-child(2){max-width:80px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:10px!important}.fills-table{min-width:480px!important;font-size:11px!important}.fills-table th,.fills-table td{padding:5px 6px!important;white-space:nowrap!important}div[style*='overflowX: "auto"'],div[style*="overflow-x: auto"]{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;max-width:100%!important}div[style*='overflowX: "auto"'] table,div[style*="overflow-x: auto"] table{min-width:500px!important;font-size:12px!important}div[style*='overflowX: "auto"'] th,div[style*="overflow-x: auto"] th,div[style*='overflowX: "auto"'] td,div[style*="overflow-x: auto"] td{white-space:nowrap!important;padding:6px 8px!important}.watchlistCard button[type=button][draggable]{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;padding:10px 12px!important;border-radius:10px!important;border:1px solid rgba(255,255,255,.07)!important;background:#ffffff08!important;gap:8px!important;text-align:left!important}.watchlistCard button[type=button][draggable]>div:last-child{display:none!important}.watchlistCard button[type=button][draggable]>div:first-child{flex:1!important;min-width:0!important}.watchlistItem{padding:8px 10px!important;border-radius:10px!important}.watchlistItem>div[style*="marginTop: 8"],.watchlistItem>div[style*="marginTop:8"]{display:none!important}.watchlistItem>div[style*=gridTemplateColumns]{grid-template-columns:1fr auto auto!important;gap:6px!important;align-items:center!important}.watchlistItem span[style*="fontWeight: 800"]{padding:3px 7px!important;font-size:9px!important}div[style*='overflowX: "auto"'],div[style*="overflowX:auto"]{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}div[style*='overflowX: "auto"'] table{min-width:520px!important;white-space:nowrap!important}div[style*='overflowX: "auto"'] th,div[style*='overflowX: "auto"'] td{white-space:nowrap!important;padding:6px 8px!important;font-size:11px!important}.watchlistMarkSpotMove{display:none!important}.watchlistItem{padding:8px 10px!important}table tr td:first-child{white-space:nowrap!important;font-size:11px!important}.card div[style*="maxHeight: 350"]{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.card div[style*="maxHeight: 350"] table{min-width:480px!important}.scroll-table-wrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;width:100%!important;display:block!important}.scroll-table-wrap table{width:-moz-max-content!important;width:max-content!important;min-width:100%!important}div[style*='overflowX: "scroll"'] table{width:-moz-max-content!important;width:max-content!important}.table th:last-child,.table td:last-child{display:table-cell!important}.table th,.table td{display:table-cell!important}div[style*=overflowX] table{width:-moz-max-content!important;width:max-content!important}div[style*=visibility][style*="height: auto"]{overflow:visible!important}div[style*=visibility][style*="height: auto"] div[style*=overflowX]{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}div[style*="auto-fit, minmax(180px"],div[style*="auto-fit, minmax(160px"]{grid-template-columns:1fr 1fr!important}.table.order-history-table{table-layout:auto!important;min-width:900px!important;font-size:11px!important}.table.order-history-table th,.table.order-history-table td{display:table-cell!important;white-space:nowrap!important;padding:5px 6px!important;font-size:11px!important}.clientTabBar{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;gap:6px!important;padding-bottom:4px!important}.clientTabBar::-webkit-scrollbar{display:none!important}.clientTabBar>*{flex-shrink:0!important}.tableWrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;display:block!important;width:100%!important}.tableWrap table{min-width:600px!important}}.mobileTopBar{display:none}@media (max-width: 768px){.mobileTopBar{display:flex;align-items:center;position:fixed;top:0;left:0;right:0;height:60px;background:#060a18f7;border-bottom:1px solid rgba(250,204,21,.18);z-index:200;padding:0 14px;gap:12px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.mobileTopBarBrand{display:flex;flex-direction:column;justify-content:center}.mobileTopBar .hamburger{position:static;display:flex;flex-shrink:0;top:auto;left:auto}.main{padding-top:72px!important}}.sidebarBell{display:flex}@media (max-width: 768px){.sidebarBell{display:none}}
