body { background: #f8f9fa; }
.player-card { margin-bottom: 1.5rem; }
.result { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem; border-bottom: 1px solid #e9ecef; }
.result:last-child { border-bottom: none; }
.result button { margin-left: 0.5rem; }
button {
  font-size: 16px !important; /* prevent iOS zoom */
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
input, select, textarea {
  font-size: 16px !important;
}
.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

