@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Silkscreen:wght@400;700&family=VT323&display=swap";*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body{font-family:Silkscreen,monospace;font-weight:400;line-height:1.5;font-size:16px;background-color:#fbfbfb;color:#252525;overflow-x:hidden}@media screen and (min-width: 1024px){body{font-size:18px}}main{padding:160px 16px 16px;scroll-margin-top:160px}@media screen and (min-width: 1024px){main{padding-top:145px;scroll-margin-top:145px}}a{color:inherit;text-decoration:none}a:hover,a:focus{color:#c00}img{max-width:100%}ul{list-style:none}h1{margin:16px 0;font-weight:900;font-size:40px}h2{margin:12px 0;font-weight:700;font-size:28px}p{margin:10px 0}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#3b4cca}::-webkit-scrollbar-thumb{background:#ffde00}::-webkit-scrollbar-thumb:hover{background:#ffdd00a9}.error-message{border:2px solid #3b4cca;display:flex;justify-content:center;align-items:center;width:600px;max-width:100%;margin:40px auto;padding:8px}input[type=text]{border:2px solid #252525;height:32px;padding:8px;font-family:inherit;outline:none}input[type=text]:hover,input[type=text]:focus,input[type=text]:focus-visible{border-color:#c00}#main-header{display:flex;flex-direction:column;align-items:center;width:100vw;height:160px;padding:16px;position:fixed;top:0;left:0;z-index:1;background:linear-gradient(#ffdd00a9,#ffdd004c,#ffdd001a)}@media screen and (min-width: 1024px){#main-header{flex-direction:row;gap:40px;height:145px}}#pokemon-detail header{display:flex;flex-direction:column;align-items:baseline;justify-content:space-between;width:100%;margin-bottom:16px}@media screen and (min-width: 1024px){#pokemon-detail header{flex-direction:row}}#pokemon-detail section{display:flex;justify-content:center;align-items:center;padding:32px 0}#pokemon-detail section .section-inner{border:2px solid #cc0000;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:800px;margin:auto;padding:16px}#pokemon-detail img{max-width:300px}#pokemon-detail .pokemon-stats{margin-top:16px;width:100%}@media screen and (min-width: 1024px){#pokemon-detail .pokemon-stats{width:60%}}#pokemon-detail .pokemon-stats h3{text-align:center}#pokemon-detail .pokemon-stats li{display:flex;justify-content:space-between}.pokemons-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;width:100%}.pokemons-list .pokemon-item{border:2px solid #252525;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:8px}.pokemons-list .pokemon-item:only-child{width:300px;max-width:100%;margin:40px auto}.pokemons-list .pokemon-item:only-child img{width:160px;height:160px}.pokemons-list .pokemon-item:nth-child(4n+1){grid-row:span 3}.pokemons-list .pokemon-item:nth-child(4n+2){grid-row:span 1}.pokemons-list .pokemon-item:nth-child(4n+3){grid-row:span 2}.pokemons-list .pokemon-item a{text-align:center}.pokemons-list .pokemon-item a:hover,.pokemons-list .pokemon-item a:focus{transform:scale(1.1);-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transition:transform .2s ease;outline:none}.pokemons-list .pokemon-item img{width:140px;height:140px}.loader{display:flex;align-items:center;justify-content:center;margin:auto}.loader.full-page{width:100vw;height:100vh;position:fixed;top:0;left:0;margin:0;background-color:#ffde00;overflow:hidden}.primary-button{border:2px solid #cc0000;display:flex;justify-content:center;align-items:center;gap:4px;min-width:220px;padding:8px 16px;margin:16px auto;border-radius:0;outline:none;font-family:inherit;font-size:18px;background:#fbfbfb;color:#252525;cursor:pointer;transition:background .2s ease}.primary-button:hover,.primary-button:focus,.primary-button:focus-visible{background-color:#c00;color:#fbfbfb}.primary-button.go-back{margin:16px 0;min-width:100px;font-size:24px}
