:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:block;min-width:320px;min-height:100vh;background-color:#f0f0f0}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;width:100%;background-color:#dc0a2d}.pokedex-background{width:100%;min-height:100vh;position:relative}.pokedex-screen{background:repeating-linear-gradient(0deg,#3584ad,#3584ad 2px,#4aa7db 2px,#4aa7db 4px);margin:100px 20px 20px;border-radius:15px;padding:20px;position:relative;border:8px solid #000}.pokedex-screen:before,.pokedex-screen:after{content:"";position:absolute;width:100px;height:100px;background:#4aa7db;border:15px solid white;border-radius:50%;top:-50px;box-shadow:0 4px 8px #0003}.pokedex-screen:before{left:20%;transform:rotate(-15deg)}.pokedex-screen:after{right:20%;transform:rotate(15deg)}.pokedex-content{background-color:#fff;border-radius:10px;padding:20px;margin-top:30px}h1{color:#333;font-size:2em;margin-bottom:20px}.search-input{width:100%;padding:12px 20px;border-radius:25px;border:none;background-color:#333;color:#fff;margin-bottom:20px}.search-input::placeholder{color:#888}.pokemon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px;padding:10px 0}.pokemon-card{background:#fff;border-radius:10px;padding:15px;text-align:center;box-shadow:0 2px 5px #0000000d}.pokemon-card img{width:100px;height:100px;object-fit:contain}.pokemon-card p{color:#666;font-size:.9em;margin:5px 0}.pokemon-card h2{font-size:1.1em;margin:5px 0}.pokemon-info{display:flex;justify-content:center;gap:5px;margin-top:5px}.generation,.region{background-color:#dc0a2d;color:#fff;padding:2px 8px;border-radius:12px;font-size:.8em}.pokemon-count{color:#666;margin:10px 0}.pokedex-details,.pokedex-speaker,.pokedex-dpad,.gen-select{display:none}.filters{margin-bottom:20px}.pokemon-types{display:flex;gap:5px;justify-content:center;margin:8px 0}.type-badge{padding:3px 8px;border-radius:12px;font-size:.8em;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.3);min-width:60px}.error-message{background-color:#ffebee;border:1px solid #f44336;color:#d32f2f;padding:1rem;margin:1rem 0;border-radius:8px;text-align:center}.error-message button{background-color:#f44336;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;margin-top:.5rem}.error-message button:hover{background-color:#d32f2f}.loading{text-align:center;padding:2rem;font-size:1.2rem;color:#666}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1rem}.pagination button{background-color:#3498db;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:background-color .3s}.pagination button:hover:not(:disabled){background-color:#2980b9}.pagination button:disabled{background-color:#bdc3c7;cursor:not-allowed}.pagination span{font-weight:500;color:#2c3e50}.pokemon-details-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.pokemon-details{background-color:#fff;padding:2rem;border-radius:12px;max-width:500px;max-height:80vh;overflow-y:auto;position:relative;margin:1rem;box-shadow:0 10px 30px #0000004d}.close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#666;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}.close-btn:hover{background-color:#f0f0f0;color:#333}.pokemon-details h2{margin-top:0;margin-bottom:1rem;color:#2c3e50;text-align:center}.pokemon-details img{width:200px;height:200px;object-fit:contain;display:block;margin:0 auto 1rem}.pokemon-details p{margin:.5rem 0;line-height:1.6}.stats{margin-top:1rem;padding:1rem;background-color:#f8f9fa;border-radius:8px}.stats h3{margin:0 0 .5rem;color:#2c3e50}.stats p{margin:.25rem 0;display:flex;justify-content:space-between}.pokemon-card{cursor:pointer;transition:transform .2s,box-shadow .2s}.pokemon-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}
