*{box-sizing:border-box;margin:0;padding:0}.app{display:flex;flex-direction:column;height:100vh;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.toolbar{display:flex;align-items:center;gap:12px;padding:10px 16px;background:#fff;border-bottom:1px solid #e2e8f0;flex-wrap:wrap}.toolbar-group{display:flex;gap:6px;align-items:center}.toolbar-group+.toolbar-group{padding-left:12px;border-left:1px solid #e2e8f0}.toolbar button{padding:6px 14px;border:1px solid #d1d5db;border-radius:6px;background:#fff;cursor:pointer;font-size:13px;font-weight:500;color:#374151;transition:all .15s}.toolbar button:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.toolbar button:disabled{opacity:.4;cursor:not-allowed}.toolbar .btn-danger{color:#dc2626;border-color:#fca5a5}.toolbar .btn-danger:hover:not(:disabled){background:#fef2f2}.toolbar .btn-sim{color:#fff;background:#6366f1;border-color:#6366f1}.toolbar .btn-sim:hover{background:#4f46e5}.toolbar-hint{margin-left:auto;font-size:12px;color:#9ca3af}.sim-status{font-size:13px;color:#374151;gap:8px}.sim-path{display:inline-flex;align-items:center;gap:2px}.sim-path-edge{color:#6366f1;font-size:11px}.sim-path-arrow{color:#9ca3af}.sim-path-current{color:#d97706}.sim-path-outcome{color:#059669}.sim-result{color:#059669;font-size:11px}.sim-info{color:#d97706;font-size:11px}.tree-canvas{flex:1;width:100%;background:radial-gradient(circle,#e2e8f0 1px,transparent 1px);background-size:20px 20px}.node-label{font-size:13px;font-weight:500;fill:#1e293b;pointer-events:none;-webkit-user-select:none;user-select:none}.edge-label-btn{width:100%;height:100%;border:1px solid #d1d5db;border-radius:12px;background:#fff;font-size:11px;font-weight:500;color:#64748b;cursor:default;padding:2px 8px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.edge-label-btn--active{background:#f59e0b;color:#fff;border-color:#d97706;cursor:pointer;animation:pulse-branch 1.5s infinite}.edge-label-btn--active:hover{background:#d97706}@keyframes pulse-branch{0%,to{box-shadow:0 0 #f59e0b66}50%{box-shadow:0 0 0 4px #f59e0b00}}.node-edit-input,.edge-edit-input{width:100%;height:100%;border:1px solid #6366f1;border-radius:4px;padding:2px 6px;font-size:12px;text-align:center;outline:none;background:#fff}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden}
