.tray-modal-match-list{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tray-modal-match-card{
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
  border-radius: 12px;
  padding: 10px 12px;
}

.tray-modal-match-top{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 6px;
}

.tray-modal-match-date{
  color: rgba(255,255,255,.88);
  font-weight: 800;
  font-size: 12px;
}

.tray-modal-match-comp{
  color: rgba(255,255,255,.70);
  font-weight: 700;
  font-size: 11px;
  text-align: right;
}

.tray-modal-match-title{
  color: rgba(255,255,255,.96);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 4px;
}

.tray-modal-match-meta{
  color: rgba(255,255,255,.66);
  font-size: 12px;
  font-weight: 600;
}


.tray-modal-players-block{
  margin-top: 4px;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.tray-modal-players-title{
  color: rgba(255,255,255,.92);
  font-weight: 800;
  font-size: 12px;
}

.tray-modal-players-count{
  color: rgba(255,255,255,.65);
  font-weight: 700;
  font-size: 12px;
}

.tray-modal-players-list{
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
}

.tray-modal-player-item{
  border-radius: 10px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.05);
  padding: 6px 8px;
}

.tray-modal-player-name{
  color: rgba(255,255,255,.96);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
}

.tray-modal-player-meta{
  margin-top: 2px;
  color: rgba(255,255,255,.62);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.15;
}

.tray-modal-players-empty{
  color: rgba(255,255,255,.58);
  font-size: 12px;
  font-weight: 600;
}