:root{color-scheme:dark;--surface-page:#0b0a10;--surface-panel:rgba(17,16,24,0.92);--surface-panel-strong:#16141e;--surface-elevated:#1b1825;--surface-subtle:#111018;--surface-hover:rgba(139,92,246,0.1);--text-primary:#f5f4fa;--text-secondary:#a8a5b3;--text-tertiary:#777482;--text-inverse:#0b0a10;--border-soft:rgba(255,255,255,0.1);--border-strong:rgba(139,92,246,0.5);--accent:#8b5cf6;--accent-strong:#a749f3;--action-primary:linear-gradient(110deg,#6d28d9,#8b2bd5);--action-primary-hover:linear-gradient(110deg,#7c3aed,#9d3ee4);--action-primary-text:#ffffff;--accent-cyan:#41d1ff;--success:#48dc9b;--warning:#ffd028;--danger:#ff6b81;--shadow-soft:0 24px 70px rgba(0,0,0,0.32)}*{box-sizing:border-box}html{background:var(--surface-page);color:var(--text-primary);font-family:Inter,SF Pro Display,Segoe UI,sans-serif}body{margin:0;min-height:100vh}a{color:inherit}button,input,select,textarea{font:inherit}::selection{background:rgba(139,92,246,.34);color:#fff}.execution-detail-overview{align-items:start;display:grid;grid-gap:24px;gap:24px;grid-template-columns:minmax(0,5fr) minmax(0,7fr);max-width:100%;min-width:0}.execution-detail-column{display:flex;flex-direction:column;gap:24px;min-width:0}.execution-detail-input-summary{overflow-wrap:anywhere}.execution-detail-timestamps{color:var(--text-secondary);display:flex;flex-wrap:wrap;font-size:13px;gap:6px 16px;line-height:1.5}.execution-detail-timestamp{display:inline-flex;gap:6px;white-space:nowrap}.execution-detail-timestamp>span{font-weight:700}@media (max-width:1100px){.execution-detail-overview{grid-template-columns:minmax(0,1fr)}}