.status-running { color: #86efac; }
.status-error { color: #fca5a5; }

pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

@keyframes pulse-live {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

.animate-pulse {
  animation: pulse-live 2s ease-in-out infinite;
}

.sortable-ghost {
  opacity: 0.4;
  background: #334155 !important;
}

/* RTL: mirror nav/footer layout when Arabic is active */
[dir="rtl"] nav > div,
[dir="rtl"] footer > div {
  flex-direction: row-reverse;
}

[dir="rtl"] nav .flex.flex-wrap.items-center.justify-end {
  justify-content: flex-start;
}

[dir="rtl"] footer .flex.flex-wrap.gap-x-4 {
  flex-direction: row-reverse;
}
