:root{--section-gap: 160px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-background-hover: #ccc;--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px;--border-color: #ccc}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}:root{--top-menu-height: 60px;--rounded-border-radius: 9px}:root{--scrollbar-margin: 3px;--scrollbar-width: 6px;--scrollbar--color: #7e7e7e}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-thumb{background-color:var(--scrollbar--color);border-radius:7px;border:var(--scrollbar-margin) solid white}::-webkit-scrollbar-thumb:hover{background-color:#555}html{scroll-behavior:smooth}html,body,#app{height:100%;overflow:hidden}body{padding-top:var(--top-menu-height)}header{position:fixed;top:0;left:0;width:100%;height:var(--top-menu-height);z-index:1000}main{overflow-y:auto;scrollbar-gutter:stable;height:100%}header{color:var(--color-text);display:flex;align-items:center;gap:24px;padding:0 20px}header .icon{opacity:70%;width:35px;height:35px}header nav{display:flex;align-items:center;gap:24px}header nav ul{align-items:center;gap:24px;display:flex;list-style:none}header nav a{display:inline-block;color:var(--color-text);text-decoration:none;font-weight:500;font-size:14px;line-height:14px;padding:8px 14px}header nav a:hover,header nav a.router-link-active{background-color:var(--color-background-hover)}header a{border-radius:var(--rounded-border-radius);border:1px solid #ddd;padding:8px 16px;font-weight:500;font-size:16px;line-height:16px;text-decoration:none}header a:hover{background-color:var(--color-background-hover)}#chart{font-size:12px}#chart .axis{color:#333;stroke-width:1.5px}#chart .axis text{font-size:12px}#chart .axis .tick line{stroke-width:.1px;shape-rendering:crispEdges}#chart .y-axis-label{font-size:12px}#chart .zero-line{stroke:#000;stroke-width:.1px}#chart .bar{fill:#98e078}#chart .bar.bar-negative{fill:#ff9898}#chart .axis text{font-weight:700;font-size:10px}#chart rect{opacity:.9}#chart line.bar-mouseover{stroke:#000;stroke-width:1px;opacity:.5;shape-rendering:crispEdges}#chart .bar-mouseover{font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:700}#chart .bar.past{fill:#d3d3d3;opacity:.5}#chart[data-v-395f1420]{align-self:flex-start;background-color:#fff;color:#000;text-align:center;border-radius:var(--rounded-border-radius);border:1px solid var(--border-color);overflow:hidden;width:900px;height:500px;padding:65px 40px 50px 55px}
