@import"https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap";@import"https://fonts.googleapis.com/css2?family=Rubik:wght@600&display=swap";.main{padding:2em;min-height:100%;display:flex;align-items:center;flex-direction:column;background-color:#070e22}.main__logo{height:96px;width:225px;background-image:url(/assets/favicon.3d205ecf.svg);background-size:contain;background-repeat:no-repeat}@media screen and (min-width: 768px){.main__logo{height:128px;width:300px}}.box{margin:4em 2em;background-color:#0b1532;border-radius:5px;overflow:hidden;display:flex;flex-direction:column}.box__sidebar{display:flex;flex-direction:column;align-items:center;flex:15%;background-color:#122254}.box__content{padding:2em;flex:85%}.content{font-family:Rubik,sans-serif;display:flex;flex-direction:column;justify-content:space-evenly;padding:1em 2em;width:90vw;gap:1em;transition:all .25s ease-in-out}.content__backdrop{inset:0;visibility:hidden;position:absolute;opacity:0;background-color:#070e2266}.content__backdrop--shown{visibility:visible;display:flex;justify-content:center;align-items:center;opacity:1}@media screen and (max-width: 768px){.content__backdrop--shown{align-items:flex-end}.content__backdrop--shown .content__dialog{transform:translateY(0)}}.content__dialog{z-index:999;border-radius:10px;background-color:#122254;padding:20px;display:flex;flex-direction:column;align-items:center;transition:transform .25s ease-in;justify-content:center;color:#dcf9f0}@media screen and (max-width: 768px){.content__dialog{transition:all .25s ease-in-out;transform:translateY(100%);min-width:100vw}}.content__link{padding:10px;border-radius:5px;filter:brightness(150%);background-color:#122254}.content__link:hover{filter:unset;background-color:#dcf9f0;color:#070e22}.content__file-upload{padding:1em;border-radius:5px;color:#dcf9f0;opacity:1;margin-bottom:0;background-color:#122254;font-family:Rubik,sans-serif;transition:all .25s ease-in-out;display:block;text-align:center}.content__file-upload:hover{background-color:#162b69}.content__url-upload{padding:1em;border-radius:5px;color:#dcf9f0;opacity:1;margin-bottom:0;background-color:#122254;font-family:Rubik,sans-serif;transition:all .25s ease-in-out;background-color:#188c67;transition:all .15s linear;margin-top:1em;text-align:center}.content__url-upload:hover{background-color:#162b69}.content__url-upload:hover{background-color:#1ba177}.content__url-upload--empty{margin-bottom:-100%;opacity:0;visibility:hidden}.content__url{display:grid}.content__input{font-size:1.1rem;font-family:Rubik,sans-serif;outline:none;border:none;caret-color:#dcf9f0;color:#dcf9f0;border-radius:5px;padding:.75em 0 .75em .75em;background-color:#122254}.content__input::placeholder{font-family:Rubik,sans-serif;color:#1b347e}@media screen and (min-width: 1280px){.content{width:30vw}}.progress{align-self:stretch;display:flex;gap:1em;justify-content:space-between;align-items:center}.progress-event{display:grid;overflow:hidden;border-radius:5px;background-color:#dcf9f0cc}.progress-event__child{padding:.75em 0 .75em 1em;justify-content:space-between;gap:1em;align-items:center;display:flex;z-index:1;grid-area:1/1}.progress-event__indicator{grid-area:1/1;padding:0 .5em;display:flex;transition:width .25s ease-out;align-items:center;justify-content:space-between;overflow:hidden;background-color:#1fb787}.progress-event__name{line-break:anywhere;color:#0b1737;text-transform:uppercase;text-overflow:ellipsis}.progress-event__copy{width:27px;height:27px;background-image:url(/assets/copy.b25a8892.svg);background-repeat:no-repeat;background-size:cover}.progress-event__copy:hover{background-position:0 -2px}.progress-event__action{padding-right:1em}svg{animation:rotate 2s linear infinite}svg circle{stroke:#070e22;stroke-linecap:round;stroke-dasharray:1,200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite}.toast{padding:.75em 1em;border-radius:5px;position:fixed;bottom:1em;opacity:0;right:1em;transition:opacity .25s linear;background-color:#59e3b7;color:#070e22;animation:appearIn .3s forwards,appearOut .3s 2.4s forwards}@keyframes appearIn{to{opacity:1}}@keyframes appearOut{to{opacity:0}}@keyframes rotate{to{transform:rotate(360deg)}}@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}}.sidebar{display:flex;align-items:center;justify-content:space-evenly;flex:15%;font-family:Rubik,sans-serif;font-size:1.1rem}.sidebar__item{transition:all .2s ease-in-out;padding:.75em;opacity:.6;color:#dcf9f0}.sidebar__item--active{font-size:1.1rem;color:#b1f2dd;transition:all .2s ease-in-out;opacity:1;position:relative}.sidebar__item--active:after{content:"";left:0;bottom:0;border-radius:100vw;height:2px;background-color:#dcf9f0;position:absolute;width:100%}html,body,#root{height:100%}body{margin:0}*{box-sizing:border-box}.pointer{cursor:pointer;transition:all .2s ease-in-out}@media (hover: none) and (pointer: coarse){.pointer{cursor:initial}}
