.poke-team{margin-top:2rem;width:100%}.poke-team-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:1rem;max-width:600px;margin:0 auto}.poke-slot{aspect-ratio:1;border:2px solid var(--color-background-30);border-radius:12px;background:var(--color-background-20);transition:all .2s ease}.poke-slot:hover{border-color:var(--color-primary-60);transform:translateY(-2px)}.pokemon-card{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;text-align:center}.pokemon-sprite{margin-bottom:.5rem}.pokemon-image{width:80px;height:80px;-o-object-fit:contain;object-fit:contain}.pokemon-info{display:flex;flex-direction:column;gap:.5rem;align-items:center}.pokemon-name{font-weight:600;color:var(--color-font);font-size:.9rem}.pokemon-types{display:flex;gap:.25rem;flex-wrap:wrap;justify-content:center}.type-badge{padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:capitalize;color:white;background:var(--color-primary-60)}.empty-slot{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--color-font);opacity:.6;cursor:pointer;transition:all .2s ease}.empty-slot:hover{opacity:1;background:var(--color-background-30)}.empty-slot-icon{font-size:2rem;font-weight:300;margin-bottom:.5rem;color:var(--color-primary-60)}.empty-slot-text{font-size:.8rem;text-transform:uppercase;letter-spacing:.5px}@media (max-width:640px){.poke-team-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);gap:.75rem}.pokemon-image{width:60px;height:60px}.pokemon-name{font-size:.8rem}.type-badge{font-size:.7rem;padding:.2rem .4rem}}