.title-card{cursor:pointer;width:260px;height:100px;transition:transform .1s,box-shadow .1s}.title-card:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}
.pokemon-card{cursor:pointer;flex-direction:column;justify-content:space-evenly;align-items:center;height:100%;padding:8px;transition:transform .1s,box-shadow .1s;display:flex}.pokemon-card:hover{transform:scale(1.1);box-shadow:0 4px 15px #0003}@media (max-width:768px){.pokemon-name{display:none}}
.pokemon-team-card{cursor:pointer;flex-direction:column;justify-content:space-evenly;align-items:center;height:200px;padding:8px;transition:transform .1s,box-shadow .1s;display:flex}.pokemon-team-card:hover{transform:scale(1.05);box-shadow:0 4px 15px #0003}
@media (max-width:768px){.pokemon-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}}
