:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pokemon-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem;width:100%;height:100%;margin-bottom:60px}@media screen and (min-width:540px){.pokemon-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:800px){.pokemon-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1030px){.pokemon-grid{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:1530px){.pokemon-grid{grid-template-columns:repeat(6,1fr)}}@media screen and (min-width:1980px){.pokemon-grid{grid-template-columns:repeat(8,1fr)}}@media screen and (min-width:2500px){.pokemon-grid{grid-template-columns:repeat(10,1fr)}}@media screen and (min-width:3200px){.pokemon-grid{grid-template-columns:repeat(12,1fr)}}#pokemon-card{text-align:center;border:1px solid #ccc;border-radius:8px;padding:1rem;margin:1rem;display:inline-block;box-shadow:2px 2px 12px #0000001a;cursor:pointer;transition:transform .2s}#pokemon-card:hover{transform:scale(1.05)}#pokemon-card img{width:100%}dialog::backdrop{background:#00000080}dialog{width:30%}dialog h2{text-align:center;margin-bottom:15px}dialog img{width:100%}.fetchmore-container{display:flex;justify-content:center;align-items:center;margin-bottom:10%}.fetchmore-button{border:none;padding:40px;font-size:24px;cursor:pointer;border-radius:5px;transition:transform .2s}.fetchmore-button:hover{transform:scale(1.05)}.fetchmore-button:active{transform:scale(.95)}
