:root{--bg:#0f1117;--surface:#1a1d27;--surface2:#22263a;--border:#2e3348;--text:#e2e8f0;--text-muted:#64748b;--accent:#6366f1;--accent-glow:#6366f126;--green:#22c55e;--amber:#f59e0b;--red:#ef4444;--blue:#3b82f6}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.status-idle{background:var(--text-muted)}.status-started{background:var(--accent);box-shadow:0 0 6px var(--accent);animation:1.5s infinite pulse}.status-completed{background:var(--green)}.status-failed{background:var(--red)}.status-awaiting_approval{background:var(--amber)}.status-escalated{background:var(--red);box-shadow:0 0 6px var(--red)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}
