.team-file-panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 246, 248, 0.96)),
    linear-gradient(90deg, rgba(17, 17, 17, 0.035) 1px, transparent 1px);
  background-size: auto, 28px 28px;
}

.team-file-kicker {
  margin: 0 0 0.22rem;
  color: #4f5866;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.team-file-panel h2 {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.team-file-section {
  margin-top: 1rem;
}

.team-file-section h3 {
  margin: 0 0 0.56rem;
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.team-file-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 0.62rem;
}

.team-file-grid.compact {
  grid-template-columns: repeat(4, minmax(140px, 1fr));
}

.team-file-card {
  min-height: 78px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  background: rgba(255, 255, 255, 0.86);
  padding: 0.68rem 0.74rem;
}

.team-file-label {
  display: block;
  color: #5b6572;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.team-file-value {
  display: block;
  margin-top: 0.24rem;
  color: #111111;
  font-size: 0.96rem;
  font-weight: 820;
  line-height: 1.32;
}

.team-file-note {
  display: block;
  margin-top: 0.18rem;
  color: #5d6470;
  font-size: 0.78rem;
  line-height: 1.34;
}

@media (max-width: 920px) {
  .team-file-grid,
  .team-file-grid.compact {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}

@media (max-width: 560px) {
  .team-file-grid,
  .team-file-grid.compact {
    grid-template-columns: 1fr;
  }
}
