@font-face{font-family:Agu Display;src:url(/assets/AguDisplay-Regular-VariableFont_MORF-CXPbU07X.ttf) format("truetype");font-weight:400;font-style:normal}:root{font-family:Agu Display,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center;overflow-y:hidden}.pokeCard{display:flex;justify-content:center;align-items:center;aspect-ratio:1/1.4;background-color:#fff;border-radius:10%;padding:1em;text-align:center;box-shadow:#32325d40 0 50px 100px -20px,#0000004d 0 30px 60px -30px,#0a254059 0 -2px 6px inset}.pokeCard img{width:fit-content;height:fit-content;max-width:100%;max-height:100%}.pokeCard:hover{background-color:#dbdbdb;cursor:pointer}.pokemonGrid{display:grid;grid-template-columns:minmax(100px,1fr) minmax(100px,1fr) minmax(100px,1fr) minmax(100px,1fr) minmax(100px,1fr);gap:1rem}.pokemonCardSection{display:flex;justify-content:center;align-items:center;padding:2rem}@media only screen and (max-width: 1024px){.pokemonGrid{grid-template-columns:minmax(100px,1fr) minmax(100px,1fr) minmax(100px,1fr)}.pokemonCardSection{padding:0}}@media only screen and (max-width: 600px){.pokemonGrid{grid-template-columns:minmax(100px,1fr) minmax(100px,1fr)}}.scoreCard{display:flex;max-width:1024px;justify-content:space-between;margin:0 auto;height:20%;max-height:150px}.scoreCard .poke_logo{margin-right:auto;max-height:fit-content;max-width:200px}.scoreCard .score_record{display:flex;flex-direction:column;font-size:1.5rem;justify-content:center;align-items:flex-end}@media only screen and (max-width: 600px){.scoreCard .score_record{justify-content:center;align-items:center}}@media only screen and (max-width: 600px){.scoreCard{flex-direction:column}.poke_logo{margin:0 auto}}.gameOver_overlay{display:flex;position:fixed;z-index:2;top:0;left:0;width:100dvw;height:100dvh;background-color:#00000080;justify-content:center;align-items:center;overflow:hidden}.gameOver_overlay .gameOver_popup{background-color:#fff;z-index:3;color:#000;opacity:1;width:80%;max-width:500px;height:80%;max-height:500px}h1{font-size:3rem;margin-bottom:20px;color:#ff4d4f}.scores_board{display:flex;justify-content:space-around;margin-bottom:20px}.score_card{background-color:#f8f8f8;border-radius:10px;padding:10px 15px;box-shadow:0 2px 5px #0003;text-align:center}.score_card h3{font-size:1.5rem;margin:0;color:#555}.score_card h2{font-size:2rem;margin:5px 0 0;color:#333}button{background-color:#328321;color:#fff;border:none;border-radius:10px;padding:10px 20px;font-size:1.5rem;cursor:pointer;margin:2rem;transition:background-color .3s ease}button:hover{background-color:#163d06}
