.status-completed { color: #059669; }
.status-failed { color: #dc2626; }
.status-running { color: #2563eb; }
.status-skipped { color: #6b7280; }
.status-clarification { color: #d97706; }
.status-accepted { color: #2563eb; }

.json-display {
    font-family: ui-monospace, monospace;
    font-size: 0.875rem;
    white-space: pre-wrap;
    word-break: break-word;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    padding: 1rem;
    overflow-x: auto;
    max-height: 600px;
}

.step-timeline {
    border-left: 2px solid #e5e7eb;
    margin-left: 0.75rem;
    padding-left: 1.5rem;
}

.step-timeline .step-item {
    position: relative;
    padding-bottom: 1.5rem;
}

.step-timeline .step-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: -2.05rem;
    top: 0.35rem;
}

.dot-completed { background: #059669; }
.dot-failed { background: #dc2626; }
.dot-running { background: #2563eb; }
.dot-skipped { background: #9ca3af; }

.step-detail {
    display: none;
    margin-top: 0.5rem;
}

.step-detail.open {
    display: block;
}
