*{box-sizing:border-box}body{margin:0;padding:0;background:#f8f9fa;font-family:Poppins,sans-serif}.App{display:flex;flex-direction:column;align-items:center;min-height:100vh;color:#333;padding:2rem 1rem 3rem}.search-section{margin-top:2rem;display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.search-section input{padding:.6rem 1rem;border-radius:8px;border:2px solid #3b4cca;outline:none;width:250px;max-width:80vw;font-size:1rem;transition:.3s}.search-section input:focus{border-color:#ffcb05;box-shadow:0 0 10px #ffcb0580;animation:glow 1.5s ease-in-out infinite}@keyframes glow{0%,to{box-shadow:0 0 10px #ffcb0580}50%{box-shadow:0 0 20px #ffcb05cc}}.search-section button{padding:.6rem 1.2rem;border:none;border-radius:8px;background-color:#3b4cca;color:#fff;font-weight:700;cursor:pointer;transition:.3s;font-size:1rem}.search-section button:hover{background-color:#2a2a2a;animation:pulse .6s ease-in-out}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.error{color:red;margin-top:1rem;text-align:center;font-size:.95rem}.pokemon-info{border:#222 2px solid;border-radius:12px;padding:2rem;width:100%}.image-section{width:200px;height:200px;object-fit:contain;transition:transform .3s ease-in-out;border-radius:12px;animation:float 3s ease-in-out;margin-left:24px;margin-right:20px}@keyframes float{0%,to{transform:translateY(0);transform:scale(1.5)}50%{transform:translateY(-10px);transform:scale(2)}}.image-section:hover{transform:scale(1.55);box-shadow:0 10px 20px #0003}.header{text-align:center;padding:10px;color:#000;border-bottom:3px solid #2a2a2a;width:100%;animation:fadeIn 1s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.header h1{font-size:2rem;margin:0;letter-spacing:1px}.header p{margin-top:.5rem;font-size:1rem;opacity:.9}.stats-section{margin-top:1.5rem;margin-bottom:1.5rem;width:100%}.stats-section h3{margin-bottom:.5rem;font-size:1.2rem;color:#2a2a2a}.stat-bar{display:flex;justify-content:space-between;align-items:center;margin:.3rem 0;padding:.3rem;background-color:#e0e0e0;border-radius:5px}.type,.ability{margin-top:.5rem;font-size:10px;color:#555}.height,.weight{margin:20px;display:inline-block;margin-top:.5rem;font-size:.9rem;color:#555}@media(max-width:600px){.header h1{font-size:1.6rem}.search-section input,.search-section button{width:100%;font-size:.95rem}.image-section{max-width:300px;padding:1rem}.image-section img{width:150px;height:150px}}@media(min-width:601px)and (max-width:900px){.header h1{font-size:1.8rem}.search-section input{width:70%}.image-section{max-width:350px}}@media(min-width:901px){.header h1{font-size:2.5rem}.search-section input{width:300px}.image-section img{width:220px;height:220px}}
