.panel {
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1rem;
  background: var(--bg-panel);
  box-shadow: var(--shadow);
}

.card-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  min-width: 0;
  margin-bottom: 0.9rem;
}

.card-title-row h2,
.card-title-row h3 {
  min-width: 0;
}

.panel .card-title-row h2 {
  margin-bottom: 0;
  color: var(--text-soft);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.action-error {
  margin: 0 0 1rem;
  border: 1px solid rgba(255, 104, 104, 0.55);
  border-radius: var(--radius-sm);
  padding: 0.7rem 0.75rem;
  background: rgba(73, 22, 27, 0.64);
  color: #ffd7d7;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.empty-state {
  border: 1px solid #26323e;
  border-radius: var(--radius-sm);
  padding: 1rem;
  background: #0b1015;
  color: var(--text-muted);
  font-weight: 800;
}
