*,:after,:before{box-sizing:border-box}a,b,blockquote,body,canvas,caption,code,div,em,embed,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,label,li,main,nav,object,ol,p,pre,section,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;text-size-adjust:none}@font-face{font-family:Quicksand;src:url(/fonts/Quicksand-VariableFont_wght.ttf) format("TrueType");font-weight:200 900;font-stretch:75% 125%}body,html{background:#000;height:100vh;font-family:Quicksand,serif}.main-canvas{position:fixed!important;left:0;top:0;inset:0}.btn,.btn--lg{background:transparent;border:1px solid #fff;border-radius:.5rem;color:#fff;cursor:pointer;font-family:Quicksand;font-size:.9rem;font-weight:600;overflow:hidden;position:relative;pointer-events:visible;text-transform:uppercase;transition:background-color .3s,color .3s,opacity .3s;transform:translateZ(0);height:2.5rem;width:9rem;z-index:1}@media(max-width:960px){.btn,.btn--lg{width:100%}}.btn--lg:after,.btn:after{background:#fff;content:"";position:absolute;left:0;top:0;height:350%;width:200%;opacity:0;transform:translateX(-100%) rotate(45deg) translateZ(0);transition:transform .4s,opacity .4s;z-index:-1}@media(max-width:960px){.btn--lg:after,.btn:after{display:none}}@media(min-width:960px){.btn--lg:hover:not(:disabled),.btn.selected,.btn:hover:not(:disabled),.selected.btn--lg{color:#000}}.btn--lg:hover:not(:disabled):after,.btn.selected:after,.btn:hover:not(:disabled):after,.selected.btn--lg:after{opacity:1;transform:translateX(-10%) rotate(45deg)}@media(max-width:960px){.btn.selected,.selected.btn--lg{background-color:#fff;color:#000}}.btn--lg:active:not(:disabled),.btn:active:not(:disabled){transform:translateY(.1rem)}.btn--lg:disabled,.btn:disabled{cursor:not-allowed;opacity:.6}.btn--lg{border-radius:1rem;font-size:1.2rem;font-weight:700;height:3.5rem;width:12rem}@media(max-width:960px){.btn--lg{width:100%}}.countdown{color:hsla(0,0%,100%,.7);display:flex;flex-direction:column;align-items:center;font-size:8rem;font-weight:700;line-height:1;text-shadow:.1rem .1rem .1rem rgba(0,0,0,.3);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media(max-width:960px){.countdown{font-size:6rem;text-align:center}}.countdown p{font-size:2rem}.hud{position:fixed;left:0;top:0;inset:0;pointer-events:none}.hud__buttons{display:flex;gap:1rem;position:absolute;left:50%;bottom:10%;transform:translateX(-50%)}@media(max-width:960px){.hud__buttons{flex-direction:column;bottom:4%;width:90%}}.hud__controls{display:flex;flex-direction:column;gap:1rem;position:absolute;left:50%;bottom:11%;transform:translateX(-50%)}@media(max-width:960px){.hud__controls{bottom:2%;width:90%}}.hud__controls .controls__text{color:#fff;text-align:center;font-size:2rem}@media(max-width:960px){.hud__controls .controls__text{font-size:1.5rem}}.hud__controls .controls__list{display:flex;gap:1rem}@media(max-width:960px){.hud__controls .controls__list{flex-direction:column}}.hud__status{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 3% 0}.hud__status .status__wrapper,.hud__status .status__wrapper--player{display:flex;align-items:center;gap:4rem;width:100%}@media(max-width:960px){.hud__status .status__wrapper,.hud__status .status__wrapper--player{gap:1rem}}.hud__status .status__wrapper--player{display:block;position:relative}@media(max-width:960px){.hud__status .status__wrapper--player .status__hp{order:1}}.hud__status .status__wrapper--player .status__hp{left:auto;right:1rem}.hud__status .status__hp{color:#fff;font-weight:700;font-size:2rem;mix-blend-mode:difference;text-shadow:1px 1px 3px rgba(0,0,0,.6);position:absolute;left:1rem;z-index:2}.hud__status .status__bar,.hud__status .status__bar--machine,.hud__status .status__bar--player{border:2px solid #000;display:flex;align-items:center;padding:0 1rem;position:relative;height:2.5rem;width:100%}.hud__status .status__bar .bar__label,.hud__status .status__bar--machine .bar__label,.hud__status .status__bar--player .bar__label{font-size:1rem;font-weight:600;mix-blend-mode:difference;color:#fff;position:relative;z-index:2}.hud__status .status__bar .bar__progress,.hud__status .status__bar--machine .bar__progress,.hud__status .status__bar--player .bar__progress{background-color:hsla(0,0%,100%,.9);content:"";position:absolute;left:0;top:0;transition:width .3s;transform:translateZ(0);height:100%;width:100%}.hud__status .status__bar--machine{justify-content:flex-end}.hud__status .status__bar--machine .bar__progress{left:auto;right:0}.modal{background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;position:fixed;left:0;top:0;height:100%;width:100%;transform:translateZ(0);pointer-events:visible;z-index:1100}.modal.instructions .modal__content{background:rgba(30,30,30,.9)}.modal__content{background:linear-gradient(90deg,rgba(255,7,33,.7),rgba(27,22,255,.7));box-shadow:0 0 2rem hsla(0,0%,100%,.3);border-radius:1rem;text-align:center;max-width:37.5rem;padding:2rem;width:100%}@media(max-width:960px){.modal__content{margin:0 2rem}}.modal p{color:#fff;font-weight:500}.modal__content__title{color:#fff;font-size:3rem;font-weight:700;margin-bottom:2rem}@media(max-width:960px){.modal__content__title{font-size:2rem}}.modal__content__text{margin-bottom:1rem;text-align:left}.modal__list{margin-bottom:2rem;text-align:left;list-style:none}.modal__list li{margin-bottom:1rem}.modal__list strong{font-weight:700}.loader{background-color:#000;position:fixed;left:0;top:0;transition:opacity .3s;height:100%;width:100%;z-index:100}.loader.hide{opacity:0;pointer-events:none;z-index:-1}.loader__progress{background:linear-gradient(90deg,#1b16ff,#ff0721);display:flex;align-items:center;justify-content:center;position:fixed;left:0;top:0;height:100vh;z-index:1}.loader__data{color:hsla(0,0%,100%,.8);font-size:10vw;font-family:Quicksand;font-weight:600;line-height:1;text-align:center;text-shadow:.3rem .3rem .3rem rgba(0,0,0,.2);text-transform:uppercase;position:relative;z-index:1}