@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";.cards-container{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin:20px;max-width:850px}.pokemon-card{background-color:#257be46c;flex-direction:column;border-radius:5px;text-align:center;padding-bottom:10px;transform:perspective(1000px);transition:transform .2s ease-out;color:#fff;font-size:14px}.pokemon-card:hover{transform:rotateX(15deg) rotateY(15deg);cursor:pointer}.pokemon-card img{width:150px}.game-over,.game-won,.restart-container{width:100vw;text-align:center;padding-top:2rem}.game-over,.game-won{font-size:2rem}.game-won{color:green}.game-over{color:red}.restart-text{color:#fff}.mdi-refresh{color:#fff;transition:transform .2s ease-out}.mdi-refresh:hover{cursor:pointer;transform:rotate(180deg)}.loading,.error{width:100vw;text-align:center;padding-top:2rem}.loading{color:#fff}.error-text{color:red}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background-color:#fff;display:flex;align-items:center;justify-content:center;background-image:url(/assets/pixel-art-background-Csv3k4lA.jpg);background-size:cover;background-position:center;font-family:"Press Start 2P",monospace;font-size:16px;line-height:1.2;text-shadow:2px 2px #000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#747bff}body{margin:0;display:flex;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1;text-align:center;color:#fff}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}
