/* customer-sim plugin — match aiweios-ui light debug console */
.csim-hint {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #64748b;
}

.csim-panel .csim-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.csim-pack {
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  color: #0f172a;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 12px;
  max-width: 160px;
}


.csim-btn:hover:not(:disabled) {
  background: #f8fafc;
  border-color: rgba(15, 23, 42, 0.22);
}

.csim-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.csim-btn-primary {
  background: rgba(20, 122, 86, 0.12);
  border-color: rgba(20, 122, 86, 0.35);
  color: #0f3d2e;
  font-weight: 600;
}

.csim-status {
  font-size: 12px;
  color: #475569;
  margin-bottom: 8px;
}

.csim-scenarios {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 180px;
  overflow: auto;
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
}

.csim-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.35;
  color: #1e293b;
  cursor: pointer;
}

.csim-item input {
  margin-top: 2px;
}

.csim-log {
  margin: 0 0 10px;
  max-height: 140px;
  overflow: auto;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #0f172a;
  color: #e2e8f0;
  font-size: 11px;
  line-height: 1.4;
  white-space: pre-wrap;
}

.csim-report {
  max-height: 220px;
  overflow: auto;
  font-size: 12px;
  color: #1e293b;
}

.csim-summary {
  font-weight: 700;
  margin-bottom: 8px;
  color: #0f172a;
}

.csim-issue-list {
  margin: 0;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.csim-issue-detail {
  color: #64748b;
  margin-top: 2px;
  font-size: 11px;
}
