:root{--neo-shadow-light:#2a3242;--neo-shadow-dark:#151823}.hideGame{transform:scale(.8);opacity:0}.game{position:relative;border-radius:20px;background:#22252a;box-shadow:6px 6px 15px var(--neo-shadow-dark),-6px -6px 15px var(--neo-shadow-light);margin:10px;padding:15px;transition:opacity .8s ease-out,transform .8s ease;animation:gameFadeOut .6s}.game:hover{box-shadow:inset 6px 6px 15px var(--neo-shadow-dark),inset -6px -6px 15px var(--neo-shadow-light);animation:gameFadeIn .6s}@keyframes gameFadeIn{0%{box-shadow:6px 6px 15px var(--neo-shadow-dark),-6px -6px 15px var(--neo-shadow-light)}50%{box-shadow:none}to{box-shadow:inset 6px 6px 15px var(--neo-shadow-dark),inset -6px -6px 15px var(--neo-shadow-light)}}@keyframes gameFadeOut{0%{box-shadow:inset 6px 6px 15px var(--neo-shadow-dark),inset -6px -6px 15px var(--neo-shadow-light)}50%{box-shadow:none}to{box-shadow:6px 6px 15px var(--neo-shadow-dark),-6px -6px 15px var(--neo-shadow-light)}}.game img{pointer-events:none;transition:all .3s}.game:hover img{opacity:0}.game div{opacity:0;animation:gameTextOut .6s}.game:hover div{opacity:1;animation:gameTextIn .6s}@keyframes gameTextIn{0%{opacity:0}50%{opacity:0}to{opacity:1}}@keyframes gameTextOut{0%{opacity:1}50%{opacity:0}to{opacity:0}}.gameButton{width:40%;height:30px;margin-top:7%;outline:none;border:none;border-radius:6px;background:#1464dc;box-shadow:4px 4px 7px #121418,-4px -4px 7px #32363c;color:#fff;font-family:var(--default-font);font-size:18px;cursor:pointer;transition:all .4s;animation:gameButtonFadeOut .4s ease-in-out}.gameButton:hover{box-shadow:6px 6px 8px #17191d,-6px -6px 8px #32363c}.gameButton:active{box-shadow:1px 1px 4px #121418,-1px -1px 4px #32363c;animation:gameButtonFadeIn .4s ease-in-out}@keyframes gameButtonFadeIn{0%{box-shadow:4px 4px 7px #121418,-4px -4px 7px #32363c}to{box-shadow:1px 1px 4px #121418,-1px -1px 4px #32363c}}@keyframes gameButtonFadeOut{0%{box-shadow:1px 1px 4px #121418,-1px -1px 4px #32363c}to{box-shadow:4px 4px 7px #121418,-4px -4px 7px #32363c}}.gameWIP:before{display:block;background-color:#0055b9;border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-color:#393e4d;border-top:0 #393e4d;border-style:solid;box-shadow:0 10px 20px #000;transition:all .4s,border 1.5s ease;content:"Announced";text-align:center;font-family:var(--default-font);padding-left:5px;padding-right:5px;padding-bottom:4px;color:#fff;width:100px;height:20px;position:absolute;bottom:-30px;left:25%;z-index:-10}.gameWIP:hover:before{box-shadow:0 20px 30px #1e1e1e;border-color:#009bff}.social{margin:10px}.social div,.social img{margin:5px;transition:.2s ease-out}.social:hover img{transform:scale(1.1)}.social:hover div{transform:scale(1.02)}