:root{--gray-50:#fff;--gray-100:#d0d0d0;--gray-200:#afafaf;--gray-300:#8f8f8f;--gray-400:#717171;--gray-500:#555;--gray-600:#393939;--gray-600-light:#39393959;--purple-100:#d5c9fa;--purple-200:#b8a3f6;--purple-300:#997cf2;--purple-400:#7a54ef;--purple-500:#582ddc;--purple-600:#3c1e95;--red-100:#f7c4ba;--red-200:#f29887;--red-300:#eb664d;--red-400:#de2300;--red-500:#a81b00;--red-600:#731200;--highlight-hover:#00000012;--highlight-pressed:#00000026}@media (prefers-color-scheme:dark){:root:has(#color-scheme option[value=system]:checked){--gray-50:#101010;--gray-100:#393939;--gray-200:#4f4f4f;--gray-300:#686868;--gray-400:#848484;--gray-500:#a7a7a7;--gray-600:#cfcfcf;--gray-600-light:#cfcfcf59;--purple-100:#3c1e95;--purple-200:#522acd;--purple-300:#6f46ed;--purple-400:#8e6ef1;--purple-500:#b099f5;--purple-600:#d5c8fa;--red-100:#721200;--red-200:#9c1900;--red-300:#cc2000;--red-400:#e95034;--red-500:#f08c79;--red-600:#f7c3ba;--highlight-hover:#ffffff1a;--highlight-pressed:#fff3}}:root:has(#color-scheme option[value=dark]:checked){--gray-50:#101010;--gray-100:#393939;--gray-200:#4f4f4f;--gray-300:#686868;--gray-400:#848484;--gray-500:#a7a7a7;--gray-600:#cfcfcf;--gray-600-light:#cfcfcf59;--purple-100:#3c1e95;--purple-200:#522acd;--purple-300:#6f46ed;--purple-400:#8e6ef1;--purple-500:#b099f5;--purple-600:#d5c8fa;--red-100:#721200;--red-200:#9c1900;--red-300:#cc2000;--red-400:#e95034;--red-500:#f08c79;--red-600:#f7c3ba;--highlight-hover:#ffffff1a;--highlight-pressed:#fff3}:root{--focus-ring-color:var(--purple-400);--text-color:var(--gray-600);--text-color-base:var(--gray-500);--text-color-hover:var(--gray-600);--text-color-disabled:var(--gray-200);--text-color-placeholder:var(--gray-400);--link-color:var(--purple-500);--link-color-secondary:var(--gray-500);--link-color-pressed:var(--purple-600);--border-color:var(--gray-300);--border-color-hover:var(--gray-400);--border-color-pressed:var(--gray-400);--border-color-disabled:var(--gray-100);--field-background:var(--gray-50);--field-text-color:var(--gray-600);--overlay-background:var(--gray-50);--button-background:var(--gray-50);--button-background-pressed:var(--background-color);--highlight-background:#6f46ed;--highlight-background-pressed:#522acd;--highlight-background-invalid:#cc2000;--highlight-foreground:white;--highlight-foreground-pressed:#ddd;--highlight-overlay:#6f46ed26;--invalid-color:var(--red-400);--invalid-color-pressed:var(--red-500);--font-size:.875rem;--font-size-sm:.75rem;--font-size-lg:1rem;--radius:8px;--radius-sm:6px;--radius-lg:10px;--radius-xl:16px;--spacing:.25rem;--spacing-1:var(--spacing);--spacing-2:calc(2*var(--spacing));--spacing-3:calc(3*var(--spacing));--spacing-4:calc(4*var(--spacing));--spacing-5:calc(5*var(--spacing));--spacing-6:calc(6*var(--spacing));--spacing-7:calc(7*var(--spacing));--spacing-8:calc(8*var(--spacing));--spacing-9:calc(9*var(--spacing));--spacing-10:calc(10*var(--spacing))}@media (min-resolution:200dpi){:root{--spacing:calc(.25rem*1.25);--font-size:1.0625rem;--font-size-sm:.9375rem;--font-size-lg:1.25rem}}@media (forced-colors:active){:root{--background-color:Canvas;--focus-ring-color:Highlight;--text-color:ButtonText;--text-color-base:ButtonText;--text-color-hover:ButtonText;--text-color-disabled:GrayText;--text-color-placeholder:ButtonText;--link-color:LinkText;--link-color-secondary:LinkText;--link-color-pressed:LinkText;--border-color:ButtonBorder;--border-color-hover:ButtonBorder;--border-color-pressed:ButtonBorder;--border-color-disabled:GrayText;--field-background:Field;--field-text-color:FieldText;--overlay-background:Canvas;--button-background:ButtonFace;--button-background-pressed:ButtonFace;--highlight-background:Highlight;--highlight-background-pressed:Highlight;--highlight-background-invalid:LinkText;--highlight-foreground:HighlightText;--highlight-foreground-pressed:HighlightText;--invalid-color:LinkText;--invalid-color-pressed:LinkText}}:root{--positive-color:#00aa00b4;--negative-color:#ff0000b4;--neutral-color:#00f0f0b4;--annot-color-g:#009000;--annot-color-r:red;--annot-color-c:#00a0a0;--annot-color-n:orange;--annot-text-color-1:#fff;--annot-text-color-2:#fff}@media (prefers-color-scheme:dark){:root:has(#color-scheme option[value=system]:checked){--positive-color:#0a0;--negative-color:red;--neutral-color:#00f0f0;--annot-color-g:#00f000;--annot-color-r:red;--annot-color-c:#00f0f0;--annot-color-n:#fdf6e3;--annot-text-color-1:#000;--annot-text-color-2:#fff}}:root:has(#color-scheme option[value=dark]:checked){--positive-color:#0a0;--negative-color:red;--neutral-color:#00f0f0;--annot-color-g:#00f000;--annot-color-r:red;--annot-color-c:#00f0f0;--annot-color-n:#fdf6e3;--annot-text-color-1:#000;--annot-text-color-2:#fff}.container{cursor:default;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:12px}.container:focus{outline:none}.container div.header{grid-area:header}.container div.content{grid-area:content}.container div.axisy{grid-area:axisy}.container div.axisx{grid-area:axisx}.container div.footer{grid-area:footer}.container div.title{border-bottom:2px solid var(--gray-600-light);color:var(--text-color);position:relative}.container div.borderLeftUp{border-left:1px solid var(--gray-600-light);position:absolute;top:80%;bottom:0}.container div.borderLeftDown{border-left:1px solid var(--gray-100);position:absolute;top:0;bottom:80%}.help{opacity:.9;background-color:var(--background-color);z-index:2}.klinechart{stroke:var(--positive-color)}.klinechart path.positive{stroke:var(--positive-color);fill:var(--positive-color)}.klinechart path.negative{stroke:var(--negative-color);fill:var(--negative-color)}.volumechart{stroke:var(--positive-color)}.volumechart path.positive{stroke:var(--positive-color);fill:var(--positive-color)}.volumechart path.negative{stroke:var(--negative-color);fill:var(--negative-color)}.axis path{stroke:var(--gray-600);fill:var(--gray-600);stroke-width:.7px}.axis text{fill:var(--gray-600)}.drawing-highlight path{stroke:var(--gray-600);fill:var(--gray-600);stroke-width:1px}.drawing-highlight rect{stroke:var(--gray-600);stroke-width:1px}.drawing-highlight text{fill:var(--gray-600)}.drawing-handle path,.drawing-handle rect,.drawing-handle circle{stroke:var(--gray-600);stroke-width:1px;fill:none}.drawing-handle text{fill:none}.drawing path{stroke:var(--gray-600);fill:var(--gray-600);stroke-width:.7px}.drawing rect{stroke:var(--gray-600);stroke-width:.7px}.drawing text{fill:var(--gray-600)}@keyframes blink{0%{opacity:0}50%{opacity:1}to{opacity:0}}.blinking-label{animation:1s blink}.label-title{color:var(--annot-color-r)}.label-mouse{color:var(--annot-color-g)}.label-refer{color:var(--annot-color-c)}.annot-mouse path{stroke:var(--annot-color-g);fill:var(--annot-color-g);stroke-width:.7px}.annot-mouse text{fill:var(--annot-text-color-1)}.annot-refer path{stroke:var(--annot-color-c);fill:var(--annot-color-c);stroke-width:.7px}.annot-refer text{fill:var(--annot-text-color-1)}.annot-positive path{stroke:var(--positive-color);fill:var(--positive-color);stroke-width:.7px}.annot-positive text{fill:var(--annot-text-color-1)}.annot-negative path{stroke:var(--negative-color);fill:var(--negative-color);stroke-width:.7px}.annot-negative text{fill:var(--annot-text-color-2)}:root{--color-light:#fff;--color-dark:#111;background-color:var(--background-color,var(--color-light));color:var(--color,var(--color-dark));color-scheme:var(--color-scheme,light);transition-duration:var(--transition-duration,.2s);transition-property:background-color,color}@media (prefers-color-scheme:dark){:root:has(#color-scheme option[value=system]:checked){--background-color:var(--color-dark);--color:var(--color-light);--color-scheme:dark}:root:has(#color-scheme option[value=system]:checked) a:hover{color:#535bf2}:root:has(#color-scheme option[value=system]:checked) button{background-color:#1a1a1a}}:root:has(#color-scheme option[value=dark]:checked){--background-color:var(--color-dark);--color:var(--color-light);--color-scheme:dark}@media screen and (prefers-reduced-motion:reduce),(update:slow){:root{--transition-duration:none}}body{min-width:320px;min-height:100vh;margin:0;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5;display:flex}button{cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#root{text-align:center;max-width:1280px;margin:0 auto;padding:2rem}.logo{will-change:filter;height:6em;padding:1.5em;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:20s linear infinite logo-spin}}.card{padding:2em}.read-the-docs{color:#888}
