body{margin:0;padding:0;overflow:hidden;background:#a7a7a7;color:#535d6c;font-family:Oswald,sans-serif}.game-container{display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;background:#d1ccc0;user-select:none}canvas{overflow:hidden}.canvas-layer{position:absolute}.ui-container{display:flex;flex-direction:column;justify-content:space-around;width:960px;height:640px}.fade{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:0;z-index:1000}.fadein{animation-duration:.5s;animation-fill-mode:forwards;animation-name:fadein}.fadeout{animation-duration:.5s;animation-fill-mode:forwards;animation-name:fadeout}@keyframes fadein{0%{opacity:1}to{opacity:0}}@keyframes fadeout{0%{opacity:0}to{opacity:1}}.scene-header{position:relative;display:flex;flex-direction:row;justify-content:space-between;margin:20px}.scene-title{margin:0;padding:0;font-size:36px}.scene-footer{position:relative;display:flex;justify-content:space-between;margin:20px}.button{min-width:160px;height:50px;margin:10px;transform:skew(-25deg);cursor:pointer}.button:hover{transform:skew(-25deg) scale(1.05)}.button-bg{width:100%;height:100%}.button-mainbg,.button-secondbg{width:100%;height:50%}.button-mainbg{background:grey}.button-secondbg{background:silver}.button-text{font-size:30px;line-height:30px;padding:10px 20px;font-weight:700;color:#fff;text-align:center;transform:translateY(-50px) skewX(25deg)}.button-clicked{animation-fill-mode:backwards;animation-duration:.7s;animation-name:button-click}@keyframes button-click{0%{transform:skew(-25deg) scale(1.2)}to{transform:skew(-25deg) scale(1.05)}}.button-orange .button-mainbg{background:#ff7f2a}.button-orange .button-secondbg{background:#ff932a}.button-grey .button-mainbg{background:#6c535d}.button-grey .button-secondbg{background:#916f7c}.button-gold .button-text{color:#594d19}.button-gold .button-mainbg{background:#dbaf00}.button-gold .button-secondbg{background:#fc0}.upgrades-cash{margin:0;padding:0;display:flex;flex-direction:row}.upgrades-cash h1{padding:0;font-weight:400;margin:0 0 0 10px}.upgrades-cash-amount{font-weight:700!important}h1{margin:0;padding:0;font-size:36px;line-height:36px}.upgrades-container{position:relative;display:flex;flex-wrap:wrap;width:680px;margin:0 auto}.upgrades-upgrade{position:relative;width:130px;height:110px;margin:20px;background-color:#fcd959}.upgrades-description{width:620px;height:50px;background-repeat:no-repeat;padding-left:20px;line-height:60px;color:#fff;background:#ac9d93;transform:skewX(-25deg);margin:10px}.upgrades-description-text{font-size:16px;line-height:50px;transform:skewX(25deg)}.upgrades-upgrade{overflow:hidden}.upgrades-upgrade-progress{position:absolute;background:#ee7937;width:0;height:110px;left:0;top:0}.upgrades-upgrade-name{position:absolute;color:#fff;width:100%;height:100%;text-align:center;line-height:110px;font-size:20px;font-weight:700}.upgrades-upgrade-cost{position:absolute;right:0;bottom:0;line-height:16px;font-size:16px;padding:5px}.upgrades-upgrade-maxed{position:absolute;width:200%;height:40px;line-height:40px;text-align:center;background:#e64137;color:#fff;font-weight:700;transform:translate(-60px,40px) rotate(-45deg);visibility:hidden}.upgrades-upgrade:hover{transform:scale(1.05);cursor:pointer}.cantafford{opacity:.4}.clicked{animation-fill-mode:backwards;animation-duration:.7s;animation-name:click}@keyframes click{0%{transform:scale(1.3)}to{transform:scale(1.05)}}.scene-container.splash{display:flex;flex-direction:column;justify-content:center;align-items:center}.scene-container.splash .scene-title{font-size:72px;font-weight:700;margin:40px}.scene-container.splash .splash-text{font-size:40px}.howtoplay-tiles{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}.howtoplay-tile{width:280px;margin:0 20px;display:flex;flex-direction:column}.howtoplay-tile-image{width:280px;height:240px;background:#4d4d4d}.howtoplay-tile-text{font-size:18px;text-align:center}.howtoplay-tile.start{cursor:pointer}.howtoplay-tile.start .howtoplay-tile-image{background-image:url(play.0d62b937.png);background-repeat:no-repeat;background-position:50%}.howtoplay-tile.mouse-controls .howtoplay-tile-image{background-image:url(mouse-controls.b1f77e4a.png)}.howtoplay-tile.kill-ants .howtoplay-tile-image{background-image:url(kill-ants.b80585f6.png)}.howtoplay-tile.buy-upgrades .howtoplay-tile-image{background-image:url(upgrades.c619c75e.png)}.howtoplay-tile.skills-keys .howtoplay-tile-image{background-image:url(skills.2f9bad06.png)}.howtoplay-tile.survive-180 .howtoplay-tile-image{background-image:url(survive.430d34e4.png)}.game-completed{color:#fc0;background:#4d4d4d}.game-completed-container{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.game-completed-winner{width:240px;height:244px;background:url(winner.1c29cb04.png);margin:20px}.game-completed-title{font-size:42px;margin:20px}.game-completed-text{font-size:28px;margin:20px}.game-completed-text1{text-align:justify}.game-completed-text2{text-align:right}.summary-footer{justify-content:flex-end}.summary-stats{margin:20px;height:200px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:#4d4d4d}.summary-stat{width:200px;margin:10px;display:flex;flex-direction:column;text-align:center;color:#fc0}.summary-stat-head{display:flex;flex-direction:row;justify-content:center;font-size:18px}.summary-stat-amount{font-weight:700}.summary-stat-unit{margin-left:5px}.summary-stat-description{font-weight:700;font-size:24px}.summary-aside{margin:20px;display:flex;flex-direction:row;justify-content:space-between}.summary-challenges{width:50%;height:200px}.summary-challenges-header{font-size:24px;font-weight:700}.summary-challenge{display:flex;flex-direction:row;font-size:18px}.summary-challenge-amount{font-weight:700;margin-right:5px;width:30px;text-align:right}.summary-challenge-description{margin-right:5px;width:150px}.summary-challenge-reward{font-weight:700;width:50px;text-align:right}.summary-image{width:50%;display:flex;justify-content:center;align-items:center}.summary-image img{max-height:180px;pointer-events:none}.shadow{box-shadow:5px 5px rgba(162,152,174,.73)}.game-ui{display:flex;flex-direction:column;justify-content:space-between;position:absolute;width:100%;height:100%}.game-ui-header{margin:20px}.game-ui-container{display:flex;flex-direction:column;justify-content:center;height:335px;margin:20px}.game-ui-footer,.game-ui-header-top{display:flex;flex-direction:row;justify-content:space-between}.game-ui-footer{margin:20px}.game-ui-paused{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;width:100%;height:100%;color:#fff;background:rgba(0,0,0,.5);z-index:3000}.game-ui-paused-header{font-size:42px;font-weight:700}.game-ui-paused-text{font-size:24px}.game-ui-indicators{display:flex;flex-direction:column}.game-ui-skills{display:flex;flex-direction:row;align-items:flex-end}.game-ui-kills{display:flex;width:150px;height:50px;border:2px solid #483e37}.game-ui-kills-icon{display:flex;justify-content:center;align-items:center;width:50px;height:50px;background:#6c5d53}.game-ui-kills-img{width:32px;height:32px;background-image:url(indicator-icons.eb0a12f3.png);background-position:0 0}.game-ui-kills-amount{width:100px;height:50px;color:#6c5d53;background:#c8beb7;font-size:32px;line-height:50px;font-weight:700;text-align:center}.game-ui-kills-light{position:absolute;width:154px;height:27px;margin:-2px;background:hsla(0,0%,100%,.2)}.game-ui-pause{cursor:pointer;width:75px;height:50px;background-image:url(state-buttons.eac25516.png)}.game-ui-hp{display:flex;width:150px;height:50px;border:2px solid #668000}.game-ui-hp-icon{display:flex;justify-content:center;align-items:center;width:50px;height:50px;background:#8a0}.game-ui-hp-img{width:32px;height:32px;background-image:url(indicator-icons.eb0a12f3.png);background-position:-32px 0}.game-ui-hp-amount{width:100px;height:50px;color:#8a0;background:#d4ff2a;font-size:32px;line-height:50px;font-weight:700;text-align:center}.game-ui-hp-light{position:absolute;width:154px;height:27px;margin:-2px;background:hsla(0,0%,100%,.2)}.game-ui-fury{display:flex;width:150px;height:50px;border:2px solid #330080;margin-top:10px}.game-ui-fury-icon{display:flex;justify-content:center;align-items:center;width:50px;height:50px;background:#40a}.game-ui-fury-img{width:32px;height:32px;background-image:url(indicator-icons.eb0a12f3.png);background-position:-64px 0}.game-ui-fury-amount{width:100px;height:50px;color:#40a;background:#caf;font-size:32px;line-height:50px;font-weight:700;text-align:center}.game-ui-fury-light{position:absolute;width:154px;height:27px;margin:-2px;background:hsla(0,0%,100%,.2)}.game-ui-skill{display:flex;position:relative;width:62px;height:62px;margin-left:10px}.game-ui-skill.available{animation-name:skill-available;animation-fill-mode:forwards;animation-duration:.3s;animation-timing-function:ease-out}.game-ui-skill.unavailable{filter:grayscale(100%)}.game-ui-skill.active{animation-name:skill-active;animation-fill-mode:forwards;animation-duration:.8s;animation-timing-function:ease-out;animation-iteration-count:infinite}@keyframes skill-available{0%{transform:scale(1.4)}to{transform:scale(1)}}@keyframes skill-active{0%{transform:scale(1.1);filter:brightness(100%)}50%{transform:scale(1);filter:brightness(120%)}to{transform:scale(1.1);filter:brightness(100%)}}.game-ui-skill-icon{position:absolute;width:100%;height:100%;background-image:url(skill-icons.4b224130.png)}.game-ui-skill-cost{position:absolute;font-size:18;font-weight:700;line-height:18px;right:2px;bottom:2px;margin:2px}.game-ui-notifications{position:absolute;margin-top:10px;z-index:2000}.game-ui-notification{width:300px;margin-bottom:10px;padding:10px;color:#fff;background:#2c3e50;animation-name:notification;animation-fill-mode:forwards;animation-duration:5s;animation-timing-function:cubic-bezier(.68,-.55,.265,1.55)}@keyframes notification{0%{margin-left:-300px;opacity:0}10%{margin-left:0;opacity:1}90%{margin-left:0;opacity:1}to{margin-left:-300px;opacity:0}}.freeze .game-ui-skill-icon{background-position:0 0}.superrifle .game-ui-skill-icon{background-position:-62px 0}.kaboom .game-ui-skill-icon{background-position:-124px 0}.fortification .game-ui-skill-icon{background-position:-186px 0}.freeze .game-ui-skill-cost{color:#045}.superrifle .game-ui-skill-cost{color:#502d16}.kaboom .game-ui-skill-cost{color:#501616}.fortification .game-ui-skill-cost{color:#450}.game-ui-progress{position:absolute;display:flex;flex-direction:column;overflow:visible;z-index:1000}.game-ui-progress-pointer{background:grey}.game-ui-progress-best,.game-ui-progress-pointer{position:absolute;width:40px;height:4px;transform:translateX(-5px);bottom:0}.game-ui-progress-best{background:silver}.game-ui-progress-end{width:30px;height:30px;background:url(trophy.082d9b9f.png);margin-bottom:5px}.game-ui-progress-bar{position:relative;width:30px;height:300px;background:#fff;opacity:.4}.game-ui-reloading{visibility:hidden;display:flex;flex-direction:row;align-self:center;margin-top:180px;color:#fff}.game-ui-reloading-indicator{margin-left:5px}.loading{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;left:0;top:0;background:#000;color:#fff;width:100%;height:100%}.lds-ring{display:inline-block;position:relative;width:64px;height:64px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:51px;height:51px;margin:6px;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:6px solid transparent;border-top-color:#fff}.lds-ring div:first-child{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(0deg)}to{transform:rotate(1turn)}}