#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{background-color:#f3f6fc}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;justify-items:center;align-items:stretch;padding:2rem;list-style:none}.pokemon-card{background:#fff;border-radius:20px;box-shadow:0 4px 10px #0000001a;padding:1.5rem 1rem;text-align:center;transition:transform .2s ease-in-out;display:flex;flex-direction:column;align-items:center;justify-content:space-between;min-height:420px;width:100%;max-width:280px}.pokemon-card:hover{transform:translateY(-6px)}figure{display:flex;justify-content:center;align-items:center;background:#e9f9ef;border-radius:50%;width:150px;height:150px;margin-bottom:1rem}.pokemon-image{width:100px;height:100px;object-fit:contain}.pokemon-name{text-transform:capitalize;font-size:1.3rem;font-weight:700;color:#333;margin-bottom:.6rem}.pokemon-highlight{background:#45d37b;color:#fff;border-radius:50px;display:inline-block;padding:.4rem 1rem;font-size:.95rem;margin-bottom:1rem;text-transform:capitalize}.grid-three-cols{display:flex;justify-content:space-between;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem;width:100%}.pokemon-info{flex:1;background:#f1f5ff;border-radius:10px;padding:.4rem;text-align:center;min-width:80px}.pokemon-info span{display:block;color:#2452ff;font-weight:600;font-size:.9rem}.pokemon-info p{color:#222;font-size:.85rem;font-weight:500;margin-top:2px}.pokemon-card button{background-color:#45d37b;color:#fff;border:none;border-radius:10px;padding:8px 14px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 2px 6px #00000026}.pokemon-card button:hover{background-color:#3bc06f}@media (max-width: 1024px){.cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;padding:1.5rem}}@media (max-width: 768px){figure{width:120px;height:120px}.pokemon-image{width:90px;height:90px}.pokemon-name{font-size:1.1rem}.pokemon-card{padding:1rem;max-width:260px}}@media (max-width: 480px){.cards{grid-template-columns:1fr;padding:1rem}.pokemon-card{width:100%;max-width:320px}}.details-container{background-color:#eef5ff;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:3rem 1rem;font-family:Poppins,sans-serif}.details-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000001a;width:100%;max-width:600px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.details-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.details-card img{width:150px;height:150px;object-fit:contain;margin-bottom:1rem}.details-card h1{text-transform:capitalize;color:#333;font-size:2rem;margin-bottom:.8rem}.details-card p{color:#444;font-size:1rem;margin:.4rem 0;line-height:1.6}.details-card p strong{color:#2a7efb}.moves-section{text-align:left;margin-top:1.5rem;background:#f8fbff;padding:1rem;border-radius:10px;max-height:300px;overflow-y:auto}.moves-section h3{color:#2a7efb;margin-bottom:.8rem;font-size:1.2rem}.moves-list{list-style:none;padding:0;margin:0}.moves-list li{background:#45d37b;color:#fff;padding:6px 10px;border-radius:10px;display:inline-block;margin:4px;font-size:.9rem}.back-link{display:inline-block;margin-top:2rem;text-decoration:none;color:#2a7efb;font-weight:600;font-size:1.1rem;transition:color .2s ease}.back-link:hover{color:#1d5dd9}
