.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:200}.modal-content{background:#fff;padding:2rem;border-radius:12px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto;text-align:center;position:relative;animation:modal-pop .3s ease-out}.modal-close{position:absolute;top:10px;right:15px;background:none;border:none;font-size:1.5rem;cursor:pointer}@keyframes modal-pop{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.modal-images{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.pokemon-image{width:140px;height:140px;object-fit:contain}.stats-table{margin:1rem auto 0;border-collapse:collapse;width:100%;max-width:300px}.stats-table td{border:1px solid #ccc;padding:.5rem;text-align:center}.stats-table tr:nth-child(2n){background-color:#f9f9f9}.image-wrapper{display:flex;flex-direction:column;align-items:center}.image-label{margin-top:.5rem;font-size:.9rem;color:#555;font-weight:700}.modal-info-section{margin-bottom:2rem}.modal-info-section h3{margin-bottom:.5rem;font-size:1.3rem;color:#646cff}html.no-scroll,body.no-scroll{overflow:hidden}.progress-bar-container{display:flex;flex-direction:column;align-items:center;margin:1rem 0}.progress-label{width:100px;font-weight:700}.progress-bar{display:flex;gap:.2rem}.progress-block{width:20px;height:20px;background-color:#ddd;border-radius:4px}.progress-block.filled{background-color:#646cff}.progress-block.small{background-color:#4caf50}.progress-block.medium{background-color:#ff9800}.progress-block.large{background-color:#f44336}.pokemon-card{border:1px solid #ddd;border-radius:8px;padding:1rem;width:180px;background-color:#f9f9f9;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.pokemon-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0000001a}.pokemon-card img{width:100px;height:100px;object-fit:contain}.pokemon-list-container{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:1rem 0}.pagination-container{margin-top:2rem;display:flex;justify-content:center;align-items:center;gap:1rem;padding-bottom:2rem}.pagination-container button{padding:.5rem 1.2rem;background-color:#646cff;color:#fff;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s,transform .2s;font-size:1em}.pagination-container button:hover:not(:disabled){background-color:#535bf2;transform:translateY(-2px)}.pagination-container button:disabled{cursor:not-allowed;opacity:.6}.pagination-container span{font-weight:700;margin:0 .5rem}.pokedex-message{text-align:center;padding:2rem;font-style:italic;color:#555}.pokedex-error-message{text-align:center;padding:2rem;color:red;font-weight:700}.pokedex-page{padding:2rem}.search-bar{display:flex;justify-content:center;margin-bottom:1.5rem}.search-bar input{background-color:#fff;color:#000;padding:.5rem 1rem;width:250px;font-size:1rem;border:1px solid #ccc;border-radius:8px;outline:none;transition:.2s}.search-bar input:focus{border-color:#646cff;box-shadow:0 0 5px #646cff80}.pokedex-title{text-align:center;font-size:3rem;font-weight:700;color:#000;margin-bottom:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.about-page{padding:2rem;text-align:center}.fun-facts-card{margin-top:2rem;padding:2rem;background-color:#f5f7ff;border:2px solid #646cff;border-radius:12px;box-shadow:0 4px 10px #0000001a}.fun-facts-card h2{color:#646cff;font-size:2rem;margin-bottom:1rem}.fun-facts-subtitle{font-size:1.2rem;margin-bottom:2rem}.fun-facts-card h3{color:#333;margin-top:1.5rem;margin-bottom:.5rem}.fun-facts-card ul{list-style-type:none;padding:0;margin-bottom:2rem}.fun-facts-card li{margin-bottom:.5rem}.about-description{font-size:1.2rem;margin-bottom:2rem;color:#333}.about-section{margin-bottom:2rem}.about-section h2{color:#646cff;margin-bottom:1rem}.about-section ul{list-style:none;padding:0}.about-section li{margin-bottom:.5rem}.created-by{margin-top:3rem;font-size:1rem;color:#888;font-style:italic}.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}.navbar{display:flex;align-items:center;padding:1rem 2rem;background:linear-gradient(to right,#646cff,#5ac8fa);box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.nav-left{display:flex;align-items:center;gap:2rem}.pokeball-logo{width:42px;height:50px}.nav-link{text-decoration:none;color:#fff;font-size:1.2rem;font-weight:700;transition:color .2s}.nav-link:hover{color:#ffe66d}.content{max-width:1280px;margin:0 auto;padding:2rem}:root{font-family: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;min-width:320px;min-height:100vh;background-color:#fff;color:#000}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}}
