@keyframes grow{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes shrink{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes subtleShift{0%{background-position:0 0}50%{background-position:100% 100%}to{background-position:0 0}}@keyframes squish{0%{transform:scale(1)}50%{transform:scale(.85,.7)}to{transform:scale(1)}}@keyframes shake{0%,to{transform:translateX(0)}30%{transform:translateX(-5px)}60%{transform:translateX(5px)}}body,html{overscroll-behavior-y:none;margin:0;padding:0;background:radial-gradient(circle at 20% 30%,#aecc6b 0,#0000 40%),radial-gradient(circle at 80% 70%,#90a44a 0,#0000 40%),radial-gradient(circle,#ffffff1a 0,#0000 40%),linear-gradient(135deg,#a1b68b,#fff99b 50%,#a1b68b);background-size:150% 150%,150% 150%,100% 100%,100% 100%;background-attachment:fixed}.tile-new{animation:grow .3s ease-out normal forwards}.tile-dead,.tile-new.tile-dead{animation:shrink .3s ease-out normal forwards}.tile-combined{animation:squish .3s}.gameBoard{background-color:#64825d}.shake-animation{animation:shake .3s cubic-bezier(.36,.07,.19,.97) both}.hero-cat{position:absolute;z-index:0;transform:translate(50%,-50%);top:21vh;right:14vw;width:48vw;max-width:30vh;@media (width >= 48rem){top:50%;right:13vw;width:40vw;max-width:70vh}}.hero-rat{position:absolute;z-index:0;transform:translate(-50%,-50%) scaleX(-1);top:8vh;left:15vw;width:40vw;max-width:30vh;@media (width >= 48rem){top:50%;left:13vw;width:25vw;max-width:40vh}}.thought-bubble{top:-22%;left:9%;background:url(/art/food/thought-bubble.webp) no-repeat 50%;background-size:100% 100%}.thought-bubble,.thought-bubble .thought-bubble-content{position:absolute;transform:scale(65%);width:100%;height:100%}.thought-bubble .thought-bubble-content{top:-13%;left:10%;object-fit:contain}