*{box-sizing:border-box;margin:0;padding:0}body{background-color:#000;color:#fff;font-family:cursive}button{background-color:transparent;border:1px solid #fff;border-radius:.5em;color:#fff;cursor:pointer;font-family:cursive;padding:0 .5em}button:hover{background-color:#fff;color:#000}button:active{background-color:#eee}button:disabled{background-color:#000;border-color:#000;color:#000;transition:background-color 1s,border-color 1s,color 1s}button.entering{opacity:0;pointer-events:none}button.hud{background-color:#000;color:#fff}button.hud:hover{background-color:#222;color:#fff}button.hud:active{background-color:#000}canvas{display:block;image-rendering:-moz-crisp-edges}.absolute{position:absolute}.relative{position:relative}.fade{background-color:#000;height:100%;left:0;position:absolute;top:0;transition:opacity 1s;width:100%}.flash-red{animation:flash-red 1s step-end infinite}@keyframes flash-red{0%{background-color:hsl(0,100%,40%)}50%{background-color:#000}}.fill-parent{height:100%;left:0;position:absolute;top:0;width:100%}.flex-center{align-items:center;display:flex;justify-content:center}.hud-pill{background-color:#000;border-radius:.5em;font-size:10pt;padding:0 .5em}.menu{align-items:center;background-color:rgba(0,0,0,.75);color:#fff;transition:color 1s;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;text-align:center;top:0;width:100%}.mt-1{margin-top:1em}.pe-none{pointer-events:none}.transition-opacity{transition:opacity 1s}