.champ-name {
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.trait-icon {
  filter: invert(1);
}

.profile-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.profile-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.profile-header {
  background: linear-gradient(135deg, #2c3e50, #4a6491);
  color: white;
  border-radius: 12px 12px 0 0;
}

.profile-icon-container {
  width: 100px;
  height: 100px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 4px;
  background: rgba(255, 255, 255, 0.1);
}

.profile-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-name {
  font-weight: 700;
  color: white;
  font-size: 1.75rem;
}

.profile-level {
  font-size: 1rem;
}

.profile-rank {
  margin-top: 0.5rem;
}

.badge.rank-tier {
  font-size: 0.9rem;
  padding: 0.5rem 0.75rem;
}

.badge.rank-wins,
.badge.rank-losses,
.badge.rank-lp {
  font-size: 0.85rem;
  padding: 0.4rem 0.7rem;
}

.profile-details {
  background: white;
}

.section-title {
  font-size: 1.1rem;
  color: #2c3e50;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}

.puuid-value input {
  font-family: monospace;
  font-size: 0.85rem;
  cursor: text;
}

.stat-card {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 8px;
  height: 100%;
}

.stat-card h6 {
  color: #4a6491;
  font-size: 0.95rem;
}

.stat-card p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .profile-icon-container {
    width: 80px;
    height: 80px;
  }
  .profile-name {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=tft-search.css.map */