:root{--light-bg:#fff;--light-track:#a3a3a3;--light-value:#6b50ff;--light-text:#303030;--dark-bg:#161616;--dark-track:#525252;--dark-value:#6b50ff;--dark-text:#fff;--size:150px;--animation-duration:1e3ms;--animation-stagger:1e3ms}body,html{background:var(--light-bg)}.animated{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transition:all var(--animation-duration) ease-in-out;transition:all var(--animation-duration) ease-in-out}.centered{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.fit{bottom:0;left:0;position:fixed;right:0;top:0}.fit,.root{height:100%;width:100%}.root{background:var(--light-bg);overflow:hidden;text-align:center}.console{bottom:0;display:none;font-family:Tahoma,Geneva,sans-serif;font-size:16px;left:0;padding:16px;position:fixed;text-align:left}.console ul{line-height:1.3;list-style-position:inside;list-style-type:disc;margin:.5em 0}.console li{padding-left:.5em}@keyframes rotate{to{-webkit-transform:rotate(1turn);-ms-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}.svg{display:block;height:100%;height:var(--size);left:50%;margin-left:calc(var(--size)/-2);margin-top:calc(var(--size)/-2);max-width:75%!important;position:fixed;top:50%;width:var(--size)}.svg circle.bg{fill:none;stroke:var(--light-track);stroke-width:3px}.svg circle.fg{fill:none;stroke:var(--light-value);stroke-width:3px;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite,rotate 2s linear infinite;animation:dash 1.5s ease-in-out infinite,rotate 2s linear infinite;transform-box:fill-box;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.svg.failed circle.fg{stroke-dasharray:initial;-webkit-animation:none;animation:none;stroke:red}.svg path.ii{fill:var(--light-text)}@media (prefers-color-scheme:dark){.root,body,html{background:var(--dark-bg)}.svg circle.bg{stroke:var(--dark-track)}.svg circle.fg{stroke:var(--dark-value)}.svg path.ii{fill:var(--dark-text)}}pre{border:none;text-transform:none}.svg{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.hide .svg{opacity:.5;-webkit-transform:scale(0);transform:scale(0)}.hide{opacity:0}.hide .svg{-webkit-transition-delay:var(--animation-stagger);transition-delay:var(--animation-stagger)}