.mo-activity-filter-panel {
  margin: 14px 0;
  padding: 14px;
  border: 1px solid rgba(129, 140, 248, 0.32);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.72);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.28);
}

.mo-activity-filter-title {
  font-weight: 800;
  color: #e5e7eb;
  margin-bottom: 10px;
}

.mo-activity-filter-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.mo-activity-filter-row input,
.mo-activity-filter-row select {
  height: 38px;
  min-width: 170px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(2, 6, 23, 0.72);
  color: #e5e7eb;
  padding: 0 12px;
  outline: none;
}

.mo-activity-filter-row button {
  height: 38px;
  border: 0;
  border-radius: 14px;
  padding: 0 18px;
  cursor: pointer;
  color: #ffffff;
  background: linear-gradient(135deg, #6366f1, #7c3aed);
  font-weight: 800;
}

.mo-activity-filter-results {
  margin-top: 12px;
  max-height: 520px;
  overflow: auto;
  border-radius: 14px;
}

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

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

.mo-activity-table th {
  color: #e5e7eb;
  background: rgba(15, 23, 42, 0.92);
  position: sticky;
  top: 0;
  z-index: 1;
}

.mo-activity-detail-cell {
  min-width: 320px;
  white-space: normal;
  line-height: 1.45;
}

.mo-activity-empty,
.mo-activity-error,
.mo-activity-loading {
  color: #cbd5e1;
  padding: 12px;
}

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