@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&display=swap";body{font-family:Fredoka,sans-serif;background-color:#202020;touch-action:none;overflow:hidden;margin:0;padding:0;width:100%;height:100vh;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}#root{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#000}.web-frame{height:92vh!important;max-height:888px!important;min-height:600px;aspect-ratio:9 / 16!important;width:auto!important;flex-shrink:0!important;position:relative;overflow:hidden;background-color:#2d3436;box-shadow:0 0 50px #000c;display:flex!important;flex-direction:column!important}.font-game{font-family:Fredoka,cursive}@keyframes wiggle-gift{0%,to{transform:rotate(0) scale(1)}5%{transform:rotate(-12deg) scale(1.1)}10%{transform:rotate(12deg) scale(1.1)}15%{transform:rotate(-12deg) scale(1.1)}20%{transform:rotate(12deg) scale(1.1)}25%{transform:rotate(0) scale(1)}}.animate-wiggle-gift{animation:wiggle-gift 3s infinite ease-in-out}.animate-bounce-short{animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-15px) rotate(-1deg)}40%{transform:translate(15px) rotate(1deg)}60%{transform:translate(-15px) rotate(-1deg)}80%{transform:translate(15px) rotate(1deg)}}.animate-screen-shake{animation:shake .4s ease-in-out}@keyframes flash-red{0%{background-color:#ff00004d}to{background-color:transparent}}.animate-flash-red{animation:flash-red .5s ease-out}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in .3s ease-out forwards}@keyframes slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slide-up{animation:slide-up .4s ease-out forwards}@keyframes zoom-in{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.animate-in.zoom-in{animation:zoom-in .3s ease-out forwards}
