:root{color-scheme:light}*{box-sizing:border-box}html,body{margin:0;height:100%;background:#fff}#root{height:100%}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes panelIn{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:none}}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes tapPulse{0%{opacity:.9;transform:scale(.45)}to{opacity:0;transform:scale(1.25)}}::selection{background:#1a1a17;color:#fff}.info-link{transition:color .15s}.info-link:hover{color:#39ff14!important}.vector-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;height:14px;cursor:pointer}.vector-range::-webkit-slider-runnable-track{height:3px;background-image:radial-gradient(circle,#1A1A17 1px,transparent 1.3px);background-size:11.667px 3px;background-repeat:repeat-x;background-position:left center}.vector-range::-webkit-slider-thumb{-webkit-appearance:none;width:9px;height:9px;margin-top:-3px;background:#39ff14;border:none;border-radius:50%}.vector-range::-moz-range-track{height:3px;background-image:radial-gradient(circle,#1A1A17 1px,transparent 1.3px);background-size:11.667px 3px;background-repeat:repeat-x;background-position:left center}.vector-range::-moz-range-thumb{width:9px;height:9px;background:#39ff14;border:none;border-radius:50%}.vector-range--touch{height:28px;touch-action:none}.vector-range--touch::-webkit-slider-runnable-track{height:3px;background-position:left center}.vector-range--touch::-webkit-slider-thumb{width:18px;height:18px;margin-top:-8px}.vector-range--touch::-moz-range-thumb{width:18px;height:18px}.ticker-track{display:inline-block;animation:tickerScroll 900s linear infinite}
