#body{position:fixed;bottom:0;left:0;height:100dvh;width:100vw;display:block;padding:0;margin:0}#game{position:fixed;bottom:0;margin:auto auto;width:100%;height:100%;background-color:rgba(0,0,0,0);overflow:hidden}#minigun{width:15px;height:15px}#pauseBtn{opacity:70%;position:absolute;top:45px;right:1rem;width:30px;height:30px;font-family:Arial,Impact,sans-serif;font-weight:900;font-size:1.5rem;color:#d3d3d3;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0);border-radius:50%;box-shadow:0 0 2px .5px grey;border:none;z-index:795}.paused{opacity:1!important;color:#f5f5f5!important;box-shadow:0 0 2px .5px #f5f5f5!important}#layoutBtn{position:absolute;top:10px;right:1rem;width:30px;height:30px;font-size:1.2rem;display:flex;align-items:center;justify-content:center;background-color:inherit;border-radius:50%;box-shadow:0 0 2px .5px grey;border:none}.desktopAction{opacity:70%;display:flex;position:absolute;right:1.5rem;color:#fff;font-size:1.5rem;font-weight:bolder}.desktopMove{opacity:70%;position:absolute;left:1.5rem;color:#d3d3d3;font-size:1.5rem;font-weight:bolder}.spaceContainer{display:flex;flex-direction:row;padding-right:3rem}.spaceBtn{border-radius:15%;color:#2f4f4f}.laser{opacity:80%;position:fixed;width:2px;background:orange;border-left:.5px solid #fff;border-right:1px inset #fff}.enemy{display:flex;flex-direction:column;align-items:center}.score-display{position:absolute;top:10px;left:10px;font-family:Arial,sans-serif;color:#fff;background:rgba(0,0,0,.5);padding:10px;border-radius:5px;z-index:5}.score-display div{margin:5px 0}#indicator_dec{width:40px;height:45px}#poster_indicator{width:45px;height:45px}.ipip{margin-bottom:1px;position:relative;width:4px;height:5.5px;background-color:gold;border-radius:50%;border:.1px groove #a9a9a9}#indicatorContainer{display:flex;flex-direction:row;align-items:center}#missionContainer{display:flex;flex-direction:row;border-radius:5px;align-items:center;justify-content:center}#missionArrow{width:8px;opacity:.8;color:#f5f5f5;font-size:1.5rem;font-family:Arial,Impact,sans-serif;font-weight:900}.squadron-display{position:absolute;top:10px;left:50%;transform:translateX(-50%);font-family:Arial,Impact,sans-serif;color:#d3d3d3;z-index:9;max-width:300px;height:57px;display:flex;flex-direction:row;border-radius:5px;background-color:rgba(68,65,65,.2);border:2px solid rgb(245,245,245,.15)}.squad-seed{width:25px;height:55px;display:flex;flex-direction:column;position:relative;border-radius:5px;background:linear-gradient(to top,rgb(255,0,0,.1),rgb(245,245,245,.1))}.title{text-align:center}.seed::before{content:"";position:absolute;top:5%;bottom:5%;left:50%;right:48%;width:1px}.pip-container{align-self:center;width:95%;height:100%;padding:2px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);align-items:center;justify-items:center}.hidden{visibility:hidden}#live{background-color:green}@keyframes flasher{10%{background-color:red}50%{opacity:0%}55%{background-color:auto}}.deathFlash{animation:flasher 1s linear 1}@keyframes blinker{50%{opacity:40%}}.blink{animation:blinker 1s linear 1}@keyframes glower{25%{background-color:#ff8c00}50%{background-color:orange}75%{background-color:#ff8c00}}.glow{animation:glower 1s linear 1}@keyframes shim{25%{border:1px solid orange}50%{background-color:2px solid #fff}75%{background-color:1px solid orange}}.shimmer{animation:shim 1s linear 1}.modal{top:0;bottom:95px;opacity:60%;color:#fff;background-color:#242424;width:100%;display:flex;flex-direction:column;z-index:10;position:fixed;justify-self:center;font-family:Arial,Impact,sans-serif;border-radius:5px;z-index:810}.modal-head{align-content:center;text-align:center;width:100%;height:10vh;white-space:pre-line}.modal-body{position:absolute;top:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;height:50vh;white-space:pre-line}.modal-foot{position:absolute;bottom:30px;width:100%;height:10vh;margin-top:20px;display:flex;flex-direction:row;align-items:center;justify-content:center}.outro{position:fixed;top:0;opacity:70%;background-color:#000;color:#fff;width:100%;height:100vh;display:flex;flex-direction:column;z-index:810;font-family:Arial,Impact,sans-serif}.outro-head{align-content:center;text-align:center;width:100%;height:10vh;white-space:pre-line;font-family:Arial,Impact,sans-serif}.outro-body{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:60vh;font-family:Arial,Impact,sans-serif}.outro-foot{width:100%;height:20vh;white-space:pre-line;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.outro-btn{color:#f5f5f5;border-radius:5%;width:90px;height:25px;background-image:linear-gradient(#2ba55a 0,#086f44 100%);font-size:12px;border-style:groove;border:radial-gradient(black,green,#fff);box-shadow:0 0 4px 2px #90ee90;font-family:Arial,Impact,sans-serif;visibility:hidden}#moreBtn{color:#f5f5f5;border-radius:10%;width:50px;height:25px;background-image:linear-gradient(#2ba55a 0,#086f44 100%);font-size:12px;border-style:groove;box-shadow:0 0 4px 2px #ff0;font-family:Arial,Impact,sans-serif;margin-right:10px}#startBtn{visibility:hidden;color:#f5f5f5;border-radius:10%;width:50px;height:25px;background-image:linear-gradient(#2ba55a 0,#086f44 100%);font-size:12px;border-style:groove;box-shadow:0 0 4px 2px #90ee90;font-family:Arial,Impact,sans-serif}@keyframes moveToTop{0%{top:50%;left:50%;transform:translate(-50%,-50%);opacity:1}100%{top:10px;left:50%;transform:translateX(-50%);opacity:.8}}@keyframes startSlide{0%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}.btnCaption{justify-self:center;align-self:center}.controls{position:fixed;left:10px;bottom:5px;width:95%;height:90px;background-color:rgba(68,65,65,.3);border-radius:5%;line-height:20px;z-index:90;margin-top:5px;display:flex;align-items:center;justify-content:center}.mover{position:absolute;left:10px;width:160px}input[type=range]{-webkit-appearance:none;appearance:none;cursor:pointer;outline:0;border-radius:15px;height:4px;background:#636262}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;opacity:90%;height:43px;width:43px;background-image:url("../assets/gun_thumb1.png");background-size:cover;border-radius:20%;border:none}input[type=range]::-moz-range-thumb{opacity:90%;height:43px;width:43px;background-image:url("../assets/gun_thumb1.png");background-size:cover;border-radius:20%;border:none}.action-pad{position:absolute;right:10px;bottom:10px;display:flex;width:160px;justify-content:center;align-items:center}.trigger{border-radius:50%;width:55px;height:60px;opacity:100%;border:none;background-image:linear-gradient(#e10e0e 0,#8a0e0e 100%);box-shadow:1px 1px 2px rgba(243,157,157,.248),0 1px 1px gold;justify-items:center;align-content:center;margin-left:5px;margin-right:5px;outline:1px solid transparent}#shuffle{opacity:90%;border-radius:10%;width:45px;height:40px;background-color:rgba(0,0,0,.2);color:#d3d3d3;font-weight:700;border-style:outset;cursor:pointer;outline:2px solid transparent;box-shadow:-2px 3px 4px rgba(252,248,245,.406),0 1px 1px rgba(224,221,219,.549);padding-left:1px;padding-right:1px;align-items:center;justify-content:space-between}.eraser{opacity:90%;border-radius:50%;width:45px;height:45px;background-image:linear-gradient(#232222 0,#323131 100%);display:flex;justify-content:center;align-items:center;font-size:30px;font-weight:700;border-style:groove;border:radial-gradient(black,#ff8c00,#fff);margin-bottom:5px;box-shadow:0 0 4px 2px #f08080}.glowEraser{border:3px solid #ff8c00;box-shadow:0 0 6px 4px orange}.glowDecimator{box-shadow:0 0 10px 5px #d3d3d3}.sickShadow{box-shadow:0 0 4px 2px #f08080}.glowEgzema{background-color:#ff8c00!important;border-width:2px;box-shadow:0 0 6px 4px orange}.cureEgzema{background-color:#f5f5f5!important;border-width:2px;box-shadow:0 0 6px 4px #f5f5f5}.eggFade{opacity:0;transform:translateY(-25%);background-image:linear-gradient(to bottom,brown,#000);transition:opacity 1s ease-out,transform 1s ease-out,background-image .7s ease-out}.projectileFade{opacity:0;transform:translateY(+50%);transition:opacity .2s ease-out,transform .2s ease-out}.eggAppear{transform:scale(0);transition:transform .25s ease-in}#pauseOverlay{width:100vw;height:100vh;background-color:gray;opacity:.6;z-index:800;visibility:hidden}.spinner{position:fixed;left:calc(50vw - 44px);top:calc(50vh - 44px);width:88px;height:88px;border-radius:50%;background:radial-gradient(farthest-side,#90ee90 94%,#0000) top/14.1px 14.1px no-repeat,conic-gradient(#0000 30%,#90ee90);-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 14.1px),#000 0);animation:spinner-c7wet2 1.2s infinite linear;z-index:900}@keyframes spinner-c7wet2{100%{transform:rotate(1turn)}}