html,body,#root{height:100%;margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,sans-serif}.obhm-scope.obhm-light{--background: oklch(1 0 0);--foreground: oklch(.145 0 0);--card: oklch(1 0 0);--card-foreground: oklch(.145 0 0);--popover: oklch(1 0 0);--popover-foreground: oklch(.145 0 0);--primary: oklch(.205 0 0);--primary-foreground: oklch(.985 0 0);--secondary: oklch(.97 0 0);--secondary-foreground: oklch(.205 0 0);--muted: oklch(.97 0 0);--muted-foreground: oklch(.556 0 0);--accent: oklch(.97 0 0);--accent-foreground: oklch(.205 0 0);--destructive: oklch(.577 .245 27.325);--border: oklch(.922 0 0);--input: oklch(.922 0 0);--ring: oklch(.708 0 0);--chart-1: oklch(.646 .222 41.116);--chart-2: oklch(.6 .118 184.704);--chart-3: oklch(.398 .07 227.392);--chart-4: oklch(.828 .189 84.429);--chart-5: oklch(.769 .188 70.08);--sidebar: oklch(.985 0 0);--sidebar-foreground: oklch(.145 0 0);--sidebar-primary: oklch(.91 0 0);--sidebar-primary-foreground: oklch(24.776% .00003 271.152);--sidebar-accent: oklch(.97 0 0);--sidebar-accent-foreground: oklch(.205 0 0);--sidebar-border: oklch(.922 0 0);--sidebar-ring: oklch(.708 0 0)}.obhm-scope.obhm-dark{--background: oklch(.145 0 0);--foreground: oklch(.985 0 0);--card: oklch(.205 0 0);--card-foreground: oklch(.985 0 0);--popover: oklch(.205 0 0);--popover-foreground: oklch(.985 0 0);--primary: oklch(.922 0 0);--primary-foreground: oklch(.205 0 0);--secondary: oklch(.269 0 0);--secondary-foreground: oklch(.985 0 0);--muted: oklch(.269 0 0);--muted-foreground: oklch(.708 0 0);--accent: oklch(.269 0 0);--accent-foreground: oklch(.985 0 0);--destructive: oklch(.704 .191 22.216);--border: oklch(1 0 0 / 10%);--input: oklch(1 0 0 / 15%);--ring: oklch(.556 0 0);--chart-1: oklch(.488 .243 264.376);--chart-2: oklch(.696 .17 162.48);--chart-3: oklch(.769 .188 70.08);--chart-4: oklch(.627 .265 303.9);--chart-5: oklch(.645 .246 16.439);--sidebar: oklch(.205 0 0);--sidebar-foreground: oklch(.985 0 0);--sidebar-primary: oklch(27.685% .00003 271.152);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.269 0 0);--sidebar-accent-foreground: oklch(.985 0 0);--sidebar-border: oklch(1 0 0 / 10%);--sidebar-ring: oklch(.556 0 0)}.obhm-scope{display:flex;flex-direction:column;height:100%;min-height:0}.obhm-scope .obhm-root{display:flex;flex-direction:column;min-height:0;flex:1;color:var(--foreground);background-color:var(--background);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,sans-serif}.obhm-scope .obhm-controls{display:flex;flex-wrap:wrap;gap:12px 16px;padding:12px;background-color:color-mix(in oklch,var(--sidebar) 96%,transparent);border-bottom:1px solid var(--border);align-items:flex-end}.obhm-scope .obhm-control{display:flex;flex-direction:column;gap:4px;min-width:7rem}.obhm-scope .obhm-label{font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:var(--muted-foreground)}.obhm-scope .obhm-w-40,.obhm-scope .obhm-w-44,.obhm-scope .obhm-w-48,.obhm-scope .obhm-w-56{width:7rem}.obhm-scope .obhm-w-64{width:8rem}.obhm-scope .obhm-select-trigger{height:32px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 10px;border:1px solid var(--border);background-color:var(--card);color:var(--foreground);border-radius:6px}.obhm-scope .obhm-select-icon{opacity:.7}.obhm-scope .obhm-input{height:32px;padding:0 10px;border:1px solid var(--border);background-color:var(--card);color:var(--foreground);border-radius:6px;outline:none;box-sizing:border-box}.obhm-scope .obhm-input::placeholder{color:var(--muted-foreground);opacity:.7}.obhm-scope .obhm-input:focus{outline:2px solid var(--ring);outline-offset:2px}.obhm-scope .obhm-input:disabled{opacity:.7;cursor:not-allowed}.obhm-scope .obhm-select-content{position:fixed;background-color:var(--popover);color:var(--foreground);border:1px solid var(--border);border-radius:8px;padding:0;box-shadow:0 8px 24px #00000059;z-index:1000;outline:none;min-width:var(--radix-select-trigger-width);width:auto;max-width:calc(100vw - 16px)}.obhm-scope .obhm-select-viewport{padding:6px;max-height:260px;overflow-y:auto}.obhm-scope .obhm-select-label{display:block;width:100%;box-sizing:border-box;font-size:11px;color:var(--muted-foreground);padding:8px 12px}.obhm-scope .obhm-select-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-radius:8px;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;width:100%;box-sizing:border-box;margin:2px 0;transition:background-color .12s ease}.obhm-scope .obhm-select-item[data-highlighted]{outline:none;background-color:var(--secondary);color:var(--secondary-foreground)}.obhm-scope .obhm-select-item[data-state=checked]{background-color:color-mix(in oklch,var(--primary) 15%,transparent)}.obhm-scope .obhm-select-indicator{padding-left:8px;margin-left:auto}.obhm-scope .obhm-sensitivity{display:flex;align-items:center;gap:8px;width:16rem}.obhm-scope .obhm-slider{position:relative;display:flex;align-items:center;width:12rem;height:20px}.obhm-scope .obhm-slider-track{position:relative;flex:1;height:4px;background-color:var(--input);border-radius:999px}.obhm-scope .obhm-slider-range{position:absolute;height:100%;background-color:var(--primary);border-radius:999px}.obhm-scope .obhm-slider-thumb{display:block;width:16px;height:16px;background-color:var(--foreground);border:2px solid var(--background);border-radius:50%;box-shadow:0 1px 2px #00000040;cursor:grab}.obhm-scope .obhm-slider-thumb:active{cursor:grabbing}.obhm-scope .obhm-slider-thumb:focus{outline:2px solid var(--ring);outline-offset:2px}.obhm-scope .obhm-sensitivity-value{width:2.5rem;font-size:12px;color:var(--muted-foreground);text-align:right}.obhm-scope .dashboard{flex:1;min-height:0;display:flex;overflow:hidden;background-color:var(--background);position:relative}.obhm-scope .heatmap-wrapper{flex:1;position:relative;background-color:var(--background);min-width:0}.obhm-scope .heatmap{display:block;width:100%;height:100%;background-color:var(--background)}.obhm-scope .heatmap canvas{display:block}.obhm-scope .crosshair-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:4}.obhm-scope .current-tick-wrapper{flex-shrink:0;background-color:var(--background);position:relative}.obhm-scope .current-tick{width:100%;height:100%;background-color:var(--background)}.obhm-scope .current-tick canvas{display:block}.obhm-scope .side{width:280px;flex-shrink:0;background-color:var(--background)}.obhm-scope .volume-chart-wrapper{height:100%;width:100%;background-color:var(--background)}.obhm-scope .volume-chart{width:100%;height:100%;background-color:var(--background)}.obhm-scope .axis-x path,.obhm-scope .axis-x line,.obhm-scope .axis-y path,.obhm-scope .axis-y line{stroke:#9ca3af}.obhm-scope .axis-x text,.obhm-scope .axis-y text{fill:#9ca3af}.obhm-scope .tooltip{background-color:var(--popover);border:1px solid var(--border);padding:6px 8px;border-radius:6px;color:var(--foreground);font-size:12px;z-index:1000}.obhm-scope .tooltip.tooltip--buy{background-color:#0c7c57;border-color:#10b981}.obhm-scope .tooltip.tooltip--sell{background-color:#a12c2c;border-color:#ef4444}.obhm-scope .trades table{width:100%;border-collapse:collapse}.obhm-scope .trades th,.obhm-scope .trades td{padding:5px;text-align:left}.obhm-scope .trades th{border-bottom:1px solid #9ca3af}.obhm-scope .trades-body .buy{color:#10b981}.obhm-scope .trades-body .sell{color:#ef4444}.obhm-scope .trades-body .top-trade{font-weight:700}.obhm-scope .obhm-select-content:focus{outline:none}.obhm-scope .obhm-select-item:focus{outline:none}.obhm-scope .obhm-select-item:hover{background-color:var(--secondary);color:var(--secondary-foreground)}.obhm-scope .obhm-select-item [data-radix-select-item-text]{flex:1;min-width:0}.obhm-scope .obhm-tabs-root{display:flex;flex-direction:column;height:100%;min-height:0}.obhm-scope .obhm-tabs-list{display:flex;align-items:center;gap:4px;padding:8px 12px 0;background-color:color-mix(in oklch,var(--sidebar) 96%,transparent);border-bottom:1px solid var(--border);flex-shrink:0}.obhm-scope .obhm-tabs-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 12px;border:1px solid var(--border);background-color:var(--card);color:var(--muted-foreground);border-radius:6px 6px 0 0;font-size:13px;font-weight:500;cursor:pointer;transition:all .12s ease;-webkit-user-select:none;user-select:none;min-width:80px}.obhm-scope .obhm-tabs-trigger:hover{background-color:var(--secondary);color:var(--secondary-foreground)}.obhm-scope .obhm-tabs-trigger[data-state=active]{background-color:var(--background);color:var(--foreground);border-bottom-color:var(--background);font-weight:600}.obhm-scope .obhm-tab-label{flex:1;text-align:left}.obhm-scope .obhm-tab-remove-btn{display:flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:none;background-color:transparent;color:var(--muted-foreground);border-radius:50%;cursor:pointer;font-size:16px;line-height:1;transition:all .12s ease;flex-shrink:0}.obhm-scope .obhm-tab-remove-btn:hover{background-color:var(--muted);color:var(--foreground)}.obhm-scope .obhm-tabs-trigger[data-state=active] .obhm-tab-remove-btn:hover{background-color:var(--destructive);color:var(--primary-foreground)}.obhm-scope .obhm-tab-add-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;margin-left:4px;border:1px solid var(--border);background-color:var(--card);color:var(--muted-foreground);border-radius:6px;cursor:pointer;font-size:18px;line-height:1;transition:all .12s ease}.obhm-scope .obhm-tab-add-btn:hover:not(:disabled){background-color:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.obhm-scope .obhm-tab-add-btn:disabled{opacity:.5;cursor:not-allowed}.obhm-scope .obhm-tabs-content{flex:1;min-height:0;display:flex;flex-direction:column}.obhm-scope .obhm-tabs-content[data-state=inactive]{display:none}.obhm-scope .obhm-error-wrapper{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;background-color:var(--background);padding:24px}.obhm-scope .obhm-error-box{max-width:520px;width:100%;border:1px solid var(--border);background-color:var(--card);color:var(--foreground);border-radius:10px;padding:18px 20px;box-shadow:0 8px 24px #00000040;text-align:center}.obhm-scope .obhm-error-title{font-weight:600;font-size:16px;margin-bottom:6px}.obhm-scope .obhm-error-msg{font-size:14px;margin-bottom:8px;color:var(--foreground)}.obhm-scope .obhm-error-hint{font-size:12px;color:var(--muted-foreground)}.obhm-scope .obhm-loading-wrapper{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;background-color:var(--background);padding:24px}.obhm-scope .obhm-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:color-mix(in oklch,var(--background) 70%,transparent);z-index:5}.obhm-scope .obhm-loading-box{display:flex;flex-direction:column;align-items:center;gap:10px;min-width:180px;padding:16px 18px;border-radius:10px;border:1px solid var(--border);background-color:var(--card);color:var(--foreground);box-shadow:0 8px 24px #00000040}.obhm-scope .obhm-spinner{width:24px;height:24px;border:3px solid var(--input);border-top-color:var(--primary);border-radius:50%;animation:obhm-spin 1s linear infinite}@keyframes obhm-spin{to{transform:rotate(360deg)}}.obhm-scope .obhm-loading-text{font-size:12px;color:var(--muted-foreground)}.obhm-scope .obhm-jump-front{position:absolute;right:12px;bottom:12px;z-index:6;padding:8px 10px;border-radius:8px;background-color:var(--primary);color:var(--primary-foreground);border:1px solid var(--border);box-shadow:0 4px 12px #00000040;cursor:pointer;font-size:12px;line-height:1}.obhm-scope .obhm-jump-front:hover{background-color:color-mix(in oklch,var(--primary) 85%,var(--card))}.obhm-scope .obhm-jump-front:active{transform:translateY(1px)}.obhm-scope .obhm-config-button{display:none;align-items:center;gap:6px;height:32px;padding:0 12px;border:1px solid var(--border);background-color:var(--card);color:var(--foreground);border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;transition:all .12s ease}.obhm-scope .obhm-config-button:hover{background-color:var(--secondary);color:var(--secondary-foreground)}.obhm-scope .obhm-config-button svg{flex-shrink:0}.obhm-scope .obhm-controls-inline{display:flex;flex-wrap:wrap;gap:12px 16px}.obhm-scope .obhm-logo{display:flex;align-items:center;gap:16px;margin-left:auto;padding:8px 12px;border-radius:6px}.obhm-scope.obhm-light .obhm-logo{background-color:#464646}.obhm-scope .obhm-logo img{height:40px;width:auto}.obhm-scope .obhm-logo-link{display:flex;align-items:center;cursor:pointer;transition:opacity .2s ease}.obhm-scope .obhm-logo-link:hover{opacity:.8}@media (max-width: 1470px){.obhm-scope .obhm-controls-inline{display:none!important}.obhm-scope .obhm-config-button{display:flex}}@media (max-width: 770px){.obhm-scope .obhm-logo-atas{display:none}}@media (max-width: 930px){.obhm-scope .obhm-logo-nasdaq{display:none}}@media (max-width: 530px){.obhm-scope .obhm-logo-market-atlas{display:none!important}}.obhm-scope .obhm-dropdown-content{min-width:280px;max-width:320px;background-color:var(--popover);border:1px solid var(--border);border-radius:8px;padding:8px;box-shadow:0 8px 24px #00000059;z-index:1000;animation:obhm-dropdown-slide-down .15s ease-out}@keyframes obhm-dropdown-slide-down{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.obhm-scope .obhm-dropdown-item{padding:4px 0}.obhm-scope .obhm-dropdown-item .obhm-control{min-width:100%}.obhm-scope .obhm-dropdown-item .obhm-sensitivity{width:100%}.obhm-scope .obhm-dropdown-separator{height:1px;background-color:var(--border);margin:8px 0}.obhm-scope .obhm-symbol-control{position:relative}.obhm-scope .obhm-symbol-input-wrapper{position:relative;display:flex;flex-direction:column}.obhm-scope .obhm-symbol-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background-color:var(--popover);border:1px solid var(--border);border-radius:6px;box-shadow:0 8px 24px #00000059;z-index:1000;max-height:240px;overflow-y:auto;animation:obhm-dropdown-slide-down .15s ease-out}.obhm-scope .obhm-symbol-dropdown-item{padding:8px 12px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .12s ease;font-size:13px;color:var(--foreground)}.obhm-scope .obhm-symbol-dropdown-item:first-child{border-radius:6px 6px 0 0}.obhm-scope .obhm-symbol-dropdown-item:last-child{border-radius:0 0 6px 6px}.obhm-scope .obhm-symbol-dropdown-item:hover{background-color:var(--secondary);color:var(--secondary-foreground)}.obhm-scope .obhm-symbol-dropdown-item:active{background-color:var(--primary);color:var(--primary-foreground)}.obhm-scope .obhm-divider{width:8px;margin-left:-8px;flex-shrink:0;cursor:col-resize;position:relative;z-index:3;background:transparent}
