@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&family=Press+Start+2P&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{font-family:Roboto Mono,monospace;background-color:#333;display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px}.pokedex{width:100%;max-width:420px;height:auto;background-color:#d12a2f;border-radius:20px;border:3px solid #8b1c1f;display:flex;flex-direction:column;padding:20px;box-shadow:0 10px 20px #0006,inset 0 0 15px #0000004d}.pokedex-header{display:flex;align-items:center;margin-bottom:20px}.pokedex-light-container{display:flex;gap:8px}.pokedex-light{width:20px;height:20px;border-radius:50%;border:2px solid #fff}.pokedex-light.big-light{width:50px;height:50px;background-color:#3af;box-shadow:0 0 10px #3af,inset 0 0 5px #ffffff80}.pokedex-light.red-light{background-color:#f33}.pokedex-light.yellow-light{background-color:#ff3}.pokedex-light.green-light{background-color:#3f3}#pokemonResultContainer{background-color:#222;border-radius:10px;padding:10px;border:3px solid #8b1c1f}.pokedex-screen,.pokedex-screen-placeholder,.pokedex-screen.loading,.pokedex-screen.error{background-color:#e0e0e0;color:#333;min-height:450px;border-radius:5px;display:flex;flex-direction:column;padding:15px;font-size:14px}.pokedex-screen-placeholder,.pokedex-screen.loading,.pokedex-screen.error{justify-content:center;align-items:center;font-family:"Press Start 2P"}.pokemon-main-info{display:flex;gap:15px;margin-bottom:10px}.pokemon-image-container{background-color:#fff;border:4px solid #aaa;border-radius:5px;padding:5px}.pokemon-image{width:120px;height:120px}.pokemon-id-name{flex-grow:1}.pokemon-id{font-size:1.2rem;color:#888}.pokemon-name{font-size:1.8rem;font-weight:700;text-transform:capitalize;margin-bottom:5px}.pokemon-types-container{display:flex;gap:5px}.pokemon-attributes{display:flex;justify-content:space-around;background:#ccc;padding:5px;border-radius:5px;margin:10px 0}.pokemon-description{font-style:italic;color:#555;margin:10px 0;text-align:center}.tabs-container{display:flex;margin-bottom:10px;border-bottom:2px solid #aaa}.tab-button{flex-grow:1;padding:8px;border:none;background:none;font-family:Roboto Mono,monospace;font-weight:700;cursor:pointer;border-radius:5px 5px 0 0;color:#555}.tab-button.active{background-color:#aaa;color:#111}.tab-content.hidden{display:none}.stat-row{display:grid;grid-template-columns:90px 40px 1fr;align-items:center;gap:5px;margin-bottom:5px;text-transform:capitalize}.stat-name{font-weight:700}.stat-bar{background-color:#ccc;border-radius:5px;overflow:hidden;height:15px}.stat-bar-inner{background-color:#555;height:100%}.abilities-info-section{margin-top:20px;padding-top:10px;border-top:1px solid #ccc}.abilities-info-section h4{margin-bottom:10px}.ability-compact{background-color:#ddd;border-radius:5px;padding:8px;margin-bottom:6px}.ability-header-compact{display:flex;justify-content:space-between;align-items:center;margin-bottom:3px}.ability-name-compact{font-weight:700;font-size:1em;color:#333}.hidden-ability-tag{background-color:#888;color:#fff;font-size:.7em;padding:2px 6px;border-radius:10px}.ability-description-compact{font-size:.85em;color:#555;font-style:italic}.types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:5px}#effectiveness-content h4{margin-top:10px;border-bottom:1px solid #ccc}#effectiveness-content .pokemon-type span{font-size:.8em;margin-left:5px;opacity:.8}.moves-list{display:flex;flex-direction:column;max-height:200px;overflow-y:auto;background-color:#f0f0f0;padding:5px;border-radius:5px}.moves-header{display:grid;grid-template-columns:80px 1fr;font-weight:700;color:#333;border-bottom:2px solid #ccc;padding-bottom:5px;margin-bottom:5px;position:sticky;top:0;background-color:#f0f0f0;z-index:10}.move-row{display:grid;grid-template-columns:80px 1fr;padding:5px 0;border-bottom:1px solid #ddd}.move-row:last-child{border-bottom:none}.move-level{font-weight:700;color:#8b1c1f}.pokemon-type{color:#fff;padding:4px 10px;border-radius:5px;text-align:center;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-size:.9em;text-transform:capitalize}.type-fire{background-color:#f08030}.type-water{background-color:#6890f0}.type-grass{background-color:#78c850}.type-electric{background-color:#f8d030}.type-psychic{background-color:#f85888}.type-ice{background-color:#98d8d8}.type-dragon{background-color:#7038f8}.type-dark{background-color:#705848}.type-fairy{background-color:#ee99ac}.type-normal{background-color:#a8a878}.type-fighting{background-color:#c03028}.type-flying{background-color:#a890f0}.type-poison{background-color:#a040a0}.type-ground{background-color:#e0c068}.type-rock{background-color:#b8a038}.type-bug{background-color:#a8b820}.type-ghost{background-color:#705898}.type-steel{background-color:#b8b8d0}.pokedex-footer{margin-top:20px}.search-container{display:flex;gap:10px}#pokemonInput{flex-grow:1;padding:10px;border-radius:5px;border:2px solid #333;font-family:inherit}#searchButton{padding:10px 15px;border-radius:5px;border:none;background-color:#333;color:#fff;cursor:pointer}
