:root{--panel:#fff;--gap:#ebebeb;--text:#0f0f0f;--text-dim:#6a6d78;--hover:#f2f2f2;--active-bg:#ebebeb;--accent:#2962ff;--toggle-on:#26a69a;--legend-text:#202123;--slider-track:#d1d4dc;--slider-thumb:#4c8dff;--border:#e0e3eb;--shadow:0 2px 8px #00000026;--topbar-h:38px;--toolbar-w:52px;--bottombar-h:39px;--panel-w:280px;--font:-apple-system, BlinkMacSystemFont, "Trebuchet MS", Roboto, Ubuntu, sans-serif}*{box-sizing:border-box}html,body{background:var(--gap);height:100%;color:var(--text);font:14px var(--font);margin:0;overflow:hidden}button,select,input,textarea{font:inherit;color:inherit}button{cursor:pointer}.hidden{display:none!important}.spacer{flex:1}.sep{background:var(--gap);flex:none;width:1px;height:22px;margin:0 4px}.layout{grid-template-columns:var(--toolbar-w) minmax(0, 1fr) auto;grid-template-rows:var(--topbar-h) minmax(0, 1fr) var(--bottombar-h);grid-template-areas:"top top top""left center right""left bottom right";gap:4px;height:100%;display:grid}.layout.no-panel .rightpanel{display:none}.rightarea{grid-area:right;min-height:0;display:flex}.topbar{background:var(--panel);grid-area:top;align-items:center;gap:1px;padding:0 6px 0 10px;display:flex}.lefttoolbar{background:var(--panel);border-radius:0 4px 0 0;flex-direction:column;grid-area:left;align-items:center;gap:2px;padding:6px 0;display:flex}.chart-area{background:var(--panel);grid-area:center;min-width:0;min-height:0;position:relative;overflow:hidden}.chart-host{position:absolute;inset:0}.chart-host.hover-drawing,.chart-host.hover-drawing *{cursor:pointer!important}.rightpanel{width:var(--panel-w);border-right:1px solid var(--gap);background:var(--panel);flex-direction:column;min-height:0;display:flex;position:relative}.widgetbar{background:var(--panel);flex-direction:column;align-items:center;gap:4px;width:45px;padding:6px 0;display:flex}.bottombar{background:var(--panel);white-space:nowrap;grid-area:bottom;align-items:center;gap:2px;min-width:0;padding:0 6px;display:flex;overflow:hidden}.logo{margin-right:6px;display:flex}.tb-btn{white-space:nowrap;background:0 0;border:0;border-radius:4px;align-items:center;gap:4px;height:32px;padding:0 8px;display:flex}.tb-btn.icon{padding:0 3px}.tb-btn.narrow{padding:0 2px}.tb-btn:hover,.tool-btn:hover,.bb-btn:hover,.widget-btn:hover,.fav-btn:hover{background:var(--hover)}.tb-btn:disabled{opacity:.3;cursor:default;background:0 0}.tb-btn.active{background:var(--active-bg)}.symbol-btn{gap:6px;font-weight:600}.tf-group{gap:1px;display:flex}.tf-group .tb-btn{padding:0 6px}.tool-btn{background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;width:38px;height:36px;display:flex}.tool-btn.active{background:var(--active-bg);color:var(--accent)}.tool-btn.flag-on{color:var(--accent)}.tool-sep{background:var(--gap);width:32px;height:1px;margin:4px 0}.legend{z-index:3;color:var(--legend-text);pointer-events:none;flex-direction:column;gap:4px;font-size:13px;display:flex;position:absolute;top:6px;left:10px}.legend-row{align-items:center;gap:8px;display:flex}.legend-ind{color:var(--legend-text);white-space:nowrap;font-size:13px}.indicators-btn{gap:2px;padding:0 8px 0 4px}.inline-controls{align-items:center;gap:8px;display:inline-flex}.text-input{border:1px solid var(--border);border-radius:4px;width:110px;height:28px;padding:0 8px}.legend .title{font-size:16px;font-weight:400}.legend .dotlive{background:var(--toggle-on);border-radius:50%;width:8px;height:8px;margin:0 2px 0 -2px;display:inline-block}.legend .k{color:var(--text)}.legend .v{margin-left:1px}.favbar{z-index:5;background:var(--panel);border-radius:6px;align-items:center;height:38px;display:flex;position:absolute;box-shadow:0 2px 4px #0003,0 0 0 1px #0000000a}.favbar .grip{color:#b2b5be;cursor:grab;justify-content:center;width:24px;display:flex}.fav-btn{background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.fav-btn.active{background:var(--active-bg);color:var(--accent)}.stylebar{z-index:6;background:var(--panel);box-shadow:var(--shadow);white-space:nowrap;border-radius:6px;align-items:center;gap:4px;padding:4px 6px;display:flex;position:absolute;top:118px;left:10px}.stylebar .lbl{color:var(--text-dim);padding:0 4px;font-size:12px}.stylebar select{border:1px solid var(--border);background:var(--panel);border-radius:4px;height:28px}.color-field{align-items:center;gap:4px;display:inline-flex}.color-field input[type=color]{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:4px;width:26px;height:26px;padding:0}.color-field input[type=range]{width:64px}.color-field .pct{width:34px;color:var(--text-dim);text-align:right;font-size:12px}.icon-btn{background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.icon-btn:hover{background:var(--hover)}.replay-hint{z-index:6;background:var(--accent);color:#fff;pointer-events:none;border-radius:6px;padding:6px 12px;font-size:13px;position:absolute;top:44px;left:50%;transform:translate(-50%)}.text-editor{z-index:8;border:1px solid var(--accent);background:var(--panel);resize:both;border-radius:4px;outline:none;min-width:120px;padding:6px 8px;position:absolute}.debug{z-index:7;border:1px solid var(--border);width:460px;max-height:60%;box-shadow:var(--shadow);white-space:pre-wrap;background:#fffffff5;border-radius:4px;padding:8px 10px;font:11px/1.45 ui-monospace,Menlo,monospace;position:absolute;top:60px;right:70px;overflow:auto}.status{z-index:6;color:var(--text-dim);pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.panel-handle{z-index:2;cursor:ew-resize;width:5px;position:absolute;top:0;bottom:0;left:-3px}body.resizing,body.resizing *{-webkit-user-select:none;user-select:none;cursor:ew-resize!important}.widget-sep{background:var(--gap);width:28px;height:1px;margin:4px 0}.panel-title{padding:14px 14px 8px;font-weight:600}.object-list{flex:1;overflow:auto}.object-row{cursor:pointer;align-items:center;gap:8px;height:33px;padding:0 8px 0 14px;display:flex}.object-row:hover{background:var(--hover)}.object-row.selected{background:#e3effd}.object-row .name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.object-row .row-actions{display:none}.object-row:hover .row-actions{display:flex}.object-row .icon-btn{width:26px;height:26px}.object-row.is-hidden .name{opacity:.45}.object-empty{color:var(--text-dim);padding:8px 14px;font-size:13px}.widget-btn{background:0 0;border:0;border-radius:4px;flex-direction:column;align-items:center;width:44px;padding:4px 0;display:flex}.widget-btn small{margin-top:-2px;font-size:10px}.widget-btn.active{background:var(--active-bg)}.bottombar>*{flex-shrink:0}.bottombar>.ranges{flex-shrink:1;min-width:0;overflow:hidden}.bottombar>.spacer{flex-shrink:1;min-width:0}.ranges{display:flex}.bb-btn{background:0 0;border:0;border-radius:4px;align-items:center;gap:3px;height:32px;padding:0 6px;font-size:14px;display:flex}.bb-btn.icon{padding:0 3px}.bb-btn:disabled{opacity:.3;cursor:default;background:0 0}.bb-btn.toggle.on{color:var(--accent)}.bb-btn.active{background:var(--active-bg);color:var(--accent)}.replay-controls{align-items:center;gap:4px;margin-left:12px;display:flex}.speed{align-items:center;width:128px;margin:0 6px;display:flex;position:relative}.speed input{appearance:none;cursor:pointer;background:0 0;width:100%;height:16px;margin:0}.speed input::-webkit-slider-runnable-track{background:var(--slider-track);border-radius:2px;height:4px}.speed input::-webkit-slider-thumb{background:var(--slider-thumb);appearance:none;border:0;border-radius:50%;width:16px;height:16px;margin-top:-6px}.speed input::-moz-range-track{background:var(--slider-track);border-radius:2px;height:4px}.speed input::-moz-range-thumb{background:var(--slider-thumb);border:0;border-radius:50%;width:16px;height:16px}.speed-tip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#4c8dff;border-radius:10px;padding:2px 8px;font-size:12px;font-weight:600;transition:opacity .15s;position:absolute;bottom:26px;left:0}.speed:hover .speed-tip,.speed:focus-within .speed-tip{opacity:1}.step-btn{min-width:52px;color:var(--legend-text);justify-content:center;gap:4px;font-size:16px}#fav-toggle{color:#fff;background:#2e2e2e;border-radius:6px;width:36px;height:36px}#fav-toggle:hover{background:#1f1f1f}#fav-toggle.flag-on{color:#fff}.exit-btn{color:var(--text-dim);margin-left:6px;font-size:13px}.switch{cursor:pointer;width:38px;height:22px;margin-left:6px;display:inline-block;position:relative}.switch input{display:none}.switch span{background:#c1c4cd;border-radius:11px;transition:background .15s;position:absolute;inset:0}.switch span:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .15s;position:absolute;top:3px;left:3px}.switch input:checked+span{background:var(--toggle-on)}.switch input:checked+span:after{transform:translate(16px)}.clock{font-variant-numeric:tabular-nums}.menu{z-index:20;background:var(--panel);border-radius:6px;min-width:140px;max-height:60vh;padding:6px 0;position:fixed;overflow:auto;box-shadow:0 4px 20px #0003}.menu-title{padding:6px 16px 10px;font-size:16px;font-weight:600}.menu-item{text-align:left;background:0 0;border:0;align-items:baseline;gap:12px;width:100%;padding:7px 16px;display:flex}.menu-item:hover{background:var(--hover)}.menu-item.active{background:#e3effd}.menu-item .sub{color:var(--text-dim);flex:1;font-size:13px}.menu-item .src{color:var(--text-dim);font-size:12px}.dialog-backdrop{z-index:30;background:#00000040;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dialog{background:var(--panel);border-radius:8px;flex-direction:column;width:680px;max-width:calc(100vw - 32px);max-height:80vh;display:flex;box-shadow:0 8px 32px #00000040}.dialog.small{width:340px}.dialog-head{justify-content:space-between;align-items:center;padding:14px 16px 10px 20px;font-size:18px;font-weight:600;display:flex}.dialog-tabs{border-bottom:1px solid var(--border);gap:2px;padding:0 16px;display:flex;overflow-x:auto}.dialog-tabs button{white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;padding:8px 10px}.dialog-tabs button.active{border-bottom-color:var(--text)}.dialog-body{flex:1;padding:14px 20px;overflow:auto}.dialog-body input[type=datetime-local]{border:1px solid var(--border);border-radius:4px;width:100%;height:34px;padding:0 8px}.dialog-foot{border-top:1px solid var(--border);gap:8px;padding:12px 16px;display:flex}.btn{border:1px solid var(--border);background:var(--panel);border-radius:6px;height:34px;padding:0 14px}.btn.primary{border-color:var(--text);background:var(--text);color:#fff}.hint{color:var(--text-dim);margin:8px 0 0;font-size:12px}.form-section{color:var(--text-dim);text-transform:uppercase;margin:14px 0 6px;font-size:12px;font-weight:600}.form-section:first-child{margin-top:0}.form-row{justify-content:space-between;align-items:center;gap:12px;min-height:34px;display:flex}.form-row select,.form-row input[type=number]{border:1px solid var(--border);background:var(--panel);border-radius:4px;height:28px}.form-row input[type=number]{width:64px;padding:0 6px}.dialog-backdrop.clear{background:0 0}.ind-dialog{background:var(--panel);border-radius:12px;flex-direction:column;width:840px;max-width:calc(100vw - 32px);height:638px;max-height:calc(100vh - 32px);display:flex;overflow:hidden;box-shadow:0 8px 32px #00000040}.ind-head{justify-content:space-between;align-items:center;padding:18px 16px 12px 20px;display:flex}.ind-title{font-size:20px;font-weight:600}.ind-search{border:1px solid var(--border);border-radius:8px;align-items:center;gap:6px;height:40px;margin:0 20px 12px;padding:0 10px;display:flex}.ind-search:focus-within{border-color:var(--accent)}.ind-search input{background:0 0;border:0;outline:none;flex:1;font-size:16px}.ind-body{border-top:1px solid var(--border);flex:1;min-height:0;display:flex}.ind-nav{border-right:1px solid var(--border);width:200px;padding:12px 8px}.ind-nav-head{color:var(--text-dim);text-transform:uppercase;padding:6px 12px;font-size:12px;font-weight:600}.ind-nav-item{text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;width:100%;height:36px;padding:0 8px;font-weight:600;display:flex}.ind-nav-item.active{background:var(--active-bg)}.ind-list{flex:1;padding:8px 12px;overflow:auto}.ind-list-head{color:var(--text-dim);text-transform:uppercase;padding:8px 12px;font-size:12px}.ind-row{text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;width:100%;height:32px;padding:0 16px 0 12px;display:flex}.ind-row:hover{background:var(--hover)}.ind-name{flex:1}.ind-count{color:var(--text-dim);font-size:12px}.ind-empty{color:var(--text-dim);padding:24px 12px}.tvd-layer{z-index:40;position:fixed;inset:0}.tvd{background:var(--panel);width:max-content;min-width:380px;max-width:460px;max-height:calc(100vh - 80px);color:var(--text);border-radius:6px;flex-direction:column;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 4px #0003,0 0 0 1px #0000000a}.tvd-head{cursor:move;justify-content:space-between;align-items:center;padding:16px 12px 0 20px;display:flex}.tvd-title{font-size:20px;font-weight:600;line-height:28px}.tvd-close{background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.tvd-close:hover{background:var(--hover)}.tvd-tabs{border-bottom:1px solid var(--border);gap:24px;margin:16px 20px 0;display:flex}.tvd-tab{color:var(--text);background:0 0;border:0;padding:0 0 8px;font-size:16px;font-weight:600;position:relative}.tvd-tab.active:after{content:"";background:var(--text);border-radius:2px;height:4px;position:absolute;bottom:-1px;left:0;right:0}.tvd-body{flex:1;padding:16px 20px 20px;overflow:auto}.tvd-section{color:#6a6d78;letter-spacing:.4px;text-transform:uppercase;margin:16px 0 4px;font-size:11px}.tvd-section:first-child{margin-top:0}.tvd-row{align-items:center;gap:8px;min-height:42px;display:flex}.tvd-label{flex:1;padding:8px 20px 8px 0}.tvd-controls{align-items:center;gap:8px;display:flex}.tvd-input,.tvd-select{background:var(--panel);border:1px solid #dbdbdb;border-radius:8px;height:34px;padding:0 8px;font-size:14px}.tvd-input:focus,.tvd-select:focus{border-color:var(--accent);outline:none}.tvd-check{cursor:pointer;flex:1;align-items:center;gap:8px;display:flex}.tvd-check-input{opacity:0;pointer-events:none;position:absolute}.tvd-check-box{background:var(--panel);color:#fff;border:1px solid #b8b8b8;border-radius:4px;flex:none;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.tvd-check-box svg{visibility:hidden}.tvd-check-input:checked+.tvd-check-box{border-color:var(--text);background:var(--text)}.tvd-check-input:checked+.tvd-check-box svg{visibility:visible}.tvd-foot{border-top:1px solid var(--border);align-items:center;gap:12px;padding:16px 20px;display:flex}.tvd-menu-btn{background:var(--panel);border:1px solid #dbdbdb;border-radius:8px;align-items:center;gap:2px;height:34px;padding:0 6px 0 12px;display:flex}.tvd-btn{background:0 0;border:1px solid #000;border-radius:8px;height:34px;padding:0 11px}.tvd-btn.primary{color:#fff;background:#2e2e2e;border-color:#2e2e2e}.cb-button{background:var(--panel);border:1px solid #dbdbdb;border-radius:8px;align-items:center;gap:6px;height:34px;padding:0 6px;display:inline-flex}.cb-chip{background:repeating-conic-gradient(#d9d9d9 0 25%, #fff 0 50%) 0 0 / 8px 8px;border-radius:4px;width:22px;height:22px;overflow:hidden}.cb-fill{width:100%;height:100%;display:block}.cb-line{width:22px;height:1px}.cp-popup{z-index:60;background:var(--panel);border-radius:6px;width:248px;padding:12px 12px 14px;position:fixed;box-shadow:0 2px 4px #0003,0 0 0 1px #0000000a}.cp-grid{grid-template-columns:repeat(10,17px);gap:6px;display:grid}.cp-gap{grid-column:1/-1;height:0}.cp-swatch{cursor:pointer;border:1px solid #00000014;border-radius:2px;width:17px;height:17px;padding:0}.cp-swatch.selected{box-shadow:0 0 0 2px var(--panel), 0 0 0 3.5px var(--text)}.cp-divider{background:var(--border);height:1px;margin:12px 0 8px}.cp-plus{cursor:pointer;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;position:relative}.cp-plus:hover{background:var(--hover)}.cp-native{opacity:0;cursor:pointer;position:absolute;inset:0}.cp-label{color:#6a6d78;margin:10px 0 6px;font-size:12px}.cp-opacity{align-items:center;gap:10px;display:flex}.cp-slider{--cp-color:#000;background:linear-gradient(to right, transparent, var(--cp-color)), repeating-conic-gradient(#d9d9d9 0 25%, #fff 0 50%) 0 0 / 8px 8px;appearance:none;border-radius:6px;flex:1;height:12px;margin:0;box-shadow:inset 0 0 0 1px #0000001a}.cp-slider::-webkit-slider-thumb{appearance:none;background:#fff;border:2px solid #000;border-radius:50%;width:14px;height:14px}.cp-pct{text-align:right;border:1px solid #dbdbdb;border-radius:6px;width:47px;height:26px;padding:0 6px}.cp-thickness{gap:2px;display:flex}.cp-thick{background:0 0;border:0;border-radius:4px;flex:1;justify-content:center;align-items:center;height:30px;display:flex}.cp-thick span{background:var(--text);width:24px}.cp-thick.selected{background:#2e2e2e}.cp-thick.selected span{background:#fff}.legend-studies{flex-direction:column;align-items:flex-start;gap:1px;display:flex}.legend-study{pointer-events:auto;cursor:default;align-items:stretch;height:24px;font-size:13px;display:flex}.legend-study .legend-text{white-space:nowrap;border:1px solid #0000;border-right:0;border-radius:4px 0 0 4px;align-items:center;padding:0 4px;display:flex}.legend-actions{background:var(--panel);border:1px solid #dbdbdb;border-left:0;border-radius:0 4px 4px 0;align-items:center;display:none}.legend-study:hover .legend-text,.legend-study.selected .legend-text{background:var(--panel);border-color:#dbdbdb}.legend-study:hover .legend-actions,.legend-study.selected .legend-actions{display:flex}.legend-study.selected .legend-text,.legend-study.selected .legend-actions{border-color:var(--accent)}.legend-study.is-hidden .legend-text{color:#b8b8b8}.legend-actions button{width:28px;height:22px;color:var(--text);background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:flex}.legend-actions button:hover{background:var(--hover)}.legend-actions button:last-child{border-radius:0 4px 4px 0}.legend-toggle{pointer-events:auto;width:29px;height:21px;color:var(--text);background:#fffc;border:1px solid #dbdbdb;border-radius:3px;justify-content:center;align-items:center;margin:3px 0 0;padding:0;display:flex}.legend-toggle.collapsed svg{transform:rotate(180deg)}.dtb{z-index:6;background:var(--panel);white-space:nowrap;border-radius:6px;align-items:center;height:38px;display:flex;position:absolute;box-shadow:0 2px 4px #0003,0 0 0 1px #0000000a}.dtb-grip{color:#b2b5be;cursor:grab;justify-content:center;align-items:center;width:24px;height:38px;display:flex}.dtb-btn{min-width:38px;height:38px;color:var(--text);background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:0 4px;display:flex;position:relative}.dtb-btn:hover,.dtb-btn.open{background:var(--hover)}.dtb-btn.wide{flex-direction:row;gap:8px;width:70px}.dtb-bar{background-image:repeating-conic-gradient(#d9d9d9 0 25%, #fff 0 50%);background-size:4px 4px;border-radius:2px;width:22px;height:4px}.dtb-bar span{border-radius:2px;width:100%;height:100%;display:block}.dtb-btn:last-child{border-radius:0 6px 6px 0}.line-menu .menu-item{align-items:center;gap:14px;min-width:150px;height:36px;display:flex}.line-menu .menu-item.active{color:#fff;background:#2e2e2e}.line-sample{border-top:1px solid;width:22px}.tvd-textarea{resize:vertical;width:100%;height:auto;padding:8px}.template-menu{min-width:240px}.template-item{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;display:flex}.template-remove{color:#6a6d78;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:none}.template-item:hover .template-remove{display:flex}.template-remove:hover{background:var(--active-bg);color:var(--text)}.menu-sep{background:var(--border);height:1px;margin:4px 0}.tvd-top{z-index:70}.tvd-small{min-width:340px}
