@import "fonts/clear-sans.css";
html, body {
  margin: 0;
  padding: 0;
  background: #faf8ef;
  color: #776E65;
  font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
}

body {
  margin: 80px 0;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.heading:after {
  content: "";
  display: block;
  clear: both;
}

h1.title {
  font-size: 80px;
  font-weight: bold;
  margin: 0;
  display: block;
  float: left;
}

@-webkit-keyframes move-up {
  0% {
    transform: translateY(-25px);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px);
    opacity: 0;
  }
}
@-moz-keyframes move-up {
  0% {
    transform: translateY(-25px);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes move-up {
  0% {
    transform: translateY(-25px);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px);
    opacity: 0;
  }
}
.scores-container {
  float: right;
  text-align: right;
}

.score-container, .best-container {
  position: relative;
  display: inline-block;
  background: #9c8a7b;
  padding: 15px 25px;
  font-size: 25px;
  height: 25px;
  line-height: 47px;
  font-weight: bold;
  border-radius: 8px;
  color: white;
  margin-top: 8px;
  text-align: center;
}
.score-container:after, .best-container:after {
  position: absolute;
  width: 100%;
  top: 10px;
  left: 0;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  color: #eee4da;
}
.score-container .score-addition, .best-container .score-addition {
  position: absolute;
  right: 30px;
  color: red;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  color: rgba(119, 110, 101, 0.9);
  z-index: 100;
  -webkit-animation: move-up 600ms ease-in;
  -moz-animation: move-up 600ms ease-in;
  animation: move-up 600ms ease-in;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

.score-container:after {
  content: "Score";
}

.best-container:after {
  content: "Best";
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.65;
}

a {
  color: #776E65;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

strong.important {
  text-transform: uppercase;
}

hr {
  border: none;
  border-bottom: 1px solid rgb(215.5181818182, 212, 208.4818181818);
  margin-top: 20px;
  margin-bottom: 30px;
}

.container {
  width: 500px;
  margin: 0 auto;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.game-container {
  margin-top: 40px;
  position: relative;
  padding: 10px;
  background: #9c8a7b;
  border-radius: 18px;
  width: 500px;
  height: 500px;
  box-sizing: border-box;
}
.game-container .game-message {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(238, 228, 218, 0.5);
  border-radius: 18px;
  z-index: 100;
  text-align: center;
  -webkit-animation: fade-in 240ms ease-out 240ms;
  -moz-animation: fade-in 240ms ease-out 240ms;
  animation: fade-in 240ms ease-out 240ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.game-container .game-message p {
  font-size: 60px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  margin-top: 222px;
}
.game-container .game-message .lower {
  display: block;
  margin-top: 59px;
}
.game-container .game-message a {
  display: inline-block;
  background: rgb(101.1428571429, 87.3506493506, 75.8571428571);
  border-radius: 8px;
  padding: 0 20px;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  color: #f9f6f2;
  height: 40px;
  line-height: 42px;
  transition: background 0.2s ease-out, transform 0.1s ease-out;
  margin-left: 9px;
}
.game-container .game-message a:hover {
  transform: scale(1.02);
}
.game-container .game-message a:active {
  transform: scale(0.98);
}
.game-container .game-message a.keep-playing-button {
  display: none;
}
.game-container .game-message.game-won {
  background: rgba(237, 194, 46, 0.5);
  color: #f9f6f2;
}
.game-container .game-message.game-won a.keep-playing-button {
  display: inline-block;
}
.game-container .game-message.game-won, .game-container .game-message.game-over {
  display: block;
}

.grid-container {
  position: absolute;
  z-index: 1;
}

.grid-row {
  margin-bottom: 10px;
}
.grid-row:last-child {
  margin-bottom: 0;
}
.grid-row:after {
  content: "";
  display: block;
  clear: both;
}

.grid-cell {
  width: 112.5px;
  height: 112.5px;
  margin-right: 10px;
  float: left;
  border-radius: 8px;
  background: rgba(238, 228, 218, 0.35);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 -1px 1px rgba(255, 255, 255, 0.08);
}
.grid-cell:last-child {
  margin-right: 0;
}

.tile-container {
  position: absolute;
  z-index: 2;
}

.tile,
.tile .tile-inner {
  width: 113px;
  height: 113px;
  line-height: 113px;
}

.tile-position-1-1 {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.tile-position-1-2 {
  -webkit-transform: translate(0px, 122px);
  -moz-transform: translate(0px, 122px);
  -ms-transform: translate(0px, 122px);
  transform: translate(0px, 122px);
}

.tile-position-1-3 {
  -webkit-transform: translate(0px, 245px);
  -moz-transform: translate(0px, 245px);
  -ms-transform: translate(0px, 245px);
  transform: translate(0px, 245px);
}

.tile-position-1-4 {
  -webkit-transform: translate(0px, 367px);
  -moz-transform: translate(0px, 367px);
  -ms-transform: translate(0px, 367px);
  transform: translate(0px, 367px);
}

.tile-position-2-1 {
  -webkit-transform: translate(122px, 0px);
  -moz-transform: translate(122px, 0px);
  -ms-transform: translate(122px, 0px);
  transform: translate(122px, 0px);
}

.tile-position-2-2 {
  -webkit-transform: translate(122px, 122px);
  -moz-transform: translate(122px, 122px);
  -ms-transform: translate(122px, 122px);
  transform: translate(122px, 122px);
}

.tile-position-2-3 {
  -webkit-transform: translate(122px, 245px);
  -moz-transform: translate(122px, 245px);
  -ms-transform: translate(122px, 245px);
  transform: translate(122px, 245px);
}

.tile-position-2-4 {
  -webkit-transform: translate(122px, 367px);
  -moz-transform: translate(122px, 367px);
  -ms-transform: translate(122px, 367px);
  transform: translate(122px, 367px);
}

.tile-position-3-1 {
  -webkit-transform: translate(245px, 0px);
  -moz-transform: translate(245px, 0px);
  -ms-transform: translate(245px, 0px);
  transform: translate(245px, 0px);
}

.tile-position-3-2 {
  -webkit-transform: translate(245px, 122px);
  -moz-transform: translate(245px, 122px);
  -ms-transform: translate(245px, 122px);
  transform: translate(245px, 122px);
}

.tile-position-3-3 {
  -webkit-transform: translate(245px, 245px);
  -moz-transform: translate(245px, 245px);
  -ms-transform: translate(245px, 245px);
  transform: translate(245px, 245px);
}

.tile-position-3-4 {
  -webkit-transform: translate(245px, 367px);
  -moz-transform: translate(245px, 367px);
  -ms-transform: translate(245px, 367px);
  transform: translate(245px, 367px);
}

.tile-position-4-1 {
  -webkit-transform: translate(367px, 0px);
  -moz-transform: translate(367px, 0px);
  -ms-transform: translate(367px, 0px);
  transform: translate(367px, 0px);
}

.tile-position-4-2 {
  -webkit-transform: translate(367px, 122px);
  -moz-transform: translate(367px, 122px);
  -ms-transform: translate(367px, 122px);
  transform: translate(367px, 122px);
}

.tile-position-4-3 {
  -webkit-transform: translate(367px, 245px);
  -moz-transform: translate(367px, 245px);
  -ms-transform: translate(367px, 245px);
  transform: translate(367px, 245px);
}

.tile-position-4-4 {
  -webkit-transform: translate(367px, 367px);
  -moz-transform: translate(367px, 367px);
  -ms-transform: translate(367px, 367px);
  transform: translate(367px, 367px);
}

.tile-inner {
  will-change: transform, opacity;
}

.tile {
  position: absolute;
  -webkit-transition: 240ms cubic-bezier(0.1, 0.41, 0, 1.29);
  -moz-transition: 240ms cubic-bezier(0.1, 0.41, 0, 1.29);
  transition: 240ms cubic-bezier(0.1, 0.41, 0, 1.29);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
}
.tile .tile-inner {
  border-radius: 8px;
  background: #eee4da;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-weight: bold;
  z-index: 10;
  font-size: 55px;
}
.tile.tile-2 .tile-inner {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0px, rgba(255, 255, 255, 0.08) 1.2px, rgba(255, 255, 255, 0) 3px), #eee4da;
}
.tile.tile-4 .tile-inner {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0px, rgba(255, 255, 255, 0.08) 1.2px, rgba(255, 255, 255, 0) 3px), rgb(237.9, 224.6, 200.8);
}
.tile.tile-8 .tile-inner {
  color: #f9f6f2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0px, rgba(255, 255, 255, 0.08) 1.2px, rgba(255, 255, 255, 0) 3px), rgb(242.86, 177.64, 122.22);
}
.tile.tile-16 .tile-inner {
  color: #f9f6f2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0px, rgba(255, 255, 255, 0.08) 1.2px, rgba(255, 255, 255, 0) 3px), rgb(245.565, 149.71, 100.18);
}
.tile.tile-32 .tile-inner {
  color: #f9f6f2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0px, rgba(255, 255, 255, 0.08) 1.2px, rgba(255, 255, 255, 0) 3px), rgb(247.17, 124.53, 95.19);
}
.tile.tile-64 .tile-inner {
  color: #f9f6f2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0px, rgba(255, 255, 255, 0.08) 1.2px, rgba(255, 255, 255, 0) 3px), rgb(247.125, 94.95, 59.4);
}
.tile.tile-128 .tile-inner {
  color: #f9f6f2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0px, rgba(255, 255, 255, 0.08) 1.2px, rgba(255, 255, 255, 0) 3px), rgb(237.4, 207.6, 114.8);
  font-size: 45px;
}
@media screen and (max-width: 520px) {
  .tile.tile-128 .tile-inner {
    font-size: 25px;
  }
}
.tile.tile-256 .tile-inner {
  color: #f9f6f2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0px, rgba(255, 255, 255, 0.08) 1.2px, rgba(255, 255, 255, 0) 3px), rgb(237.3, 204.2, 97.6);
  font-size: 45px;
}
@media screen and (max-width: 520px) {
  .tile.tile-256 .tile-inner {
    font-size: 25px;
  }
}
.tile.tile-512 .tile-inner {
  color: #f9f6f2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0px, rgba(255, 255, 255, 0.08) 1.2px, rgba(255, 255, 255, 0) 3px), rgb(237.2, 200.8, 80.4);
  font-size: 45px;
}
@media screen and (max-width: 520px) {
  .tile.tile-512 .tile-inner {
    font-size: 25px;
  }
}
.tile.tile-1024 .tile-inner {
  color: #f9f6f2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0px, rgba(255, 255, 255, 0.08) 1.2px, rgba(255, 255, 255, 0) 3px), rgb(237.1, 197.4, 63.2);
  font-size: 35px;
}
@media screen and (max-width: 520px) {
  .tile.tile-1024 .tile-inner {
    font-size: 15px;
  }
}
.tile.tile-2048 .tile-inner {
  color: #f9f6f2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0px, rgba(255, 255, 255, 0.08) 1.2px, rgba(255, 255, 255, 0) 3px), #edc22e;
  font-size: 35px;
}
@media screen and (max-width: 520px) {
  .tile.tile-2048 .tile-inner {
    font-size: 15px;
  }
}
.tile.tile-super .tile-inner {
  color: #f9f6f2;
  background: rgb(60.3, 58.15, 50.75);
  font-size: 30px;
}
@media screen and (max-width: 520px) {
  .tile.tile-super .tile-inner {
    font-size: 10px;
  }
}

@-webkit-keyframes appear {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes appear {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes appear {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.tile-new .tile-inner {
  -webkit-animation: appear 240ms cubic-bezier(0.1, 0.41, 0, 1.29);
  -moz-animation: appear 240ms cubic-bezier(0.1, 0.41, 0, 1.29);
  animation: appear 240ms cubic-bezier(0.1, 0.41, 0, 1.29);
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  z-index: 30;
}

.tile-merged .tile-inner {
  z-index: 20;
  -webkit-animation: appear 240ms cubic-bezier(0.1, 0.41, 0, 1.29) 38.4ms;
  -moz-animation: appear 240ms cubic-bezier(0.1, 0.41, 0, 1.29) 38.4ms;
  animation: appear 240ms cubic-bezier(0.1, 0.41, 0, 1.29) 38.4ms;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

@-webkit-keyframes disappear {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  95% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
}
@-moz-keyframes disappear {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  95% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes disappear {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  95% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
}
.tile-will-merge .tile-inner {
  opacity: 0;
  -webkit-animation: disappear 240ms cubic-bezier(0.1, 0.41, 0, 1.29);
  -moz-animation: disappear 240ms cubic-bezier(0.1, 0.41, 0, 1.29);
  animation: disappear 240ms cubic-bezier(0.1, 0.41, 0, 1.29);
}

.above-game:after {
  content: "";
  display: block;
  clear: both;
}

.game-intro {
  float: left;
  line-height: 42px;
  margin-bottom: 0;
}

.restart-button {
  display: inline-block;
  background: rgb(101.1428571429, 87.3506493506, 75.8571428571);
  border-radius: 8px;
  padding: 0 20px;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  color: #f9f6f2;
  height: 40px;
  line-height: 42px;
  transition: background 0.2s ease-out, transform 0.1s ease-out;
  display: block;
  text-align: center;
  float: right;
}
.restart-button:hover {
  transform: scale(1.02);
}
.restart-button:active {
  transform: scale(0.98);
}

.confirm-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 0;
  transition: opacity 144ms ease-out;
  pointer-events: none;
}
.confirm-modal .confirm-box {
  transform: scale(0.8);
  transition: transform 240ms cubic-bezier(0.1, 0.41, 0, 1.29);
}

.confirm-modal.show {
  opacity: 1;
  pointer-events: auto;
}
.confirm-modal.show .confirm-box {
  transform: scale(1);
}

.confirm-box {
  background: #faf8ef;
  padding: 1.4rem;
  width: calc(100% - 6rem);
  max-width: 24rem;
  border-radius: calc(8px + 1.4rem);
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  font-size: 1.1rem;
}

.confirm-title {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0.2rem;
}

.confirm-actions {
  margin-top: 1.4rem;
  display: block;
}

.confirm-actions span {
  display: inline-block;
  background: rgb(101.1428571429, 87.3506493506, 75.8571428571);
  border-radius: 8px;
  padding: 0 20px;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  color: #f9f6f2;
  height: 40px;
  line-height: 42px;
  transition: background 0.2s ease-out, transform 0.1s ease-out;
  margin-top: 0.6rem;
  display: block;
}
.confirm-actions span:hover {
  transform: scale(1.02);
}
.confirm-actions span:active {
  transform: scale(0.98);
}

#confirmYes {
  border: 2px solid rgb(101.1428571429, 87.3506493506, 75.8571428571);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

#confirmNo {
  background: transparent;
  border: 2px solid rgb(101.1428571429, 87.3506493506, 75.8571428571);
  color: #776E65;
}

.game-explanation {
  margin-top: 50px;
}

@media screen and (max-width: 520px) {
  html, body {
    font-size: 15px;
  }
  body {
    margin: 20px 0;
    padding: 0 20px;
  }
  h1.title {
    font-size: 27px;
    margin-top: 15px;
  }
  .container {
    width: 280px;
    margin: 0 auto;
  }
  .score-container, .best-container {
    margin-top: 0;
    padding: 15px 10px;
    min-width: 40px;
  }
  .heading {
    margin-bottom: 10px;
  }
  .game-intro {
    width: 55%;
    display: block;
    box-sizing: border-box;
    line-height: 1.65;
  }
  .restart-button {
    width: 42%;
    padding: 0;
    display: block;
    box-sizing: border-box;
    margin-top: 2px;
  }
  .game-container {
    margin-top: 40px;
    position: relative;
    padding: 6px;
    background: #9c8a7b;
    border-radius: 14px;
    width: 280px;
    height: 280px;
    box-sizing: border-box;
  }
  .game-container .game-message {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(238, 228, 218, 0.5);
    border-radius: 14px;
    z-index: 100;
    text-align: center;
    -webkit-animation: fade-in 240ms ease-out 240ms;
    -moz-animation: fade-in 240ms ease-out 240ms;
    animation: fade-in 240ms ease-out 240ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .game-container .game-message p {
    font-size: 60px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    margin-top: 222px;
  }
  .game-container .game-message .lower {
    display: block;
    margin-top: 59px;
  }
  .game-container .game-message a {
    display: inline-block;
    background: rgb(101.1428571429, 87.3506493506, 75.8571428571);
    border-radius: 8px;
    padding: 0 20px;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    color: #f9f6f2;
    height: 40px;
    line-height: 42px;
    transition: background 0.2s ease-out, transform 0.1s ease-out;
    margin-left: 9px;
  }
  .game-container .game-message a:hover {
    transform: scale(1.02);
  }
  .game-container .game-message a:active {
    transform: scale(0.98);
  }
  .game-container .game-message a.keep-playing-button {
    display: none;
  }
  .game-container .game-message.game-won {
    background: rgba(237, 194, 46, 0.5);
    color: #f9f6f2;
  }
  .game-container .game-message.game-won a.keep-playing-button {
    display: inline-block;
  }
  .game-container .game-message.game-won, .game-container .game-message.game-over {
    display: block;
  }
  .grid-container {
    position: absolute;
    z-index: 1;
  }
  .grid-row {
    margin-bottom: 6px;
  }
  .grid-row:last-child {
    margin-bottom: 0;
  }
  .grid-row:after {
    content: "";
    display: block;
    clear: both;
  }
  .grid-cell {
    width: 62.5px;
    height: 62.5px;
    margin-right: 6px;
    float: left;
    border-radius: 8px;
    background: rgba(238, 228, 218, 0.35);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 -1px 1px rgba(255, 255, 255, 0.08);
  }
  .grid-cell:last-child {
    margin-right: 0;
  }
  .tile-container {
    position: absolute;
    z-index: 2;
  }
  .tile,
  .tile .tile-inner {
    width: 63px;
    height: 63px;
    line-height: 63px;
  }
  .tile-position-1-1 {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .tile-position-1-2 {
    -webkit-transform: translate(0px, 68px);
    -moz-transform: translate(0px, 68px);
    -ms-transform: translate(0px, 68px);
    transform: translate(0px, 68px);
  }
  .tile-position-1-3 {
    -webkit-transform: translate(0px, 137px);
    -moz-transform: translate(0px, 137px);
    -ms-transform: translate(0px, 137px);
    transform: translate(0px, 137px);
  }
  .tile-position-1-4 {
    -webkit-transform: translate(0px, 205px);
    -moz-transform: translate(0px, 205px);
    -ms-transform: translate(0px, 205px);
    transform: translate(0px, 205px);
  }
  .tile-position-2-1 {
    -webkit-transform: translate(68px, 0px);
    -moz-transform: translate(68px, 0px);
    -ms-transform: translate(68px, 0px);
    transform: translate(68px, 0px);
  }
  .tile-position-2-2 {
    -webkit-transform: translate(68px, 68px);
    -moz-transform: translate(68px, 68px);
    -ms-transform: translate(68px, 68px);
    transform: translate(68px, 68px);
  }
  .tile-position-2-3 {
    -webkit-transform: translate(68px, 137px);
    -moz-transform: translate(68px, 137px);
    -ms-transform: translate(68px, 137px);
    transform: translate(68px, 137px);
  }
  .tile-position-2-4 {
    -webkit-transform: translate(68px, 205px);
    -moz-transform: translate(68px, 205px);
    -ms-transform: translate(68px, 205px);
    transform: translate(68px, 205px);
  }
  .tile-position-3-1 {
    -webkit-transform: translate(137px, 0px);
    -moz-transform: translate(137px, 0px);
    -ms-transform: translate(137px, 0px);
    transform: translate(137px, 0px);
  }
  .tile-position-3-2 {
    -webkit-transform: translate(137px, 68px);
    -moz-transform: translate(137px, 68px);
    -ms-transform: translate(137px, 68px);
    transform: translate(137px, 68px);
  }
  .tile-position-3-3 {
    -webkit-transform: translate(137px, 137px);
    -moz-transform: translate(137px, 137px);
    -ms-transform: translate(137px, 137px);
    transform: translate(137px, 137px);
  }
  .tile-position-3-4 {
    -webkit-transform: translate(137px, 205px);
    -moz-transform: translate(137px, 205px);
    -ms-transform: translate(137px, 205px);
    transform: translate(137px, 205px);
  }
  .tile-position-4-1 {
    -webkit-transform: translate(205px, 0px);
    -moz-transform: translate(205px, 0px);
    -ms-transform: translate(205px, 0px);
    transform: translate(205px, 0px);
  }
  .tile-position-4-2 {
    -webkit-transform: translate(205px, 68px);
    -moz-transform: translate(205px, 68px);
    -ms-transform: translate(205px, 68px);
    transform: translate(205px, 68px);
  }
  .tile-position-4-3 {
    -webkit-transform: translate(205px, 137px);
    -moz-transform: translate(205px, 137px);
    -ms-transform: translate(205px, 137px);
    transform: translate(205px, 137px);
  }
  .tile-position-4-4 {
    -webkit-transform: translate(205px, 205px);
    -moz-transform: translate(205px, 205px);
    -ms-transform: translate(205px, 205px);
    transform: translate(205px, 205px);
  }
  .tile .tile-inner {
    font-size: 35px;
  }
  .game-message p {
    font-size: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    margin-top: 90px !important;
  }
  .game-message .lower {
    margin-top: 30px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

/*# sourceMappingURL=main.css.map */
