.mo-stage131-activity-panel {
  margin: 22px 36px;
  padding: 16px;
  border: 1px solid rgba(129, 140, 248, 0.34);
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.84);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.35);
}

.mo-stage131-title {
  font-size: 16px;
  font-weight: 900;
  color: #f8fafc;
  margin-bottom: 12px;
}

.mo-stage131-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 14px;
}

.mo-stage131-filters input,
.mo-stage131-filters select {
  height: 40px;
  min-width: 180px;
  border-radius: 15px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  background: rgba(2, 6, 23, 0.82);
  color: #e5e7eb;
  padding: 0 12px;
  outline: none;
}

.mo-stage131-filters button {
  height: 40px;
  border: 0;
  border-radius: 15px;
  padding: 0 18px;
  cursor: pointer;
  color: #ffffff;
  background: linear-gradient(135deg, #6366f1, #7c3aed);
  font-weight: 900;
}

.mo-stage131-results {
  max-height: 560px;
  overflow: auto;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.14);
}

.mo-stage131-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.mo-stage131-table th,
.mo-stage131-table td {
  padding: 10px 11px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
  color: #cbd5e1;
  text-align: left;
  vertical-align: top;
}

.mo-stage131-table th {
  position: sticky;
  top: 0;
  z-index: 2;
  color: #f8fafc;
  background: rgba(15, 23, 42, 0.98);
  font-weight: 900;
  letter-spacing: 0.04em;
}

.mo-stage131-details {
  min-width: 380px;
  max-width: 680px;
  white-space: normal;
  line-height: 1.45;
}

.mo-stage131-muted,
.mo-stage131-error,
.mo-stage131-loading {
  color: #cbd5e1;
  padding: 14px;
}

.mo-stage131-error {
  color: #fecaca;
}

.mo-stage131-old-hidden {
  display: none !important;
}
