*{box-sizing:border-box}html{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{color:#222;background:#f4f5f7;min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{cursor:pointer}#root{min-height:100vh}.app{width:100%;max-width:720px;margin:0 auto;padding:50px 20px 80px}.app-header{text-align:center;margin-bottom:30px}.eyebrow{letter-spacing:2px;text-transform:uppercase;color:#777;margin:0 0 8px;font-size:13px;font-weight:700}.app-header h1{margin:0;font-size:clamp(32px,7vw,48px)}.subtitle{color:#666;margin:10px 0 0}.search-form{gap:10px;margin-bottom:30px;display:flex}.search-form input{background:#fff;border:1px solid #d4d4d4;border-radius:10px;outline:none;flex:1;min-width:0;padding:14px 16px;font-size:16px;transition:border-color .2s,box-shadow .2s}.search-form input:focus{border-color:#222;box-shadow:0 0 0 3px #00000014}.search-form button{color:#fff;background:#222;border:none;border-radius:10px;padding:14px 22px;font-weight:600;transition:transform .2s,opacity .2s}.search-form button:hover:not(:disabled){transform:translateY(-1px)}.search-form button:disabled{cursor:not-allowed;opacity:.6}.status-message,.error-message{text-align:center;border-radius:10px;padding:15px}.status-message{background:#fff}.error-message{color:#a52222;background:#ffe7e7}.pokemon-card{text-align:center;background:#fff;border:1px solid #e7e7e7;border-radius:22px;padding:30px;position:relative;overflow:hidden;box-shadow:0 15px 40px #0000000f}.pokemon-number{color:#aaa;font-size:18px;font-weight:700;position:absolute;top:24px;right:26px}.pokemon-image{object-fit:contain;width:min(280px,80%);height:280px;margin:0 auto;display:block}.pokemon-card h2{margin:0 0 15px;font-size:32px}.pokemon-types{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:28px;display:flex}.type-badge{border-radius:20px;padding:7px 14px;font-size:14px;font-weight:700}.type-normal{background:#a8a77a}.type-fire{background:#ee8130}.type-water{background:#6390f0}.type-electric{background:#f7d02c}.type-grass{background:#7ac74c}.type-ice{background:#96d9d6}.type-fighting{color:#fff;background:#c22e28}.type-poison{color:#fff;background:#a33ea1}.type-ground{background:#e2bf65}.type-flying{background:#a98ff3}.type-psychic{color:#fff;background:#f95587}.type-bug{background:#a6b91a}.type-rock{background:#b6a136}.type-ghost{color:#fff;background:#735797}.type-dragon{color:#fff;background:#6f35fc}.type-dark{color:#fff;background:#705746}.type-steel{background:#b7b7ce}.type-fairy{background:#d685ad}.pokemon-details{grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:30px;display:grid}.detail-box{background:#f6f6f6;border-radius:12px;flex-direction:column;gap:4px;padding:15px;display:flex}.detail-value{font-size:18px;font-weight:700}.detail-label{color:#777;font-size:13px}.pokemon-section{margin-top:30px}.pokemon-section h3{text-align:left;margin-bottom:15px;font-size:18px}.abilities{flex-wrap:wrap;gap:10px;display:flex}.ability-badge{background:#eee;border-radius:8px;padding:8px 13px;font-size:14px}.stats{text-align:left}.stat{margin-bottom:16px}.stat-info{justify-content:space-between;gap:15px;margin-bottom:6px;font-size:14px;display:flex}.stat-bar{background:#e8e8e8;border-radius:20px;height:10px;overflow:hidden}.stat-fill{border-radius:inherit;background:#333;height:100%;transition:width .5s}@media (width<=520px){.app{padding:35px 15px 60px}.search-form{flex-direction:column}.search-form button{width:100%}.pokemon-card{padding:25px 18px}.pokemon-image{height:220px}.pokemon-number{top:18px;right:20px}}
