*{box-sizing:border-box;margin:0;padding:0}body{font-family:Open Sans,sans-serif;color:#333;line-height:1.6}html,body{margin:0;padding:0;height:115vh}body{margin:0;min-height:115vh;background-repeat:no-repeat;background-size:cover;background-position:center center}header{background:#191919;color:#fff;padding:1rem;text-align:center}main{padding:1rem}.search-section{text-align:center;margin-bottom:1rem}input{padding:.5rem;width:200px;margin-right:.5rem}button{padding:.5rem 1rem;margin:.25rem;cursor:pointer}.pokedex-container{width:90%;background-color:#e6ffe6;border:3px solid #4CAF50;border-radius:16px;padding:1.5rem;box-shadow:0 0 12px #00800033;font-family:Segoe UI,sans-serif;margin:2rem auto;opacity:0;animation:fadeIn .5s ease forwards}.pokedex-container h2{color:#2e7d32;text-align:center;font-size:2.5rem;margin-bottom:1rem}.pokedex-container .section{background:#f0fff0;border:2px solid #a5d6a7;border-radius:12px;padding:1rem;margin-bottom:1rem}.pokedex-container strong{color:#1b5e20}.overview{display:flex;align-items:flex-start;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.overview img{max-width:200px;flex-shrink:0;border-radius:1rem;box-shadow:0 4px 12px #0000001a}.overview .info-box{display:grid;grid-template-columns:auto 1fr;gap:.6rem 1rem;flex:1;padding:1rem 1.5rem;border:1px solid #444;border-radius:.5rem;background-color:#ffffff4d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.moves-list{columns:5;max-height:250px;overflow-y:auto;list-style:none;padding-left:0;margin-bottom:2rem}.sprite-preview{display:flex;gap:2rem;flex-wrap:wrap}.sprite-preview img{width:120px;height:auto}.info-box p{display:contents}.stats-table{width:100%;border-collapse:collapse;margin-bottom:1rem}.stats-table td{padding:.5rem;border-bottom:1px solid #ccc}.info-box strong{background-color:#e0e0e0;border-radius:80px;padding:4px 10px;font-weight:600;color:#222;white-space:nowrap;justify-self:start}.info-box span{align-self:center;color:#333}@media (max-width: 768px){.overview{flex-direction:column;align-items:center;text-align:center}.overview .info-box{grid-template-columns:1fr}.info-box p strong{text-align:center;margin:auto}}.evolution-chain{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.5rem;background-color:#dff5e1;border:3px solid #6c6c6c;border-radius:16px;padding:1.5rem;margin-top:1rem}.evolution-stage{background-color:#dff5e1;padding:1rem;border-radius:1rem;box-shadow:0 4px 10px #00000026;text-align:center;width:140px}.evolution-stage img{width:100px;height:100px;border-radius:50%;border:2px solid #555;background:#fff}.evolution-stage p{font-size:.8rem;color:#333;margin-top:.5rem}.evolution-stage p{font-weight:700;font-size:1rem;color:#111;margin-top:.25rem}.evolution-arrow{font-size:2rem;color:#fff}#listView{max-width:900px;max-height:500px;margin:1rem auto;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 5px #0003;transition:transform .3s ease;overflow-y:auto}#pokemonList{padding:0;margin:0;column-count:4;column-gap:1rem}#pokemonList li{margin-bottom:.5rem;cursor:pointer;break-inside:avoid}@media (min-width: 768px){#pokemonList{column-count:3}}.loader{text-align:center;font-size:1.5rem;color:#3b4cca}.hidden{display:none}header{background:#2a2a2a;color:#fff;padding:1rem 2rem;text-align:center;position:relative;z-index:10}.layout{display:flex;flex-direction:row;min-height:100vh}.sidebar{background:#191919;padding:2rem 1rem;display:flex;gap:1rem}.sidebar a{color:#fff;text-decoration:none;border:2px solid transparent;padding:.5rem 1rem;border-radius:6px;font-weight:700}.sidebar a.active{border-color:#fff;background:#fff3}@media (min-width: 768px){.layout{flex-direction:row}.sidebar{flex-direction:column;align-items:flex-start;width:200px;min-height:100vh;position:sticky;top:0;height:100vh}.main-content{width:calc(100% - 200px);padding:2rem}}@media (max-width: 767px){.layout{flex-direction:column}.sidebar{flex-direction:row;align-items:center;gap:1rem;border-top:1px solid #ccc}#navBreak,#historySection{display:none}#pokemonList{column-count:2}.moves-list{columns:2;max-height:250px;overflow-y:auto;list-style:none;padding-left:0;margin-bottom:2rem}#audioControls{max-width:100%}.sidebar a{width:100%;text-align:center}.main-content{width:100%;padding:1rem}}.pokedex-container img:hover{animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes fadeIn{to{opacity:1}}.evolution-stage img{animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}to{transform:scale(1);opacity:1}}#audioControls:hover{animation:vibrate .3s linear infinite}@keyframes vibrate{0%{transform:translate(0)}25%{transform:translate(-2px)}50%{transform:translate(2px)}75%{transform:translate(-2px)}to{transform:translate(0)}}.moves-list li,#pokemonList li{padding:5px 10px;border-radius:6px;transition:background-color .3s ease,color .3s ease}.moves-list li:hover,#pokemonList li:hover{background-color:#3f4caf;color:#fff;transform:scale(1.03);box-shadow:0 2px 8px #0003;cursor:pointer}nav a{padding:6px 12px;text-decoration:none;color:#fff;border:2px solid transparent;border-radius:6px;transition:all .2s ease}nav a.active{border-color:#fff;background-color:#fff3}nav a:hover{text-decoration:underline}button,input[type=submit]{padding:.5rem 1rem;font-size:1rem;background:#3f4caf;color:#fff;border:none;border-radius:4px;cursor:pointer}#prevBtn,#nextBtn{padding:.5rem 1rem;font-size:1rem;background:#5e6173;color:#fff;border:none;border-radius:4px;cursor:pointer}button:hover,input[type=submit]:hover{background:#2a33a8}input[type=text]{padding:.5rem;font-size:1rem;width:240px;margin-right:.5rem}footer{text-align:center;padding:0rem;font-size:.9rem;color:#555}.pokedex-container ul li{list-style:none}#historyList{list-style:none;padding-left:0}#historyList li{color:#a7a7a7;padding:5px 10px;border-radius:4px;margin-bottom:5px;transition:background .2s ease}#historyList li:hover{background:#ffffff1a}.history-header{display:flex;align-items:center;justify-content:space-between;margin-right:10px}#clearHistoryBtn{background:transparent;border:none;color:#ccc;cursor:pointer;font-size:1rem;padding:2px 6px;border-radius:4px;transition:background .2s ease}#clearHistoryBtn:hover{background:#ffffff1a}.move-popup{position:absolute;background:#fff;border:2px solid #333;padding:.75rem 1rem;border-radius:8px;box-shadow:0 4px 12px #0003;z-index:999;max-width:250px;font-size:.9rem;line-height:1.4;transition:opacity .2s ease}.move-popup.hidden{display:none}
