body,html{margin:0;overflow:hidden;padding:0;-webkit-user-select:none;user-select:none}#root{height:100vh;width:100vw}#root,body{overflow:hidden}.login{align-items:center;background:linear-gradient(0deg,#4f311c,#ab774f 72%,#57a02d 0,#57a02d 88%,#82b453 0);display:flex;flex-direction:column;height:100vh;width:100vw}.login .logo{max-width:500px;min-width:100px}.logo img{height:auto;width:100%}.login .form{flex-grow:1;max-width:100%;min-width:300px;padding:20px;text-align:center}.form *{box-sizing:border-box;font-family:Tahoma,Geneva,sans-serif;font-size:1.5em;font-weight:900;outline:none}.form input{background-color:#363533;border:3px solid #666;color:#e1e1e1;direction:rtl;margin-bottom:10px;padding:10px;text-align:center;width:100%}.shake{animation:shake .5s cubic-bezier(.36,.07,.19,.97) both;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px;transform:translateZ(0)}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.form button{background:#c6c6c6;border-color:#f6f6f6 #656565 #656565 #f6f6f6;border-style:solid;border-width:2px;color:#4e4e4e;cursor:pointer;font-size:1.5em;padding:20px;transition:all .2s ease-in-out;width:80%}.form button:hover{background:#308316;border-color:#41cc2c #10500b #10500b #41cc2c;color:#fff}.form button:active{background:#308316;border-color:#10500b #41cc2c #41cc2c #10500b;color:#fff}.food{background-color:#0003}.food,.player{border-radius:50%}.player{align-content:center;display:flex;flex-direction:column;justify-content:center;position:absolute;transform:translate(-50%,-50%);transform-origin:center center;transition:width .3s,height .3s}.player p{color:#fff;font-size:100%;margin:0;padding:0;text-align:center;text-shadow:0 0 10px #000}
/*# sourceMappingURL=main.b46d85bf.css.map*/