
body {
  font-family: Arial, sans-serif;
  padding: 20px;
  background: #f4f4f4;
  color: #333;
}

h1 {
  text-align: center;
}

.search-box {
  text-align: center;
  margin-bottom: 20px;
}

.search-box input {
  padding: 10px;
  width: 300px;
  font-size: 16px;
}

.search-box button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

#playerProfile, .profile-card, .standings-placeholder {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.locked {
  opacity: 0.5;
  text-align: center;
  padding: 10px;
  font-style: italic;
}
