@layer base{body{background:var(--background);color:var(--foreground)}.text-white,.text-white\/60,.text-white\/40{color:var(--foreground)!important}}@custom-variant dark (&:is(.dark *));@tailwindcss base;@tailwindcss components;@tailwindcss utilities;@theme inline{ --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); }:root{--radius: .625rem;--candle-bull: #22ff88;--candle-bear: #a855f7}:root{--glass-bg: rgba(18, 18, 30, .65);--glass-border: rgba(139, 92, 246, .25);--accent-purple: #8b5cf6;--accent-cyan: #22d3ee;--accent-teal: #2dd4bf}[data-theme=v1]{--background: #0b1020;--foreground: #e6e9ff;--card: #11183a;--card-foreground: #e6e9ff;--muted: #151d4d;--muted-foreground: #a9b0e6;--border-gradient: linear-gradient( 135deg, rgba(200, 80, 140, .22), rgba(255, 140, 200, .45), rgba(140, 190, 255, .45), rgba(80, 120, 200, .22) );--btn-glass: linear-gradient( to bottom, rgba(10, 12, 24, .85), rgba(10, 12, 24, .65) );--btn-gradient: linear-gradient( 135deg, rgba(200, 80, 140, .85), rgba(255, 140, 200, .95), rgba(140, 190, 255, .95), rgba(80, 120, 200, .85) );--btn-glass: linear-gradient( to bottom, rgba(255, 255, 255, .12), rgba(255, 255, 255, .02) )}[data-theme=v2]{--background: #070b1f;--foreground: #e6e9ff;--card: #0b102e;--card-foreground: #e6e9ff;--muted: #11163a;--muted-foreground: #9aa3d9;--border-gradient: linear-gradient( 135deg, rgba(120, 80, 200, .26), rgba(190, 150, 255, .5), rgba(150, 220, 255, .5), rgba(70, 130, 210, .26) );--border-glass: linear-gradient( to bottom, rgba(10, 12, 24, .9), rgba(10, 12, 24, .7) );--btn-gradient: linear-gradient( 135deg, rgba(120, 80, 200, .9), rgba(190, 150, 255, 1), rgba(150, 220, 255, 1), rgba(70, 130, 210, .9) );--btn-glass: linear-gradient( to bottom, rgba(255, 255, 255, .14), rgba(255, 255, 255, .03) )}@layer base{body{background:var(--background);color:var(--foreground)}.text-white,.text-white\/60,.text-white\/40{color:var(--foreground)!important}}.app-brand{position:relative;height:52px;min-width:220px;padding:6px 12px;border-radius:16px;overflow:hidden;display:flex;align-items:center}.app-brand:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center left;opacity:.85}.app-brand-content{position:relative;z-index:1;display:flex;align-items:center;gap:12px}.app-logo{height:40px}.app-logo img{height:100%;width:auto;filter:drop-shadow(0 0 10px rgba(120,160,255,.35)) drop-shadow(0 0 18px rgba(180,120,255,.25))}.border-satin,.border-glass{position:relative;border-radius:inherit}.border-satin:before,.border-glass:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;padding:1px;border-radius:inherit;background:var(--border-gradient);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.panel,.card{background:var(--card);border-radius:var(--radius)}.fg-card{background:var(--card);border-radius:16px;padding:14px 16px;border:1px solid var(--muted-foreground)}.fg-header{font-size:12px;color:var(--muted-foreground);margin-bottom:10px}.fg-circular-container{position:relative;width:120px;height:120px;margin:10px 0}.fg-circular-svg{transform:rotate(-90deg);width:100%;height:100%}.fg-circular-track{fill:none;stroke:var(--muted);stroke-width:8}.fg-circular-fill{fill:none;stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset .5s ease}.fg-circular-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;font-weight:700;color:var(--foreground)}.fg-circular-label{position:absolute;top:65%;left:50%;transform:translate(-50%);font-size:12px;color:var(--muted-foreground)}.fg-extreme-fear{stroke:#ef4444}.fg-fear{stroke:#f97316}.fg-neutral{stroke:#eab308}.fg-greed{stroke:#22c55e}.fg-extreme-greed{stroke:#06b6d4}.fg-scale{display:flex;justify-content:space-between;width:100%;margin-top:10px;font-size:14px;color:var(--muted-foreground)}.fg-footer{margin-top:8px;display:flex;gap:6px;align-items:center}.fg-value{font-size:14px;font-weight:700;color:var(--foreground)}.fg-label{font-size:12px;color:var(--muted-foreground)}.global-ticker{position:relative;width:100%;height:32px;overflow:hidden;background:linear-gradient(to right,var(--muted),var(--card));border-bottom:1px solid var(--muted-foreground);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ticker-header{position:sticky;top:0;z-index:40}.ticker-trading{position:relative}.ticker-track{display:flex;width:max-content;animation:ticker-scroll 45s linear infinite;padding:8px 0}.ticker-item{display:flex;align-items:center;gap:8px;padding:0 24px;font-size:13px;white-space:nowrap;border-right:1px solid var(--muted-foreground);height:100%}.ticker-up{color:var(--candle-bull)}.ticker-down{color:var(--candle-bear)}.global-ticker:hover .ticker-track{animation-play-state:paused}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.chart-surface:before,.chart-surface:after{display:none!important}.btn-glass{padding:10px 20px;border-radius:14px;font-weight:600;color:var(--foreground);background:var(--btn-gradient),var(--btn-glass);-webkit-backdrop-filter:none;backdrop-filter:none;border:none;cursor:pointer}.text-positive{color:var(--candle-bull)}.text-negative{color:var(--candle-bear)}*{color:var(--foreground)}html{font-size:14px}.dashboard-text-sm{font-size:.875rem}.dashboard-text-xs{font-size:.75rem}.sidebar-tiny{width:4rem;transition:width .3s ease}.sidebar-tiny:hover{width:12rem}html,body{font-size:12px!important}.text-xs{font-size:.7rem!important}.text-sm{font-size:.8rem!important}.text-base{font-size:.9rem!important}.text-lg{font-size:1rem!important}.text-xl{font-size:1.1rem!important}.text-2xl{font-size:1.25rem!important}.text-3xl{font-size:1.5rem!important}.dashboard-font-tiny{font-size:.7rem!important}.dashboard-font-small{font-size:.8rem!important}.dashboard-font-normal{font-size:.9rem!important}select.trading-select option{font-size:.75rem!important;padding:4px;background:var(--background)}.btn-connect{font-size:.75rem!important;padding:6px 12px!important}.trading-container select,.trading-container option{font-size:.65rem!important;line-height:1.2!important}select[style*="background: var(--muted)"]{font-size:.6rem!important;padding:1px 4px!important;height:24px!important}.trading-container *{font-size:.7rem!important}option:contains("BTC"){font-size:.6rem!important}.timeframe-scroll{scrollbar-width:thin;scrollbar-color:rgba(100,100,255,.3) transparent}.timeframe-scroll::-webkit-scrollbar{width:4px}.timeframe-scroll::-webkit-scrollbar-track{background:transparent}.timeframe-scroll::-webkit-scrollbar-thumb{background:#6464ff4d;border-radius:2px}.timeframe-scroll::-webkit-scrollbar-thumb:hover{background:#6464ff80}.timeframe-panel{min-width:36px;max-height:120px;background:#10121bcc;border:1px solid rgba(80,120,255,.25);border-radius:4px;overflow:hidden}.bg-qdei{background:radial-gradient(900px 500px at 15% 10%,rgba(124,58,237,.18),transparent 55%),radial-gradient(800px 500px at 85% 20%,rgba(34,211,238,.16),transparent 60%),radial-gradient(900px 500px at 55% 85%,rgba(236,72,153,.12),transparent 55%),linear-gradient(180deg,#070711,#060610 40%,#04040b)}.panel-dark{border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.panel-hover:hover{border-color:#ffffff24;transform:translateY(-1px);transition:all .2s ease}.neon-ring{position:relative}.neon-ring:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:16px;background:linear-gradient(135deg,#22d3ee8c,#7c3aed8c,#ec489973);filter:blur(14px);opacity:.55;z-index:0;pointer-events:none}.neon-ring>*{position:relative;z-index:1}:root{--ice-text: rgba(180, 245, 255, .9);--ice-muted: rgba(160, 220, 235, .65);--ice-strong: #67e8f9}.trading-container{min-height:100vh;background:var(--background);color:var(--foreground)}.chart-surface{background:var(--card);border-radius:var(--radius)}.widget-wrapper{position:relative;border-radius:16px;margin-bottom:20px;transition:all .3s ease}.widget-wrapper:hover{transform:translateY(-2px)}.widget-inner{padding:20px;border-radius:inherit;height:100%}.live-indicator{position:absolute;top:12px;right:12px;width:8px;height:8px;border-radius:50%;background:#10b981;animation:pulse 2s infinite;z-index:10}[data-widget-priority=critical]{z-index:100;animation:critical-pulse 1s infinite}[data-widget-priority=high]{border-width:2px!important}.widget-badge{padding:4px 12px;border-radius:12px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.widget-badge.critical{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;animation:badge-pulse 1.5s infinite}.widget-badge.high{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.widget-badge.live{background:linear-gradient(135deg,#10b981,#059669);color:#fff;animation:badge-pulse 2s infinite}.widget-badge.scanning{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;animation:badge-pulse 3s infinite}.widget-style-holographic{background:linear-gradient(135deg,#ef44441a,#f59e0b0d);border:2px solid #ef4444;box-shadow:0 0 20px #ef44444d,inset 0 0 30px #ef44441a;animation:holographic-pulse 2s infinite}.widget-style-holographic:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(239,68,68,.8),transparent);animation:scan-line 2s linear infinite}.widget-style-neon-circuit{background:#3b82f60d;position:relative;overflow:hidden}.widget-style-neon-circuit:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;padding:1px;background:linear-gradient(45deg,#3b82f6,#22c55e,#3b82f6);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.4;animation:neon-glow 3s linear infinite}.widget-style-neon-circuit:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 1px,rgba(59,130,246,.05) 1px) 0 0 / 20px 20px,linear-gradient(transparent 1px,#3b82f60d 1px) 0 0 / 20px 20px;pointer-events:none}.widget-style-quantum-grid{background:linear-gradient(135deg,#8b5cf60d,#4f46e508);border:1px solid rgba(139,92,246,.2);position:relative}.widget-style-quantum-grid:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 80%,rgba(139,92,246,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(79,70,229,.1) 0%,transparent 50%);pointer-events:none}.widget-style-crystal-clear{background:var(--glass-bg),.02);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-bg),.1);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.widget-style-terminal{background:#0a0a0f;border:2px solid #1a1a2a;border-radius:4px;font-family:Courier New,monospace}.widget-style-terminal .widget-header{border-bottom:1px solid #00ff9d}.widget-style-terminal .widget-title,.widget-style-terminal .widget-subtitle{color:#00ff9d;text-shadow:0 0 5px rgba(0,255,157,.5)}.widget-style-data-module{background:linear-gradient(to bottom,#0d1220,#0a0e1a);border:1px solid #1e2438;border-top:3px solid #6b7280;position:relative}.widget-style-data-module:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#8b5cf6,#3b82f6);border-radius:8px 8px 0 0}@keyframes holographic-pulse{0%,to{opacity:1}50%{opacity:.9}}@keyframes scan-line{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes neon-glow{0%,to{filter:drop-shadow(0 0 5px #3b82f6)}50%{filter:drop-shadow(0 0 10px #22c55e)}}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@keyframes critical-pulse{0%,to{box-shadow:0 0 #ef4444b3}50%{box-shadow:0 0 0 10px #ef444400}}@keyframes badge-pulse{0%,to{opacity:1}50%{opacity:.7}}.widget-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--glass-bg),.1)}.header-left{flex:1}.widget-title{font-size:18px;font-weight:700;margin:0 0 4px;display:flex;align-items:center;gap:8px}.widget-subtitle{font-size:12px;opacity:.7;margin:0}.header-right{display:flex;align-items:center;gap:8px}.ai-confidence-widget .confidence-meter{display:flex;align-items:center;gap:15px;margin:20px 0}.ai-confidence-widget .meter-track{flex:1;height:10px;background:var(--glass-bg),.08);border-radius:5px;overflow:hidden;position:relative}.ai-confidence-widget .meter-fill{height:100%;background:linear-gradient(90deg,#8b5cf6,#3b82f6,#06b6d4);border-radius:5px;transition:width 1.2s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.ai-confidence-widget .meter-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,var(--glass-bg),.4),transparent);animation:neural-scan 3s infinite linear}.fear-greed-widget .gauge-container{position:relative;height:80px;margin:20px 0}.fear-greed-widget .gauge-background{height:12px;background:linear-gradient(90deg,#ef4444,#f97316,#eab308,#22c55e,#06b6d4,#06b6d4);border-radius:6px;overflow:hidden;position:relative}.fear-greed-widget .gauge-fill{height:100%;background:var(--glass-bg),.9);border-radius:6px;width:8px;position:absolute;top:0;transition:left 1.5s cubic-bezier(.34,1.56,.64,1);box-shadow:0 0 10px var(--glass-bg),.7 )}.dump-warning-widget .alert-summary{animation:alert-pulse 1.5s infinite;padding:20px;border-radius:12px;background:linear-gradient(135deg,#ef44441a,#dc26260d);border:1px solid rgba(239,68,68,.3)}.dump-warning-widget .alert-title{font-size:24px;font-weight:700;color:#ef4444;text-shadow:0 0 10px rgba(239,68,68,.5);margin-bottom:10px}.backtest-results-widget .strategy-tab{padding:8px 16px;background:var(--glass-bg),.05);border:1px solid var(--glass-bg),.1);border-radius:8px;font-family:Courier New,monospace;transition:all .3s ease;cursor:pointer}.backtest-results-widget .strategy-tab:hover{background:#3b82f61a;border-color:#3b82f6;transform:translateY(-2px)}.backtest-results-widget .strategy-tab.active{background:#3b82f633;border-color:#3b82f6;box-shadow:0 0 15px #3b82f64d;color:#60a5fa}.live-positions-widget .position-card{background:#3b82f60d;border:1px solid rgba(59,130,246,.2);border-radius:8px;padding:12px;margin-bottom:8px;transition:all .3s ease;position:relative;overflow:hidden}.live-positions-widget .position-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.8),transparent);animation:data-stream 3s infinite linear}.decision-engine-widget .signal-indicator{width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:8px;animation:signal-blink 2s infinite}.decision-engine-widget .signal-indicator.buy{background:#00ff9d;box-shadow:0 0 10px #00ff9d}.decision-engine-widget .signal-indicator.sell{background:#ff4757;box-shadow:0 0 10px #ff4757}@keyframes neural-scan{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes alert-pulse{0%,to{box-shadow:0 0 #ef444433}50%{box-shadow:0 0 0 10px #ef444400}}@keyframes data-stream{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes signal-blink{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.trading-page,.tradingRoot,.trading-shell,.chartArea,.order-entry,.orderbook,.market-list,.watchlist,.qdei-chart,.qdei-chart-wrap,.trading-page button,.tradingRoot button,.trading-shell button,.trading-page input,.tradingRoot input,.trading-shell input,.trading-page select,.tradingRoot select,.trading-shell select{font-size:14px}.routePage{min-height:calc(100dvh - 44px);height:calc(100dvh - 44px);overflow:auto;color:var(--foreground)}.routeInner{max-width:1440px;margin:0 auto;padding:18px}.dashboardRouteInner{max-width:1520px}.dashboardRouteGrid{display:grid;grid-template-columns:276px minmax(0,1fr);gap:18px;align-items:start}.dashboardRouteSidebar,.dashboardRouteMain,.dashboardRouteActivity,.dashboardRouteNavGroup,.stakingRouteStack{display:grid;gap:14px;min-width:0}.dashboardRouteHeader{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px}.dashboardRouteHeader h1,.stakingRouteHeader h1,.spotRouteHeader h1{margin:0;color:var(--foreground);font-size:24px!important;line-height:1.15}.dashboardRouteHeader p,.stakingRouteHeader p,.spotRouteHeader p{margin:6px 0 0;color:var(--muted-foreground)}.dashboardRouteActions{display:flex;align-items:center;gap:10px;min-width:min(420px,100%)}.dashboardRouteMetrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.dashboardRouteContent{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px}.dashboard-grid{display:grid;gap:14px}.dashboard-grid>div{display:grid;gap:14px;margin-top:0!important}.dashboard-grid>div:nth-child(1){grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-grid>div:nth-child(2){grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-grid>div:nth-child(3){grid-template-columns:repeat(2,minmax(0,1fr))}.spotRoute{padding:18px}.spotRouteHeader{margin-bottom:16px}.spotRouteStats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.spotRouteStats>div,.spotRouteBook>div,.spotRouteChart>div,.spotRouteOrder>div,.spotRouteTables>div,.spotRouteRules{border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff0a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:14px}.spotRouteGrid{display:grid;grid-template-columns:300px minmax(420px,1fr) 330px;gap:14px;align-items:start}.spotRouteTables{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.spotRouteRules{margin-top:14px;color:var(--muted-foreground)}.spotRouteRules>div{display:flex;flex-wrap:wrap;gap:16px}.stakingRouteInner{max-width:1180px}.stakingRouteHeader{margin-bottom:18px}.stakingRouteGrid{display:grid;grid-template-columns:320px minmax(0,1fr);gap:18px;align-items:start}.stakingRouteMain{min-width:0}.qdeiTradePage:not(.bottomOpen):not(.bottomPinned) .bottomHoverRail{display:flex!important;align-items:center;justify-content:center;color:var(--foreground);font-size:11px!important;font-weight:800;letter-spacing:.08em;opacity:1!important;background:#07111ff5;border-top:1px solid rgba(255,255,255,.12)}.qdeiTradePage:not(.bottomOpen):not(.bottomPinned) .bottomHoverRail:after{content:"POSITIONS / ORDERS / TRADES"}@media (max-width: 1200px){.dashboardRouteGrid,.dashboardRouteContent,.stakingRouteGrid,.spotRouteGrid,.spotRouteTables{grid-template-columns:1fr}.dashboardRouteMetrics,.spotRouteStats,.dashboard-grid>div:nth-child(1),.dashboard-grid>div:nth-child(2),.dashboard-grid>div:nth-child(3){grid-template-columns:1fr}}.qdeiShellNav{position:fixed;top:0;left:0;right:0;height:44px;z-index:999999;display:flex;align-items:center;gap:8px;padding:0 12px;background:#020617;border-bottom:1px solid rgba(255,255,255,.14);box-shadow:0 8px 24px #00000059}.qdeiShellBrand{margin-right:12px;color:#e5e7eb;font-size:13px;font-weight:900}.qdeiQuickButton,.qdeiQuickPanelHead button{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#e5e7eb;cursor:pointer}.qdeiQuickButton{width:32px;height:32px;border-radius:10px}.qdeiQuickButton:hover,.qdeiQuickButton[aria-expanded=true]{border-color:#22d3ee73;background:#14b8a647}.qdeiShellLink{padding:7px 13px;border-radius:999px;text-decoration:none;font-size:12px!important;font-weight:900;color:#e5e7eb;background:#ffffff14;border:1px solid rgba(255,255,255,.14)}.qdeiShellLink.active{background:#14b8a659}.qdeiQuickPanel{position:absolute;top:52px;left:12px;width:330px;border:1px solid rgba(34,211,238,.22);border-radius:14px;background:#020817f5;box-shadow:0 20px 70px #0000008c;padding:10px}.qdeiQuickPanelHead{display:flex;align-items:center;justify-content:space-between;color:#e2e8f0;font-size:12px;font-weight:900;padding:2px 2px 10px}.qdeiQuickPanelHead button{width:24px;height:24px;border-radius:8px}.qdeiQuickGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.qdeiQuickTile{display:grid;gap:3px;min-height:58px;align-content:center;padding:10px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0b;color:#e2e8f0;text-decoration:none}.qdeiQuickTile:hover{border-color:#22d3ee57;background:#22d3ee17}.qdeiQuickTile span{font-size:12px;font-weight:900}.qdeiQuickTile small{color:#94a3b8;font-size:10px}.qdeiWalletSlot{position:relative;margin-left:auto}.qdeiWalletButton{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:32px;padding:0 12px;border-radius:999px;border:1px solid rgba(34,211,238,.22);background:#ffffff14;color:#e5e7eb;font-size:12px!important;font-weight:900;cursor:pointer}.qdeiWalletButton.connected,.qdeiWalletButton:hover{border-color:#22d3ee73;background:#14b8a647}.qdeiWalletPanel{position:absolute;top:40px;right:0;width:280px;padding:10px;border-radius:14px;border:1px solid rgba(34,211,238,.22);background:#020817f5;box-shadow:0 20px 70px #0000008c}.qdeiWalletPanelHead{display:flex;align-items:center;justify-content:space-between;padding:2px 2px 10px;color:#e2e8f0;font-size:12px;font-weight:900}.qdeiWalletPanelHead button,.qdeiWalletChoices button,.qdeiWalletConnected button{border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#e2e8f0;cursor:pointer}.qdeiWalletPanelHead button{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:8px}.qdeiWalletChoices{display:grid;grid-template-columns:1fr;gap:8px}.qdeiWalletChoices button{display:grid;gap:3px;min-height:58px;align-content:center;border-radius:10px;font-size:12px!important;font-weight:900}.qdeiWalletChoices small{color:#94a3b8;font-size:10px}.qdeiWalletConnected{display:grid;gap:10px}.qdeiWalletConnected>div{display:grid;gap:4px;padding:10px;border-radius:10px;background:#ffffff0d}.qdeiWalletConnected span{color:#94a3b8;font-size:10px;text-transform:uppercase}.qdeiWalletConnected b{color:#e2e8f0;font-size:13px}.qdeiWalletConnected button{min-height:30px;border-radius:10px;font-size:12px!important;font-weight:900}.qdeiWalletError{margin-top:8px;color:#fca5a5;font-size:11px}.accountRoute{overflow:auto}.accountRouteInner{max-width:1440px}.accountRouteHeader{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;margin-bottom:16px}.accountRouteHeader h1{margin:0;font-size:24px!important}.accountRouteHeader p{margin:6px 0 0;color:var(--muted-foreground)}.accountRouteGrid{display:grid;grid-template-columns:360px minmax(0,1fr);gap:16px;align-items:start}.accountRouteSidebar,.accountRouteMain{display:grid;gap:16px;min-width:0}.accountCard{border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff0a;color:var(--foreground);overflow:hidden}.accountCard>div{padding:16px}.accountTabsList{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;width:100%;padding:4px;border-radius:12px;background:#ffffff0d}.accountTabsList button{min-height:34px;border:0;border-radius:9px;background:transparent;color:var(--muted-foreground);font-weight:800}.accountTabsList button[data-state=active]{background:#14b8a659;color:var(--foreground)}.accountRoute input{width:100%;min-height:34px;border:1px solid rgba(255,255,255,.1);border-radius:9px;background:#020817a6;color:var(--foreground);padding:7px 9px}.stakingCard{border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff0a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:16px}.stakingStatsRows,.stakingBenefitRows{display:grid;gap:12px}.stakingStatRow{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;border-radius:10px;background:#ffffff0a}.stakingProgress,.stakingNextTier,.stakingRewardsBox{margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}.stakingProgressTrack{height:8px;overflow:hidden;border-radius:999px;background:#ffffff14}.stakingBenefitRow{padding:12px;border-radius:10px}.stakingActionTabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-bottom:16px;padding:4px;border-radius:12px;background:#ffffff0d}.stakingActionTabs button{min-height:34px;border:0;border-radius:9px;cursor:pointer}.stakingFieldBlock{margin-bottom:16px}.stakingAmountBox{padding:14px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#0208178c}.stakingActionCard input,.stakingActionCard select{min-height:36px;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:#020817b3;color:var(--foreground);padding:7px 9px}@media (max-width: 1200px){.accountRouteGrid{grid-template-columns:1fr}}.botsRoute{min-height:calc(100vh - 74px);padding:24px;background:radial-gradient(circle at 18% 12%,rgba(53,184,188,.16),transparent 28%),radial-gradient(circle at 80% 18%,rgba(120,94,210,.14),transparent 24%),var(--bg-primary);color:var(--text-primary)}.botsHero,.botsStats,.botsGroupGrid{max-width:1580px;margin:0 auto 18px}.botsHero{display:flex;align-items:center;justify-content:space-between;gap:18px}.botsHero h1{margin:4px 0 6px;font-size:32px}.botsHero p{color:var(--text-muted)}.botsStats{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px}.botsStats article{padding:16px}.botsStats span,.botMeta p,.botMeta span,.etlMonitor span{color:var(--text-muted);font-size:12px}.botsStats strong{display:block;margin-top:8px;font-size:24px}.botsNotice{max-width:1580px;margin:0 auto 18px;border:1px solid rgba(65,204,160,.35);border-radius:8px;padding:10px 14px;background:#208a7a29}.botsGroupGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.botsGroup,.etlMonitor{padding:16px}.botsGroupHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.botsGroupHeader h2{margin:2px 0 0;font-size:19px}.botRows{display:grid;gap:10px;max-height:560px;overflow:auto;padding-right:4px}.botCard{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;border:1px solid var(--glass-border);border-radius:8px;padding:12px;background:#080b186b}.botMeta{display:flex;min-width:0;gap:10px;align-items:flex-start}.botMeta h3{margin:0 0 4px;font-size:14px}.botMeta p{margin:0 0 6px;overflow-wrap:anywhere}.botStatusDot{width:10px;height:10px;border-radius:50%;margin-top:4px;background:#94a3b8cc;box-shadow:0 0 0 4px #94a3b81f;flex:0 0 auto}.botStatusDot.isRunning{background:#25d366;box-shadow:0 0 0 4px #25d36626}.botStatusDot.isPaused{background:#f4b942;box-shadow:0 0 0 4px #f4b94229}.botActions{display:flex;align-items:center;gap:6px}.botActions button{display:inline-grid;place-items:center;width:32px;height:32px;border:1px solid var(--glass-border);border-radius:8px;background:#ffffff0f;color:var(--text-primary);cursor:pointer}.botActions button:disabled{opacity:.38;cursor:not-allowed}.etlMonitor{max-width:1580px;margin:0 auto}.etlTable{display:grid;gap:8px}.etlTableRow{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;border:1px solid var(--glass-border);border-radius:8px;padding:10px 12px;background:#ffffff0a}.empty-card{border:1px dashed var(--glass-border);border-radius:8px;padding:14px;color:var(--text-muted)}@media (max-width: 1100px){.botsStats,.botsGroupGrid{grid-template-columns:1fr 1fr}}@media (max-width: 720px){.botsRoute{padding:16px}.botsHero,.botCard{align-items:stretch;grid-template-columns:1fr}.botsStats,.botsGroupGrid{grid-template-columns:1fr}.botActions{justify-content:flex-start}}.botsGroupActions{display:inline-flex;align-items:center;gap:8px}.botsGroupActions button{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--glass-border);border-radius:8px;padding:7px 10px;background:#1fa8ad24;color:var(--text-primary);font-size:12px;font-weight:700}.botsGroupActions button:disabled{opacity:.42;cursor:not-allowed}.botDeps{display:flex;flex-wrap:wrap;gap:6px;margin:6px 0}.botDeps span{border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:3px 7px;background:#ffffff0a}.botsRoute{height:calc(100vh - 74px);overflow:hidden}.botsGroupGrid{max-height:calc(100vh - 390px);overflow:auto;padding-bottom:20px}.botsGroup{min-height:260px}.botRows{max-height:360px;overflow-y:auto;scrollbar-width:thin}.etlMonitor{max-height:360px;overflow:hidden}.etlTable{max-height:280px;overflow-y:auto;padding-right:6px;scrollbar-width:thin}@media (max-width: 1100px){.botsRoute{height:auto;min-height:calc(100vh - 74px);overflow:auto}.botsGroupGrid{max-height:none}.botRows{max-height:420px}}.botsRoute{height:calc(100vh - 56px);overflow:hidden}.botsHero{margin-bottom:14px}.botsHero h1{font-size:30px;line-height:1.08}.botsStats{margin-bottom:16px}.botsGroupGrid{max-height:calc(100vh - 365px);overflow-y:auto;overflow-x:hidden;padding:0 8px 24px 0;scrollbar-width:thin}.botsGroup{min-height:0;display:flex;flex-direction:column}.botsGroupHeader{flex:0 0 auto}.botRows{flex:1 1 auto;max-height:405px;overflow-y:auto;overflow-x:hidden;padding-right:8px;scrollbar-width:thin}.botCard{display:flex;flex-direction:column;align-items:stretch;gap:12px}.botMeta{width:100%}.botMeta h3{line-height:1.2;padding-right:0}.botMeta p,.botMeta span{overflow-wrap:anywhere}.botActions{align-self:flex-end;flex-wrap:wrap;justify-content:flex-end;margin-top:-4px}.botActions button{flex:0 0 32px}.botDeps{max-width:100%}.botDeps span{max-width:100%;overflow-wrap:anywhere}.etlMonitor{max-height:340px;overflow:hidden}.etlTable{max-height:270px;overflow-y:auto;overflow-x:hidden;padding-right:8px;scrollbar-width:thin}@media (min-width: 1500px){.botsGroupGrid{grid-template-columns:repeat(3,minmax(360px,1fr))}}@media (max-width: 1200px){.botsRoute{height:auto;min-height:calc(100vh - 56px);overflow:auto}.botsGroupGrid{max-height:none;overflow:visible;grid-template-columns:1fr}.botRows{max-height:520px}}.botsRoute{height:auto;min-height:calc(100vh - 56px);overflow-y:auto}.botsHero{margin-bottom:8px}.botsHero h1{margin:2px 0 4px;font-size:28px}.botsHero p{margin:0}.botsStats{margin-bottom:12px}.botsStats article{padding:12px 16px}.botsStats strong{margin-top:4px;font-size:22px}.botsGroupGrid{max-height:none;overflow:visible;padding-right:0}.botRows{max-height:292px;overflow-y:auto;scrollbar-width:thin}.botsGroup{min-height:auto}.etlMonitor{max-height:none;margin-top:18px}.etlTable{max-height:260px}.botsRoute{min-height:calc(100vh - 56px);height:auto;overflow-y:auto;padding-top:22px}.botsHero{margin-bottom:10px}.botsHero h1{font-size:27px}.botsStats{grid-template-columns:repeat(4,minmax(130px,1fr));gap:10px;margin-bottom:14px}.botsStats article{padding:10px 14px}.botsStats strong{font-size:21px}.botsGroupGrid{align-items:start;gap:14px}.botsGroup{height:430px;min-height:430px;overflow:hidden;padding:14px}.botsGroupHeader{height:54px;margin-bottom:10px}.botsGroupHeader h2{font-size:20px}.botRows{height:calc(100% - 64px);max-height:none;overflow-y:auto;overflow-x:hidden;padding-right:8px}.botCard{min-height:0;padding:14px}.botCard+.botCard{margin-top:10px}.botActions{margin-top:0}@media (min-width: 1500px){.botsGroupGrid{grid-template-columns:repeat(3,minmax(380px,1fr))}}@media (max-width: 1200px){.botsGroup{height:auto;min-height:0}.botRows{height:auto;max-height:520px}}.botsOpsRoute{min-height:calc(100vh - 56px);padding:22px 24px 34px;color:var(--text-primary);background:var(--bg-primary)}.botsOpsHeader,.botsOpsStats,.botsOpsSections,.etlOpsMonitor{max-width:1760px;margin-left:auto;margin-right:auto}.botsOpsHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.botsOpsHeader h1{margin:3px 0 4px;font-size:29px;line-height:1.05}.botsOpsHeader p{margin:0;color:var(--text-muted)}.botsOpsHeaderActions,.botsOpsSectionActions{display:inline-flex;align-items:center;gap:10px}.botsOpsStats{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr));gap:12px;margin-bottom:18px}.botsOpsStats article{border:1px solid var(--glass-border);border-radius:8px;padding:12px 14px;background:#ffffff0a}.botsOpsStats span,.botsOpsSectionHeader span,.botsOpsProcess small,.botsOpsPurpose,.botsOpsStatus{color:var(--text-muted);font-size:12px}.botsOpsStats strong{display:block;margin-top:5px;font-size:22px}.botsOpsSections{display:grid;gap:16px}.botsOpsSection{border:1px solid var(--glass-border);border-radius:8px;background:#050812b8;overflow:hidden}.botsOpsSectionHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--glass-border);background:#ffffff09}.botsOpsSectionHeader h2{margin:2px 0 0;font-size:18px}.botsOpsSectionActions button{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--glass-border);border-radius:8px;padding:7px 10px;background:#1fa8ad24;color:var(--text-primary);font-size:12px;font-weight:700}.botsOpsSectionActions button:disabled{opacity:.45}.botsOpsTable{overflow-x:auto}.botsOpsRow{display:grid;grid-template-columns:minmax(220px,1.1fr) minmax(260px,1.4fr) minmax(220px,1fr) 110px 160px;gap:14px;align-items:center;min-height:64px;padding:10px 16px;border-bottom:1px solid rgba(255,255,255,.065)}.botsOpsHead{min-height:38px;color:var(--text-muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:0;background:#ffffff06}.botsOpsProcess{display:grid;grid-template-columns:12px minmax(0,1fr);gap:10px;align-items:start;min-width:0}.botsOpsProcess strong,.botsOpsProcess small,.botsOpsPurpose{display:block;overflow-wrap:anywhere;line-height:1.35}.botsOpsTags{display:flex;flex-wrap:wrap;gap:6px}.botsOpsTags span{border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:3px 7px;color:var(--text-muted);background:#ffffff0a;font-size:11px}.botsOpsActions{display:flex;justify-content:flex-end;gap:6px}.botsOpsActions button{display:inline-grid;place-items:center;width:32px;height:32px;border:1px solid var(--glass-border);border-radius:8px;background:#ffffff0f;color:var(--text-primary)}.botsOpsActions button:disabled{opacity:.35}.botsOpsEmpty{padding:16px;color:var(--text-muted)}.etlOpsMonitor{margin-top:16px}@media (max-width: 1100px){.botsOpsHeader{flex-direction:column}.botsOpsStats{grid-template-columns:repeat(2,minmax(130px,1fr))}.botsOpsRow{grid-template-columns:minmax(240px,1fr) minmax(260px,1fr) minmax(220px,1fr) 110px 160px}}.botsOpsRoute,.botsFlatRoute,.botsRoute{height:auto!important;min-height:calc(100vh - 56px)!important;overflow-y:auto!important;padding-bottom:96px!important}.botsOpsSections,.botsGroupGrid{max-height:none!important;overflow:visible!important}.botsOpsSection,.botsGroup{height:auto!important;min-height:0!important;overflow:visible!important}.botRows,.botsOpsTable,.botsFlatTable{height:auto!important;max-height:none!important;overflow:visible!important}.botsHealthStats{grid-template-columns:repeat(6,minmax(110px,1fr))}.healthTextGreen{color:#2be082}.healthTextYellow{color:#f2c94c}.healthTextRed{color:#ff5f6d}.botsHealthTable .botsFlatRow{grid-template-columns:190px 120px minmax(220px,1fr) minmax(260px,1.2fr) 110px 130px 160px}.botsHealthCell{display:grid;grid-template-columns:14px minmax(0,1fr);gap:10px;align-items:center;min-width:0}.botsHealthCell strong,.botsHealthCell small,.botsOpsStatus small,.botsOpsPurpose small{display:block;overflow-wrap:anywhere}.botsHealthCell small,.botsOpsStatus small,.botsOpsPurpose small{color:var(--text-muted);font-size:11px;line-height:1.35}.etlHealthLight{width:12px;height:12px;border-radius:50%;box-shadow:0 0 0 4px #94a3b81a}.etlHealthLight.green{background:#2be082;box-shadow:0 0 0 4px #2be08226}.etlHealthLight.yellow{background:#f2c94c;box-shadow:0 0 0 4px #f2c94c29}.etlHealthLight.red{background:#ff5f6d;box-shadow:0 0 0 4px #ff5f6d29}.botsRowsCell{display:flex;flex-wrap:wrap;gap:5px}.botsRowsCell span{border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:3px 7px;color:var(--text-muted);font-size:11px}.botsHealthRow.isHealth-green{box-shadow:inset 3px 0 #2be082b8}.botsHealthRow.isHealth-yellow{box-shadow:inset 3px 0 #f2c94cbf}.botsHealthRow.isHealth-red{box-shadow:inset 3px 0 #ff5f6dc7}@media (max-width: 1200px){.botsHealthStats{grid-template-columns:repeat(2,minmax(110px,1fr))}.botsHealthTable .botsFlatRow{grid-template-columns:190px 120px 240px 260px 110px 130px 160px}}.botsFlatRoute{width:100%;min-height:calc(100vh - 56px)!important;padding:28px 30px 90px!important;overflow-y:auto!important;color:var(--text-primary)!important;background:var(--bg-primary)!important}.botsFlatHeader,.botsHealthStats,.botsFlatToolbar,.botsFlatTableWrap{width:100%;max-width:1800px;margin-left:auto;margin-right:auto}.botsOpsHeaderActions,.botsFlatTools,.botsGroupTabs{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}.botsToggle,.botsTextButton,.botsGroupTabs button,.botsFlatTools input{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;border:1px solid var(--glass-border)!important;border-radius:8px!important;background:#0a1020eb!important;color:var(--text-primary)!important;box-shadow:none!important}.botsToggle{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:8px 10px!important;font-size:12px!important}.botsToggle input{width:14px!important;height:14px!important;margin:0!important;accent-color:var(--primary-cyan)!important}.botsTextButton,.botsGroupTabs button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-height:34px!important;padding:8px 12px!important;font-size:12px!important;font-weight:800!important;cursor:pointer!important}.botsTextButton:disabled,.botsGroupTabs button:disabled{opacity:.42!important;cursor:not-allowed!important}.botsGroupTabs button.isActive{background:#1fa8ad33!important;border-color:#1fa8ad8c!important}.botsFlatTools input{width:260px!important;min-height:34px!important;padding:8px 10px!important}.botsFlatToolbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:12px!important}.botsFlatTableWrap{border:1px solid var(--glass-border)!important;border-radius:8px!important;background:#050812bd!important;overflow:hidden!important}.botsFlatTable{width:100%!important;overflow-x:auto!important;overflow-y:visible!important}.botsHealthTable .botsFlatRow{display:grid!important;grid-template-columns:190px 130px minmax(230px,1fr) minmax(300px,1.35fr) 120px 140px 170px!important;gap:14px!important;align-items:center!important;min-width:1320px!important;min-height:64px!important;padding:10px 16px!important;border-bottom:1px solid rgba(255,255,255,.07)!important}.botsHealthTable .botsFlatHead{position:sticky!important;top:0!important;z-index:3!important;min-height:38px!important;color:var(--text-muted)!important;font-size:11px!important;font-weight:900!important;text-transform:uppercase!important;background:#070a16!important}.botsHealthCell,.botsOpsProcess{display:grid!important;grid-template-columns:14px minmax(0,1fr)!important;gap:10px!important;align-items:center!important;min-width:0!important}.botsHealthCell strong,.botsHealthCell small,.botsOpsProcess strong,.botsOpsProcess small,.botsOpsPurpose span,.botsOpsPurpose small,.botsOpsStatus span,.botsOpsStatus small{display:block!important;min-width:0!important;overflow-wrap:anywhere!important;line-height:1.35!important}.botsHealthCell small,.botsOpsProcess small,.botsOpsPurpose small,.botsOpsStatus small{color:var(--text-muted)!important;font-size:11px!important}.botsRowsCell,.botsOpsActions{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important}.botsOpsActions{justify-content:flex-end!important}.botsRowsCell span{border:1px solid rgba(255,255,255,.1)!important;border-radius:999px!important;padding:3px 7px!important;color:var(--text-muted)!important;background:#ffffff09!important;font-size:11px!important}.botsOpsActions button{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;display:inline-grid!important;place-items:center!important;width:34px!important;height:34px!important;border:1px solid var(--glass-border)!important;border-radius:8px!important;background:#ffffff0e!important;color:var(--text-primary)!important}.botsOpsActions button:disabled{opacity:.36!important;cursor:not-allowed!important}.etlHealthLight,.botStatusDot{display:inline-block!important;flex:0 0 auto!important}@media (max-width: 1200px){.botsFlatToolbar{align-items:stretch!important;flex-direction:column!important}.botsFlatTools input{width:100%!important}}.identityProviderGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.identityProviderPanel,.identityConnectionRow{border:1px solid rgba(148,163,184,.22);background:#0f172ab8;border-radius:8px;padding:14px}.identityProviderPanel{display:flex;flex-direction:column;justify-content:space-between;gap:14px;min-height:150px}.identityProviderTitle{color:var(--foreground);font-weight:800}.identityProviderHint{color:var(--muted-foreground);font-size:12px;margin-top:6px;overflow-wrap:anywhere}.identityProviderActions{display:flex;flex-wrap:wrap;gap:8px}.identityProviderActions button{min-height:34px;color:var(--foreground);background:#0f172acc;border-color:#94a3b847}.identityStatus{display:inline-flex;align-items:center;width:fit-content;border-radius:999px;padding:3px 9px;margin-top:8px;font-size:12px;font-weight:700}.identityStatus.connected{color:#34d399;background:#10b98124}.identityStatus.ready{color:#67e8f9;background:#06b6d424}.identityStatus.attention{color:#fbbf24;background:#f59e0b24}.identityConnectionList{display:grid;gap:10px}.identityConnectionRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.identityConnectionMeta{display:flex;align-items:flex-end;flex-direction:column;gap:6px;color:var(--muted-foreground);font-size:12px}@media (max-width: 900px){.identityProviderGrid{grid-template-columns:1fr}.identityConnectionRow{align-items:flex-start;flex-direction:column}.identityConnectionMeta{align-items:flex-start}}.identityProviderPanel.disabled{opacity:.58}.identityProviderPanel.disabled button{cursor:not-allowed}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden;background:#020817;color:#e2e8f0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}button,input,select,textarea{font:inherit}.qdeiTradePage{width:100vw;height:100vh;display:grid;grid-template-rows:46px minmax(0,1fr) 178px;background:#020817;color:#e2e8f0;overflow:hidden}.tradeMain{display:grid;grid-template-columns:270px minmax(0,1fr) 330px;min-width:0;min-height:0;overflow:hidden}.qdeiTopBar{display:grid;grid-template-columns:110px minmax(0,1fr);align-items:center;gap:10px;min-width:0;min-height:0;height:46px;padding:6px 8px;border-bottom:1px solid #1e293b;background:#020817;overflow:visible;z-index:50}.qdeiTopBrand{display:flex;align-items:center;gap:3px;min-width:0;white-space:nowrap}.qdeiTopBrand b{color:#f8fafc;font-size:13px;letter-spacing:.05em}.qdeiTopBrand span{color:#38bdf8;font-size:12px;font-weight:800}.qdeiTopControls{display:flex;align-items:center;gap:6px;min-width:0;overflow:visible}.qdeiTopControls input,.qdeiTopControls select,.qdeiTopControls button,.mkSearch,.mkTabs button,.bottomTabs button,.rightPanel input,.rightPanel select,.rightPanel button{min-height:28px;border:1px solid #1e293b;border-radius:8px;background:#07111f;color:#e2e8f0;padding:4px 8px;outline:none}.qdeiTopControls input{width:170px}.qdeiTopControls button.on,.mkTabs button.on,.bottomTabs button.on{border-color:#38bdf8;background:#38bdf81f;color:#f8fafc}.qdeiMenuWrap{position:relative}.qdeiDropdown{position:absolute;top:calc(100% + 8px);left:0;width:360px;max-height:520px;overflow:auto;z-index:100;border:1px solid #334155;border-radius:12px;background:#020817;box-shadow:0 18px 50px #00000073;padding:8px}.mkPanel{display:grid;grid-template-rows:32px 32px 32px 24px minmax(0,1fr);gap:7px;min-width:0;min-height:0;overflow:hidden;border-right:1px solid #1e293b;background:#020817;padding:8px}.mkPanel h3{margin:0;display:flex;align-items:center;color:#f8fafc;font-size:14px}.mkTabs{display:grid;grid-template-columns:1fr 1fr 1fr;gap:5px}.mkHead{display:grid;grid-template-columns:24px minmax(0,1fr) 92px 54px;gap:4px;color:#64748b;font-size:10px;align-items:center;padding:0 4px}.mkRows{min-height:0;overflow:auto;padding-right:2px}.mkRow{display:grid;grid-template-columns:24px minmax(0,1fr);gap:4px;margin-bottom:5px}.mkStar{min-height:42px;padding:0;color:#64748b}.mkMain{display:grid;grid-template-columns:minmax(0,1fr) 92px 54px;align-items:center;gap:6px;min-height:42px;text-align:left;border:1px solid rgba(30,41,59,.9);border-radius:10px;background:#07111f;color:#e2e8f0;padding:6px;cursor:pointer}.mkRow.active .mkMain{border-color:#38bdf8;background:#38bdf81a}.mkSym{display:block;overflow:hidden;text-overflow:ellipsis;font-size:12px;font-weight:800;color:#f8fafc}.mkMain small{display:block;overflow:hidden;text-overflow:ellipsis;color:#64748b;font-size:10px}.mkPrice{text-align:right;font-size:11px}.up{color:#22c55e;text-align:right;font-size:11px}.down{color:#ef4444;text-align:right;font-size:11px}.mkEmpty{padding:16px;color:#64748b;font-size:12px}.chartArea{display:grid;grid-template-rows:minmax(0,1fr);min-width:0;min-height:0;overflow:hidden;background:#020817}.chartShell{position:relative;min-width:0;min-height:0;width:100%;height:100%;overflow:hidden;background:#07111f}.chartShell>div,.chartShell canvas,.chartShell svg{width:100%!important;height:100%!important;min-width:0;min-height:0;display:block}.chartWorkspace{display:grid;grid-template-rows:38px minmax(0,1fr);width:100%;height:100%;min-width:0;min-height:0;overflow:hidden}.chartWorkspaceBar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;min-height:0;border-bottom:1px solid #1e293b;background:#020817}.chartTabs{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;min-height:0;padding:4px 6px;overflow:hidden}.chartTabsLeft,.chartTabsRight,.chartLayoutPicker{display:flex;align-items:center;gap:4px;min-width:0}.chartTabsLeft{overflow-x:auto;scrollbar-width:thin}.chartTabs button,.chartTabs select,.chartLayoutPicker button{height:28px;border:1px solid #1e293b;border-radius:6px;background:#07111f;color:#cbd5e1;font-size:12px}.chartTabs button,.chartLayoutPicker button{padding:0 9px;cursor:pointer}.chartTabs button.on,.chartLayoutPicker button.on{border-color:#38bdf8;background:#38bdf824;color:#f8fafc}.chartTabs select{max-width:82px;padding:0 5px}.chartLayoutPicker{padding-right:6px}.chartLayoutPicker button{width:30px;padding:0}.multiChartGrid{display:grid;min-width:0;min-height:0;width:100%;height:100%;gap:1px;background:#1e293b;overflow:hidden}.multiChartGrid.layout1{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.multiChartGrid.layout2{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:minmax(0,1fr)}.multiChartGrid.layout4{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.chartPane{position:relative;display:grid;grid-template-rows:24px minmax(0,1fr);min-width:0;min-height:0;width:100%;height:100%;border:0;border-radius:0;padding:0;text-align:left;color:#e2e8f0;background:#07111f;overflow:hidden;cursor:pointer}.chartPane.active{outline:1px solid #38bdf8;outline-offset:-1px;z-index:1}.chartPaneHeader{display:flex;align-items:center;justify-content:space-between;min-width:0;gap:8px;padding:0 8px;border-bottom:1px solid rgba(148,163,184,.12);background:#020817eb;font-size:11px;line-height:1}.chartPaneHeader span,.chartPaneHeader small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chartPaneHeader span{color:#f8fafc;font-weight:700}.chartPaneHeader small{color:#94a3b8}.chartPaneCanvas{min-width:0;min-height:0;overflow:hidden}.chartPaneCanvas>div,.chartPaneCanvas canvas,.chartPaneCanvas svg{width:100%!important;height:100%!important;min-width:0;min-height:0;display:block}.chartPaneEmpty{place-items:center;grid-template-rows:minmax(0,1fr);color:#64748b;font-size:24px}.rightPanel{min-width:0;min-height:0;overflow:auto;border-left:1px solid #1e293b;background:#020817;padding:8px}.bottomDock{min-width:0;min-height:0;overflow:hidden;border-top:1px solid #1e293b;background:#020817}.qdeiBottomDock{display:grid;grid-template-rows:34px minmax(0,1fr);width:100%;height:100%;min-height:0;overflow:hidden}.bottomTabs{display:flex;align-items:center;gap:6px;padding:5px 8px;border-bottom:1px solid #1e293b;background:#020817}.bottomContent{min-height:0;overflow:auto;background:#07111f}.emptyState{color:#64748b;padding:18px;font-size:12px}.signalRow{display:grid;grid-template-columns:90px 1fr 70px;gap:8px;padding:7px 10px;border-bottom:1px solid rgba(148,163,184,.1);font-size:12px}.qdeiRightPanel{display:grid;grid-template-rows:38px minmax(0,1fr);width:100%;height:100%;min-width:0;min-height:0;overflow:hidden;background:#020817}.rightTabs{display:flex;align-items:center;gap:6px;padding:5px 8px;border-bottom:1px solid #1e293b;background:#020817}.rightTabs button{min-height:28px;border:1px solid #1e293b;border-radius:8px;background:#07111f;color:#e2e8f0;padding:4px 10px;cursor:pointer}.rightTabs button.on{border-color:#38bdf8;background:#38bdf81f;color:#f8fafc}.rightContent{min-width:0;min-height:0;overflow:auto;background:#020817}.rightPad{padding:10px}.qdeiOrderCard{display:grid;gap:12px;border:1px solid #1e293b;border-radius:14px;background:#07111f;padding:12px;color:#e2e8f0}.orderHeader{display:flex;align-items:center;justify-content:space-between;gap:8px}.orderHeader b{display:block;color:#f8fafc;font-size:14px}.orderHeader span{display:block;color:#94a3b8;font-size:11px;margin-top:2px}.orderHeader select,.orderFields input{width:100%;min-height:34px;border:1px solid #1e293b;border-radius:9px;background:#020817;color:#e2e8f0;padding:6px 8px;outline:none}.sideSwitch{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sideSwitch button,.orderActions button{min-height:36px;border:1px solid #1e293b;border-radius:10px;background:#020817;color:#e2e8f0;cursor:pointer;font-weight:800}.sideSwitch .buy.on{border-color:#22c55e;background:#22c55e2e;color:#86efac}.sideSwitch .sell.on{border-color:#ef4444;background:#ef44442e;color:#fca5a5}.orderFields{display:grid;gap:10px}.orderFields label{display:grid;gap:5px}.orderFields label span{color:#94a3b8;font-size:11px}.orderWarn{border:1px solid rgba(239,68,68,.35);border-radius:10px;background:#ef444414;color:#fca5a5;padding:8px;font-size:12px}.orderOk{border:1px solid rgba(34,197,94,.35);border-radius:10px;background:#22c55e14;color:#86efac;padding:8px;font-size:12px}.previewBox{display:grid;gap:6px;border:1px solid #1e293b;border-radius:10px;background:#020817;padding:8px}.previewBox div{display:flex;justify-content:space-between;gap:8px;color:#94a3b8;font-size:11px}.previewBox b{color:#f8fafc}.orderActions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.orderActions button.primary{border-color:#38bdf8;background:#38bdf829;color:#f8fafc}.orderActions button:disabled{opacity:.45;cursor:not-allowed}.qdeiTradePage:has(.hoverBottomPanel:hover){grid-template-rows:46px minmax(0,1fr) 170px!important}.tradeMain{grid-template-columns:34px minmax(0,1fr) 34px!important}.tradeMain:has(.hoverLeftPanel:hover){grid-template-columns:270px minmax(0,1fr) 34px!important}.tradeMain:has(.hoverRightPanel:hover){grid-template-columns:34px minmax(0,1fr) 330px!important}.tradeMain:has(.hoverLeftPanel:hover):has(.hoverRightPanel:hover){grid-template-columns:270px minmax(0,1fr) 330px!important}.hoverLeftPanel,.hoverRightPanel{position:relative;min-width:0;min-height:0;overflow:hidden;background:#020817;border-color:#1e293b}.hoverLeftPanel{border-right:1px solid #1e293b}.hoverRightPanel{border-left:1px solid #1e293b}.hoverPanelBody{width:100%;height:100%;min-height:0;overflow:hidden;opacity:0;pointer-events:none}.hoverLeftPanel:hover .hoverPanelBody,.hoverRightPanel:hover .hoverPanelBody{opacity:1;pointer-events:auto}.hoverRail{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:grid;place-items:center;writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:.16em;font-size:10px;font-weight:900;color:#38bdf8;background:#020817}.hoverLeftPanel:hover .hoverRail,.hoverRightPanel:hover .hoverRail{display:none}.hoverBottomPanel{position:relative;min-height:0;overflow:hidden}.bottomHoverRail{height:34px;display:flex;align-items:center;padding:0 12px;letter-spacing:.12em;font-size:10px;font-weight:900;color:#38bdf8;background:#020817;border-top:1px solid #1e293b}.bottomHoverBody{height:calc(100% - 34px);min-height:0;overflow:hidden;opacity:0;pointer-events:none}.hoverBottomPanel:hover .bottomHoverRail{display:none}.hoverBottomPanel:hover .bottomHoverBody{height:100%;opacity:1;pointer-events:auto}.l2Book{display:grid;grid-template-rows:auto auto 22px minmax(0,auto) 40px minmax(0,1fr);gap:5px;height:100%;min-height:0;overflow:hidden;padding:10px;background:#020817}.l2Header{display:flex;align-items:center;justify-content:space-between}.l2Header b{display:block;color:#f8fafc;font-size:14px}.l2Header span{display:block;color:#94a3b8;font-size:11px}.l2Header em{color:#22c55e;font-style:normal;font-size:10px;font-weight:900}.l2Error{border:1px solid rgba(239,68,68,.35);border-radius:9px;background:#ef444414;color:#fca5a5;padding:6px 8px;font-size:11px}.l2Cols,.l2Row{display:grid;grid-template-columns:1.2fr 1fr 1fr 34px;gap:6px;align-items:center}.l2Cols{color:#64748b;font-size:10px;padding:0 6px}.l2Cols span:not(:first-child),.l2Row span:not(:first-of-type){text-align:right}.l2Rows{min-height:0;overflow:hidden}.l2Row{position:relative;height:20px;padding:0 6px;font-size:11px;font-variant-numeric:tabular-nums;overflow:hidden}.l2Row span{position:relative;z-index:2}.l2Row.ask span:first-of-type{color:#f87171}.l2Row.bid span:first-of-type{color:#4ade80}.depth{position:absolute;top:1px;bottom:1px;right:0;z-index:1;opacity:.22;border-radius:3px}.askDepth{background:#ef4444}.bidDepth{background:#22c55e}.l2Mid{display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:center;border-top:1px solid #1e293b;border-bottom:1px solid #1e293b;padding:8px 6px;background:#07111f}.l2Mid b:first-child{color:#22c55e}.l2Mid b:last-child{color:#ef4444;text-align:right}.l2Mid span{color:#94a3b8;font-size:10px;white-space:nowrap}.l2Empty{color:#64748b;padding:16px 8px;font-size:12px}.quickGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.quickGrid button{min-height:28px;border:1px solid #1e293b;border-radius:8px;background:#020817;color:#94a3b8;cursor:pointer}.twoCol,.toggleRow{display:grid;grid-template-columns:1fr 1fr;gap:8px}.toggleRow label{display:flex;align-items:center;gap:6px;color:#94a3b8;font-size:11px}.toggleRow input{width:auto}.marketNotice{border:1px solid rgba(56,189,248,.3);border-radius:10px;background:#38bdf814;color:#bae6fd;padding:9px;font-size:12px;line-height:1.35}.qdeiTradePage.leftPinned .hoverLeftPanel .hoverPanelBody,.qdeiTradePage.rightPinned .hoverRightPanel .hoverPanelBody,.qdeiTradePage.bottomPinned .hoverBottomPanel .bottomHoverBody{opacity:1;pointer-events:auto}.qdeiTradePage.leftPinned .hoverLeftPanel .hoverRail,.qdeiTradePage.rightPinned .hoverRightPanel .hoverRail,.qdeiTradePage.bottomPinned .hoverBottomPanel .bottomHoverRail{display:none}.panelMinBtn,.panelPinBtn,.bottomMinBtn,.bottomPinBtn{position:absolute;z-index:50;min-height:22px;border:1px solid #334155;border-radius:7px;background:#020817;color:#38bdf8;font-size:10px;font-weight:900;padding:2px 7px;cursor:pointer}.panelMinBtn{top:6px;right:6px}.panelPinBtn{top:6px;right:48px}.bottomMinBtn{top:6px;right:8px}.bottomPinBtn{top:6px;right:52px}.hoverPanelBody,.bottomHoverBody{position:relative}.qdeiTradePage.leftPinned .tradeMain,.qdeiTradePage .tradeMain:has(.hoverLeftPanel:hover){grid-template-columns:270px minmax(0,1fr) 34px!important}.qdeiTradePage.rightPinned .tradeMain,.qdeiTradePage .tradeMain:has(.hoverRightPanel:hover){grid-template-columns:34px minmax(0,1fr) 330px!important}.qdeiTradePage.leftPinned.rightPinned .tradeMain,.qdeiTradePage.leftPinned .tradeMain:has(.hoverRightPanel:hover),.qdeiTradePage.rightPinned .tradeMain:has(.hoverLeftPanel:hover),.qdeiTradePage .tradeMain:has(.hoverLeftPanel:hover):has(.hoverRightPanel:hover){grid-template-columns:270px minmax(0,1fr) 330px!important}.orderFields select,.orderHeader select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;min-height:34px;border:1px solid #334155;border-radius:9px;background:#020817;color:#e2e8f0;padding:6px 8px}.orderFields option,.orderHeader option{background:#020817;color:#e2e8f0}.l2Book{display:grid!important;grid-template-rows:auto auto 22px minmax(160px,1fr) 40px minmax(160px,1fr)!important;height:100%!important;min-height:0!important;overflow:hidden!important}.l2Row{height:22px!important}.hoverLeftPanel:not(:hover) .hoverPanelBody,.hoverRightPanel:not(:hover) .hoverPanelBody{opacity:0;pointer-events:none}.qdeiTradePage:not(.leftPinned) .hoverLeftPanel:not(:hover) .hoverRail,.qdeiTradePage:not(.rightPinned) .hoverRightPanel:not(:hover) .hoverRail{display:grid}.qdeiTradePage:not(.bottomPinned) .hoverBottomPanel:not(:hover) .bottomHoverBody{opacity:0;pointer-events:none}.qdeiTradePage:not(.bottomPinned) .hoverBottomPanel:not(:hover) .bottomHoverRail{display:flex}.mkStar{min-height:42px!important;width:24px!important;border:1px solid #1e293b!important;border-radius:9px!important;background:#07111f!important;color:#64748b!important;padding:0!important;display:grid!important;place-items:center!important;font-size:13px!important;line-height:1!important;cursor:pointer!important}.mkStar:focus{outline:none!important}.mkStar:has(+.mkMain){-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.l2Book{display:grid!important;grid-template-rows:42px 22px minmax(180px,1fr) 42px minmax(180px,1fr)!important;height:100%!important;min-height:0!important;overflow:hidden!important}.l2Rows{overflow-y:auto!important;min-height:0!important}.l2Row{height:22px!important;min-height:22px!important}.l2Error{display:none!important}.l2Book{display:grid!important;grid-template-rows:42px 22px minmax(220px,1fr) 42px minmax(220px,1fr)!important;height:100%!important;min-height:0!important;overflow:hidden!important}.l2Rows{min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important}.l2Row{height:21px!important;min-height:21px!important}.mkStar,.mkRow>button.mkStar{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;width:24px!important;min-width:24px!important;height:42px!important;min-height:42px!important;border:1px solid #1e293b!important;border-radius:9px!important;background:#07111f!important;color:#64748b!important;padding:0!important;display:grid!important;place-items:center!important;font-size:13px!important;line-height:1!important;cursor:pointer!important}.mkStar:hover{border-color:#38bdf8!important;color:#facc15!important;background:#38bdf814!important}.mkTabsFive{grid-template-columns:repeat(5,minmax(0,1fr))!important}.mkTabsFive button{font-size:10px!important;padding-left:3px!important;padding-right:3px!important}.mkMain .up,.mkMain .down{display:grid;gap:2px}.mkMain .up small,.mkMain .down small{font-size:9px;color:inherit;opacity:.75}.bidAskStrip{display:grid;grid-template-columns:1fr 1fr;gap:8px}.bidAskStrip button{min-height:44px;border:1px solid #1e293b;border-radius:10px;background:#020817;padding:7px 9px;cursor:pointer;text-align:left}.bidAskStrip span{display:block;color:#94a3b8;font-size:10px}.bidAskStrip b{display:block;font-size:13px;margin-top:3px}.bidBox b{color:#22c55e}.askBox b{color:#ef4444}.bidBox:hover{border-color:#22c55e;background:#22c55e1a}.askBox:hover{border-color:#ef4444;background:#ef44441a}.mkPanel{min-height:0!important;overflow:hidden!important}.mkRows{min-height:0!important;height:100%!important;overflow-y:auto!important;overflow-x:hidden!important}.mkSortBar{display:grid;grid-template-columns:minmax(0,1fr) 42px 42px;gap:6px}.mkSortBar .mkSearch{width:100%}.mkSortBar button{min-height:32px;border:1px solid #1e293b;border-radius:8px;background:#07111f;color:#94a3b8;font-size:11px;cursor:pointer}.mkSortBar button.on{border-color:#38bdf8;color:#f8fafc;background:#38bdf81f}.mkSortBar{min-height:0!important}.mkRows{min-height:0!important;max-height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important}.hoverPanelBody{height:100%!important;min-height:0!important;overflow:hidden!important}.hoverLeftPanel{height:100%!important;min-height:0!important}.hoverRail{width:100%!important;height:100%!important;border:0!important;border-radius:0!important;cursor:pointer!important}.hoverPanelBody,.bottomHoverBody{opacity:1!important;pointer-events:auto!important;width:100%!important;height:100%!important;min-height:0!important;overflow:hidden!important}.bottomHoverRail{width:100%!important;height:34px!important;border:0!important;cursor:pointer!important}.mkPanel{display:grid!important;grid-template-rows:28px 32px 32px 24px minmax(0,1fr)!important;height:100%!important;max-height:100%!important;min-height:0!important;overflow:hidden!important}.mkRows{min-height:0!important;height:auto!important;max-height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important}.hoverLeftPanel,.hoverPanelBody{min-height:0!important;height:100%!important;max-height:100%!important;overflow:hidden!important}.bottomDock,.hoverBottomPanel{display:block!important;min-height:0!important;overflow:hidden!important}.bottomHoverRail{display:flex!important;height:34px!important}.qdeiTradePage.bottomPinned .bottomHoverBody{display:block!important;opacity:1!important;pointer-events:auto!important;height:100%!important}.qdeiTradePage:not(.bottomPinned) .bottomHoverBody{display:none!important}.qdeiTradePage .tradeMain{grid-template-columns:34px minmax(0,1fr) 34px!important}.qdeiTradePage:not(.leftPinned) .hoverLeftPanel .hoverPanelBody,.qdeiTradePage:not(.rightPinned) .hoverRightPanel .hoverPanelBody{opacity:0!important;pointer-events:none!important}.qdeiTradePage:not(.leftPinned) .hoverLeftPanel .hoverRail,.qdeiTradePage:not(.rightPinned) .hoverRightPanel .hoverRail{display:grid!important}.mkPanel{display:grid!important;grid-template-rows:28px 32px 32px 24px minmax(0,1fr)!important;height:100%!important;min-height:0!important;overflow:hidden!important}.mkRows{min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important}.qdeiTradePage{height:calc(100vh + -0px)!important;max-height:100vh!important;overflow:hidden!important;display:grid!important;grid-template-rows:46px minmax(0,1fr) 34px!important}.bottomDock{display:block!important;height:34px!important;min-height:34px!important;max-height:34px!important;overflow:hidden!important;border-top:1px solid #1e293b!important;background:#020817!important}.hoverLeftPanel,.hoverRightPanel,.hoverPanelBody{min-height:0!important;max-height:100%!important;overflow:hidden!important}.mkPanel{height:100%!important;max-height:100%!important;min-height:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.qdeiTradePage{height:calc(100dvh - 96px)!important;max-height:calc(100dvh - 96px)!important;overflow:hidden!important;display:grid!important;grid-template-rows:48px minmax(0,1fr) 34px!important}.qdeiTradePage.bottomPinned{grid-template-rows:48px minmax(0,1fr) 170px!important}.tradeMain{min-height:0!important;overflow:hidden!important}.bottomDock{display:block!important;visibility:visible!important;opacity:1!important;height:34px!important;min-height:34px!important;max-height:34px!important;overflow:hidden!important;z-index:30!important}.mkPanel{height:100%!important;min-height:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.qdeiTradePage{display:grid!important;height:calc(100dvh - 96px)!important;max-height:calc(100dvh - 96px)!important;overflow:hidden!important;grid-template-rows:46px minmax(0,1fr) 34px!important}.qdeiTradePage.bottomPinned{grid-template-rows:46px minmax(0,1fr) 170px!important}.qdeiTradePage .tradeMain{display:grid!important;min-height:0!important;overflow:hidden!important;grid-template-columns:34px minmax(0,1fr) 34px!important}.qdeiTradePage.leftPinned .tradeMain{grid-template-columns:270px minmax(0,1fr) 34px!important}.qdeiTradePage.rightPinned .tradeMain{grid-template-columns:34px minmax(0,1fr) 330px!important}.qdeiTradePage.leftPinned.rightPinned .tradeMain{grid-template-columns:270px minmax(0,1fr) 330px!important}.hoverLeftPanel,.hoverRightPanel{position:relative!important;min-height:0!important;overflow:hidden!important}.hoverRail{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:4!important;display:grid!important;place-items:center!important;writing-mode:vertical-rl!important;letter-spacing:.16em!important;font-size:10px!important;font-weight:900!important;color:#38bdf8!important;background:#020817!important}.hoverPanelBody{position:relative!important;z-index:5!important;width:100%!important;height:100%!important;min-height:0!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}.qdeiTradePage.leftPinned .hoverLeftPanel .hoverPanelBody,.qdeiTradePage.rightPinned .hoverRightPanel .hoverPanelBody{opacity:1!important;pointer-events:auto!important}.qdeiTradePage.leftPinned .hoverLeftPanel .hoverRail,.qdeiTradePage.rightPinned .hoverRightPanel .hoverRail{display:none!important}.bottomDock{position:relative!important;display:block!important;height:34px!important;min-height:34px!important;max-height:34px!important;overflow:hidden!important;border-top:1px solid #1e293b!important;background:#020817!important}.qdeiTradePage.bottomPinned .bottomDock{height:170px!important;min-height:170px!important;max-height:170px!important}.bottomHoverRail{display:flex!important;align-items:center!important;height:34px!important;padding:0 12px!important;letter-spacing:.12em!important;font-size:10px!important;font-weight:900!important;color:#38bdf8!important;background:#020817!important}.bottomHoverBody{display:none!important;height:100%!important;min-height:0!important;overflow:hidden!important}.qdeiTradePage.bottomPinned .bottomHoverRail{display:none!important}.qdeiTradePage.bottomPinned .bottomHoverBody{display:block!important}.mkPanel{display:flex!important;flex-direction:column!important;height:100%!important;min-height:0!important;overflow:hidden!important}.mkRows{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important}.qdeiTradePage{grid-template-rows:46px minmax(0,1fr) 34px!important}.qdeiTradePage.bottomOpen{grid-template-rows:46px minmax(0,1fr) 170px!important}.bottomDock{display:block!important;position:relative!important;height:34px!important;min-height:34px!important;max-height:34px!important;overflow:hidden!important;background:#020817!important;border-top:1px solid #1e293b!important}.qdeiTradePage.bottomOpen .bottomDock{height:170px!important;min-height:170px!important;max-height:170px!important}.bottomHoverRail{display:flex!important;align-items:center!important;height:34px!important;padding:0 12px!important}.bottomHoverBody{display:none!important;height:100%!important;min-height:0!important;overflow:hidden!important;opacity:1!important;pointer-events:auto!important}.qdeiTradePage.bottomOpen .bottomHoverRail{display:none!important}.qdeiTradePage.bottomOpen .bottomHoverBody{display:block!important}.qdeiTradePage.leftOpen .hoverLeftPanel .hoverPanelBody,.qdeiTradePage.leftPinned .hoverLeftPanel .hoverPanelBody,.qdeiTradePage.rightOpen .hoverRightPanel .hoverPanelBody,.qdeiTradePage.rightPinned .hoverRightPanel .hoverPanelBody{opacity:1!important;pointer-events:auto!important}.qdeiTradePage:not(.bottomOpen):not(.bottomPinned) .bottomHoverRail{display:flex!important;align-items:center!important;justify-content:center!important;height:10px!important;min-height:10px!important;max-height:10px!important;padding:0!important;color:#e2e8f0d1!important;font-size:8px!important;font-weight:900!important;letter-spacing:.14em!important;line-height:10px!important}.panelMinBtn,.panelPinBtn,.bottomMinBtn,.bottomPinBtn{width:28px!important;height:24px!important;min-height:24px!important;display:grid!important;place-items:center!important;padding:0!important;line-height:1!important}.panelMinBtn svg,.panelPinBtn svg,.bottomMinBtn svg,.bottomPinBtn svg{width:14px!important;height:14px!important;stroke-width:2.2!important}.qdeiTradePage.bottomOpen .bottomDock,.qdeiTradePage.bottomPinned .bottomDock{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;height:170px!important;min-height:170px!important;max-height:170px!important}.qdeiTradePage:not(.bottomOpen):not(.bottomPinned) .bottomDock{left:var(--bottom-trigger-left, 34px)!important;right:var(--bottom-trigger-right, 34px)!important}.qdeiTradePage:not(.bottomOpen):not(.bottomPinned){grid-template-rows:46px minmax(0,1fr) 10px!important}.qdeiTradePage:not(.bottomOpen):not(.bottomPinned) .bottomDock{height:10px!important;min-height:10px!important;max-height:10px!important}.qdeiTradePage:not(.bottomOpen):not(.bottomPinned) .bottomHoverRail{display:flex!important;align-items:center!important;justify-content:center!important;height:10px!important;min-height:10px!important;max-height:10px!important;padding:0!important;color:transparent!important;font-size:0!important;border-top:1px solid #1e293b!important}.qdeiTradePage.bottomOpen .bottomDock,.qdeiTradePage.bottomPinned .bottomDock{position:relative!important;height:170px!important;min-height:170px!important;max-height:170px!important}.qdeiTradePage:not(.leftOpen):not(.leftPinned):not(.rightOpen):not(.rightPinned) .tradeMain{grid-template-columns:34px minmax(0,1fr) 34px!important}.qdeiTradePage.leftOpen:not(.rightOpen):not(.rightPinned) .tradeMain,.qdeiTradePage.leftPinned:not(.rightOpen):not(.rightPinned) .tradeMain{grid-template-columns:270px minmax(0,1fr) 34px!important}.qdeiTradePage.rightOpen:not(.leftOpen):not(.leftPinned) .tradeMain,.qdeiTradePage.rightPinned:not(.leftOpen):not(.leftPinned) .tradeMain{grid-template-columns:34px minmax(0,1fr) 330px!important}.qdeiTradePage.leftOpen.rightOpen .tradeMain,.qdeiTradePage.leftOpen.rightPinned .tradeMain,.qdeiTradePage.leftPinned.rightOpen .tradeMain,.qdeiTradePage.leftPinned.rightPinned .tradeMain{grid-template-columns:270px minmax(0,1fr) 330px!important}.qdeiTradePage:not(.leftOpen):not(.leftPinned) .hoverLeftPanel .hoverPanelBody,.qdeiTradePage:not(.rightOpen):not(.rightPinned) .hoverRightPanel .hoverPanelBody{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.qdeiTradePage.leftOpen .hoverLeftPanel .hoverPanelBody,.qdeiTradePage.leftPinned .hoverLeftPanel .hoverPanelBody,.qdeiTradePage.rightOpen .hoverRightPanel .hoverPanelBody,.qdeiTradePage.rightPinned .hoverRightPanel .hoverPanelBody{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.qdeiTradePage:not(.leftOpen):not(.leftPinned) .hoverLeftPanel .hoverRail,.qdeiTradePage:not(.rightOpen):not(.rightPinned) .hoverRightPanel .hoverRail{display:grid!important}.qdeiTradePage.leftOpen .hoverLeftPanel .hoverRail,.qdeiTradePage.leftPinned .hoverLeftPanel .hoverRail,.qdeiTradePage.rightOpen .hoverRightPanel .hoverRail,.qdeiTradePage.rightPinned .hoverRightPanel .hoverRail{display:none!important}.qdeiTradePage:not(.bottomOpen):not(.bottomPinned){grid-template-rows:46px minmax(0,1fr) 34px!important}.qdeiTradePage.bottomOpen,.qdeiTradePage.bottomPinned{grid-template-rows:46px minmax(0,1fr) 170px!important}.qdeiTradePage:not(.bottomOpen):not(.bottomPinned) .bottomDock{height:34px!important;min-height:34px!important;max-height:34px!important}.qdeiTradePage.bottomOpen .bottomDock,.qdeiTradePage.bottomPinned .bottomDock{height:170px!important;min-height:170px!important;max-height:170px!important}.qdeiTradePage:not(.bottomOpen):not(.bottomPinned) .bottomHoverRail{display:flex!important}.qdeiTradePage.bottomOpen .bottomHoverRail,.qdeiTradePage.bottomPinned .bottomHoverRail{display:none!important}.qdeiTradePage.bottomOpen .bottomHoverBody,.qdeiTradePage.bottomPinned .bottomHoverBody{display:block!important;opacity:1!important;pointer-events:auto!important}.qdeiTradePage:not(.bottomOpen):not(.bottomPinned){position:relative!important;grid-template-rows:46px minmax(0,1fr) 0px!important}.qdeiTradePage:not(.bottomOpen):not(.bottomPinned) .bottomDock{position:absolute!important;left:0!important;right:0!important;bottom:0!important;z-index:60!important;height:10px!important;min-height:10px!important;max-height:10px!important}.qdeiTradePage:not(.bottomOpen):not(.bottomPinned) .bottomHoverRail{display:flex!important;align-items:center!important;justify-content:center!important;height:10px!important;min-height:10px!important;max-height:10px!important;padding:0!important;color:transparent!important;font-size:0!important}.qdeiTradePage:not(.bottomOpen):not(.bottomPinned) .bottomHoverRail:after{content:"";width:120px;height:2px;border-radius:999px;background:#38bdf8bf}.qdeiTradePage:not(.bottomOpen):not(.bottomPinned) .bottomHoverBody{display:none!important;pointer-events:none!important}.tradeProductNav{display:inline-flex;align-items:center;height:30px;padding:2px;gap:2px;border:1px solid rgba(30,41,59,.95);border-radius:8px;background:#07111f;white-space:nowrap}.tradeProductNav a{display:inline-flex;align-items:center;justify-content:center;height:24px;min-width:58px;padding:0 9px;border-radius:6px;color:#94a3b8;font-size:12px;font-weight:800;text-decoration:none}.tradeProductNav a.on{background:#38bdf824;color:#f8fafc}.spotProductNav{width:max-content;margin-bottom:12px}.chartArea{position:relative}.chartCatalogPanel{position:absolute;top:46px;left:10px;z-index:120;display:grid;grid-template-rows:40px minmax(0,1fr);width:min(720px,calc(100% - 20px));max-height:calc(100% - 58px);overflow:hidden;border:1px solid #334155;border-radius:8px;background:#020817;box-shadow:0 18px 44px #0000007a}.chartCatalogHeader,.catalogHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.chartCatalogHeader{padding:0 12px;border-bottom:1px solid #1e293b;color:#f8fafc;font-size:13px;font-weight:700}.chartCatalogHeader button{display:grid;place-items:center;width:28px;height:28px;padding:0;border:1px solid #334155;border-radius:6px;background:#07111f;color:#cbd5e1}.chartCatalogHeader svg{width:16px;height:16px}.chartCatalogBody{min-height:0;overflow:hidden;padding:10px}.catalogMenu,.catalogColumn{min-width:0;min-height:0;height:100%}.catalogColumn{display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:8px}.catalogHeader h3,.catalogGroup h4{margin:0}.catalogHeader h3{color:#f8fafc;font-size:14px}.catalogHeader span{color:#94a3b8;font-size:12px}.catalogSearch{width:100%;min-height:32px;border:1px solid #334155;border-radius:6px;background:#07111f;color:#e2e8f0;padding:5px 9px}.catalogScroll{min-height:0;overflow:auto;padding-right:4px}.catalogGroup{margin-bottom:12px}.catalogGroup h4{margin-bottom:6px;color:#94a3b8;font-size:11px;text-transform:uppercase}.catalogGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.catalogGridFeatured{grid-template-columns:repeat(4,minmax(0,1fr))}.catalogItem{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"label action" "tier action";align-items:center;gap:2px 8px;min-width:0;min-height:44px;border:1px solid #1e293b;border-radius:6px;background:#07111f;color:#e2e8f0;padding:6px 8px;text-align:left;cursor:pointer}.catalogItem:hover,.catalogItem.selected{border-color:#38bdf8;background:#38bdf81a}.catalogItem span{grid-area:label;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:650}.catalogItem small{grid-area:tier;color:#64748b;font-size:10px}.catalogItem b{grid-area:action;color:#38bdf8;font-size:10px}.catalogEmpty{padding:16px 4px;color:#94a3b8;font-size:12px}@media (max-width: 900px){.catalogGrid,.catalogGridFeatured{grid-template-columns:repeat(2,minmax(0,1fr))}}.hoverPanelBody,.bottomHoverBody{padding-top:32px!important}.panelMinBtn,.panelPinBtn,.bottomMinBtn,.bottomPinBtn{top:4px!important}.panelExpandBtn,.bottomExpandBtn{display:grid;place-items:center;flex:0 0 26px;width:26px;height:24px;min-height:24px;padding:0;border:1px solid #334155;border-radius:6px;background:#07111f;color:#38bdf8;cursor:pointer;writing-mode:horizontal-tb}.panelExpandBtn svg,.bottomExpandBtn svg{width:14px;height:14px;stroke-width:2.2}.hoverRail{grid-template-rows:minmax(0,1fr) 26px!important;gap:4px;padding:6px 3px!important}.hoverRail>span{display:grid;place-items:center}.bottomHoverRail{justify-content:space-between!important;gap:8px;padding:0 8px!important}.qdeiTradePage:not(.bottomOpen):not(.bottomPinned) .bottomDock,.qdeiTradePage:not(.bottomOpen):not(.bottomPinned) .bottomHoverRail{height:28px!important;min-height:28px!important;max-height:28px!important}.qdeiTradePage:not(.bottomOpen):not(.bottomPinned) .bottomHoverRail{color:#38bdf8!important;font-size:9px!important;line-height:1!important}.qdeiTradePage:not(.bottomOpen):not(.bottomPinned) .bottomHoverRail:after{content:none!important}.mkPanel{grid-template-rows:26px 30px 30px 20px minmax(0,1fr)!important;gap:4px!important;padding:6px!important}.mkTabsFive{gap:3px!important}.mkTabsFive button{min-width:0!important;padding:0 2px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px!important}.mkSortBar{grid-template-columns:minmax(0,1fr) 40px 40px!important;gap:4px!important}.mkSortBar button,.mkSortBar .mkSearch{min-height:30px!important}.mkHead{font-size:9px!important}
