*{padding:0;margin:0;box-sizing:border-box;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}#game-container{display:flex;justify-content:space-evenly;align-items:center;min-height:100vh;padding:1.8rem 1rem 2rem}.game-helper{display:none}.mobile-life-span{position:fixed;top:0;left:0;padding:.5rem;font-size:1.75rem;color:#3e2b50;font-weight:700;z-index:1;font-size:1.4rem}@media screen and (min-width: 800px){.game-helper{display:flex;flex-direction:column}.mobile-life-span{display:none}body{font-size:12px}}@media screen and (min-width: 1200px){body{font-size:16px}}.game-helper button{transform:rotate(2deg);padding:.8em 1.5em;margin:1rem;cursor:pointer;color:#3e2b50;background:#fcfcfc;border:none;border-radius:.4em;text-transform:uppercase;font-size:1.4em;font-family:Work Sans,sans-serif;font-weight:500;letter-spacing:.04em;transform-style:preserve-3d;transition:background-color .2s ease-in-out;box-shadow:#0d0d0d80 0 5px 5px}.game-helper button+button{transform:rotate(-3deg)}.game-helper button:hover{background:#f9b5b5}.icon-menu{--background-color: #745296;--color: #5cc8ff;position:fixed;top:0;right:0;padding:.75rem;margin:.5rem;width:3rem;height:3rem;border-radius:50%;background-color:var(--background-color);color:var(--color);transition:all .3s ease-in-out;--offset: -6rem;box-shadow:#0d0d0d80 0 5px 5px}.icon-menu:hover{color:var(--background-color);background:var(--color)}@media screen and (min-width: 800px){.icon-menu{display:none}}.icon-menu:hover{cursor:pointer}.icon-restart.show{--background-color: #c39945;--color: blanchedalmond;transform:rotate(0) translate(var(--offset)) rotate(0)}.icon-twitter.show{--color: white;--background-color: rgb(29, 155, 240);transform:rotate(-90deg) translate(var(--offset)) rotate(90deg)}.icon-highscore.show{--color: #ffff00;--background-color: #feb42f;transform:rotate(-45deg) translate(var(--offset)) rotate(45deg)}.icon-menu.hidden{visibility:hidden}.icon-menu.show{visibility:unset}.icon-sandwsish svg{position:relative;top:-3px}.icon-sandwsish{opacity:.8;transition:background-color .1s ease-in-out}.icon-sandwsish svg{transition:all .3s ease-in-out}.icon-sandwsish.close svg{transform:rotate(135deg)}.button-twitter{display:flex;align-items:center;justify-content:center;gap:1rem;transform:rotate(4deg)!important;padding:1rem}.button-twitter svg{height:1.5rem;width:1.5rem;color:#1d9bf0}body{position:relative;min-height:100vh;background-image:linear-gradient(246deg,#eaeaea0a 0% 33.3%,#4545450a 33.3% 66.6%,#bdbdbd0a 66.6% 99.89999999999999%),linear-gradient(81deg,#7e7e7e0d 0% 33.3%,#ededed0d 33.3% 66.6%,#4a4a4a0d 66.6% 99.89999999999999%),linear-gradient(14deg,#03030314 0% 33.3%,#9c9c9c14 33.3% 66.6%,#c7c7c714 66.6% 99.89999999999999%),linear-gradient(323deg,#5252520f 0% 33.3%,#b3b3b30f 33.3% 66.6%,#d4d4d40f 66.6% 99.89999999999999%),linear-gradient(32deg,#46464605 0% 33.3%,#a6a6a605 33.3% 66.6%,#35353505 66.6% 99.89999999999999%),linear-gradient(38deg,#81818117 0% 33.3%,#26262617 33.3% 66.6%,#99999917 66.6% 99.89999999999999%),linear-gradient(63deg,#33333305 0% 33.3%,#0c0c0c05 33.3% 66.6%,#9e9e9e05 66.6% 99.89999999999999%),linear-gradient(227deg,#3f3f3f08 0% 33.3%,#09090908 33.3% 66.6%,#55555508 66.6% 99.89999999999999%),linear-gradient(103deg,#f7f7f712 0% 33.3%,#5d5d5d12 33.3% 66.6%,#d0d0d012 66.6% 99%),linear-gradient(0deg,#0b91d7,#6efc29)}.memory-card{position:relative;border-radius:6px;transform-style:preserve-3d;transition:transform .5s ease-in-out;box-shadow:#0d0d0d80 0 5px 10px}@media screen and (min-width: 800px){.memory-card{transition:transform 1.7s cubic-bezier(.055,.93,.3,1)}}.memory-card:not(.toggle):hover{filter:brightness(1.3)}.memory-card.toggle{transform:rotateY(180deg)}.memory-card .face,.memory-card .back{position:absolute;width:100%;height:100%;border-radius:6px}.memory-card .face{object-fit:cover;transform:rotateY(180deg)}.memory-card.done.player-1{border:3px solid #3526d7a8}.memory-card.done.player-2{border:3px solid #cfd726cc}.memory-card .back{backface-visibility:hidden;background-image:radial-gradient(circle at 53% 90%,#a5a5a508 0% 50%,#20202008 50% 100%),radial-gradient(circle at 71% 74%,#bfbfbf08 0% 50%,#44444408 50% 100%),radial-gradient(circle at 70% 13%,#4a4a4a08 0% 50%,#74747408 50% 100%),radial-gradient(circle at 83% 61%,#0d0d0d08 0% 50%,#1b1b1b08 50% 100%),linear-gradient(135deg,#b0319c,#fb0f63)}section{margin:1rem;display:grid;grid-template-columns:repeat(2,10rem);grid-template-rows:repeat(8,10rem);justify-content:center;grid-gap:.5rem;perspective:800px}@media screen and (min-width: 800px){section{grid-template-columns:repeat(4,9rem);grid-template-rows:repeat(4,9rem);grid-gap:.5rem}}@media screen and (min-width: 1200px){section{grid-template-columns:repeat(4,12rem);grid-template-rows:repeat(4,12rem);grid-gap:1rem}}.game-grid{display:flex;align-items:center;justify-content:center}
