@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,400;0,500;0,700;1,400&family=Inter:wght@400;500;600;700&display=swap";:root{--bg: #000000;--panel-bg: #0a0a0a;--text-main: #ff9900;--text-bright: #ffffff;--text-dim: #885500;--border: #333333;--border-bright: #ff9900;--accent-cyan: #00ffff;--accent-green: #00ff00;--accent-red: #ff0000;--accent-yellow: #ffff00;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "Roboto Mono", ui-monospace, Consolas, monospace;--sidebar-w: 300px;--topbar-h: 45px}@keyframes flashGreen{0%{background-color:#00ff0038}to{background-color:transparent}}@keyframes flashRed{0%{background-color:#ff000038}to{background-color:transparent}}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#0a0f18}::-webkit-scrollbar-thumb{background:#1e2d45;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#2d4a6e}::-webkit-scrollbar-corner{background:#0a0f18}*{scrollbar-width:thin;scrollbar-color:#1e2d45 #0a0f18}.flash-up{animation:flashGreen .75s ease-out}.flash-down{animation:flashRed .75s ease-out}@keyframes livePulse{0%,to{opacity:1;box-shadow:0 0 6px #f009}50%{opacity:.55;box-shadow:0 0 2px #f003}}.live-pulse{animation:livePulse 1.4s ease-in-out infinite}@keyframes tabFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.tab-content{animation:tabFadeIn .18s ease-out}@keyframes connPulse{0%,to{opacity:1}50%{opacity:.4}}.conn-pulse{animation:connPulse 2s ease-in-out infinite}@keyframes market-closed-ring{0%{transform:scale(1);opacity:.6}60%{transform:scale(1.45);opacity:0}to{transform:scale(1.45);opacity:0}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #22c55e80}50%{opacity:.7;transform:scale(1.3);box-shadow:0 0 0 6px #22c55e00}}@keyframes loading-bar{0%{transform:translate(-100%)}50%{transform:translate(150%)}to{transform:translate(350%)}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}*,*:before,*:after{box-sizing:border-box}body{margin:0;background-color:var(--bg);color:var(--text-main);font-family:var(--font-sans);font-size:13px;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root a[href*="tradingview.com"]{display:none!important}.custom-logo{height:28px;object-fit:contain}#root{width:100vw;min-height:100vh;display:flex;flex-direction:column;box-sizing:border-box;text-align:left}h1,h2{font-family:var(--font-sans);font-weight:500}h1{font-size:56px;letter-spacing:-1.68px;margin:32px 0}h2{font-size:24px;line-height:118%;letter-spacing:-.24px;margin:0 0 8px}p{margin:0}code{font-family:var(--font-mono);font-size:15px;padding:4px 8px;display:inline-flex;border-radius:4px}.app-shell{min-height:100vh;width:100vw;background:var(--bg);color:var(--text-main);font-family:var(--font-mono)}.top-bar{display:flex;align-items:center;background:#050505;border-bottom:1px solid #1a1a1a;width:100vw;padding:8px 14px;gap:10px;position:sticky;top:0;z-index:200;height:var(--topbar-h);box-sizing:border-box}.topbar-title{font-family:var(--font-sans);font-size:12px;font-weight:700;color:var(--text-bright);letter-spacing:2px;text-transform:uppercase;margin-right:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mob-toggle{display:none;align-items:center;background:none;border:1px solid #444;color:var(--text-main);font-size:18px;cursor:pointer;border-radius:3px;padding:2px 8px;line-height:1;flex-shrink:0;transition:border-color .15s,color .15s}.mob-toggle:hover{border-color:var(--text-main)}.body-grid{display:grid;grid-template-columns:var(--sidebar-w) minmax(0,1fr);width:100vw;min-height:calc(100vh - var(--topbar-h))}.sidebar{height:calc(100vh - var(--topbar-h));border-right:1px solid var(--border);background:#050505;font-family:var(--font-mono);display:flex;flex-direction:column;overflow:hidden;scrollbar-width:thin;scrollbar-color:#2d4a6e transparent;transition:transform .28s cubic-bezier(.4,0,.2,1),box-shadow .28s ease}.sidebar>aside>div[style*=overflowY]::-webkit-scrollbar,.sidebar>div[style*=overflowY]::-webkit-scrollbar{width:6px}.sidebar>aside>div[style*=overflowY]::-webkit-scrollbar-track,.sidebar>div[style*=overflowY]::-webkit-scrollbar-track{background:#060d16}.sidebar>aside>div[style*=overflowY]::-webkit-scrollbar-thumb,.sidebar>div[style*=overflowY]::-webkit-scrollbar-thumb{background:#1e3a5f;border-radius:4px}.sidebar>aside>div[style*=overflowY]::-webkit-scrollbar-thumb:hover,.sidebar>div[style*=overflowY]::-webkit-scrollbar-thumb:hover{background:#3b82f6}.main-area{padding:10px;background:var(--bg);min-width:0;overflow:hidden;display:flex;flex-direction:column;gap:8px;height:calc(100vh - var(--topbar-h));box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#1e2d45 #0a0f18}.sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b8;z-index:149;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer}.sidebar-backdrop.visible{display:block}.resp-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.show-mobile{display:none!important}@media (max-width: 1279px){:root{--sidebar-w: 240px}}@media (max-width: 1023px){:root{--sidebar-w: 220px}body{font-size:12px}.top-bar{padding:6px 10px;gap:6px}.main-area{padding:8px;gap:6px}}@media (max-width: 767px){:root{--sidebar-w: 285px}body{font-size:12px}.mob-toggle{display:flex}.body-grid{grid-template-columns:1fr}.sidebar{position:fixed;top:var(--topbar-h);left:0;height:calc(100vh - var(--topbar-h));width:var(--sidebar-w);z-index:150;transform:translate(-100%);box-shadow:none}.sidebar.sidebar-open{transform:translate(0);box-shadow:6px 0 40px #000000f2;animation:slideInLeft .28s cubic-bezier(.4,0,.2,1)}.main-area{padding:6px;gap:5px}.top-bar{height:auto;min-height:var(--topbar-h)}.hide-mobile{display:none!important}.show-mobile{display:initial!important}.topbar-title{font-size:11px!important;letter-spacing:1px!important;max-width:140px}}@media (max-width: 479px){:root{--sidebar-w: 100vw;--topbar-h: 40px}body{font-size:11px}.main-area{padding:4px;gap:4px}.top-bar{padding:4px 8px;gap:4px}.topbar-title{font-size:10px!important;letter-spacing:.5px!important;max-width:100px}}.sidebar>div:first-child{transition:max-height .25s ease}*{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;touch-action:manipulation}input,textarea,[contenteditable]{-webkit-user-select:text;user-select:text}.sidebar,.main-area,.resp-table-wrap,[style*="overflow-y: auto"],[style*="overflow-y:auto"],[style*="overflowY: auto"],[style*="overflow: auto"],[style*="overflow:auto"]{touch-action:pan-y}[style*="overflow-y: auto"]::-webkit-scrollbar,[style*="overflow-y:auto"]::-webkit-scrollbar,[style*="overflowY: auto"]::-webkit-scrollbar,[style*="overflow: auto"]::-webkit-scrollbar,[style*="overflow:auto"]::-webkit-scrollbar{width:5px;height:5px}[style*="overflow-y: auto"]::-webkit-scrollbar-track,[style*="overflow-y:auto"]::-webkit-scrollbar-track,[style*="overflowY: auto"]::-webkit-scrollbar-track,[style*="overflow: auto"]::-webkit-scrollbar-track,[style*="overflow:auto"]::-webkit-scrollbar-track{background:#0a0f18}[style*="overflow-y: auto"]::-webkit-scrollbar-thumb,[style*="overflow-y:auto"]::-webkit-scrollbar-thumb,[style*="overflowY: auto"]::-webkit-scrollbar-thumb,[style*="overflow: auto"]::-webkit-scrollbar-thumb,[style*="overflow:auto"]::-webkit-scrollbar-thumb{background:#1e2d45;border-radius:3px}button{min-height:36px;touch-action:manipulation}@media (min-width: 1024px) and (max-width: 1400px) and (pointer: coarse){:root{--sidebar-w: 280px}}[style*=col-resize]:hover>div,[style*=row-resize]:hover>div{background:#2d4a6e!important;transition:background .15s ease}.resize-grip-h{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;pointer-events:none;padding:4px 0}.resize-grip-h>span{width:3px;height:3px;border-radius:50%;background:#2d4a6e;display:block;transition:background .15s}[style*=col-resize]:active .resize-grip-h>span,[style*=col-resize]:hover .resize-grip-h>span{background:#60a5fa}.resize-grip-v{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:3px;pointer-events:none}.resize-grip-v>span{width:3px;height:3px;border-radius:50%;background:#2d4a6e;display:block;transition:background .15s}[style*=row-resize]:active .resize-grip-v>span,[style*=row-resize]:hover .resize-grip-v>span{background:#60a5fa}@media (pointer: coarse){[style*=col-resize]{min-width:28px!important;touch-action:pan-y!important}}.chart-wrapper-edge{width:calc(100% + 20px);margin-left:-10px;margin-right:-10px;background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden;position:relative;flex-shrink:0}.drag-divider-edge{height:28px;cursor:row-resize;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#0a0f18;-webkit-user-select:none;user-select:none;z-index:10;touch-action:none;width:calc(100% + 20px);margin-left:-10px;margin-right:-10px}@media (max-width: 1023px){.chart-wrapper-edge,.drag-divider-edge{width:calc(100% + 16px);margin-left:-8px;margin-right:-8px}}@media (max-width: 767px){.chart-wrapper-edge,.drag-divider-edge{width:calc(100% + 12px);margin-left:-6px;margin-right:-6px}}@media (max-width: 479px){.chart-wrapper-edge,.drag-divider-edge{width:calc(100% + 8px);margin-left:-4px;margin-right:-4px}}
