.game-wrapper{height:100%;justify-content:center;align-items:center}.brutalist-input{width:50%;left:25%;padding:10px;margin-top:5%;font-size:18px;font-weight:700;color:#000;background-color:#fff;border:4px solid #000;position:relative;overflow:hidden;border-radius:0;outline:none;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:5px 5px #000,10px 10px #4a90e2}@keyframes glitch{0%{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}to{transform:translate(0)}}.brutalist-input:focus{animation:focus-pulse 4s cubic-bezier(.25,.8,.25,1) infinite,glitch .3s cubic-bezier(.25,.8,.25,1) infinite}.brutalist-input:focus:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:#fff;z-index:-1}.brutalist-input:focus:before{content:"";position:absolute;top:0;left:0;width:75%;height:75%;background:#000;z-index:-2;clip-path:inset(0 100% 0 0);animation:glitch-slice 4s steps(2,end) infinite}@keyframes glitch-slice{0%{clip-path:inset(0 100% 0 0)}10%{clip-path:inset(0 5% 0 0)}20%{clip-path:inset(0 80% 0 0)}30%{clip-path:inset(0 10% 0 0)}40%{clip-path:inset(0 50% 0 0)}50%{clip-path:inset(0 30% 0 0)}60%{clip-path:inset(0 70% 0 0)}70%{clip-path:inset(0 15% 0 0)}80%{clip-path:inset(0 90% 0 0)}90%{clip-path:inset(0 5% 0 0)}to{clip-path:inset(0 100% 0 0)}}.brutalist-input:focus{transform:rotate(0) scale(1.05);background-color:#4a90e2}.smooth-type{position:relative;overflow:hidden}.smooth-type:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fff,#fff0);z-index:1;opacity:0;transition:opacity .3s ease}.smooth-type:focus:before{opacity:1;animation:type-gradient 2s linear infinite}@keyframes type-gradient{0%{background-position:300px 0}to{background-position:0 0}}.brutalist-input::-moz-placeholder{color:#888;-moz-transition:color .3s ease;transition:color .3s ease}.brutalist-input::placeholder{color:#888;transition:color .3s ease}.brutalist-input:focus::-moz-placeholder{color:transparent}.brutalist-input:focus::placeholder{color:transparent}.brutalist-input:focus{animation:focus-pulse 4s cubic-bezier(.25,.8,.25,1) infinite}@keyframes focus-pulse{0%,to{border-color:#000}50%{border-color:#4a90e2}}.heartimg{width:10%;max-width:200px;height:auto}.imgcontainer{display:flex;justify-content:center}.randomWord{margin-top:-1rem;margin-bottom:-2rem;font-size:3em;text-align:center;color:#faebd7}.loading-screen{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9999}.wheel-and-hamster{--dur: 1s;position:relative;width:12em;height:12em;font-size:14px}.wheel,.hamster,.hamster div,.spoke{position:absolute}.wheel,.spoke{border-radius:50%;top:0;left:0;width:100%;height:100%}.wheel{background:radial-gradient(100% 100% at center,#9990 47.8%,#999 48%);z-index:2}.hamster{animation:hamster var(--dur) ease-in-out infinite;top:50%;left:calc(50% - 3.5em);width:7em;height:3.75em;transform:rotate(4deg) translate(-.8em,1.85em);transform-origin:50% 0;z-index:1}.hamster__head{animation:hamsterHead var(--dur) ease-in-out infinite;background:#f48c25;border-radius:70% 30% 0 100%/40% 25% 25% 60%;box-shadow:0 -.25em #facc9e inset,.75em -1.55em #fce6cf inset;top:0;left:-2em;width:2.75em;height:2.5em;transform-origin:100% 50%}.hamster__ear{animation:hamsterEar var(--dur) ease-in-out infinite;background:#fbb6b6;border-radius:50%;box-shadow:-.25em 0 #f48c25 inset;top:-.25em;right:-.25em;width:.75em;height:.75em;transform-origin:50% 75%}.hamster__eye{animation:hamsterEye var(--dur) linear infinite;background-color:#000;border-radius:50%;top:.375em;left:1.25em;width:.5em;height:.5em}.hamster__nose{background:#f98686;border-radius:35% 65% 85% 15%/70% 50% 50% 30%;top:.75em;left:0;width:.2em;height:.25em}.hamster__body{animation:hamsterBody var(--dur) ease-in-out infinite;background:#fce6cf;border-radius:50% 30%/15% 60% 40% 40%;box-shadow:.1em .75em #f48c25 inset,.15em -.5em #facc9e inset;top:.25em;left:2em;width:4.5em;height:3em;transform-origin:17% 50%;transform-style:preserve-3d}.hamster__limb--fr,.hamster__limb--fl{clip-path:polygon(0 0,100% 0,70% 80%,60% 100%,0% 100%,40% 80%);top:2em;left:.5em;width:1em;height:1.5em;transform-origin:50% 0}.hamster__limb--fr{animation:hamsterFRLimb var(--dur) linear infinite;background:linear-gradient(#facc9e 80%,#f98686 80%);transform:rotate(15deg) translateZ(-1px)}.hamster__limb--fl{animation:hamsterFLLimb var(--dur) linear infinite;background:linear-gradient(#fce6cf 80%,#fbb6b6 80%);transform:rotate(15deg)}.hamster__limb--br,.hamster__limb--bl{border-radius:.75em .75em 0 0;clip-path:polygon(0 0,100% 0,100% 30%,70% 90%,70% 100%,30% 100%,40% 90%,0% 30%);top:1em;left:2.8em;width:1.5em;height:2.5em;transform-origin:50% 30%}.hamster__limb--br{animation:hamsterBRLimb var(--dur) linear infinite;background:linear-gradient(#facc9e 90%,#f98686 90%);transform:rotate(-25deg) translateZ(-1px)}.hamster__limb--bl{animation:hamsterBLLimb var(--dur) linear infinite;background:linear-gradient(#fce6cf 90%,#fbb6b6 90%);transform:rotate(-25deg)}.hamster__tail{animation:hamsterTail var(--dur) linear infinite;background:#fbb6b6;border-radius:.25em 50% 50% .25em;box-shadow:0 -.2em #f98686 inset;top:1.5em;right:-.5em;width:1em;height:.5em;transform:rotate(30deg) translateZ(-1px);transform-origin:.25em .25em}.spoke{animation:spoke var(--dur) linear infinite;background:radial-gradient(100% 100% at center,#999 4.8%,#9990 5%),linear-gradient(#8c8c8c00 46.9%,#a6a6a6 47%,#a6a6a6 52.9%,#a6a6a600 53%) 50% 50% / 99% 99% no-repeat}@keyframes hamster{0%,to{transform:rotate(4deg) translate(-.8em,1.85em)}50%{transform:rotate(0) translate(-.8em,1.85em)}}@keyframes hamsterHead{0%,25%,50%,75%,to{transform:rotate(0)}12.5%,37.5%,62.5%,87.5%{transform:rotate(8deg)}}@keyframes hamsterEye{0%,90%,to{transform:scaleY(1)}95%{transform:scaleY(0)}}@keyframes hamsterEar{0%,25%,50%,75%,to{transform:rotate(0)}12.5%,37.5%,62.5%,87.5%{transform:rotate(12deg)}}@keyframes hamsterBody{0%,25%,50%,75%,to{transform:rotate(0)}12.5%,37.5%,62.5%,87.5%{transform:rotate(-2deg)}}@keyframes hamsterFRLimb{0%,25%,50%,75%,to{transform:rotate(50deg) translateZ(-1px)}12.5%,37.5%,62.5%,87.5%{transform:rotate(-30deg) translateZ(-1px)}}@keyframes hamsterFLLimb{0%,25%,50%,75%,to{transform:rotate(-30deg)}12.5%,37.5%,62.5%,87.5%{transform:rotate(50deg)}}@keyframes hamsterBRLimb{0%,25%,50%,75%,to{transform:rotate(-60deg) translateZ(-1px)}12.5%,37.5%,62.5%,87.5%{transform:rotate(20deg) translateZ(-1px)}}@keyframes hamsterBLLimb{0%,25%,50%,75%,to{transform:rotate(20deg)}12.5%,37.5%,62.5%,87.5%{transform:rotate(-60deg)}}@keyframes hamsterTail{0%,25%,50%,75%,to{transform:rotate(30deg) translateZ(-1px)}12.5%,37.5%,62.5%,87.5%{transform:rotate(10deg) translateZ(-1px)}}@keyframes spoke{0%{transform:rotate(0)}to{transform:rotate(-1turn)}}.credits{position:sticky;bottom:10px;right:10px;color:#fff;padding:10px;border-radius:5px;font-size:12px;z-index:1000}body{margin:0;font-family:Arial,sans-serif;color:#fff;background-color:#1a202c}.homepage-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:0 1rem;gap:2rem}.homepage-image-container{width:100%;height:auto}.homepage-image{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.name-input-form{display:flex;flex-direction:column;align-items:center;margin-top:2rem;width:100%;max-width:24rem;gap:1rem}.name-input{background:transparent;border-bottom:2px solid white;outline:none;color:#fff;font-size:1.125rem;padding:.5rem 1rem;margin-bottom:1rem;width:100%}.start-button-container{position:relative;display:inline-block;margin-top:1.5rem}.start-button-background{position:relative;width:16rem;height:3.5rem;opacity:.9;overflow:hidden;border-radius:1rem;background-color:#000;z-index:10}.start-button-hover-effect{position:absolute;z-index:10;transform:translate(-11rem);transition:transform .7s ease-in-out;height:100%;width:11rem;background:linear-gradient(to right,#6b7280,#ffffff1a);opacity:.3;transform:skew(-12deg)}.start-button-container:hover .start-button-hover-effect{transform:translate(30rem)}.start-button{position:absolute;display:flex;justify-content:center;align-items:center;text-align:center;z-index:1;opacity:.9;background-color:#000;border-radius:1rem;top:.5rem;right:.5rem;bottom:.5rem;left:.5rem;width:calc(100% - 1rem);height:100%}.start-button-text{font-weight:600;font-size:1.125rem;height:100%;opacity:.9;width:100%;padding:.75rem 4rem;border-radius:1rem;background-color:#000;color:#fff;border:none;cursor:pointer}.start-button-animated-background{position:absolute;width:100%;height:6.25rem;background:linear-gradient(to right,#22c55e,#f59e0b);filter:blur(30px);animation:spin 1s infinite linear}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.codepen-button:before{content:"";position:absolute;top:0;left:0;width:400%;height:100%;background:linear-gradient(115deg,indigo,#9b30ff,#ff4500,#8b0000,#333);background-size:25% 100%;animation:an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop .75s linear infinite;animation-play-state:paused;translate:-5% 0%;transition:translate .25s ease-out}.codepen-button:hover:before{animation-play-state:running;transition-duration:.75s;translate:0% 0%}.codepen-button{display:block;cursor:pointer;color:#fff;margin:0 auto;position:relative;text-decoration:none;font-weight:600;border-radius:6px;overflow:hidden;padding:3px;isolation:isolate;width:100%;max-width:250px}.codepen-button span{position:relative;display:block;padding:1rem 1.5rem;font-size:1.1rem;background:#000;border-radius:3px;height:100%}@keyframes an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop{to{transform:translate(-25%)}}@media (max-width: 768px){.codepen-button{max-width:100%;padding:0}.codepen-button span{padding:.8rem 1rem;font-size:1rem}}@media (max-width: 480px){.codepen-button{padding:0}.codepen-button span{padding:.6rem .8rem;font-size:.9rem}}.registerBox{position:relative;margin-top:1.5rem;max-width:300px;margin-left:auto;margin-right:auto}.registerInput{background-color:#212121;width:100%;height:40px;padding:0 19px 0 10px;font-size:1.1em;border:none;color:#fff;outline:0;overflow:hidden;box-sizing:border-box}@media (max-width: 768px){.registerBox{max-width:80%}.registerInput{font-size:1rem;padding:0 15px}.registerBoxBorder{padding:3px}}@media (max-width: 480px){.registerBox{max-width:90%}.registerInput{font-size:.95rem;padding:0 12px}}.registerBox{position:relative;margin-top:1.5rem}.registerBoxBorder{background-image:linear-gradient(to right bottom,#6e00ff,#3b00a6,#3d00c4,#5e4f56,#8c006e);box-shadow:-25px -10px 30px -5px #e100ff80,25px -10px 30px -5px #ff00d480,25px 10px 30px -5px #ffae0080,-25px 10px 30px -5px #ffe60080;padding:4px}.registerInput{background-color:#212121;max-width:250px;height:40px;padding:0 19px 0 10px;font-size:1.1em;position:relative;border:none;color:#fff;outline:0;overflow:hidden}.registerBox:after,.registerBox:before{content:"";width:130px;height:30px;position:absolute;z-index:-1}.registerBox:after{bottom:0;right:0}.registerBox:before{top:0;left:0}.registerInput::-moz-placeholder{-moz-transition:all .5s ease-in,transform .2s ease-in .6s;transition:all .5s ease-in,transform .2s ease-in .6s}.registerInput::placeholder{transition:all .5s ease-in,transform .2s ease-in .6s}.registerInput:focus::-moz-placeholder{padding-left:165px;transform:translateY(-50px)}.registerInput:focus::placeholder{padding-left:165px;transform:translateY(-50px)}.scene-wrapper{display:flex;justify-content:center;align-items:center}.game-container{position:relative;width:100%;height:50vh;max-width:1000px;max-height:300px;overflow:hidden}.background{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom left;object-position:bottom left}.game{position:relative;width:100%;height:100%;background-color:#3f2514;border:2px solid #000}.guy{position:absolute;bottom:0;left:5%;width:30vw;height:30vw;max-width:200px;max-height:200px}.guy-img{width:100%;height:100%}.ghost{position:absolute;bottom:0;left:15%;width:30vw;height:30vw;max-width:200px;max-height:200px;background-color:transparent;display:flex;align-items:center;justify-content:center}.ghost-img{width:100%;height:100%}.score{margin-top:-40px;margin-bottom:-40px;font-size:3rem;text-align:center;color:#faebd7}.game-over{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:5vw;font-weight:700;color:red}@media (max-width: 600px){.game-container{height:40vh}.guy,.ghost{width:15vw;height:15vw;max-width:60px;max-height:60px}.score{margin-top:auto;font-size:4vw}.game-over{font-size:8vw}}.GOcontainer{position:relative;display:flex;height:100%;flex-direction:column;justify-content:center;align-items:center;text-align:center;margin-top:50px}.topscores{gap:2rem;display:flex;flex-direction:row}@media (max-width: 768px){.topscores{gap:0rem;flex-direction:column}}.epic-title{font-size:4rem;color:#b3b3b3;text-transform:uppercase;letter-spacing:4px}.epic-score{font-size:2.5rem;color:#dcdcdc;letter-spacing:1px}.epic-top-scores{font-size:2rem;color:#baadbe;text-transform:uppercase;letter-spacing:2px;margin-top:2rem}.e-card{margin:100px auto;margin-top:2rem;background:transparent;box-shadow:0 8px 28px -9px #00000073;position:relative;width:240px;height:330px;border-radius:16px;overflow:hidden}.wave{position:absolute;width:540px;height:700px;opacity:.6;left:0;top:0;margin-left:-50%;margin-top:-70%;background:linear-gradient(744deg,#2e003e,#5c0a45 60%,#2a4b2f)}.icon{width:5em;margin-top:-3em;padding-bottom:1em}.infotop{text-align:center;font-size:20px;position:absolute;top:5.6em;left:0;right:0;color:#fff;font-weight:600}.name{font-size:24px;font-weight:100;position:relative;top:1em;text-transform:lowercase}.wave:nth-child(2),.wave:nth-child(3){top:210px}.playing .wave{border-radius:40%;animation:wave 3s infinite linear}.wave{border-radius:40%;animation:wave 55s infinite linear}.playing .wave:nth-child(2){animation-duration:4s}.wave:nth-child(2){animation-duration:50s}.playing .wave:nth-child(3){animation-duration:5s}.wave:nth-child(3){animation-duration:45s}@keyframes wave{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.heart{height:70px;width:70px;background:#f20044;transform:rotate(-45deg);box-shadow:-10px -10px 90px #f20044;animation:anim .6s linear infinite}@keyframes anim{0%{transform:rotate(-45deg) scale(1.07);filter:blur(0px)}80%{transform:rotate(-45deg) scale(1);filter:blur(1px)}to{transform:rotate(-45deg) scale(.8);filter:blur(2px)}}.heart:before{content:"";position:absolute;height:70px;width:70px;background:#f20044;top:-50%;border-radius:50px}.heart:after{content:"";position:absolute;height:70px;width:70px;background:#f20044;right:-50%;border-radius:50px}
