.npr-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 15px;
}
.npr-table th,
.npr-table td {
  border: 1px solid rgba(0,0,0,.12);
  padding: 10px;
  text-align: left;
}
.npr-table th {
  background: rgba(0,0,0,.04);
  font-weight: 700;
}
.npr-ranking .npr-rank-pos {
  font-weight: 700;
  width: 52px;
}
.npr-player-card {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 14px;
  margin: 18px 0;
}
.npr-player-photo {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
}
.npr-muted {
  color: rgba(0,0,0,.58);
}
.npr-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 12px;
  margin: 18px 0;
}
.npr-stat {
  padding: 14px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 12px;
  background: rgba(0,0,0,.025);
}
.npr-stat span {
  display: block;
  font-size: 13px;
  opacity: .75;
  margin-bottom: 6px;
}
.npr-stat strong {
  font-size: 22px;
}
.npr-section {
  margin: 24px 0;
}
.npr-message,
.npr-alert {
  padding: 14px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.12);
  margin: 14px 0;
}
.npr-alert-success {
  border-color: #5fa05f;
  background: #f0fff0;
}
.npr-form input,
.npr-form textarea,
.npr-form select {
  width: 100%;
  max-width: 520px;
}
.npr-claim-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
@media (max-width: 720px) {
  .npr-table {
    display: block;
    overflow-x: auto;
  }
  .npr-player-card {
    align-items: flex-start;
  }
}

.npr-player-photo {
  width: 128px;
  height: 160px;
  border-radius: 14px;
  object-fit: cover;
  flex: 0 0 auto;
}
.npr-photo-upload-box {
  padding: 16px;
  border: 1px dashed rgba(0,0,0,.2);
  border-radius: 14px;
  background: rgba(0,0,0,.02);
}
.npr-alert-error {
  border-color: #b32d2e;
  background: #fff5f5;
}
.npr-photo-form input[type="file"] {
  padding: 10px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 8px;
  background: #fff;
}
.npr-blinds-table .npr-blind-intervalo td,
.npr-blinds-table .npr-blind-linha td {
  background: rgba(0,0,0,.04);
  font-weight: 700;
}
.npr-tournament-media ul {
  margin-left: 18px;
}
.npr-tournament-header .npr-stat strong {
  font-size: 16px;
}
.npr-player-result-season {
  margin: 22px 0;
  padding-top: 8px;
  border-top: 1px solid rgba(0,0,0,.1);
}
.npr-player-result-season h4 {
  font-size: 22px;
  margin: 0 0 10px;
}
.npr-player-result-stage h5 {
  font-size: 17px;
  margin: 18px 0 6px;
}
.npr-player-card .npr-player-photo {
  width: 160px;
  height: 200px;
  border-radius: 16px;
}
