.chart-zoom-btn-container{height:100%}.chart-zoom-btn,.chart-zoom-btn-container{display:flex;justify-content:center;align-items:center}.chart-zoom-btn{border-radius:50%;width:40px;height:40px;border:1px solid transparent;background:transparent}.chart-zoom-btn.toggled{background-color:rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.25)}.chart-zoom{width:25px;height:25px;cursor:pointer}.chart-zoom-btn:hover:not(.toggled){background-color:rgba(0,0,0,.1);cursor:pointer}.chart-zoom-btn:active{border:1px solid rgba(0,0,0,.25);background-color:rgba(0,0,0,.25)}@keyframes move{0%{left:-50%}to{left:150%}}@keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes frame-highlight{0%{outline:2px solid pro-palette(primary,500);outline-offset:4px;scale:1.05}to{outline:2px solid transparent}}@keyframes size-highlight{0%{background:pro-palette(primary,500)}to{background:transparent}}@keyframes waves{0%{transform-origin:bottom;transform:scaleY(1) scaleX(1.2);filter:saturate(1.5)}to{transform-origin:bottom;transform:scaleY(.8) scaleX(1.3);opacity:.8}}.chrome-extension{display:none}@media(min-width:992px){.chrome-extension{display:flex;justify-content:center}}.chrome-extension .chrome-extension-box{border:1px solid hsl(from var(--vs-border) h s l/1);border-radius:10px;display:flex;align-items:center;flex-direction:column;gap:16px;height:auto;width:calc(100% - 32px);text-align:left;margin:48px 0 0;padding:16px 32px;background:hsl(from var(--vs-content-bg) h s l/1);color:hsl(from var(--vs-text) h s l/1)}@media(min-width:992px){.chrome-extension .chrome-extension-box{flex-direction:row;gap:32px;padding:24px 32px;width:682px}}.chrome-extension .chrome-extension-info{width:100%}@media(min-width:992px){.chrome-extension .chrome-extension-info{width:60%}}.chrome-extension .chrome-extension-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.chrome-extension .chrome-extension-header img{margin-right:0}.chrome-extension .chrome-extension-header h4{font-size:24px!important;font-weight:500!important}.chrome-extension .info{width:90%;font-weight:400!important;font-size:16px!important;line-height:24px}.chrome-extension .chrome-extension-box button{background:var(--red-base);border-radius:10px;color:#fff!important;font-size:16px!important;padding:16px 25px;white-space:nowrap;transition:.2s ease;cursor:pointer}.chrome-extension .chrome-extension-box button:hover{background:var(--red-dark)}