@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif}html{scroll-behavior:smooth}input,button{border:none;outline:none;appearance:none;background:transparent;color:inherit}a{text-decoration:none;color:inherit}.maxWidth{max-width:1100px;margin:0 auto}.btn{background-color:gold;color:#35538f;font-weight:600;padding:.5rem 1rem;border:5px;cursor:pointer}.pagination{margin-block:2rem 1rem;display:flex;align-items:center;justify-content:center;gap:1rem}.pagination button{max-width:100px}.loadingScreen{height:100vh;display:flex;align-items:center;justify-content:center}.searched-pokemon{height:100vh;overflow-y:auto;padding:1rem;display:flex;flex-direction:column}.searched-pokemon_header{margin-bottom:1rem}.pokemon-details{flex:1;display:flex;align-items:center;gap:2rem}.searched-pokemon_info{flex:1}.searched-pokemon_info h4{font-size:clamp(2rem,6vw,4rem);text-transform:capitalize;font-weight:800}.searched-pokemon_info .type{display:flex;gap:.5rem;margin-block:1rem}.searched-pokemon_info .type span{padding:.5rem;color:#fff;font-weight:600;text-transform:capitalize;min-width:100px;text-align:center}.stats{margin-top:3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:2rem}.stats .stat{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:.5rem}.stat .parameter{font-size:.9rem;font-weight:400}.stat .value{border:1px solid rgba(0,0,0,.1);padding:1rem;border-radius:5px;font-size:1.5rem;font-weight:400;min-width:120px;text-align:center}.stat .unit{margin-left:4px;font-weight:300;font-size:.9rem}.previewImage img{width:400px;height:400px}footer{width:100%;padding:15px 0;position:fixed;bottom:0;left:0}.developer_info{margin:0;color:#78767666;display:flex;align-items:center;justify-content:center}.developer_info span{font-weight:600;color:#165b3266;margin-left:5px}@media(max-width:786px){.pokemon-details{flex-direction:column-reverse;gap:1rem}.searched-pokemon_info{text-align:center;width:100%}.searched-pokemon .type{justify-content:center;margin-bottom:2rem}.previewImage{width:100%;display:flex;align-items:center;justify-content:center}}.pokemon-feed{margin-top:6rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.card{padding:10px;border-radius:5px;display:flex;gap:1rem;flex-direction:column;align-items:center;justify-content:space-between;cursor:pointer}.card:hover{box-shadow:0 0 40px #00000014}.card img{width:100px;height:100px;object-fit:cover}.card .text{width:100%;text-align:center}.card .pokeId{font-size:.8rem;margin-right:5px;font-weight:400}.card .name{text-decoration:capitalize}header{background-color:#f5f5f5;padding:1rem;position:fixed;top:0;left:0;width:100%}header nav{display:flex;align-items:center;justify-content:space-between;gap:1rem}header nav img{width:120px}.search-container{display:flex;align-items:center;gap:.5rem}.search-container input{border:1px solid rgba(0,0,0,.1);border-radius:5px;background-color:#fff;flex:1;padding:10px;min-width:250px;max-width:350px}
