*{box-sizing:border-box}*:before,*:after{box-sizing:inherit}html,body{padding:0;margin:0;font-size:100%;font-family:'Helvetica', 'Verdana', sans-serif;font-weight:400;line-height:1;color:#ccc;-webkit-font-smoothing:antialiased;border-collapse:collapse}body{min-height:100vh;width:100%;background:#262626 url("../img/bg-default.jpg") center no-repeat;background-size:cover;color:#ccc;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;text-align:center;-ms-flex-pack:center;justify-content:center}.header{width:100%;padding:2vh 0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.header__logo{max-width:85vw;max-height:60px}@media only screen and (max-device-width: 1024px) and (orientation: landscape){.header__logo{max-height:30px}}.loader{left:50%;top:50%;position:fixed;transform:translate(-50%, -50%)}.loader__spinner{opacity:1;fill:none;stroke:#be1335;stroke-width:3px;transform-origin:50%;animation:line 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite,rotate 1.6s linear infinite;transition:opacity 0.8s ease-in;transition-delay:0.6s}.loader__spinner--hidden{opacity:0}.loader__complete{fill:none;stroke:#15b64d;stroke-width:3px;stroke-dasharray:115;stroke-dashoffset:115;transform-origin:50%;animation:dash 1s ease-out forwards 1;animation-delay:1s}@keyframes rotate{from{transform:rotate(0)}to{transform:rotate(450deg)}}@keyframes line{0%{stroke-dasharray:2, 85.964;transform:rotate(0)}50%{stroke-dasharray:65.973, 21.9911;stroke-dashoffset:0}100%{stroke-dasharray:2, 85.964;stroke-dashoffset:-65.973;transform:rotate(90deg)}}@keyframes dash{to{stroke-dashoffset:0}}main{width:100%}main h1{margin:0.65rem}main h2{text-align:left;margin:0.5rem}main h3{margin:0.65rem;color:#e82933}main h4{margin:0.5rem}main p,main a{text-align:left;color:#a3e1f5;margin:0.4rem;margin-bottom:1rem;line-height:1.2rem}.field{border:none;color:#ccc;font-size:1.4em;text-align:center;width:100%;padding:0.7em 1rem;border-radius:5px}.field-wrap{position:relative;width:90vw;max-width:600px;margin:0.7rem auto}.field-wrap .status-indicator{position:absolute;right:10px;top:30%;width:30px}.field:focus{outline:0}.field--input{background:#727272;transition:background-color 0.8s}.field--input:focus{background-color:#4b4b4b}.field--input:disabled{background-color:#343434}.field--button{font-weight:bold;transition:opacity 1s;background:#be1335;-webkit-appearance:none;white-space:nowrap}.field--button.disabled,.field--button:disabled{opacity:0.5;background-color:transparent;border:2px solid #c10f32}.controller{max-height:40vh;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.controller--full{max-height:70vh}.controller__button{transition:fill-opacity 0.4s}.controller__button:active{fill-opacity:0.5}.controller__button--disabled{cursor:not-allowed;stroke-opacity:0.2}.controller__button--disabled,.controller__button--disabled:active{fill-opacity:0.2}.controller__shape:first-child{stroke:#808080;fill:none;stroke-miterlimit:10;transform:scale(1.06);transform-origin:center}.controller__shape--feedback:first-child{transform:scale(1.061)}.controller__text{font-family:'Helvetica-Bold', 'Helvetica', 'Verdana', sans-serif;fill:#e1e1e1;font-size:1.2rem;text-anchor:middle;alignment-baseline:central}.controller__text--lg{font-weight:bold;font-size:1.8rem}.game__logo{max-height:40vh;max-width:80%;margin:1.3rem}.mb1{margin-bottom:1.5rem}
