html{margin:0;padding:0}body{margin:0;padding:0;height:100vh}button{background-color:#000;color:#fff;border:none;border-radius:8px;padding:10px}button.error{border:1px solid red}input{min-width:13vw;border:1px solid rgba(209,209,209,.781);border-radius:5px;padding:10px}input:focus{outline:none;border:1px solid #009DFF}input.error{border:1px solid red}small{font-family:barlow}small.error{color:red}@font-face{font-family:bangers;src:url(Bangers.390eebb96b1d3e0c.ttf) format("opentype")}@font-face{font-family:road;src:url(RoadRage-Regular.3b367252d0e0dec0.ttf) format("opentype")}@font-face{font-family:barlow;src:url(BarlowCondensed-Light.71d0530aa587abef.ttf) format("opentype")}@font-face{font-family:barlow-medium;src:url(BarlowCondensed-Medium.d811b73eed3072af.ttf) format("opentype")}@font-face{font-family:barlow-bold;src:url(BarlowCondensed-Bold.ccf61282a701fb6b.ttf) format("opentype")}::-webkit-scrollbar{width:0}::-webkit-scrollbar-thumb{background-color:#00000080;border-radius:6px}::-webkit-scrollbar-track{background-color:transparent}:host{overflow-y:scroll;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.5) transparent}.lds-ring{position:relative;width:80px;height:30px;display:flex;align-items:center;justify-content:center}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:30px;height:30px;margin:8px;border:3px solid #fff;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#fff transparent transparent transparent}.lds-ring div:nth-child(1){animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rotating{animation:rotation 2s linear infinite;transition:rotation .5s ease}
