body {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
}

.title {
  color: #e41612;
}

body {
  background-color: #f3f4f6;
  padding: 2rem;
  font-family: Arial, sans-serif;
  color: #000;
}

.container {
  max-width: 500px;
  margin: 0 auto;
}

.title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.input-text {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.button-submit {
  background-color: #3b82f6;
  color: #fff;
  padding: 0.5rem;
  border: none;
  border-radius: 4px;
  margin-top: 0.5rem;
  cursor: pointer;
}

.button-submit:hover {
  background-color: #0060fa;
}

.result {
  margin-top: 1rem;
}

.pokemon-card {
  background-color: #fff;
  padding: 1rem;
  border: 4px solid transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.pokemon-card img {
  margin: 0.5rem auto;
}

.error-message {
  color: #ef4444;
  font-weight: bold;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

.stats-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.stats-table th,
.stats-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

.stats-table th {
  background-color: #f0f0f0;
}

.type-fire {
  border-color: #f87171;
}

.type-water {
  border-color: #60a5fa;
}

.type-grass {
  border-color: #86efac;
}

.type-electric {
  border-color: #fde047;
}

.type-ice {
  border-color: #a5f3fc;
}

.type-psychic {
  border-color: #f9a8d4;
}

.type-dark {
  border-color: #78716c;
}

.type-ghost {
  border-color: #a78bfa;
}

.type-fairy {
  border-color: #fbcfe8;
}

.type-poison {
  border-color: #c084fc;
}

.type-rock {
  border-color: #a8a29e;
}

.type-ground {
  border-color: #fcd34d;
}

.type-fighting {
  border-color: #fb7185;
}

.type-bug {
  border-color: #bef264;
}

.type-dragon {
  border-color: #818cf8;
}

.type-steel {
  border-color: #94a3b8;
}

.type-flying {
  border-color: #c7d2fe;
}

.type-normal {
  border-color: #d4d4d8;
}

.stat-bar-container {
  background-color: #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
  height: 20px;
}

.stat-bar {
  height: 100%;
  color: #000;
  font-size: 0.85rem;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
}

.gruikui {
  position: fixed;
  bottom: 0px;
  left: 10px;
  width: 10%;
  text-align: center;
  z-index: 1000;
  cursor: pointer;
}

/*# sourceMappingURL=app.css.map*/