@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");*{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,Arial,sans-serif;background:linear-gradient(180deg,#a8e6cf 0,#dcedc1 30%,#f8f9fa),url(https://i.imgur.com/x1mV7Cn.png);background-size:cover;background-position:top;background-attachment:fixed;color:#222;overflow-x:hidden;transition:background .8s ease-in-out}.header{background-color:#ef5350;color:#fff;padding:1rem 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;flex-wrap:wrap}.logo{font-size:1.7rem;font-weight:700;letter-spacing:1px;margin-right:1rem}.nav{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.nav a{font-size:.95rem;text-decoration:none;color:white;font-weight:500;padding:6px 10px;border-radius:8px;transition:background .2s ease}.nav a:hover{background:rgba(255,255,255,.2)}.menu-btn{background:none;border:none;color:white;cursor:pointer;display:none}@media (max-width:768px){.menu-btn{display:block}.nav{position:absolute;top:70px;right:0;background:#ef5350;flex-direction:column;width:180px;height:0;overflow:hidden;opacity:0;visibility:hidden;border-radius:0 0 0 10px;transition:all .3s ease}.nav.open{height:auto;opacity:1;visibility:visible;padding:.5rem 0}.nav a{padding:10px;text-align:right}}.main-container{padding:2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:1.5rem;gap:1.5rem;justify-items:center;align-items:start}.pokemon-card{background:white;border-radius:16px;box-shadow:0 3px 6px rgba(0,0,0,.1);padding:1rem;text-align:center;width:160px;transition:transform .2s ease,box-shadow .2s ease}.pokemon-card:hover{transform:translateY(-4px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.pokemon-img{width:100px;height:100px;object-fit:contain;margin:0 auto .5rem;display:block;transition:transform .3s ease}.pokemon-card:hover .pokemon-img{transform:scale(1.1)}.pokemon-name{font-weight:600;margin-bottom:.3rem;font-size:1.05rem}.pokemon-types{display:flex;justify-content:center;flex-wrap:wrap}.type{display:inline-block;padding:4px 10px;border-radius:12px;font-weight:600;text-transform:capitalize;margin:2px;color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.15);transition:transform .2s ease,filter .2s ease}.type:hover{transform:scale(1.08);filter:brightness(1.1)}.type.Normal{background:#A8A878}.type.Fogo{background:#F08030}.type.Água{background:#6890F0}.type.Elétrico{background:#F8D030;color:#333}.type.Grama{background:#78C850}.type.Gelo{background:#98D8D8;color:#333}.type.Lutador{background:#C03028}.type.Voador{background:linear-gradient(135deg,#A890F0,#78A0F0)}.type.Venenoso{background:linear-gradient(135deg,#9b59b6,#8e44ad);color:#fff;border:1px solid rgba(255,255,255,.2)}.type.Terra{background:#E0C068;color:#333}.type.Pedra{background:#B8A038}.type.Psíquico{background:#F85888}.type.Inseto{background:#A8B820}.type.Fantasma{background:linear-gradient(135deg,#705898,#4B3A73)}.type.Noturno{background:linear-gradient(135deg,#705848,#3E2E2E)}.type.Aço{background:#B8B8D0;color:#333}.type.Fada{background:#EE99AC}.type.Dragão{background:linear-gradient(135deg,#7038F8,#4E00C2);color:#fff;border:1px solid rgba(255,255,255,.3)}