html{font-family:Flexo-Regular,arial,sans-serif}#root,body,html{margin:0;min-height:100vh}body{transition:background-color .5s ease}.Pokedex{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:24px;box-shadow:0 20px 50px #00000040;box-sizing:border-box;display:flex;flex-direction:column;margin:40px auto;padding:24px;transition:background .5s ease;width:min(480px,95vw)}img{image-rendering:pixelated;image-rendering:-moz-crisp-edges}.pokemonFloat,img{height:286px;width:286px}.pokemonFloat{align-items:center;animation:float 3s ease-in-out infinite;display:flex;justify-content:center;position:relative}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.pokemonTitleContainer{align-items:center;display:flex;justify-content:center;margin:4px 0}.pokemonTitleContainer p{margin:0 8px 0 0}.lookup{border-radius:8px;margin:4px;width:155px}.PokemonBio,.lookup{align-items:center;display:flex;justify-content:center;text-align:center}.PokemonBio{line-height:1.4em;margin-bottom:4px;margin-top:4px;min-height:4.2em;width:400px}.pokemonTypeContainer{align-items:center;display:flex;justify-content:center}.pokemonTypeContainer span{margin:0 8px 0 0}.leftArrow{margin-right:5px}.leftArrow,.rightArrow{background-color:#fff;border-radius:8px;height:23.6px;width:33.5px}.rightArrow{margin-left:5px}.leftArrow:hover,.rightArrow:hover{cursor:pointer}.PokemonType{border:1px solid #000;border-radius:8px;padding:4px}.PokemonType.normal{background-color:#a4acaf;border:none}.PokemonType.fire{background-color:#fd7d24;border:none}.PokemonType.water{background-color:#4592c4;border:none}.PokemonType.grass{background-color:#9bcc50;border:none}.PokemonType.flying{background-color:#3dc7ef;background:linear-gradient(180deg,#3dc7ef 50%,#bdb9b8 0);border:none}.PokemonType.fighting{background-color:#d56723;border:none}.PokemonType.poison{background-color:#b97fc9;border:none}.PokemonType.electric{background-color:#eed535;border:none}.PokemonType.ground{background-color:#f7de3f;background:linear-gradient(180deg,#f7de3f 50%,#ab9842 0);border:none}.PokemonType.rock{background-color:#a38c21;border:none}.PokemonType.psychic{background-color:#f366b9;border:none}.PokemonType.ice{background-color:#51c4e7;border:none}.PokemonType.bug{background-color:#729f3f;border:none}.PokemonType.ghost{background-color:#7b62a3;border:none}.PokemonType.steel{background-color:#9eb7b8;border:none}.PokemonType.dragon{background-color:#53a4cf;background:linear-gradient(180deg,#53a4cf 50%,#f16e57 0);border:none}.PokemonType.dark{background-color:#707070;border:none}.PokemonType.fairy{background-color:#fdb9e9;border:none}.crySound{background-color:#fff;border-radius:8px;height:23.6px;width:33.5px}.crySound:hover{cursor:pointer}.toggleSprite{background-color:#fff;border-radius:8px;height:23.6px;margin-left:4px;width:33.5px}.toggleSprite:hover{cursor:pointer}.toggleShinySprite{background-color:#fff;border-radius:8px;height:23.6px;margin-left:4px;width:33.5px}.toggleShinySprite:hover{cursor:pointer}.pokemonImage{left:0;position:absolute;top:0}@keyframes shuffleOut{0%{opacity:1;transform:translateY(0) rotate(0deg) scale(1);z-index:2}to{opacity:0;transform:translateY(-45px) rotate(-10deg) scale(.88);z-index:2}}@keyframes shuffleIn{0%{opacity:.5;transform:translateY(24px) scale(.85);z-index:1}to{opacity:1;transform:translateY(0) scale(1);z-index:1}}.shuffleOut{animation:shuffleOut .4s ease forwards}.shuffleIn{animation:shuffleIn .4s ease forwards}.cardShuffle{animation:cardShuffle .4s ease}@keyframes cardShuffle{0%{transform:scale(1) rotate(0deg)}30%{transform:scale(1.015) rotate(-.6deg)}60%{transform:scale(.995) rotate(.4deg)}to{transform:scale(1) rotate(0deg)}}@keyframes fadeOut{0%{opacity:1;z-index:2}to{opacity:0;z-index:2}}@keyframes fadeIn{0%{opacity:0;z-index:1}to{opacity:1;z-index:1}}.fadeOut{animation:fadeOut .4s ease forwards}.fadeIn{animation:fadeIn .4s ease forwards}.githubWidget{position:absolute;right:20px;top:20px;z-index:100}.githubIcon{font-family:monospace;font-size:15px;font-weight:700}.PokemonHeightWeight p{margin-bottom:0;margin-top:0}.HeightWeight,.PokemonHeightWeight{text-align:center}.HeightWeightGrid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto;padding-top:8px}.HeightWeightGridItem{border:1px solid #ccc;border-radius:4px;padding:5px}.BaseStats{text-align:center}.StatsGrid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto}.StatItem{border:1px solid #ccc;border-radius:4px;padding:5px}.BoldLabel{font-weight:700}
/*# sourceMappingURL=main.3e563c6b.css.map*/