body{margin:0;display:flex;align-items:center;justify-content:center;min-height:100vh;background:#33333a;font-family:sans-serif;font-size:24px;font-weight:900}.field-cell{background:#d6cdc4;width:75px;height:75px;border-radius:5px;color:#776e65;box-sizing:border-box;text-align:center;vertical-align:center;user-select:none}.field-cell--2{background:#eee4da}.field-cell--4{background:#ede0c8}.field-cell--8{background:#f2b179;color:#f9f6f2}.field-cell--16{background:#f59563;color:#f9f6f2}.field-cell--32{background:#f67c5f;color:#f9f6f2}.field-cell--64{background:#f65e3b;color:#f9f6f2}.field-cell--128{background:#edcf72;color:#f9f6f2}.field-cell--256{background:#edcc61;color:#f9f6f2}.field-cell--512{background:#edc850;color:#f9f6f2}.field-cell--1024{background:#edc53f;color:#f9f6f2}.field-cell--2048{background:#edc22e;color:#f9f6f2}.tile-moving{transition:transform .2s ease-in-out}.game-field{background:#bbada0;border-spacing:10px;border-radius:5px}.game-header{width:100%;justify-content:space-between;margin-bottom:24px;padding:10px}.game-header,.game-title{display:flex;box-sizing:border-box;align-items:center}.game-title{background:#edc22e;color:#f9f6f2;width:75px;height:75px;font-size:24px;border-radius:5px;justify-content:center;margin:0;font-weight:600}.game-emoji{font-size:20px;color:#999;animation:zoom .2s ease-in;display:none}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fade-out{animation:fadeOut 1s ease-in-out forwards}.info{flex-direction:column;align-items:center;justify-content:center;background:#d6cdc4;width:75px;height:75px;border-radius:5px;color:#776e65;box-sizing:border-box;font-size:16px;margin:0 8px 0 0}.button,.controls,.info{display:flex}.button{border:none;border-radius:5px;cursor:pointer;color:#f9f6f2;font-family:sans-serif;font-weight:700;font-size:16px;width:95px;height:75px;align-items:center;justify-content:center;text-align:center;transition:background .25s ease}.start{background:#1dae28;font-size:20px}.start:hover{background:#179921}.restart{background:#f1b2b2}.restart:hover{background:#f87474}.message{box-sizing:border-box;width:100%;background:#d6cdc4;color:#776e65;padding:10px;text-align:center;border-radius:5px;font-size:20px}.hidden{display:none}.container{display:flex;flex-direction:column;align-items:center;width:350px}.message-win{background:#edc22e;color:#f9f6f2}.message-container{width:100%;height:150px}.zoom-in{animation:zoom .2s ease-in;transform:translate(100,100)}@keyframes zoom{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.changelog{font-size:12px;font-weight:400;color:grey;align-self:flex-start}.changelog--title{font-weight:800}
/*# sourceMappingURL=main.6f10ea4b.css.map */